<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>ZX:rishistar programming blocks</title>
	<link>http://rishistar.com/zx</link>
	<description>Java/Wordpress programming tips and tricks</description>
	<lastBuildDate>Thu, 15 Jul 2010 15:58:56 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Including Custom Search Results In A WordPress Page</title>
		<description><![CDATA[One website required certain pages to contain custom search results. To do this I needed to have the following code. The main tricks here are to create a second query as well as the main page query using the WP_Query method, and that the parameter for such a query needs an s=&#8230; to let it [...]]]></description>
		<link>http://rishistar.com/zx/2010/07/including-custom-search-results-in-a-wordpress-page/</link>
			</item>
	<item>
		<title>OpenOffice: Recovery Window keeps popping up for a deleted file</title>
		<description><![CDATA[Calc, the OpenOffice.org spreadsheet program can sometimes crash for me when doing cut and paste. On one occasion I deleted the file I was working on. Since then the recovery window pops up every time the program gets started and fails because the item doesn’t exist. The solution is to delete the OpenOffice.org recovery file. [...]]]></description>
		<link>http://rishistar.com/zx/2010/05/openoffice-recovery-window-keeps-popping-up-for-a-deleted-file/</link>
			</item>
	<item>
		<title>Making your page Meta Tag the post title in WordPress</title>
		<description><![CDATA[The META tag can be used to provide additional information to search engines. Google doesn’t use meta tags directly to increase page rank but a helpful description can be useful in deciding what gets used as a page summary on another site, making something thats more appealing to the user than whatever bit of the [...]]]></description>
		<link>http://rishistar.com/zx/2010/05/making-your-page-meta-tag-the-post-title-in-wordpress/</link>
			</item>
	<item>
		<title>Windows 7: Deleting or Rename Files still appear in Windows Explorer until they are refreshed</title>
		<description><![CDATA[I was experiencing a problem with Windows 7 Explorer in that deleting a file left behind a ghosted out version of the file in Explorer with the same name. I couldn’t actually do anything with this file as it was actually deleted (or moved if I had renamed it) but it was still listed until [...]]]></description>
		<link>http://rishistar.com/zx/2010/05/windows-7-deleting-or-rename-files-still-appear-in-windows-explorer-until-they-are-refreshed/</link>
			</item>
	<item>
		<title>Selecting MySQL rows within a Time Range for a Java Program</title>
		<description><![CDATA[Earlier I discussed selecting rows from a table within a specified date range. What if you need to select rows from within a time range? Again a SELECT statement with a WHERE clause is needed. The  method below will give the statement for the start and end times of the statement. Unlike the earlier example [...]]]></description>
		<link>http://rishistar.com/zx/2010/05/selecting-mysql-rows-within-a-time-range-for-a-java-program/</link>
			</item>
	<item>
		<title>Selecting MySQL Rows with a Timestamp Column on a Single Day or Month from your Java Program</title>
		<description><![CDATA[You have a MySQL database table with a Timestamp column, and you need to select entries for a single day, month or year. As indicated in previous posts, you can construct MySQL statements that allow you to access items from a certain date/month/year. This can be achived using the following. String sql = &#8220;SELECT * [...]]]></description>
		<link>http://rishistar.com/zx/2010/05/selecting-mysql-rows-with-a-timestamp-column-on-a-single-day-or-month-from-your-java-program/</link>
			</item>
	<item>
		<title>Reading a TimeStamp Value from a MySQL Database in your Java Program</title>
		<description><![CDATA[So, you’ve written your database table to have a Timestamp column in it. Often this can be used to log when an entry is created or updated. This post will detail a couple of things that may be useful in doing more than just having it logged. Java provides a java.sql.Timestamp class that can be [...]]]></description>
		<link>http://rishistar.com/zx/2010/05/reading-a-timestamp-value-from-a-mysql-database-in-your-java-program/</link>
			</item>
	<item>
		<title>Selecting MySQL Rows with Timestamp Column in a date range from a Java Program</title>
		<description><![CDATA[You have a MySQL database table with a Timestamp column, and you need to select a range of dates in which you need to select entries from. As ever a SELECT statement with a WHERE clause is needed. The following will give you a range of dates from the first to the last. Note that [...]]]></description>
		<link>http://rishistar.com/zx/2010/04/selecting-mysql-rows-with-timestamp-column-in-a-date-range-from-a-java-program/</link>
			</item>
	<item>
		<title>Netbeans Editor Code Folds</title>
		<description><![CDATA[Some times its handy to be able to hide sections of code in the Netbeans editor window. // &#60;editor-fold desc="This section of the code deals with the item."&#62; Your code goes here... // &#60;/editor-fold&#62; These are just the basics. More information is available from the Netbeans page.]]></description>
		<link>http://rishistar.com/zx/2010/04/netbeans-editor-code-folds/</link>
			</item>
	<item>
		<title>WordPress on the frontpage &#8211; displays category content, but not title</title>
		<description><![CDATA[So here&#8217;s an interesting one. Often I have sites with a page where there is a subcategory with a few of the latest entries fully featured on the front page. The following code, when I tried it, did not display the title for the subcategory entries. Instead of the subcategory post title I got the [...]]]></description>
		<link>http://rishistar.com/zx/2010/03/wordpress-on-the-frontpage-displays-category-content-but-not-title/</link>
			</item>
</channel>
</rss>
