19,155 tutorials online
11 tutorials pending review
763 dead links removed





Dreamweaver: HTML Editing Tutorials

 

Server Side Includes
Posted in Dreamweaver > HTML Editing by tutorialgrub on Mar 16, 2011

Server Side Includes are files that have some commonly used code that can be reused by many pages in your site. When you use a SSI file the server takes the entire content of the file and inserts it into the page, replacing the include code. As an example, imagine you have a large portal web site with links at the top, bottom and sides common to all pages (or a section of pages). To make the site easy to maintain you can have the header, footer, right menu and/or left menu as include files. So when there is a change to be made you just need to make the changes, save and upload the corresponding include file and not the many files using it.
11 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Working with forms in Dreamweaver
Posted in Dreamweaver > HTML Editing by tutorialgrub on Jan 27, 2011

We are going to create a full working email form in Dreamweaver
41 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial


1