<?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 for Ryan Morr</title>
	<atom:link href="http://ryanmorr.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://ryanmorr.com</link>
	<description>JavaScript, CSS, and Web Apps</description>
	<lastBuildDate>Fri, 27 Jan 2012 10:56:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on onDOMReady: No Browser Sniffing! by Nulled Scripts - Download Free Full Nulled Scripts, SEO Tools, WordPress and Joomla Premium Templates, Premium Plugin, CMS Scripts.</title>
		<link>http://ryanmorr.com/archives/ondomready-no-browser-sniffing/comment-page-1#comment-6262</link>
		<dc:creator>Nulled Scripts - Download Free Full Nulled Scripts, SEO Tools, WordPress and Joomla Premium Templates, Premium Plugin, CMS Scripts.</dc:creator>
		<pubDate>Fri, 27 Jan 2012 10:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://ryanmorr.com/?p=105#comment-6262</guid>
		<description>&lt;strong&gt;Nulled Scripts - Download Free Full Nulled Scripts, SEO Tools, WordPress and Joomla Premium Templates, Premium Plugin, CMS Scripts....&lt;/strong&gt;

[...]Ryan Morr &#187; JavaScript, CSS, and Web Apps &#187; Blog Archive &#187; onDOMReady: No Browser Sniffing![...]...</description>
		<content:encoded><![CDATA[<p><strong>Nulled Scripts &#8211; Download Free Full Nulled Scripts, SEO Tools, WordPress and Joomla Premium Templates, Premium Plugin, CMS Scripts&#8230;.</strong></p>
<p>[...]Ryan Morr &raquo; JavaScript, CSS, and Web Apps &raquo; Blog Archive &raquo; onDOMReady: No Browser Sniffing![...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FX: Lightweight and Standalone Animation by Louis</title>
		<link>http://ryanmorr.com/archives/fx-lightweight-and-standalone-animation/comment-page-1#comment-6261</link>
		<dc:creator>Louis</dc:creator>
		<pubDate>Mon, 23 Jan 2012 08:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://ryanmorr.com/?p=2156#comment-6261</guid>
		<description>That&#039;s interesting how you embedded those little code at the bottom of fx.js and node.js.</description>
		<content:encoded><![CDATA[<p>That&#8217;s interesting how you embedded those little code at the bottom of fx.js and node.js.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on onDOMReady: No Browser Sniffing! by script nulled</title>
		<link>http://ryanmorr.com/archives/ondomready-no-browser-sniffing/comment-page-1#comment-6259</link>
		<dc:creator>script nulled</dc:creator>
		<pubDate>Thu, 05 Jan 2012 00:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://ryanmorr.com/?p=105#comment-6259</guid>
		<description>&lt;strong&gt;script nulled...&lt;/strong&gt;

[...]Ryan Morr &#187; JavaScript, CSS, and Web Apps &#187; Blog Archive &#187; onDOMReady: No Browser Sniffing![...]...</description>
		<content:encoded><![CDATA[<p><strong>script nulled&#8230;</strong></p>
<p>[...]Ryan Morr &raquo; JavaScript, CSS, and Web Apps &raquo; Blog Archive &raquo; onDOMReady: No Browser Sniffing![...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Detecting Browser CSS Style Support by john</title>
		<link>http://ryanmorr.com/archives/detecting-browser-css-style-support/comment-page-1#comment-6251</link>
		<dc:creator>john</dc:creator>
		<pubDate>Fri, 14 Oct 2011 20:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://ryanmorr.com/?p=1190#comment-6251</guid>
		<description>This is actually what I need. Thanks 

I agree modernizr is a different solution. With modernizr you cannot tell easily what browser is being used. It just tells you what is supported and what isn&#039;t but in a generic way. For example something like .box-model in modernizr means that box-model is supported, but you dont know if that means you are in Webkit or FireFox, which both implement the box model a bit differently(this is actually my problem). 

With this library isStyleSupported you can check specifically for -moz-box-orient or -webkit-box-orient this will let you know EXACTLY what browser you are and which implementation of box model you are working with. 

Of course if it is an older browsers this method won&#039;t work but im not supporting old browsers so that is ok with me.</description>
		<content:encoded><![CDATA[<p>This is actually what I need. Thanks </p>
<p>I agree modernizr is a different solution. With modernizr you cannot tell easily what browser is being used. It just tells you what is supported and what isn&#8217;t but in a generic way. For example something like .box-model in modernizr means that box-model is supported, but you dont know if that means you are in Webkit or FireFox, which both implement the box model a bit differently(this is actually my problem). </p>
<p>With this library isStyleSupported you can check specifically for -moz-box-orient or -webkit-box-orient this will let you know EXACTLY what browser you are and which implementation of box model you are working with. </p>
<p>Of course if it is an older browsers this method won&#8217;t work but im not supporting old browsers so that is ok with me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on onDOMReady: No Browser Sniffing! by ahaweiah</title>
		<link>http://ryanmorr.com/archives/ondomready-no-browser-sniffing/comment-page-1#comment-6249</link>
		<dc:creator>ahaweiah</dc:creator>
		<pubDate>Sat, 24 Sep 2011 15:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://ryanmorr.com/?p=105#comment-6249</guid>
		<description>Hello,
Thanks for this, I&#039;ve been using it for a while now for google adsense.
But recently I found an issue with it, it does not display google adsense in google chrome. Ads are displayed in ff, opera and ie but in chrome it has some issue, ads are displayed only first time you load the page, when you navigate to another page the space of the ads is there but there is not ads and they don&#039;t show unless I refresh the page or even hard refresh, tried that with more than computer, not using this function ads are normally there, I was trying to figure why, then after testing the reason was this file, maybe chrome doesn&#039;t like it. Can  you fix this if you have time, please?
thanks again</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Thanks for this, I&#8217;ve been using it for a while now for google adsense.<br />
But recently I found an issue with it, it does not display google adsense in google chrome. Ads are displayed in ff, opera and ie but in chrome it has some issue, ads are displayed only first time you load the page, when you navigate to another page the space of the ads is there but there is not ads and they don&#8217;t show unless I refresh the page or even hard refresh, tried that with more than computer, not using this function ads are normally there, I was trying to figure why, then after testing the reason was this file, maybe chrome doesn&#8217;t like it. Can  you fix this if you have time, please?<br />
thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on onDOMReady: No Browser Sniffing! by XO39</title>
		<link>http://ryanmorr.com/archives/ondomready-no-browser-sniffing/comment-page-1#comment-4767</link>
		<dc:creator>XO39</dc:creator>
		<pubDate>Tue, 15 Mar 2011 21:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://ryanmorr.com/?p=105#comment-4767</guid>
		<description>OK, Thanks a lot Ryan.

I&#039;ve just tested it and it works really well.
Thanks again :)

-XO</description>
		<content:encoded><![CDATA[<p>OK, Thanks a lot Ryan.</p>
<p>I&#8217;ve just tested it and it works really well.<br />
Thanks again <img src='http://ryanmorr.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>-XO</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on onDOMReady: No Browser Sniffing! by Ryan Morr</title>
		<link>http://ryanmorr.com/archives/ondomready-no-browser-sniffing/comment-page-1#comment-4766</link>
		<dc:creator>Ryan Morr</dc:creator>
		<pubDate>Tue, 15 Mar 2011 19:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://ryanmorr.com/?p=105#comment-4766</guid>
		<description>@XO39

You do not need to change a thing, just keep using it the same way as many times as you need.</description>
		<content:encoded><![CDATA[<p>@XO39</p>
<p>You do not need to change a thing, just keep using it the same way as many times as you need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on onDOMReady: No Browser Sniffing! by XO39</title>
		<link>http://ryanmorr.com/archives/ondomready-no-browser-sniffing/comment-page-1#comment-4765</link>
		<dc:creator>XO39</dc:creator>
		<pubDate>Tue, 15 Mar 2011 18:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://ryanmorr.com/?p=105#comment-4765</guid>
		<description>Thanks for you fast reply, Ryan.

So now all I have to do is only using it this way:

onDOMReady(function(){
       //do something
})

As many times as I need? Or should I add/change something every time I use it in the same page?

BTW, I&#039;ve bookmarked https://github.com/ryanmorr and certainly I&#039;ll recheck it from time to time..

-XO</description>
		<content:encoded><![CDATA[<p>Thanks for you fast reply, Ryan.</p>
<p>So now all I have to do is only using it this way:</p>
<p>onDOMReady(function(){<br />
       //do something<br />
})</p>
<p>As many times as I need? Or should I add/change something every time I use it in the same page?</p>
<p>BTW, I&#8217;ve bookmarked <a href="https://github.com/ryanmorr" rel="nofollow">https://github.com/ryanmorr</a> and certainly I&#8217;ll recheck it from time to time..</p>
<p>-XO</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on onDOMReady: No Browser Sniffing! by Ryan Morr</title>
		<link>http://ryanmorr.com/archives/ondomready-no-browser-sniffing/comment-page-1#comment-4764</link>
		<dc:creator>Ryan Morr</dc:creator>
		<pubDate>Tue, 15 Mar 2011 18:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://ryanmorr.com/?p=105#comment-4764</guid>
		<description>@XO39

I actually updated this a long time ago in github but never wrote a blog post to reflect the update. You can find it here: https://github.com/ryanmorr/onDOMReady

In the future, check out https://github.com/ryanmorr for my most recent updates to this and other projects.</description>
		<content:encoded><![CDATA[<p>@XO39</p>
<p>I actually updated this a long time ago in github but never wrote a blog post to reflect the update. You can find it here: <a href="https://github.com/ryanmorr/onDOMReady" rel="nofollow">https://github.com/ryanmorr/onDOMReady</a></p>
<p>In the future, check out <a href="https://github.com/ryanmorr" rel="nofollow">https://github.com/ryanmorr</a> for my most recent updates to this and other projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on onDOMReady: No Browser Sniffing! by XO39</title>
		<link>http://ryanmorr.com/archives/ondomready-no-browser-sniffing/comment-page-1#comment-4763</link>
		<dc:creator>XO39</dc:creator>
		<pubDate>Tue, 15 Mar 2011 17:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://ryanmorr.com/?p=105#comment-4763</guid>
		<description>Hi Ryan,

I was wondering if  you are still thinking about upgrading this so that it can be used multiple times in a page. I&#039;m using window.onload to manipulate several adsense units from the footer to different places in the page, and I use your plugin with one unit and it works great. I&#039;d like to be able to use it with other units so that they can be loaded when they are ready, not when everything is loaded as my site contains lot&#039;s of pics..

Any chances of adding this ability anytime soon?

Regards

XO39</description>
		<content:encoded><![CDATA[<p>Hi Ryan,</p>
<p>I was wondering if  you are still thinking about upgrading this so that it can be used multiple times in a page. I&#8217;m using window.onload to manipulate several adsense units from the footer to different places in the page, and I use your plugin with one unit and it works great. I&#8217;d like to be able to use it with other units so that they can be loaded when they are ready, not when everything is loaded as my site contains lot&#8217;s of pics..</p>
<p>Any chances of adding this ability anytime soon?</p>
<p>Regards</p>
<p>XO39</p>
]]></content:encoded>
	</item>
</channel>
</rss>

