<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Muruga's Technology World</title>
	<atom:link href="http://muruga.yoksha.com/feed" rel="self" type="application/rss+xml" />
	<link>http://muruga.yoksha.com</link>
	<description>Welcome to Muruganantham's Digital World</description>
	<lastBuildDate>Fri, 27 Jan 2012 03:22:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>iTunes 10.5 High CPU (100%) &#8211; On Windows</title>
		<link>http://muruga.yoksha.com/itunes-10-5-high-cpu-100-on-windows.html</link>
		<comments>http://muruga.yoksha.com/itunes-10-5-high-cpu-100-on-windows.html#comments</comments>
		<pubDate>Thu, 13 Oct 2011 21:27:14 +0000</pubDate>
		<dc:creator>Muruganantham Mani</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[iTunes 10.5]]></category>
		<category><![CDATA[iTunes 10.5 High CPU Windows]]></category>

		<guid isPermaLink="false">http://muruga.yoksha.com/?p=52</guid>
		<description><![CDATA[iTunes 10.5 on windows might cause a high CPU usage. You would most likely see the iTunes consuming 50% and AppleMobileDeviceService.exe could consume another 50%. Resolution: In the command prompt enter the below command and RESTART your computer. netsh winsock reset]]></description>
		<wfw:commentRss>http://muruga.yoksha.com/itunes-10-5-high-cpu-100-on-windows.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to convert local timestamp to UTC in Java?</title>
		<link>http://muruga.yoksha.com/how-to-convert-local-timestamp-to-utc-in-java.html</link>
		<comments>http://muruga.yoksha.com/how-to-convert-local-timestamp-to-utc-in-java.html#comments</comments>
		<pubDate>Sat, 26 Mar 2011 15:58:58 +0000</pubDate>
		<dc:creator>Muruganantham Mani</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Technologies]]></category>

		<guid isPermaLink="false">http://muruga.yoksha.com/?p=48</guid>
		<description><![CDATA[The below code can be used to convert the local timestamp to UTC in Java.  Converting to any other timezone is very easy by changing the below UTC into the target timezone. public static String getCurrentUTCTimestamp() { SimpleDateFormat dateFormatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss z"); final TimeZone utc = TimeZone.getTimeZone("UTC"); dateFormatter.setTimeZone(utc); return dateFormatter.format(new java.util.Date()); }]]></description>
		<wfw:commentRss>http://muruga.yoksha.com/how-to-convert-local-timestamp-to-utc-in-java.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert DocX to Doc in Windows</title>
		<link>http://muruga.yoksha.com/convert-docx-to-doc-in-windows.html</link>
		<comments>http://muruga.yoksha.com/convert-docx-to-doc-in-windows.html#comments</comments>
		<pubDate>Thu, 08 Jul 2010 23:29:33 +0000</pubDate>
		<dc:creator>Muruganantham Mani</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Technologies]]></category>
		<category><![CDATA[Batch Conversion]]></category>
		<category><![CDATA[Microsoft Office Docx to Doc]]></category>

		<guid isPermaLink="false">http://muruga.yoksha.com/?p=42</guid>
		<description><![CDATA[If you have word 2007 or higher and would like to do a batch conversion of docx to any save as format of word, here is a wonderful article that helps you do that with few steps in the word using macros.  It is not tough, it is very easy for anybody do this. So here [...]]]></description>
		<wfw:commentRss>http://muruga.yoksha.com/convert-docx-to-doc-in-windows.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>org .apache .xerces .dom Deferred Document Impl getXmlStandalone Exception</title>
		<link>http://muruga.yoksha.com/org-apache-xerces-dom-deferreddocumentimpl-getxmlstandalone-exception.html</link>
		<comments>http://muruga.yoksha.com/org-apache-xerces-dom-deferreddocumentimpl-getxmlstandalone-exception.html#comments</comments>
		<pubDate>Mon, 04 Jan 2010 19:41:39 +0000</pubDate>
		<dc:creator>Muruganantham Mani</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Technologies]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[Xerces Abstract Method Issue]]></category>

		<guid isPermaLink="false">http://muruga.yoksha.com/org-apache-xerces-dom-deferreddocumentimpl-getxmlstandalone-exception.html</guid>
		<description><![CDATA[java.lang.AbstractMethodError: org.apache.xerces.dom.DeferredDocumentImpl.getXmlStandalone()Z Resolution: This error occurs when there is NO xercesImpl.jar in the class path. Remove the xerces.jar from the classpath and add xercesimpl.jar in the classpath. Good luck!]]></description>
		<wfw:commentRss>http://muruga.yoksha.com/org-apache-xerces-dom-deferreddocumentimpl-getxmlstandalone-exception.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Program on your computer has corrupted your default search provider setting for Internet Explorer (IE 8) &#8211; Resolved</title>
		<link>http://muruga.yoksha.com/a-program-on-your-computer-has-corrupted-your-default-search-provider-setting-for-internet-explorer-ie-8.html</link>
		<comments>http://muruga.yoksha.com/a-program-on-your-computer-has-corrupted-your-default-search-provider-setting-for-internet-explorer-ie-8.html#comments</comments>
		<pubDate>Mon, 23 Mar 2009 15:01:32 +0000</pubDate>
		<dc:creator>Muruganantham Mani</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Technologies]]></category>
		<category><![CDATA[IE 8 Bugs and Workarounds]]></category>
		<category><![CDATA[Internet Explorer 8 Bugs]]></category>

		<guid isPermaLink="false">http://muruga.yoksha.com/?p=33</guid>
		<description><![CDATA[Most of the people those who upgraded to Internet Explorer 8 (IE might run into the issue of seeing the error message on the start up of the IE saying &#8220;A Program on your computer has corrupted your default search provider setting&#8220;.  If it is an one time alert, then it might be fine.  But [...]]]></description>
		<wfw:commentRss>http://muruga.yoksha.com/a-program-on-your-computer-has-corrupted-your-default-search-provider-setting-for-internet-explorer-ie-8.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Java Exceptions Hierarchy</title>
		<link>http://muruga.yoksha.com/java-exceptions-hierarchy.html</link>
		<comments>http://muruga.yoksha.com/java-exceptions-hierarchy.html#comments</comments>
		<pubDate>Sat, 27 Sep 2008 01:36:53 +0000</pubDate>
		<dc:creator>Muruganantham Mani</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Technologies]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[Java basics]]></category>

		<guid isPermaLink="false">http://muruga.yoksha.com/?p=17</guid>
		<description><![CDATA[In Java, exceptions are objects, when you throw an exception, you are throwing an object.  You can&#8217;t throw just any object as an exception as Exceptions needs to be in the inheritance hierarchy of Throwable.  Throwable is the base class for the Exceptions. The Hierarchy is like below.  Throwable is the base class.  Error and [...]]]></description>
		<wfw:commentRss>http://muruga.yoksha.com/java-exceptions-hierarchy.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Failed to open stream: no such file or directory in PHP</title>
		<link>http://muruga.yoksha.com/php-failed-to-open-stream-no-such-file-or-directory-in-php.html</link>
		<comments>http://muruga.yoksha.com/php-failed-to-open-stream-no-such-file-or-directory-in-php.html#comments</comments>
		<pubDate>Mon, 15 Sep 2008 00:50:43 +0000</pubDate>
		<dc:creator>Muruganantham Mani</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://muruga.yoksha.com/?p=9</guid>
		<description><![CDATA[Failed to open stream: no such file or directory in PHP This is usually a very common issue.  The same code will work in the local machine and it often fails when gets uploaded to the Actual web server. Possible Causes The File might be missing. The file might not have the read access The [...]]]></description>
		<wfw:commentRss>http://muruga.yoksha.com/php-failed-to-open-stream-no-such-file-or-directory-in-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cursor Is Closed Exception In Java &#8211; Fixed (Resolved)</title>
		<link>http://muruga.yoksha.com/java-cursor-is-closed.html</link>
		<comments>http://muruga.yoksha.com/java-cursor-is-closed.html#comments</comments>
		<pubDate>Fri, 12 Sep 2008 22:04:17 +0000</pubDate>
		<dc:creator>Muruganantham Mani</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Technologies]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[ResultSet]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://muruga.yoksha.com/?p=6</guid>
		<description><![CDATA[In java, when there is a stored procedure call which returns the Cursor as a ResultSet, there is a possibility that, Cursor is closed exception might occur. Here is the stack trace which shows that. java.sql.SQLException: Cursor is closed. at oracle.jdbc.driver.T4CResultSetAccessor.getCursor(T4CResultSetAccessor.java:323) at oracle.jdbc.driver.ResultSetAccessor.getObject(ResultSetAccessor.java:85) at oracle.jdbc.driver.OracleCallableStatement.getObject(OracleCallableStatement.java:1401) at com.ibm.ws.rsadapter.jdbc.WSJdbcCallableStatement.getObject(WSJdbcCallableStatement.java:443) Solution to over come the &#8220;Cursor is closed&#8221; [...]]]></description>
		<wfw:commentRss>http://muruga.yoksha.com/java-cursor-is-closed.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Yoksha Birthday On its way!!!</title>
		<link>http://muruga.yoksha.com/yoksha-birthday-on-its-way.html</link>
		<comments>http://muruga.yoksha.com/yoksha-birthday-on-its-way.html#comments</comments>
		<pubDate>Tue, 20 May 2008 14:48:09 +0000</pubDate>
		<dc:creator>Muruganantham Mani</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://muruga.yoksha.com/?p=3</guid>
		<description><![CDATA[My Sweet Little Yoksha&#8216;s birthday is coming here on 25th of May. We have a party at Minerva, Gaithersburg. Here is Yoksha&#8217;s third birthday invitation.]]></description>
		<wfw:commentRss>http://muruga.yoksha.com/yoksha-birthday-on-its-way.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

