<?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: Transformie: Implement WebKit CSS transforms in IE</title>
	<atom:link href="http://ajaxian.com/archives/transformie-implement-webkit-css-transforms-in-ie/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/transformie-implement-webkit-css-transforms-in-ie</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.3.2</generator>
	<item>
		<title>By: pcpavlov</title>
		<link>http://ajaxian.com/archives/transformie-implement-webkit-css-transforms-in-ie/comment-page-1#comment-270041</link>
		<dc:creator>pcpavlov</dc:creator>
		<pubDate>Mon, 22 Dec 2008 19:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4114#comment-270041</guid>
		<description>Thank you for the source. It works great in IE8, CHROME and Safari. I&#039;ve managed to rotate text and table within a div. But when I go to print it prints correctly only in Safari. In IE8 there&#039;s empty space and CHROME crashes. So I&#039;ve tried a lot approaches including the next styles but it only works in Safari. Any help will be appreciated. Thanx for the code again.
#container1
{
    position: relative;
    width: 700px;
    height: 1000px;
    margin: 2% 5%;
    page-break-after: always;
}

        div.test
        {
            -webkit-transform: rotate(90deg);
            height: 80%;
            margin: 10% 0%;
        }
    
    
        div.test
        {
            -webkit-transform: rotate(90deg);
            height: 80%;
            margin: 10% 0%;
        }
        input
        {
            display: none;
        }
        .thead th
        {
            border-right-color: #6666FF;
        }
    </description>
		<content:encoded><![CDATA[<p>Thank you for the source. It works great in IE8, CHROME and Safari. I&#8217;ve managed to rotate text and table within a div. But when I go to print it prints correctly only in Safari. In IE8 there&#8217;s empty space and CHROME crashes. So I&#8217;ve tried a lot approaches including the next styles but it only works in Safari. Any help will be appreciated. Thanx for the code again.<br />
#container1<br />
{<br />
    position: relative;<br />
    width: 700px;<br />
    height: 1000px;<br />
    margin: 2% 5%;<br />
    page-break-after: always;<br />
}</p>
<p>        div.test<br />
        {<br />
            -webkit-transform: rotate(90deg);<br />
            height: 80%;<br />
            margin: 10% 0%;<br />
        }</p>
<p>        div.test<br />
        {<br />
            -webkit-transform: rotate(90deg);<br />
            height: 80%;<br />
            margin: 10% 0%;<br />
        }<br />
        input<br />
        {<br />
            display: none;<br />
        }<br />
        .thead th<br />
        {<br />
            border-right-color: #6666FF;<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webmatze</title>
		<link>http://ajaxian.com/archives/transformie-implement-webkit-css-transforms-in-ie/comment-page-1#comment-266798</link>
		<dc:creator>webmatze</dc:creator>
		<pubDate>Wed, 20 Aug 2008 16:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4114#comment-266798</guid>
		<description>I created a simple but funny &lt;a href=&quot;http://webmatze.de/css-3-rotating-image-gallery/&quot; rel=&quot;nofollow&quot;&gt;rotating image gallery&lt;/a&gt; using WebKits CSS transform and transition features.
It would be nice to see those features in upcoming versions of Firefox and Internet Explorer. It could replace a lot of effects currently only possible with JavaScript libraries like script.aculo.us.</description>
		<content:encoded><![CDATA[<p>I created a simple but funny <a href="http://webmatze.de/css-3-rotating-image-gallery/" rel="nofollow">rotating image gallery</a> using WebKits CSS transform and transition features.<br />
It would be nice to see those features in upcoming versions of Firefox and Internet Explorer. It could replace a lot of effects currently only possible with JavaScript libraries like script.aculo.us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandro</title>
		<link>http://ajaxian.com/archives/transformie-implement-webkit-css-transforms-in-ie/comment-page-1#comment-266767</link>
		<dc:creator>sandro</dc:creator>
		<pubDate>Tue, 19 Aug 2008 11:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4114#comment-266767</guid>
		<description>Kudos to the developer for what is clearly skillful work.  But, resume padding aside...this represents a strange trend.  It was demonstrated by the adventure that Flash developers went on for a few years back around the turn of the millenium that these sorts of effects only lead to useless eye candy at the very best, and often to outright interface disasters.  At least in the case of Flash there existed a quick and responsive environment, which Javascript is not able to match.  I simply fear the worst here.  Resig, god love him, scared me to death when he ported processing.  There are people working on 3d engines.  Please, please, don&#039;t repeat history.</description>
		<content:encoded><![CDATA[<p>Kudos to the developer for what is clearly skillful work.  But, resume padding aside&#8230;this represents a strange trend.  It was demonstrated by the adventure that Flash developers went on for a few years back around the turn of the millenium that these sorts of effects only lead to useless eye candy at the very best, and often to outright interface disasters.  At least in the case of Flash there existed a quick and responsive environment, which Javascript is not able to match.  I simply fear the worst here.  Resig, god love him, scared me to death when he ported processing.  There are people working on 3d engines.  Please, please, don&#8217;t repeat history.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://ajaxian.com/archives/transformie-implement-webkit-css-transforms-in-ie/comment-page-1#comment-266763</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Mon, 18 Aug 2008 21:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4114#comment-266763</guid>
		<description>Lots of talk about the open web going around, just not when it counts.  Safari is filled with proprietary code.  Adobe stuffs Flash with its own browser.  Google builds a Flash-indexing robot!  Is SVG even supported by the W3C anymore?

It seems the term &quot;open web&quot; means to open all of your competitor&#039;s doors while keeping a lock on your own.</description>
		<content:encoded><![CDATA[<p>Lots of talk about the open web going around, just not when it counts.  Safari is filled with proprietary code.  Adobe stuffs Flash with its own browser.  Google builds a Flash-indexing robot!  Is SVG even supported by the W3C anymore?</p>
<p>It seems the term &#8220;open web&#8221; means to open all of your competitor&#8217;s doors while keeping a lock on your own.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: p01</title>
		<link>http://ajaxian.com/archives/transformie-implement-webkit-css-transforms-in-ie/comment-page-1#comment-266759</link>
		<dc:creator>p01</dc:creator>
		<pubDate>Mon, 18 Aug 2008 18:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4114#comment-266759</guid>
		<description>What gives ? maybe the fact that when webkit/mozila/opera implement new stuffs, they usually open a dialog and propose it for standaradization.

Yes, kudos for the experiment, and to IE for having that for 8 years ( heck I played with it myself back in the days and it was fun while it lasted ) but I&#039;m afraid this is not the way to go. Until there is standards way to do CSS transformations like this, the way to go is SVG + foreignObjects.</description>
		<content:encoded><![CDATA[<p>What gives ? maybe the fact that when webkit/mozila/opera implement new stuffs, they usually open a dialog and propose it for standaradization.</p>
<p>Yes, kudos for the experiment, and to IE for having that for 8 years ( heck I played with it myself back in the days and it was fun while it lasted ) but I&#8217;m afraid this is not the way to go. Until there is standards way to do CSS transformations like this, the way to go is SVG + foreignObjects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ilazarte</title>
		<link>http://ajaxian.com/archives/transformie-implement-webkit-css-transforms-in-ie/comment-page-1#comment-266755</link>
		<dc:creator>ilazarte</dc:creator>
		<pubDate>Mon, 18 Aug 2008 17:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4114#comment-266755</guid>
		<description>When IE implements it, it&#039;s Breaking the Standard.  When webkit/mozilla implements it, it&#039;s Growing The Web.  What gives?</description>
		<content:encoded><![CDATA[<p>When IE implements it, it&#8217;s Breaking the Standard.  When webkit/mozilla implements it, it&#8217;s Growing The Web.  What gives?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Schmucker</title>
		<link>http://ajaxian.com/archives/transformie-implement-webkit-css-transforms-in-ie/comment-page-1#comment-266754</link>
		<dc:creator>Hans Schmucker</dc:creator>
		<pubDate>Mon, 18 Aug 2008 16:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4114#comment-266754</guid>
		<description>Great, now we have a hack emulating a proprietary behaviour using another proprietary behaviour, when there&#039;s a standard way to do it: SVG and foreignObject... that&#039;s exactly the way the web should not behave</description>
		<content:encoded><![CDATA[<p>Great, now we have a hack emulating a proprietary behaviour using another proprietary behaviour, when there&#8217;s a standard way to do it: SVG and foreignObject&#8230; that&#8217;s exactly the way the web should not behave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lon42</title>
		<link>http://ajaxian.com/archives/transformie-implement-webkit-css-transforms-in-ie/comment-page-1#comment-266753</link>
		<dc:creator>Lon42</dc:creator>
		<pubDate>Mon, 18 Aug 2008 15:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4114#comment-266753</guid>
		<description>&quot;at last some tweaks&quot;? IE could do this in july of 2000. Almost 10 years of CSS-defined 2D transformations.

And since IE was the first to do these transformations it might be fair to port the webkit implementation to IE&#039;s... No... Better not...</description>
		<content:encoded><![CDATA[<p>&#8220;at last some tweaks&#8221;? IE could do this in july of 2000. Almost 10 years of CSS-defined 2D transformations.</p>
<p>And since IE was the first to do these transformations it might be fair to port the webkit implementation to IE&#8217;s&#8230; No&#8230; Better not&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mjsadiq</title>
		<link>http://ajaxian.com/archives/transformie-implement-webkit-css-transforms-in-ie/comment-page-1#comment-266746</link>
		<dc:creator>mjsadiq</dc:creator>
		<pubDate>Mon, 18 Aug 2008 13:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4114#comment-266746</guid>
		<description>Thats nice to hear at last some tweaks for IE Too :-))</description>
		<content:encoded><![CDATA[<p>Thats nice to hear at last some tweaks for IE Too :-))</p>
]]></content:encoded>
	</item>
</channel>
</rss>

