
So many Dreamweaver template options
Dreamweaver supports many kinds of technologies, as well as the templates that go with each. When you create new pages in Dreamweaver by choosing File --> New, you have the option of create a blank page or a blank template, as shown in this figure.
When you create a simple HTML template, Dreamweaver uses the .dwt extension (see the nearby Dreamweaver Templates section in this chapter).
Dreamweaver also supports Microsoft ASP and ASP.NET, and you can create templates using ASP JavaScript or ASP VBScript (which use the .asp extension) or ASP.NET C# and VB (which use the .aspx extension).
The templates for a site created using Java end in .jsp. And if you use Adobe’s ColdFusion technology, your templates end in .cfm.
The big lesson is this: Make sure you have the right kind of template for the kind of site you’re creating and rest assured that Dreamweaver supports just about any kind of technology you can use to create a Web site today.
You can create templates in Dreamweaver for sites you create and manage exclusively in Dreamweaver.
It's a lot easier to learn to create a site completely in Dreamweaver and you'll have more design control. For small galleries, portfolios, and other small sites (less than 50 pages), Dreamweaver is a great choice.
But even if you're creating a site with only 5 pages, using Templates can save you a lot of time.
By working with Dreamweaver templates, you can set or adjust just about any aspect of a site’s design or functionality, including a header, logo, navigation bar, or sidebar. Whatever you include in a Dreamweaver template you can then apply to any new page that’s based on the template, which automatically applies settings you want to appear throughout your site.
Moreover, if you want to adjust the overall settings in your site, you can make those updates once in the template, update your pages, and voilá -- all pages based on the template are updated automatically.
But not all templates are created equally. Although they all share those basic characteristics, many different kinds of templates are in use on the Web today.
Dreamweaver templates (extension .dwt) offer many advantages without requiring advanced programming skills. When you create Dreamweaver templates with the .dwt extension, you can use XHTML and CSS to create static Web sites that include many of the high-end features found on dynamic sites, such as the ability to create new pages quickly and to update every page in your site with the click of a button.
Although you can use Dreamweaver to create templates that use advanced programming like PHP or Java, the .dwt Dreamweaver template is a much simpler option that is ideal for small to medium-sized Web sites.
You can choose from many different kinds of templates to create Web sites; and you can find many places on the Web where you can buy them or even download them for free. At its simplest, a template is a ready-made page design, usually created in a way that makes it easy to add your own text and images. Some templates are customizable so that you can change design elements, such as colors, images, or fonts.
Keep in mind that many different kinds of templates are available, and templates designed for a program like WordPress or Flash won’t work in Dreamweaver using the instructions in this chapter.
The most powerful aspect of Dreamweaver's template feature is the capability to make global changes to every page created from a template. Even if you’re working alone on a site, this aspect of templates can save hours (or even days) of time as the site grows and changes over time.
Watch a series of video lessons on Templates by Janine Warner on the Layers Magazine Web site.
Learn more about different types of templates in Dreamweaver
...