<?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>ForDevs &#187; compare</title>
	<atom:link href="http://www.fordevs.com/tag/compare/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fordevs.com</link>
	<description>We Learn We Share</description>
	<lastBuildDate>Fri, 25 Nov 2011 18:55:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Javascript compare two numbers</title>
		<link>http://www.fordevs.com/2008/11/javascript-compare-two-numbers.html</link>
		<comments>http://www.fordevs.com/2008/11/javascript-compare-two-numbers.html#comments</comments>
		<pubDate>Fri, 07 Nov 2008 17:14:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[compare]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/11/javascript-compare-two-numbers.html</guid>
		<description><![CDATA[How to compare two Value in JavaScipts: 1.Get the Value From Html Page using getElementById 2.Compare by Using parseInt For Interger Value and parseFloat For Float Value 3.compare two value as var first=document.getElementById&#40;'first'&#41;.value; var second=document.getElementById&#40;'second'&#41;.value;  &#160; if&#40;parseInt&#40;first&#41;&#38;lt;parseInt&#40;second&#41;&#41; alert&#40;'Second Value is Greater than first'&#41;; &#160; else if&#40;parseInt&#40;first&#41;&#38;gt;parseInt&#40;second&#41;&#41; alert&#40;'First Value is Greater than second'&#41;; &#160; else if&#40;parseInt&#40;first&#41;==parseInt&#40;second&#41;&#41; [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/11/javascript-compare-two-numbers.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

