<?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: YUI 2.7.0 Released</title>
	<atom:link href="http://www.yuiblog.com/blog/index.php/2009/02/18/yui-270/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yuiblog.com/blog/2009/02/18/yui-270/</link>
	<description>The official blog of the YUI Project.</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:46:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: In the Wild for February 19, 2009 &#187; Yahoo! User Interface Blog</title>
		<link>http://www.yuiblog.com/blog/2009/02/18/yui-270/comment-page-1/#comment-581781</link>
		<dc:creator>In the Wild for February 19, 2009 &#187; Yahoo! User Interface Blog</dc:creator>
		<pubDate>Thu, 11 Jun 2009 15:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2009/02/18/yui-270/#comment-581781</guid>
		<description>[...] been a big week in the YUI world, with YUI 2.7.0 being released and our third birthday coming up. But, as usual, most of the news is coming from the [...]</description>
		<content:encoded><![CDATA[<p>[...] been a big week in the YUI world, with YUI 2.7.0 being released and our third birthday coming up. But, as usual, most of the news is coming from the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: george</title>
		<link>http://www.yuiblog.com/blog/2009/02/18/yui-270/comment-page-1/#comment-578871</link>
		<dc:creator>george</dc:creator>
		<pubDate>Wed, 11 Mar 2009 20:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2009/02/18/yui-270/#comment-578871</guid>
		<description>@Michael,

Apologies for the oversight.  The Uploader readme file has been updated and is available in the uploader folder in git.  The following summarizes the changes to uploader in YUI 2.7.0:

2.7.0

* Bug fixes
  - All global variables were converted to member variables of YAHOO
  - Changes in how the specific instances of uploader are tracked when events are dispatched from Flash (to avoid initialization race conditions particularly visible in Firefox 3 with AdBlock)

* New optional forceTransparent argument was added to the Uploader constructor: if true, it forces Flash to render the Flash app as transparent even if it&#039;s running in the &quot;button&quot; mode (for use with non-rectangular PNG buttons with transparency).</description>
		<content:encoded><![CDATA[<p>@Michael,</p>
<p>Apologies for the oversight.  The Uploader readme file has been updated and is available in the uploader folder in git.  The following summarizes the changes to uploader in YUI 2.7.0:</p>
<p>2.7.0</p>
<p>* Bug fixes<br />
  &#8211; All global variables were converted to member variables of YAHOO<br />
  &#8211; Changes in how the specific instances of uploader are tracked when events are dispatched from Flash (to avoid initialization race conditions particularly visible in Firefox 3 with AdBlock)</p>
<p>* New optional forceTransparent argument was added to the Uploader constructor: if true, it forces Flash to render the Flash app as transparent even if it&#8217;s running in the &#8220;button&#8221; mode (for use with non-rectangular PNG buttons with transparency).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Hasenstein</title>
		<link>http://www.yuiblog.com/blog/2009/02/18/yui-270/comment-page-1/#comment-578867</link>
		<dc:creator>Michael Hasenstein</dc:creator>
		<pubDate>Wed, 11 Mar 2009 12:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2009/02/18/yui-270/#comment-578867</guid>
		<description>I would like to complain. Not about YUI, but about the quality of the list of changes.

The detailed changelog for 2.7.0 says &quot;uploader: no changes&quot;. Now, I just diff-ed the JS file and the swf file, and both have changed. The interface even received a new parameter (forceTransparent {Boolean})!

There were quite a few changes in uploader, but NO TRACE in the changelog or anywhere, not here on the website, not in the local README. Diff shows appr. 67 lines removed and 55 added for the uploader.js file alone. This, and the new parameter, surely shouldn&#039;t register as &quot;no change&quot;???</description>
		<content:encoded><![CDATA[<p>I would like to complain. Not about YUI, but about the quality of the list of changes.</p>
<p>The detailed changelog for 2.7.0 says &#8220;uploader: no changes&#8221;. Now, I just diff-ed the JS file and the swf file, and both have changed. The interface even received a new parameter (forceTransparent {Boolean})!</p>
<p>There were quite a few changes in uploader, but NO TRACE in the changelog or anywhere, not here on the website, not in the local README. Diff shows appr. 67 lines removed and 55 added for the uploader.js file alone. This, and the new parameter, surely shouldn&#8217;t register as &#8220;no change&#8221;???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Kalbarczyk</title>
		<link>http://www.yuiblog.com/blog/2009/02/18/yui-270/comment-page-1/#comment-578829</link>
		<dc:creator>Adrian Kalbarczyk</dc:creator>
		<pubDate>Tue, 10 Mar 2009 00:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2009/02/18/yui-270/#comment-578829</guid>
		<description>I did the stylesheet manipulating object some time ago but I never thought that this functionality is usable for other project than mine. It&#039;s cool that I don&#039;t have to maintain this code any more!

I used this to give a user ability to create in real time his own skin for site and save it as CSS. Maybe some example in StyleSheet&#039;s examples covering that is good idea?</description>
		<content:encoded><![CDATA[<p>I did the stylesheet manipulating object some time ago but I never thought that this functionality is usable for other project than mine. It&#8217;s cool that I don&#8217;t have to maintain this code any more!</p>
<p>I used this to give a user ability to create in real time his own skin for site and save it as CSS. Maybe some example in StyleSheet&#8217;s examples covering that is good idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roger</title>
		<link>http://www.yuiblog.com/blog/2009/02/18/yui-270/comment-page-1/#comment-577024</link>
		<dc:creator>roger</dc:creator>
		<pubDate>Tue, 24 Feb 2009 18:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2009/02/18/yui-270/#comment-577024</guid>
		<description>Just downloaded the safari 4 beta; the bug i referred to has been fixed. YAY!</description>
		<content:encoded><![CDATA[<p>Just downloaded the safari 4 beta; the bug i referred to has been fixed. YAY!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.yuiblog.com/blog/2009/02/18/yui-270/comment-page-1/#comment-576614</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Mon, 23 Feb 2009 23:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2009/02/18/yui-270/#comment-576614</guid>
		<description>@Greg Raven and @Rocketman: prior to 2.7.0, the file names reflected the -beta or -experimental status of the component.  We removed this, largely to make this type of upgrade easier in the future.  Removing references to -beta and -experimental may fix your issue.  The easiest way to get an optimized list of dependencies for a release is to use the YUI dependency configurator: 

http://developer.yahoo.com/yui/articles/hosting/

@Yvo Schapp: Google has added the 2.7.0 release to their CDN.</description>
		<content:encoded><![CDATA[<p>@Greg Raven and @Rocketman: prior to 2.7.0, the file names reflected the -beta or -experimental status of the component.  We removed this, largely to make this type of upgrade easier in the future.  Removing references to -beta and -experimental may fix your issue.  The easiest way to get an optimized list of dependencies for a release is to use the YUI dependency configurator: </p>
<p><a href="http://developer.yahoo.com/yui/articles/hosting/" rel="nofollow">http://developer.yahoo.com/yui/articles/hosting/</a></p>
<p>@Yvo Schapp: Google has added the 2.7.0 release to their CDN.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rocketman</title>
		<link>http://www.yuiblog.com/blog/2009/02/18/yui-270/comment-page-1/#comment-576448</link>
		<dc:creator>Rocketman</dc:creator>
		<pubDate>Mon, 23 Feb 2009 17:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2009/02/18/yui-270/#comment-576448</guid>
		<description>I&#039;m with Greg Raven. I replaced &quot;2.6.0&quot; with &quot;2.7.0&quot; and things broke. Now what? :-)</description>
		<content:encoded><![CDATA[<p>I&#8217;m with Greg Raven. I replaced &#8220;2.6.0&#8243; with &#8220;2.7.0&#8243; and things broke. Now what? :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yvo Schaap</title>
		<link>http://www.yuiblog.com/blog/2009/02/18/yui-270/comment-page-1/#comment-576447</link>
		<dc:creator>Yvo Schaap</dc:creator>
		<pubDate>Mon, 23 Feb 2009 12:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2009/02/18/yui-270/#comment-576447</guid>
		<description>Important: this 2.7.0 release isn&#039;t hosted on Google&#039;s Ajax googleapis and breaks the hosting script when google is selected:
http://developer.yahoo.com/yui/articles/hosting/

When will this release be added to the google apis?

Yvo</description>
		<content:encoded><![CDATA[<p>Important: this 2.7.0 release isn&#8217;t hosted on Google&#8217;s Ajax googleapis and breaks the hosting script when google is selected:<br />
<a href="http://developer.yahoo.com/yui/articles/hosting/" rel="nofollow">http://developer.yahoo.com/yui/articles/hosting/</a></p>
<p>When will this release be added to the google apis?</p>
<p>Yvo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devin</title>
		<link>http://www.yuiblog.com/blog/2009/02/18/yui-270/comment-page-1/#comment-574834</link>
		<dc:creator>Devin</dc:creator>
		<pubDate>Fri, 20 Feb 2009 02:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2009/02/18/yui-270/#comment-574834</guid>
		<description>I love you guys!  YUI is fantastic</description>
		<content:encoded><![CDATA[<p>I love you guys!  YUI is fantastic</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Raven</title>
		<link>http://www.yuiblog.com/blog/2009/02/18/yui-270/comment-page-1/#comment-574815</link>
		<dc:creator>Greg Raven</dc:creator>
		<pubDate>Thu, 19 Feb 2009 23:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2009/02/18/yui-270/#comment-574815</guid>
		<description>Can we just do a search for &quot;2.6.0&quot; and replace with &quot;2.7.0&quot;, or is there more to it than that?</description>
		<content:encoded><![CDATA[<p>Can we just do a search for &#8220;2.6.0&#8243; and replace with &#8220;2.7.0&#8243;, or is there more to it than that?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

