<?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>Java Forever</title>
	<atom:link href="http://waywalker1.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://waywalker1.wordpress.com</link>
	<description>All about Java</description>
	<lastBuildDate>Sun, 24 Oct 2010 17:43:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='waywalker1.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Java Forever</title>
		<link>http://waywalker1.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://waywalker1.wordpress.com/osd.xml" title="Java Forever" />
	<atom:link rel='hub' href='http://waywalker1.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to modify string case in Java</title>
		<link>http://waywalker1.wordpress.com/2010/10/24/how-to-modify-string-case-in-java/</link>
		<comments>http://waywalker1.wordpress.com/2010/10/24/how-to-modify-string-case-in-java/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 17:43:30 +0000</pubDate>
		<dc:creator>waywalker1</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://waywalker1.wordpress.com/?p=24</guid>
		<description><![CDATA[Java is a programming language. String is a very important part of Java programming language because strings are everywhere. Names are strings, messages are strings, domain names are strings, main method arguments are  strings etc. What is the case when speaking about string? THIS IS THE UPPER CASE. and that is the lower case. And [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=waywalker1.wordpress.com&amp;blog=6725982&amp;post=24&amp;subd=waywalker1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Java is a programming language.</p>
<p>String is a very important part of Java programming language because strings are everywhere. Names are strings, messages are strings, domain names are strings, main method arguments are  strings etc.</p>
<p>What is the case when speaking about string? THIS IS THE UPPER CASE. and that is the lower case. And they can be exchanged one to another.</p>
<p>So,<a title="http://javastring.javaprogramming4u.info/how-to-modify-strings-case/" href="http://javastring.javaprogramming4u.info/how-to-modify-strings-case/" target="_blank"> how to modify string case in Java</a>? Simple:<br />
<code><br />
"UPPER CASE STRING".toLowerCase();<br />
"lower case string".toUpperCase();<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/waywalker1.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/waywalker1.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/waywalker1.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/waywalker1.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/waywalker1.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/waywalker1.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/waywalker1.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/waywalker1.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/waywalker1.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/waywalker1.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/waywalker1.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/waywalker1.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/waywalker1.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/waywalker1.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=waywalker1.wordpress.com&amp;blog=6725982&amp;post=24&amp;subd=waywalker1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://waywalker1.wordpress.com/2010/10/24/how-to-modify-string-case-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/23996bcc86c494293ae497f2cacb4612?s=96&#38;d=monsterid&#38;r=X" medium="image">
			<media:title type="html">waywalker1</media:title>
		</media:content>
	</item>
		<item>
		<title>Inversion of Control (IoC) in few simple words</title>
		<link>http://waywalker1.wordpress.com/2009/08/07/inversion-of-control-ioc-in-few-simple-words/</link>
		<comments>http://waywalker1.wordpress.com/2009/08/07/inversion-of-control-ioc-in-few-simple-words/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 09:20:51 +0000</pubDate>
		<dc:creator>waywalker1</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://waywalker1.wordpress.com/?p=20</guid>
		<description><![CDATA[What does IoC means? Read more…<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=waywalker1.wordpress.com&amp;blog=6725982&amp;post=20&amp;subd=waywalker1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>What does <strong>IoC</strong> means?<br />
<a href="http://www.javaneverdie.com/java/inversion-of-control-ioc-in-few-simple-words/">Read more…</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/waywalker1.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/waywalker1.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/waywalker1.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/waywalker1.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/waywalker1.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/waywalker1.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/waywalker1.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/waywalker1.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/waywalker1.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/waywalker1.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/waywalker1.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/waywalker1.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/waywalker1.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/waywalker1.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=waywalker1.wordpress.com&amp;blog=6725982&amp;post=20&amp;subd=waywalker1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://waywalker1.wordpress.com/2009/08/07/inversion-of-control-ioc-in-few-simple-words/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/23996bcc86c494293ae497f2cacb4612?s=96&#38;d=monsterid&#38;r=X" medium="image">
			<media:title type="html">waywalker1</media:title>
		</media:content>
	</item>
		<item>
		<title>Choosing language and framework for my dream application</title>
		<link>http://waywalker1.wordpress.com/2009/08/07/choosing-language-and-framework-for-my-dream-application/</link>
		<comments>http://waywalker1.wordpress.com/2009/08/07/choosing-language-and-framework-for-my-dream-application/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 09:13:17 +0000</pubDate>
		<dc:creator>waywalker1</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://waywalker1.wordpress.com/?p=17</guid>
		<description><![CDATA[As most programmers, i have set of ideas for applications that whenever will make me rich and working just for fun man. Read more &#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=waywalker1.wordpress.com&amp;blog=6725982&amp;post=17&amp;subd=waywalker1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As most programmers, i have set of ideas for applications that whenever will make me rich and working just for fun man.<br />
<a href="http://www.javaneverdie.com/java/choosing-language-and-framework-for-my-dream-application/">Read more &#8230;</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/waywalker1.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/waywalker1.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/waywalker1.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/waywalker1.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/waywalker1.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/waywalker1.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/waywalker1.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/waywalker1.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/waywalker1.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/waywalker1.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/waywalker1.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/waywalker1.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/waywalker1.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/waywalker1.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=waywalker1.wordpress.com&amp;blog=6725982&amp;post=17&amp;subd=waywalker1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://waywalker1.wordpress.com/2009/08/07/choosing-language-and-framework-for-my-dream-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/23996bcc86c494293ae497f2cacb4612?s=96&#38;d=monsterid&#38;r=X" medium="image">
			<media:title type="html">waywalker1</media:title>
		</media:content>
	</item>
		<item>
		<title>Comparing Java and Ruby</title>
		<link>http://waywalker1.wordpress.com/2009/08/07/comparing-java-and-ruby/</link>
		<comments>http://waywalker1.wordpress.com/2009/08/07/comparing-java-and-ruby/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 08:56:15 +0000</pubDate>
		<dc:creator>waywalker1</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://waywalker1.wordpress.com/?p=15</guid>
		<description><![CDATA[The common mistake is compare Java to Ruby on Rails. Read more &#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=waywalker1.wordpress.com&amp;blog=6725982&amp;post=15&amp;subd=waywalker1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The common mistake is compare Java to Ruby on Rails.</p>
<p><a href="http://www.javaneverdie.com/java/comparing-java-and-ruby/">Read more &#8230;</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/waywalker1.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/waywalker1.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/waywalker1.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/waywalker1.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/waywalker1.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/waywalker1.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/waywalker1.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/waywalker1.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/waywalker1.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/waywalker1.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/waywalker1.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/waywalker1.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/waywalker1.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/waywalker1.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=waywalker1.wordpress.com&amp;blog=6725982&amp;post=15&amp;subd=waywalker1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://waywalker1.wordpress.com/2009/08/07/comparing-java-and-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/23996bcc86c494293ae497f2cacb4612?s=96&#38;d=monsterid&#38;r=X" medium="image">
			<media:title type="html">waywalker1</media:title>
		</media:content>
	</item>
		<item>
		<title>What java framework(s) to use for web application programming?</title>
		<link>http://waywalker1.wordpress.com/2009/08/07/what-java-frameworks-to-use-for-web-application-programming/</link>
		<comments>http://waywalker1.wordpress.com/2009/08/07/what-java-frameworks-to-use-for-web-application-programming/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 08:54:45 +0000</pubDate>
		<dc:creator>waywalker1</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://waywalker1.wordpress.com/2009/08/07/what-java-frameworks-to-use-for-web-application-programming/</guid>
		<description><![CDATA[Java not in vain considered to be the language of frameworks. Read more &#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=waywalker1.wordpress.com&amp;blog=6725982&amp;post=14&amp;subd=waywalker1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Java not in vain considered to be the language of frameworks.</p>
<p><a href="http://www.javaneverdie.com/java-frameworks/what-java-frameworks-to-use-for-web-application-programming/">Read more &#8230;</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/waywalker1.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/waywalker1.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/waywalker1.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/waywalker1.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/waywalker1.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/waywalker1.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/waywalker1.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/waywalker1.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/waywalker1.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/waywalker1.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/waywalker1.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/waywalker1.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/waywalker1.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/waywalker1.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=waywalker1.wordpress.com&amp;blog=6725982&amp;post=14&amp;subd=waywalker1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://waywalker1.wordpress.com/2009/08/07/what-java-frameworks-to-use-for-web-application-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/23996bcc86c494293ae497f2cacb4612?s=96&#38;d=monsterid&#38;r=X" medium="image">
			<media:title type="html">waywalker1</media:title>
		</media:content>
	</item>
		<item>
		<title>Java Domain Driven Frameworks review</title>
		<link>http://waywalker1.wordpress.com/2009/08/07/java-domain-driven-frameworks-review/</link>
		<comments>http://waywalker1.wordpress.com/2009/08/07/java-domain-driven-frameworks-review/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 08:51:48 +0000</pubDate>
		<dc:creator>waywalker1</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://waywalker1.wordpress.com/?p=12</guid>
		<description><![CDATA[I tried to look for framework like Rails or Jango but in Java. Below are the results: Read more &#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=waywalker1.wordpress.com&amp;blog=6725982&amp;post=12&amp;subd=waywalker1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I tried to look for framework like Rails or Jango but in Java.<br />
Below are the results:</p>
<p><a href="http://www.javaneverdie.com/java-frameworks/java-domain-driven-frameworks-review/">Read more &#8230;</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/waywalker1.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/waywalker1.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/waywalker1.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/waywalker1.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/waywalker1.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/waywalker1.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/waywalker1.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/waywalker1.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/waywalker1.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/waywalker1.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/waywalker1.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/waywalker1.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/waywalker1.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/waywalker1.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=waywalker1.wordpress.com&amp;blog=6725982&amp;post=12&amp;subd=waywalker1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://waywalker1.wordpress.com/2009/08/07/java-domain-driven-frameworks-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/23996bcc86c494293ae497f2cacb4612?s=96&#38;d=monsterid&#38;r=X" medium="image">
			<media:title type="html">waywalker1</media:title>
		</media:content>
	</item>
		<item>
		<title>The method is ambiguous for the type compiler error</title>
		<link>http://waywalker1.wordpress.com/2009/08/07/the-method-is-ambiguous-for-the-type-compiler-error/</link>
		<comments>http://waywalker1.wordpress.com/2009/08/07/the-method-is-ambiguous-for-the-type-compiler-error/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 08:50:24 +0000</pubDate>
		<dc:creator>waywalker1</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://waywalker1.wordpress.com/?p=10</guid>
		<description><![CDATA[Code below illustrated couse of The method is ambiguous for the type compiler error. Read more ...<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=waywalker1.wordpress.com&amp;blog=6725982&amp;post=10&amp;subd=waywalker1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Code below illustrated couse of <span style="color:#000080;"><em>The method is ambiguous for the type</em> </span>compiler error.</p>
<p><a href="http://www.javaneverdie.com/java/the-method-is-ambiguous-for-the-type/">Read more ..</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/waywalker1.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/waywalker1.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/waywalker1.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/waywalker1.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/waywalker1.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/waywalker1.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/waywalker1.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/waywalker1.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/waywalker1.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/waywalker1.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/waywalker1.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/waywalker1.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/waywalker1.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/waywalker1.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=waywalker1.wordpress.com&amp;blog=6725982&amp;post=10&amp;subd=waywalker1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://waywalker1.wordpress.com/2009/08/07/the-method-is-ambiguous-for-the-type-compiler-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/23996bcc86c494293ae497f2cacb4612?s=96&#38;d=monsterid&#38;r=X" medium="image">
			<media:title type="html">waywalker1</media:title>
		</media:content>
	</item>
		<item>
		<title>DOM: how to delete table row(s)</title>
		<link>http://waywalker1.wordpress.com/2009/08/07/dom-how-to-delete-table-rows/</link>
		<comments>http://waywalker1.wordpress.com/2009/08/07/dom-how-to-delete-table-rows/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 08:38:36 +0000</pubDate>
		<dc:creator>waywalker1</dc:creator>
				<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://waywalker1.wordpress.com/?p=6</guid>
		<description><![CDATA[Read more &#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=waywalker1.wordpress.com&amp;blog=6725982&amp;post=6&amp;subd=waywalker1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.javaneverdie.com/javascript/dom-how-to-delete-table-rows/">Read more &#8230;</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/waywalker1.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/waywalker1.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/waywalker1.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/waywalker1.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/waywalker1.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/waywalker1.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/waywalker1.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/waywalker1.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/waywalker1.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/waywalker1.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/waywalker1.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/waywalker1.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/waywalker1.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/waywalker1.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=waywalker1.wordpress.com&amp;blog=6725982&amp;post=6&amp;subd=waywalker1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://waywalker1.wordpress.com/2009/08/07/dom-how-to-delete-table-rows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/23996bcc86c494293ae497f2cacb4612?s=96&#38;d=monsterid&#38;r=X" medium="image">
			<media:title type="html">waywalker1</media:title>
		</media:content>
	</item>
		<item>
		<title>DOM:how to remove select options</title>
		<link>http://waywalker1.wordpress.com/2009/08/07/how-to-remove-select-options/</link>
		<comments>http://waywalker1.wordpress.com/2009/08/07/how-to-remove-select-options/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 08:23:32 +0000</pubDate>
		<dc:creator>waywalker1</dc:creator>
				<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://waywalker1.wordpress.com/?p=3</guid>
		<description><![CDATA[More<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=waywalker1.wordpress.com&amp;blog=6725982&amp;post=3&amp;subd=waywalker1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.javaneverdie.com/javascript/how-to-remove-select-options/">More</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/waywalker1.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/waywalker1.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/waywalker1.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/waywalker1.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/waywalker1.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/waywalker1.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/waywalker1.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/waywalker1.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/waywalker1.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/waywalker1.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/waywalker1.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/waywalker1.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/waywalker1.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/waywalker1.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=waywalker1.wordpress.com&amp;blog=6725982&amp;post=3&amp;subd=waywalker1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://waywalker1.wordpress.com/2009/08/07/how-to-remove-select-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/23996bcc86c494293ae497f2cacb4612?s=96&#38;d=monsterid&#38;r=X" medium="image">
			<media:title type="html">waywalker1</media:title>
		</media:content>
	</item>
	</channel>
</rss>
