How Not to Use Dreamweaver
This week we covered the following topics:
- Dom: Don't prototype with an external CSS file. Embed your testing CSS in your example file. This allows easy undo and save. When you're done, export your CSS and link it to other pages.
- Christina: Don't bother configuring a remote server for testing. Preview to localhost on your Mac.
- Bryan: Don't just select in Design View. Use the Tag Selector to make sure you've got the right selection for a copy or paste.
- Sam: Don't use <font>. Also, don't use Expanded Tables mode, use Table Layout and Standard mode instead.
- Adam: Don't forget to rename your automatically created CSS.
- Maureen: Don't take it all in at once. Be methodical about learning. Start with the menus, learn some keyboard shortcuts.
- Ben: Don't mess up your links by moving your files around! Use root-relative links, or allow Dreamweaver to update your links if you do need to move a file.
- Jake: Don't guess about CSS. Watch the Relevant CSS panel to see what styles are applied.
- All: Don't forget to save!
Taking advantage of the Mac:
- Disclosure arrow/button in Open dialog allows you to navigate all folders.
- Screen Capture: Apple+Shift+3
- Your Mac is a Web Server:
- System Preferences > Sharing > Personal Web Sharing
- Then visit http://localhost/
- Localhost directory is [root]/Library/Webserver/Documents/
- Set up your Testing Server in your Site Preferences to be this Localhost directory.
- Hit F12 for a local preview, with root-relative links intact.
Homework:
- Draw a Web design on paper. Armed with CSS and tables, design your site in Dreamweaver. Try Table Layout mode. Try the table button in the Insert bar. Or use Insert > Table. Use right-click (Control +Click) in the table to access menus, or examine the Property Inspector. Remember Text > CSS Styles > New.
- For inspiration, visit the CSS Zen Garden and try "select a design".
- If you get stuck, try Help > Dreamweaver Support Center.
- Go to Bloglines.com. Create an account. Figure out how to:
- Add Dom.net's RSS feed.
- Add news.bbc.co.uk's news feed.
- Create a blog and post to it. Send me your Blog URL.
March 23, 2005
Comments
post a comment
use simple HTML for web links
<a href="http://URL">link text</a>
<a href="http://URL">link text</a>
URL? email? spam?
If you enter a URL for yourself, then your comment will have your name listed as a link to a web site. If you enter only an email address, then your name will be linked to your email address. This page uses Movable Type's "Spam Protect" feature which means that your email address is encoded in a way to keep spammers from picking it up while trolling the web. People can still email you individually from your comment, myself included!
If you enter a URL for yourself, then your comment will have your name listed as a link to a web site. If you enter only an email address, then your name will be linked to your email address. This page uses Movable Type's "Spam Protect" feature which means that your email address is encoded in a way to keep spammers from picking it up while trolling the web. People can still email you individually from your comment, myself included!

Hey DUDE!
Posted by Devang Gandhi on April 26, 2005 11:58 AMWhat A Great Site
Well Done
It Helped Me Alot