<?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>Jason Rowe &#187; Uncategorized</title>
	<atom:link href="http://jasonrowe.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://jasonrowe.com</link>
	<description></description>
	<lastBuildDate>Tue, 03 Aug 2010 23:10:14 +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>Simpsonizme &#8211; Me as a simpson! :)</title>
		<link>http://jasonrowe.com/2007/07/20/simpsonizme-me-as-a-simpson/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=simpsonizme-me-as-a-simpson</link>
		<comments>http://jasonrowe.com/2007/07/20/simpsonizme-me-as-a-simpson/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 20:07:00 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Simpsonizme]]></category>

		<guid isPermaLink="false">http://rowejason.com/?p=97</guid>
		<description><![CDATA[See what you look like &#8211; http://www.simpsonizeme.com/  show me how it turns out.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rowejason.com/uploaded_images/your_image-769738.png"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://www.rowejason.com/uploaded_images/your_image-769734.png" border="0" alt="" /></a></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0393243031650344";
/* 468x60, created 6/21/09 */
google_ad_slot = "5732188297";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>See what you look like &#8211; <a href="http://www.simpsonizeme.com/">http://www.simpsonizeme.com/</a></p>
<p> show me how it turns out. <img src='http://jasonrowe.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://jasonrowe.com/2007/07/20/simpsonizme-me-as-a-simpson/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Mouse Events onmouseout issue event bubbling</title>
		<link>http://jasonrowe.com/2007/01/12/mouse-events-onmouseout-issue-event-bubbling/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mouse-events-onmouseout-issue-event-bubbling</link>
		<comments>http://jasonrowe.com/2007/01/12/mouse-events-onmouseout-issue-event-bubbling/#comments</comments>
		<pubDate>Fri, 12 Jan 2007 23:23:00 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rowejason.com/?p=68</guid>
		<description><![CDATA[Quick JavaScript example to handle the onmouseout event to prevent event bubbling in IE. if(window.addEventListener) { // Mozilla, Netscape, Firefox object.addEventListener(&#8216;mouseover&#8217;,function() {this.className = &#8220;objectVisible&#8221;;false) object.addEventListener(&#8216;mouseout&#8217;,function() {this.className = &#8220;objectNotVisible&#8221;;return true;}, false)} else { // IE object.onmouseenter = function() {this.className = &#8220;objectVisible&#8221;;return &#8230; <a href="http://jasonrowe.com/2007/01/12/mouse-events-onmouseout-issue-event-bubbling/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Quick JavaScript example to handle the onmouseout event to prevent event bubbling in IE.<br />
<blockquote>
<p>if(window.addEventListener)</p>
<p>{</p>
<p>// Mozilla, Netscape, Firefox</p>
<p>object.addEventListener(&#8216;mouseover&#8217;,function() {this.className = &#8220;objectVisible&#8221;;false)</p>
<p>object.addEventListener(&#8216;mouseout&#8217;,function() {this.className = &#8220;objectNotVisible&#8221;;return true;}, false)} </p>
<p>else { // IE</p>
<p>object.onmouseenter = function() {this.className = &#8220;objectVisible&#8221;;return false;};</p>
<p>object.onmouseleave = function() {this.className = &#8220;objectNotVisible&#8221;;return false;}; </p>
<p>}</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://jasonrowe.com/2007/01/12/mouse-events-onmouseout-issue-event-bubbling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
