PDA

View Full Version : how to create a dhtml website?


paul
25.07.2001, 13:31
well, i am making my first dhtml website, and it obviously consists of several dhtml routines. i have written a couple and i am still in the process of writing more. is it preferable to finish all the scripts and then bung them all together, and then combine like functions, or would it be easier to combine each script as they are written.

there are obvious advantages of both, ie doing it at the end means you have all the scripts which work alone, but doing it as you go you have less work (i would think).

how do other people do this?

help...
paul

Dan
25.07.2001, 15:42
I just progressively add functionality and features. It does mean that if I want to reuse a particular part it can be quite tricky...

<font face='Courier New'><font color=maroon>»» Dan (dan@pupius.net)
»» www.pupius.net || [url="http://www.dhtmlcentral.com/resources/redirect.asp?linkid=23"]www.endoflow.com[/url:gbeak7tz7v]</font id=maroon></font id='Courier New'>

Claymore
26.07.2001, 06:55
I try to script a sort of component based, so that I can easily reuse parts. The remaining site specific stuff is usually stuffed in a single script file.

- Peter -

paul
26.07.2001, 07:55
hey guys,

well i have two completely opposite answers. i think i'll have to try and see what i find better.

thanks, paul