<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Fly Yahoo UI</title>
	<link>http://www.phpied.com/fly-yahoo-ui/</link>
	<description>Stoyan's blog about (x)html, ajax, bookmarklets, browsers, css, firebug, javascript, json, mdb2, mysql, pear, performance, php, phpbb, tools, yslow, yui, writing, music,... life and everything.</description>
	<pubDate>Tue, 13 May 2008 00:01:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>

	<item>
		<title>by: helmi03</title>
		<link>http://www.phpied.com/fly-yahoo-ui/#comment-48893</link>
		<pubDate>Sat, 20 Jan 2007 04:19:32 +0000</pubDate>
		<guid>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>
		<pubDate>Wed, 10 Jan 2007 23:33:11 +0000</pubDate>
		<guid>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>
		<pubDate>Wed, 10 Jan 2007 23:22:10 +0000</pubDate>
		<guid>http://www.phpied.com/fly-yahoo-ui/#comment-48718</guid>
					<description>Perhaps someone sees my error;

I'm using this code:
 YAHOO.util.Connect.asyncRequest (
                'GET',
                'page.php?id=' + row_id,
                {success: test,
                 failure: function no (row_id) {
                                alert('Error   try later…');
                           }

I'm doing nothing in the success function &quot;test&quot; but am wanting to grab the id with $rowID = $_REQUEST['id']  from the URL 'page.php?id=' + 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 ... any ideas?</description>
		<content:encoded><![CDATA[<p>Perhaps someone sees my error;</p>
<p>I'm using this code:<br />
 YAHOO.util.Connect.asyncRequest (<br />
                'GET',<br />
                'page.php?id=' + row_id,<br />
                {success: test,<br />
                 failure: function no (row_id) {<br />
                                alert('Error   try later…');<br />
                           }</p>
<p>I'm doing nothing in the success function "test" but am wanting to grab the id with $rowID = $_REQUEST['id']  from the URL 'page.php?id=' + 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>
		<pubDate>Sun, 26 Nov 2006 14:34:06 +0000</pubDate>
		<guid>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>
		<pubDate>Thu, 30 Mar 2006 06:49:22 +0000</pubDate>
		<guid>http://www.phpied.com/fly-yahoo-ui/#comment-880</guid>
					<description>[...] phpied.com It's your responsibility to die() if necessary&amp;#8230; - PHP Manual      &amp;#171; Fly Yahoo UI [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] phpied.com It's your responsibility to die() if necessary&#8230; - PHP Manual      &laquo; Fly Yahoo UI [&#8230;]
</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>
		<pubDate>Wed, 29 Mar 2006 01:13:43 +0000</pubDate>
		<guid>http://www.phpied.com/fly-yahoo-ui/#comment-873</guid>
					<description>[...] read more&amp;#160;&amp;#124;&amp;#160;digg story [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] read more&nbsp;|&nbsp;digg story [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: robert</title>
		<link>http://www.phpied.com/fly-yahoo-ui/#comment-870</link>
		<pubDate>Tue, 28 Mar 2006 21:27:59 +0000</pubDate>
		<guid>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>
		<pubDate>Tue, 28 Mar 2006 16:37:06 +0000</pubDate>
		<guid>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>
		<pubDate>Tue, 28 Mar 2006 16:03:43 +0000</pubDate>
		<guid>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>
		<pubDate>Tue, 28 Mar 2006 15:25:14 +0000</pubDate>
		<guid>http://www.phpied.com/fly-yahoo-ui/#comment-864</guid>
					<description>@Rajat - don'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'm a convert ;)</description>
		<content:encoded><![CDATA[<p>@Rajat - don'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 - <a href='http://www.sitepoint.com/article/take-command-ajax' rel='nofollow'>http://www.sitepoint.com/article/take-command-ajax</a>), but now I'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>
