<?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: Fly Yahoo UI</title>
	<atom:link href="http://www.phpied.com/fly-yahoo-ui/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpied.com/fly-yahoo-ui/</link>
	<description>Stoyan&#039;s blog about &#60;a href=&#34;/category/xhtml&#34; class=&#34;tag-minor&#34;&#62;(x)html(5)&#60;/a&#62;, &#60;a href=&#34;/category/ajax&#34; class=&#34;tag-major&#34;&#62;ajax&#60;/a&#62;, &#60;a href=&#34;/category/bookmarklets&#34; class=&#34;tag-major&#34;&#62;bookmarklets&#60;/a&#62;, &#60;a href=&#34;/category/browsers&#34; class=&#34;tag-minor&#34;&#62;browsers&#60;/a&#62;, &#60;a href=&#34;/category/css&#34; class=&#34;tag-normal&#34;&#62;css&#60;/a&#62;, &#60;a href=&#34;/category/firebug&#34; class=&#34;tag-minor&#34;&#62;firebug&#60;/a&#62;, &#60;a href=&#34;/category/javascript&#34; class=&#34;tag-numero-uno&#34;&#62;javascript&#60;/a&#62;, &#60;a href=&#34;/category/json&#34; class=&#34;tag-normal&#34;&#62;json&#60;/a&#62;, &#60;a href=&#34;/category/mdb2&#34; class=&#34;tag-minor&#34;&#62;mdb2&#60;/a&#62;, &#60;a href=&#34;/category/mysql&#34; class=&#34;tag-normal&#34;&#62;mysql&#60;/a&#62;, &#60;a href=&#34;/category/pear&#34; class=&#34;tag-numero-uno&#34;&#62;pear&#60;/a&#62;, &#60;a href=&#34;/category/performance&#34; class=&#34;tag-major&#34;&#62;performance&#60;/a&#62;, &#60;a href=&#34;/category/php&#34; class=&#34;tag-numero-uno&#34;&#62;php&#60;/a&#62;, &#60;a href=&#34;/category/phpbb&#34; class=&#34;tag-major&#34;&#62;phpbb&#60;/a&#62;, &#60;a href=&#34;/category/tools&#34; class=&#34;tag-normal&#34;&#62;tools&#60;/a&#62;, &#60;a href=&#34;/category/yslow&#34; class=&#34;tag-minor&#34;&#62;yslow&#60;/a&#62;, &#60;a href=&#34;/category/yui&#34; class=&#34;tag-normal&#34;&#62;yui&#60;/a&#62;, &#60;a href=&#34;/category/writing&#34; class=&#34;tag-minor&#34;&#62;writing&#60;/a&#62;, &#60;a href=&#34;/category/music&#34; class=&#34;tag-major&#34;&#62;music&#60;/a&#62;,... &#60;a href=&#34;/category/life-and-everything&#34; class=&#34;tag-normal&#34;&#62;life and everything&#60;/a&#62;.</description>
	<lastBuildDate>Fri, 10 Feb 2012 22:15:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: helmi03</title>
		<link>http://www.phpied.com/fly-yahoo-ui/#comment-48893</link>
		<dc:creator>helmi03</dc:creator>
		<pubDate>Sat, 20 Jan 2007 04:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/fly-yahoo-ui/#comment-48893</guid>
		<description>thanks for this great article

Suggest minor refactoring:

