<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>GeekyCoder</title>
	<atom:link href="http://geekycoder.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://geekycoder.wordpress.com</link>
	<description>A Untypical Java Developer In Singapore Rambling On What's Cool ...  (www.geekycoder.com &#124; geekycoder@gmail.com)</description>
	<pubDate>Sun, 06 Jul 2008 03:16:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Tip&#60;Java&#62;: Learning to use open-source Java library</title>
		<link>http://geekycoder.wordpress.com/2008/07/05/tipjava-learning-to-use-open-source-java-library/</link>
		<comments>http://geekycoder.wordpress.com/2008/07/05/tipjava-learning-to-use-open-source-java-library/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 19:42:33 +0000</pubDate>
		<dc:creator>geekycoder</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://geekycoder.wordpress.com/2008/07/05/tipjava-learning-to-use-open-source-java-library/</guid>
		<description><![CDATA[Just looking at  , there are no lack of excellent open-source projects to choose from.&#160; The site contains a large repository of open-source projects ever conceived.&#160; There are many interesting projects comprising application and library that one can download and use it subjected to the open-source license like GPL, LGPL. In this post, the [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Just looking at <a href="http://www.sourceforge.net" target="_blank"><img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image34.png?w=113&h=16" width="113" height="16"></a> , there are no lack of excellent open-source projects to choose from.&nbsp; The site contains a large repository of open-source projects ever conceived.&nbsp; There are many interesting projects comprising application and library that one can download and use it subjected to the open-source license like GPL, LGPL. In this post, the focus is on learning how to use a class library particularly those that are poorly supported by its documentation. A class library is basically contains a series of files that comprises of reusable classes and components that exposed through its API (Application Programming Interface eg function, variable, class) that can be used to create a application. </p>
<p><span id="more-4030"></span>
<p>Some of my favourite open-source libraries are <a href="http://www.jfree.org" target="_blank">JFreeChart</a> <img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image35.png?w=91&h=56" width="91" height="56"> , <a href="http://www.lowagie.com/iText/" target="_blank">iText</a> <img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image36.png?w=113&h=41" width="113" height="41"> , <a href="http://hc.apache.org/httpclient-3.x/" target="_blank"><img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image37.png?w=113&h=30" width="113" height="30"></a> , <a href="http://www.jgraph.com/" target="_blank"><img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image38.png?w=113&h=36" width="113" height="36"></a> . These are very prominent open-source projects that are well-documented with excellent support by its authors and book publishers as well. JFreeChart is supported with a very comprehensive well-written <a href="http://store.kagi.com/cgi-bin/store.cgi?storeID=JBN_LIVE&amp;&amp;" target="_blank">commercial ebook</a> that no serious JFreeChart developers should be without, iText and HttpClient&nbsp; are complemented with books from <a href="http://www.manning.com/" target="_blank">Manning</a> <img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image39.png?w=60&h=75" width="60" height="75"> , <a href="http://oreilly.com/" target="_blank">Oreilly</a>&nbsp;<img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image40.png?w=63&h=84" width="63" height="84">&nbsp; <img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image41.png?w=71&h=94" width="71" height="94"> </p>
<p>&nbsp;</p>
<p>However these are by no means the only libraries that are useful as these popular libraries are very specialized in its usage and application. There are alternatives to these libraries that varies in term of sophistication and size, and also libraries that perform other functions like 3d rendering libraries, printing, OLAP, XML and JSON processing.</p>
<p>Anyone wanna guess what the following class does ?</p>
<p><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;margin:0 10px 0 0;" border="0" alt="image" align="left" src="http://geekycoder.files.wordpress.com/2008/07/image42.png?w=212&h=350" width="212" height="350">As much as open-source libraries are well-known for their innovativeness and usefulness, majority of them tend to suffer from lack of documentation and examples which prohibit their widespread use. Usually, the libraries only come with sparse&nbsp; documentation and examples for good start but developers are helpless once they want to tap the full capabilities of the library. In addition, most libraries simply generate the API in JavaDoc (left) with hardly any explanation of what a class or method does.&nbsp; This usually due to the fact that library authors generally does not like to write documentation as they prefer to engage in coding and subscribe to the &#8216;fallacy&#8217; that coding itself is the best form of documentation which quite ironically given that the examples that come with library hardly are that comprehensive. Indeed, most libraries often assume one to have a &#8216;hacking&#8217; mentality to delve into codebase to understand how the library can be used.</p>
<p>So given these circumstances, how can a developer learn to use a class library ? The following offers some checklists that developer can use as a guide. </p>
<ul>
<li><strong><em>User&#8217;s Guide/Documentation</em></strong> - Usually comes together as part of compressed downloaded library file. They are popularly distributed in PDF or html files. They usually offer good introduction on the library, setup and rudimentary usage to get started. They cover the important area but does not offer much depth (There always exception, JGraph offers one of the best documentation). Perhaps one plausible reason that documentation seems lacking is due to involving effort requires to update it especially if the library is still undergoing changes (Library hardly ever get finalized)</li>
<li>Book - If you can get to learn and understand a library from book, why not ? The book usually goes through rounds of editing and proofreading by professionals from book publishing firms to ensure quality and readability are maintained (Not to say that all books are erroneous)</li>
<li><strong><em>Example codes</em></strong> - Generally contains example codes that cover wide range of functions. They are usually short and demonstrated specific function of the library.</li>
<li><strong><em>unit-test codes</em></strong> - This is often over-looked but is one of the most effective way to learn and unlock the usage of the library.&nbsp; Take note that these codes usually do not come with the binary download of library but as source code version of the library as the test-codes can be quite large. These are often found in their own test directory and perform comprehensive testing of crucial classes. One major problem in using a library is how to use the class and its API, and how it can be used appropriately. From these testing codes, one can learn how to use the API and classes. In fact, some libraries do use the test code to demonstrate the usage of API of the library extensively. Check out <a href="http://htmlparser.sourceforge.net/" target="_blank"><img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image43.png?w=61&h=50" width="61" height="50"></a>&nbsp; and see how its unit-test codes teach one to use its API. The following shows the fragment of the test-codes. Notice how the API is been used.<br /><img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image44.png?w=475&h=244" width="475" height="244"> </li>
<li><strong><em>Open-source Project</em></strong> - Most open-source projects, whether application or library, actually leverage heavily on open-source resources too. It means that someone has learnt to use the library and apply it into his project and therefore checking out the source code might shred some light on how the library and its API are been used. But <em><strong>how does one find out whether respective library is been used ? The answer is to make use of Open Source Code Search Engine</strong></em> likes <a href="http://www.koders.com" target="_blank"><img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image45.png?w=95&h=24" width="95" height="24"></a>, a search engine that specializes in searching source code by offering advanced and management tools. For example, just enter the keyword that belong to the library, and the search engine returns a list of projects that use the library.
<p><a href="http://www.koders.com" target="_blank"><img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image46.png?w=324&h=258" width="324" height="258"></a> <a href="http://www.koders.com" target="_blank"><img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image47.png?w=368&h=212" width="368" height="212"></a> </li>
<li><strong><em>Wiki, forum, support site, mailing list</em></strong> - These are popular places where one can find answer and support for the library. But whether one find those effective, I leave the answer to you.</li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/geekycoder.wordpress.com/4030/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/geekycoder.wordpress.com/4030/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/geekycoder.wordpress.com/4030/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/geekycoder.wordpress.com/4030/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/geekycoder.wordpress.com/4030/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/geekycoder.wordpress.com/4030/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/geekycoder.wordpress.com/4030/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/geekycoder.wordpress.com/4030/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/geekycoder.wordpress.com/4030/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/geekycoder.wordpress.com/4030/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/geekycoder.wordpress.com/4030/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/geekycoder.wordpress.com/4030/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=geekycoder.wordpress.com&blog=1079773&post=4030&subd=geekycoder&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://geekycoder.wordpress.com/2008/07/05/tipjava-learning-to-use-open-source-java-library/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geekycoder-128.jpg" medium="image">
			<media:title type="html">GreekyCoder</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image34.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image35.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image36.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image37.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image38.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image39.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image40.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image41.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image42.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image43.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image44.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image45.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image46.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image47.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Review&#60;Song&#62;: Listening to the voice of &#8216;Angel&#8217;</title>
		<link>http://geekycoder.wordpress.com/2008/07/04/reviewsong-listening-to-the-voice-of-angel/</link>
		<comments>http://geekycoder.wordpress.com/2008/07/04/reviewsong-listening-to-the-voice-of-angel/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 23:48:39 +0000</pubDate>
		<dc:creator>geekycoder</dc:creator>
		
		<category><![CDATA[Review]]></category>

		<category><![CDATA[Review(Song)]]></category>

		<category><![CDATA[Adia]]></category>

		<category><![CDATA[Angel]]></category>

		<category><![CDATA[Charlotte's Web]]></category>

		<category><![CDATA[I will remember you]]></category>

		<category><![CDATA[Ordinary Miracle]]></category>

		<category><![CDATA[Sarah McLachlan]]></category>

		<guid isPermaLink="false">http://geekycoder.wordpress.com/2008/07/04/reviewsong-listening-to-the-voice-of-angel/</guid>
		<description><![CDATA[


Geezer: (LB2) for all songs &#124; Angel &#124; I Will Remember You &#124; Adia &#124; Ordinary Miracle



&#160;



   &#160; I don&#8217;t think I need to tell who Sarah McLachlan is ? Do I ?



 
&#160; Angel&#160;  
As a soundtrack
This is also a theme song for the 1998 movie City of Angels.
Angel
Spend all your [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><table border="1" cellspacing="0" cellpadding="2" width="386">
<tbody>
<tr>
<td valign="top" width="384"><a href="http://geekycoder.byethost13.com/geezer.html" target="_blank">Geezer: (LB2) for all songs | Angel | I Will Remember You | Adia | Ordinary Miracle</a></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<table border="0" cellspacing="0" cellpadding="2" width="344">
<tbody>
<tr>
<td valign="top" width="342"><img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image20.png?w=113&h=113" width="113" height="113"> <img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image21.png?w=113&h=110" width="113" height="110"> <img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image22.png?w=93&h=116" width="93" height="116"><img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image23.png?w=99&h=124" width="99" height="124"> <img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image24.png?w=182&h=121" width="182" height="121">&nbsp; <br />I don&#8217;t think I need to tell who <a href="http://en.wikipedia.org/wiki/Sarah_McLachlan" target="_blank">Sarah McLachlan</a> is ? Do I ?</td>
</tr>
</tbody>
</table>
<p> <span id="more-4015"></span>
<p>&nbsp;<img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image25.png?w=70&h=93" width="70" height="93"> <strong><u><font size="4"><a href="http://en.wikipedia.org/wiki/Angel_(Sarah_McLachlan_song)" target="_blank">Angel</a>&nbsp; <img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image26.png?w=113&h=101" width="113" height="101"> </font></u></strong>
<p><strong><u><font size="2">As a soundtrack<img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image27.png?w=113&h=113" width="113" height="113"></font></u></strong></p>
<p><strong><u><font size="2"></font></u></strong>This is also a theme song for the 1998 movie <a href="http://en.wikipedia.org/wiki/City_of_Angels" target="_blank">City of Angels</a>.<br /><span style="text-align:center; display: block;"><a href="http://geekycoder.wordpress.com/2008/07/04/reviewsong-listening-to-the-voice-of-angel/"><img src="http://img.youtube.com/vi/j42ApkIIdNc/2.jpg" alt="" /></a></span></p>
<p><strong><u>Angel</u></strong>
<p>Spend all your time waiting<br />For that second chance<br />For a break that would make it okay<br />There’s always one reason<br />To feel not good enough<br />And it’s hard at the end of the day<br />I need some distraction<br />Oh beautiful release<br />Memory seeps from my veins<br />Let me be empty<br />And weightless and maybe<br />I’ll find some peace tonight
<p>In the arms of an angel<br />Fly away from here<br />From this dark cold hotel room<br />And the endlessness that you fear<br />You are pulled from the wreckage<br />Of your silent reverie<br />You’re in the arms of the angel<br />May you find some comfort there
<p>So tired of the straight line<br />And everywhere you turn<br />There’s vultures and thieves at your back<br />And the storm keeps on twisting<br />You keep on building the lie<br />That you make up for all that you lack<br />It don’t make no difference<br />Escaping one last time<br />It’s easier to believe in this sweet madness oh<br />This glorious sadness that brings me to my knees
<p>In the arms of an angel<br />Fly away from here<br />From this dark cold hotel room<br />And the endlessness that you fear<br />You are pulled from the wreckage<br />Of your silent reverie<br />You’re in the arms of the angel<br />May you find some comfort there<br />You’re in the arms of the angel<br />May you find some comfort here</p>
<p><strong><u><font size="2"></font></u></strong>&nbsp;
<p><strong><u><font size="2">Live Performance</font></u></strong>
<p><object width="425" height="254"><param name="movie" value="http://www.dailymotion.com/swf/x1z0nv"></param><param name="allowfullscreen" value="true"></param><embed src="http://www.dailymotion.com/swf/x1z0nv" type="application/x-shockwave-flash" width="425" height="334" allowfullscreen="true"></embed></object>
<p>&nbsp;
<p><strong><u>For tsunami aid</u></strong><br /><span style="text-align:center; display: block;"><a href="http://geekycoder.wordpress.com/2008/07/04/reviewsong-listening-to-the-voice-of-angel/"><img src="http://img.youtube.com/vi/wbml2mzeJXw/2.jpg" alt="" /></a></span>
<p>&nbsp;</p>
<p><span style="text-align:center; display: block;"><a href="http://geekycoder.wordpress.com/2008/07/04/reviewsong-listening-to-the-voice-of-angel/"><img src="http://img.youtube.com/vi/wn-dLdsTjdI/2.jpg" alt="" /></a></span></p>
<p>&nbsp;
<p><span style="text-align:center; display: block;"><a href="http://geekycoder.wordpress.com/2008/07/04/reviewsong-listening-to-the-voice-of-angel/"><img src="http://img.youtube.com/vi/7CbAjj80NIM/2.jpg" alt="" /></a></span>
<p>&nbsp;
<p><span style="text-align:center; display: block;"><a href="http://geekycoder.wordpress.com/2008/07/04/reviewsong-listening-to-the-voice-of-angel/"><img src="http://img.youtube.com/vi/cJuqn5EBKSM/2.jpg" alt="" /></a></span>
<p>&nbsp;
<p><span style="text-align:center; display: block;"><a href="http://geekycoder.wordpress.com/2008/07/04/reviewsong-listening-to-the-voice-of-angel/"><img src="http://img.youtube.com/vi/zZHrbjhwKik/2.jpg" alt="" /></a></span>
<p>&nbsp;
<p><span style="text-align:center; display: block;"><a href="http://geekycoder.wordpress.com/2008/07/04/reviewsong-listening-to-the-voice-of-angel/"><img src="http://img.youtube.com/vi/-wwiMV6E4Fo/2.jpg" alt="" /></a></span>
<p>&nbsp;
<p><span style="text-align:center; display: block;"><a href="http://geekycoder.wordpress.com/2008/07/04/reviewsong-listening-to-the-voice-of-angel/"><img src="http://img.youtube.com/vi/1AM2hfmv7QQ/2.jpg" alt="" /></a></span><br />
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/geekycoder.wordpress.com/4015/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/geekycoder.wordpress.com/4015/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/geekycoder.wordpress.com/4015/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/geekycoder.wordpress.com/4015/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/geekycoder.wordpress.com/4015/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/geekycoder.wordpress.com/4015/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/geekycoder.wordpress.com/4015/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/geekycoder.wordpress.com/4015/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/geekycoder.wordpress.com/4015/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/geekycoder.wordpress.com/4015/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/geekycoder.wordpress.com/4015/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/geekycoder.wordpress.com/4015/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=geekycoder.wordpress.com&blog=1079773&post=4015&subd=geekycoder&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://geekycoder.wordpress.com/2008/07/04/reviewsong-listening-to-the-voice-of-angel/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geekycoder-128.jpg" medium="image">
			<media:title type="html">GreekyCoder</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image20.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image21.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image22.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image23.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image24.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image25.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image26.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image27.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/j42ApkIIdNc/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/wbml2mzeJXw/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/wn-dLdsTjdI/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/7CbAjj80NIM/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/cJuqn5EBKSM/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/zZHrbjhwKik/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/-wwiMV6E4Fo/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/1AM2hfmv7QQ/2.jpg" medium="image" />
	</item>
		<item>
		<title>Review&#60;Song&#62;: Reunion of X-Japan</title>
		<link>http://geekycoder.wordpress.com/2008/07/01/reviewsong-reunion-of-x-japan/</link>
		<comments>http://geekycoder.wordpress.com/2008/07/01/reviewsong-reunion-of-x-japan/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 21:34:19 +0000</pubDate>
		<dc:creator>geekycoder</dc:creator>
		
		<category><![CDATA[Review]]></category>

		<category><![CDATA[Review(Song)]]></category>

		<category><![CDATA[japan heavy metal]]></category>

		<category><![CDATA[reunion]]></category>

		<category><![CDATA[x-japan]]></category>

		<guid isPermaLink="false">http://geekycoder.wordpress.com/2008/07/01/reviewsong-reunion-of-x-japan/</guid>
		<description><![CDATA[The Legend
 
&#160; 
The Reunion Concert

X-JAPAN, one of the most legendary rock bands in Japanese history, has sold over 20 million albums to date. Reuniting more than a decade after their disbandment in 1997, X JAPAN originally planned for two concerts to take place at the Tokyo Dome in Tokyo, Japan, March 28th and 30th, [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong><u>The Legend</u></strong>
<p><img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image15.png?w=201&h=134" width="201" height="134"> <img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image16.png?w=213&h=136" width="213" height="136">
<p>&nbsp;<img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image7.png?w=108&h=148" width="108" height="148"> <img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image8.png?w=208&h=144" width="208" height="144">
<p><strong><u>The Reunion Concert</u></strong>
<p><img style="margin:0 10px 0 0;" border="0" alt="image" align="left" src="http://geekycoder.files.wordpress.com/2008/07/image9.png?w=242&h=150" width="242" height="150">
<p><a href="http://en.wikipedia.org/wiki/X_Japan" target="_blank">X-JAPAN</a>, one of the most legendary rock bands in Japanese history, has sold over 20 million albums to date. Reuniting more than a decade after their disbandment in 1997, X JAPAN originally planned for two concerts to take place at the Tokyo Dome in Tokyo, Japan, March 28th and 30th, but added the 29th date to their Tokyo Dome shows this Tuesday. Due to over 100,000 unprecedented pre-sale ticket applications within an hour of the pre-sale start, the 29th show was added to address the huge demand. At this time, over 200,000 ticket applications have been submitted to three shows with a total capacity of 150,000 attendees. Read more at <a title="http://www.einsofmarketing.com/xjapan/" href="http://www.einsofmarketing.com/xjapan/">http://www.einsofmarketing.com/xjapan/</a>&nbsp;&nbsp;&nbsp;&nbsp;
<p>The fans of X-Japan have been looking forward to this reunion concert since the band disbanded a decade ago. The group was greatly devastated when Toshi wanted to leave the group and Hide, one of the group members, passed away. A lot has changed since then for X-Japan. One of the noticeably difference compare to their heyday concert is that Toshi the singer no longer able to hit certain difficult notes and his once perfect voice seek to crack quite sometimes. However this is because Toshi hasn&#8217;t been singing and practicing the songs since the group disbanded, and that songs have been written for <a href="http://en.wikipedia.org/wiki/Toshi_(musician)" target="_blank">Toshi</a><img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image17.png?w=54&h=54" width="54" height="54"> to match his then excellent vocal. Still the fans are not concerned about the quality of his voice anymore,&nbsp; what matter to them is that their idol has returned to create another memorable concert performance.</p>
<p>I first came to know about X-Japan through the song &#8216;TEARS&#8217; after watching the movie <a href="http://en.wikipedia.org/wiki/Windstruck" target="_blank">WindStruck</a> and have written a post on it in </p>
<p><a href="http://geekycoder.wordpress.com/2007/11/03/reviewsong-wheres-my-sassy-girl/">Review&lt;Song&gt;: Where’s my sassy girl ?.</a> For those who unfamiliar with the history of the son, Tears is written by <a href="http://en.wikipedia.org/wiki/Yoshiki_(musician)" target="_blank">Yoshiki</a><img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image18.png?w=44&h=62" width="44" height="62"> , the leader of the group, after his father took his own life. The unfortunate event inspired him to write the song which explain why the song exalts such emotional and depressing feeling.</p>
<p>One of the nice songs not in concert include <strong><em>Crucify My Love.</em></strong></p>
<p><span id="more-3995"></span>
<p><strong><u>The Location</u></strong>
<p>The concert took place at <a href="http://en.wikipedia.org/wiki/Tokyo_Dome" target="_blank">Toyko Dome</a>&nbsp;<img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image10.png?w=149&h=115" width="149" height="115"> <img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image11.png?w=151&h=114" width="151" height="114"> <img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image12.png?w=164&h=115" width="164" height="115">
<p><u><strong>The Interview</strong></u>
<p><img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image13.png?w=400&h=269" width="400" height="269">
<p><span style="text-align:center; display: block;"><a href="http://geekycoder.wordpress.com/2008/07/01/reviewsong-reunion-of-x-japan/"><img src="http://img.youtube.com/vi/zoj7KP3N9b0/2.jpg" alt="" /></a></span>&nbsp;&nbsp;
<p>&nbsp;
<p><strong><u>The Performance</u></strong>
<p><strong><u></u></strong>&nbsp;
<p><strong><u><font size="4">Tears</font></u></strong></p>
<p>This is my favourite song. This also the theme song for <a href="http://geekycoder.wordpress.com/2007/11/03/reviewsong-wheres-my-sassy-girl/">My Sassy Girl 2</a> aka Windstruck<img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/07/image14.png?w=61&h=87" width="61" height="87">
<p><a href="http://geekycoder.wordpress.com/2008/07/01/reviewsong-reunion-of-x-japan/3/">Check out past rendition of this song more than a decade ago</a></p>
<p><strong><u>30/3</u></strong></p>
<p><span style="text-align:center; display: block;"><a href="http://geekycoder.wordpress.com/2008/07/01/reviewsong-reunion-of-x-japan/"><img src="http://img.youtube.com/vi/LJMJHNERo84/2.jpg" alt="" /></a></span></p>
<p><strong><u>29/3</u></strong>
<p><span style="text-align:center; display: block;"><a href="http://geekycoder.wordpress.com/2008/07/01/reviewsong-reunion-of-x-japan/"><img src="http://img.youtube.com/vi/zbEwzrusWjA/2.jpg" alt="" /></a></span>
<p><strong><u>Tears</u></strong>
<p>LONELINESS YOUR SILENT WHISPER<br />FILLS A RIVER OF TEARS<br />THROUGH THE NIGHT<br />MEMORY YOU NEVER LET ME CRY<br />AND YOU, YOU NEVER SAID GOOD-BYE<br />SOMETIMES OUR TEARS BLINDED THE LOVE<br />WE LOST OUR DREAMS ALONG THE WAY<br />BUT I NEVER THOUGHT YOU&#8217;D TRADE YOUR SOUL TO THE FATES<br />NEVER THOUGHT YOU&#8217;D LEAVE ME ALONE
<p>TIME THROUGH THE RAIN HAS SET ME FREE<br />SANDS OF TIME WILL KEEP YOUR MEMORY<br />LOVE EVERLASTING FADES AWAY<br />ALIVE WITHIN YOUR BEATLESS HEART<br />DRY YOUR TEARS WITH LOVE<br />DRY YOUR TEARS WITH LOVE
<p>&nbsp;
<p><font size="4"><strong><u>Forever Love </u></strong></font></p>
<p><u><strong>30/3</strong></u><br /><span style="text-align:center; display: block;"><a href="http://geekycoder.wordpress.com/2008/07/01/reviewsong-reunion-of-x-japan/"><img src="http://img.youtube.com/vi/2yMWq0TOx8c/2.jpg" alt="" /></a></span> </p>
<p><strong><u>29/3 Unplugged version</u></strong><br /><span style="text-align:center; display: block;"><a href="http://geekycoder.wordpress.com/2008/07/01/reviewsong-reunion-of-x-japan/"><img src="http://img.youtube.com/vi/atknEQoJiYU/2.jpg" alt="" /></a></span>
<p>&nbsp;
<p><strong><u><font size="4">Endless Rain</font></u></strong><br /><span style="text-align:center; display: block;"><a href="http://geekycoder.wordpress.com/2008/07/01/reviewsong-reunion-of-x-japan/"><img src="http://img.youtube.com/vi/kx3bAnFyVZk/2.jpg" alt="" /></a></span> </p>
<p>&nbsp;</p>
<p><strong><u><font size="4">Longing</font></u></strong><br /><span style="text-align:center; display: block;"><a href="http://geekycoder.wordpress.com/2008/07/01/reviewsong-reunion-of-x-japan/"><img src="http://img.youtube.com/vi/oOXIXFLKhc8/2.jpg" alt="" /></a></span>
<p>&nbsp;
<p><strong><u><font size="4">Art Of Life</font></u></strong><br />This is another legendary song in Japan which originally lasts for 30mins.</p>
<p><span style="text-align:center; display: block;"><a href="http://geekycoder.wordpress.com/2008/07/01/reviewsong-reunion-of-x-japan/"><img src="http://img.youtube.com/vi/EioHkqQ7qdw/2.jpg" alt="" /></a></span> </p>
<p><strong><u>Art Of Life</u></strong>
<p>Desert Rose<br />Why do you live alone<br />If you are sad<br />I&#8217;ll make you leave this life<br />Are you white, blue or bloody red<br />All I can see is drowning in cold grey sand
<p>The winds of time<br />You knock me to the ground<br />I&#8217;m dying of thirst<br />I wanna run away<br />I don&#8217;t know how to set me free to live<br />My mind cries out feeling pain
<p>I&#8217;ve been roaming to find myself<br />How long have I been feeling endless hurt<br />Falling down, rain flows into my heart<br />In the pain I&#8217;m waiting for you<br />Can&#8217;t go back<br />No place to go back to<br />Life is lost, Flowers fall<br />If it&#8217;s all dreams<br />Now wake me up<br />If it&#8217;s all real<br />Just kill me
<p>I&#8217;m making the wall inside my heart<br />I don&#8217;t wanna let my emotions get out<br />It scares me to look at the world<br />Don&#8217;t want to find myself lost in your eyes<br />I tried to drown my past in grey<br />I never wanna feel more pain<br />Ran away from you without saying any words<br />What I don&#8217;t wanna lose is love
<p>Through my eyes<br />Time goes by like tears<br />My emotion&#8217;s losing the color of life<br />Kill my heart<br />Release all my pain<br />I&#8217;m shouting out loud<br />Insanity takes hold over me
<p>Turning away from the wall<br />Nothing I can see<br />The scream deep inside<br />reflecting another person in my heart<br />He calls me from within<br />&#8220;All existence you see before you<br />must be wiped out :<br />Dream, Reality, Memories,<br />and Yourself&#8221;
<p>I begin to lose control of myself<br />My lust is so blind, destroys my mind<br />Nobody can stop my turning to madness<br />No matter how you try to hold me in your heart<br />Why do you wanna raise these walls<br />I don&#8217;t know the meaning of hatred<br />My brain gets blown away hearing words of lies<br />I only want to hold your love
<p>Stab the dolls filled with hate<br />Wash yourself with their blood<br />Drive into the raging current of time<br />Swing your murderous weapon into the belly<br />&#8220;the earth&#8221;<br />Shout and start creating confusion<br />Shed your blood for pleasure<br />And what? For love?<br />What am I supposed to do?
<p>I believe in the madness called &#8220;Now&#8221;<br />Past and future prison my heart<br />Time is blind<br />But I wanna trace my love<br />on the wall of time, over pain in my heart<br />Art of life<br />Insane blade stabbing dreams<br />Try to break all truth now<br />But I can&#8217;t heal this broken heart in pain<br />Cannot start to live, Cannot end my life<br />Keep on crying
<p>Close my eyes<br />Time breathes I can hear<br />All love and sadness<br />melt in my heart
<p>Dry my tears<br />Wipe my bloody face<br />I wanna feel me living my life<br />outside my walls
<p>You can&#8217;t draw a picture of yesterday, so<br />You&#8217;re painting your heart with your blood<br />You can&#8217;t say &#8220;No&#8221;<br />Only turning the wheel of time<br />with a rope around your neck<br />You build a wall of morality and take a breath<br />from between the bricks<br />You make up imaginary enemies and are chased by them<br />You&#8217;re trying to commit suicide<br />You&#8217;re satisfied with your prologue<br />Now you&#8217;re painting your first chapter black<br />You are putting the scraps of life together<br />and trying to make an asylum for yourself<br />You&#8217;re hitting a bell at the edge of the stage<br />and<br />You are trying to kill me
<p>I believe in the madness called &#8220;Now&#8221;<br />Time goes flowing, breaking my heart<br />Wanna live<br />Can&#8217;t let my heart kill myself<br />Still I haven&#8217;t found what I&#8217;m looking for<br />Art of life<br />I try to stop myself<br />But my heart goes to destroy the truth<br />Tell me why<br />I want the meaning of my life<br />Do I try to live, Do I try to love<br />in my dream
<p>I&#8217;m breaking the wall inside my heart<br />I just wanna let my emotions get out<br />Nobody can stop<br />I&#8217;m running to freedom<br />No matter how you try to hold me in your world<br />Like a doll carried by the flow of time<br />I sacrificed the present moment for the future<br />I was in chains of memory half-blinded<br />Losing my heart, walking in the sea of dreams
<p>Close my eyes<br />Rose breathes I can hear<br />All love and sadness melt in my heart<br />Dry my tears<br />Wipe my bloody face<br />I wanna feel me living my life<br />outside my mind
<p>Dreams can make me mad<br />I can&#8217;t leave my dream<br />I can&#8217;t stop myself<br />Don&#8217;t know what I am<br />What lies are truth?<br />What truths are lies?
<p>I believe in the madness called &#8220;Now&#8221;<br />Time goes flowing, breaking my heart<br />Wanna live<br />Can&#8217;t let my heart kill myself<br />Still I haven&#8217;t found what I&#8217;m looking for<br />Art of life<br />I try to stop myself<br />But my heart goes to destroy the truth<br />Tell me why<br />I want the meaning of my life<br />Do I try to live? Do I try to love?
<p>Art of life<br />An Eternal Bleeding heart<br />You never wanna breathe your last<br />Wanna live<br />Can&#8217;t let my heart kill myself<br />Still I&#8217;m feeling for<br />A Rose is breathing love<br />in my life</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/geekycoder.wordpress.com/3995/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/geekycoder.wordpress.com/3995/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/geekycoder.wordpress.com/3995/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/geekycoder.wordpress.com/3995/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/geekycoder.wordpress.com/3995/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/geekycoder.wordpress.com/3995/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/geekycoder.wordpress.com/3995/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/geekycoder.wordpress.com/3995/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/geekycoder.wordpress.com/3995/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/geekycoder.wordpress.com/3995/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/geekycoder.wordpress.com/3995/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/geekycoder.wordpress.com/3995/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=geekycoder.wordpress.com&blog=1079773&post=3995&subd=geekycoder&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://geekycoder.wordpress.com/2008/07/01/reviewsong-reunion-of-x-japan/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geekycoder-128.jpg" medium="image">
			<media:title type="html">GreekyCoder</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image15.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image16.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image9.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image17.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image18.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image10.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image11.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image12.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image13.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/zoj7KP3N9b0/2.jpg" medium="image" />

		<media:content url="http://geekycoder.files.wordpress.com/2008/07/image14.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/LJMJHNERo84/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/zbEwzrusWjA/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/2yMWq0TOx8c/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/atknEQoJiYU/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/kx3bAnFyVZk/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/oOXIXFLKhc8/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/EioHkqQ7qdw/2.jpg" medium="image" />
	</item>
		<item>
		<title>Tip&#60;Java&#62;: Minimise potential bug by quantifying local variable with underscore</title>
		<link>http://geekycoder.wordpress.com/2008/06/30/tipjava-minimise-potential-bug-by-quantifying-local-variable-with-underscore/</link>
		<comments>http://geekycoder.wordpress.com/2008/06/30/tipjava-minimise-potential-bug-by-quantifying-local-variable-with-underscore/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 10:06:22 +0000</pubDate>
		<dc:creator>geekycoder</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://geekycoder.wordpress.com/2008/06/30/tipjava-minimise-potential-bug-by-quantifying-local-variable-with-underscore/</guid>
		<description><![CDATA[Veteran programmers surely encounter such situation where they spend countless hours tracking down a hard-to-fin bug that that is due to local variable having the same name as the instance/static variable in a class. In such case, the local variable will take precedent over instance variable which may not be the intention of the programmer. [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Veteran programmers surely encounter such situation where they spend countless hours tracking down a hard-to-fin bug that that is due to local variable having the same name as the instance/static variable in a class. In such case, the local variable will take precedent over instance variable which may not be the intention of the programmer. </p>
<p>Such case is especially prevalent in large class. Despite the best practice that emphasize that class should be kept as small as possible with some gurus setting a threshold of 200 line so that class is easily maintainable, in practice it often impractical for some classes as it creates more classes unnecessarily that results in higher memory consumption, reduced performance and make class navigation time-consuming. If one peruse many open-source projects, one will surely find certain classes having thousands of line of code. With more lines of code also means that the class will be error-prone to carelessness especially if the class is been maintained by many programmers. It is in this situation that name clash is likely the source of difficult bug.</p>
<p><span id="more-3976"></span>
<p>Such name clash are common source of potential bug when local variable utilize the same name as instance variable whether by intention or by assumption. There will be tendency to use back the same name as instance variable for method argument (method argument is also local to method) or as local variable. Another caveat when one reuse local variable name that similar to instance variable name end up confusing himself, and end up periodically checking if the local variable is indeed been declared within the method. When class become large, such meticulous assurance that there is no name clash becomes time-consuming. In a team environment where many programmers fixing each other classes, such check becomes involving and time-wasting.</p>
<p><strong><u>Quantifying local variable with underscore</u></strong></p>
<p>So how do one resolve the name clash which may be the source of potential bug and confusion ? <strong>This could be done by simply prefix local variable/method argument with <u>underscore</u> </strong>eg _myName. In this way, one neither need to worry if there is any potential name clash nor check if a variable is local or instance by its declaration. Just by the name of variable will indicate its scope.</p>
<p><strong><u>Code &lt;TestVariable.java&gt;</u></strong></p>
<p>public class TestVariable<br />{<br />&nbsp;&nbsp;&nbsp; private static int seed = 1;<br />&nbsp;&nbsp;&nbsp; private static String data = &#8220;testing&#8221;;
<p>&nbsp;&nbsp;&nbsp; private static String getResult(int _seed) // local<br />&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // See how easy to tell the scope of variable through its name<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // It is a time-saver if the method and class are large<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int _count = 20;&nbsp;
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return data + (_seed * _count); // local &amp; instance<br />&nbsp;&nbsp;&nbsp; }
<p>&nbsp;&nbsp;&nbsp; public static void main(String[] _args)<br />&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System.out.println(getResult(103));<br />&nbsp;&nbsp;&nbsp; }<br />}</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/geekycoder.wordpress.com/3976/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/geekycoder.wordpress.com/3976/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/geekycoder.wordpress.com/3976/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/geekycoder.wordpress.com/3976/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/geekycoder.wordpress.com/3976/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/geekycoder.wordpress.com/3976/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/geekycoder.wordpress.com/3976/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/geekycoder.wordpress.com/3976/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/geekycoder.wordpress.com/3976/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/geekycoder.wordpress.com/3976/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/geekycoder.wordpress.com/3976/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/geekycoder.wordpress.com/3976/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=geekycoder.wordpress.com&blog=1079773&post=3976&subd=geekycoder&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://geekycoder.wordpress.com/2008/06/30/tipjava-minimise-potential-bug-by-quantifying-local-variable-with-underscore/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geekycoder-128.jpg" medium="image">
			<media:title type="html">GreekyCoder</media:title>
		</media:content>
	</item>
		<item>
		<title>Review&#60;Song&#62;: Kiss me Goodbye, my One &#38; Only Forever Love</title>
		<link>http://geekycoder.wordpress.com/2008/06/29/reviewsong-kiss-me-goodbye-my-one-only-forever-love-2/</link>
		<comments>http://geekycoder.wordpress.com/2008/06/29/reviewsong-kiss-me-goodbye-my-one-only-forever-love-2/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 10:22:54 +0000</pubDate>
		<dc:creator>geekycoder</dc:creator>
		
		<category><![CDATA[Review]]></category>

		<category><![CDATA[Review(Song)]]></category>

		<guid isPermaLink="false">http://geekycoder.wordpress.com/2008/06/29/reviewsong-kiss-me-goodbye-my-one-only-forever-love-2/</guid>
		<description><![CDATA[


Geezer:&#160; (LB2) for All Songs: Forever Love &#124; Kiss Goodbye &#124; 唯一 &#124;&#160; 一首简单的歌 &#124; 不要害怕 &#124;&#160; 愛的就是你 &#124; Mary says &#124;&#160; 雪人



&#160;



  
Wong Li Hong is a popular Taiwanese singer who&#160; creatively combines the western and eastern music to create his own instinctive style of rap and love ballade. 
  




&#160; Forever [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><table border="1" cellspacing="0" cellpadding="2" width="393">
<tbody>
<tr>
<td valign="top" width="391"><a href="http://geekycoder.byethost13.com/geezer.html" target="_blank">Geezer:&nbsp; (LB2) for All Songs: Forever Love | Kiss Goodbye | 唯一 |&nbsp; 一首简单的歌 | 不要害怕 |&nbsp; 愛的就是你 | Mary says |&nbsp; 雪人</a></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<table border="0" cellspacing="0" cellpadding="2" width="388">
<tbody>
<tr>
<td valign="top" width="101"><img border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/06/image79.png?w=86&h=120" width="86" height="120"> <img border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/06/image80.png?w=81&h=121" width="81" height="121"> </td>
<td valign="top" width="285">Wong Li Hong is a popular Taiwanese singer who&nbsp; creatively combines the western and eastern music to create his own instinctive style of rap and love ballade. </p>
<p><img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/06/image94.png?w=128&h=96" width="128" height="96"> <img style="margin:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/06/image95.png?w=127&h=96" width="127" height="96"> </td>
</tr>
</tbody>
</table>
<p><span id="more-3975"></span>
<p>&nbsp;<img border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/06/image81.png?w=130&h=87" width="130" height="87"> <strong><u><font size="4">Forever Love <img border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/06/image82.png?w=69&h=79" width="69" height="79"></font></u></strong></p>
<p><strong><u>MTV</u></strong> <br /><span style="text-align:center; display: block;"><a href="http://geekycoder.wordpress.com/2008/06/29/reviewsong-kiss-me-goodbye-my-one-only-forever-love-2/"><img src="http://img.youtube.com/vi/Mdk_xBffUJ4/2.jpg" alt="" /></a></span></p>
<p><strong><u><font size="2">Forever Love</font></u></strong></p>
<p><font size="2">爱你, <br />不是因为你的美和影 <br />我越来越爱你, <br />每个眼神触动我的心 <br />因为你让我看见forever <br />才了解自己, <br />未来这些日子 <br />要好好珍惜 </font></p>
<p><font size="2">爱我 <br />有些痛苦有些不公平 <br />如果真的爱我 <br />不是理所当然的决定 <br />感到你的呼吸在我耳边 <br />像微风深情 <br />温柔的安抚, <br />我的不安定 <br />所以我要 <br />每年研究你的笑容 <br />wo~~ <br />多么自然 </font></p>
<p><font size="2">forever love forever love <br />我只想用我这一辈子去爱你 <br />从今以后, <br />你会是所有 <br />幸福的理由 </font></p>
<p><font size="2">爱情, <br />是场最美最远的旅行 <br />沿途遇经泥泞 <br />偶尔阻碍我们的前进 <br />感到你的体温在我怀里 <br />像阳光和煦 <br />巧妙的熔化 <br />我的不安定 <br />不可思议 <br />证明我爱你的理由 <br />wo <br />多么自然 <br />你感动的眼睛, <br />我沉默的声音, <br />仿佛就是最好的证明 <br />就让我再说一次 <br />ilove you ~~ <br />直到永远 <br />oh <br />forever love <br />forever love <br />forever love</font></p>
<p><font size="2"></font></p>
<p><strong><u>Live #1</u></strong></p>
<p><span style="text-align:center; display: block;"><a href="http://geekycoder.wordpress.com/2008/06/29/reviewsong-kiss-me-goodbye-my-one-only-forever-love-2/"><img src="http://img.youtube.com/vi/2SyB5YrVFEc/2.jpg" alt="" /></a></span></p>
<p>&nbsp;</p>
<p><strong><u>Live #2</u></strong> <br /><span style="text-align:center; display: block;"><a href="http://geekycoder.wordpress.com/2008/06/29/reviewsong-kiss-me-goodbye-my-one-only-forever-love-2/"><img src="http://img.youtube.com/vi/thB9qAT4SYg/2.jpg" alt="" /></a></span></p>
<p>&nbsp;</p>
<p><strong><u>Live #3</u></strong> <br /><span style="text-align:center; display: block;"><a href="http://geekycoder.wordpress.com/2008/06/29/reviewsong-kiss-me-goodbye-my-one-only-forever-love-2/"><img src="http://img.youtube.com/vi/PzUTp4aXQwk/2.jpg" alt="" /></a></span></p>
<p>&nbsp;</p>
<p><strong><u>Making of Forever Love <br /></u></strong><span style="text-align:center; display: block;"><a href="http://geekycoder.wordpress.com/2008/06/29/reviewsong-kiss-me-goodbye-my-one-only-forever-love-2/"><img src="http://img.youtube.com/vi/poh7fwph2oo/2.jpg" alt="" /></a></span></p>
<p>&nbsp;</p>
<p><strong><u>By 曹格,Gary Chaw</u></strong> <br /><span style="text-align:center; display: block;"><a href="http://geekycoder.wordpress.com/2008/06/29/reviewsong-kiss-me-goodbye-my-one-only-forever-love-2/"><img src="http://img.youtube.com/vi/NiuWM9OvjZc/2.jpg" alt="" /></a></span>&nbsp; </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/geekycoder.wordpress.com/3975/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/geekycoder.wordpress.com/3975/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/geekycoder.wordpress.com/3975/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/geekycoder.wordpress.com/3975/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/geekycoder.wordpress.com/3975/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/geekycoder.wordpress.com/3975/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/geekycoder.wordpress.com/3975/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/geekycoder.wordpress.com/3975/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/geekycoder.wordpress.com/3975/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/geekycoder.wordpress.com/3975/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/geekycoder.wordpress.com/3975/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/geekycoder.wordpress.com/3975/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=geekycoder.wordpress.com&blog=1079773&post=3975&subd=geekycoder&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://geekycoder.wordpress.com/2008/06/29/reviewsong-kiss-me-goodbye-my-one-only-forever-love-2/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geekycoder-128.jpg" medium="image">
			<media:title type="html">GreekyCoder</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/06/image79.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/06/image80.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/06/image94.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/06/image95.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/06/image81.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/06/image82.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/Mdk_xBffUJ4/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/2SyB5YrVFEc/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/thB9qAT4SYg/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/PzUTp4aXQwk/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/poh7fwph2oo/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/NiuWM9OvjZc/2.jpg" medium="image" />
	</item>
		<item>
		<title>UI&#60;App&#62;: Pinnacle Mobile Media Converter</title>
		<link>http://geekycoder.wordpress.com/2008/06/28/uiapp-pinnacle-mobile-media-converter/</link>
		<comments>http://geekycoder.wordpress.com/2008/06/28/uiapp-pinnacle-mobile-media-converter/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 20:35:39 +0000</pubDate>
		<dc:creator>geekycoder</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://geekycoder.wordpress.com/2008/06/28/uiapp-pinnacle-mobile-media-converter/</guid>
		<description><![CDATA[Main
This is a intuitive design where the steps are guided by top-down sequence. User can view the video that is selected for the source.
Notice too the emphasis on the START button.
 
Packaging

       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><u><strong>Main</strong></u></p>
<p>This is a intuitive design where the steps are guided by top-down sequence. User can view the video that is selected for the source.</p>
<p>Notice too the emphasis on the START button.</p>
<p><img style="border-width:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/06/image22.png?w=495&h=252" width="495" height="252" /> </p>
<p><strong><u>Packaging</u></strong></p>
<p><img style="border-width:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/06/image410.png?w=171&h=240" width="171" height="240" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/geekycoder.wordpress.com/3924/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/geekycoder.wordpress.com/3924/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/geekycoder.wordpress.com/3924/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/geekycoder.wordpress.com/3924/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/geekycoder.wordpress.com/3924/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/geekycoder.wordpress.com/3924/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/geekycoder.wordpress.com/3924/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/geekycoder.wordpress.com/3924/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/geekycoder.wordpress.com/3924/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/geekycoder.wordpress.com/3924/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/geekycoder.wordpress.com/3924/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/geekycoder.wordpress.com/3924/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=geekycoder.wordpress.com&blog=1079773&post=3924&subd=geekycoder&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://geekycoder.wordpress.com/2008/06/28/uiapp-pinnacle-mobile-media-converter/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geekycoder-128.jpg" medium="image">
			<media:title type="html">GreekyCoder</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/06/image22.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/06/image410.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>UI&#60;App&#62;: Xara3D</title>
		<link>http://geekycoder.wordpress.com/2008/06/28/uiapp-xara3d/</link>
		<comments>http://geekycoder.wordpress.com/2008/06/28/uiapp-xara3d/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 20:27:09 +0000</pubDate>
		<dc:creator>geekycoder</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://geekycoder.wordpress.com/2008/06/28/uiapp-xara3d/</guid>
		<description><![CDATA[Xara3D is a simple but yet powerful word logo design software with extremely real-time preview of effect. The object can directly manipulated by the mouse. The are two rows of button bars. On top is the standard menu which replicate all the functions found in the left toolbar and Outlook bar.
 
 
Open dialog with [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Xara3D is a simple but yet powerful word logo design software with extremely real-time preview of effect. The object can directly manipulated by the mouse. The are two rows of button bars. On top is the standard menu which replicate all the functions found in the left toolbar and Outlook bar.</p>
<p><img style="border-width:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/06/image63.png?w=488&h=366" width="488" height="366" /> </p>
<p> <span id="more-3937"></span>
<p><strong><u>Open dialog with preview</u></strong></p>
<p><img style="border-width:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/06/image64.png?w=330&h=383" width="330" height="383" /> </p>
<p><strong><u></u></strong></p>
<p><strong><u>Text Panel</u></strong></p>
<p>The More button will toggle the visibility of the character map.</p>
<p><img style="border-width:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/06/image65.png?w=378&h=276" width="378" height="276" /></p>
<p>&#160;</p>
<p><strong><u>Comment dialog</u></strong></p>
<p><img style="border-width:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/06/image66.png?w=240&h=73" width="240" height="73" />&#160; </p>
<p>&#160;</p>
<p><u><strong>Customize dialog</strong></u></p>
<p><img style="border-width:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/06/image67.png?w=324&h=257" width="324" height="257" /> </p>
<p>&#160;</p>
<p><strong><u>File Menu</u></strong></p>
<p>Not all items require accelerator key.</p>
<p><a href="http://geekycoder.files.wordpress.com/2008/06/image68.png"><img style="border-width:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/06/image-thumb2.png?w=244&h=244" width="244" height="244" /></a> </p>
<p>&#160;</p>
<p><strong><u>Slider dropdown</u></strong></p>
<p>This is very fantastic feature. User can change the real time display either entering the only numeric digit. The percent sign is shown once user accept the input or lost focus. Or either click and drag on the slider indicator. The indicator will display the bar while the slider component is moved to vertical position with the value. The slider value need not have to be 1% increment.</p>
<p><img style="border-width:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/06/image69.png?w=364&h=262" width="364" height="262" /> </p>
<p>&#160;</p>
<p><strong><u>Help Menu</u></strong></p>
<p>Not all buttons require image.</p>
<p><a href="http://geekycoder.files.wordpress.com/2008/06/image70.png"><img style="border-width:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/06/image-thumb3.png?w=146&h=240" width="146" height="240" /></a> </p>
<p>&#160;</p>
<p><strong><u>Packaging</u></strong></p>
<p><a href="http://geekycoder.files.wordpress.com/2008/06/image71.png"><img style="border-width:0;" border="0" alt="image" src="http://geekycoder.files.wordpress.com/2008/06/image-thumb4.png?w=240&h=240" width="240" height="240" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/geekycoder.wordpress.com/3937/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/geekycoder.wordpress.com/3937/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/geekycoder.wordpress.com/3937/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/geekycoder.wordpress.com/3937/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/geekycoder.wordpress.com/3937/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/geekycoder.wordpress.com/3937/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/geekycoder.wordpress.com/3937/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/geekycoder.wordpress.com/3937/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/geekycoder.wordpress.com/3937/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/geekycoder.wordpress.com/3937/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/geekycoder.wordpress.com/3937/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/geekycoder.wordpress.com/3937/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=geekycoder.wordpress.com&blog=1079773&post=3937&subd=geekycoder&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://geekycoder.wordpress.com/2008/06/28/uiapp-xara3d/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geekycoder-128.jpg" medium="image">
			<media:title type="html">GreekyCoder</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/06/image63.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/06/image64.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/06/image65.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/06/image66.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/06/image67.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/06/image-thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/06/image69.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/06/image-thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://geekycoder.files.wordpress.com/2008/06/image-thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Welcome to GeekyUI</title>
		<link>http://geekycoder.wordpress.com/2008/06/28/welcome-to-geekyui/</link>
		<comments>http://geekycoder.wordpress.com/2008/06/28/welcome-to-geekyui/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 19:50:50 +0000</pubDate>
		<dc:creator>geekycoder</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://geekycoder.wordpress.com/2008/06/28/welcome-to-geekyui/</guid>
		<description><![CDATA[GeekyUI is setup to capture some of the interesting and innovative GUI design for inspiration and learning. There is basically no shortcut in learning GUI screen layout and interaction design, and it takes experience and constant refinement to get a simple UI that at least alleviate much of complexity. One of the most effective way [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>GeekyUI is setup to capture some of the interesting and innovative GUI design for inspiration and learning. There is basically no shortcut in learning GUI screen layout and interaction design, and it takes experience and constant refinement to get a simple UI that at least alleviate much of complexity. One of the most effective way to do that is to learn existing product, whether it is desktop application or web application.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/geekycoder.wordpress.com/3919/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/geekycoder.wordpress.com/3919/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/geekycoder.wordpress.com/3919/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/geekycoder.wordpress.com/3919/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/geekycoder.wordpress.com/3919/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/geekycoder.wordpress.com/3919/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/geekycoder.wordpress.com/3919/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/geekycoder.wordpress.com/3919/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/geekycoder.wordpress.com/3919/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/geekycoder.wordpress.com/3919/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/geekycoder.wordpress.com/3919/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/geekycoder.wordpress.com/3919/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=geekycoder.wordpress.com&blog=1079773&post=3919&subd=geekycoder&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://geekycoder.wordpress.com/2008/06/28/welcome-to-geekyui/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geekycoder-128.jpg" medium="image">
			<media:title type="html">GreekyCoder</media:title>
		</media:content>
	</item>
		<item>
		<title>History of Software</title>
		<link>http://geekycoder.wordpress.com/2008/06/27/history-of-computer-software/</link>
		<comments>http://geekycoder.wordpress.com/2008/06/27/history-of-computer-software/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 21:01:08 +0000</pubDate>
		<dc:creator>geekycoder</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://geekycoder.wordpress.com/2008/06/27/history-of-computer-software/</guid>
		<description><![CDATA[Software.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Software.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/geekycoder.wordpress.com/3917/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/geekycoder.wordpress.com/3917/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/geekycoder.wordpress.com/3917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/geekycoder.wordpress.com/3917/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/geekycoder.wordpress.com/3917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/geekycoder.wordpress.com/3917/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/geekycoder.wordpress.com/3917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/geekycoder.wordpress.com/3917/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/geekycoder.wordpress.com/3917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/geekycoder.wordpress.com/3917/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/geekycoder.wordpress.com/3917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/geekycoder.wordpress.com/3917/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=geekycoder.wordpress.com&blog=1079773&post=3917&subd=geekycoder&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://geekycoder.wordpress.com/2008/06/27/history-of-computer-software/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geekycoder-128.jpg" medium="image">
			<media:title type="html">GreekyCoder</media:title>
		</media:content>
	</item>
		<item>
		<title>Useful Open Source Projects</title>
		<link>http://geekycoder.wordpress.com/2008/06/27/java-open-source-projects/</link>
		<comments>http://geekycoder.wordpress.com/2008/06/27/java-open-source-projects/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 20:56:25 +0000</pubDate>
		<dc:creator>geekycoder</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://geekycoder.wordpress.com/2008/06/27/java-open-source-projects/</guid>
		<description><![CDATA[hello
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>hello</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/geekycoder.wordpress.com/3916/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/geekycoder.wordpress.com/3916/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/geekycoder.wordpress.com/3916/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/geekycoder.wordpress.com/3916/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/geekycoder.wordpress.com/3916/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/geekycoder.wordpress.com/3916/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/geekycoder.wordpress.com/3916/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/geekycoder.wordpress.com/3916/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/geekycoder.wordpress.com/3916/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/geekycoder.wordpress.com/3916/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/geekycoder.wordpress.com/3916/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/geekycoder.wordpress.com/3916/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=geekycoder.wordpress.com&blog=1079773&post=3916&subd=geekycoder&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://geekycoder.wordpress.com/2008/06/27/java-open-source-projects/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geekycoder-128.jpg" medium="image">
			<media:title type="html">GreekyCoder</media:title>
		</media:content>
	</item>
	</channel>
</rss>