<?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>Master Thorn</title>
	<atom:link href="http://unythorn.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://unythorn.wordpress.com</link>
	<description>be carefull or you will be bloody</description>
	<lastBuildDate>Tue, 30 Mar 2010 02:07:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='unythorn.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Master Thorn</title>
		<link>http://unythorn.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://unythorn.wordpress.com/osd.xml" title="Master Thorn" />
	<atom:link rel='hub' href='http://unythorn.wordpress.com/?pushpress=hub'/>
		<item>
		<title>iPhone SDK &#8211; Play Video Trigger by Button</title>
		<link>http://unythorn.wordpress.com/2010/03/30/iphone-sdk-play-video-trigger-by-button/</link>
		<comments>http://unythorn.wordpress.com/2010/03/30/iphone-sdk-play-video-trigger-by-button/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 01:28:53 +0000</pubDate>
		<dc:creator>Blueshick</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://unythorn.wordpress.com/2010/03/30/iphone-sdk-play-video-trigger-by-button/</guid>
		<description><![CDATA[I&#8217;ve spend most of this March on keep trying and searching for such tutorial on how to play a video when user touch on a button. After now, I ask myself &#8220;what was I&#8217;m doing most of the time??&#8221;. To play a video inside your apps, it only take a little steps. Very simple and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unythorn.wordpress.com&amp;blog=6242914&amp;post=47&amp;subd=unythorn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spend most of this March on keep trying and searching for such tutorial on how to play a video when user touch on a button.</p>
<p>After now, I ask myself &#8220;what was I&#8217;m doing most of the time??&#8221;. To play a video inside your apps, it only take a little steps. Very simple and maybe you can eat the coconuts.</p>
<p>Steps by step:<br />
1. Open your XCode and create a new project (View Based Application).<br />
2. Named it PlayVideo.<br />
3. Import the MediaPlayer.Framework to the Library.<br />
4. In the PlayVideoViewController.h, declare a method called playVideo as follow.</p>
<p>- (IBAction) playVideo;</p>
<p>5. Open PlayVideoViewController.xib. Place a Button Rect inside the view and change the value to &#8220;Play Video&#8221;.<br />
6. Click on File&#8217;s Owner and in the Identity Inspector, add a new Action called playVideo.<br />
7. Right click on File&#8217;s Owner and drag the (+) mark beside that playVideo to the button on the view and choose &#8220;Touch Up Inside&#8221; in the popup. save the file.<br />
8. In the PlayVideoViewController.m, import the MediaPlayer&#8217;s library.</p>
<p>#import &lt;MediaPlayer/MediaPlayer.h&gt;</p>
<p>9. Type the following code after the &#8216;@implementation PlayVideoViewController&#8217; line</p>
<p>- (IBAction) playVideo{<br />
NSString *bundle = [NSBundle mainBundle];<br />
NSString *moviePath = [bundle pathForResource:@"videoTitle" ofType:@"mov"];<br />
NSURL *movieURL = [[NSURL fileURLWithPath:moviePath]retain];<br />
MPMoviePlayerController* theMovie = [[MPMoviePlayerController alloc] initWithContentURL:movieURL];<br />
theMovie.scalingMode = MPMovieScalingModeAspectFill;<br />
[theMovie play];<br />
}</p>
<p>10. Save all file and click Build and Go green button. All the best..</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unythorn.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unythorn.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unythorn.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unythorn.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/unythorn.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/unythorn.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/unythorn.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/unythorn.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unythorn.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unythorn.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unythorn.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unythorn.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unythorn.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unythorn.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unythorn.wordpress.com&amp;blog=6242914&amp;post=47&amp;subd=unythorn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unythorn.wordpress.com/2010/03/30/iphone-sdk-play-video-trigger-by-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43cf8cfa20581924031f1d9970c58599?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ony</media:title>
		</media:content>
	</item>
		<item>
		<title>iPhone SDK &#8211; Simple Navigation Using Table View</title>
		<link>http://unythorn.wordpress.com/2010/03/25/creating-iphone-simple-navigation-using-table-view/</link>
		<comments>http://unythorn.wordpress.com/2010/03/25/creating-iphone-simple-navigation-using-table-view/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 03:05:07 +0000</pubDate>
		<dc:creator>Blueshick</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Objective C]]></category>

		<guid isPermaLink="false">http://unythorn.wordpress.com/2010/03/25/creating-iphone-simple-navigation-using-table-view/</guid>
		<description><![CDATA[1<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unythorn.wordpress.com&amp;blog=6242914&amp;post=44&amp;subd=unythorn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unythorn.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unythorn.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unythorn.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unythorn.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/unythorn.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/unythorn.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/unythorn.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/unythorn.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unythorn.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unythorn.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unythorn.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unythorn.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unythorn.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unythorn.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unythorn.wordpress.com&amp;blog=6242914&amp;post=44&amp;subd=unythorn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unythorn.wordpress.com/2010/03/25/creating-iphone-simple-navigation-using-table-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43cf8cfa20581924031f1d9970c58599?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ony</media:title>
		</media:content>
	</item>
		<item>
		<title>Joomla &#8211; How to Overcome the Joomla Authenticcation That Accidently Turn Off</title>
		<link>http://unythorn.wordpress.com/2010/03/23/how-to-overcome-the-joomla-authenticcation-that-accidently-turn-off/</link>
		<comments>http://unythorn.wordpress.com/2010/03/23/how-to-overcome-the-joomla-authenticcation-that-accidently-turn-off/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 03:18:52 +0000</pubDate>
		<dc:creator>Blueshick</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://unythorn.wordpress.com/?p=42</guid>
		<description><![CDATA[how was that happening?? it happen when you accidently turn off (set to unpublish) the JAauthentication plugin. what the effect?? you will not be allowed to login and you will receive an error like below: JAuthentication::__construct: Could not load authentication libraries so, how to solve it?? Access your remote database, and locate to the Plugins [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unythorn.wordpress.com&amp;blog=6242914&amp;post=42&amp;subd=unythorn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>how was that happening??<br />
it happen when you accidently turn off (set to unpublish) the JAauthentication plugin.</p>
<p>what the effect??<br />
you will not be allowed to login and you will receive an error like below:<br />
JAuthentication::__construct: Could not load authentication libraries</p>
<p>so, how to solve it??<br />
Access your remote database, and locate to the Plugins table. Edit the Publish column to &#8217;1&#8242;. save it and that it. good luck..</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unythorn.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unythorn.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unythorn.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unythorn.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/unythorn.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/unythorn.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/unythorn.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/unythorn.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unythorn.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unythorn.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unythorn.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unythorn.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unythorn.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unythorn.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unythorn.wordpress.com&amp;blog=6242914&amp;post=42&amp;subd=unythorn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unythorn.wordpress.com/2010/03/23/how-to-overcome-the-joomla-authenticcation-that-accidently-turn-off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43cf8cfa20581924031f1d9970c58599?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ony</media:title>
		</media:content>
	</item>
		<item>
		<title>Play with Tomcat 5 Servers</title>
		<link>http://unythorn.wordpress.com/2009/04/07/play-with-tomcat-5-servers/</link>
		<comments>http://unythorn.wordpress.com/2009/04/07/play-with-tomcat-5-servers/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 06:33:53 +0000</pubDate>
		<dc:creator>Blueshick</dc:creator>
				<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://unythorn.wordpress.com/?p=22</guid>
		<description><![CDATA[Introduction Actually, we already did this before for about two or three months before. But we didn’t make any notes so it’s still a hard time to recall the way on how to deploy our .war file to our tomcat5 server. To say the least, we stuck one more time. Well, luckily for us can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unythorn.wordpress.com&amp;blog=6242914&amp;post=22&amp;subd=unythorn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin:0 0 10pt;"><strong><span style="font-size:small;font-family:Calibri;">Introduction</span></strong></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Actually, we already did this before for about two or three months before. But we didn’t make any notes so it’s still a hard time to recall the way on how to deploy our .war file to our tomcat5 server. To say the least, we stuck one more time. Well, luckily for us can manage it in a minutes. Huhu..</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><strong><span style="font-size:small;"><span style="font-family:Calibri;">Problem</span></span></strong></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">We just develop our website using JSP and Servlet technology and MySQL is our system’s database in our local server. After clean and build the project using netbeans IDE 6.1, so we get our .war file. Then, after cleaning and checking all tables in database, so we dump the database by export it as a .sql file at the desktop. So now, how do we do to deploy and publish these files to the real server??</span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><strong><span style="font-size:small;"><span style="font-family:Calibri;">Software used</span></span></strong></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">One important software use is DataFreeWay. It’s used to upload the .war to the real server. This software is much faster and safety.. that why, we download it from the internet and typically install it in our machine. </span></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><strong><span style="font-size:small;"><span style="font-family:Calibri;">What to do?? </span></span></strong></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Ok. Here the steps if you want to follow mine.</span></p>
<p class="MsoListParagraphCxSpFirst" style="text-indent:-.25in;margin:0 0 0 .5in;"><strong><span><span><span style="font-size:small;font-family:Calibri;">A.</span><span style="font:7pt &quot;">      </span></span></span></strong><strong><span style="font-size:small;"><span style="font-family:Calibri;">Pre-Condition</span></span></strong></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;margin:0 0 0 .5in;"><span><span><span style="font-size:small;font-family:Calibri;">1.</span><span style="font:7pt &quot;">       </span></span></span><span style="font-size:small;font-family:Calibri;">You have your .war file at any location in your machine. Please rename it to “ROOT.war” no double court. I put mine at desktop.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;margin:0 0 0 .5in;"><span><span><span style="font-size:small;font-family:Calibri;">2.</span><span style="font:7pt &quot;">       </span></span></span><span style="font-size:small;font-family:Calibri;">You have your .sql file located at any location in your machine.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin:0 0 0 .5in;"><span style="font-size:small;font-family:Calibri;"> </span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;margin:0 0 0 .5in;"><strong><span><span><span style="font-size:small;font-family:Calibri;">B.</span><span style="font:7pt &quot;">      </span></span></span></strong><strong><span style="font-size:small;"><span style="font-family:Calibri;">Step by Step</span></span></strong></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;margin:0 0 0 .5in;"><span><span><span style="font-size:small;font-family:Calibri;">1.</span><span style="font:7pt &quot;">       </span></span></span><span style="font-size:small;font-family:Calibri;">Run the new installed software. I means, the DataFreeWay and browse to your tomcat server. This is mine:<span>  </span>ssh://server_ipaddress:port/usr/share/tomcat5/webapps</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;margin:0 0 0 .5in;"><span><span><span style="font-size:small;font-family:Calibri;">2.</span><span style="font:7pt &quot;">       </span></span></span><span style="font-size:small;font-family:Calibri;">Now, once they shows you the directory there, just drag your ROOT.war inside the browser(you are going to upload the file).</span></p>
<p class="MsoListParagraphCxSpLast" style="text-indent:-.25in;margin:0 0 10pt .5in;"><span><span><span style="font-size:small;font-family:Calibri;">3.</span><span style="font:7pt &quot;">       </span></span></span><span style="font-size:small;font-family:Calibri;">That all.. you may going to the town now while having some coffee or playing golf or something. I means, it going to take a lot of time to upload this file. If mine, it take almost 6 hours. Huhh..</span></p>
<p class="MsoNormal" style="margin:0 0 10pt .25in;"><strong><em><span style="font-size:small;"><span style="font-family:Calibri;">6 hours later..</span></span></em></strong></p>
<p class="MsoListParagraphCxSpFirst" style="text-indent:-.25in;margin:0 0 0 .5in;"><span><span><span style="font-size:small;font-family:Calibri;">4.</span><span style="font:7pt &quot;">       </span></span></span><span style="font-size:small;font-family:Calibri;">Open your internet browser and browse to your tomcat web application manager. Mine is </span><a href="http://server_ipaddress:port/manager/html"><span style="font-size:small;font-family:Calibri;">http://server_ipaddress:port/manager/html</span></a></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;margin:0 0 0 .5in;"><span><span><span style="font-size:small;font-family:Calibri;">5.</span><span style="font:7pt &quot;">       </span></span></span><span style="font-size:small;font-family:Calibri;">At the bottom of the page, you will find 2 Deploy form. Now, you gonna use the Deploy directory or WAR file located on server because our .war file is already inside our server.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;margin:0 0 0 .5in;"><span><span><span style="font-size:small;font-family:Calibri;">6.</span><span style="font:7pt &quot;">       </span></span></span><span style="font-size:small;font-family:Calibri;">Fill that form with appropriate data. If mine; Context Path: /makanmakanmaysia.com(your domain name). then, at WAR or Directory URL: /urs/share/tomcat5/webapps//ROOT.war</span></p>
<p class="MsoListParagraphCxSpLast" style="text-indent:-.25in;margin:0 0 10pt .5in;"><span><span><span style="font-size:small;font-family:Calibri;">7.</span><span style="font:7pt &quot;">       </span></span></span><span style="font-size:small;font-family:Calibri;">Click the deploy button. And now, you’re done but not yet..</span></p>
<p class="MsoNormal" style="margin:0 0 10pt .25in;"><strong><em><span style="font-size:small;font-family:Calibri;">Export and Import Your Database</span></em></strong></p>
<p class="MsoListParagraphCxSpFirst" style="text-indent:-.25in;margin:0 0 0 .5in;"><span><span><span style="font-size:small;font-family:Calibri;">8.</span><span style="font:7pt &quot;">       </span></span></span><span style="font-size:small;font-family:Calibri;">Open a new internet browser and directly browse to your DirectAdmin manager. If mine, it is </span><a href="http://server_ipaddress:port"><span style="font-size:small;font-family:Calibri;">http://server_ipaddress:port</span></a></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;margin:0 0 0 .5in;"><span><span><span style="font-size:small;font-family:Calibri;">9.</span><span style="font:7pt &quot;">       </span></span></span><span style="font-size:small;font-family:Calibri;">They are going to prompt you your username and password. Get ready with yours.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;margin:0 0 0 .5in;"><span><span><span style="font-size:small;font-family:Calibri;">10.</span><span style="font:7pt &quot;">   </span></span></span><span style="font-size:small;font-family:Calibri;">After login, just navigate to phpMyAdmin.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;margin:0 0 0 .5in;"><span><span><span style="font-size:small;font-family:Calibri;">11.</span><span style="font:7pt &quot;">   </span></span></span><span style="font-size:small;font-family:Calibri;">Once done, click at import to import your .sql file.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;margin:0 0 0 .5in;"><span><span><span style="font-size:small;font-family:Calibri;">12.</span><span style="font:7pt &quot;">   </span></span></span><span style="font-size:small;font-family:Calibri;">Fill the form by browse to your .sql file and click go button.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;margin:0 0 0 .5in;"><span><span><span style="font-size:small;font-family:Calibri;">13.</span><span style="font:7pt &quot;">   </span></span></span><span style="font-size:small;font-family:Calibri;">Now, you are done. The truly done</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin:0 0 0 .5in;"><span style="font-size:small;font-family:Calibri;"> </span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-.25in;margin:0 0 0 .5in;"><strong><span><span><span style="font-size:small;font-family:Calibri;">C.</span><span style="font:7pt &quot;">      </span></span></span></strong><strong><span style="font-size:small;"><span style="font-family:Calibri;">The End</span></span></strong></p>
<p class="MsoListParagraphCxSpLast" style="text-indent:-.25in;margin:0 0 10pt .5in;"><span><span><span style="font-size:small;font-family:Calibri;">1.</span><span style="font:7pt &quot;">       </span></span></span><span style="font-size:small;font-family:Calibri;">Open a new internet browser and browse to your domain name. if mine is: </span><a href="http://www.makanmkanmalaysia.com/"><span style="font-size:small;font-family:Calibri;">http://www.makanmkanmalaysia.com</span></a></p>
<p class="MsoNormal" style="margin:0 0 10pt;"><span style="font-size:small;font-family:Calibri;">Note: </span></p>
<p class="MsoListParagraphCxSpFirst" style="text-indent:-.25in;margin:0 0 0 .5in;"><span><span><span style="font-size:small;font-family:Calibri;">1.</span><span style="font:7pt &quot;">       </span></span></span><span><span style="font-size:small;font-family:Calibri;">I will add the captured print screed later on.. hehe</span></span></p>
<p class="MsoListParagraphCxSpLast" style="text-indent:-.25in;margin:0 0 10pt .5in;"><span><span><span style="font-size:small;font-family:Calibri;">2.</span><span style="font:7pt &quot;">       </span></span></span><span style="font-size:small;font-family:Calibri;">Please don’t blame me for my broken English.</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unythorn.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unythorn.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unythorn.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unythorn.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/unythorn.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/unythorn.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/unythorn.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/unythorn.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unythorn.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unythorn.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unythorn.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unythorn.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unythorn.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unythorn.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unythorn.wordpress.com&amp;blog=6242914&amp;post=22&amp;subd=unythorn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unythorn.wordpress.com/2009/04/07/play-with-tomcat-5-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43cf8cfa20581924031f1d9970c58599?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ony</media:title>
		</media:content>
	</item>
		<item>
		<title>XML &#8211; Introduction to XML</title>
		<link>http://unythorn.wordpress.com/2009/04/07/introduction-to-xml/</link>
		<comments>http://unythorn.wordpress.com/2009/04/07/introduction-to-xml/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 04:09:50 +0000</pubDate>
		<dc:creator>Blueshick</dc:creator>
				<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://unythorn.wordpress.com/?p=10</guid>
		<description><![CDATA[XML or eXtensible Markup Language is a type of markup language much like HTML but HTML used predefined tag while XML&#8217;s not. You must define your own tags to use it. XML was designed to structure, transport and store data difference with HTML which is designed for displaying data. So that, XML is focus on what data [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unythorn.wordpress.com&amp;blog=6242914&amp;post=10&amp;subd=unythorn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>XML o<span style="font-size:small;font-family:Times New Roman;">r eXtensible Markup Language is a type of markup language much like HTML but HTML used predefined tag while XML&#8217;s not. You must define your own tags to use it. XML was designed to structure, transport and store data difference with HTML which is designed for displaying data. So that, XML is focus on what data is while HTML focus on how the data looks.</span></p>
<p><span style="font-size:small;font-family:Times New Roman;">Here is an example of a simple structure ofXML file:</span></p>
<p><span style="font-size:small;font-family:Times New Roman;">&lt;parentTag&gt;<br />
&lt;childTag1&gt;Data1&lt;/childTag1&gt;<br />
&lt;childTag2&gt;Data2&lt;/childTag2&gt;<br />
&lt;childTag3&gt;Data3&lt;/childTag3&gt;<br />
&lt;/parentTag&gt;</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unythorn.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unythorn.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unythorn.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unythorn.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/unythorn.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/unythorn.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/unythorn.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/unythorn.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unythorn.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unythorn.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unythorn.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unythorn.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unythorn.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unythorn.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unythorn.wordpress.com&amp;blog=6242914&amp;post=10&amp;subd=unythorn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unythorn.wordpress.com/2009/04/07/introduction-to-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43cf8cfa20581924031f1d9970c58599?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ony</media:title>
		</media:content>
	</item>
		<item>
		<title>Nyae&#8217; me telu toyang..</title>
		<link>http://unythorn.wordpress.com/2009/01/20/hello-world/</link>
		<comments>http://unythorn.wordpress.com/2009/01/20/hello-world/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 03:43:01 +0000</pubDate>
		<dc:creator>Blueshick</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Ading ake&#8217; nyalam telu oban sokat nai menu&#8217; joma e&#8217; ja-e. Dau e&#8217; me telu, selamat oman mading 2009 ji.. Bangen-bangen ne telu mudip liwai ji.. Ayen cak ngimet ompat de&#8217; lepa lapa.. Petetai ne janan udip telu ke&#8217; oman mading ji la-a.. Kebayak dau e&#8217;, tega pem telu ala&#8217; je&#8217; meka dau ja.. ayen [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unythorn.wordpress.com&amp;blog=6242914&amp;post=1&amp;subd=unythorn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ading ake&#8217; nyalam telu oban sokat nai menu&#8217; joma e&#8217; ja-e.<br />
Dau e&#8217; me telu, selamat oman mading 2009 ji.. Bangen-bangen ne telu mudip liwai ji.. Ayen cak ngimet ompat de&#8217; lepa lapa.. Petetai ne janan udip telu ke&#8217; oman mading ji la-a..<br />
Kebayak dau e&#8217;, tega pem telu ala&#8217; je&#8217; meka dau ja.. ayen ala&#8217; e mung la.. aung te keriut me ake&#8217;.. dau e&#8217; ti ke&#8217; ake&#8217; lute ja ole.. haha..<br />
Na&#8217; pe kumin do, ala&#8217; ne awang je&#8217; tega g. (teneng ja tain?? translate have a nice day..)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/unythorn.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/unythorn.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/unythorn.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/unythorn.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/unythorn.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/unythorn.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/unythorn.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/unythorn.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/unythorn.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/unythorn.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/unythorn.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/unythorn.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/unythorn.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/unythorn.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=unythorn.wordpress.com&amp;blog=6242914&amp;post=1&amp;subd=unythorn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://unythorn.wordpress.com/2009/01/20/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/43cf8cfa20581924031f1d9970c58599?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ony</media:title>
		</media:content>
	</item>
	</channel>
</rss>
