<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Eager to Code, Enjoy to Debug ~ Embark into Each Stage with Your Heart</title>
	<atom:link href="http://codingexplorer.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://codingexplorer.wordpress.com</link>
	<description>My life journey and experience in IT</description>
	<lastBuildDate>Fri, 13 Nov 2009 08:17:36 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='codingexplorer.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/b0d07aa70a06f41dda922c497a10c817?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Eager to Code, Enjoy to Debug ~ Embark into Each Stage with Your Heart</title>
		<link>http://codingexplorer.wordpress.com</link>
	</image>
			<item>
		<title>error while loading shared libraries: libstdc++-libc6.2-2.so.3 on JAD in Ubuntu</title>
		<link>http://codingexplorer.wordpress.com/2009/11/13/error-while-loading-shared-libraries-libstdc-libc6-2-2-so-3-on-jad-in-ubuntu/</link>
		<comments>http://codingexplorer.wordpress.com/2009/11/13/error-while-loading-shared-libraries-libstdc-libc6-2-2-so-3-on-jad-in-ubuntu/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 04:09:30 +0000</pubDate>
		<dc:creator>Chyne</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[decompile class file]]></category>

		<guid isPermaLink="false">http://codingexplorer.wordpress.com/?p=1094</guid>
		<description><![CDATA[JAD Java Decompiler is a tool that use for decompiling a .class file into a java source file. I had tried this tool one year ago on Windows environment (Decompile a Java Class File) and I feel is very useful whenever I have the class files but I need to analyze the codes from the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codingexplorer.wordpress.com&blog=4097383&post=1094&subd=codingexplorer&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://codingexplorer.wordpress.com/2009/11/13/error-while-loading-shared-libraries-libstdc-libc6-2-2-so-3-on-jad-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/705874bd45a19b6aaf080a245b897afa?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Chyne</media:title>
		</media:content>
	</item>
		<item>
		<title>Configuring MySQL without Password on Ubuntu</title>
		<link>http://codingexplorer.wordpress.com/2009/11/03/configuring-mysql-without-password-on-ubuntu/</link>
		<comments>http://codingexplorer.wordpress.com/2009/11/03/configuring-mysql-without-password-on-ubuntu/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 02:16:11 +0000</pubDate>
		<dc:creator>Chyne</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Security Issues]]></category>
		<category><![CDATA[mysql without password]]></category>

		<guid isPermaLink="false">http://codingexplorer.wordpress.com/?p=1063</guid>
		<description><![CDATA[Everytime when I access to mysql database that is installed in my laptop, I need to perform the following command in order to get the access:

sudo mysql -hlocalhost -ppassword


I feel frustrated and tedious to do that everytime when I need to access to the database. If I try it with the command &#8216;mysql&#8217;, I will [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codingexplorer.wordpress.com&blog=4097383&post=1063&subd=codingexplorer&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://codingexplorer.wordpress.com/2009/11/03/configuring-mysql-without-password-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/705874bd45a19b6aaf080a245b897afa?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Chyne</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Java on Ubuntu</title>
		<link>http://codingexplorer.wordpress.com/2009/11/02/installing-java-on-ubuntu/</link>
		<comments>http://codingexplorer.wordpress.com/2009/11/02/installing-java-on-ubuntu/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 03:16:45 +0000</pubDate>
		<dc:creator>Chyne</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[java installation]]></category>

		<guid isPermaLink="false">http://codingexplorer.wordpress.com/?p=1085</guid>
		<description><![CDATA[Some commands that you need to know during installing Java on Linux environment:
1) Get the installation package from this command:

sudo apt-get install sun-java-6-jdk


2) Check java version

java -version


3) Check location of installed jdk

sudo update-java-alternatives -l


4)Set default java

sudo update -java-alternatives -s java-6-sun


5) Set JAVA_HOME based on location

export JAVA_HOME=/usr/lib/jvm/java-6-sun


6) Set all the environment path in /etc/environment

