Originally posted by tim2
Real men use Dreamweaver and UltraEdit
Originally posted by jvv
Notepad however is not suitable for large projects.
Originally posted by jvv
If you are working on a large project that needs fast updates, one uses templates. With a wysiwyg editor, you open up the template, click where you want the update done, make the update, safe and thats it... with notepad you have to spend some time to find out in exactly between which TD tag it has to fit. If you make extensive use of tables, that's pretty annoying and time consuming.
<!-- this is a message to self. this code will not
show up on the html output. with these, i can leave
myself messages as to what goes where. this also
saves a lot of time. -->
Originally posted by kyle
I use 1st Page 2000 If anyone wants a copy email kicker234@yahoo.com (it is a freeware software html editor)
Originally posted by Nick
Originally posted by jvv
If you are working on a large project that needs fast updates, one uses templates. With a wysiwyg editor, you open up the template, click where you want the update done, make the update, safe and thats it... with notepad you have to spend some time to find out in exactly between which TD tag it has to fit. If you make extensive use of tables, that's pretty annoying and time consuming.
Save the html file with no content as Template.txt and there's your template.
What he meant was that with Dreamwever, your HTML files are linked to a template....create the shell for a page, then make all your pages from that in the future....
Then, say you want to add another option to a menu, or change a graphic or something like that...you edit the template file, and it automatically updates all the rest. I have a site going with 100+ archived newsletters, and when I changed the layout of the site a few weeks back, it took me all of half an hour thanks to the templates....
Try that in notepad...
Originally posted by puDDs
Originally posted by Nick
Originally posted by jvv
If you are working on a large project that needs fast updates, one uses templates. With a wysiwyg editor, you open up the template, click where you want the update done, make the update, safe and thats it... with notepad you have to spend some time to find out in exactly between which TD tag it has to fit. If you make extensive use of tables, that's pretty annoying and time consuming.
Save the html file with no content as Template.txt and there's your template.
What he meant was that with Dreamwever, your HTML files are linked to a template....create the shell for a page, then make all your pages from that in the future....
Then, say you want to add another option to a menu, or change a graphic or something like that...you edit the template file, and it automatically updates all the rest. I have a site going with 100+ archived newsletters, and when I changed the layout of the site a few weeks back, it took me all of half an hour thanks to the templates....
Try that in notepad...
Now why would you wanna do that on a 100+ page site? Do the intelligent thing and use php: <?virtual("/include/file.html")?> or ssi: <!--#include virtual="/include/file.html"-->. And if you don't have access to either, get a better webhost.
Now why would you wanna do that on a 100+ page site? Do the intelligent thing and use php: <?virtual("/include/file.html")?> or ssi: <!--#include virtual="/include/file.html"-->. And if you don't have access to either, get a better webhost.