<?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; HTML</title>
	<atom:link href="http://www.myhow2guru.com/archives/tag/html/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>html mailto command</title>
		<link>http://www.myhow2guru.com/archives/html-mailto-command/</link>
		<comments>http://www.myhow2guru.com/archives/html-mailto-command/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 11:07:24 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[mailto]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=71</guid>
		<description><![CDATA[Today, due to some task&#8217;s requirement, I need to play around with the html mailto command. As I know, the mailto command is just prompt up the visitor email client &#38; auto fill in the To field. After some research, I found that actually the mailto command is more power than what I though. Below [...]]]></description>
		<wfw:commentRss>http://www.myhow2guru.com/archives/html-mailto-command/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Disable select in Mozilla Firefox</title>
		<link>http://www.myhow2guru.com/archives/disable-select-in-mozilla-firefox/</link>
		<comments>http://www.myhow2guru.com/archives/disable-select-in-mozilla-firefox/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 13:18:15 +0000</pubDate>
		<dc:creator>h2Guru</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Webpage Language]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.myhow2guru.com/?p=10</guid>
		<description><![CDATA[This post is to teaching a simple way on how to disable the select on the mozilla firefox. As I know, if you want to disable select in the Internet Explorer(IE), you may using the javascript onselect event to return a &#8220;FALSE&#8221;. This method will be only work for IE but not Firefox. Below is [...]]]></description>
		<wfw:commentRss>http://www.myhow2guru.com/archives/disable-select-in-mozilla-firefox/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
