Lesson One

Return to graphic web.

  • Creating a website folder
  • Opening a web authoring application
  • Changing the title of a new page
  • Saving your webpage
  • The Mirror Site
  • FTP
  • Creating a website folder

    Click here to return to the FrontPage 2000 version.

    Create a folder on your hard drive.  One that I've created here as an example is called webauthoring.  Notice that I've used lowercase with no spaces or spaces or special characters.  This is extremely important. You will encounter fewer problems if you realize that some web servers require lowercase file and folder names.  As well, spaces are not allowed.  If you really need to separate words, use the underscore character.  It is a special character web servers recognize.  For example, you could name your web folder web_authoring if you think that this is easier to read.  However, know that the names webauthoring and web_authoring are two distinct folder names.  Don't confuse yourself or your system.

     

    Here is an example of the folder (directory) called webauthoring.  I've also created a folder within this directory called images.  Notice that images is also lowercase and there are no special characters or spaces.  Go ahead and create an images folder within your webauthoring directory. Don't worry about the other files that you see in the above image yet.

    Opening a web authoring application

    Opening a web authoring application is often simply a matter of finding the application on your hard drive and opening it. 

    Note:  Some authoring applications require the user to define a site or create a web so all the features of the software are available to the user.  An older version of Microsoft's web authoring application, FrontPage 98 for Windows, is an example here. Click on the preceding FrontPage 98 link to view the procedure for this.  Most web authoring applications aren't so restrictive and the user is given a choice. The version I'm using here is Dreamweaver 2. It is not so restrictive. You get to choose. 

    Opening Dreamweaver is simple.  Find it on your desktop or in your hard drive and open the application.  You will probably see the window below.

     

    This is similar to a word processing window.  Just a glance at the toolbars will confirm this suspicion.  Knowing that will enable you to relax as we explore web authoring. Notice all the icons on the right of the window. This is your Objects Palette. It is used to add images, tables, roll-overs and other cool effects. The other palette is your Properties Palette. Essentially, the Property Palette will allow you to format text, pictures and tables. You can also use this palette to add links. In other words, you don't often need to go to the menu bar when in Dreamweaver. Just click on an object or property to add or format objects.

    Changing the title of the new page.

    The title of a webpage and its filename are two different things.  Confusing the two will cause big problems!

    When you create a webpage, upload to a server and view the page in a browser, the title of the page will appear in the browser title bar (not the URL location bar).  Notice that the browser displays the title of this page as "Dreamweaver: Lesson One" at the very top of the browser page.  Titling your page is important because people actually will bookmark your page (Yeah, they do!), and the title of the bookmark should make sense to the user as a reference to what's on the page.  Don't leave your users guessing.  As well, when Yahoo or other search engines or directories list your page, it will be listed with a sensible name.

    To title your page using Dreamweaver, click on Modify => Page Properties... and the following window opens.

     

    Select what's in the Title box and change the title to whatever you like and hit OK.  This allows you to give the page a name that makes sense to the user.  Remember, this is not the filename. Notice all the other things you can change while you're at it. Slick, eh?

    Saving your webpage

    To save for the first time, select File => Save as...  and navigate to your web folder that you created earlier.  For this lesson, I'm going to save this page as dw_lesson_one.htm within the folder named webauthoring.

     

    Selecting File => Save as ... will give you the option to create the filename for your page.  I chose dw_lesson_one.htm as my filename for this page and then hit Save.  However, if this is your first page within a specific web folder, you might just consider giving your page the filename index.html.  That creates a default page for users who know your URL up to the website folder you defined earlier.

    For example, the following two URLs will take the user to the same location. Notice the difference at the end of the URL?

    http://imet.csus.edu/strategies/webauthoring/

    http://imet.csus.edu/strategies/webauthoring/index.html

    You'll notice that there are other filenames in my webauthoring folder as well.  One of those filenames is index.html.  This is the default file mentioned and illustrated above.  Above is what my webauthoring folder looks like with the filename extensions showing. 

    Once you've saved a page, Ctrl + S will save in Windows or Command + S on a Mac OS. 

    The Mirror Site

    This is a concept that is really quite simple.  The image below illustrates how my webauthoring folder on my hard drive mirrors what I have on the server.  The name of the folder and all its contents on my hard drive are identical to the folder and its contents on the server. The left side of the image below shows the contents of the webauthoring folder on my hard drive. The right side of the image shows my webauthoring folder on the iMET server. The highlighted portion below shows that I'm getting ready to drag lesson_one.htm from the right to the left side. That, essentially, is what you do when you upload. It's just a drag!

     

    When I upload individual files that are within the webauthoring folder, all links to gifs, jpgs and html files are relative to one another in my webauthoring folder.  Mirroring your hard drive folder with your server folder will help you avoid problems with broken links and images later. 

    File Transfer Protocol (FTP)

    This is a pretty scary process for many.  The explanation is also quite detailed, so we will go to another page in this site to deal with this topic. Click on the link below.

    Everything you need to know to FTP to the iMET server.