« Ten Websites Every Pastor Should Know | Main | Blogging for the Gospel's Sake »

November 06, 2007

TrackBack

TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00d8341ced4953ef00e54f7bdba08833

Listed below are links to weblogs that reference HTML for Beginners: part one (html, head, body):

Comments

Feed You can follow this conversation by subscribing to the comment feed for this post.

Tony

good stuff, Tim! very helpful.

Joe Suh

Nice overview Tim.

As a designer, do you write raw html? Or do you use WYSIWYG tools like dreamweaver/frontpage? Or do you mockup with paint.net/photoshop and then hand off to a coder to cut up? I'm curious to know what belongs in most designers' toolkits...

Thanks,
joe

Tim Bednar

I prefer to write code by hand; I do use snippets of code to quickly write common head tags. I use Notepadd++ because it is open source and free.

I would never recommend Frontpage because it still adds extra HTML code. I have not tried Microsoft's Expression--new design software, but it may be better.

Dreamweaver is the industry standard. I use it for somethings, but WYSIWYG still provides unpredictable results especially when you need be valid in all browsers. Plus, it is still very difficult to write CSS layouts in Dreamweaver.

I mostly do my own concepts of screens (since I'm sort of one stop shop), but occasionally get layered Photoshop files from designers. I actually prefer working in FireWorks (I'm an old Freehand guy).

Then I code the HTML and CSS. First I write the markup then apply the CSS. The absolute killer tools for this are FireFox plugins: FireBug and Web Developers Toolbar. I'll cover how to use in another post.

But in my toolkit: I use Notepad++, FireFox with FireBug and Web Developers Toolbar, FireWorks/Photoshop and Google (to get help when I need it).

The comments to this entry are closed.