<?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, 28 Jul 2011 22:23:55 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1.2" -->

	<item>
		<title>Updating A Spring Tutorial</title>
		<description><![CDATA[Open Netbeans. New Web Application, Spring v2.5, changed default dispatcher to &#8216;springapp&#8217; created a custom landing page &#8211; edit web.xml welcome page to make it the default. Look at the springapp-servlet.xml and the indexController.]]></description>
		<link>http://rishistar.com/zx/2011/07/updating-a-spring-tutorial/</link>
			</item>
	<item>
		<title>Spring / Netbeans &#8211; a missing context.xml file</title>
		<description><![CDATA[So I&#8217;ve upgraded to Netbeans 7 recently, and had an issue that comes up when creating a new Spring MVC Web Application. That is, when I run the Tomcat application an error message appears &#8211; context.xml (The system cannot find the file specified). Looking around on the internet it seems this may have been around [...]]]></description>
		<link>http://rishistar.com/zx/2011/04/spring-netbeans-a-missing-context-xml-file/</link>
			</item>
	<item>
		<title>Perl Catalyst</title>
		<description><![CDATA[I&#8217;ve been trying out a Perl MVC architecture called Catalyst. To get to grips with this I was handed a book by Jonathon Rockway which I have been trying to go through, though it&#8217;s five years old at the time of writing and maybe Catalyst has matured a bit since then. However one issue I [...]]]></description>
		<link>http://rishistar.com/zx/2011/02/perl-catalyst/</link>
			</item>
	<item>
		<title>SSH Tunneling into a Web Server</title>
		<description><![CDATA[&#8220;From a PC running Windows 7 or Linux I would like to connect to a linux server so I can view the web pages generated for a web application hidden behind a firewall.&#8221; If this sounds like something you need to do then read on. What we are going to do is implement SSH tunneling. [...]]]></description>
		<link>http://rishistar.com/zx/2010/11/ssh-tunneling-from-windows/</link>
			</item>
	<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>
</channel>
</rss>

