<?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>breakthrough design &#187; JavaScript/DOM</title>
	<atom:link href="http://www.gobdg.com/blog/category/javascript-dom/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gobdg.com/blog</link>
	<description>Web development, coffee, and abe froman.</description>
	<lastBuildDate>Wed, 09 Feb 2011 14:36:06 +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>Best Practices for Speeding Up Your Site</title>
		<link>http://www.gobdg.com/blog/2010/11/best-practices-for-speeding-up-your-site/</link>
		<comments>http://www.gobdg.com/blog/2010/11/best-practices-for-speeding-up-your-site/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 13:05:30 +0000</pubDate>
		<dc:creator>Tison</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[JavaScript/DOM]]></category>
		<category><![CDATA[hosting]]></category>

		<guid isPermaLink="false">http://www.gobdg.com/blog/?p=294</guid>
		<description><![CDATA[An amazing article written over at Yahoo on improving page load time, reducing server/page load, and essentially optimizing your website&#8217;s performance: Best Practices for Speeding Up Your Site]]></description>
		<wfw:commentRss>http://www.gobdg.com/blog/2010/11/best-practices-for-speeding-up-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Speed Up Page Load Time</title>
		<link>http://www.gobdg.com/blog/2009/05/how-to-speed-up-page-load-time/</link>
		<comments>http://www.gobdg.com/blog/2009/05/how-to-speed-up-page-load-time/#comments</comments>
		<pubDate>Mon, 04 May 2009 22:04:38 +0000</pubDate>
		<dc:creator>Tison</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript/DOM]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.gobdg.com/blog/?p=118</guid>
		<description><![CDATA[Special thanks to a great article over at Webjackalope: 15 Quick Ways to Shrink Page Load Time Some Odds and Ends from the Article Here are some quick tidbits that we have seen overlooked by developers in the past: Check your Website Load Time Run your pages through the Web Page Analyzer for oodles of [...]]]></description>
		<wfw:commentRss>http://www.gobdg.com/blog/2009/05/how-to-speed-up-page-load-time/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CSS Background Position Transitions w/ JQuery</title>
		<link>http://www.gobdg.com/blog/2009/04/css-background-position-0transitions-w-jquery/</link>
		<comments>http://www.gobdg.com/blog/2009/04/css-background-position-0transitions-w-jquery/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 01:47:30 +0000</pubDate>
		<dc:creator>Tison</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[JavaScript/DOM]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.gobdg.com/blog/?p=96</guid>
		<description><![CDATA[Is there nothing this library can&#8217;t do, or can&#8217;t be added on to do??  Here we&#8217;ve stumbled on how this jquery plugin allows you to fade background colors, images, slide colors from the side/top &#38; even at angles. Get the jQuery Background Position Plugin View some Background Transition Examples Awesome.]]></description>
		<wfw:commentRss>http://www.gobdg.com/blog/2009/04/css-background-position-0transitions-w-jquery/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Position relative + z-index = IE Bug</title>
		<link>http://www.gobdg.com/blog/2009/04/positionrelative-z-index-ie-bug/</link>
		<comments>http://www.gobdg.com/blog/2009/04/positionrelative-z-index-ie-bug/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 20:57:21 +0000</pubDate>
		<dc:creator>Tison</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript/DOM]]></category>
		<category><![CDATA[ie bug]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://www.gobdg.com/blog/?p=89</guid>
		<description><![CDATA[The problem If you&#8217;re dealing with absolutely or relatively positioned elements and you&#8217;re noticing that the z-index property doesn&#8217;t seem to work, you may be encountering yet another IE bug.  In certain cases, IE 6 especially will ignore the z-index property of elements whose parents don&#8217;t have a z-index. The Solution The credit goes to [...]]]></description>
		<wfw:commentRss>http://www.gobdg.com/blog/2009/04/positionrelative-z-index-ie-bug/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>How to show a div over a select box, iframe, flash, java applet, etc</title>
		<link>http://www.gobdg.com/blog/2009/04/how-to-show-a-div-over-a-select-box-iframe-flash-java-applet-etc/</link>
		<comments>http://www.gobdg.com/blog/2009/04/how-to-show-a-div-over-a-select-box-iframe-flash-java-applet-etc/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 19:56:08 +0000</pubDate>
		<dc:creator>Tison</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript/DOM]]></category>
		<category><![CDATA[ie bug]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[SIFR]]></category>

		<guid isPermaLink="false">http://www.gobdg.com/blog/?p=85</guid>
		<description><![CDATA[UPDATE:  Try the Position-Relative Z-index Bug Fix to see if that clears up your issue first.  It&#8217;s worked for us. Are you or anyone you know (who&#8217;s up to our high standards of geekery), ever encountered any of these issues? No matter how high you set the z-index of your absolutely or relatively positioned element, [...]]]></description>
		<wfw:commentRss>http://www.gobdg.com/blog/2009/04/how-to-show-a-div-over-a-select-box-iframe-flash-java-applet-etc/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

