Zeronese, Inc.
Home
Help & Support
Contact Us
Webmaster ResourcesArticle Details
 

Dreamweaver Templates -- How To Save 1000 Of Hours Using Them!

Date Added:
Author: Gayanath Jayarathne
Category: Tips and Tutorials: Dreamweaver Tips and Tutorials

Now you may think “OK, you are going to talk about fancy web templates out there which may save my initial designing efforts”. No, I am going to talk about “how to make whatever template you choose a BIG-Time-Saver”.

The most misunderstood aspect of web templates is using them as time servers. If you use same HTML file and change a particular part and save it as another web page, you move onto a big mess that can cost you 1000 of hours in the future.

The most phenomenal factor of a web site is “changing”. No matter how nice your template looking now, you will want to change it (For adding a special offer to every page etc).

Think, by the time you will have 100 web pages and if you used “Save As” method you will have to open up all 100 pages and make the necessary change 100 times.

How about doing the change one time and making all 100 pages changed at the same time? Cool, ha? Now let’s move onto the practical side of doing this.

I assume you can work with Macromedia Dreamweaver MX. (Tip: Free trial for Dreamweaver is available at http://www.macromedia.com/downloads/)

(1) First create a root folder anywhere in your hard disk.

(2) Open Dreamweaver and select Site>New site…

(3) Dreamweaver asks several questions including your server information. Give a memorable name to your site. You can omit server information and answer them later.

(4) When it asks “Where on your computer do you want to store your files?” choose the root folder you created above.

(5) After setting up your new site, open your HTML file which contain your default site layout (Note: Before opening, save this file and its contents in the root folder you created).

(6) Select File>Save as Template… In the dialog box, check weather the site name you gave has been selected and give a name to your template. Dreamweaver will automatically create a folder called “Templates” in your root folder and save the template in it (Note: Don’t rename or move this Templates folder).

(7) Select a particular part that may get changed from page to page (Like a special table cell where you add body content).

(8) Select Insert>Template Objects>Editable Region and give a name. Then save the changes.

Editable regions allow you to add unique content to each page. Define appropriate editable regions in your template, especially for head and body.

To define editable regions, I prefer direct coding.

(!-- TemplateBeginEditable name=""Region-Name"" --) Your unique content here. (!-- TemplateEndEditable --)

(Note: Please replace ""("" and "")"" with corresponding ""less than"" and ""greater than"" signs. Just as in a HTML comment.)

Give different names for each editable region. Your editable region exists between above tags.

(9) To create a new page using this template select, File>New>Template-tab>Site-Name>Template-Name. You will notice that except the editable regions, all other parts of the page are “not editable”.

Whenever you want to make a change to all pages do it on the template (Outside of editable regions) and save it. Dreamweaver will ask about updating related pages and will do it with a one click. Dreamweaver makes only the original change you made and doesn’t add any crazy codes to your pages.

That’s it! You have created a huge time saver. Use this time to improve your site content.

About the Author:

The author Gayanath Jayarathne is the founder of http://www.homebizpal.com. As he says ""Working with a template is only a one step of designing a successful web site. There are 11 steps more."" Find them all at http://www.homebizpal.com/create-your-own-web-site.html
 
RELATED ARTICLES & TUTORIALS
Powerhouse Tips from Dreamweaver Training

If you've been using Dreamweaver for a long time, you may think you know it all. Odds are however, that you could still benefit from learning a few tips and tricks to make Dreamweaver more powerful and versatile. Even experts can benefit from Dreamweaver


Dreamweaver Tip: Add Some Meta Tags to Your Web Page

Meta tags are invisible tags that can be added inside the head tag of a web page. By ""invisible"", I mean they do not show up in a browser when the web page is viewed.


8 Benefits Of Using Dreamweaver 8

Dreamweaver is an extremely useful tool for novice and expert webmasters alike.


Creating A Development Folder In Dreamweaver

In this lesson I will briefly tell you about a useful way to set up a development folder on your server. Often times when you are creating a website, you will need to experiment with how pages look before you want the public to see them.


Using PHP Buttons In Dreamweaver

I'll admit that I am not a coder and I don't know much more than a tiny bit of PHP at the time of writing this. However, I have managed to create database driven webpages, and even password protected members only areas due to the extremely easy to use PHP


 
Ratings Average rating: (null votes)
Comments

No Comments Yet.


Leave your comment:
Name or Website:
Email:
Comment
Visual Confirmation Security Code

*Enter the code shown:  


The views and opinions of authors expressed on Zeronese Webmaster Article Directory web sites do not necessarily state or reflect those of the Zeronese.net .