<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for zen of shen</title>
	<link>http://www.zenofshen.com</link>
	<description>a conglomerate of design and programming rambles</description>
	<pubDate>Sun, 06 Jul 2008 04:02:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>Comment on Elegant Twitter Widget by Carsten</title>
		<link>http://www.zenofshen.com/elegant-twitter-widget/#comment-403</link>
		<dc:creator>Carsten</dc:creator>
		<pubDate>Wed, 02 Jul 2008 16:50:31 +0000</pubDate>
		<guid>http://www.zenofshen.com/elegant-twitter-widget/#comment-403</guid>
		<description>Hey Paul,

it has taken a long time, but I still used your hints preparing a new blog. It isn't online yet, but it will be there in the next two weeks I think. Thanks for your help.

In the moment I'm looking for a way to cache the tweets, 'cause the twitter server often where offline in the last weeks. Have you heard about a smart way to do that?
I'll be very happy, to read your opinions.

Ciao Carsten</description>
		<content:encoded><![CDATA[<p>Hey Paul,</p>
<p>it has taken a long time, but I still used your hints preparing a new blog. It isn&#8217;t online yet, but it will be there in the next two weeks I think. Thanks for your help.</p>
<p>In the moment I&#8217;m looking for a way to cache the tweets, &#8217;cause the twitter server often where offline in the last weeks. Have you heard about a smart way to do that?<br />
I&#8217;ll be very happy, to read your opinions.</p>
<p>Ciao Carsten</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on script.aculo.us Ajax Sortable Lists Tutorial by Jeremy Lockhart</title>
		<link>http://www.zenofshen.com/2008/01/08/scriptaculous-ajax-sortable-lists-tutorial/#comment-250</link>
		<dc:creator>Jeremy Lockhart</dc:creator>
		<pubDate>Thu, 15 May 2008 21:45:19 +0000</pubDate>
		<guid>http://www.zenofshen.com/2008/01/08/scriptaculous-ajax-sortable-lists-tutorial/#comment-250</guid>
		<description>Great write-up! New to the whole AJAX thing but well-versed in PHP. This helped tie it together nicely.

And thanks to Fanaticz for some inspiration on a cool photo gallery idea!</description>
		<content:encoded><![CDATA[<p>Great write-up! New to the whole AJAX thing but well-versed in PHP. This helped tie it together nicely.</p>
<p>And thanks to Fanaticz for some inspiration on a cool photo gallery idea!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on script.aculo.us Ajax Sortable Lists Tutorial by cyguard</title>
		<link>http://www.zenofshen.com/2008/01/08/scriptaculous-ajax-sortable-lists-tutorial/#comment-249</link>
		<dc:creator>cyguard</dc:creator>
		<pubDate>Thu, 15 May 2008 06:18:22 +0000</pubDate>
		<guid>http://www.zenofshen.com/2008/01/08/scriptaculous-ajax-sortable-lists-tutorial/#comment-249</guid>
		<description>Very nice tutorial! Simple and powerful! Thanks!</description>
		<content:encoded><![CDATA[<p>Very nice tutorial! Simple and powerful! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on script.aculo.us Ajax Sortable Lists Tutorial by Sebastian</title>
		<link>http://www.zenofshen.com/2008/01/08/scriptaculous-ajax-sortable-lists-tutorial/#comment-228</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Tue, 06 May 2008 18:40:51 +0000</pubDate>
		<guid>http://www.zenofshen.com/2008/01/08/scriptaculous-ajax-sortable-lists-tutorial/#comment-228</guid>
		<description>hey Paul, thanks for pointing me to somewhere. took some time to figure out what was happening.. after some time of googling, what i was looking for was 'ajax activity indicator' using PHP. here's link to a guide i follow: http://www.gen-x-design.com/archives/ajax-activity-indicators-make-them-global-and-unobtrusive/ Not mine, just wanting to share. =) thanks again Paul!</description>
		<content:encoded><![CDATA[<p>hey Paul, thanks for pointing me to somewhere. took some time to figure out what was happening.. after some time of googling, what i was looking for was &#8216;ajax activity indicator&#8217; using PHP. here&#8217;s link to a guide i follow: <a href="http://www.gen-x-design.com/archives/ajax-activity-indicators-make-them-global-and-unobtrusive/" rel="nofollow">http://www.gen-x-design.com/archives/ajax-activity-indicators-make-them-global-and-unobtrusive/</a> Not mine, just wanting to share. =) thanks again Paul!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on script.aculo.us Ajax Sortable Lists Tutorial by Paul</title>
		<link>http://www.zenofshen.com/2008/01/08/scriptaculous-ajax-sortable-lists-tutorial/#comment-220</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 05 May 2008 17:35:20 +0000</pubDate>
		<guid>http://www.zenofshen.com/2008/01/08/scriptaculous-ajax-sortable-lists-tutorial/#comment-220</guid>
		<description>@Sebastian:
Once the Ajax request has been initialized and assuming the request has been sent, the database update should complete even if the user closes the window. However, if you want confirmation of completion, you can make the PHP file output the completed status. Inside the Ajax.Request(), you can add an additional parameter, onComplete, which will be executed when the Ajax call completes. Then you can check the output of the PHP file to see if it was successful and use Javascript to update the page (such as printing "completed").

You may want to check the Prototype documentation on Ajax.Request for more info.</description>
		<content:encoded><![CDATA[<p>@Sebastian:<br />
Once the Ajax request has been initialized and assuming the request has been sent, the database update should complete even if the user closes the window. However, if you want confirmation of completion, you can make the PHP file output the completed status. Inside the Ajax.Request(), you can add an additional parameter, onComplete, which will be executed when the Ajax call completes. Then you can check the output of the PHP file to see if it was successful and use Javascript to update the page (such as printing &#8220;completed&#8221;).</p>
<p>You may want to check the Prototype documentation on Ajax.Request for more info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on script.aculo.us Ajax Sortable Lists Tutorial by Sebastian</title>
		<link>http://www.zenofshen.com/2008/01/08/scriptaculous-ajax-sortable-lists-tutorial/#comment-219</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Mon, 05 May 2008 16:45:07 +0000</pubDate>
		<guid>http://www.zenofshen.com/2008/01/08/scriptaculous-ajax-sortable-lists-tutorial/#comment-219</guid>
		<description>hey Paul, thanks for the great tutorial. quick question: i've been thinking if there is a way to find out when the updating of sequence is completed on the database. i wish to avoid a situation where the ajax request is not completed and the window is closed .. 

is there a way to track the status, say by a 'updating..' thing? i'm pretty sure something like this is possible, but i dont know what's the keyword for something like this.. can you point me to something? 

any help is appreciated! =)</description>
		<content:encoded><![CDATA[<p>hey Paul, thanks for the great tutorial. quick question: i&#8217;ve been thinking if there is a way to find out when the updating of sequence is completed on the database. i wish to avoid a situation where the ajax request is not completed and the window is closed .. </p>
<p>is there a way to track the status, say by a &#8216;updating..&#8217; thing? i&#8217;m pretty sure something like this is possible, but i dont know what&#8217;s the keyword for something like this.. can you point me to something? </p>
<p>any help is appreciated! =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on script.aculo.us Ajax Sortable Lists Tutorial by Creation of a sortable list with Ajax tutorial : Emanuele Feronato - italian geek and PROgrammer</title>
		<link>http://www.zenofshen.com/2008/01/08/scriptaculous-ajax-sortable-lists-tutorial/#comment-217</link>
		<dc:creator>Creation of a sortable list with Ajax tutorial : Emanuele Feronato - italian geek and PROgrammer</dc:creator>
		<pubDate>Tue, 22 Apr 2008 09:52:41 +0000</pubDate>
		<guid>http://www.zenofshen.com/2008/01/08/scriptaculous-ajax-sortable-lists-tutorial/#comment-217</guid>
		<description>[...] This tutorial is based on zen of shen's pseudocode found atscript.aculo.us Ajax Sortable Lists Tutorial. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] This tutorial is based on zen of shen&#8217;s pseudocode found atscript.aculo.us Ajax Sortable Lists Tutorial. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on script.aculo.us Ajax Sortable Lists Tutorial by Scott</title>
		<link>http://www.zenofshen.com/2008/01/08/scriptaculous-ajax-sortable-lists-tutorial/#comment-213</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 11 Apr 2008 18:26:42 +0000</pubDate>
		<guid>http://www.zenofshen.com/2008/01/08/scriptaculous-ajax-sortable-lists-tutorial/#comment-213</guid>
		<description>Thank you for the tutorial.

But for php code, you should do
# for ($i = 0, $max = count($list_to_sort); $i &#60;$max ; $i++) {  }</description>
		<content:encoded><![CDATA[<p>Thank you for the tutorial.</p>
<p>But for php code, you should do<br />
# for ($i = 0, $max = count($list_to_sort); $i &lt;$max ; $i++) {  }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on script.aculo.us Ajax Sortable Lists Tutorial by Andrew Heiss</title>
		<link>http://www.zenofshen.com/2008/01/08/scriptaculous-ajax-sortable-lists-tutorial/#comment-210</link>
		<dc:creator>Andrew Heiss</dc:creator>
		<pubDate>Tue, 08 Apr 2008 05:55:21 +0000</pubDate>
		<guid>http://www.zenofshen.com/2008/01/08/scriptaculous-ajax-sortable-lists-tutorial/#comment-210</guid>
		<description>Last comment...sorry...

So, I didn't know that it was supposed to encoded... Oops...

After copying and pasting the code a few more times, it started working. Apparently I had something typed wrong.

Thanks for a great tutorial!</description>
		<content:encoded><![CDATA[<p>Last comment&#8230;sorry&#8230;</p>
<p>So, I didn&#8217;t know that it was supposed to encoded&#8230; Oops&#8230;</p>
<p>After copying and pasting the code a few more times, it started working. Apparently I had something typed wrong.</p>
<p>Thanks for a great tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on script.aculo.us Ajax Sortable Lists Tutorial by Andrew Heiss</title>
		<link>http://www.zenofshen.com/2008/01/08/scriptaculous-ajax-sortable-lists-tutorial/#comment-209</link>
		<dc:creator>Andrew Heiss</dc:creator>
		<pubDate>Tue, 08 Apr 2008 05:40:27 +0000</pubDate>
		<guid>http://www.zenofshen.com/2008/01/08/scriptaculous-ajax-sortable-lists-tutorial/#comment-209</guid>
		<description>So after more searching and testing, I've discovered that it's encoding the data in hex. I have no idea why! 

I tried using urldecode, but it didn't work: parse_str(urldecode($_GET['data']));</description>
		<content:encoded><![CDATA[<p>So after more searching and testing, I&#8217;ve discovered that it&#8217;s encoding the data in hex. I have no idea why! </p>
<p>I tried using urldecode, but it didn&#8217;t work: parse_str(urldecode($_GET[&#8217;data&#8217;]));</p>
]]></content:encoded>
	</item>
</channel>
</rss>
