<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: HTML and CSS Web Standards Solutions &#8211; Book Review</title>
	<atom:link href="http://codingpad.maryspad.com/2009/06/22/html-and-css-web-standards-solutions-book-review/feed/" rel="self" type="application/rss+xml" />
	<link>http://codingpad.maryspad.com/2009/06/22/html-and-css-web-standards-solutions-book-review/</link>
	<description>Programming blog - Discussions, Tutorials, Resources</description>
	<lastBuildDate>Wed, 08 Feb 2012 00:37:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: mary</title>
		<link>http://codingpad.maryspad.com/2009/06/22/html-and-css-web-standards-solutions-book-review/comment-page-1/#comment-9145</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Wed, 03 Mar 2010 12:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=964#comment-9145</guid>
		<description>Dawn
We haven&#039;t made the move yet, probably around July 1, it&#039;s definitely exciting!

The Wordpress community is amazing and all the widgets and plugins available make implementing different things very easy.

Ping me if you need any help.  Hope all is well with you :)

mary</description>
		<content:encoded><![CDATA[<p>Dawn<br />
We haven&#8217;t made the move yet, probably around July 1, it&#8217;s definitely exciting!</p>
<p>The WordPress community is amazing and all the widgets and plugins available make implementing different things very easy.</p>
<p>Ping me if you need any help.  Hope all is well with you <img src='http://codingpad.maryspad.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>mary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dawn Elise</title>
		<link>http://codingpad.maryspad.com/2009/06/22/html-and-css-web-standards-solutions-book-review/comment-page-1/#comment-9143</link>
		<dc:creator>Dawn Elise</dc:creator>
		<pubDate>Wed, 03 Mar 2010 07:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=964#comment-9143</guid>
		<description>Hi, Mary (and Mary),
How is the land Down Under treating you?
I am trying to move my job&#039;s layout from ASPX to  WordPress.  So far it is a lot easier thanks to the user community and widgets and themes. Thanks for the tutorials -- will let you know how it goes.
G-day,  Dawn</description>
		<content:encoded><![CDATA[<p>Hi, Mary (and Mary),<br />
How is the land Down Under treating you?<br />
I am trying to move my job&#8217;s layout from ASPX to  WordPress.  So far it is a lot easier thanks to the user community and widgets and themes. Thanks for the tutorials &#8212; will let you know how it goes.<br />
G-day,  Dawn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://codingpad.maryspad.com/2009/06/22/html-and-css-web-standards-solutions-book-review/comment-page-1/#comment-9133</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Mon, 01 Mar 2010 17:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=964#comment-9133</guid>
		<description>Thank you so much for the recommendations! I will have to get these and read them.  Much appreciate your input! :)

mary</description>
		<content:encoded><![CDATA[<p>Thank you so much for the recommendations! I will have to get these and read them.  Much appreciate your input! <img src='http://codingpad.maryspad.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>mary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ridgerunner</title>
		<link>http://codingpad.maryspad.com/2009/06/22/html-and-css-web-standards-solutions-book-review/comment-page-1/#comment-9125</link>
		<dc:creator>ridgerunner</dc:creator>
		<pubDate>Sat, 27 Feb 2010 05:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=964#comment-9125</guid>
		<description>There is a book that covers 3-column CSS layouts in detail. First a little background...

I&#039;m very fond of books covering modern web technologies. Out of curiosity I just went and counted them up - more than 39 of them in total, all published since 2004 and all geared towards web standards, covering: XHTML, CSS, JavaScript, PHP, Ajax, MySQL, Apache, SVN, Git and Regular Expressions. I&#039;ve actually read most of them cover to cover and some of them multiple times. I have acquired some favorite authors and books and can offer some strong recommendations.

Specifically regarding your question of 3-column layouts (I assume you would like them to be fluid), and the subject of hand-coded HTML/CSS markup, I&#039;ve found the books by Dan Cederholm to be nothing short of suburb. I would recommend two in particular: &quot;Bulletproof Web Design&quot; (2nd edition 2007) and &quot;Handcrafted CSS&quot; (1st edition 2009). These two books could really be renamed Bulletproof Web design part 1 and part 2, because they flow into each other so well. They cover in detail (with commented example code) fluid designs for one, two and three columns. If you can only read one of these, read the most recent one: &quot;Handcrafted CSS&quot;.

The latest thing with CSS layout is using fluid grids. In Dan&#039;s most recent book above, the chapter covering fluid-grid layout is actually written by Ethan Marcotte. You can read about some aspects of this technique in his recent list-apart article:

http://www.alistapart.com/articles/fluidgrids/

Cheers!

p.s. The two books mentioned above are both in *color* with excellent screenshots, illustrations and markup syntax highlighting. Highly recommended!</description>
		<content:encoded><![CDATA[<p>There is a book that covers 3-column CSS layouts in detail. First a little background&#8230;</p>
<p>I&#8217;m very fond of books covering modern web technologies. Out of curiosity I just went and counted them up &#8211; more than 39 of them in total, all published since 2004 and all geared towards web standards, covering: XHTML, CSS, JavaScript, PHP, Ajax, MySQL, Apache, SVN, Git and Regular Expressions. I&#8217;ve actually read most of them cover to cover and some of them multiple times. I have acquired some favorite authors and books and can offer some strong recommendations.</p>
<p>Specifically regarding your question of 3-column layouts (I assume you would like them to be fluid), and the subject of hand-coded HTML/CSS markup, I&#8217;ve found the books by Dan Cederholm to be nothing short of suburb. I would recommend two in particular: &#8220;Bulletproof Web Design&#8221; (2nd edition 2007) and &#8220;Handcrafted CSS&#8221; (1st edition 2009). These two books could really be renamed Bulletproof Web design part 1 and part 2, because they flow into each other so well. They cover in detail (with commented example code) fluid designs for one, two and three columns. If you can only read one of these, read the most recent one: &#8220;Handcrafted CSS&#8221;.</p>
<p>The latest thing with CSS layout is using fluid grids. In Dan&#8217;s most recent book above, the chapter covering fluid-grid layout is actually written by Ethan Marcotte. You can read about some aspects of this technique in his recent list-apart article:</p>
<p><a href="http://www.alistapart.com/articles/fluidgrids/" rel="nofollow">http://www.alistapart.com/articles/fluidgrids/</a></p>
<p>Cheers!</p>
<p>p.s. The two books mentioned above are both in *color* with excellent screenshots, illustrations and markup syntax highlighting. Highly recommended!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://codingpad.maryspad.com/2009/06/22/html-and-css-web-standards-solutions-book-review/comment-page-1/#comment-8399</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Fri, 18 Sep 2009 17:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=964#comment-8399</guid>
		<description>Dawn
thanks for the comments.  For multiple column layouts, there are several places to look. I think one of Eric Meyer&#039;s books has some examples, but not 100% sure, so let me check on that and I&#039;ll let you know. This tutorial gives one approach to a 3 column layout - http://webdesign.about.com/od/csstutorials/ss/css_layout_sbs.htm

I&#039;ve seen other detailed tutorials around the web but don&#039;t remember off the top of my head. I&#039;ll post as soon as I find them.

Hope you continue to enjoy the blog! :)</description>
		<content:encoded><![CDATA[<p>Dawn<br />
thanks for the comments.  For multiple column layouts, there are several places to look. I think one of Eric Meyer&#8217;s books has some examples, but not 100% sure, so let me check on that and I&#8217;ll let you know. This tutorial gives one approach to a 3 column layout &#8211; <a href="http://webdesign.about.com/od/csstutorials/ss/css_layout_sbs.htm" rel="nofollow">http://webdesign.about.com/od/csstutorials/ss/css_layout_sbs.htm</a></p>
<p>I&#8217;ve seen other detailed tutorials around the web but don&#8217;t remember off the top of my head. I&#8217;ll post as soon as I find them.</p>
<p>Hope you continue to enjoy the blog! <img src='http://codingpad.maryspad.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dawn Elise</title>
		<link>http://codingpad.maryspad.com/2009/06/22/html-and-css-web-standards-solutions-book-review/comment-page-1/#comment-8394</link>
		<dc:creator>Dawn Elise</dc:creator>
		<pubDate>Fri, 18 Sep 2009 15:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=964#comment-8394</guid>
		<description>Thanks for the review, but this book doesn&#039;t work for me because I usually need to make a website with a 3 column front page and 2 column inside page.  I have never found a book on CSS that explained in detail with code (not just in theory) how to build a 3 or more column website.  Any suggestions would be much appreciated.  ;-)</description>
		<content:encoded><![CDATA[<p>Thanks for the review, but this book doesn&#8217;t work for me because I usually need to make a website with a 3 column front page and 2 column inside page.  I have never found a book on CSS that explained in detail with code (not just in theory) how to build a 3 or more column website.  Any suggestions would be much appreciated.  <img src='http://codingpad.maryspad.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Posts about Web Standards as of July 1, 2009 &#124; XHTML and CSS</title>
		<link>http://codingpad.maryspad.com/2009/06/22/html-and-css-web-standards-solutions-book-review/comment-page-1/#comment-8055</link>
		<dc:creator>Posts about Web Standards as of July 1, 2009 &#124; XHTML and CSS</dc:creator>
		<pubDate>Thu, 02 Jul 2009 00:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=964#comment-8055</guid>
		<description>[...]  HTML and CSS Web Standards Solutions – Book Review - codingpad.maryspad.com 06/22/2009 I’ve been spending some time in the recent past revisiting my [...]</description>
		<content:encoded><![CDATA[<p>[...]  HTML and CSS Web Standards Solutions – Book Review &#8211; codingpad.maryspad.com 06/22/2009 I’ve been spending some time in the recent past revisiting my [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

