<?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/"
	>

<channel>
	<title>Some Java, JEE and WebSphere stuffs &#187; JavaScript</title>
	<atom:link href="http://www.albeesonline.com/blog/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.albeesonline.com/blog</link>
	<description>Something about JEE and WebSphere. Java, JEE and WebSphere tips and tutorials</description>
	<lastBuildDate>Wed, 05 Oct 2011 04:16:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Ajax with jQuery:A sample program</title>
		<link>http://www.albeesonline.com/blog/2011/03/30/ajax-with-jquerya-sample-program/</link>
		<comments>http://www.albeesonline.com/blog/2011/03/30/ajax-with-jquerya-sample-program/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 06:09:26 +0000</pubDate>
		<dc:creator>Lavanya Anand</dc:creator>
				<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=462</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2011/03/30/ajax-with-jquerya-sample-program/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JavaScript fading effect</title>
		<link>http://www.albeesonline.com/blog/2008/09/25/javascript-fading-effect/</link>
		<comments>http://www.albeesonline.com/blog/2008/09/25/javascript-fading-effect/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 03:56:42 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[fading effect]]></category>
		<category><![CDATA[JavaScript fading effect]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=220</guid>
		<description><![CDATA[JavaScript fading effect. Have you come across a situation where you need to fade out some text message? Recently in one of my project I wanted to fade out the error message after few seconds. This fading effect can be easily achieved with little JavaScript. The complete JavaScript code for fading effect is given below. [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2008/09/25/javascript-fading-effect/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Finding the value of a radio button</title>
		<link>http://www.albeesonline.com/blog/2008/02/08/finding-the-value-of-a-radio-button/</link>
		<comments>http://www.albeesonline.com/blog/2008/02/08/finding-the-value-of-a-radio-button/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 08:33:27 +0000</pubDate>
		<dc:creator>Albin Joseph</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.albeesonline.com/2008/02/08/finding-the-value-of-a-radio-button/</guid>
		<description><![CDATA[In order to get the value of a radio button using JavaScript, we need to loop through all the radio buttons in that set and then find out the value of the radio button which is checked. For eg: ?View Code HTML&#60;form name=&#34;frmRadio&#34; method=&#34;post&#34;&#62; &#60;input name=&#34;choice&#34; value=&#34;1&#34; type=&#34;radio&#34; /&#62;1 &#60;input name=&#34;choice&#34; value=&#34;2&#34; type=&#34;radio&#34; /&#62;2 &#60;input [...]]]></description>
		<wfw:commentRss>http://www.albeesonline.com/blog/2008/02/08/finding-the-value-of-a-radio-button/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

