<?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, 23 Mar 2012 12:56:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on onDOMReady: No Browser Sniffing! by Karl Pullicino</title>
		<link>http://ryanmorr.com/archives/ondomready-no-browser-sniffing/comment-page-1#comment-6283</link>
		<dc:creator>Karl Pullicino</dc:creator>
		<pubDate>Fri, 23 Mar 2012 12:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://ryanmorr.com/?p=105#comment-6283</guid>
		<description>Hi,

thanks Ryan this function is great and solved me big headache when dealing with user having slow connections and using especially IE or Chrome.

I will recommend this function.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thanks Ryan this function is great and solved me big headache when dealing with user having slow connections and using especially IE or Chrome.</p>
<p>I will recommend this function.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Update Concerning Recent Events by Louis</title>
		<link>http://ryanmorr.com/archives/update-concerning-recent-events/comment-page-1#comment-6269</link>
		<dc:creator>Louis</dc:creator>
		<pubDate>Fri, 17 Feb 2012 23:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://ryanmorr.com/?p=2177#comment-6269</guid>
		<description>I&#039;m glad I was wrong. It didn&#039;t make any sense. You have the Illuminati of web programmers following your blog so I should have emailed you first instead. Thanks for for being understanding. I look forward to more of your creativity.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad I was wrong. It didn&#8217;t make any sense. You have the Illuminati of web programmers following your blog so I should have emailed you first instead. Thanks for for being understanding. I look forward to more of your creativity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Update Concerning Recent Events by Patrick</title>
		<link>http://ryanmorr.com/archives/update-concerning-recent-events/comment-page-1#comment-6268</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 17 Feb 2012 18:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://ryanmorr.com/?p=2177#comment-6268</guid>
		<description>Glad to hear you have it under control =]

I will definitely be sticking around, mate.</description>
		<content:encoded><![CDATA[<p>Glad to hear you have it under control =]</p>
<p>I will definitely be sticking around, mate.</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>

