<?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: How to use Modernizr</title>
	<atom:link href="http://webdesignernotebook.com/css/how-to-use-modernizr/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdesignernotebook.com/css/how-to-use-modernizr/</link>
	<description>Web Designer Notebook is a blog for web designers featuring topics like CSS, HTML and Wordpress, tutorials, reviews and inspiration.</description>
	<lastBuildDate>Fri, 12 Mar 2010 20:23:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Yaili</title>
		<link>http://webdesignernotebook.com/css/how-to-use-modernizr/#comment-5820</link>
		<dc:creator>Yaili</dc:creator>
		<pubDate>Thu, 18 Feb 2010 11:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=976#comment-5820</guid>
		<description>Hi wimal,

Browsers that don&#039;t support box-shadow and rounded corners will ignore them already, no need for an extra script for that.</description>
		<content:encoded><![CDATA[<p>Hi wimal,</p>
<p>Browsers that don&#8217;t support box-shadow and rounded corners will ignore them already, no need for an extra script for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wimal</title>
		<link>http://webdesignernotebook.com/css/how-to-use-modernizr/#comment-5811</link>
		<dc:creator>wimal</dc:creator>
		<pubDate>Thu, 18 Feb 2010 02:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=976#comment-5811</guid>
		<description>Pete, I am glad u had mentioned a way to use mulitple backgrounds without js. But I want to know wheather we can use the same technique(without js)for box shadow and rounded-corners. I mean to write it in a way so that browsers that dont support it will ignore it. 

Thanx a lot</description>
		<content:encoded><![CDATA[<p>Pete, I am glad u had mentioned a way to use mulitple backgrounds without js. But I want to know wheather we can use the same technique(without js)for box shadow and rounded-corners. I mean to write it in a way so that browsers that dont support it will ignore it. </p>
<p>Thanx a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zachariah</title>
		<link>http://webdesignernotebook.com/css/how-to-use-modernizr/#comment-5713</link>
		<dc:creator>Zachariah</dc:creator>
		<pubDate>Fri, 12 Feb 2010 18:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=976#comment-5713</guid>
		<description>The @font-face and cufon fallback was exactly what I envisioned. Also, I have in the past used javascript (jquery) to add extra div-wraps with different backgrounds for background and pseudo image border effects; with this I could make that code conditional (in fact, a lot of styling javascript hacks could be conditional).</description>
		<content:encoded><![CDATA[<p>The @font-face and cufon fallback was exactly what I envisioned. Also, I have in the past used javascript (jquery) to add extra div-wraps with different backgrounds for background and pseudo image border effects; with this I could make that code conditional (in fact, a lot of styling javascript hacks could be conditional).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Some of the Top Minds in the World of CSS and why you should be following their Work - Inspect Element</title>
		<link>http://webdesignernotebook.com/css/how-to-use-modernizr/#comment-4275</link>
		<dc:creator>Some of the Top Minds in the World of CSS and why you should be following their Work - Inspect Element</dc:creator>
		<pubDate>Mon, 14 Dec 2009 10:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=976#comment-4275</guid>
		<description>[...] How to use Modernizr [...]</description>
		<content:encoded><![CDATA[<p>[...] How to use Modernizr [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Stephens</title>
		<link>http://webdesignernotebook.com/css/how-to-use-modernizr/#comment-4263</link>
		<dc:creator>John Stephens</dc:creator>
		<pubDate>Sat, 12 Dec 2009 14:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=976#comment-4263</guid>
		<description>Modernizr works without adding the no-js class to your HTML tag-- then you have no fallback fro JS being unavaliable or disabled, but you can still use its many other features. For instance, I&#039;m using it on a site now to detect support for @font-face and provide a Cufon fallback for browsers that don&#039;t support @font-face.</description>
		<content:encoded><![CDATA[<p>Modernizr works without adding the no-js class to your HTML tag&#8211; then you have no fallback fro JS being unavaliable or disabled, but you can still use its many other features. For instance, I&#8217;m using it on a site now to detect support for @font-face and provide a Cufon fallback for browsers that don&#8217;t support @font-face.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Collection of HTML5 Resources and Tutorials &#124; EMDMA</title>
		<link>http://webdesignernotebook.com/css/how-to-use-modernizr/#comment-4257</link>
		<dc:creator>A Collection of HTML5 Resources and Tutorials &#124; EMDMA</dc:creator>
		<pubDate>Sat, 12 Dec 2009 02:22:25 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=976#comment-4257</guid>
		<description>[...] How to use Modernizr In this short tutorial, from webdesignernotebook.com, you will learn how to apply, step-by-step, Modernizr to maximum effect on your sites. [...]</description>
		<content:encoded><![CDATA[<p>[...] How to use Modernizr In this short tutorial, from webdesignernotebook.com, you will learn how to apply, step-by-step, Modernizr to maximum effect on your sites. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Collection of HTML5 Resources and Tutorials &#124; Programming Blog</title>
		<link>http://webdesignernotebook.com/css/how-to-use-modernizr/#comment-4252</link>
		<dc:creator>A Collection of HTML5 Resources and Tutorials &#124; Programming Blog</dc:creator>
		<pubDate>Fri, 11 Dec 2009 20:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=976#comment-4252</guid>
		<description>[...] How to use Modernizr In this short tutorial, from webdesignernotebook.com, you will learn how to apply, step-by-step, Modernizr to maximum effect on your sites. [...]</description>
		<content:encoded><![CDATA[<p>[...] How to use Modernizr In this short tutorial, from webdesignernotebook.com, you will learn how to apply, step-by-step, Modernizr to maximum effect on your sites. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Collection of HTML5 Resources and Tutorials &#183; rogdykker</title>
		<link>http://webdesignernotebook.com/css/how-to-use-modernizr/#comment-4251</link>
		<dc:creator>A Collection of HTML5 Resources and Tutorials &#183; rogdykker</dc:creator>
		<pubDate>Fri, 11 Dec 2009 19:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=976#comment-4251</guid>
		<description>[...] How to use Modernizr In this short tutorial, from webdesignernotebook.com, you will learn how to apply, step-by-step, Modernizr to maximum effect on your sites. [...]</description>
		<content:encoded><![CDATA[<p>[...] How to use Modernizr In this short tutorial, from webdesignernotebook.com, you will learn how to apply, step-by-step, Modernizr to maximum effect on your sites. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Collection of HTML5 Resources and Tutorials : Speckyboy Design Magazine</title>
		<link>http://webdesignernotebook.com/css/how-to-use-modernizr/#comment-4250</link>
		<dc:creator>A Collection of HTML5 Resources and Tutorials : Speckyboy Design Magazine</dc:creator>
		<pubDate>Fri, 11 Dec 2009 18:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=976#comment-4250</guid>
		<description>[...] How to use Modernizr In this short tutorial, from webdesignernotebook.com, you will learn how to apply, step-by-step, Modernizr to maximum effect on your sites. [...]</description>
		<content:encoded><![CDATA[<p>[...] How to use Modernizr In this short tutorial, from webdesignernotebook.com, you will learn how to apply, step-by-step, Modernizr to maximum effect on your sites. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Support Internet Explorer and Still Be Cutting Edge &#124; WORDPRESS-TEMPLATES-PLUGINS-RSS</title>
		<link>http://webdesignernotebook.com/css/how-to-use-modernizr/#comment-4184</link>
		<dc:creator>How To Support Internet Explorer and Still Be Cutting Edge &#124; WORDPRESS-TEMPLATES-PLUGINS-RSS</dc:creator>
		<pubDate>Tue, 08 Dec 2009 18:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=976#comment-4184</guid>
		<description>[...] How to Use Modernizr [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Use Modernizr [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
