<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Roshan Bhattarai's Blog -  A blog about PHP, Ajax, JavaScript, CSS and Web 2.0</title>
	
	<link>http://roshanbh.com.np</link>
	<description>Useful Tutorials, Scripts , Tips, and Resources for all PHP and Ajax beginners and experts .</description>
	<lastBuildDate>Tue, 16 Mar 2010 04:40:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/commentroshanbh" /><feedburner:info uri="commentroshanbh" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Comment on A simple Class to export data to excel using PHP by Roshan</title>
		<link>http://roshanbh.com.np/2007/12/a-simple-class-to-export-data-to-excel-using-php.html/comment-page-1#comment-5253</link>
		<dc:creator>Roshan</dc:creator>
		<pubDate>Tue, 16 Mar 2010 04:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/a-simple-class-to-export-data-to-excel-using-php/#comment-5253</guid>
		<description>Thanks Victor...Good to hear from you</description>
		<content:encoded><![CDATA[<p>Thanks Victor&#8230;Good to hear from you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to redirect browser to https (ssl) in php by Jeff</title>
		<link>http://roshanbh.com.np/2008/05/redirect-browser-https-ssl-php.html/comment-page-1#comment-5252</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 16 Mar 2010 04:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=96#comment-5252</guid>
		<description>Thanks Andrew.

I've been using:

if(empty($_SERVER["HTTPS"])) {

That also works but I will try the @ sign too.</description>
		<content:encoded><![CDATA[<p>Thanks Andrew.</p>
<p>I&#8217;ve been using:</p>
<p>if(empty($_SERVER["HTTPS"])) {</p>
<p>That also works but I will try the @ sign too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on check username availability in ajax and php using jquery’s fading effect by Ian</title>
		<link>http://roshanbh.com.np/2008/04/check-username-available-ajax-php-jquery.html/comment-page-4#comment-5251</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Mon, 15 Mar 2010 21:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/04/check-username-available-ajax-php-jquery.html#comment-5251</guid>
		<description>And great script. Thank you! Very handy.

Took me a bit of wading through to figure out how to connect to a DB ... why not delete the ones that don't work from this thread? (i.e., all database solution suggestions before "Pauly H wrote on 21 April, 2008, 8:02")</description>
		<content:encoded><![CDATA[<p>And great script. Thank you! Very handy.</p>
<p>Took me a bit of wading through to figure out how to connect to a DB &#8230; why not delete the ones that don&#8217;t work from this thread? (i.e., all database solution suggestions before &#8220;Pauly H wrote on 21 April, 2008, 8:02&#8243;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on check username availability in ajax and php using jquery’s fading effect by Ian</title>
		<link>http://roshanbh.com.np/2008/04/check-username-available-ajax-php-jquery.html/comment-page-4#comment-5250</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Mon, 15 Mar 2010 20:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/04/check-username-available-ajax-php-jquery.html#comment-5250</guid>
		<description>Cleaned up CSS for clarity:



.messagebox, .messageboxok,.messageboxerror {
	position:absolute;
	padding:3px;
	width:auto;
	font-weight:bold;
	margin: 2px 0 0 30px;
}
.messagebox{
	border:1px solid #c93;
	background:#ffc;
}
.messageboxok{
	border:1px solid #349534;
	background:#C9FFCA;
	color:#008000;
	
}
.messageboxerror{
	border:1px solid #CC0000;
	background:#F7CBCA;
	color:#CC0000;
}

</description>
		<content:encoded><![CDATA[<p>Cleaned up CSS for clarity:</p>
<p>.messagebox, .messageboxok,.messageboxerror {<br />
	position:absolute;<br />
	padding:3px;<br />
	width:auto;<br />
	font-weight:bold;<br />
	margin: 2px 0 0 30px;<br />
}<br />
.messagebox{<br />
	border:1px solid #c93;<br />
	background:#ffc;<br />
}<br />
.messageboxok{<br />
	border:1px solid #349534;<br />
	background:#C9FFCA;<br />
	color:#008000;</p>
<p>}<br />
.messageboxerror{<br />
	border:1px solid #CC0000;<br />
	background:#F7CBCA;<br />
	color:#CC0000;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to call php from ajax in every second using Jquery by hi</title>
		<link>http://roshanbh.com.np/2008/03/call-php-ajax-every-second-jquery.html/comment-page-1#comment-5249</link>
		<dc:creator>hi</dc:creator>
		<pubDate>Mon, 15 Mar 2010 11:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/03/call-php-ajax-every-second-jquery.html#comment-5249</guid>
		<description>hi a am unable to solve the ajax tripple droupdown how to solve this problemm</description>
		<content:encoded><![CDATA[<p>hi a am unable to solve the ajax tripple droupdown how to solve this problemm</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Populate triple drop down list from database using Ajax and PHP by n747</title>
		<link>http://roshanbh.com.np/2008/01/populate-triple-drop-down-list-change-options-value-from-database-using-ajax-and-php.html/comment-page-3#comment-5248</link>
		<dc:creator>n747</dc:creator>
		<pubDate>Mon, 15 Mar 2010 06:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/01/populate-triple-drop-down-list-change-options-value-from-database-using-ajax-and-php.html#comment-5248</guid>
		<description>I go through ur tripple drop down ajax based note...It's really really good...But it not work properly...I also got error not properly  load status and city...So If you have corrected code please send me it...Bcz Its very urgent to me...That is great help...


Thanks dear....You r a real good guy...I appreciate this service..All the Best</description>
		<content:encoded><![CDATA[<p>I go through ur tripple drop down ajax based note&#8230;It&#8217;s really really good&#8230;But it not work properly&#8230;I also got error not properly  load status and city&#8230;So If you have corrected code please send me it&#8230;Bcz Its very urgent to me&#8230;That is great help&#8230;</p>
<p>Thanks dear&#8230;.You r a real good guy&#8230;I appreciate this service..All the Best</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter : A recommendation for PHP Programmer by mohanix tabdar</title>
		<link>http://roshanbh.com.np/2008/12/codeigniter-programmer-php.html/comment-page-1#comment-5245</link>
		<dc:creator>mohanix tabdar</dc:creator>
		<pubDate>Sun, 14 Mar 2010 18:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=324#comment-5245</guid>
		<description>Hi Roshan jee 
Im new for PHP programing and i want to put "Write a comment " service  in my web page then how and what is the code for this.It is necessary to use framework like CI,CP etc....</description>
		<content:encoded><![CDATA[<p>Hi Roshan jee<br />
Im new for PHP programing and i want to put &#8220;Write a comment &#8221; service  in my web page then how and what is the code for this.It is necessary to use framework like CI,CP etc&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 7 Useful SEO tips for Wordpress Blog by aashish</title>
		<link>http://roshanbh.com.np/2008/02/seo-tips-wordpress-blog.html/comment-page-1#comment-5244</link>
		<dc:creator>aashish</dc:creator>
		<pubDate>Sun, 14 Mar 2010 01:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/02/seo-tips-wordpress-blog.html#comment-5244</guid>
		<description>a lot of thanks , can we use this all in one seo for Blogspot Blog...?
leave comment ok roshan bro..</description>
		<content:encoded><![CDATA[<p>a lot of thanks , can we use this all in one seo for Blogspot Blog&#8230;?<br />
leave comment ok roshan bro..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making accordion menu using jquery by Beben</title>
		<link>http://roshanbh.com.np/2008/06/accordion-menu-using-jquery.html/comment-page-4#comment-5243</link>
		<dc:creator>Beben</dc:creator>
		<pubDate>Sat, 13 Mar 2010 15:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=115#comment-5243</guid>
		<description>thank you ^^</description>
		<content:encoded><![CDATA[<p>thank you ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hide .php extension with url rewriting using .htaccess by Anup</title>
		<link>http://roshanbh.com.np/2008/02/hide-php-url-rewriting-htaccess.html/comment-page-3#comment-5241</link>
		<dc:creator>Anup</dc:creator>
		<pubDate>Sat, 13 Mar 2010 01:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/02/hide-php-url-rewriting-htaccess.html#comment-5241</guid>
		<description>Thanks for the great information.</description>
		<content:encoded><![CDATA[<p>Thanks for the great information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Textbox to accept only numbers (digits) using jquery by jQuery price validator plugin · Ariy Technology</title>
		<link>http://roshanbh.com.np/2008/04/textbox-accept-only-numbers-digits.html/comment-page-1#comment-5240</link>
		<dc:creator>jQuery price validator plugin · Ariy Technology</dc:creator>
		<pubDate>Fri, 12 Mar 2010 18:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/04/textbox-accept-only-numbers-digits.html#comment-5240</guid>
		<description>[...] one of the blogs (http://roshanbh.com.np/2008/04/textbox-accept-only-numbers-digits.html) we have found a good solution, but it does not fit us all. After making modifications to the [...]</description>
		<content:encoded><![CDATA[<p>[...] one of the blogs (<a href="http://roshanbh.com.np/2008/04/textbox-accept-only-numbers-digits.html" rel="nofollow">http://roshanbh.com.np/2008/04/textbox-accept-only-numbers-digits.html</a>) we have found a good solution, but it does not fit us all. After making modifications to the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 useful url rewriting examples using .htaccess by Florencia</title>
		<link>http://roshanbh.com.np/2008/03/url-rewriting-examples-htaccess.html/comment-page-3#comment-5239</link>
		<dc:creator>Florencia</dc:creator>
		<pubDate>Fri, 12 Mar 2010 13:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/2008/03/url-rewriting-examples-htaccess.html#comment-5239</guid>
		<description>This is the one example that worked for me. Thanks, very clear and usefull. Saved me lots of time.
Regards</description>
		<content:encoded><![CDATA[<p>This is the one example that worked for me. Thanks, very clear and usefull. Saved me lots of time.<br />
Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cross-site scripting ( xss ) attack by example and prevention in PHP by PHP-help » Urgently upgrade your wordpress to version 2.6.5</title>
		<link>http://roshanbh.com.np/2007/12/cross-site-scripting-xss-attack-by-example-and-prevention-in-php.html/comment-page-1#comment-5238</link>
		<dc:creator>PHP-help » Urgently upgrade your wordpress to version 2.6.5</dc:creator>
		<pubDate>Fri, 12 Mar 2010 04:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/cross-site-scripting-xss-attack-by-example-and-prevention-in-php/#comment-5238</guid>
		<description>[...] and if you’re running a Wordpress powered blog then upgrade it to version 2.6.5. It is a XSS exploit discovered in the 2.6.5 [...]</description>
		<content:encoded><![CDATA[<p>[...] and if you&#8217;re running a Wordpress powered blog then upgrade it to version 2.6.5. It is a XSS exploit discovered in the 2.6.5 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Force download multiple files in a zip archive using PHP by alessio</title>
		<link>http://roshanbh.com.np/2008/09/force-download-mutiple-files-zip-archive-php.html/comment-page-1#comment-5237</link>
		<dc:creator>alessio</dc:creator>
		<pubDate>Thu, 11 Mar 2010 15:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=247#comment-5237</guid>
		<description>I get PHP error...
readfile(my-file.zip) [&lt;a href='function.readfile' rel="nofollow"&gt;function.readfile&lt;/a&gt;]: failed to open stream: No such file or directory

How to fix this?</description>
		<content:encoded><![CDATA[<p>I get PHP error&#8230;<br />
readfile(my-file.zip) [<a href='function.readfile' rel="nofollow">function.readfile</a>]: failed to open stream: No such file or directory</p>
<p>How to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flashing Alert Message Box using JQuery by dess</title>
		<link>http://roshanbh.com.np/2008/07/animated-alert-message-box-using-jquery.html/comment-page-1#comment-5236</link>
		<dc:creator>dess</dc:creator>
		<pubDate>Thu, 11 Mar 2010 05:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=126#comment-5236</guid>
		<description>what are the codes in making our own websites..?


thanks!!!!!!!!</description>
		<content:encoded><![CDATA[<p>what are the codes in making our own websites..?</p>
<p>thanks!!!!!!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
