<?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>Vidhya's Blog</title>
	<atom:link href="http://svidhya.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://svidhya.wordpress.com</link>
	<description></description>
	<lastBuildDate>Thu, 28 May 2009 05:51:10 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='svidhya.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/2ed9eb23789a9833df462173d00f90e6?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Vidhya's Blog</title>
		<link>http://svidhya.wordpress.com</link>
	</image>
			<item>
		<title>To compare two dates in javascript</title>
		<link>http://svidhya.wordpress.com/2009/05/28/to-compare-two-dates-in-javascript/</link>
		<comments>http://svidhya.wordpress.com/2009/05/28/to-compare-two-dates-in-javascript/#comments</comments>
		<pubDate>Thu, 28 May 2009 05:48:38 +0000</pubDate>
		<dc:creator>svidhya</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[compare dates in javascript]]></category>

		<guid isPermaLink="false">http://svidhya.wordpress.com/?p=141</guid>
		<description><![CDATA[function CompareDateFrom(ptr1,ptr2)
{
if(ptr2.value != &#8221;)
{
d1 = new Date(ptr1.value);
d2 = new Date(ptr2.value);
if(d1 &#62; d2)
{
msg = &#8220;From cannot be greater than To!&#8221;;
if(msg)
{
alert(msg);
ptr1.value = &#8220;&#8221;;
return false;
}
}
}
}
&#60;input type=&#8221;text&#8221; name=&#8221;date_from&#8221; size=&#8221;7&#8243; onblur=&#8221;javascript:check_date(this);CompareDateFrom (this,document.formname.date_to);&#8221;&#8230;&#8230;.&#62;
&#60;input type=&#8221;text&#8221; name=&#8221;date_to&#8221; size=&#8221;7&#8243;&#8230;.&#62;
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidhya.wordpress.com&blog=1748273&post=141&subd=svidhya&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>function CompareDateFrom(ptr1,ptr2)<br />
{<br />
if(ptr2.value != &#8221;)<br />
{<br />
d1 = new Date(ptr1.value);<br />
d2 = new Date(ptr2.value);<br />
if(d1 &gt; d2)<br />
{<br />
msg = &#8220;From cannot be greater than To!&#8221;;<br />
if(msg)<br />
{<br />
alert(msg);<br />
ptr1.value = &#8220;&#8221;;<br />
return false;<br />
}<br />
}<br />
}<br />
}</p>
<p>&lt;input type=&#8221;text&#8221; name=&#8221;date_from&#8221; size=&#8221;7&#8243; onblur=&#8221;javascript:check_date(this);CompareDateFrom (this,document.formname.date_to);&#8221;&#8230;&#8230;.&gt;</p>
<p>&lt;input type=&#8221;text&#8221; name=&#8221;date_to&#8221; size=&#8221;7&#8243;&#8230;.&gt;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/svidhya.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/svidhya.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/svidhya.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/svidhya.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/svidhya.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/svidhya.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/svidhya.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/svidhya.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/svidhya.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/svidhya.wordpress.com/141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidhya.wordpress.com&blog=1748273&post=141&subd=svidhya&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://svidhya.wordpress.com/2009/05/28/to-compare-two-dates-in-javascript/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d46abdb19314135732e375c497bf3238?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svidhya</media:title>
		</media:content>
	</item>
		<item>
		<title>Essential health facts</title>
		<link>http://svidhya.wordpress.com/2008/11/17/essential-health-facts/</link>
		<comments>http://svidhya.wordpress.com/2008/11/17/essential-health-facts/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 11:10:05 +0000</pubDate>
		<dc:creator>svidhya</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[health facts]]></category>

		<guid isPermaLink="false">http://svidhya.wordpress.com/?p=126</guid>
		<description><![CDATA[
Dont keep the mobile closer to ears until the recipient answers. Because directly after dialing, the mobile phone would use it&#8217;s maximum signaling power, which is: 2watts = 33dbi. Please be careful. Please use left ear while using cell (mobile), because if we use the right one it may affect brain directly. This is a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidhya.wordpress.com&blog=1748273&post=126&subd=svidhya&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><ul type="disc">
<li>Dont keep the mobile closer to ears until the recipient answers. Because directly after dialing, the mobile phone would use it&#8217;s maximum signaling power, which is: 2watts = 33dbi. Please be careful. Please use left ear while using cell (mobile), because if we use the right one it may affect brain directly. This is a true fact from Apollo medical team.</li>
<li>Do not drink APPY FIZZ . It contains cancer causing agent.</li>
<li>Dont eat Mentos before or after drinking Coke or Pepsi coz the person will die immediately as the mixture becomes cyanide.</li>
<li>Dont eat kurkure because it contains high amount of plastic if U don&#8217;t Believe burn kurkure n u can see plastic melting.!! News report from Times of India.</li>
<li>Avoid these tablets as they are very dangerous:
<ol>
	1. D-Cold<br />
	2. Vicks action-500<br />
	3. Actified<br />
	4. Coldarin<br />
	5. Co some<br />
	6. Nice<br />
	7. Nimulid<br />
	8. Cetrizet-D
</ol>
</li>
<p>They contain Phenyl- Propanol -Amide PPA.Which Causes strokes, and these tablets are banned in U.S.</p>
<li><strong>Cotton Ear Buds&#8230; </strong> Please do not show sympathy to people selling buds on roadside or at Signals by buying their ear buds (instead we can give them money without taking their ear buds)&#8230;.. Those were made from cotton that has already been used in hospitals. They take all the dirty, blood and pus filled cotton, wash it, bleach it and use it to make ear buds.</li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/svidhya.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/svidhya.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/svidhya.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/svidhya.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/svidhya.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/svidhya.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/svidhya.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/svidhya.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/svidhya.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/svidhya.wordpress.com/126/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidhya.wordpress.com&blog=1748273&post=126&subd=svidhya&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://svidhya.wordpress.com/2008/11/17/essential-health-facts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d46abdb19314135732e375c497bf3238?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svidhya</media:title>
		</media:content>
	</item>
		<item>
		<title>Useful tips on backpain</title>
		<link>http://svidhya.wordpress.com/2008/11/06/useful-tips-on-backpain/</link>
		<comments>http://svidhya.wordpress.com/2008/11/06/useful-tips-on-backpain/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 08:48:34 +0000</pubDate>
		<dc:creator>svidhya</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[tips on backpain]]></category>

		<guid isPermaLink="false">http://svidhya.wordpress.com/?p=100</guid>
		<description><![CDATA[











Predominantly do Yoga regularly.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidhya.wordpress.com&blog=1748273&post=100&subd=svidhya&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://svidhya.files.wordpress.com/2008/11/img11.jpg"><img class="alignnone size-full wp-image-103" title="img11" src="http://svidhya.files.wordpress.com/2008/11/img11.jpg?w=400&#038;h=400" alt="img11" width="400" height="400" /></a></p>
<p><a href="http://svidhya.files.wordpress.com/2008/11/img2.jpg"><img class="alignnone size-full wp-image-104" title="img2" src="http://svidhya.files.wordpress.com/2008/11/img2.jpg?w=400&#038;h=400" alt="img2" width="400" height="400" /></a></p>
<p><a href="http://svidhya.files.wordpress.com/2008/11/img4.jpg"><img class="alignnone size-full wp-image-105" title="img4" src="http://svidhya.files.wordpress.com/2008/11/img4.jpg?w=400&#038;h=400" alt="img4" width="400" height="400" /></a></p>
<p><a href="http://svidhya.files.wordpress.com/2008/11/img5.jpg"><img class="alignnone size-full wp-image-106" title="img5" src="http://svidhya.files.wordpress.com/2008/11/img5.jpg?w=400&#038;h=400" alt="img5" width="400" height="400" /></a></p>
<p><a href="http://svidhya.files.wordpress.com/2008/11/img6.jpg"><img class="alignnone size-full wp-image-107" title="img6" src="http://svidhya.files.wordpress.com/2008/11/img6.jpg?w=400&#038;h=400" alt="img6" width="400" height="400" /></a></p>
<p><a href="http://svidhya.files.wordpress.com/2008/11/img71.jpg"><img class="alignnone size-full wp-image-110" title="img71" src="http://svidhya.files.wordpress.com/2008/11/img71.jpg?w=400&#038;h=400" alt="img71" width="400" height="400" /></a></p>
<p><a href="http://svidhya.files.wordpress.com/2008/11/img8.jpg"><img class="alignnone size-full wp-image-112" title="img8" src="http://svidhya.files.wordpress.com/2008/11/img8.jpg?w=400&#038;h=400" alt="img8" width="400" height="400" /></a></p>
<p><a href="http://svidhya.files.wordpress.com/2008/11/img9.jpg"><img class="alignnone size-full wp-image-113" title="img9" src="http://svidhya.files.wordpress.com/2008/11/img9.jpg?w=400&#038;h=400" alt="img9" width="400" height="400" /></a></p>
<p><a href="http://svidhya.files.wordpress.com/2008/11/img10.jpg"><img class="alignnone size-full wp-image-114" title="img10" src="http://svidhya.files.wordpress.com/2008/11/img10.jpg?w=400&#038;h=400" alt="img10" width="400" height="400" /></a></p>
<p><a href="http://svidhya.files.wordpress.com/2008/11/img113.jpg"><img class="alignnone size-full wp-image-119" title="img113" src="http://svidhya.files.wordpress.com/2008/11/img113.jpg?w=400&#038;h=400" alt="img113" width="400" height="400" /></a></p>
<p><a href="http://svidhya.files.wordpress.com/2008/11/img121.jpg"><img class="alignnone size-full wp-image-120" title="img121" src="http://svidhya.files.wordpress.com/2008/11/img121.jpg?w=400&#038;h=400" alt="img121" width="400" height="400" /></a></p>
<p><a href="http://svidhya.files.wordpress.com/2008/11/img13.jpg"><img class="alignnone size-full wp-image-121" title="img13" src="http://svidhya.files.wordpress.com/2008/11/img13.jpg?w=400&#038;h=400" alt="img13" width="400" height="400" /></a></p>
<p><strong><span style="color:maroon;">Predominantly do Yoga regularly.</span></strong></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/svidhya.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/svidhya.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/svidhya.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/svidhya.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/svidhya.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/svidhya.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/svidhya.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/svidhya.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/svidhya.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/svidhya.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidhya.wordpress.com&blog=1748273&post=100&subd=svidhya&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://svidhya.wordpress.com/2008/11/06/useful-tips-on-backpain/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d46abdb19314135732e375c497bf3238?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svidhya</media:title>
		</media:content>

		<media:content url="http://svidhya.files.wordpress.com/2008/11/img11.jpg" medium="image">
			<media:title type="html">img11</media:title>
		</media:content>

		<media:content url="http://svidhya.files.wordpress.com/2008/11/img2.jpg" medium="image">
			<media:title type="html">img2</media:title>
		</media:content>

		<media:content url="http://svidhya.files.wordpress.com/2008/11/img4.jpg" medium="image">
			<media:title type="html">img4</media:title>
		</media:content>

		<media:content url="http://svidhya.files.wordpress.com/2008/11/img5.jpg" medium="image">
			<media:title type="html">img5</media:title>
		</media:content>

		<media:content url="http://svidhya.files.wordpress.com/2008/11/img6.jpg" medium="image">
			<media:title type="html">img6</media:title>
		</media:content>

		<media:content url="http://svidhya.files.wordpress.com/2008/11/img71.jpg" medium="image">
			<media:title type="html">img71</media:title>
		</media:content>

		<media:content url="http://svidhya.files.wordpress.com/2008/11/img8.jpg" medium="image">
			<media:title type="html">img8</media:title>
		</media:content>

		<media:content url="http://svidhya.files.wordpress.com/2008/11/img9.jpg" medium="image">
			<media:title type="html">img9</media:title>
		</media:content>

		<media:content url="http://svidhya.files.wordpress.com/2008/11/img10.jpg" medium="image">
			<media:title type="html">img10</media:title>
		</media:content>

		<media:content url="http://svidhya.files.wordpress.com/2008/11/img113.jpg" medium="image">
			<media:title type="html">img113</media:title>
		</media:content>

		<media:content url="http://svidhya.files.wordpress.com/2008/11/img121.jpg" medium="image">
			<media:title type="html">img121</media:title>
		</media:content>

		<media:content url="http://svidhya.files.wordpress.com/2008/11/img13.jpg" medium="image">
			<media:title type="html">img13</media:title>
		</media:content>
	</item>
		<item>
		<title>Be Careful while eating apples</title>
		<link>http://svidhya.wordpress.com/2008/11/04/be-careful-while-eating-apples/</link>
		<comments>http://svidhya.wordpress.com/2008/11/04/be-careful-while-eating-apples/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 09:18:17 +0000</pubDate>
		<dc:creator>svidhya</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[careful while eating apples]]></category>

		<guid isPermaLink="false">http://svidhya.wordpress.com/?p=93</guid>
		<description><![CDATA[Be Careful when eating apples.
Please don&#8217;t eat the skin of the apple because it&#8217;s coated with wax.
Check before eating any of the fruits.
WAX is being used for preservation purposes and cold storage.
You might be surprised especially apples from USA and other parts are more than one year old, though it would look fresh. Becox wax [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidhya.wordpress.com&blog=1748273&post=93&subd=svidhya&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Be Careful when eating apples.<br />
Please don&#8217;t eat the skin of the apple because it&#8217;s coated with wax.<br />
Check before eating any of the fruits.</p>
<p>WAX is being used for preservation purposes and cold storage.<br />
You might be surprised especially apples from USA and other parts are more than one year old, though it would look fresh. Becox wax is coated, preventing bacteria to enter. So it does not get dry.</p>
<p>Please Eat Apples after removing the wax as demonstrated below. Please follow this and let know others&#8230;</p>
<p><a href="http://svidhya.files.wordpress.com/2008/11/apple.jpeg"><img class="alignnone size-full wp-image-92" title="apple" src="http://svidhya.files.wordpress.com/2008/11/apple.jpeg?w=400&#038;h=400" alt="apple" width="400" height="400" /></a></p>
<p><a href="http://svidhya.files.wordpress.com/2008/11/apple1.jpeg"><img class="alignnone size-full wp-image-94" title="apple1" src="http://svidhya.files.wordpress.com/2008/11/apple1.jpeg?w=400&#038;h=400" alt="apple1" width="400" height="400" /></a></p>
<p><a href="http://svidhya.files.wordpress.com/2008/11/apple2.jpeg"><img class="alignnone size-full wp-image-95" title="apple2" src="http://svidhya.files.wordpress.com/2008/11/apple2.jpeg?w=400&#038;h=400" alt="apple2" width="400" height="400" /></a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/svidhya.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/svidhya.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/svidhya.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/svidhya.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/svidhya.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/svidhya.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/svidhya.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/svidhya.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/svidhya.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/svidhya.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidhya.wordpress.com&blog=1748273&post=93&subd=svidhya&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://svidhya.wordpress.com/2008/11/04/be-careful-while-eating-apples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d46abdb19314135732e375c497bf3238?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svidhya</media:title>
		</media:content>

		<media:content url="http://svidhya.files.wordpress.com/2008/11/apple.jpeg" medium="image">
			<media:title type="html">apple</media:title>
		</media:content>

		<media:content url="http://svidhya.files.wordpress.com/2008/11/apple1.jpeg" medium="image">
			<media:title type="html">apple1</media:title>
		</media:content>

		<media:content url="http://svidhya.files.wordpress.com/2008/11/apple2.jpeg" medium="image">
			<media:title type="html">apple2</media:title>
		</media:content>
	</item>
		<item>
		<title>Set focus in javascript</title>
		<link>http://svidhya.wordpress.com/2008/10/22/set-focus/</link>
		<comments>http://svidhya.wordpress.com/2008/10/22/set-focus/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 09:52:28 +0000</pubDate>
		<dc:creator>svidhya</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[set focus in firefox]]></category>
		<category><![CDATA[set focus not working in firefox]]></category>

		<guid isPermaLink="false">http://svidhya.wordpress.com/?p=82</guid>
		<description><![CDATA[Sometimes focus on a specific form element will not work in Firefox.
To make it work in Firefox, we can use settimeout function.
The function setTimeout() executes the javascript code after a specified time interval.
Syntax : setTimeout(&#8220;javascript statement&#8221;,milliseconds);
The first parameter of setTimeout() is a string that can contain any JavaScript statement.
The second parameter indicates how many milliseconds [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidhya.wordpress.com&blog=1748273&post=82&subd=svidhya&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Sometimes focus on a specific form element will not work in Firefox.<br />
To make it work in Firefox, we can use settimeout function.</p>
<p>The function setTimeout() executes the javascript code after a specified time interval.<br />
Syntax : <strong>setTimeout(&#8220;javascript statement&#8221;,milliseconds);</strong></p>
<p>The first parameter of setTimeout() is a string that can contain any JavaScript statement.<br />
The second parameter indicates how many milliseconds from now we want to execute the first parameter.</p>
<p>To focus on a particular form element, we can give the following statement :</p>
<p><strong>settimeout(function() { ptr.focus();} , 0)</strong> where &#8216;ptr&#8217; is the form element.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/svidhya.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/svidhya.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/svidhya.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/svidhya.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/svidhya.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/svidhya.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/svidhya.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/svidhya.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/svidhya.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/svidhya.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidhya.wordpress.com&blog=1748273&post=82&subd=svidhya&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://svidhya.wordpress.com/2008/10/22/set-focus/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d46abdb19314135732e375c497bf3238?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svidhya</media:title>
		</media:content>
	</item>
		<item>
		<title>Deadly Poison &#8211; Sugarcane Juice</title>
		<link>http://svidhya.wordpress.com/2008/10/13/75/</link>
		<comments>http://svidhya.wordpress.com/2008/10/13/75/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 10:28:50 +0000</pubDate>
		<dc:creator>svidhya</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Deadly poison]]></category>
		<category><![CDATA[sugarcane juice]]></category>

		<guid isPermaLink="false">http://svidhya.wordpress.com/?p=75</guid>
		<description><![CDATA[A friend  whose father works for the government health inspection passed on this info.
Their job is to inspect all hawkers, their cooked food, their store hygiene,  etc. They found sugar cane juice has the highest content of bacteria among all  food. In fact, it has exceeded the set limit.
Hence, they had to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidhya.wordpress.com&blog=1748273&post=75&subd=svidhya&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A friend  whose father works for the government health inspection passed on this info.</p>
<p>Their job is to inspect all hawkers, their cooked food, their store hygiene,  etc. They found sugar cane juice has the highest content of bacteria among all  food. In fact, it has exceeded the set limit.</p>
<p>Hence, they had to  find out why. They went round all sugar cane stores and watched the way the  hawkers handled their sugar cane, wash their glasses, their entire  procedure.But they couldn&#8217;t find the problem.</p>
<p>One day, they stayed till  closing time and discovered some shocking facts! Whenever, the hawkers closed  their stores, they would wash the floor with detergent.</p>
<p>As we know, the  remaining sugarcanes will be placed at the back of the store, vertically  standing and as sugarcanes are very porous, they tend to absorb whatever liquid  around them.</p>
<p>Besides the soapy water, the dirt on hawkers&#8217; boots, cats&#8217;  urine, etc, will all be absorbed??</p>
<p>A friend, who loved sugar cane juice, was  pregnant. She was always drinking sugar cane juice. Anyway, one day she  miscarried and the fetus was already like 6 or 7 months old. When the  doctors did an autopsy to find out why all of a sudden the fetus had died inside  her, they found traces of some chemical substance, which was found in cat urine.  Large traces of it.</p>
<p>While it would not be able to harm adults, it was  extremely toxic to babies, what more a fetus? So they tried to determine how  this cat urine thing could have ended up in the fetus.</p>
<p>This meant that it  had to be digested by the mother, right? And the only logical conclusion they  could come up with was that since these sugar cane juice stall holders just  leave the canes lying around on the wet and dirty floor, it would not be  impossible to think that stray cats could have peed on those sugar canes or near  those sugar canes.</p>
<p>So think carefully the next time when ordering that  favourite sugar cane juice!</p>
<p>Let&#8217;s take action to make this world a better &amp; safer place for  ALL of us &amp; the generations to come.<br />
<b>Is there anyone who is going to take  Sugarcane juice from hawkers anymore?</b></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/svidhya.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/svidhya.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/svidhya.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/svidhya.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/svidhya.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/svidhya.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/svidhya.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/svidhya.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/svidhya.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/svidhya.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidhya.wordpress.com&blog=1748273&post=75&subd=svidhya&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://svidhya.wordpress.com/2008/10/13/75/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d46abdb19314135732e375c497bf3238?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svidhya</media:title>
		</media:content>
	</item>
		<item>
		<title>Heart Attacks and drinking hot water/tea</title>
		<link>http://svidhya.wordpress.com/2008/09/25/61/</link>
		<comments>http://svidhya.wordpress.com/2008/09/25/61/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 08:25:23 +0000</pubDate>
		<dc:creator>svidhya</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[drinking hotwater/tea]]></category>
		<category><![CDATA[heart attacks]]></category>

		<guid isPermaLink="false">http://svidhya.wordpress.com/?p=61</guid>
		<description><![CDATA[Heart Attacks and drinking hot Water/tea
The Chinese and Japanese drink hot tea with their meals, not cold water, maybe it is time we adopt their drinking habit while eating.

For those who like to drink cold water, this article is applicable to you. It is nice to have a cup of cold drink after a meal. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidhya.wordpress.com&blog=1748273&post=61&subd=svidhya&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="font-size:large;font-family:Arial;color:black;"><strong><span style="text-decoration:underline;">Heart Attacks and drinking hot Water/tea</span></strong></span></p>
<p>The Chinese and Japanese drink hot tea with their meals, not cold water, maybe it is time we adopt their drinking habit while eating.<br />
<img src="http://mail.google.com/mail/?ui=2&amp;ik=706c01b8c3&amp;attid=0.0.1&amp;disp=emb&amp;view=att&amp;th=11b8df3944b35376" alt="" /></p>
<p>For those who like to drink cold water, this article is applicable to you. It is nice to have a cup of cold drink after a meal. However, the cold water will solidify the oily stuff that you have just consumed. It will slow down the digestion. Once this &#8220;sludge&#8221; reacts with the acid, it will break down and be absorbed by the intestine faster than the solid food. It will line the intestine.Very soon, this will turn into fats and lead to cancer. It is best to drink hot soup or hot water/tea after a meal.<br />
A serious note about heart attacks &#8211; You should know that not every heart attack symptom is going to be the left arm hurting. Be aware of intense pain in the jaw line.<br />
You may never have the first chest pain during the course of a heart attack.</p>
<p>Nausea and intense sweating are also common symptoms. 60% of people who have a heart attack while they are asleep do not wake up. Pain in the jaw can wake you from a sound sleep. Let&#8217;s be careful and be aware. The more we know, the better chance we could survive..</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/svidhya.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/svidhya.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/svidhya.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/svidhya.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/svidhya.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/svidhya.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/svidhya.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/svidhya.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/svidhya.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/svidhya.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidhya.wordpress.com&blog=1748273&post=61&subd=svidhya&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://svidhya.wordpress.com/2008/09/25/61/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d46abdb19314135732e375c497bf3238?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svidhya</media:title>
		</media:content>

		<media:content url="http://mail.google.com/mail/?ui=2&#38;ik=706c01b8c3&#38;attid=0.0.1&#38;disp=emb&#38;view=att&#38;th=11b8df3944b35376" medium="image" />
	</item>
		<item>
		<title>Creating table without using mouse and menus in MS Word</title>
		<link>http://svidhya.wordpress.com/2008/09/18/49/</link>
		<comments>http://svidhya.wordpress.com/2008/09/18/49/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 12:09:32 +0000</pubDate>
		<dc:creator>svidhya</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[create table in msword]]></category>

		<guid isPermaLink="false">http://svidhya.wordpress.com/?p=49</guid>
		<description><![CDATA[Creating table without using mouse and menus in MS Word
 
It is possible to create table without using mouse and menus in MS word and Outlook. Here it is&#8230;..

 
Type the content (+——+——-+——+) in Microsoft Word and press Enter. One row of a table will be created and for more rows you can press TAB. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidhya.wordpress.com&blog=1748273&post=49&subd=svidhya&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h1>Creating table without using mouse and menus in MS Word</h1>
<p class="MsoNormal"><!--[if !supportEmptyParas]--> <!--[endif]--></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;">It is possible to create table without using mouse and menus in MS word<span style="color:navy;"> </span>and Outlook. Here it is&#8230;..<br />
</span></p>
<p class="MsoNormal"><!--[if !supportEmptyParas]--> <!--[endif]--></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;">Type the content (<strong><span style="color:#990000;">+——+——-+——+</span></strong>) in Microsoft Word</span><span style="font-size:10pt;font-family:Georgia;"> </span><span style="font-size:10pt;font-family:Verdana;">and press <strong><span style="color:#990000;">Enter</span></strong>. One row of a table will be created and for more rows you can press TAB. </span></p>
<p class="MsoNormal"><!--[if !supportEmptyParas]--> <!--[endif]--></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;">Step 1: </span><span lang="EN"> </span><span style="font-size:10pt;font-family:Verdana;">+———–+————————+————-+</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;">Step 2: Press &#8216;Enter&#8217;,  having the cursor at the last ‘+’ . Below will be the result.<br />
</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;"><!--[if !supportEmptyParas]--> <!--[endif]--></span></p>
<table style="margin-left:.75pt;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="width:51.75pt;padding:0;" width="69" valign="top">
<p class="MsoNormal"><!--[if !supportEmptyParas]--> <!--[endif]--></p>
</td>
<td style="width:102.75pt;padding:0;" width="137" valign="top">
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;"> </span></p>
</td>
<td style="width:58.5pt;padding:0;" width="78" valign="top">
<p class="MsoNormal"><!--[if !supportEmptyParas]--> <!--[endif]--></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal">
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;">Step 3: (Press &#8216;TAB&#8217; to create more rows) </span></p>
<table style="margin-left:.75pt;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="width:51.75pt;padding:0;" width="69" valign="top">
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;"> </span></p>
</td>
<td style="width:102.75pt;padding:0;" width="137" valign="top">
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;"> </span></p>
</td>
<td style="width:58.5pt;padding:0;" width="78" valign="top">
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;"> </span></p>
</td>
</tr>
<tr>
<td style="width:51.75pt;padding:0;" width="69" valign="top">
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;"> </span></p>
</td>
<td style="width:102.75pt;padding:0;" width="137" valign="top">
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;"> </span></p>
</td>
<td style="width:58.5pt;padding:0;" width="78" valign="top">
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;"> </span></p>
</td>
</tr>
<tr>
<td style="width:51.75pt;padding:0;" width="69" valign="top">
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;"> </span></p>
</td>
<td style="width:102.75pt;padding:0;" width="137" valign="top">
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;"> </span></p>
</td>
<td style="width:58.5pt;padding:0;" width="78" valign="top">
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;"> </span></p>
</td>
</tr>
<tr>
<td style="width:51.75pt;padding:0;" width="69" valign="top">
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;"> </span></p>
</td>
<td style="width:102.75pt;padding:0;" width="137" valign="top">
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;"> </span></p>
</td>
<td style="width:58.5pt;padding:0;" width="78" valign="top">
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;"> </span></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal">
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;">In this &#8216; <strong>+</strong> &#8216; represents the column borders and &#8216; <strong>–</strong> &#8216; represents the length of the each column. It is one of the <strong>Easter Egg</strong> in Microsoft Word. </span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/svidhya.wordpress.com/49/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/svidhya.wordpress.com/49/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/svidhya.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/svidhya.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/svidhya.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/svidhya.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/svidhya.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/svidhya.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/svidhya.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/svidhya.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/svidhya.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/svidhya.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidhya.wordpress.com&blog=1748273&post=49&subd=svidhya&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://svidhya.wordpress.com/2008/09/18/49/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d46abdb19314135732e375c497bf3238?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svidhya</media:title>
		</media:content>
	</item>
		<item>
		<title>Hidden Programs in Windows XP</title>
		<link>http://svidhya.wordpress.com/2008/09/18/hidden-programs-in-windows-xp/</link>
		<comments>http://svidhya.wordpress.com/2008/09/18/hidden-programs-in-windows-xp/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 11:23:58 +0000</pubDate>
		<dc:creator>svidhya</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[hidden programs]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://svidhya.wordpress.com/?p=42</guid>
		<description><![CDATA[SOME  HIDDEN PROGRAMS IN WINDOWS XP 



1- Private Character  Editor
This program is for designing icons and Characters  (Alphapet)
Click: start
Then: run
Type:  EUDCEDIT
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;
2-  iExpress
This Program is for conerting your files to  EXCUTABLE files
Click : start
Then : run
type :  iexpress
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;
3-Disk  Cleanup
This program used for cleaning harddisk to offer  space
Click [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidhya.wordpress.com&blog=1748273&post=42&subd=svidhya&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div><span style="text-decoration:underline;"><span style="font-size:large;font-family:Courier New;"><span style="font-weight:bold;font-size:16pt;font-family:'Courier New';">SOME  HIDDEN PROGRAMS IN WINDOWS XP </span></span></span></div>
<div>
<p class="MsoNormal">
<p class="MsoNormal"><span style="font-size:x-small;font-family:Courier New;"><span style="font-size:10pt;font-family:'Courier New';"><br />
1- Private Character  Editor<br />
This program is for designing icons and Characters  (Alphapet)<br />
Click: start<br />
Then: run<br />
Type:  EUDCEDIT<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;</span></span></p>
<p>2-  iExpress<br />
This Program is for conerting your files to  EXCUTABLE files<br />
Click : start<br />
Then : run<br />
type :  iexpress<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;</p>
<p>3-Disk  Cleanup<br />
This program used for cleaning harddisk to offer  space<br />
Click : start<br />
Then : run<br />
type :  cleanmgr<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;</p>
<p>4-Dr  Watson<br />
This program Is for repairing problems in Windows<br />
Click :  start<br />
Then : run<br />
type :  drwtsn32<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;</p>
<p>5-Wi  ndows Media Player 5.1<br />
Opens the old media player<br />
Click :  start<br />
Then : run<br />
type :  mplay32<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;</p>
<p>Program  &#8230;&#8230;&#8230;&#8230;. CODE<br />
__________ __________</p>
<p>Character Map =  charmap<br />
DirectX diagnosis = dxdiag<br />
Object Packager =  packager<br />
System Monitor = perfmon<br />
Program Manager = progman<br />
Remote Access phone book = rasphone<br />
Registry Editor =  regedt32<br />
File siganture verification tool = sigverif<br />
Volume  Contro = sndvol32<br />
System Configuration Editor = sysedit<br />
Syskey =  syskey<br />
Microsoft Telnet Client = telnet</p></div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/svidhya.wordpress.com/42/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/svidhya.wordpress.com/42/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/svidhya.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/svidhya.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/svidhya.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/svidhya.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/svidhya.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/svidhya.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/svidhya.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/svidhya.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/svidhya.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/svidhya.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidhya.wordpress.com&blog=1748273&post=42&subd=svidhya&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://svidhya.wordpress.com/2008/09/18/hidden-programs-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d46abdb19314135732e375c497bf3238?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svidhya</media:title>
		</media:content>
	</item>
		<item>
		<title>Check for browser close event using Javascript</title>
		<link>http://svidhya.wordpress.com/2008/09/08/check-for-browser-close-event-using-javascript/</link>
		<comments>http://svidhya.wordpress.com/2008/09/08/check-for-browser-close-event-using-javascript/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 13:29:45 +0000</pubDate>
		<dc:creator>svidhya</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[broswer close event]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[onbeforeunload]]></category>

		<guid isPermaLink="false">http://svidhya.wordpress.com/?p=31</guid>
		<description><![CDATA[We can check for browser close event through Javascript.
Here is the sample code that checks for browser or tab close using Javascript
&#60;html&#62;
&#60;head&#62;
&#60;title&#62;Browser Close Check&#60;/title&#62;
&#60;script type=&#8221;text/javascript&#8221;&#62;
window.onbeforeunload=confirmExit;
function confirmExit(){
return &#8220;Your information is not saved. Do u really want to close this page?&#8221;
}
&#60;/script&#62;
&#60;/head&#62;
&#60;body&#62;
&#60;h4&#62;Browser Close Checking&#60;/h4&#62;
&#60;/body&#62;
&#60;/html&#62;
The event &#8216;onbeforeunload&#8217; fires before the document is unloaded.
The document will be unloaded when the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidhya.wordpress.com&blog=1748273&post=31&subd=svidhya&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>We can check for browser close event through Javascript.<br />
Here is the sample code that checks for browser or tab close using Javascript</p>
<p>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Browser Close Check&lt;/title&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
window.onbeforeunload=confirmExit;<br />
function confirmExit(){<br />
return &#8220;Your information is not saved. Do u really want to close this page?&#8221;<br />
}<br />
&lt;/script&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;h4&gt;Browser Close Checking&lt;/h4&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>The event <strong>&#8216;onbeforeunload&#8217;</strong> fires before the document is unloaded.<br />
The document will be unloaded when the user navigates to a different URL or attempts to close the browser window.</p>
<p>After executing the above script, when we close the browser it will fire the &#8216;onbeforeunload&#8217; event, which in turn calls the function &#8216;confirmExit&#8217;. This function will alert the specified custom message.</p>
<p>By this way we can customize the browser close event.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/svidhya.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/svidhya.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/svidhya.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/svidhya.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/svidhya.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/svidhya.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/svidhya.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/svidhya.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/svidhya.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/svidhya.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/svidhya.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/svidhya.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=svidhya.wordpress.com&blog=1748273&post=31&subd=svidhya&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://svidhya.wordpress.com/2008/09/08/check-for-browser-close-event-using-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d46abdb19314135732e375c497bf3238?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">svidhya</media:title>
		</media:content>
	</item>
	</channel>
</rss>