<?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>Tumultuous Apprentice's Weblog</title>
	<atom:link href="http://tumultuousapprentice.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tumultuousapprentice.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 04 Feb 2008 08:03:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tumultuousapprentice.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Tumultuous Apprentice's Weblog</title>
		<link>http://tumultuousapprentice.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tumultuousapprentice.wordpress.com/osd.xml" title="Tumultuous Apprentice&#039;s Weblog" />
	<atom:link rel='hub' href='http://tumultuousapprentice.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Import csv file to MySQL</title>
		<link>http://tumultuousapprentice.wordpress.com/2008/02/04/import-csv-file-to-mysql/</link>
		<comments>http://tumultuousapprentice.wordpress.com/2008/02/04/import-csv-file-to-mysql/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 08:03:02 +0000</pubDate>
		<dc:creator>tumultuousapprentice</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://tumultuousapprentice.wordpress.com/2008/02/04/import-csv-file-to-mysql/</guid>
		<description><![CDATA[I was playing around with MySQL when I had an idea to use it to a Java program that I&#8217;m suppose to write for my assignment in our Java Training. I just want to do it to become more familiar with jdbc. I have a csv file that I want to import to MySQL. A [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tumultuousapprentice.wordpress.com&amp;blog=2644172&amp;post=6&amp;subd=tumultuousapprentice&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><title></title> 	 	 	 	<!-- 		@page { size: 21cm 29.7cm; margin: 2cm } 		P { margin-bottom: 0.21cm } 	--> 	</p>
<p style="margin-bottom:0;">I was playing around with MySQL when I had an idea to use it to a Java program that I&#8217;m suppose to write for my assignment in our Java Training.  I just want to do it to become more familiar with jdbc. I have a csv file that I want to import to MySQL. A friend of mine told me to create a program that will write the data from the csv file to the MySQL Db but at the back of my mind, there&#8217;s should be a way to import file to MySQL. So I googled it up and the “<a href="http://dev.mysql.com/doc/refman/5.0/en/load-data.html">Load Data Infile</a>” came up. That command save me from writing unnecessary lines of code.</p>
<p style="margin-bottom:0;">SQL Statement:<br />
LOAD DATA INFILE &#8216;/home/Desktop/sample data/sampleData.csv&#8217; INTO TABLE movie_director fields terminated by &#8220;:&#8221; (Movie, Director);</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tumultuousapprentice.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tumultuousapprentice.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tumultuousapprentice.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tumultuousapprentice.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tumultuousapprentice.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tumultuousapprentice.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tumultuousapprentice.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tumultuousapprentice.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tumultuousapprentice.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tumultuousapprentice.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tumultuousapprentice.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tumultuousapprentice.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tumultuousapprentice.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tumultuousapprentice.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tumultuousapprentice.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tumultuousapprentice.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tumultuousapprentice.wordpress.com&amp;blog=2644172&amp;post=6&amp;subd=tumultuousapprentice&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tumultuousapprentice.wordpress.com/2008/02/04/import-csv-file-to-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2f16f90213a7440db4ef82250931dc98?s=96&#38;d=identicon" medium="image">
			<media:title type="html">tumultuousapprentice</media:title>
		</media:content>
	</item>
		<item>
		<title>Web-based Chikka Messenger</title>
		<link>http://tumultuousapprentice.wordpress.com/2008/02/04/web-based-chikka-messenger/</link>
		<comments>http://tumultuousapprentice.wordpress.com/2008/02/04/web-based-chikka-messenger/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 07:15:29 +0000</pubDate>
		<dc:creator>tumultuousapprentice</dc:creator>
				<category><![CDATA[All About Ubuntu]]></category>

		<guid isPermaLink="false">http://tumultuousapprentice.wordpress.com/?p=5</guid>
		<description><![CDATA[I was about to reply to an important text message I received from my cellphone when it gave me an error after I pressed the send button. Darn, I&#8217;m out of prepaid credit! So I turned to my ever reliable Chikka Messenger but unfortunately, I&#8217;m using Ubuntu and I don&#8217;t have a Chikka application installed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tumultuousapprentice.wordpress.com&amp;blog=2644172&amp;post=5&amp;subd=tumultuousapprentice&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><title></title> 	 	 	 	<!-- 		@page { size: 21cm 29.7cm; margin: 2cm } 		P { margin-bottom: 0.21cm } 	--></p>
<p style="margin-bottom:0;">I was about to reply to an important text message I received from my cellphone when it gave me an error after I pressed the send button. Darn, I&#8217;m out of prepaid credit! So I turned to my ever reliable Chikka Messenger but unfortunately, I&#8217;m using Ubuntu and I don&#8217;t have a Chikka application installed in it. I googled up if there&#8217;s any linux installer for Chikka and there&#8217;s actually the <a href="http://www.chikka.com/java.html">Chikka Javalite</a> for unix users but I can&#8217;t find any link to download it! Then I fell upon a search result for a <a href="http://www.chikka.com/index.html">web-based Chikka Messenger</a>, although it&#8217;s still in beta version, it&#8217;s better than going down to 7-11 store to buy prepaid credits. It actually saved my day!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tumultuousapprentice.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tumultuousapprentice.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tumultuousapprentice.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tumultuousapprentice.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tumultuousapprentice.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tumultuousapprentice.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tumultuousapprentice.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tumultuousapprentice.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tumultuousapprentice.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tumultuousapprentice.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tumultuousapprentice.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tumultuousapprentice.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tumultuousapprentice.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tumultuousapprentice.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tumultuousapprentice.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tumultuousapprentice.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tumultuousapprentice.wordpress.com&amp;blog=2644172&amp;post=5&amp;subd=tumultuousapprentice&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tumultuousapprentice.wordpress.com/2008/02/04/web-based-chikka-messenger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2f16f90213a7440db4ef82250931dc98?s=96&#38;d=identicon" medium="image">
			<media:title type="html">tumultuousapprentice</media:title>
		</media:content>
	</item>
		<item>
		<title>This might be a cliche, but LIFE IS REALLY SHORT!</title>
		<link>http://tumultuousapprentice.wordpress.com/2008/01/30/life-is-so-short/</link>
		<comments>http://tumultuousapprentice.wordpress.com/2008/01/30/life-is-so-short/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 13:43:37 +0000</pubDate>
		<dc:creator>tumultuousapprentice</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://tumultuousapprentice.wordpress.com/?p=4</guid>
		<description><![CDATA[We always look forward to receiving an email or a message from our friendster account or any social networking service that we signed up for. We are somehow hoping that somewhere, someone from our past would accidentally stumble upon our profiles and say hi. Today, I received a friendster message from one of my batchmates [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tumultuousapprentice.wordpress.com&amp;blog=2644172&amp;post=4&amp;subd=tumultuousapprentice&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><title></title>   	 	 	 	 	<!-- 		@page { size: 21cm 29.7cm; margin: 2cm } 		P { margin-bottom: 0.21cm } 	--></p>
<p style="margin-bottom:0;">We always look forward to receiving an email or a message from our friendster account or any social networking service that we signed up for. We are somehow hoping that somewhere, someone from our past would accidentally stumble upon our profiles and say hi.  Today, I received a friendster message from one of my batchmates in college. He informed me that one of my batchmates who is now in the US recently died of colon cancer. I was so shocked that I cried and immediately gather for any information to know what happened to her. I don&#8217;t know her personally but from the few times that we were given an opportunity to mingle in a group, I often notice that she&#8217;s a light hearted person who genuinely wants to be nice to everyone. I&#8217;m not saying that just because she&#8217;s gone, but that&#8217;s what I&#8217;ve observed from the 4 years that we&#8217;ve been together in same university, same department, and same classes. I came across her profile a few times back because she always have updates about her life. All I know about her is whatever information she has in her profile, the lively pictures she uploaded and the nice comments from friends close to her. She will always be remembered. I know that she&#8217;s already in the good hands of Creator.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tumultuousapprentice.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tumultuousapprentice.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tumultuousapprentice.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tumultuousapprentice.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tumultuousapprentice.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tumultuousapprentice.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tumultuousapprentice.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tumultuousapprentice.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tumultuousapprentice.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tumultuousapprentice.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tumultuousapprentice.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tumultuousapprentice.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tumultuousapprentice.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tumultuousapprentice.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tumultuousapprentice.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tumultuousapprentice.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tumultuousapprentice.wordpress.com&amp;blog=2644172&amp;post=4&amp;subd=tumultuousapprentice&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tumultuousapprentice.wordpress.com/2008/01/30/life-is-so-short/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2f16f90213a7440db4ef82250931dc98?s=96&#38;d=identicon" medium="image">
			<media:title type="html">tumultuousapprentice</media:title>
		</media:content>
	</item>
		<item>
		<title>it&#8217;s UNIX time!</title>
		<link>http://tumultuousapprentice.wordpress.com/2008/01/28/its-unix-time/</link>
		<comments>http://tumultuousapprentice.wordpress.com/2008/01/28/its-unix-time/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 15:29:51 +0000</pubDate>
		<dc:creator>tumultuousapprentice</dc:creator>
				<category><![CDATA[tech tale]]></category>

		<guid isPermaLink="false">http://tumultuousapprentice.wordpress.com/?p=3</guid>
		<description><![CDATA[I&#8217;m fairly new at UNIX system. I&#8217;m currently using a Mac OS X-Tiger for my App Server and I&#8217;m currently in transition from Windows to Ubuntu-Gutsy Gibbon. I still have dual OS on my laptop since I&#8217;m not ready to let go of Windows “yet”, mainly because of when I&#8217;m in a deadline and I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tumultuousapprentice.wordpress.com&amp;blog=2644172&amp;post=3&amp;subd=tumultuousapprentice&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><title></title> 	 	 	 	<!-- 		@page { size: 21cm 29.7cm; margin: 2cm } 		P { margin-bottom: 0.21cm } 	--></p>
<p style="margin-bottom:0;page-break-before:always;">I&#8217;m fairly new at UNIX system. I&#8217;m currently using a Mac OS X-Tiger for my App Server and I&#8217;m currently in transition from Windows to Ubuntu-Gutsy Gibbon. I still have dual OS on my laptop since I&#8217;m not ready to let go of Windows “yet”, mainly because of when I&#8217;m in a deadline and I get a little frustrated with what I need to do while in Ubuntu, I switch to XP just to get my work done in time. In my temporary work assignment, I need to test a build platform server in an OS X.  I also need a MySQL Server for its database and Safari to test the web app. In my desperation to use Ubuntu, I went ahead and setup a MySQL server and install Safari through wine. Keeping my fingers cross, hopefully I&#8217;ll be able to get my task done by tomorrow once I tested this with the App server installed in OS X.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/tumultuousapprentice.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/tumultuousapprentice.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tumultuousapprentice.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tumultuousapprentice.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tumultuousapprentice.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tumultuousapprentice.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tumultuousapprentice.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tumultuousapprentice.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tumultuousapprentice.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tumultuousapprentice.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tumultuousapprentice.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tumultuousapprentice.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tumultuousapprentice.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tumultuousapprentice.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tumultuousapprentice.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tumultuousapprentice.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tumultuousapprentice.wordpress.com&amp;blog=2644172&amp;post=3&amp;subd=tumultuousapprentice&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tumultuousapprentice.wordpress.com/2008/01/28/its-unix-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2f16f90213a7440db4ef82250931dc98?s=96&#38;d=identicon" medium="image">
			<media:title type="html">tumultuousapprentice</media:title>
		</media:content>
	</item>
	</channel>
</rss>
