<?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>Knowledge Mania</title>
	<atom:link href="http://knowledgeexplosion.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://knowledgeexplosion.info</link>
	<description>...By Knowledge Sharers For Knowledge Seekers</description>
	<lastBuildDate>Wed, 16 Dec 2009 04:56:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adding NTFS Write support on Mac OS X</title>
		<link>http://knowledgeexplosion.info/2009/12/adding-ntfs-write-support-on-mac-os-x/</link>
		<comments>http://knowledgeexplosion.info/2009/12/adding-ntfs-write-support-on-mac-os-x/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 04:55:30 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
				<category><![CDATA[Free Utilities]]></category>
		<category><![CDATA[Mac OS]]></category>

		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=182</guid>
		<description><![CDATA[I&#8217;ve western digital external usb hard drive. Unfortunately Mac OS X doesn&#8217;t support writing to NTFS formatted partition due to some legal issues; Although I was surprised by that. But luckily there are opernsource tools available which can be used (at your own risk  ) to enable NTFS read-write support. By default it supports [...]]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2009/12/adding-ntfs-write-support-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Adds Real Time Results to Search</title>
		<link>http://knowledgeexplosion.info/2009/12/google-adds-real-time-results-to-search/</link>
		<comments>http://knowledgeexplosion.info/2009/12/google-adds-real-time-results-to-search/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 05:42:36 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Random Picks..]]></category>

		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=177</guid>
		<description><![CDATA[Just found out that Google has enabled real time search results.
See the attached image:
]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2009/12/google-adds-real-time-results-to-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turning off irritating system beep</title>
		<link>http://knowledgeexplosion.info/2009/12/turning-off-irritating-system-beep/</link>
		<comments>http://knowledgeexplosion.info/2009/12/turning-off-irritating-system-beep/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 02:18:22 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Systems]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=174</guid>
		<description><![CDATA[Turning off that irritating system beep:
Somehow I hate that default system beep on different operating systems, here are quick commands to turn that off
Windows:
net stop beep (in command line)
Linux, Mac OS X:
xset b off (terminal) 


]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2009/12/turning-off-irritating-system-beep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resolved: javac: invalid target release: 1.6</title>
		<link>http://knowledgeexplosion.info/2009/11/resolved-javac-invalid-target-release-1-6/</link>
		<comments>http://knowledgeexplosion.info/2009/11/resolved-javac-invalid-target-release-1-6/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 09:09:13 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
		
		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=144</guid>
		<description><![CDATA[javac: invalid target release: 1.6 :
Recently I ran into this while compiling some stuff through Maven. My development environment is Mac OS X(10.5), Eclipse (3.5), Maven (2.0.9), Java (1.6)
I tried some suggestions through Google but they didn&#8217;t help me. Finally resolved the isse. Follow this steps:

Check if JAVA_HOME is set
Check if PATH is set &#38; [...]]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2009/11/resolved-javac-invalid-target-release-1-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resolved: Eclipse [javac] class file has wrong version 50.0, should be 49.0</title>
		<link>http://knowledgeexplosion.info/2009/11/resolved-eclipse-javac-class-file-has-wrong-version-50-0-should-be-49-0/</link>
		<comments>http://knowledgeexplosion.info/2009/11/resolved-eclipse-javac-class-file-has-wrong-version-50-0-should-be-49-0/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 08:56:07 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
		
		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=143</guid>
		<description><![CDATA[[javac] class file has wrong version 50.0, should be 49.0
Somehow on my Mac (10.5) I ran into this issue with Eclipse (3.5) and Nutch (1.0). It seems this was causing because of the incompatible version of Java Compiler.

Solution: Check your project settings &#38; make sure your Java compiler version &#38; installed JRE are pointing to [...]]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2009/11/resolved-eclipse-javac-class-file-has-wrong-version-50-0-should-be-49-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should Forced Kill with Kill -9 not a good practice?</title>
		<link>http://knowledgeexplosion.info/2009/10/should-forced-kill-with-kill-9-not-a-good-practice/</link>
		<comments>http://knowledgeexplosion.info/2009/10/should-forced-kill-with-kill-9-not-a-good-practice/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 07:24:41 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
		
		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=142</guid>
		<description><![CDATA[Recently came across this article:
http://speculation.org/garrick/kill-9.html
In short kill the processes with INT option, then it would most likely delete any temporary files, shutdown sockets, remove shared memory segments, close open files, or some other task. Killing with -9 option can result in intermittent issues resulting in un-deleted temporary files etc
]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2009/10/should-forced-kill-with-kill-9-not-a-good-practice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iTunes 9 introduces Genius for Apps</title>
		<link>http://knowledgeexplosion.info/2009/09/itunes-9-introduces-genius-for-apps/</link>
		<comments>http://knowledgeexplosion.info/2009/09/itunes-9-introduces-genius-for-apps/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 08:00:19 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
				<category><![CDATA[Mac OS]]></category>

		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=141</guid>
		<description><![CDATA[iTunes 9 introduces Genius for Apps:
Apple today introduced new features with iTunes version 9.0. One of the interesting feature is Genius for iPhone Apps. Similar to music, the new Genius for apps will take a look at your current apps and then go find similar ones.
Article comparing iTunes 8.0 vs iTunes 9.0
http://dvice.com/archives/2009/09/itunes-90-clean.php
]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2009/09/itunes-9-introduces-genius-for-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resolved: jvm terminated exit code=-1 Eclipse Galileo Mac OS X</title>
		<link>http://knowledgeexplosion.info/2009/07/resolved-jvm-terminated-exit-code-1-eclipse-galileo-mac-os-x/</link>
		<comments>http://knowledgeexplosion.info/2009/07/resolved-jvm-terminated-exit-code-1-eclipse-galileo-mac-os-x/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 22:09:58 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
				<category><![CDATA[Development Tools]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac OS]]></category>

		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=140</guid>
		<description><![CDATA[
Problem: jvm terminated exit code=-1 Eclipse Galileo Mac OS X
Recently I ran into this issue with Eclipse Galileo on Mac OS X 10.5.5
My environment:
OS: Mac OS X 10.5.5
Eclipse: 3.5
JDK: 1.6
Edit the eclipse/Eclipse.app/Contents/Info.plist;
Uncomment the line which points to -vm /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Commands/java. And you are done  
]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2009/07/resolved-jvm-terminated-exit-code-1-eclipse-galileo-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to check if someone has blocked you on Google Talk</title>
		<link>http://knowledgeexplosion.info/2009/07/how-to-check-if-someone-has-blocked-you-on-google-talk/</link>
		<comments>http://knowledgeexplosion.info/2009/07/how-to-check-if-someone-has-blocked-you-on-google-talk/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 20:39:11 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Random Picks..]]></category>

		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=139</guid>
		<description><![CDATA[ How to check if someone has blocked you on Google Talk:
Do you want to know if your &#8216;friend&#8217; has blocked you?
Try this:
First install Pidgin messenger.

Follow this steps to setup GTalk on Pidgin
Setup Pidgin For GTalk.
 Login to Gmail account using Pidgin. Go to: Buddies&#8211;> Show &#8211;> Offline Buddies. To make sure you have everyone [...]]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2009/07/how-to-check-if-someone-has-blocked-you-on-google-talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s Chrome OS Coming Out&#8230;</title>
		<link>http://knowledgeexplosion.info/2009/07/googles-chrome-os-coming-out/</link>
		<comments>http://knowledgeexplosion.info/2009/07/googles-chrome-os-coming-out/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 07:04:54 +0000</pubDate>
		<dc:creator>ruituraj</dc:creator>
				<category><![CDATA[Inspirational]]></category>

		<guid isPermaLink="false">http://knowledgeexplosion.info/?p=138</guid>
		<description><![CDATA[According to post on Google Blog, Google is coming up with new operating system:
It says:
&#8220;It&#8217;s been an exciting nine months since we launched the Google Chrome browser. Already, over 30 million people use it regularly. We designed Google Chrome for people who live on the web 
]]></description>
		<wfw:commentRss>http://knowledgeexplosion.info/2009/07/googles-chrome-os-coming-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