- var target = (e.srcElement) ? e.srcElement : e.target;
+ var target = YAHOO.util.Event.getTarget(e);</description>
		<content:encoded><![CDATA[<p>thanks for this great article</p>
<p>Suggest minor refactoring:</p>
<p>- var target = (e.srcElement) ? e.srcElement : e.target;<br />
+ var target = YAHOO.util.Event.getTarget(e);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://www.phpied.com/fly-yahoo-ui/#comment-48719</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Wed, 10 Jan 2007 23:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/fly-yahoo-ui/#comment-48719</guid>
		<description>found my problem</description>
		<content:encoded><![CDATA[<p>found my problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://www.phpied.com/fly-yahoo-ui/#comment-48718</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Wed, 10 Jan 2007 23:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/fly-yahoo-ui/#comment-48718</guid>
		<description>Perhaps someone sees my error;

I&#039;m using this code:
 YAHOO.util.Connect.asyncRequest (
                &#039;GET&#039;,
                &#039;page.php?id=&#039; + row_id,
                {success: test,
                 failure: function no (row_id) {
                                alert(&#039;Error   try later…&#039;);
                           }

I&#039;m doing nothing in the success function &quot;test&quot; but am wanting to grab the id with $rowID = $_REQUEST[&#039;id&#039;]  from the URL &#039;page.php?id=&#039; + row_id but this seems to do nothing am I missing something?  Using the example code i surounded my request grab with the if(!empty($_SERVER[&#039;HTTP_MY_AJAX&#039;]) still nothing ... any ideas?</description>
		<content:encoded><![CDATA[<p>Perhaps someone sees my error;</p>
<p>I&#8217;m using this code:<br />
 YAHOO.util.Connect.asyncRequest (<br />
                &#8216;GET&#8217;,<br />
                &#8216;page.php?id=&#8217; + row_id,<br />
                {success: test,<br />
                 failure: function no (row_id) {<br />
                                alert(&#8216;Error   try later…&#8217;);<br />
                           }</p>
<p>I&#8217;m doing nothing in the success function &#8220;test&#8221; but am wanting to grab the id with $rowID = $_REQUEST['id']  from the URL &#8216;page.php?id=&#8217; + row_id but this seems to do nothing am I missing something?  Using the example code i surounded my request grab with the if(!empty($_SERVER['HTTP_MY_AJAX']) still nothing &#8230; any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Zuban</title>
		<link>http://www.phpied.com/fly-yahoo-ui/#comment-40403</link>
		<dc:creator>Alexander Zuban</dc:creator>
		<pubDate>Sun, 26 Nov 2006 14:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/fly-yahoo-ui/#comment-40403</guid>
		<description>Thank you a lot! Very helpful article!</description>
		<content:encoded><![CDATA[<p>Thank you a lot! Very helpful article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phpied.com &#187; Blog Archive &#187; The Focus and The Pocus</title>
		<link>http://www.phpied.com/fly-yahoo-ui/#comment-880</link>
		<dc:creator>phpied.com &#187; Blog Archive &#187; The Focus and The Pocus</dc:creator>
		<pubDate>Thu, 30 Mar 2006 06:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/fly-yahoo-ui/#comment-880</guid>
		<description>[...] phpied.com It&#039;s your responsibility to die() if necessary&#8230; - PHP Manual      &#171; Fly Yahoo UI [...]</description>
		<content:encoded><![CDATA[<p>[...] phpied.com It&#8217;s your responsibility to die() if necessary&#8230; &#8211; PHP Manual      &laquo; Fly Yahoo UI [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerard Ramos &#187; An example use of Yahoo&#8217;s UI JavaScript library</title>
		<link>http://www.phpied.com/fly-yahoo-ui/#comment-873</link>
		<dc:creator>Gerard Ramos &#187; An example use of Yahoo&#8217;s UI JavaScript library</dc:creator>
		<pubDate>Wed, 29 Mar 2006 01:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/fly-yahoo-ui/#comment-873</guid>
		<description>[...] read more&#160;&#124;&#160;digg story [...]</description>
		<content:encoded><![CDATA[<p>[...] read more&nbsp;|&nbsp;digg story [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robert</title>
		<link>http://www.phpied.com/fly-yahoo-ui/#comment-870</link>
		<dc:creator>robert</dc:creator>
		<pubDate>Tue, 28 Mar 2006 21:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/fly-yahoo-ui/#comment-870</guid>
		<description>safari 2.0.3 works for me too</description>
		<content:encoded><![CDATA[<p>safari 2.0.3 works for me too</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoyan</title>
		<link>http://www.phpied.com/fly-yahoo-ui/#comment-867</link>
		<dc:creator>Stoyan</dc:creator>
		<pubDate>Tue, 28 Mar 2006 16:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/fly-yahoo-ui/#comment-867</guid>
		<description>Sorry to hear that, Baldo :( Is there anything in particular that you find ugly, I mean the colors, or the code, or the concept?</description>
		<content:encoded><![CDATA[<p>Sorry to hear that, Baldo <img src='http://www.phpied.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Is there anything in particular that you find ugly, I mean the colors, or the code, or the concept?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baldo</title>
		<link>http://www.phpied.com/fly-yahoo-ui/#comment-865</link>
		<dc:creator>baldo</dc:creator>
		<pubDate>Tue, 28 Mar 2006 16:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/fly-yahoo-ui/#comment-865</guid>
		<description>this is quite ugly.. :(</description>
		<content:encoded><![CDATA[<p>this is quite ugly.. <img src='http://www.phpied.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoyan</title>
		<link>http://www.phpied.com/fly-yahoo-ui/#comment-864</link>
		<dc:creator>Stoyan</dc:creator>
		<pubDate>Tue, 28 Mar 2006 15:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/fly-yahoo-ui/#comment-864</guid>
		<description>@Rajat - don&#039;t mention it. I personally fell in love with the thing, I did a whole other project top-to-bottom using YUI as a fatter client and a very, very thin server. I cannot release the code unfortunatelly, not for now, but it was a pleasure to do the animations and the AJAX stuff. Personally I was opposed to the idea of using any JS libraries for things like simple AJAX calls (like this - http://www.sitepoint.com/article/take-command-ajax), but now I&#039;m a convert ;)</description>
		<content:encoded><![CDATA[<p>@Rajat &#8211; don&#8217;t mention it. I personally fell in love with the thing, I did a whole other project top-to-bottom using YUI as a fatter client and a very, very thin server. I cannot release the code unfortunatelly, not for now, but it was a pleasure to do the animations and the AJAX stuff. Personally I was opposed to the idea of using any JS libraries for things like simple AJAX calls (like this &#8211; <a href="http://www.sitepoint.com/article/take-command-ajax" rel="nofollow">http://www.sitepoint.com/article/take-command-ajax</a>), but now I&#8217;m a convert <img src='http://www.phpied.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

