<?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 for PHP for Bangladesh</title>
	<atom:link href="http://php4bd.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://php4bd.wordpress.com</link>
	<description>PHP fan? Let's share our codes, feelings and everything.</description>
	<pubDate>Tue, 07 Oct 2008 02:45:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on jQuery controlled Dependent (or Cascading) Select List by anisniit</title>
		<link>http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-312</link>
		<dc:creator>anisniit</dc:creator>
		<pubDate>Wed, 09 Jul 2008 17:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-312</guid>
		<description>@lenna
Hi
It surely works with multiple and multilevel select boxes.
See comment 10 for example.

you may get more examples at my current blog http://www.ajaxray.com/blog

Thanks for asking.</description>
		<content:encoded><![CDATA[<p>@lenna<br />
Hi<br />
It surely works with multiple and multilevel select boxes.<br />
See comment 10 for example.</p>
<p>you may get more examples at my current blog <a href="http://www.ajaxray.com/blog" rel="nofollow">http://www.ajaxray.com/blog</a></p>
<p>Thanks for asking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery controlled Dependent (or Cascading) Select List by leena</title>
		<link>http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-311</link>
		<dc:creator>leena</dc:creator>
		<pubDate>Wed, 09 Jul 2008 11:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-311</guid>
		<description>Will this work with 3 or more drop downs?</description>
		<content:encoded><![CDATA[<p>Will this work with 3 or more drop downs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery controlled Dependent (or Cascading) Select List by Speano</title>
		<link>http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-307</link>
		<dc:creator>Speano</dc:creator>
		<pubDate>Mon, 31 Mar 2008 23:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-307</guid>
		<description>Hello 
Was just serfing on net and found this site... want to say thanks. Great site and content!</description>
		<content:encoded><![CDATA[<p>Hello<br />
Was just serfing on net and found this site&#8230; want to say thanks. Great site and content!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajax-like Unobtrusive File Upload by zoran</title>
		<link>http://php4bd.wordpress.com/2007/07/28/ajax-like-unobtrusive-file-upload/#comment-306</link>
		<dc:creator>zoran</dc:creator>
		<pubDate>Sat, 16 Feb 2008 23:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://php4bd.wordpress.com/2007/07/28/ajax-like-unobstrusive-file-upload/#comment-306</guid>
		<description>Dear Ahmed,

Thanks for this simplicity. The truth is that I had to use some of my brain (which I hate to do), however it was worth of it. 

I am developing an intranet portal in Joomla CMS this script is core part of one of modules that I had to do. 

Greetings from Serbia!!!</description>
		<content:encoded><![CDATA[<p>Dear Ahmed,</p>
<p>Thanks for this simplicity. The truth is that I had to use some of my brain (which I hate to do), however it was worth of it. </p>
<p>I am developing an intranet portal in Joomla CMS this script is core part of one of modules that I had to do. </p>
<p>Greetings from Serbia!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajax-like Unobtrusive File Upload by LinuxFreaks</title>
		<link>http://php4bd.wordpress.com/2007/07/28/ajax-like-unobtrusive-file-upload/#comment-305</link>
		<dc:creator>LinuxFreaks</dc:creator>
		<pubDate>Mon, 11 Feb 2008 09:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://php4bd.wordpress.com/2007/07/28/ajax-like-unobstrusive-file-upload/#comment-305</guid>
		<description>Yes, 
It works thanks a lot</description>
		<content:encoded><![CDATA[<p>Yes,<br />
It works thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajax-like Unobtrusive File Upload by Evert</title>
		<link>http://php4bd.wordpress.com/2007/07/28/ajax-like-unobtrusive-file-upload/#comment-304</link>
		<dc:creator>Evert</dc:creator>
		<pubDate>Sun, 10 Feb 2008 15:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://php4bd.wordpress.com/2007/07/28/ajax-like-unobstrusive-file-upload/#comment-304</guid>
		<description>Solved. The problem was that I process a callback function from the iframe when it finishes loading with the onload event. At the end of the call back function i remove the iframe object from its parent, resulting in a never completely loaded page.

The solution is simple: I've added a settimeout as a last line to delegate the removing of the frame as a last line to the callback structure - now the page finishes loading and gets removed immediately after.

Just thought I'd mention it - I've seen similar questions without any answer on several websites.</description>
		<content:encoded><![CDATA[<p>Solved. The problem was that I process a callback function from the iframe when it finishes loading with the onload event. At the end of the call back function i remove the iframe object from its parent, resulting in a never completely loaded page.</p>
<p>The solution is simple: I&#8217;ve added a settimeout as a last line to delegate the removing of the frame as a last line to the callback structure - now the page finishes loading and gets removed immediately after.</p>
<p>Just thought I&#8217;d mention it - I&#8217;ve seen similar questions without any answer on several websites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajax-like Unobtrusive File Upload by Evert</title>
		<link>http://php4bd.wordpress.com/2007/07/28/ajax-like-unobtrusive-file-upload/#comment-303</link>
		<dc:creator>Evert</dc:creator>
		<pubDate>Sat, 09 Feb 2008 18:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://php4bd.wordpress.com/2007/07/28/ajax-like-unobstrusive-file-upload/#comment-303</guid>
		<description>I use the same technique but different code to upload files to a server. In my version however Firefox keeps saying the page is loading, even after the response is back, processed and the iframe removed from the page.

Sound familiar, any solution?</description>
		<content:encoded><![CDATA[<p>I use the same technique but different code to upload files to a server. In my version however Firefox keeps saying the page is loading, even after the response is back, processed and the iframe removed from the page.</p>
<p>Sound familiar, any solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery controlled Dependent (or Cascading) Select List by Matthijs</title>
		<link>http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-302</link>
		<dc:creator>Matthijs</dc:creator>
		<pubDate>Thu, 24 Jan 2008 11:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-302</guid>
		<description>I seem to have a problem in IE, default the last item of the child list is selected, no matter what I do</description>
		<content:encoded><![CDATA[<p>I seem to have a problem in IE, default the last item of the child list is selected, no matter what I do</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ajax-like Unobtrusive File Upload by Imran Akhtar</title>
		<link>http://php4bd.wordpress.com/2007/07/28/ajax-like-unobtrusive-file-upload/#comment-233</link>
		<dc:creator>Imran Akhtar</dc:creator>
		<pubDate>Sun, 16 Dec 2007 12:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://php4bd.wordpress.com/2007/07/28/ajax-like-unobstrusive-file-upload/#comment-233</guid>
		<description>Hi, I really was looking for the technique to develope such script. It really helps me alot. Thanks for this article.</description>
		<content:encoded><![CDATA[<p>Hi, I really was looking for the technique to develope such script. It really helps me alot. Thanks for this article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery controlled Dependent (or Cascading) Select List by John</title>
		<link>http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-177</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 14 Nov 2007 08:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://php4bd.wordpress.com/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comment-177</guid>
		<description>Hi - I'm just starting out with jQuery, and need to build some linked select menus for a project I'm working on.

Thanks for a very clear example of how to go about this.

Cheers</description>
		<content:encoded><![CDATA[<p>Hi - I&#8217;m just starting out with jQuery, and need to build some linked select menus for a project I&#8217;m working on.</p>
<p>Thanks for a very clear example of how to go about this.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>
