<?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: 3D Cube using new CSS transformations</title>
	<atom:link href="http://ajaxian.com/archives/3d-cube-using-new-css-transformations/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/3d-cube-using-new-css-transformations</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: bunnyhero</title>
		<link>http://ajaxian.com/archives/3d-cube-using-new-css-transformations/comment-page-1#comment-273404</link>
		<dc:creator>bunnyhero</dc:creator>
		<pubDate>Mon, 11 May 2009 18:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6782#comment-273404</guid>
		<description>yep. i&#039;ve used this to make a cubic panaroma viewer in safari on iphone.

http://www.bunnyhero.org/2008/10/13/iphone-vr-viewing-3d-panoramas-in-safari-using-javascript-and-webkit-transform/

my example uses javascript to manipulate the cube, but the cube itself is just css.</description>
		<content:encoded><![CDATA[<p>yep. i&#8217;ve used this to make a cubic panaroma viewer in safari on iphone.</p>
<p><a href="http://www.bunnyhero.org/2008/10/13/iphone-vr-viewing-3d-panoramas-in-safari-using-javascript-and-webkit-transform/" rel="nofollow">http://www.bunnyhero.org/2008/10/13/iphone-vr-viewing-3d-panoramas-in-safari-using-javascript-and-webkit-transform/</a></p>
<p>my example uses javascript to manipulate the cube, but the cube itself is just css.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: p01</title>
		<link>http://ajaxian.com/archives/3d-cube-using-new-css-transformations/comment-page-1#comment-273401</link>
		<dc:creator>p01</dc:creator>
		<pubDate>Mon, 11 May 2009 14:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6782#comment-273401</guid>
		<description>@Lon42: Yes you can do this in IE. Like the CSS transforms used here, IE&#039;s matrix filter does affine transformations and a such you can do skews, rotations, translations, ... and a mix of them all.</description>
		<content:encoded><![CDATA[<p>@Lon42: Yes you can do this in IE. Like the CSS transforms used here, IE&#8217;s matrix filter does affine transformations and a such you can do skews, rotations, translations, &#8230; and a mix of them all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WebReflection</title>
		<link>http://ajaxian.com/archives/3d-cube-using-new-css-transformations/comment-page-1#comment-273393</link>
		<dc:creator>WebReflection</dc:creator>
		<pubDate>Mon, 11 May 2009 11:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6782#comment-273393</guid>
		<description>I wonder who will create a JS parser able to add on the fly css rules via -all-transform or other &quot;same but prefix&quot; rules ... I love these features but the idea to write -boring-thesamething for each browser is a bit annoying, isn&#039;t it?</description>
		<content:encoded><![CDATA[<p>I wonder who will create a JS parser able to add on the fly css rules via -all-transform or other &#8220;same but prefix&#8221; rules &#8230; I love these features but the idea to write -boring-thesamething for each browser is a bit annoying, isn&#8217;t it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jadet</title>
		<link>http://ajaxian.com/archives/3d-cube-using-new-css-transformations/comment-page-1#comment-273386</link>
		<dc:creator>Jadet</dc:creator>
		<pubDate>Sat, 09 May 2009 11:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6782#comment-273386</guid>
		<description>I don&#039;t think that&#039;s bad, makes it repeatable, pretty cool</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think that&#8217;s bad, makes it repeatable, pretty cool</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rasmusfl0e</title>
		<link>http://ajaxian.com/archives/3d-cube-using-new-css-transformations/comment-page-1#comment-273383</link>
		<dc:creator>rasmusfl0e</dc:creator>
		<pubDate>Sat, 09 May 2009 01:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6782#comment-273383</guid>
		<description>@Lon42: a shame that its only the shapes thats rotated with perspective - the images aren&#039;t perspective correct. To bad.</description>
		<content:encoded><![CDATA[<p>@Lon42: a shame that its only the shapes thats rotated with perspective &#8211; the images aren&#8217;t perspective correct. To bad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bogphanny</title>
		<link>http://ajaxian.com/archives/3d-cube-using-new-css-transformations/comment-page-1#comment-273382</link>
		<dc:creator>bogphanny</dc:creator>
		<pubDate>Sat, 09 May 2009 01:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6782#comment-273382</guid>
		<description>It appears that my above-mentioned bug only affects the Mac release of Firefox.</description>
		<content:encoded><![CDATA[<p>It appears that my above-mentioned bug only affects the Mac release of Firefox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bogphanny</title>
		<link>http://ajaxian.com/archives/3d-cube-using-new-css-transformations/comment-page-1#comment-273381</link>
		<dc:creator>bogphanny</dc:creator>
		<pubDate>Sat, 09 May 2009 01:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6782#comment-273381</guid>
		<description>I was curious to see how scollbars would render with the -moz-transform(skew) property when overflow:scroll was set. In the case of Firefox, it turns out not too well, as can be seen here: http://www.users.on.net/~egwhite/moz-transform.scrollbar.bug.html

For those interested, I have raised a bug with Mozilla (#492155)</description>
		<content:encoded><![CDATA[<p>I was curious to see how scollbars would render with the -moz-transform(skew) property when overflow:scroll was set. In the case of Firefox, it turns out not too well, as can be seen here: <a href="http://www.users.on.net/~egwhite/moz-transform.scrollbar.bug.html" rel="nofollow">http://www.users.on.net/~egwhite/moz-transform.scrollbar.bug.html</a></p>
<p>For those interested, I have raised a bug with Mozilla (#492155)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lon42</title>
		<link>http://ajaxian.com/archives/3d-cube-using-new-css-transformations/comment-page-1#comment-273380</link>
		<dc:creator>Lon42</dc:creator>
		<pubDate>Sat, 09 May 2009 00:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6782#comment-273380</guid>
		<description>@rasmusfl0e: and that is exactly what safari on iphone does. for a demo view http://quento.q42.net/fotowall/index.html or http://quento.q42.net/ahrecepten/index.html.
both only on iphone.
i expect non-iphone-safari to follow. lthough it&#039;s been some time already...</description>
		<content:encoded><![CDATA[<p>@rasmusfl0e: and that is exactly what safari on iphone does. for a demo view <a href="http://quento.q42.net/fotowall/index.html" rel="nofollow">http://quento.q42.net/fotowall/index.html</a> or <a href="http://quento.q42.net/ahrecepten/index.html" rel="nofollow">http://quento.q42.net/ahrecepten/index.html</a>.<br />
both only on iphone.<br />
i expect non-iphone-safari to follow. lthough it&#8217;s been some time already&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rasmusfl0e</title>
		<link>http://ajaxian.com/archives/3d-cube-using-new-css-transformations/comment-page-1#comment-273379</link>
		<dc:creator>rasmusfl0e</dc:creator>
		<pubDate>Fri, 08 May 2009 23:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6782#comment-273379</guid>
		<description>Orthogonal 3d is excellent for diagrams and charts - but for anything else people will probably want to have real perspective which of course isn&#039;t hackable through skewX/Y.</description>
		<content:encoded><![CDATA[<p>Orthogonal 3d is excellent for diagrams and charts &#8211; but for anything else people will probably want to have real perspective which of course isn&#8217;t hackable through skewX/Y.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lon42</title>
		<link>http://ajaxian.com/archives/3d-cube-using-new-css-transformations/comment-page-1#comment-273378</link>
		<dc:creator>Lon42</dc:creator>
		<pubDate>Fri, 08 May 2009 23:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6782#comment-273378</guid>
		<description>no you cannot do this in IE using the matrix filter.
the matrix filter only does scaling and rotating in the plane of the screen.
no perspective, no skewing. no fun.</description>
		<content:encoded><![CDATA[<p>no you cannot do this in IE using the matrix filter.<br />
the matrix filter only does scaling and rotating in the plane of the screen.<br />
no perspective, no skewing. no fun.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonathansnook</title>
		<link>http://ajaxian.com/archives/3d-cube-using-new-css-transformations/comment-page-1#comment-273375</link>
		<dc:creator>jonathansnook</dc:creator>
		<pubDate>Fri, 08 May 2009 16:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6782#comment-273375</guid>
		<description>You can use the matrix filter in IE to do these kinds of transforms, as well. There&#039;s no transform functions, so it can be a little confusing.</description>
		<content:encoded><![CDATA[<p>You can use the matrix filter in IE to do these kinds of transforms, as well. There&#8217;s no transform functions, so it can be a little confusing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

