Outline ·
[ Standard ] ·
Linear+
it's static page or dynamic page, question about web design
|
TSapple_juice
|
May 28 2006, 09:55 PM, updated 20y ago
|
New Member
|
if the main page of certain website has such things like login/ password, it must be in dynamic page rite as well as all of remaining pages in tat website? If I want to edit 1 of the page of that website, what i have to do is juz view the source code of that page and copy them into dreamweaver and edit it with scripting? Or any better way to do this edit job without looking at whole page of scripting code
|
|
|
|
|
|
Kai4ever
|
May 28 2006, 10:10 PM
|
|
QUOTE(apple_juice @ May 28 2006, 09:55 PM) if the main page of certain website has such things like login/ password, it must be in dynamic page rite as well as all of remaining pages in tat website? yeah..ur right. QUOTE If I want to edit 1 of the page of that website, what i have to do is juz view the source code of that page and copy them into dreamweaver and edit it with scripting? Or any better way to do this edit job without looking at whole page of scripting code  u can use lots of predefined scripts...
|
|
|
|
|
|
TSapple_juice
|
May 29 2006, 07:18 AM
|
New Member
|
how to use predefined scripts? do u mean the predefined scripts is in the dreamweaver or need to find on the net?
|
|
|
|
|
|
gpyong
|
May 29 2006, 08:50 AM
|
Getting Started

|
you canot just copy paste, some of the java function and css was inherited. the source code just call the function.
|
|
|
|
|
|
etsuko
|
May 29 2006, 10:11 AM
|
Spaced out person
|
yes, if there's a working login function on the website then it's already a dynamic website.
as for the scripting, its best to understand how the whole website works before just diving in, editing or inserting your own stuff because for all that you know, the insertion or editing might cause an error and as you progress on improving on it you might be making the source of the website even worst.
so my advice would be to take some time and understand fully how the website works with the source that it's running then only insert your solutions or scripts.
|
|
|
|
|
|
silverhawk
|
May 29 2006, 10:47 AM
|
Eyes on Target
|
That depends on how the person has designed(programmer design) the dynamic website. If he does it like me, then you can edit the HTML in dreamweaver. You will not see the actual coding like PHP.
If not, you will have to pandai-pandai figure out how to edit the HTML. Assuming all you want to do is change the interface it wouldn't be too hard. Probably a little messy that's all.
|
|
|
|
|