<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WebDesign &#38; Such &#187; Web Standards</title>
	<atom:link href="http://webdesignandsuch.com/tag/web-standards/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdesignandsuch.com</link>
	<description>a Beantown Design Production</description>
	<lastBuildDate>Wed, 08 Sep 2010 23:31:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Review of Web Standards Solutions by Dan Cederholm</title>
		<link>http://webdesignandsuch.com/2009/09/review-of-web-standards-solutions-by-dan-cederholm/</link>
		<comments>http://webdesignandsuch.com/2009/09/review-of-web-standards-solutions-by-dan-cederholm/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 14:01:10 +0000</pubDate>
		<dc:creator>ilz</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Semantic]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[Web Standards Solutions]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://webdesignandsuch.com/?p=370</guid>
		<description><![CDATA[Recently released was a book by Dan Cederholm called Web Standards Solutions, The Markup and Style Handbook. This is the follow-up to an earlier version of the book. This brings up two questions. 1. Do you need this book if you have neither version? 2. If you do have the first version is it worth [...]]]></description>
			<content:encoded><![CDATA[<p>Recently released was a book by Dan Cederholm called <strong><em>Web Standards Solutions, The Markup and Style Handbook</em></strong>. This is the follow-up to an earlier version of the book. This brings up two questions. </p>
<p><strong>1.</strong> Do you need this book if you have neither version?<br />
<strong>2.</strong> If you do have the first version is it worth purchasing the new version? </p>
<p><strong><em>Keep reading to find out.</em></strong><br />
<img class="alignnone" title="Web standards solutions" src="http://ecx.images-amazon.com/images/I/41zmofVDuAL.jpg" alt="" width="417" height="500"  class="frame"/><br />
<span id="more-370"></span></p>
<p>I purchased the second version of the book because the first version was a great book full of some useful techniques for any webdesigner that cares about good CSS and XHTML. After flipping through the new book, it looked an awful lot like the original, so I dug in deeper.</p>
<p>The book covers some things that are important to writing semantic XHTML. Such as using unordered lists to create a navigation.</p>
<div class="codeBox">&lt;ul&gt;<br />
&lt;li&gt;Home Page&lt;/li&gt;<br />
&lt;li&gt;About&lt;/li&gt;<br />
&lt;li&gt;Services&lt;/li&gt;<br />
&lt;/ul&gt;</div>
<p>I use unordered lists for all my navigations, as a lot of webdesigners do. You can take off the bullets, make it inline, add background images, rollovers, etc. Good stuff. Pretty basic IMO, but if you don&#8217;t know these techniques, this book covers it in depth.</p>
<p>Styling tables is covered. Yes, tables are horrible, but for tabular data they are still acceptable to use. And if styled nicely, they can be visually appealing. You can have the <strong>&lt;tr&gt;</strong> turn a different shade or color on rollover, which makes it easier to keep track of where you are reading on the page.</p>
<p>One of my favorite techniques Dan goes over is styling a <strong>blockquote</strong>. He has a technique that gives a rounded box with a large quote image in the background; one for the opening quote, and one for the closing quote. The tricky part here is making it expand, so no matter how long your quote is the box will stretch and the closing quote will be on the bottom right. Worth a bookmark for sure.</p>
<p>Next up is styling forms. I actually learned a lot of what I know about styling forms from the first version of this book. Styling the <strong>&lt;fieldset&gt;</strong> gives a nice clean look to the form. Best yet, you get to write hacks for IE!<br />
<img class="alignnone" title="WSS" src=" http://webdesignandsuch.com/imagesForPosts/wss-3.jpg" alt="" width="946" height="768"  class="frame"/><br />
Next up in the book is one of the topics new to this version 2 of the book. <strong><a href="http://microformats.org/">Microfomats!</a></strong> Now you may not know what these are, a lot of people probably don&#8217;t. I read about these a while back, and still haven&#8217;t used them. It makes sense though, and will hopefully catch on and be used in the future, so it&#8217;s great that Dan covered it here. Here is an example of what Microformats are. Say you have a website with a contact page. You can add what&#8217;s called a <strong>hCard</strong> to the page. This hCard contains all your contact information, allowing users to click on it and add it to their computers address book. Other software and web applications can scrape your website and extract this information from the hCard. The same goes for events, dates, etc. Microformats only make sense, so I&#8217;m sure in the future they will be huge.</p>
<p>Next up is styling <strong>&lt;dl&gt;</strong> and <strong>&lt;dt&gt;</strong> lists. This is something I personally need to use more often, I always use the unordered lists, when sometimes these other two options would be the better choice. Bookmarked!</p>
<p><img class="alignnone" title="Web Standards Solutions" src=" http://webdesignandsuch.com/imagesForPosts/wss-1.jpg" alt="" width="941" height="653" class="frame"/></p>
<p>There is a nice technique for a CSS style switcher. I actually just showed a way of adding a style switcher that works by itself, depending on the hour of the day. <a href="http://webdesignandsuch.com/2009/09/css-stylesheet-switcher-javascript-dreamweaver-kaos/">That post is right here.</a> This is a manual technique. I&#8217;ve used this technique in the past, and will cover it in a post in the near future.</p>
<p>Other topics include image replacement, using reset styles for your CSS, and CSS Sprites. Using print styles is covered, another topic I need to come back to as I don&#8217;t take advantage of these enough.</p>
<p>So to wrap up my review of this book I must answer the questions I asked. Do you need this book if you don&#8217;t have either? <strong>Yes</strong>, <a href="http://www.amazon.com/gp/product/1430219203/ref=pd_lpo_k2_dp_sr_1?pf_rd_p=486539851&#038;pf_rd_s=lpo-top-stripe-1&#038;pf_rd_t=201&#038;pf_rd_i=1590593812&#038;pf_rd_m=ATVPDKIKX0DER&#038;pf_rd_r=12JZGQ0PAAGAPBDJAP59">go and buy it immediately</a>. I don&#8217;t care if you&#8217;re an expert or a beginner. If you&#8217;re a beginner you need to learn the basics covered in this book, and then move on to the more advanced topics also covered. If you&#8217;re an expert than you already know who Dan Cederholm is, and that&#8217;s reason enough to buy the book.<br />
<img class="alignnone" title="WSS" src=" http://webdesignandsuch.com/imagesForPosts/wss-2.jpg" alt="" width="941" height="653"  class="frame"/><br />
What if you already have the first book.. is there enough new content in this book to rationalize buying the new version? <strong>Nope.</strong> You&#8217;re going to find yourself flipping through the pages looking for the new content. If you&#8217;re like me, you have a stack of books you&#8217;re trying to get through so having duplicate content is useless. The good news is you can give Dan your money in another way! May I recommend his new book, <a href="http://www.amazon.com/Handcrafted-CSS-More-Bulletproof-Design/dp/0321643380/ref=pd_sim_b_3"><strong><em>Handcrafted CSS</em></strong></a>. A great read, which I will review soon.</p>
<p>So there you have it, I hope I helped some people with their decision making.</p>
<p>-ilz</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://webdesignandsuch.com/2009/07/css-mastery-by-andy-budd-book-review/" rel="bookmark" class="crp_title">CSS Mastery by Andy Budd ~ book review</a></li><li><a href="http://webdesignandsuch.com/2009/09/css-stylesheet-switcher-javascript-dreamweaver-kaos/" rel="bookmark" class="crp_title">CSS stylesheet switcher ~ Javascript, Dreamweaver, Kaos</a></li><li><a href="http://webdesignandsuch.com/2009/12/simple-form-styling-with-css/" rel="bookmark" class="crp_title">Simple form styling with CSS</a></li><li><a href="http://webdesignandsuch.com/2009/07/internet-explorer-hacks-and-conditional-statements/" rel="bookmark" class="crp_title">Internet Explorer Conditional Statements &#038; Hacks</a></li><li><a href="http://webdesignandsuch.com/2009/10/how-to-create-an-animated-favicon-for-your-website-or-wordpress-blog/" rel="bookmark" class="crp_title">Create an Animated Favicon for your website</a></li></ul></div>

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://webdesignandsuch.com/2009/09/review-of-web-standards-solutions-by-dan-cederholm/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://webdesignandsuch.com/2009/09/review-of-web-standards-solutions-by-dan-cederholm/&amp;title=Review+of+Web+Standards+Solutions+by+Dan+Cederholm" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://webdesignandsuch.com/2009/09/review-of-web-standards-solutions-by-dan-cederholm/&amp;title=Review+of+Web+Standards+Solutions+by+Dan+Cederholm" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://webdesignandsuch.com/2009/09/review-of-web-standards-solutions-by-dan-cederholm/&amp;bm_description=Review+of+Web+Standards+Solutions+by+Dan+Cederholm&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://webdesignandsuch.com/2009/09/review-of-web-standards-solutions-by-dan-cederholm/&amp;title=Review+of+Web+Standards+Solutions+by+Dan+Cederholm" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://webdesignandsuch.com/2009/09/review-of-web-standards-solutions-by-dan-cederholm/&amp;title=Review+of+Web+Standards+Solutions+by+Dan+Cederholm" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://webdesignandsuch.com/2009/09/review-of-web-standards-solutions-by-dan-cederholm/&amp;title=Review+of+Web+Standards+Solutions+by+Dan+Cederholm" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://webdesignandsuch.com/2009/09/review-of-web-standards-solutions-by-dan-cederholm/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Review+of+Web+Standards+Solutions+by+Dan+Cederholm+-+http://b2l.me/ap7axq&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://webdesignandsuch.com/2009/09/review-of-web-standards-solutions-by-dan-cederholm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Mastery by Andy Budd ~ book review</title>
		<link>http://webdesignandsuch.com/2009/07/css-mastery-by-andy-budd-book-review/</link>
		<comments>http://webdesignandsuch.com/2009/07/css-mastery-by-andy-budd-book-review/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 22:03:20 +0000</pubDate>
		<dc:creator>ilz</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Andy Budd]]></category>
		<category><![CDATA[Book Review]]></category>
		<category><![CDATA[Dan Cederholm]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://webdesignandsuch.com/?p=228</guid>
		<description><![CDATA[I&#8217;m obsessed with CSS. There I said it. I have just about every CSS book that has received good reviews. As a freelance website designer I try to make time in between projects to read these books, pick up new tricks, and brush up on what I already know or may have forgotten. If the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://webdesignandsuch.com/wp-content/uploads/2009/07/css-mastery.jpg" alt="CSS Mastery" title="CSS Mastery" width="445" height="614" class="alignnone size-full wp-image-227" class="frame"/></p>
<h3 style="font-size:20px">I&#8217;m obsessed with CSS.</h3>
<p>There I said it. I have just about every CSS book that has received good reviews. As a freelance website designer I try to make time in between projects to read these books, pick up new tricks, and brush up on what I already know or may have forgotten. If the book is worthy I throw some bookmarks on important sections, so I can easily use it as a reference in the future.</p>
<p>As I finish these books I will be giving my honest reviews, be it negative or positive. Hopefully this will help you decide if the book is a good choice for you to purchase.</p>
<h3>Continue reading for my review of CSS Mastery; Advanced Web Standards Solutions by Andy Budd. &copy;2006</h3>
<p><span id="more-228"></span></p>
<p><img src="http://webdesignandsuch.com/wp-content/uploads/2009/07/css-mastery-11.jpg" alt="CSS-Mastery-by-Andy-Budd" title="CSS-Mastery-by-Andy-Budd" width="768" height="971" class="alignnone size-full wp-image-240" class="frame"/></p>
<h3>Content Overview</h3>
<p>This book by Andy Budd covers CSS topics from a beginners level to a more advanced level. I&#8217;m an advanced CSS user, but I actually enjoyed reading the entire book from cover to cover. I find that reading over things you already know or use is a good idea; you never know when you will pick up a little trick that will save you some time every time you are writing CSS.  Plus, if you really do know and use a technique 100%, you can give yourself a pat on the back..haha.</p>
<h3>Topics covered in this book include:</h3>
<ul>
<li>Doctype</li>
<li>Margin Collapsing</li>
<li>Box Model</li>
<li>Using Background Images</li>
<li>Relative, Absolute, Fixed Positioning</li>
<li>Image Replacement Techniques</li>
<li>Styling Links, Lists, &#038; Forms</li>
<li>Layouts (2 &#038; 3 Column, Elastic, Fluid, Fixed)</li>
<li>Hacks &#038; Conditional Statements</li>
</ul>
<p>So you may have noticed the book above has bookmarks on it. That&#8217;s my actual copy of the book. When I read a book, I put these bookmarks on the <strong>MOST</strong> important parts. These are of course the most important to <strong>ME</strong>, maybe you wouldn&#8217;t even care about these topics. I do this so it&#8217;s easy to get back to these sections of the book when I&#8217;m designing and coding.. so I don&#8217;t have one of those, &#8220;<em>I read about that somewhere</em>&#8221; moments. Below I will quickly explain what I found to be the &#8220;bookmark worthy&#8221; parts of the book.</p>
<p><img src="http://webdesignandsuch.com/wp-content/uploads/2009/07/css-mastery-31.jpg" alt="CSS-Mastery-by-Andy-Budd" title="CSS-Mastery-by-Andy-Budd" width="978" height="728" class="alignnone size-full wp-image-242" class="frame"/></p>
<h3>Highlighting the Current Page in Navigation</h3>
<p>If you are on the &#8220;About&#8221; page of a website, the &#8220;About&#8221; text in the main navigation should be a different color than the rest of the links, right? This is good for the user experience, so they always quickly know what page they are currently on. On a small site this is simple; just throw a class on the list item for &#8220;About&#8221;. It gets more complicated on a larger scale site, with a lot of navigation items. </p>
<p>I design my sites using Dreamweaver. I find it to be a great tool, <em>(as long as you know how to write code by hand of course)</em>. I like the template features. Why I mention this is because if you also use Dreamweaver templates, you will find the above current link technique very helpful in your website designs. You may notice one problem however, the above technique requires you to put a separate &#8220;ID&#8221; on your &#8220;BODY&#8221; tag of your pages. If you have a Dreamweaver template your body tag is not editable though.. so what do you do? I will be writing an article on this exact topic soon, so stay tuned. <strong>To wrap up, I find this the MOST IMPORTANT TOPIC in the entire book.. I use it on every site I code now.</strong></p>
<h3>Absolute &#038; Fixed Positioning</h3>
<p>This is a topic that can confusing to some CSS coders. To be honest, I put this bookmark in as a reminder to myself to come back at some point to try some Fixed Positioning techniques. I use Absolute all the time, but never really have a need for Fixed. I think some interesting designs could be achieved by having an item in exactly the same place on the screen though&#8230;<strong>TO BE CONTINUED!</strong></p>
<p><img src="http://webdesignandsuch.com/wp-content/uploads/2009/07/css-mastery-2.jpg" alt="CSS-Mastery-by-Andy-Budd" title="CSS-Mastery-by-Andy-Budd" width="970" height="768" class="alignnone size-full wp-image-243" class="frame"/></p>
<h3>Styling Forms</h3>
<p>I find that spending 15-30 minutes styling a form with CSS can be the difference of a great looking page, and an eyesore. When I see generic inputs and buttons on forms on websites it drives me nuts. One thing I hate about unstyled forms is how different browsers show the inputs and buttons differently. As a designer, I want to be in control of how the form looks, not the browser! <strong>FORMS DON&#8217;T NEED TO BE UGLY!</strong><br />
<h3>Conditional Statements and Hacks</h3>
<p>Honestly this bookmark is only on the book because I had some room left over. I use conditional statements and hacks, but have them memorized by this point in my career. I figured I&#8217;d throw the bookmark on in the chance that I come across the need for some hack of statement that I&#8217;m not so knowledgeable of, this will be a quick reference.</p>
<h3>In Conclusion</h3>
<p>So is this book right for you? How should I know! I can say that if I had to throw all my books away and keep only one book it would be a tossup between this book and &#8220;Web Standards Solutions&#8221; by Dan Cederholm <em>*stay tuned for my review of that book*</em>. I find <strong>CSS Mastery</strong> a great book filled with techniques that I either use or could use in my day to day workflow. I have some books that have advanced techniques that would be great if I had clients willing to pay 6 times what they are paying so I&#8217;d have the time to use these techniques. So having said that.. <strong>two thumbs up for this book from me!</strong></p>
<p><strong>-ilz out</strong></p>
<p><a href="http://www.cssmastery.com/" target ="_blank"><strong>CSS Mastery Advanced Web Standards Solutions</strong> <em>by Andy Budd with Cameron Moll &#038; Simon Collison</em> website link</a></p>
<p><a href="http://www.amazon.com/CSS-Mastery-Standards-Solutions-ebook/dp/B000SEHEFM/ref=sr_1_4?ie=UTF8&#038;s=books&#038;qid=1247780494&#038;sr=8-4" target="_blank">Link to CSS Mastery on Amazon</a></p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://webdesignandsuch.com/2009/09/review-of-web-standards-solutions-by-dan-cederholm/" rel="bookmark" class="crp_title">Review of Web Standards Solutions by Dan Cederholm</a></li><li><a href="http://webdesignandsuch.com/2009/07/internet-explorer-hacks-and-conditional-statements/" rel="bookmark" class="crp_title">Internet Explorer Conditional Statements &#038; Hacks</a></li><li><a href="http://webdesignandsuch.com/2009/12/simple-form-styling-with-css/" rel="bookmark" class="crp_title">Simple form styling with CSS</a></li><li><a href="http://webdesignandsuch.com/2009/02/colorzilla-20-firefox-add-on/" rel="bookmark" class="crp_title">ColorZilla 2.0 Firefox Add-On</a></li><li><a href="http://webdesignandsuch.com/2009/01/how-to-create-add-a-favicon-to-your-website-or-wordpress-blog/" rel="bookmark" class="crp_title">How to create &#038; add a Favicon to your website or Blog</a></li></ul></div>

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://webdesignandsuch.com/2009/07/css-mastery-by-andy-budd-book-review/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://webdesignandsuch.com/2009/07/css-mastery-by-andy-budd-book-review/&amp;title=CSS+Mastery+by+Andy+Budd+%7E+book+review" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://webdesignandsuch.com/2009/07/css-mastery-by-andy-budd-book-review/&amp;title=CSS+Mastery+by+Andy+Budd+%7E+book+review" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://webdesignandsuch.com/2009/07/css-mastery-by-andy-budd-book-review/&amp;bm_description=CSS+Mastery+by+Andy+Budd+%7E+book+review&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://webdesignandsuch.com/2009/07/css-mastery-by-andy-budd-book-review/&amp;title=CSS+Mastery+by+Andy+Budd+%7E+book+review" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://webdesignandsuch.com/2009/07/css-mastery-by-andy-budd-book-review/&amp;title=CSS+Mastery+by+Andy+Budd+%7E+book+review" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://webdesignandsuch.com/2009/07/css-mastery-by-andy-budd-book-review/&amp;title=CSS+Mastery+by+Andy+Budd+%7E+book+review" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://webdesignandsuch.com/2009/07/css-mastery-by-andy-budd-book-review/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=CSS+Mastery+by+Andy+Budd+%7E+book+review+-+http://b2l.me/aqajrm&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://webdesignandsuch.com/2009/07/css-mastery-by-andy-budd-book-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
