Read my latest blog entry: Does your web site help, or hurt your business?.
Subscribe to my RSS Feed or by Email.
  • Home
  • About
  • Services
  • Blog
  • Contact
Christopher Ross Building better web sites, one pixel at a time.

Preparing a Web Site in Adobe Dreamweaver


Welcome to my blog, please feel free to subscribe to my RSS feed or leave a comment.

Let’s take a look at how to create a web site properly using Adobe Dreamweaver, this tutorial will go over the straight from the start of the process to uploading your web site to a web server on an Internet Service Provider. I’ve purposely tried to keep this tutorial fairly basic as it’s designed to a new web designer and can be considered fairly basic but at the same time, I wanted to introduce some of the more complex concepts we find in Dreamweaver and on the web in general.

Preparing a web site in Adobe Dreamweaver

As we prepare to create a web site in Adobe Dreamweaver, we first have to understand what a web site is and how we can make the most of it. Frankly, anybody can create a web site and there are a million tutorials out there which will teach you how to do it but if I’m going to take the time to write about it, I’d like to help you learn to do it the right way.

What is a web site?

A web site is a collection of documents, images, text, media and links associated in a common place. Most likely it’s hosted on the Internet but it doesn’t have to be, most importantly it’s a collection of web pages.

What is a web page?

A web page is a document written in the Hyper Text Markup Language and is designed to be read by web browser software. A web page may contain text, graphics, images, rich media and links. Why am I taking the time to explain it to you at this basic a level? Ironically in my career I’ve found a lot of web professionals who don’t really understand the basic concepts so if you’re new to this, it’s worth a review.

Now, a web page may seem like a simple thing but before we go and start creating a million fancy pages we want to create the web site container in Dreamweaver so that all of our pages are properly associated and we can take advantage of Dreamweaver’s site management functions. If you don’t already have a copy of Dreamweaver, you can download a trial version at www.adobe.com

Creating your first site in Dreamweaver

Adding a site in Adobe Dreamweaver is fairly simple, along the top menu you can create a New Site … under the Site menu item. Once created a dialog box will appear. The are two modes to add a web site to Dreamweaver, Basic and Advanced. Let’s make sure you have Basic selected and take a look at the options provided.

First, you’ll need to create a name for your web site. You can call it what ever you like, this title is for you and you alone. I’m going to call mine Unnamed Site 2 because I’m original and like the sound of it.

The HTTP address is the web site address of your site. If you don’t already have a domain name, don’t worry about it. Otherwise, fill in the URL of your web site here. For example, my web site address is http://www.thisismyurl.com.

Clicking on the Next button will bring us to a screen asking about Server Technology. For now, let’s say that we do not want to use a server technology. Using this option later will let us use a scripting language such as PHP but we’ll get to that later.

We click the Next button again and Dreamweaver wants to know where we’d like to edit our site. We can choose to edit on our local computer, in which case we’ll need to add a local folder to our hard drive or we can edit remotely on an FTP server. So let’s add a local folder and link it in the dialog box provided.

When we click the Next button again you’ll find yourself on a screen asking about remote access. This is for people who want to FTP or upload their web sites to a remote web hosting company. By default Local/Network is selected but I want you to change it to None and press Next. We’re going to cover how to FTP our site and things later on, so let’s not get too bogged down in technical talk at this point.

If you’ve done everything correctly you’ll now see a Done button and you’re ready to get started with your web site. At this point, you’re going to notice that it’s not very exciting. In fact, it’s empty but that’s OK because that is exactly how we want to start a web site.

Adding files to your web site

If the purpose of a web site is to hold web pages, we now need to add a web page. To create a new web page in Dreamweaver we have a few choices:

  • You can create a new page using the short cut key Control-N (Apple-N on a Macintosh)
  • You can create a new page using the menu option File > New …
  • You can right click (ctrl-click on a Macintosh) the Site name in your Files panel to the right. If you don’t have a Files panel, hit F8 or go to your Windows > Files menu item.

Now, if you took the first two options you’ll see a big and scary dialog box (the third option skipped this step) asking you what type of page you want to create. Let’s keep the ball rolling on the simple tutorial and select Blank Page : HTML : <none> from the menu. Don’t worry about the rest of the items, just click Create to continue. This will create a new file but it’s not added to our site yet.

To add the site to your web site you need to File > Save (Control-S / Apple-S) your document. For the sake of compatibility down the road, I’d like you to name this file index.html and save it. Now, on in your Files tab you should see your Site as well as a single file named index.html. Congratulations, you’ve created your first (single page) web site.

You can repeat the steps outlined above to add three more pages to your web site, in the end you should have:

  1. index.html
  2. about.html
  3. contact.html
  4. services.html

