<?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 Paul Hayes</title>
	<atom:link href="http://www.paulrhayes.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulrhayes.com</link>
	<description>The web musings and experiments of.</description>
	<lastBuildDate>Sat, 04 Feb 2012 10:09:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on CSS Modal follow up by Pavel</title>
		<link>http://www.paulrhayes.com/2011-04/css-modal-follow-up/comment-page-1/#comment-1479</link>
		<dc:creator>Pavel</dc:creator>
		<pubDate>Sat, 04 Feb 2012 10:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulrhayes.com/?p=141#comment-1479</guid>
		<description>Hey, Paul! Clicking faded background doesnt close the dialog box!! (ios5)</description>
		<content:encoded><![CDATA[<p>Hey, Paul! Clicking faded background doesnt close the dialog box!! (ios5)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS Modal follow up by AV</title>
		<link>http://www.paulrhayes.com/2011-04/css-modal-follow-up/comment-page-1/#comment-1478</link>
		<dc:creator>AV</dc:creator>
		<pubDate>Mon, 30 Jan 2012 10:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulrhayes.com/?p=141#comment-1478</guid>
		<description>Все понятно</description>
		<content:encoded><![CDATA[<p>Все понятно</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS Modal follow up by Heloo</title>
		<link>http://www.paulrhayes.com/2011-04/css-modal-follow-up/comment-page-1/#comment-1477</link>
		<dc:creator>Heloo</dc:creator>
		<pubDate>Mon, 30 Jan 2012 07:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulrhayes.com/?p=141#comment-1477</guid>
		<description>sdf</description>
		<content:encoded><![CDATA[<p>sdf</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use CSS transitions to link Media Queries and JavaScript by Paul Hayes</title>
		<link>http://www.paulrhayes.com/2011-11/use-css-transitions-to-link-media-queries-and-javascript/comment-page-1/#comment-1476</link>
		<dc:creator>Paul Hayes</dc:creator>
		<pubDate>Sat, 28 Jan 2012 14:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulrhayes.com/?p=145#comment-1476</guid>
		<description>@stephband: That assumes the media queries are mutually exclusive.</description>
		<content:encoded><![CDATA[<p>@stephband: That assumes the media queries are mutually exclusive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use CSS transitions to link Media Queries and JavaScript by stephband</title>
		<link>http://www.paulrhayes.com/2011-11/use-css-transitions-to-link-media-queries-and-javascript/comment-page-1/#comment-1474</link>
		<dc:creator>stephband</dc:creator>
		<pubDate>Fri, 27 Jan 2012 10:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulrhayes.com/?p=145#comment-1474</guid>
		<description>Of course, I left out the transitions in the example above, to keep it clear.</description>
		<content:encoded><![CDATA[<p>Of course, I left out the transitions in the example above, to keep it clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use CSS transitions to link Media Queries and JavaScript by stephband</title>
		<link>http://www.paulrhayes.com/2011-11/use-css-transitions-to-link-media-queries-and-javascript/comment-page-1/#comment-1473</link>
		<dc:creator>stephband</dc:creator>
		<pubDate>Fri, 27 Jan 2012 10:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulrhayes.com/?p=145#comment-1473</guid>
		<description>If you use CSS&#039;s &#039;content&#039; property, you only need to test one element, rather than one element per media query. Something like this:

@media all and (min-width: 42em) {
  #mq {
    content: &#039;min-width: 42em&#039;
  }
}

@media all and (min-width: 60em) {
  #mq {
    content: &#039;min-width: 60em&#039;
  }
}

You&#039;ll find that all browsers can read the content property, even if it is not displayed on screen.</description>
		<content:encoded><![CDATA[<p>If you use CSS’s ‘content’ property, you only need to test one element, rather than one element per media query. Something like this:</p>
<p>@media all and (min-width: 42em) {<br />
  #mq {<br />
    content: ‘min-width: 42em’<br />
  }<br />
}</p>
<p>@media all and (min-width: 60em) {<br />
  #mq {<br />
    content: ‘min-width: 60em’<br />
  }<br />
}</p>
<p>You’ll find that all browsers can read the content property, even if it is not displayed on screen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Animated CSS3 cube using 3D transforms by Staale</title>
		<link>http://www.paulrhayes.com/2009-07/animated-css3-cube-interface-using-3d-transforms/comment-page-2/#comment-1472</link>
		<dc:creator>Staale</dc:creator>
		<pubDate>Thu, 26 Jan 2012 09:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.fofronline.com/?p=99#comment-1472</guid>
		<description>Hi. I&#039;m having trouble getting this to work. I&#039;ve tried the various tweaks in the comments. I&#039;m getting: &quot; $(&quot;cube&quot;).style is undefined &quot; in the console when I press the keys.
I&#039;m a bit new at this so I might be making some obvious blunder. My file is at http://esdialog.no/testing/3d_cube/index.html</description>
		<content:encoded><![CDATA[<p>Hi. I’m having trouble getting this to work. I’ve tried the various tweaks in the comments. I’m getting: ” $(“cube”).style is undefined ” in the console when I press the keys.<br />
I’m a bit new at this so I might be making some obvious blunder. My file is at <a href="http://esdialog.no/testing/3d_cube/index.html" rel="nofollow">http://esdialog.no/testing/3d_cube/index.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS 3D cube with touch gestures, click and drag by doug</title>
		<link>http://www.paulrhayes.com/2010-09/3d-css-cube-ii-touch-gestures-click-and-drag/comment-page-1/#comment-1470</link>
		<dc:creator>doug</dc:creator>
		<pubDate>Sat, 21 Jan 2012 21:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulrhayes.com/?p=108#comment-1470</guid>
		<description>really fine work. Of course, there are demos like this elsewhere (e.g., in WebGL), but what&#039;s so impressive about your demo is that you used only the basic tools.</description>
		<content:encoded><![CDATA[<p>really fine work. Of course, there are demos like this elsewhere (e.g., in WebGL), but what’s so impressive about your demo is that you used only the basic tools.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Animated CSS3 cube using 3D transforms by Willie Meier</title>
		<link>http://www.paulrhayes.com/2009-07/animated-css3-cube-interface-using-3d-transforms/comment-page-2/#comment-1469</link>
		<dc:creator>Willie Meier</dc:creator>
		<pubDate>Thu, 19 Jan 2012 09:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.fofronline.com/?p=99#comment-1469</guid>
		<description>Paul thanks for a great article

I&#039;ve taken article as a basis and made a transparent 3d cube and have each face play a video.

Works great in IE9, FF, Opera, Chrome and Safari.

There is a bit of an issue with the bottom face which I cannot get just quite right and wonder IF possibly 
using transformation Matrix  would be the answer and perhaps more precise.

Would you be willing to offer help in making it possible for making the 3D transparent cube rotate using the &#039;keypress&#039;?

thanks</description>
		<content:encoded><![CDATA[<p>Paul thanks for a great article</p>
<p>I’ve taken article as a basis and made a transparent 3d cube and have each face play a video.</p>
<p>Works great in IE9, FF, Opera, Chrome and Safari.</p>
<p>There is a bit of an issue with the bottom face which I cannot get just quite right and wonder IF possibly<br />
using transformation Matrix  would be the answer and perhaps more precise.</p>
<p>Would you be willing to offer help in making it possible for making the 3D transparent cube rotate using the ‘keypress’?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS Modal by math-loust</title>
		<link>http://www.paulrhayes.com/2011-03/css-modal/comment-page-1/#comment-1463</link>
		<dc:creator>math-loust</dc:creator>
		<pubDate>Mon, 09 Jan 2012 20:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulrhayes.com/?p=139#comment-1463</guid>
		<description>love this idea
thanks this is awesome</description>
		<content:encoded><![CDATA[<p>love this idea<br />
thanks this is awesome</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS 3D cube with touch gestures, click and drag by Smita</title>
		<link>http://www.paulrhayes.com/2010-09/3d-css-cube-ii-touch-gestures-click-and-drag/comment-page-1/#comment-1461</link>
		<dc:creator>Smita</dc:creator>
		<pubDate>Fri, 06 Jan 2012 00:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulrhayes.com/?p=108#comment-1461</guid>
		<description>This shows a single plane when we try to rotate it
on android. What must be wrong</description>
		<content:encoded><![CDATA[<p>This shows a single plane when we try to rotate it<br />
on android. What must be wrong</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accordion using only CSS by WesTurner</title>
		<link>http://www.paulrhayes.com/2009-06/accordion-using-only-css/comment-page-2/#comment-1459</link>
		<dc:creator>WesTurner</dc:creator>
		<pubDate>Wed, 28 Dec 2011 18:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.fofronline.com/?p=89#comment-1459</guid>
		<description>@Al:

It does work in IE9+ and FF8+ but this demo is missing the -moz, -o, and -ms flavors for the transition css3 attribute. 

It would be nice if Paul updated his CSS across the site to include the browser-specific implementations of these CSS3 attributes. Better yet, the browser makers should stop using these extensions and just use the actual attribute, TRANSITION.</description>
		<content:encoded><![CDATA[<p>@Al:</p>
<p>It does work in IE9+ and FF8+ but this demo is missing the –moz, –o, and –ms flavors for the transition css3 attribute. </p>
<p>It would be nice if Paul updated his CSS across the site to include the browser-specific implementations of these CSS3 attributes. Better yet, the browser makers should stop using these extensions and just use the actual attribute, TRANSITION.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An analogue clock using only CSS by Biju</title>
		<link>http://www.paulrhayes.com/2009-03/an-analogue-clock-using-only-css/comment-page-2/#comment-1458</link>
		<dc:creator>Biju</dc:creator>
		<pubDate>Wed, 28 Dec 2011 10:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.fofronline.com/?p=23#comment-1458</guid>
		<description>Ctrl+A and you can see the image rotating</description>
		<content:encoded><![CDATA[<p>Ctrl+A and you can see the image rotating</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving markup towards HTML5 by Internet Explorer에서 HTML5 &#187; Junyoung Kim</title>
		<link>http://www.paulrhayes.com/2009-06/moving-markup-towards-html5/comment-page-1/#comment-1457</link>
		<dc:creator>Internet Explorer에서 HTML5 &#187; Junyoung Kim</dc:creator>
		<pubDate>Wed, 28 Dec 2011 01:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.fofronline.com/?p=78#comment-1457</guid>
		<description>[...] 출처    &#160;Posted by hako at 1:56 am &#160;Tagged with: html5, ie, internet explorer, web [...]</description>
		<content:encoded><![CDATA[<p>[…] 출처     Posted by hako at 1:56 am  Tagged with: html5, ie, internet explorer, web […]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS Modal follow up by Brian Hennings</title>
		<link>http://www.paulrhayes.com/2011-04/css-modal-follow-up/comment-page-1/#comment-1456</link>
		<dc:creator>Brian Hennings</dc:creator>
		<pubDate>Thu, 22 Dec 2011 21:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulrhayes.com/?p=141#comment-1456</guid>
		<description>Whoops, sorry about that comment above. I didn&#039;t think it would actually post without a valid email address! Great article, Paul.</description>
		<content:encoded><![CDATA[<p>Whoops, sorry about that comment above. I didn’t think it would actually post without a valid email address! Great article, Paul.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use CSS transitions to link Media Queries and JavaScript by Brekk</title>
		<link>http://www.paulrhayes.com/2011-11/use-css-transitions-to-link-media-queries-and-javascript/comment-page-1/#comment-1454</link>
		<dc:creator>Brekk</dc:creator>
		<pubDate>Tue, 20 Dec 2011 15:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulrhayes.com/?p=145#comment-1454</guid>
		<description>Wow! That&#039;s really exciting &#8212; it offers a wealth of possibilities in the supported browsers. Thanks for posting.</description>
		<content:encoded><![CDATA[<p>Wow! That’s really exciting — it offers a wealth of possibilities in the supported browsers. Thanks for posting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Animated CSS3 cube using 3D transforms by CSS3 の Transforms プロパティを使って簡単 3D Cube 表示 &#124; TM Life</title>
		<link>http://www.paulrhayes.com/2009-07/animated-css3-cube-interface-using-3d-transforms/comment-page-2/#comment-1453</link>
		<dc:creator>CSS3 の Transforms プロパティを使って簡単 3D Cube 表示 &#124; TM Life</dc:creator>
		<pubDate>Sun, 18 Dec 2011 23:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.fofronline.com/?p=99#comment-1453</guid>
		<description>[...] Animated CSS3 cube using 3D transforms &#8211; Paul Hayes [...]</description>
		<content:encoded><![CDATA[<p>[…] Animated CSS3 cube using 3D transforms – Paul Hayes […]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 3D Cube using 2D CSS transformations by Work Related by rustythecat - Pearltrees</title>
		<link>http://www.paulrhayes.com/2009-04/3d-cube-using-css-transformations/comment-page-2/#comment-1450</link>
		<dc:creator>Work Related by rustythecat - Pearltrees</dc:creator>
		<pubDate>Thu, 15 Dec 2011 18:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.fofronline.com/?p=67#comment-1450</guid>
		<description>[...] - webkit - transform : skewY (- 30deg ); - moz - transform : skewY (- 30deg ); } . rightFace { 3D Cube using 2D CSS transformations – Paul Hayes [...]</description>
		<content:encoded><![CDATA[<p>[…] — webkit — transform : skewY (- 30deg ); — moz — transform : skewY (- 30deg ); } . rightFace { 3D Cube using 2D CSS transformations – Paul Hayes […]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Animated CSS3 cube using 3D transforms by Andreas Lagerkvist</title>
		<link>http://www.paulrhayes.com/2009-07/animated-css3-cube-interface-using-3d-transforms/comment-page-2/#comment-1448</link>
		<dc:creator>Andreas Lagerkvist</dc:creator>
		<pubDate>Mon, 12 Dec 2011 13:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.fofronline.com/?p=99#comment-1448</guid>
		<description>I don&#039;t know how or when but it started working :P Results here: http://exscale.se/__files/uploads/jquery-3d-circle.htm</description>
		<content:encoded><![CDATA[<p>I don’t know how or when but it started working <img src='http://www.paulrhayes.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  Results here: <a href="http://exscale.se/__files/uploads/jquery-3d-circle.htm" rel="nofollow">http://exscale.se/__files/uploads/jquery-3d-circle.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 3D Cube using 2D CSS transformations by Mansoor Khan</title>
		<link>http://www.paulrhayes.com/2009-04/3d-cube-using-css-transformations/comment-page-2/#comment-1447</link>
		<dc:creator>Mansoor Khan</dc:creator>
		<pubDate>Mon, 12 Dec 2011 08:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.fofronline.com/?p=67#comment-1447</guid>
		<description>Good job Paul! Let&#039;s hope we get support on other browsers soon.</description>
		<content:encoded><![CDATA[<p>Good job Paul! Let’s hope we get support on other browsers soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An analogue clock using only CSS by Wang</title>
		<link>http://www.paulrhayes.com/2009-03/an-analogue-clock-using-only-css/comment-page-1/#comment-1446</link>
		<dc:creator>Wang</dc:creator>
		<pubDate>Mon, 12 Dec 2011 03:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.fofronline.com/?p=23#comment-1446</guid>
		<description>very beautiful!</description>
		<content:encoded><![CDATA[<p>very beautiful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Animated CSS3 cube using 3D transforms by Andreas Lagerkvist</title>
		<link>http://www.paulrhayes.com/2009-07/animated-css3-cube-interface-using-3d-transforms/comment-page-2/#comment-1445</link>
		<dc:creator>Andreas Lagerkvist</dc:creator>
		<pubDate>Sat, 10 Dec 2011 16:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.fofronline.com/?p=99#comment-1445</guid>
		<description>This is totally awesome but working on my own version I&#039;m experiencing trouble with z-index. I haven&#039;t copied your code in every detail but I don&#039;t understand why yours doesn&#039;t suffer the same problems. All my faces are drawn on top of each other with the last face on top and the first on the bottom. Any idea why that doesn&#039;t happen to your cube?</description>
		<content:encoded><![CDATA[<p>This is totally awesome but working on my own version I’m experiencing trouble with z-index. I haven’t copied your code in every detail but I don’t understand why yours doesn’t suffer the same problems. All my faces are drawn on top of each other with the last face on top and the first on the bottom. Any idea why that doesn’t happen to your cube?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto-scrolling Parallax Effect without JavaScript by Aina</title>
		<link>http://www.paulrhayes.com/2009-04/auto-scrolling-parallax-effect-without-javascript/comment-page-1/#comment-1441</link>
		<dc:creator>Aina</dc:creator>
		<pubDate>Tue, 06 Dec 2011 17:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.fofronline.com/?p=48#comment-1441</guid>
		<description>Sweet, not to steal your spotlight, but I have a related tutorial here: ainalem.com/parallax.html</description>
		<content:encoded><![CDATA[<p>Sweet, not to steal your spotlight, but I have a related tutorial here: ainalem.com/parallax.html</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accordion using only CSS by Mouthwatering Collection Of jQuery Plugins And CSS3 Tricks &#124; Free Web Design Tucson</title>
		<link>http://www.paulrhayes.com/2009-06/accordion-using-only-css/comment-page-1/#comment-1436</link>
		<dc:creator>Mouthwatering Collection Of jQuery Plugins And CSS3 Tricks &#124; Free Web Design Tucson</dc:creator>
		<pubDate>Thu, 01 Dec 2011 18:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.fofronline.com/?p=89#comment-1436</guid>
		<description>[...] 2. Pure CSS Accordion [...]</description>
		<content:encoded><![CDATA[<p>[…] 2. Pure CSS Accordion […]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use CSS transitions to link Media Queries and JavaScript by Stefan</title>
		<link>http://www.paulrhayes.com/2011-11/use-css-transitions-to-link-media-queries-and-javascript/comment-page-1/#comment-1435</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Thu, 01 Dec 2011 12:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulrhayes.com/?p=145#comment-1435</guid>
		<description>I&#039;m finding your blog post really hard to read as the font is so thin it doesn&#039;t display very well. And the comments section is even more complicated as its light grey on black which offers no contrast.

Sorry to be a pain, but your putting up barriers to the content.</description>
		<content:encoded><![CDATA[<p>I’m finding your blog post really hard to read as the font is so thin it doesn’t display very well. And the comments section is even more complicated as its light grey on black which offers no contrast.</p>
<p>Sorry to be a pain, but your putting up barriers to the content.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

