<?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 ZX:rishistar programming blocks</title>
	<atom:link href="http://rishistar.com/zx/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://rishistar.com/zx</link>
	<description>Java/Wordpress programming tips and tricks</description>
	<lastBuildDate>Tue, 22 Feb 2011 00:19:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>Comment on jQuery / Java / Autocomplete by rishi</title>
		<link>http://rishistar.com/zx/2010/03/jquery-java-autocomplete/comment-page-1/#comment-144</link>
		<dc:creator>rishi</dc:creator>
		<pubDate>Tue, 22 Feb 2011 00:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://rishistar.com/zx/?p=87#comment-144</guid>
		<description>The out.println is contained in a while loop that goes though a List Iterator.
while( iterator.hasNext() )
{
out.println( (String)iterator.next() ) ;
}</description>
		<content:encoded><![CDATA[<p>The out.println is contained in a while loop that goes though a List Iterator.<br />
while( iterator.hasNext() )<br />
{<br />
out.println( (String)iterator.next() ) ;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery / Java / Autocomplete by lotus</title>
		<link>http://rishistar.com/zx/2010/03/jquery-java-autocomplete/comment-page-1/#comment-124</link>
		<dc:creator>lotus</dc:creator>
		<pubDate>Tue, 11 Jan 2011 02:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://rishistar.com/zx/?p=87#comment-124</guid>
		<description>hi, i have a question so $(&quot;#mirna&quot;).autocomplete(&quot;getmirmatch.jsp&quot;) ; line the .autocomplete is calling a callback to getmirmatch.jsp? and in turn getmirmatch.jsp returns the results in a out.println? if where does it contain the whole list of results, because by printing out.println it is only print 1 result rather than returning a list or array</description>
		<content:encoded><![CDATA[<p>hi, i have a question so $(&#8220;#mirna&#8221;).autocomplete(&#8220;getmirmatch.jsp&#8221;) ; line the .autocomplete is calling a callback to getmirmatch.jsp? and in turn getmirmatch.jsp returns the results in a out.println? if where does it contain the whole list of results, because by printing out.println it is only print 1 result rather than returning a list or array</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Netbeans Editor Code Folds by Jeremey Green</title>
		<link>http://rishistar.com/zx/2010/04/netbeans-editor-code-folds/comment-page-1/#comment-78</link>
		<dc:creator>Jeremey Green</dc:creator>
		<pubDate>Sun, 31 Oct 2010 14:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://rishistar.com/zx/?p=105#comment-78</guid>
		<description>defaultstate=&quot;collapsed&quot; also makes it look nice

// 

...

// </description>
		<content:encoded><![CDATA[<p>defaultstate=&#8221;collapsed&#8221; also makes it look nice</p>
<p>// </p>
<p>&#8230;</p>
<p>//</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenOffice: Recovery Window keeps popping up for a deleted file by cish</title>
		<link>http://rishistar.com/zx/2010/05/openoffice-recovery-window-keeps-popping-up-for-a-deleted-file/comment-page-1/#comment-57</link>
		<dc:creator>cish</dc:creator>
		<pubDate>Tue, 22 Jun 2010 07:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://rishistar.com/zx/2010/05/openoffice-recovery-window-keeps-popping-up-for-a-deleted-file/#comment-57</guid>
		<description>Linux location?;
 /home/username/.openoffice.org/3/user/registry/data/org/openoffice/Office/Recovery.xcu</description>
		<content:encoded><![CDATA[<p>Linux location?;<br />
 /home/username/.openoffice.org/3/user/registry/data/org/openoffice/Office/Recovery.xcu</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenOffice: Recovery Window keeps popping up for a deleted file by Rishi</title>
		<link>http://rishistar.com/zx/2010/05/openoffice-recovery-window-keeps-popping-up-for-a-deleted-file/comment-page-1/#comment-48</link>
		<dc:creator>Rishi</dc:creator>
		<pubDate>Sat, 05 Jun 2010 12:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://rishistar.com/zx/2010/05/openoffice-recovery-window-keeps-popping-up-for-a-deleted-file/#comment-48</guid>
		<description>Oh at least in Windows 7 thats the location. YMMV with other OS&#039;s.</description>
		<content:encoded><![CDATA[<p>Oh at least in Windows 7 thats the location. YMMV with other OS&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on sun.misc.BASE64Encoder replacement required by sava</title>
		<link>http://rishistar.com/zx/2009/07/sun-misc-base64encoder-replacement-required/comment-page-1/#comment-45</link>
		<dc:creator>sava</dc:creator>
		<pubDate>Tue, 01 Jun 2010 15:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://rishistar.com/zx/?p=36#comment-45</guid>
		<description>Great!
Thanks for the info</description>
		<content:encoded><![CDATA[<p>Great!<br />
Thanks for the info</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selecting MySQL Rows with Timestamp Column in a date range from a Java Program by Selecting MySQL rows within a Time Range for a Java Program &#171; ZX:rishistar programming blocks</title>
		<link>http://rishistar.com/zx/2010/04/selecting-mysql-rows-with-timestamp-column-in-a-date-range-from-a-java-program/comment-page-1/#comment-36</link>
		<dc:creator>Selecting MySQL rows within a Time Range for a Java Program &#171; ZX:rishistar programming blocks</dc:creator>
		<pubDate>Thu, 20 May 2010 12:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://rishistar.com/zx/2010/04/selecting-mysql-rows-with-timestamp-column-in-a-date-range-from-a-java-program/#comment-36</guid>
		<description>[...] I discussed selecting rows from a table within a specified date range. What if you need to select rows from within a time [...]</description>
		<content:encoded><![CDATA[<p>[...] I discussed selecting rows from a table within a specified date range. What if you need to select rows from within a time [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 7 is Windows Heaven by Mackenzie Ward</title>
		<link>http://rishistar.com/zx/2009/10/windows-7-is-windows-heaven/comment-page-1/#comment-34</link>
		<dc:creator>Mackenzie Ward</dc:creator>
		<pubDate>Fri, 07 May 2010 06:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://rishistar.com/zx/?p=73#comment-34</guid>
		<description>I&#039;m pretty much impressed with the stability of Windows 7. It is better than windows Vista which hogs my memory and cpu.*-*</description>
		<content:encoded><![CDATA[<p>I&#8217;m pretty much impressed with the stability of Windows 7. It is better than windows Vista which hogs my memory and cpu.*-*</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cyrillic Letters Turning Into Question Marks in WordPress by rishi</title>
		<link>http://rishistar.com/zx/2009/06/cyrillic-letters-turning-into-question-marks-in-wordpress/comment-page-1/#comment-24</link>
		<dc:creator>rishi</dc:creator>
		<pubDate>Tue, 23 Mar 2010 02:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://rishistar.com/zx/?p=6#comment-24</guid>
		<description>Actually upon install you can set the database character set in the config file - this should be the default as is provided in the config sample.

/** Database Charset to use in creating database tables. */
define(&#039;DB_CHARSET&#039;, &#039;utf8&#039;);</description>
		<content:encoded><![CDATA[<p>Actually upon install you can set the database character set in the config file &#8211; this should be the default as is provided in the config sample.</p>
<p>/** Database Charset to use in creating database tables. */<br />
define(&#8216;DB_CHARSET&#8217;, &#8216;utf8&#8242;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cyrillic Letters Turning Into Question Marks in WordPress by Andersreisender</title>
		<link>http://rishistar.com/zx/2009/06/cyrillic-letters-turning-into-question-marks-in-wordpress/comment-page-1/#comment-21</link>
		<dc:creator>Andersreisender</dc:creator>
		<pubDate>Wed, 17 Feb 2010 08:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://rishistar.com/zx/?p=6#comment-21</guid>
		<description>I had the same problem with the question marks. The wordpress standard-installation was also with latin1_swedish_ci. I don&#039;t know why. I&#039;ve changed all the tables and fields in the database also to utf 8 - now all works well :-)</description>
		<content:encoded><![CDATA[<p>I had the same problem with the question marks. The wordpress standard-installation was also with latin1_swedish_ci. I don&#8217;t know why. I&#8217;ve changed all the tables and fields in the database also to utf 8 &#8211; now all works well <img src='http://rishistar.com/zx/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

