CSS Box Model
March 29, 2006 by Jeff Purcell · 1 Comment
I still consider myself a
Box Model Explanation [via CSS Weblog]
40 Free CSS Layouts
March 16, 2006 by Jeff Purcell · 3 Comments
Alessandro Fulciniti of html.it has posted
Alessandro Fulciniti writes about the compatability:
All layouts use valid markup and
CSS , and have been tested successfully on Internet Explorer/win 5.0, 5.5, 6 and beta 2 preview of version 7; Opera 8.5, Firefox 1.5 and Safari 2.
These are definitely worth downloading. Be it for your next layout or learning the principles of negative margins and any order columns,
All layouts are done with minimal markup also:
<div id="container">
<div id="header">Header</div>
<div id="wrapper">
<div id="content">Content</div>
</div>
<div id="navigation">Navigation</div>
<div id="extra">Extra stuff</div>
<div id="footer">Footer</div>
</div>
Definitely something you should keep in your Web Designer’s Tool Belt.
40 Free CSS Layouts
Levels of CSS knowledge
March 8, 2006 by Jeff Purcell · 1 Comment
Emil Stenström of Friendly Bit has an interesting article entitled “Levels of
Levels of CSS knowledge [via 456 Berea Street]
Some Great Material
March 7, 2006 by Jeff Purcell · Leave a Comment
First off, please accept my humblest apologies for neglecting this blog. It was never my intention to go this long without posting something. In my defense, I’ve been super busy redesigning a client’s website and cleaning up my resume for a job opening at Washington State University. I know, it’s still no excuse.
I haven’t come across anything worth devoting an entire post to lately. So I thought I’d just throw up a few quick links to some excellent reading material I’ve come across this week:



