<?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>How 2 Guru &#187; Javascript</title>
	<atom:link href="http://www.myhow2guru.com/archives/category/webpage-language/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.myhow2guru.com</link>
	<description>My Technical Sharing Blog</description>
	<lastBuildDate>Wed, 21 Jul 2010 02:55:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Javascript select a div content</title>
		<link>http://www.myhow2guru.com/archives/javascript-select-a-div-content/</link>
		<comments>http://www.myhow2guru.com/archives/javascript-select-a-div-content/#comments</comments>
		<pubDate>Fri, 22 May 2009 00:57:20 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=84</guid>
		<description><![CDATA[How to using a javascript command to select and deselect a div tag content? As I know, we can use a select() funtion to select text field value: document.getElementById(&#8216;username&#8217;).select(); But the above example does not work for a div or span tag. For the div or span tag, it is pretty simply, just few lines [...]]]></description>
		<wfw:commentRss>http://www.myhow2guru.com/archives/javascript-select-a-div-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic wizard form using dhtml &amp; javascript.</title>
		<link>http://www.myhow2guru.com/archives/dynamic-wizard-form-using-dhtml-javascript/</link>
		<comments>http://www.myhow2guru.com/archives/dynamic-wizard-form-using-dhtml-javascript/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 12:00:56 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[DHTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[createElement]]></category>
		<category><![CDATA[createTextNode]]></category>
		<category><![CDATA[Dynamic HTML]]></category>
		<category><![CDATA[removeChild]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=67</guid>
		<description><![CDATA[Recently I am working in a project that require some customization on the application. They need a wizard page that will allow user to add in items. To make the wizard page be more user friendly, I try to using dynamic html to create fields if required. When user add in a item, the page [...]]]></description>
		<wfw:commentRss>http://www.myhow2guru.com/archives/dynamic-wizard-form-using-dhtml-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Javascript string replace all</title>
		<link>http://www.myhow2guru.com/archives/javascript-string-replace-all/</link>
		<comments>http://www.myhow2guru.com/archives/javascript-string-replace-all/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 10:55:42 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[replace all]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=60</guid>
		<description><![CDATA[In PHP, str_replace will replace all the occurrence key in a string to the value that specified by user. In Javascript, if you using a replace function without specified, it will only replace the first occurrence of the key in the string to the value. For example : &#60;script&#62; var js_str = "Visit RedHat now [...]]]></description>
		<wfw:commentRss>http://www.myhow2guru.com/archives/javascript-string-replace-all/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Detect &amp; trigger action while user exit webpage</title>
		<link>http://www.myhow2guru.com/archives/detect-trigger-action-while-user-exit-webpage/</link>
		<comments>http://www.myhow2guru.com/archives/detect-trigger-action-while-user-exit-webpage/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 04:02:00 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[onbeforeunload]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=22</guid>
		<description><![CDATA[Some of website developers are need to track on visitor&#8217;s activity during browsing their website. Even would like to track when the visitor exit or quit their website. Below is a simple example on how to using a javascript command to track on visitor exit/close page action. Example: &#60;script language=&#8221;javascript&#8221;&#62; function trackUser(){ //doing something here [...]]]></description>
		<wfw:commentRss>http://www.myhow2guru.com/archives/detect-trigger-action-while-user-exit-webpage/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
