<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.4" -->
<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/"
	>

<channel>
	<title>breakthrough design</title>
	<link>http://www.gobdg.com/blog</link>
	<description>Web development, coffee, and abe froman.</description>
	<pubDate>Fri, 11 Jul 2008 18:20:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>Display:block links Extra Padding, whitespace bug in IE</title>
		<link>http://www.gobdg.com/blog/2008/07/11/displayblock-extra-padding-whitespace-bug-in-ie/</link>
		<comments>http://www.gobdg.com/blog/2008/07/11/displayblock-extra-padding-whitespace-bug-in-ie/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 18:19:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>General</category>
		<guid isPermaLink="false">http://www.gobdg.com/blog/2008/07/11/displayblock-extra-padding-whitespace-bug-in-ie/</guid>
		<description><![CDATA[&#8220;If a link with display: block and no explicit dimensions is inside a list item, any spaces or linebreaks that follow the list item in the code will cause extra whitespace to appear in the browser.&#8221;
Just another in the huge slew of IE browser bugs:
http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&#038;productId=1&#038;postId=824

]]></description>
		<wfw:commentRSS>http://www.gobdg.com/blog/2008/07/11/displayblock-extra-padding-whitespace-bug-in-ie/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Display block with &#8220;a&#8221; hyperlinks in IE Internet Explorer</title>
		<link>http://www.gobdg.com/blog/2008/07/11/display-block-with-a-hyperlinks-in-ie-internet-explorer/</link>
		<comments>http://www.gobdg.com/blog/2008/07/11/display-block-with-a-hyperlinks-in-ie-internet-explorer/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 18:10:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>CSS</category>
		<guid isPermaLink="false">http://www.gobdg.com/blog/2008/07/11/display-block-with-a-hyperlinks-in-ie-internet-explorer/</guid>
		<description><![CDATA[Oftentimes, you find yourself creating dynamic CSS driven menus, embedded within lists.  (See every site in our portfolio).  The key to this is usually the following structure (simplified):

&#60;ul>
&#60;li>&#60;a href="somepage.html">Home&#60;/a>&#60;li>
&#60;>ul>

The Problem
The problem is found when setting your &#60;a> link as
display:block
, you&#8217;ll see that although it visually renders properly within IE, and mozilla firefox, opera, [...]]]></description>
		<wfw:commentRSS>http://www.gobdg.com/blog/2008/07/11/display-block-with-a-hyperlinks-in-ie-internet-explorer/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Javascript/CSS 100% Height (Max-Height) Function</title>
		<link>http://www.gobdg.com/blog/2008/05/28/hybrid-javascript-css-height-100-maxheight/</link>
		<comments>http://www.gobdg.com/blog/2008/05/28/hybrid-javascript-css-height-100-maxheight/#comments</comments>
		<pubDate>Wed, 28 May 2008 16:56:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>CSS</category>
	<category>JavaScript/DOM</category>
		<guid isPermaLink="false">http://www.gobdg.com/blog/2008/05/28/hybrid-javascript-css-height-100-maxheight/</guid>
		<description><![CDATA[We can&#8217;t tell you how much we love wrestling with CSS bugs/oversights.  There&#8217;s not a time when we wouldn&#8217;t want to kick back, relax, and fumble through 10-odd google pages, looking for a simple solution for giving an element 100% height.
So far, this is one of the best - 100% height solutions out there [...]]]></description>
		<wfw:commentRSS>http://www.gobdg.com/blog/2008/05/28/hybrid-javascript-css-height-100-maxheight/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Great PHP Date Reference</title>
		<link>http://www.gobdg.com/blog/2008/05/20/great-php-date-reference/</link>
		<comments>http://www.gobdg.com/blog/2008/05/20/great-php-date-reference/#comments</comments>
		<pubDate>Tue, 20 May 2008 17:54:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>PHP</category>
		<guid isPermaLink="false">http://www.gobdg.com/blog/2008/05/20/great-php-date-reference/</guid>
		<description><![CDATA[Just thought we&#8217;d give some trackback attention to a much deserved reference page.  
This reference gives one of the best explanations for addition of and subtraction using PHP&#8217;s built-in Date Function.  Also, easily compute days in the future, past, etc using the simple natural language capabilities in the strtotime function:
PHP Dates, addition, future [...]]]></description>
		<wfw:commentRSS>http://www.gobdg.com/blog/2008/05/20/great-php-date-reference/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Set all checkboxes to disabled, Check all Checkboxes</title>
		<link>http://www.gobdg.com/blog/2008/04/30/set-all-checkboxes-to-disabled-check-all-checkboxes/</link>
		<comments>http://www.gobdg.com/blog/2008/04/30/set-all-checkboxes-to-disabled-check-all-checkboxes/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 19:35:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>General</category>
	<category>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/30/set-all-checkboxes-to-disabled-check-all-checkboxes/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
