<?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 George Paterson</title>
	<atom:link href="http://www.georgepaterson.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.georgepaterson.com</link>
	<description>People are less likely to shoot at you if you smile at them. - Jack Churchill</description>
	<lastBuildDate>Sat, 11 Feb 2012 19:15:33 +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 jQuery HTML5 video background 1.1.1 by Bernard</title>
		<link>http://www.georgepaterson.com/2011/08/30/jquery-html5-video-background-1-1-1/#comment-934</link>
		<dc:creator>Bernard</dc:creator>
		<pubDate>Sat, 11 Feb 2012 19:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.georgepaterson.com/?p=562#comment-934</guid>
		<description>Is it possible to make two diffrent buttons: one for play and one for pause? I am seaching solution to make working this script. $(&#039;.video-background&#039;).videobackground(&#039;pause&#039;);</description>
		<content:encoded><![CDATA[<p>Is it possible to make two diffrent buttons: one for play and one for pause? I am seaching solution to make working this script. $(&#8216;.video-background&#8217;).videobackground(&#8216;pause&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript Performance: jQuery.each and .each versus alternatives by George Paterson</title>
		<link>http://www.georgepaterson.com/2011/08/30/javascript-performance-jquery-each-and-each-versus-alternatives/#comment-933</link>
		<dc:creator>George Paterson</dc:creator>
		<pubDate>Sun, 29 Jan 2012 11:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.georgepaterson.com/?p=573#comment-933</guid>
		<description>Hi Mitchell, that right DOM access is the issue but the tests had previously discounted DOM access for all the test except .each where DOM access is integral. 

These other tests weren&#039;t a like for like comparison, if... else $.each and the other methods needed DOM access as part of the test if the comparison was to be fair.</description>
		<content:encoded><![CDATA[<p>Hi Mitchell, that right DOM access is the issue but the tests had previously discounted DOM access for all the test except .each where DOM access is integral. </p>
<p>These other tests weren&#8217;t a like for like comparison, if&#8230; else $.each and the other methods needed DOM access as part of the test if the comparison was to be fair.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery HTML5 video background 1.1.1 by George Paterson</title>
		<link>http://www.georgepaterson.com/2011/08/30/jquery-html5-video-background-1-1-1/#comment-932</link>
		<dc:creator>George Paterson</dc:creator>
		<pubDate>Sun, 29 Jan 2012 11:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.georgepaterson.com/?p=562#comment-932</guid>
		<description>Hi, it&#039;s not something i was able to resolve at the time, i couldn&#039;t find a simple way of negatively resizing. The video background is a DOM element which affects the ability to measure the page height, unlike a CSS background image that resizes the image as a proportion of the exist DOM element.

I would suggest keeping a history of the size of the page/video and resizing negatively if the video is large than all the other elements in the page. I have a lot of project work on at the moment so can&#039;t look for a solution at the moment.</description>
		<content:encoded><![CDATA[<p>Hi, it&#8217;s not something i was able to resolve at the time, i couldn&#8217;t find a simple way of negatively resizing. The video background is a DOM element which affects the ability to measure the page height, unlike a CSS background image that resizes the image as a proportion of the exist DOM element.</p>
<p>I would suggest keeping a history of the size of the page/video and resizing negatively if the video is large than all the other elements in the page. I have a lot of project work on at the moment so can&#8217;t look for a solution at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript Performance: jQuery.each and .each versus alternatives by Mitchell</title>
		<link>http://www.georgepaterson.com/2011/08/30/javascript-performance-jquery-each-and-each-versus-alternatives/#comment-931</link>
		<dc:creator>Mitchell</dc:creator>
		<pubDate>Sat, 28 Jan 2012 14:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.georgepaterson.com/?p=573#comment-931</guid>
		<description>There are two kinds of &quot;each&quot;. You tested &lt;a href=&quot;http://api.jquery.com/jQuery.each/&quot; rel=&quot;nofollow&quot;&gt;jQuery.each&lt;/a&gt;, which is a utility function for iterating over any object or array. The performance problems are real, but they come from &lt;a href=&quot;http://api.jquery.com/each/&quot; rel=&quot;nofollow&quot;&gt;each&lt;/a&gt;, which iterates over DOM nodes. It&#039;s the DOM access that makes it slow.</description>
		<content:encoded><![CDATA[<p>There are two kinds of &#8220;each&#8221;. You tested <a href="http://api.jquery.com/jQuery.each/" rel="nofollow">jQuery.each</a>, which is a utility function for iterating over any object or array. The performance problems are real, but they come from <a href="http://api.jquery.com/each/" rel="nofollow">each</a>, which iterates over DOM nodes. It&#8217;s the DOM access that makes it slow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery HTML5 video background 1.1.1 by tais</title>
		<link>http://www.georgepaterson.com/2011/08/30/jquery-html5-video-background-1-1-1/#comment-930</link>
		<dc:creator>tais</dc:creator>
		<pubDate>Sat, 28 Jan 2012 12:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.georgepaterson.com/?p=562#comment-930</guid>
		<description>Hi,
I like this video background a lot.
I was planning to add it to my site but i can&#039;t understand how to resize it to window negatively. The video size scale more and more bigger never smaller.
Can you point me in the right direction?
thx</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I like this video background a lot.<br />
I was planning to add it to my site but i can&#8217;t understand how to resize it to window negatively. The video size scale more and more bigger never smaller.<br />
Can you point me in the right direction?<br />
thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery HTML5 video background demo by ¿Cómo se inserta un video como fondo -background- de una página web? &#124; SummArg</title>
		<link>http://www.georgepaterson.com/sandbox/jquery-html5-video-background-demo/#comment-929</link>
		<dc:creator>¿Cómo se inserta un video como fondo -background- de una página web? &#124; SummArg</dc:creator>
		<pubDate>Thu, 26 Jan 2012 19:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.georgepaterson.com/?page_id=343#comment-929</guid>
		<description>[...] el video cuando lo desee. Permite ejecutar funciones mientras se carga el video o una vez cargado.Demo y documentación &#124; DescargajQuery TubularTubular nos pone las cosas muy fáciles permitiéndonos utilizar cualquier [...]</description>
		<content:encoded><![CDATA[<p>[...] el video cuando lo desee. Permite ejecutar funciones mientras se carga el video o una vez cargado.Demo y documentación | DescargajQuery TubularTubular nos pone las cosas muy fáciles permitiéndonos utilizar cualquier [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery HTML5 video background 1.0.0 by George Paterson</title>
		<link>http://www.georgepaterson.com/2011/06/13/jquery-html5-video-background-1-0-0/#comment-928</link>
		<dc:creator>George Paterson</dc:creator>
		<pubDate>Sun, 22 Jan 2012 12:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.georgepaterson.com/?p=474#comment-928</guid>
		<description>Hi Fil, demo page seems to work for me in FF9 on Mac.

Sorry Sandro, it&#039;s not something i can help with at the moment due to a lack of time.</description>
		<content:encoded><![CDATA[<p>Hi Fil, demo page seems to work for me in FF9 on Mac.</p>
<p>Sorry Sandro, it&#8217;s not something i can help with at the moment due to a lack of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery HTML5 video background 1.1.1 by George Paterson</title>
		<link>http://www.georgepaterson.com/2011/08/30/jquery-html5-video-background-1-1-1/#comment-927</link>
		<dc:creator>George Paterson</dc:creator>
		<pubDate>Sun, 22 Jan 2012 12:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.georgepaterson.com/?p=562#comment-927</guid>
		<description>Hi, yeah if the browser doesn&#039;t support HTML5 video then this plugin won&#039;t work. For IE8 you&#039;d need a Flash alternative, unfortunately i don&#039;t have the time to development at the moment.</description>
		<content:encoded><![CDATA[<p>Hi, yeah if the browser doesn&#8217;t support HTML5 video then this plugin won&#8217;t work. For IE8 you&#8217;d need a Flash alternative, unfortunately i don&#8217;t have the time to development at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery HTML5 video background 1.0.0 by Sandro</title>
		<link>http://www.georgepaterson.com/2011/06/13/jquery-html5-video-background-1-0-0/#comment-926</link>
		<dc:creator>Sandro</dc:creator>
		<pubDate>Thu, 19 Jan 2012 18:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.georgepaterson.com/?p=474#comment-926</guid>
		<description>Hi George,
is there a possibility to integrate the PlugIn in WordPress. I&#039;ve tried many ways to embed it in the header.php - unfortunately without success :(

...could you help me please with my problem?

Greetings from Germany</description>
		<content:encoded><![CDATA[<p>Hi George,<br />
is there a possibility to integrate the PlugIn in WordPress. I&#8217;ve tried many ways to embed it in the header.php &#8211; unfortunately without success <img src='http://www.georgepaterson.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>&#8230;could you help me please with my problem?</p>
<p>Greetings from Germany</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery HTML5 video background 1.1.1 by Paulo</title>
		<link>http://www.georgepaterson.com/2011/08/30/jquery-html5-video-background-1-1-1/#comment-925</link>
		<dc:creator>Paulo</dc:creator>
		<pubDate>Fri, 13 Jan 2012 12:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.georgepaterson.com/?p=562#comment-925</guid>
		<description>hi, george

Thanks for perfect plugin! but i need to have an alternative when the website is loaded in ie8 and versions of firefox. You have any ideia? Maybe Flash?

Thanks</description>
		<content:encoded><![CDATA[<p>hi, george</p>
<p>Thanks for perfect plugin! but i need to have an alternative when the website is loaded in ie8 and versions of firefox. You have any ideia? Maybe Flash?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

