Forums
This topic is locked
DMX Help
Posted 05 Apr 2003 19:19:20
1
has voted
05 Apr 2003 19:19:20 Salma Ahmed posted:
I want to create a dynamic site in dmx (using ASP/VB). My site consists of both static and dynamic pages, i.e there is a static homepage, while there is a another page that displays time dynamically. I want to know is when i create the individual pages in my local root folder do I save them with htm or asp extension. or should all the pages always have an asp extension coz they are part of a dynamic site? Plz somebdy help me!!! Replies
Replied 08 Apr 2003 21:38:47
08 Apr 2003 21:38:47 johan tessens replied:
it doesn´t matter, but for the good look of it i use always the .asp extension.
Replied 09 Apr 2003 23:06:51
09 Apr 2003 23:06:51 Dean Blackborough replied:
Same here.
I have a MySQL/PHP site and a couple of the pages are just HTML but I saved them as .php for neatness.
--------------------------------------
www.galleryof3d.com
Edited by - G3D on 09 Apr 2003 23:07:25
I have a MySQL/PHP site and a couple of the pages are just HTML but I saved them as .php for neatness.
--------------------------------------
www.galleryof3d.com
Edited by - G3D on 09 Apr 2003 23:07:25
Replied 10 Apr 2003 05:38:42
10 Apr 2003 05:38:42 Rick Cable replied:
I would highly recommend using the .asp extension through out the site.
There are so many things you can do with ASP to make static pages easier to manage. I use server side includes for all my page headers, footers and navigation elements. This can really reduce your maintenance burden dramatically.
-RC
There are so many things you can do with ASP to make static pages easier to manage. I use server side includes for all my page headers, footers and navigation elements. This can really reduce your maintenance burden dramatically.
-RC