JAVA_HOME=/usr/lib/jvm/java


7) Set in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codingexplorer.wordpress.com&blog=4097383&post=1085&subd=codingexplorer&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://codingexplorer.wordpress.com/2009/11/02/installing-java-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/705874bd45a19b6aaf080a245b897afa?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Chyne</media:title>
		</media:content>
	</item>
		<item>
		<title>Firefox ASSERT: *** Search: _installLocation: engine has no file!</title>
		<link>http://codingexplorer.wordpress.com/2009/11/02/firefox-assert-search-_installlocation-engine-has-no-file/</link>
		<comments>http://codingexplorer.wordpress.com/2009/11/02/firefox-assert-search-_installlocation-engine-has-no-file/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 02:34:08 +0000</pubDate>
		<dc:creator>Chyne</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://codingexplorer.wordpress.com/?p=1076</guid>
		<description><![CDATA[After performing an update in Firefox, whatever searches that I tried in google will shows popup with the following error message:
ASSERT: *** Search: _installLocation: engine has no file!
Stack Trace:
0:ENSURE_WARN(false,_installLocation: engine has no file!,2147500037)
1:()
2:()
3:()
4:epsGetAttr([object Object],alias)
5:()
6:SRCH_SVC_getEngineByAlias(http://www.google.com.au/search?q=how+to+include+user+as+a+root+in+Ubuntu%3F&#38;ie=utf-8&#38;oe=utf-8&#38;aq=t&#38;rls=com.ubuntu:en-US:unofficial&#38;client=firefox-a)
7:getEngineByAlias(http://www.google.com.au/search?q=how+to+include+user+as+a+root+in+Ubuntu%3F&#38;ie=utf-8&#38;oe=utf-8&#38;aq=t&#38;rls=com.ubuntu:en-US:unofficial&#38;client=firefox-a)
8:getShortcutOrURI(http://www.google.com.au/search?q=how+to+include+user+as+a+root+in+Ubuntu%3F&#38;ie=utf-8&#38;oe=utf-8&#38;aq=t&#38;rls=com.ubuntu:en-US:unofficial&#38;client=firefox-a,[object Object])
9:canonizeUrl(null,[object Object])
10:handleURLBarCommand(null)
11:anonymous(textentered,null)
12:fireEvent(textentered,null)
13:onTextEntered()
14:handleEnter(true)
15:onPopupClick([object MouseEvent])
16:onxblmouseup([object MouseEvent])

Affect
Whatever URL links and pages will not be able to opened up and will be prompted with a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codingexplorer.wordpress.com&blog=4097383&post=1076&subd=codingexplorer&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://codingexplorer.wordpress.com/2009/11/02/firefox-assert-search-_installlocation-engine-has-no-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/705874bd45a19b6aaf080a245b897afa?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Chyne</media:title>
		</media:content>
	</item>
		<item>
		<title>Browsing History Defines Your Gender?</title>
		<link>http://codingexplorer.wordpress.com/2009/10/06/browsing-history-defines-your-gender/</link>
		<comments>http://codingexplorer.wordpress.com/2009/10/06/browsing-history-defines-your-gender/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 13:18:51 +0000</pubDate>
		<dc:creator>Chyne</dc:creator>
				<category><![CDATA[Personal Collection of Interesting Websites]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://codingexplorer.wordpress.com/?p=1056</guid>
		<description><![CDATA[I just remembered that I had read an interesting site few months ago that uses Javascript to guess the user’s gender based on the browser URL history.
Although the idea sounds interesting but the thing that more attracts my interest is how to make it happens. The author has done a research for the most visited [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codingexplorer.wordpress.com&blog=4097383&post=1056&subd=codingexplorer&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://codingexplorer.wordpress.com/2009/10/06/browsing-history-defines-your-gender/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/705874bd45a19b6aaf080a245b897afa?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">Chyne</media:title>
		</media:content>
	</item>
	</channel>
</rss>