<?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, 03 Feb 2012 03:55:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Tarun Sharma</title>
		<link>http://webdesignernotebook.com/css/how-to-use-modernizr/#comment-106480</link>
		<dc:creator>Tarun Sharma</dc:creator>
		<pubDate>Fri, 03 Feb 2012 03:55:56 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=976#comment-106480</guid>
		<description>element {
background: image // for browser not support gradients
background: gradients // for browser not support gradient
}

with modernizr a cool way and easy to understand when you or any other modify your CSS someday

element {
 background: gradient
}

.no-cssgradients element {
background: image
}</description>
		<content:encoded><![CDATA[<p>element {<br />
background: image // for browser not support gradients<br />
background: gradients // for browser not support gradient<br />
}</p>
<p>with modernizr a cool way and easy to understand when you or any other modify your CSS someday</p>
<p>element {<br />
 background: gradient<br />
}</p>
<p>.no-cssgradients element {<br />
background: image<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarun Sharma</title>
		<link>http://webdesignernotebook.com/css/how-to-use-modernizr/#comment-106479</link>
		<dc:creator>Tarun Sharma</dc:creator>
		<pubDate>Fri, 03 Feb 2012 03:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=976#comment-106479</guid>
		<description>No problem Ashish :)

Go to modernizr official site and read it&#039;s manual it&#039;s really cool :)

Now i can&#039;t start any project without implement it. It&#039;s very light weight you can include script according to your needs( not need to use all bundle like other APIs). Also they including some cool scripts like yapnope.js etc.

And Best think is coding standard for example when you use in your script

element {
background: image // for browser not support gradients
background: gradients // for browser not support gradient
}

with modernizr

element {

}

.no-cssgradients element {
 background: image
}</description>
		<content:encoded><![CDATA[<p>No problem Ashish :)</p>
<p>Go to modernizr official site and read it&#8217;s manual it&#8217;s really cool :)</p>
<p>Now i can&#8217;t start any project without implement it. It&#8217;s very light weight you can include script according to your needs( not need to use all bundle like other APIs). Also they including some cool scripts like yapnope.js etc.</p>
<p>And Best think is coding standard for example when you use in your script</p>
<p>element {<br />
background: image // for browser not support gradients<br />
background: gradients // for browser not support gradient<br />
}</p>
<p>with modernizr</p>
<p>element {</p>
<p>}</p>
<p>.no-cssgradients element {<br />
 background: image<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish</title>
		<link>http://webdesignernotebook.com/css/how-to-use-modernizr/#comment-106361</link>
		<dc:creator>Ashish</dc:creator>
		<pubDate>Thu, 02 Feb 2012 18:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=976#comment-106361</guid>
		<description>I think we can do this using conditional CSS only. But you are right, this will be very lengthy. Thanks, I got it now a little bit...

Will work more on it. thanks tarun!!</description>
		<content:encoded><![CDATA[<p>I think we can do this using conditional CSS only. But you are right, this will be very lengthy. Thanks, I got it now a little bit&#8230;</p>
<p>Will work more on it. thanks tarun!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarun Sharma</title>
		<link>http://webdesignernotebook.com/css/how-to-use-modernizr/#comment-106319</link>
		<dc:creator>Tarun Sharma</dc:creator>
		<pubDate>Thu, 02 Feb 2012 16:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=976#comment-106319</guid>
		<description>@Ashish, I think you not read my comment carefully. Can you tell me how can you do same thing as in my example above by only CSS</description>
		<content:encoded><![CDATA[<p>@Ashish, I think you not read my comment carefully. Can you tell me how can you do same thing as in my example above by only CSS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish</title>
		<link>http://webdesignernotebook.com/css/how-to-use-modernizr/#comment-106262</link>
		<dc:creator>Ashish</dc:creator>
		<pubDate>Thu, 02 Feb 2012 12:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=976#comment-106262</guid>
		<description>@Tarun, thanks for you kind comment. But this   all can be done by CSS as well, right? Then why we need to add the modernizr.js?

I am still not getting this....</description>
		<content:encoded><![CDATA[<p>@Tarun, thanks for you kind comment. But this   all can be done by CSS as well, right? Then why we need to add the modernizr.js?</p>
<p>I am still not getting this&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarun Sharma</title>
		<link>http://webdesignernotebook.com/css/how-to-use-modernizr/#comment-106247</link>
		<dc:creator>Tarun Sharma</dc:creator>
		<pubDate>Thu, 02 Feb 2012 11:38:38 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=976#comment-106247</guid>
		<description>Modernizr test conditions and apply CSS accordingly or return true or false in javascript for support of HTML5 APIs. It&#039;s save your time to find that browser support any css or HTML5 API or not. 

It&#039;s help in some conditions for example you want to apply shadow in a div have same color as background. It&#039;ll look cool in browsers support box-shadow, But what about the browsers not support it?

In that case you can use condition if your browser support box-shadow then apply shadow and if not then apply a border in it, so that at-least it not merge with your background</description>
		<content:encoded><![CDATA[<p>Modernizr test conditions and apply CSS accordingly or return true or false in javascript for support of HTML5 APIs. It&#8217;s save your time to find that browser support any css or HTML5 API or not. </p>
<p>It&#8217;s help in some conditions for example you want to apply shadow in a div have same color as background. It&#8217;ll look cool in browsers support box-shadow, But what about the browsers not support it?</p>
<p>In that case you can use condition if your browser support box-shadow then apply shadow and if not then apply a border in it, so that at-least it not merge with your background</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish</title>
		<link>http://webdesignernotebook.com/css/how-to-use-modernizr/#comment-105950</link>
		<dc:creator>Ashish</dc:creator>
		<pubDate>Wed, 01 Feb 2012 12:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=976#comment-105950</guid>
		<description>The single question is, if A BROWSER doesn&#039;t supports the CSS3, will never support by using modernizr.js too. And if A BROWSER is already supporting this, will keep supporting  these CSS3 properties. then why to add modernizr.js?</description>
		<content:encoded><![CDATA[<p>The single question is, if A BROWSER doesn&#8217;t supports the CSS3, will never support by using modernizr.js too. And if A BROWSER is already supporting this, will keep supporting  these CSS3 properties. then why to add modernizr.js?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarun Sharma</title>
		<link>http://webdesignernotebook.com/css/how-to-use-modernizr/#comment-103750</link>
		<dc:creator>Tarun Sharma</dc:creator>
		<pubDate>Mon, 23 Jan 2012 09:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=976#comment-103750</guid>
		<description>ya of course it is :)

If you find any issue like jQuery conflict, you can use .noConflict()

for reference:
http://www.mkyong.com/jquery/jquery-is-not-working-in-wordpress-solution/</description>
		<content:encoded><![CDATA[<p>ya of course it is :)</p>
<p>If you find any issue like jQuery conflict, you can use .noConflict()</p>
<p>for reference:<br />
<a href="http://www.mkyong.com/jquery/jquery-is-not-working-in-wordpress-solution/" rel="nofollow">http://www.mkyong.com/jquery/jquery-is-not-working-in-wordpress-solution/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarun Sharma</title>
		<link>http://webdesignernotebook.com/css/how-to-use-modernizr/#comment-103749</link>
		<dc:creator>Tarun Sharma</dc:creator>
		<pubDate>Mon, 23 Jan 2012 09:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=976#comment-103749</guid>
		<description>No problem Ali :)

Ya that website is really cool, but it&#039;s not mine.

And you not need to use different css for IE6 or any other browser at all :)</description>
		<content:encoded><![CDATA[<p>No problem Ali :)</p>
<p>Ya that website is really cool, but it&#8217;s not mine.</p>
<p>And you not need to use different css for IE6 or any other browser at all :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>http://webdesignernotebook.com/css/how-to-use-modernizr/#comment-103748</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Mon, 23 Jan 2012 09:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=976#comment-103748</guid>
		<description>Thank You Tarun!

I checked out your Website, it&#039;s really good. It helped me fix the problem :D

Before I was temporarily using a separate css  for IE6 to point to GIF versions of the image instead.

Now I can get it to display the original png file.

Thanks again mate.</description>
		<content:encoded><![CDATA[<p>Thank You Tarun!</p>
<p>I checked out your Website, it&#8217;s really good. It helped me fix the problem :D</p>
<p>Before I was temporarily using a separate css  for IE6 to point to GIF versions of the image instead.</p>
<p>Now I can get it to display the original png file.</p>
<p>Thanks again mate.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

