<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for The Dreamer!</title>
	<atom:link href="http://ranawd.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ranawd.wordpress.com</link>
	<description>I am the Dreamer! of the world!</description>
	<lastBuildDate>Wed, 11 Nov 2009 13:53:55 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to active curl on xampp by jagoane</title>
		<link>http://ranawd.wordpress.com/2009/03/19/how-to-active-curl-on-xampp/#comment-681</link>
		<dc:creator>jagoane</dc:creator>
		<pubDate>Wed, 11 Nov 2009 13:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://ranawd.wordpress.com/?p=147#comment-681</guid>
		<description>Hey.. brother.. thank you.....:)</description>
		<content:encoded><![CDATA[<p>Hey.. brother.. thank you&#8230;..:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About Me by Hari K T</title>
		<link>http://ranawd.wordpress.com/about/#comment-680</link>
		<dc:creator>Hari K T</dc:creator>
		<pubDate>Tue, 10 Nov 2009 11:27:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-680</guid>
		<description>Nice to meet you Rana . 

Good luck for your projects too :)

Happy Blogging ;)</description>
		<content:encoded><![CDATA[<p>Nice to meet you Rana . </p>
<p>Good luck for your projects too <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Happy Blogging <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Breaking referential integrity in MySql by Pranjali</title>
		<link>http://ranawd.wordpress.com/2008/11/20/breaking-referential-integrity-in-mysql/#comment-675</link>
		<dc:creator>Pranjali</dc:creator>
		<pubDate>Sat, 07 Nov 2009 12:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://ranawd.wordpress.com/?p=133#comment-675</guid>
		<description>The article is Really very nice. I was also getting this error. Now it is Solved.</description>
		<content:encoded><![CDATA[<p>The article is Really very nice. I was also getting this error. Now it is Solved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenposbravoPOS Build from open source file by S.M. Saidur Rahman</title>
		<link>http://ranawd.wordpress.com/2008/11/04/openposbravopos-build-from-open-source-file/#comment-666</link>
		<dc:creator>S.M. Saidur Rahman</dc:creator>
		<pubDate>Tue, 20 Oct 2009 03:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://ranawd.wordpress.com/?p=126#comment-666</guid>
		<description>Hello Kai
         Thanks for your mail. As per your request i will write soon OpenbravoERP and OpenbravoPOS integration tutorial. If any other suggestion about my blog please write me personally or blog. 

--Saidur</description>
		<content:encoded><![CDATA[<p>Hello Kai<br />
         Thanks for your mail. As per your request i will write soon OpenbravoERP and OpenbravoPOS integration tutorial. If any other suggestion about my blog please write me personally or blog. </p>
<p>&#8211;Saidur</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenposbravoPOS Build from open source file by Kai</title>
		<link>http://ranawd.wordpress.com/2008/11/04/openposbravopos-build-from-open-source-file/#comment-665</link>
		<dc:creator>Kai</dc:creator>
		<pubDate>Mon, 19 Oct 2009 17:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://ranawd.wordpress.com/?p=126#comment-665</guid>
		<description>Hi, Saidur,

Since you are so good in OpenbravoPOS. Could you write a tutoe on set up the OpenbravoERP and POS integration.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, Saidur,</p>
<p>Since you are so good in OpenbravoPOS. Could you write a tutoe on set up the OpenbravoERP and POS integration.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Select random value from MySQL database table. by Marius</title>
		<link>http://ranawd.wordpress.com/2009/03/25/select-random-value-from-mysql-database-table/#comment-658</link>
		<dc:creator>Marius</dc:creator>
		<pubDate>Fri, 02 Oct 2009 11:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://ranawd.wordpress.com/?p=149#comment-658</guid>
		<description>Well, I prefer 3rd solution. 
2nd and 4th are even wrong! If you have deleted any of your rows, these solutions would return some rows more often than others.

For example, if I have table with ids:
1
101
102
103
...
119

That is, I have deleted rows from 2 to 10.
So, 2nd and 4th solution would return row with id=101 with a possibility of 100/119, and every other row with a possibility of 1/119. Is this random? I don&#039;t whink so..

Moreover, these results (time for execution) depends on number of rows in your table.

If you have to choose X *unique* random records, and row count is not big (for example 10), I&#039;d prefer 1st method.
And if I have just to shuffle some rows, I&#039;d always use 1st method (for example answers to some question), because you&#039;ll need to count random number to each row anyway.

But if you need to choose just 1 random row - I accept, 3rd solution is the best.

Marius</description>
		<content:encoded><![CDATA[<p>Well, I prefer 3rd solution.<br />
2nd and 4th are even wrong! If you have deleted any of your rows, these solutions would return some rows more often than others.</p>
<p>For example, if I have table with ids:<br />
1<br />
101<br />
102<br />
103<br />
&#8230;<br />
119</p>
<p>That is, I have deleted rows from 2 to 10.<br />
So, 2nd and 4th solution would return row with id=101 with a possibility of 100/119, and every other row with a possibility of 1/119. Is this random? I don&#8217;t whink so..</p>
<p>Moreover, these results (time for execution) depends on number of rows in your table.</p>
<p>If you have to choose X *unique* random records, and row count is not big (for example 10), I&#8217;d prefer 1st method.<br />
And if I have just to shuffle some rows, I&#8217;d always use 1st method (for example answers to some question), because you&#8217;ll need to count random number to each row anyway.</p>
<p>But if you need to choose just 1 random row &#8211; I accept, 3rd solution is the best.</p>
<p>Marius</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Select random value from MySQL database table. by kazi abdullah al Mamun (sumon)</title>
		<link>http://ranawd.wordpress.com/2009/03/25/select-random-value-from-mysql-database-table/#comment-650</link>
		<dc:creator>kazi abdullah al Mamun (sumon)</dc:creator>
		<pubDate>Wed, 16 Sep 2009 03:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://ranawd.wordpress.com/?p=149#comment-650</guid>
		<description>Rana vai, Its cool :). But I afraid it will fail if you use apache benchmark test. I already suffered with that. Rand() function creates scalability problem whether way you use</description>
		<content:encoded><![CDATA[<p>Rana vai, Its cool <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . But I afraid it will fail if you use apache benchmark test. I already suffered with that. Rand() function creates scalability problem whether way you use</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gallery by kazi abdullah al Mamun (sumon)</title>
		<link>http://ranawd.wordpress.com/gallery/#comment-649</link>
		<dc:creator>kazi abdullah al Mamun (sumon)</dc:creator>
		<pubDate>Tue, 15 Sep 2009 07:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://ranawd.wordpress.com/gallery/#comment-649</guid>
		<description>mia, khub vabee asen na, paner kono khoz pai na ken?</description>
		<content:encoded><![CDATA[<p>mia, khub vabee asen na, paner kono khoz pai na ken?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenCart open source E-commerce solution by Yoga online</title>
		<link>http://ranawd.wordpress.com/2009/07/09/opencart-open-source-e-commerce-solution/#comment-644</link>
		<dc:creator>Yoga online</dc:creator>
		<pubDate>Fri, 04 Sep 2009 22:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://ranawd.wordpress.com/2009/07/09/opencart-open-source-e-commerce-solution/#comment-644</guid>
		<description>Magento is also free and it works fine, There&#039;s a lot of info about Magento around the net.</description>
		<content:encoded><![CDATA[<p>Magento is also free and it works fine, There&#8217;s a lot of info about Magento around the net.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make jQuery work on the same page with Mootools and or Prototype? by Arif Hossen</title>
		<link>http://ranawd.wordpress.com/2009/06/29/how-to-make-jquery-work-on-the-same-page-with-mootools-and-or-prototype/#comment-635</link>
		<dc:creator>Arif Hossen</dc:creator>
		<pubDate>Sun, 30 Aug 2009 09:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://ranawd.wordpress.com/2009/06/29/how-to-make-jquery-work-on-the-same-page-with-mootools-and-or-prototype/#comment-635</guid>
		<description>Thank you very much for your better solution. I have solved my problem by your code:

jQuery.noConflict();
var $j = jQuery; 

Thanks........</description>
		<content:encoded><![CDATA[<p>Thank you very much for your better solution. I have solved my problem by your code:</p>
<p>jQuery.noConflict();<br />
var $j = jQuery; </p>
<p>Thanks&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
