Article Index
10 Easy Ways to Promote Your Website
5 Simple Steps to Accepting Payments
5 Steps to Understanding HTML
5 Ways to Avoid the 1998 Look
6 Reasons Why You Need a Website
7 Ways to Make Your Web Forms Better
A Question of Scroll Bars
Ads Under the Radar Linking to Affiliates
AJAX Should You Believe the Hype
All About Design Principles and Elements
An Introduction to Paint Shop Pro
An Issue of Width the Resolution Problem
Avoiding the Nuts and Bolts Content Management Software
Beware the Stock Photographer Picking Your Pictures
Building a Budget Website
Building Online Communities
Clean Page Structure Headings and Lists
ColdFusion Quicker Scripting at a Price
Column Designs with CSS
Content is King
CSS and the End of Tables
Cut to the Chase How to Make Your Website Load Faster
Designing for Sales
Designing for Search Engines
Dont Be Scared Its Only Code HTML for Beginners
Dreamweaver The Professional Touch
Encryption and Security with SSL
Finding a Good HTML Editor
Focus on the User Task Oriented Websites
Fonts are More Important Than You Think
Free Graphics Alternatives
FrontPage Easy Pages
Hints All the Way
Hiring Professionals 5 Things to Look For
How Databases Work
How the Web Works
How to Get Your Website Talked About on Blogs
How to Install and Configure a Forum
How to Make Visitors Add You to Their Favorites
How to Run Ads Without Driving Visitors Crazy
How to Set Up Your Hosting in 5 Minutes Flat
IIS and ASP Microsofts Server
Image Formats GIF JPEG PNG and More
Its a World Wide Web Going International
JSP Java on Your Server
LAMP The Most Popular Server System Ever
Making Friends and Influencing People the Importance of Links
Making Searches Simple
Offering Free Downloads on Your Website
Opening a Web Shop with E Commerce Software
Perl Cryptic Power
Photoshop a Graphic Designers Dream
PHP Easy Dynamic Websites
Picking a Colour Scheme
Printing and Sending the Two Things Users Want to Do
Putting Multimedia to Good Use
Python and Ruby the Newer Alternatives
Registering a Domain Name
Registering Your Users by Stealth
RSS Really Simple Syndication
Setting Up a Mailing List
Setting up a Test Server on Your Own Computer
Some Places to Go For More Information
Taking HTML Further with Javascript
Taking HTML Further
Taking Your Website Mobile
Text Ads Unobtrusive Advertising
The 5 Principles of Effective Navigation
The Art of the Logo
The Basics of Web Forms
The Basics of Web Servers
The Case Against Flash
The Confusing World of Web Hosting Making Your Decision
The Evils of PDFs
The Importance of Validation
The Many Flavours of HTML
The Smaller the Better Avoiding Graphical Overload
The Top 10 Biggest Web Design Mistakes
The Web Designers Toolbox
The Web is Not Paper
Theres More than One Web Browser
Time for User Testing
Titles and Headlines Its Not a Newspaper
Tracking Your Visitors
Understanding Web Jargon
Uploading Your Website with FTP
Using Flash Sensibly
Using Quizzes and Games to Get Traffic
VBScript Javascript Made Easy
Websites and Weblogs Whats the Difference
What Do You Want Your Website to Do
What You See Isnt Always What You Get
Which Database is Right for You
Why Doing It Yourself is Best
Why Java Will Drive Your Visitors Away
Why Word is Bad for the Web
Why You Should Put Your Content in a Weblog Format
Why You Should Stick to Design Conventions
Working With Templates
Writing for the Web

Dreamweaver The Professional Touch

Dreamweaver: The Professional Touch.

Dreamweaver is sometimes seen as FrontPage's main competitor but, really, there's not even a comparison to be made. Dreamweaver might be expensive, sure, but there are serious web designers out there using it and getting work done – I can guarantee you that no real designer has ever used a copy of FrontPage to design a website. Consequently, Dreamweaver is way out in the lead in terms of market share, with about 80% of the users.

So what do you sacrifice to get a better WYSIWYG editor? Well, apart from the higher price tag, you also sacrifice a certain amount of simplicity. Once you get used to it, though, Dreamweaver isn't as hard to use as you might think.

From the People Who Brought You...

Dreamweaver is part of the Macromedia Studio – that's the company that produces the editor and player for Flash, as well as the well-liked Fireworks graphics editor and the Freehand drawing program. Their software is particularly popular with designers, and all it works on the Mac, but it has recently started to be quickly adopted by non-expert users as well.

Dreamweaver Doesn't Mess With Your Code.

If you've already done some of the coding for your site, or you're editing a template or a design that was done for you by someone else, then you don't need to worry about Dreamweaver re-writing all your code and breaking it. Dreamweaver will leave your code alone for the most part, unless you explicitly tell it to alter it. This might not sound like much, but it's really refreshing to see after using other HTML editors.

For this reason, Dreamweaver is often considered to be the very best software out there for working with HTML templates, and most templates that you can buy will be provided to you in Dreamweaver's format. Once you've got them, you can easily open them and insert your content.

Standards.

The code Dreamweaver used to produce was quite bad at conforming to standards – it worked fine on most browsers, but it didn't validate. In the most recent versions of Dreamweaver, though, not only does the code Dreamweaver produces validate, but it even has a validator built in. You can pick which standards you want Dreamweaver to code to, and it will stick to them for you, even if you choose the strictest ones out there.

Dreamweaver was one of the first programs to support visual XHTML editing, and has received a lot of credit for it – all you need to do to turn this option on is tick the box marked 'Make Document XHTML Compliant' when you create a new page. This newfound standards-compliance removed the last thing keeping a lot of designers away from Dreamweaver, which means that the program's market share has grown still further over the last year or so.

CSS, Javascript and PHP.

A large part of Dreamweaver's power comes in how easy it is to edit not only HTML, but also the things that go with it. Dreamweaver comes with a formidable Javascript library that does most of the useful things that can be done with Javascript, and makes it very easy to apply CSS styles to different parts of your page.

In the latest version of Dreamweaver, you can even make interfaces to a MySQL database using PHP without doing any programming at all. This is a very useful feature, and saves a lot of headaches for many people who just want to make a simple database-driven website without learning PHP.

Books About Dreamweaver.

Dreamweaver is a complex and useful enough program that whole books have been written about it – and to get the most out of the program, you should really get a good one and read it through. Here are a few suggestions:

Macromedia Dreamweaver MX 2004: Training from the Source - Khristine Page. This is the official guide produced by Macromedia.

Beginning Dreamweaver MX - Imar Spaanjaars. Follows the development of three very different websites using Dreamweaver, a nice format for a tutorial book.

Visual QuickStart Guides: Macromedia Dreamweaver MX - J. Tarin Towers. A nice reference that's especially good to refer back to when you need to know how to do something specific.