<?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; General</title>
	<atom:link href="http://www.gobdg.com/blog/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gobdg.com/blog</link>
	<description>Web development, coffee, and abe froman.</description>
	<lastBuildDate>Tue, 08 Sep 2009 22:01:16 +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>Z-index Internet Explorer IE6</title>
		<link>http://www.gobdg.com/blog/2009/05/z-index-internet-explorer-ie6/</link>
		<comments>http://www.gobdg.com/blog/2009/05/z-index-internet-explorer-ie6/#comments</comments>
		<pubDate>Fri, 22 May 2009 19:45:09 +0000</pubDate>
		<dc:creator>Tison</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ie bug]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[white water rafting]]></category>

		<guid isPermaLink="false">http://www.gobdg.com/blog/?p=233</guid>
		<description><![CDATA[Problem z-index is not performing properly in internet explorer, ie6, ie7, etc. Don&#8217;t worry it&#8217;s not you, this is yet another bug in IE.  IE does not render z-index properly: “In Internet Explorer positioned elements generate a new stacking context, starting with a z-index value of 0. Therefore z-index doesn’t work correctly” Solutions/Workarounds Give the [...]]]></description>
		<wfw:commentRss>http://www.gobdg.com/blog/2009/05/z-index-internet-explorer-ie6/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Vertical &amp; Horizontal Centering w/ 3 lines of CSS</title>
		<link>http://www.gobdg.com/blog/2009/05/vertical-horizontal-centering-w-3-lines-of-css/</link>
		<comments>http://www.gobdg.com/blog/2009/05/vertical-horizontal-centering-w-3-lines-of-css/#comments</comments>
		<pubDate>Fri, 22 May 2009 16:44:35 +0000</pubDate>
		<dc:creator>Tison</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[gold standards]]></category>

		<guid isPermaLink="false">http://www.gobdg.com/blog/?p=228</guid>
		<description><![CDATA[This method has become our &#8216;gold standard&#8217; for centering your sites, images, or anything directly in the center of the page (vertically and horizontally).  It&#8217;s easy to use, unobtrusive to your other page elements, requires only 3 lines of CSS and no javascript.  It&#8217;s almost like a CSS plugin of sorts.   The only downside is [...]]]></description>
		<wfw:commentRss>http://www.gobdg.com/blog/2009/05/vertical-horizontal-centering-w-3-lines-of-css/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Section 508 Compliance in Plain English</title>
		<link>http://www.gobdg.com/blog/2009/03/section-508-compliance-in-plain-english/</link>
		<comments>http://www.gobdg.com/blog/2009/03/section-508-compliance-in-plain-english/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 23:06:04 +0000</pubDate>
		<dc:creator>Tison</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.gobdg.com/blog/?p=51</guid>
		<description><![CDATA[We debated calling this the &#8220;Complete Idiot&#8217;s Guide to Section 508 Compliance&#8221; and to tell you the truth, we&#8217;re still leaning towards changing it.  In any case, for anyone tasked with creating a Section 508 Compliant website, you may first want to take a look at the Section 508 official site.  Much of our info [...]]]></description>
		<wfw:commentRss>http://www.gobdg.com/blog/2009/03/section-508-compliance-in-plain-english/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Set all checkboxes to disabled, Check all Checkboxes</title>
		<link>http://www.gobdg.com/blog/2008/04/set-all-checkboxes-to-disabled-check-all-checkboxes/</link>
		<comments>http://www.gobdg.com/blog/2008/04/set-all-checkboxes-to-disabled-check-all-checkboxes/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 19:35:19 +0000</pubDate>
		<dc:creator>Tison</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[JavaScript/DOM]]></category>

		<guid isPermaLink="false">http://www.gobdg.com/blog/2008/04/30/set-all-checkboxes-to-disabled-check-all-checkboxes/</guid>
		<description><![CDATA[The following code will iterate all your checkbox elements (within the form you specify), and disable them all. Tested in ie and mozilla only. function disableAllChecks(fmobj) { for (var i=0;i]]></description>
		<wfw:commentRss>http://www.gobdg.com/blog/2008/04/set-all-checkboxes-to-disabled-check-all-checkboxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating &#8220;Buy Now&#8221; Links in Google Calendar</title>
		<link>http://www.gobdg.com/blog/2008/04/creating-buy-now-links-in-google-calendar/</link>
		<comments>http://www.gobdg.com/blog/2008/04/creating-buy-now-links-in-google-calendar/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 21:52:03 +0000</pubDate>
		<dc:creator>Tison</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.gobdg.com/blog/2008/04/03/creating-buy-now-links-in-google-calendar/</guid>
		<description><![CDATA[This tutorial will walk through the steps in adding a &#8220;Buy Now&#8221; link within your Google Calendar. Using this method, you can then embed your Google Calendar on your website, and display scheduled classes, or events that users can sign up for online. Requirements: A Google Checkout account A Google Calendar account 1. Login to [...]]]></description>
		<wfw:commentRss>http://www.gobdg.com/blog/2008/04/creating-buy-now-links-in-google-calendar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
