<?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>Mike Does Web &#187; javascript</title>
	<atom:link href="http://www.mikedoesweb.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikedoesweb.com</link>
	<description>Web Development, jQuery Plugins, Adventure, etc..</description>
	<lastBuildDate>Thu, 05 Jan 2012 22:37:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Creating your own JavaScript Library</title>
		<link>http://www.mikedoesweb.com/2012/creating-your-own-javascript-library/</link>
		<comments>http://www.mikedoesweb.com/2012/creating-your-own-javascript-library/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 21:54:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://www.mikedoesweb.com/?p=404</guid>
		<description><![CDATA[One of the phases I went through while learning about JavaScript was the intense desire to write my own library, similar to jQuery (but massively scaled down). My library has gone...]]></description>
		<wfw:commentRss>http://www.mikedoesweb.com/2012/creating-your-own-javascript-library/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Really Simple jQuery Tabs</title>
		<link>http://www.mikedoesweb.com/2011/really-simple-jquery-tabs/</link>
		<comments>http://www.mikedoesweb.com/2011/really-simple-jquery-tabs/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 23:01:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Client Side]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Cycle]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Rotator]]></category>
		<category><![CDATA[Tab]]></category>

		<guid isPermaLink="false">http://www.mikedoesweb.com/?p=230</guid>
		<description><![CDATA[Bugged by popular jQuery tab content rotators that a bulky, non semantic, to fast/slow, or can't use custom HTML anywhere you want? Really Simple jQuery Tabs is a jQuery plugin that tries to address each one of those issues. It's goal is to be as simple and flexible as possible. You can completely rip-out and replace the CSS with your own, changing elements position, styling, etc. It is quite small: at 844 bytes your bandwidth won't know the difference!]]></description>
		<wfw:commentRss>http://www.mikedoesweb.com/2011/really-simple-jquery-tabs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Convert &lt; address &gt; tags into Google Map link using jQuery</title>
		<link>http://www.mikedoesweb.com/2011/convert-address-tags-into-google-map-link-using-jquery/</link>
		<comments>http://www.mikedoesweb.com/2011/convert-address-tags-into-google-map-link-using-jquery/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 21:31:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Client Side]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.mikedoesweb.com/?p=138</guid>
		<description><![CDATA[While designing a page template for a University today, I realized that there were many areas of the future pages that would include street addresses: buildings, conferences, offices, ect..  I...]]></description>
		<wfw:commentRss>http://www.mikedoesweb.com/2011/convert-address-tags-into-google-map-link-using-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>100% Height Div with 2 lines of code</title>
		<link>http://www.mikedoesweb.com/2011/100-height-div-with-2-lines-of-code/</link>
		<comments>http://www.mikedoesweb.com/2011/100-height-div-with-2-lines-of-code/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 18:29:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Client Side]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[100%]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Div]]></category>
		<category><![CDATA[Height]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.mikedoesweb.com/?p=98</guid>
		<description><![CDATA[EDIT: This post has several code-blocks of JavaScript to keep two divs at an equal height. I recommend the last method, if you are using jQuery &#8212; It seems to...]]></description>
		<wfw:commentRss>http://www.mikedoesweb.com/2011/100-height-div-with-2-lines-of-code/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Tutorial: Opening a Pop-up window in ASP.net</title>
		<link>http://www.mikedoesweb.com/2010/tutorial-opening-a-pop-up-window-in-asp-net/</link>
		<comments>http://www.mikedoesweb.com/2010/tutorial-opening-a-pop-up-window-in-asp-net/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 05:39:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[pop up window]]></category>

		<guid isPermaLink="false">http://mikedoesweb.com/?p=8</guid>
		<description><![CDATA[There are many reasons that a user would want to open up a new window from your ASP site. Maybe the clicked on a button or a link, maybe the...]]></description>
		<wfw:commentRss>http://www.mikedoesweb.com/2010/tutorial-opening-a-pop-up-window-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

