<?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 A K Chauhan's Blog</title>
	<atom:link href="http://www.akchauhan.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.akchauhan.com</link>
	<description>PHP, MySql, JavaScript, JQuery, Prototype, Drupal, HTML, CSS and more...</description>
	<lastBuildDate>Thu, 07 Feb 2013 11:50:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Create Windows Service to Schedule PHP Script execution by khurram saddique</title>
		<link>http://www.akchauhan.com/create-windows-service-to-schedule-php-script-execution/comment-page-1/#comment-972982</link>
		<dc:creator>khurram saddique</dc:creator>
		<pubDate>Thu, 07 Feb 2013 11:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.akchauhan.com/?p=560#comment-972982</guid>
		<description><![CDATA[I ran your code the batch file is not working. if i run import.php directly it works fine but if i run batch file then php script dont run. i have use same code in same path.]]></description>
		<content:encoded><![CDATA[<p>I ran your code the batch file is not working. if i run import.php directly it works fine but if i run batch file then php script dont run. i have use same code in same path.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Convert XML to Array using DOM extension in PHP5 by AJAX loaders</title>
		<link>http://www.akchauhan.com/convert-xml-to-array-using-dom-extension-in-php5/comment-page-1/#comment-135277</link>
		<dc:creator>AJAX loaders</dc:creator>
		<pubDate>Sun, 30 Sep 2012 15:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.akchauhan.com/?p=464#comment-135277</guid>
		<description><![CDATA[Worked like a charm :) thanks a lot]]></description>
		<content:encoded><![CDATA[<p>Worked like a charm <img src='http://www.akchauhan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upload image using hidden iFrame (Simple Photo Manager) by Aknan</title>
		<link>http://www.akchauhan.com/upload-image-using-hidden-iframe/comment-page-1/#comment-84859</link>
		<dc:creator>Aknan</dc:creator>
		<pubDate>Thu, 12 Jul 2012 12:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.akchauhan.com/?p=300#comment-84859</guid>
		<description><![CDATA[I edit the config file put still problem with uploading image that not insert it to my database help please !!!!
when uploading image my database empty ????????]]></description>
		<content:encoded><![CDATA[<p>I edit the config file put still problem with uploading image that not insert it to my database help please !!!!<br />
when uploading image my database empty ????????</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Simple Modal Window Using CSS And JQuery by naveen chary</title>
		<link>http://www.akchauhan.com/a-simple-modal-window-using-css-and-jquery/comment-page-1/#comment-84669</link>
		<dc:creator>naveen chary</dc:creator>
		<pubDate>Wed, 11 Jul 2012 08:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.akchauhan.com/?p=279#comment-84669</guid>
		<description><![CDATA[There is an issue with this modal window. When we hit &#039;ENTER&#039; key once the modal window is opened, The modal window disappears and  the background remains masked. Is there any solution for this...?]]></description>
		<content:encoded><![CDATA[<p>There is an issue with this modal window. When we hit &#8216;ENTER&#8217; key once the modal window is opened, The modal window disappears and  the background remains masked. Is there any solution for this&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Styling or modifying drupal primary and secondary tabs like drupal.org by funny text messages</title>
		<link>http://www.akchauhan.com/styling-drupal-primary-and-secondary-tabs-like-drupalorg/comment-page-1/#comment-84004</link>
		<dc:creator>funny text messages</dc:creator>
		<pubDate>Sat, 07 Jul 2012 01:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akchauhan.com/?p=33#comment-84004</guid>
		<description><![CDATA[When I originally commented I clicked the &quot;Notify me when new comments are added&quot; checkbox and now each time a comment is added I get four emails with the same comment. Is there any way you can remove people from that service? Thanks!]]></description>
		<content:encoded><![CDATA[<p>When I originally commented I clicked the &#8220;Notify me when new comments are added&#8221; checkbox and now each time a comment is added I get four emails with the same comment. Is there any way you can remove people from that service? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How call JavaScript function from FLASH by Amit Sukapure</title>
		<link>http://www.akchauhan.com/how-call-javascript-function-from-flash/comment-page-1/#comment-83912</link>
		<dc:creator>Amit Sukapure</dc:creator>
		<pubDate>Fri, 06 Jul 2012 13:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.akchauhan.com/?p=190#comment-83912</guid>
		<description><![CDATA[Hi
I need a help... I have situation little bit same as this example.
Now what i need a flash with links and when i click on link it should open a panel like a pop up and call a javascript function as well(i have done it with normal html link). But I need same thing done with flash links.
Eg, this is link in my html &lt;a href=&quot;#dialog2&quot; rel=&quot;nofollow&quot;&gt;Link&lt;/a&gt;
So when i click on &quot;Link&quot; redirect to url and as well as call function disable().
So how to do that in flash please help me...]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
I need a help&#8230; I have situation little bit same as this example.<br />
Now what i need a flash with links and when i click on link it should open a panel like a pop up and call a javascript function as well(i have done it with normal html link). But I need same thing done with flash links.<br />
Eg, this is link in my html <a href="#dialog2" rel="nofollow">Link</a><br />
So when i click on &#8220;Link&#8221; redirect to url and as well as call function disable().<br />
So how to do that in flash please help me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Implementation of Javascript Check and Uncheck All Checkboxes by EricGeerts</title>
		<link>http://www.akchauhan.com/simple-implementation-of-javascript-check-and-uncheck-all-checkboxes/comment-page-1/#comment-83300</link>
		<dc:creator>EricGeerts</dc:creator>
		<pubDate>Mon, 02 Jul 2012 14:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.akchauhan.com/?p=312#comment-83300</guid>
		<description><![CDATA[In stead of this:

for (var i = 0; i &lt; cb.length; i++) {
		cb[i].checked = document.getElementById(&#039;all&#039;).checked;
	}

You would rather like to use this:
var isChecked = document.getElementById(&#039;all&#039;).checked;

for (var i = 0; i &lt; cb.length; i++) {
		cb[i].checked = isChecked;
	}]]></description>
		<content:encoded><![CDATA[<p>In stead of this:</p>
<p>for (var i = 0; i &lt; cb.length; i++) {<br />
		cb[i].checked = document.getElementById(&#039;all&#039;).checked;<br />
	}</p>
<p>You would rather like to use this:<br />
var isChecked = document.getElementById(&#039;all&#039;).checked;</p>
<p>for (var i = 0; i &lt; cb.length; i++) {<br />
		cb[i].checked = isChecked;<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create an action confirm form using &#8220;confirm_form()&#8221; function in Drupal by luv</title>
		<link>http://www.akchauhan.com/create-an-action-confirm-form-using-confirm_form-function-in-drupal/comment-page-1/#comment-83269</link>
		<dc:creator>luv</dc:creator>
		<pubDate>Mon, 02 Jul 2012 10:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.akchauhan.com/?p=380#comment-83269</guid>
		<description><![CDATA[Hi 
 this is thankful for me 

  regards &amp; thanks again]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
 this is thankful for me </p>
<p>  regards &amp; thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Web Services using AMFPHP and XML-RPC by Prasannjit</title>
		<link>http://www.akchauhan.com/create-web-services-using-amfphp-and-xml-rpc/comment-page-1/#comment-75686</link>
		<dc:creator>Prasannjit</dc:creator>
		<pubDate>Tue, 15 May 2012 12:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.akchauhan.com/?p=485#comment-75686</guid>
		<description><![CDATA[Hello, 

I want to know can we call a function from php file like flex  to amfphp/services,  abc.php file,  function.  And can it is possible to hit this function from one server to another server. Hope I will get response.

thanks
Prasannjit]]></description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>I want to know can we call a function from php file like flex  to amfphp/services,  abc.php file,  function.  And can it is possible to hit this function from one server to another server. Hope I will get response.</p>
<p>thanks<br />
Prasannjit</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create simple left tree menu using jQuery by Deepthi</title>
		<link>http://www.akchauhan.com/create-simple-left-tree-menu-using-jquery/comment-page-1/#comment-73338</link>
		<dc:creator>Deepthi</dc:creator>
		<pubDate>Mon, 30 Apr 2012 10:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akchauhan.com/?p=120#comment-73338</guid>
		<description><![CDATA[HI,This one is useful,But my requirement is when i click the button on that time i want to display tree menu.]]></description>
		<content:encoded><![CDATA[<p>HI,This one is useful,But my requirement is when i click the button on that time i want to display tree menu.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