In our next lesson we’ll learn how to create a web site Template file which is used to control the structure of your web site. Before then, why don’t you take the time to add a couple paragraphs of text to each of the pages? Remember to make sure you’re in Design view by going to your View > Design option (if there’s a check mark on it you’re OK). Having a hard time thinking about what to say? No problem, at this point in the process why not just copy some Lorem Ipsum into each page?

This tutorial will be broken down into the following chapters, each published individually over the coming weeks.

  1. Preparing a web site in Adobe Dreamweaver
  2. Building your first Dreamweaver Template file
  3. Structuring your web site with Adobe Dreamweaver
  4. Improving the common elements in Dreamweaver
  5. Placing page content in Adobe Dreamweaver
  6. Hyper linking and image management in Dreamweaver
  7. Optimizing web sites in Adobe Dreamweaver
  8. Adding Cascading Style Sheets with Dreamweaver
  9. Putting your web site on a remote web server with Adobe Dreamweaver
  10. Adding Google Analytics and other neat tricks to your Dreamweaver Template

Was this tutorial easy enough to follow? Let me know through your comments below.

Other Posts of Interest

  • Cool links for Adobe Dreamweaver
  • Structuring your web site with Adobe Dreamweaver
  • Building your first Dreamweaver Template file
  • How to make awesome 3d icons in Adobe Fireworks
  • Improving the common elements in Dreamweaver
  • Reflective image effect in Adobe Fireworks
  • How to create a reflective web site image in Photoshop
  • Winter Wonderland Flash Animation Contest
  • Adobe Dreamweaver Tip - Cleaning Up Unused Files
  • How to Create Reflective Text in Adobe Photoshop CS3
Posted on: Monday, October 20th, 2008
Tags: adobe, cs3, dreamweaver, tutorial
Posted in Learning | | Read more

Did you find this article useful? You're welcome to post a link to this website along with the title but please don't copy the whole article. You can also link back using the following code:

<a http://www.thisismyurl.com/tutorials/preparing-a-web-site-in-adobe-dreamweaver/" rel="bookmark" title="Preparing a Web Site in Adobe Dreamweaver">Preparing a Web Site in Adobe Dreamweaver</a>

About the Author

Christopher Ross About the author.
Thanks for taking the time to read my blog. If you don't already know me, my name is Christopher Ross and I'm a web evangelist living in Fredericton Canada. When I'm not writing about the Internet, I'm helping small businesses improve their search engine performance or building better WordPress web sites for clients.

Please feel free to leave a comment below, or contact me if you have any questions.

6 Comments

|
comments rss [?] | trackback uri [?]

6 Responses to “Preparing a Web Site in Adobe Dreamweaver”

  1. Pingback: Building your first Dreamweaver Template file :: Christopher Ross
  2. Pingback: Structuring your web site with Adobe Dreamweaver :: Christopher Ross
  3. Pingback: Blog Roundup for October 22nd :: Christopher Ross
  4. Pingback: Cool links for Adobe Dreamweaver :: Christopher Ross
  5. Pingback: Improving the common elements in Dreamweaver :: Christopher Ross
  6. Pingback: Placing page content in Adobe Dreamweaver :: Christopher Ross

Leave a Reply

TrackVia
Amazon
HBO
iTunes
Tiger Direct
iTunes
LEGO - Star Wars
iTunes
TrackVia
Fujitsu
Roots Canada
Roots Canada Free Shipping
Recent Comments
  • Electric cars: Very nice post and I gain much more info from this post about, “How to useful my site for my...
  • Internet Marketing Strategies: That is really bad business, with the Internet making the world such a small place,...
  • Adam Love: wtf, that was prety blunt don’t you think?
  • George Matthews: well that’s effective, know of an easy way of title casing static sites, other than...
  • Market Secrets Blogger: At first this one click plugin install worked just fine but now I get the following error:...
  • Rodney@Blogging with WordPress: Nice work Christopher - not too shabby. You must have some pretty good backlinks....
  • david forex trading online: Thank you for letting it slide. I know it is annoying when people use keywords as their...
  • Ikki at SEO Blog: As Mr. forex trading online (I hate it when people don’t put their names on the Name...
  • David: One more strategy of search engine marketing is to create a buzz about your site in the internet. This can be...
  • Internet Marketing Strategies: Nice tutorial! JR Internet Marketing Strategies’s last blog post..Blogging Goodies...
Top Commentators
  • rv for sale (8)
  • Internet Marketing Strate... (7)
  • Electric cars (6)
  • Ikki at SEO Blog (4)
  • forex trading online (4)
  • RNB Love Songs (4)
  • Make Money Online (3)
  • Mike Collins (2)
  • PizzaForADream (2)
  • Webkinz (2)
© Copyright 2009 Christopher Ross. All rights reserved.
  • Follow my posts:
  • RSS
  • Comments
  • Email
  • Other:
  • Privacy