View Single Post
Old 2006-01-25, 08:11 PM   #13
Toby
Lonewolf Internet Sales
 
Toby's Avatar
 
Join Date: Mar 2005
Location: Houston
Posts: 4,826
Send a message via ICQ to Toby
Quote:
Originally Posted by Halfdeck
...Coding everything by hand is a huge time sink...
Exactly. I'm about as "old school" as it gets when it comes to coding. My Comp Sci degree is dated 1983. My senior sequence was in Assemblers and Compilers, so we're talkin' machine code.

Coding web pages by hand, particularly if you're using CSS elements, is just too time consuming. I build the basic structure in design view, then fine tune and add any scripting (ASP, PHP, javascript, etc) in code view.

Dreamweaver is a powerful tool that can create very clean code if used properly. But it call also create an absolute mess. My best advice is to never highlight in design view to select an object, click within the desired area then click the appropriate tag in the status bar.

This has gotten a little further off topic than intended, but my point is this: It's not the tool that's bad, but the improper use of the tool.
Toby is offline   Reply With Quote