<?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 on: PHP Classes by Rochak Chauhan</title>
	<atom:link href="http://rochakchauhan.com/blog/2007/07/22/rochakchauhan-free-php-classes/feed/" rel="self" type="application/rss+xml" />
	<link>http://rochakchauhan.com/blog/2007/07/22/rochakchauhan-free-php-classes/</link>
	<description>Know your limits, but never stop trying to exceed them.</description>
	<lastBuildDate>Tue, 16 Mar 2010 16:25:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: andree</title>
		<link>http://rochakchauhan.com/blog/2007/07/22/rochakchauhan-free-php-classes/comment-page-1/#comment-174</link>
		<dc:creator>andree</dc:creator>
		<pubDate>Wed, 30 Jan 2008 05:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=5#comment-174</guid>
		<description>sorry i forget my mail, now is true.</description>
		<content:encoded><![CDATA[<p>sorry i forget my mail, now is true.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andree</title>
		<link>http://rochakchauhan.com/blog/2007/07/22/rochakchauhan-free-php-classes/comment-page-1/#comment-173</link>
		<dc:creator>andree</dc:creator>
		<pubDate>Wed, 30 Jan 2008 05:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=5#comment-173</guid>
		<description>Rochak, i try to change the time limit (ajaxpoll) but it seems not work,
how could it be

define(&#039;TIME_LIMIT&#039;, 10); //Time (in sec) after a user can vote again from a IP
session_start();

how to destroy or disable time limit ?

please help..
thank a lot for your exciting script.

best regards,
andree</description>
		<content:encoded><![CDATA[<p>Rochak, i try to change the time limit (ajaxpoll) but it seems not work,<br />
how could it be</p>
<p>define(&#8216;TIME_LIMIT&#8217;, 10); //Time (in sec) after a user can vote again from a IP<br />
session_start();</p>
<p>how to destroy or disable time limit ?</p>
<p>please help..<br />
thank a lot for your exciting script.</p>
<p>best regards,<br />
andree</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Class: Tag Cloud Generator - PHP Classes</title>
		<link>http://rochakchauhan.com/blog/2007/07/22/rochakchauhan-free-php-classes/comment-page-1/#comment-53</link>
		<dc:creator>Class: Tag Cloud Generator - PHP Classes</dc:creator>
		<pubDate>Thu, 10 Jan 2008 18:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=5#comment-53</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] also enables you to extract tags from a paragraph/text.   Trackback links:  Link Description   Rochak Chauhan&#039;s PHP Classes Free Downloads...      Latest blog trackback links   Applications that use this class:   No [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] also enables you to extract tags from a paragraph/text.   Trackback links:  Link Description   Rochak Chauhan&#8217;s PHP Classes Free Downloads&#8230;      Latest blog trackback links   Applications that use this class:   No [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Development Blog</title>
		<link>http://rochakchauhan.com/blog/2007/07/22/rochakchauhan-free-php-classes/comment-page-1/#comment-6</link>
		<dc:creator>Web Development Blog</dc:creator>
		<pubDate>Mon, 24 Sep 2007 21:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=5#comment-6</guid>
		<description>&lt;strong&gt;Tutorial: Create a zip file from folders on the fly...&lt;/strong&gt;

For a future project I needed these days some easy to use zip or gzip class to create a zip file from files / folders inside a specified directory. A short search on Google has lead me to the Create ZIP File PHP class from Rochak Chauhan. I tested two ...</description>
		<content:encoded><![CDATA[<p><strong>Tutorial: Create a zip file from folders on the fly&#8230;</strong></p>
<p>For a future project I needed these days some easy to use zip or gzip class to create a zip file from files / folders inside a specified directory. A short search on Google has lead me to the Create ZIP File PHP class from Rochak Chauhan. I tested two &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://rochakchauhan.com/blog/2007/07/22/rochakchauhan-free-php-classes/comment-page-1/#comment-3</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 25 Jul 2007 04:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=5#comment-3</guid>
		<description>&lt;p&gt;Hi Fruehjahr,&lt;/p&gt;
&lt;p&gt;As a matter of fact, I can register and delete a user...but can&#039;t login as any user :)&lt;/p&gt;
&lt;p&gt;About your questions, many non-English writing users have faced this issue so here is the simple solution:&lt;/p&gt;
&lt;p&gt;    1) When you return any non English text from a PHP file to JavaScript, make   sure  it is enclosed in double or single quotes.&lt;br /&gt;
    2) All the text handling should be done at client&#039;s end via JavaScript.&lt;br /&gt;
    3) In order to display the text properly, make sure you have mentioned the required character set in your HTML.&lt;br /&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi Fruehjahr,</p>
<p>As a matter of fact, I can register and delete a user&#8230;but can&#8217;t login as any user <img src='http://rochakchauhan.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>About your questions, many non-English writing users have faced this issue so here is the simple solution:</p>
<p>    1) When you return any non English text from a PHP file to JavaScript, make   sure  it is enclosed in double or single quotes.<br />
    2) All the text handling should be done at client&#8217;s end via JavaScript.<br />
    3) In order to display the text properly, make sure you have mentioned the required character set in your HTML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fruehjahr</title>
		<link>http://rochakchauhan.com/blog/2007/07/22/rochakchauhan-free-php-classes/comment-page-1/#comment-2</link>
		<dc:creator>fruehjahr</dc:creator>
		<pubDate>Tue, 24 Jul 2007 17:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://rochakchauhan.com/blog/?p=5#comment-2</guid>
		<description>uh, its possible to register/login! delete me if you like. ;-)

just a question to your ajax/edit-in-place:

i use it on a site to simple edit a little text in a sidebar. but here in switzerland we use äüö and I also need to write simple HTML-tags in it (like &lt;b&gt; and &lt;a href= rel=&quot;nofollow&quot;&gt;). But if I save the text with your &quot;edit-in-place&quot; script, it converts the input curiously... any idea? you can contact me at fruehjahr(aat)mac.com&lt;/a&gt;&lt;/b&gt;</description>
		<content:encoded><![CDATA[<p>uh, its possible to register/login! delete me if you like. <img src='http://rochakchauhan.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>just a question to your ajax/edit-in-place:</p>
<p>i use it on a site to simple edit a little text in a sidebar. but here in switzerland we use äüö and I also need to write simple HTML-tags in it (like <b> and <a href= rel="nofollow">). But if I save the text with your &#8220;edit-in-place&#8221; script, it converts the input curiously&#8230; any idea? you can contact me at fruehjahr(aat)mac.com</a></b></p>
]]></content:encoded>
	</item>
</channel>
</rss>
