<?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>Art Binaire Blog</title>
	<atom:link href="http://artbinaire.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://artbinaire.com/blog</link>
	<description>blog</description>
	<lastBuildDate>Tue, 14 Dec 2010 07:08:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Internet Explorer 6 Duplicate Characters Bug</title>
		<link>http://artbinaire.com/blog/2010/12/14/internet-explorer-6-duplicate-characters-bug/</link>
		<comments>http://artbinaire.com/blog/2010/12/14/internet-explorer-6-duplicate-characters-bug/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 06:50:24 +0000</pubDate>
		<dc:creator>artb</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Internet Explorer 6]]></category>

		<guid isPermaLink="false">http://artbinaire.com/blog/?p=77</guid>
		<description><![CDATA[Internet Explorer 6 has a puzzling bug involving multiple floated elements; text characters from the last of the floated elements are sometimes duplicated below the last float. This bug is a real headbanger because there seems to be nothing triggering it. However, by now everyone should know that IE needs no excuse to misbehave. The [...]]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer 6 has a puzzling bug involving multiple floated elements; text characters from the last of the floated elements are sometimes duplicated below the last float. This bug is a real headbanger because there seems to be nothing triggering it. However, by now everyone should know that IE needs no excuse to misbehave.</p>
<div id="attachment_78" class="wp-caption aligncenter" style="width: 423px"><img class="size-full wp-image-78 " src="http://artbinaire.com/blog/wp-content/uploads/2010/12/ie_6.gif" alt="Old story line..." width="413" height="362" /><p class="wp-caption-text">Old story line...</p></div>
<p>The direct cause is nothing more than ordinary HTML comments, such as, <!-- end left column -->, sandwiched between floats that come in sequence. Apparently, the comments are hard for IE to digest when they occupy those positions, resulting in a kind of &#8220;screen diarrhea&#8221;. HTML comments inside the floats do not cause the bug, nor do comments before or after the float series. Only comments residing between floats cause the bug.</p>
<p>The effect seen is that some of the last characters from the last floated element of the series are repeated outside and below that floated element. The first sandwiched comment does nothing unusual, but two comments cause the last two characters in that last float to repeat. Each additional comment makes two more characters join the party. It doesn&#8217;t matter which pair of floats straddle the comments. In fact the two triggering comments may follow different floats as long as they have floats both before and after them.</p>
<p><a href="http://www.positioniseverything.net/explorer/dup-characters.html" target="_blank">Read more&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://artbinaire.com/blog/2010/12/14/internet-explorer-6-duplicate-characters-bug/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Embedding the Search Box in HubSpot</title>
		<link>http://artbinaire.com/blog/2010/11/03/embedding-the-search-box-in-hubspot/</link>
		<comments>http://artbinaire.com/blog/2010/11/03/embedding-the-search-box-in-hubspot/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 21:28:59 +0000</pubDate>
		<dc:creator>artb</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[HubSpot]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://artbinaire.com/blog/?p=68</guid>
		<description><![CDATA[Every website with more than a few web pages should have a site search engine. Your visitors expect to be able to search your site and search is the first thing they&#8217;ll try when they are at your site but can&#8217;t find what they&#8217;re looking for. A quick way to add search to your site [...]]]></description>
			<content:encoded><![CDATA[<p>Every website with more than a few web pages should have a site search  engine. Your visitors expect to be able to search your site and search  is the first thing they&#8217;ll try when they are at your site but can&#8217;t find  what they&#8217;re looking for. A quick way to add search to your site is to  use Google&#8217;s Custom Search Engine tool, which allows you to search  against Google&#8217;s master index but pare down the results to only those  found in a select set of websites. The CSE search box and results can be  embedded within your website, providing your visitors with a fully  functional site-wide search experience.</p>
<div id="attachment_72" class="wp-caption aligncenter" style="width: 578px"><img class="size-full wp-image-72 " title="Hubspot and Google Custom Search" src="http://artbinaire.com/blog/wp-content/uploads/2010/11/hubspot.jpg" alt="Hubspot and Google Custom Search" width="568" height="133" /><p class="wp-caption-text">Hubspot and Google Custom Search</p></div>
<p>One challenge with adding the Google CSE to an HubSpot website is that  the search box markup is implemented as a form. The search box markup  suggested by Google for my blog follows:</p>
<p><span style="color: #3366ff;">&lt;form action=&#8221;http://www.meadowlarkenergy.com/search-results/&#8221; id=&#8221;cse-search-box&#8221;&gt;<br />
&lt;div&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;cx&#8221; value=&#8221;009828287250050420178:iusm0y5oo44&#8243; /&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;cof&#8221; value=&#8221;FORID:10&#8243; /&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;ie&#8221; value=&#8221;UTF-8&#8243; /&gt;<br />
&lt;input type=&#8221;text&#8221; name=&#8221;q&#8221; size=&#8221;31&#8243; /&gt;<br />
&lt;input type=&#8221;submit&#8221; name=&#8221;sa&#8221; value=&#8221;Search&#8221; /&gt;<br />
&lt;/div&gt;<br />
&lt;/form&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://www.google.com/cse/brand?form=cse-search-box&amp;lang=en&#8221;&gt;&lt;/script&gt;</span></p>
<p>HubSpot pages already have a postback form present, which  complicates integrating the search box form into your ASP.NET pages. One approach is to use JavaScript (<a href="http://dotnetslackers.com/articles/aspnet/Implementing-Search-in-ASP-NET-with-Google-Custom-Search.aspx" target="_blank">read more</a>) and second one is <a href="http://artbinaire.com/connect/" target="_self">iFrames</a> &lt;iframe&gt;.</p>
]]></content:encoded>
			<wfw:commentRss>http://artbinaire.com/blog/2010/11/03/embedding-the-search-box-in-hubspot/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>We Welcome Om of Medicine</title>
		<link>http://artbinaire.com/blog/2010/10/05/we-welcome-om-of-medicine/</link>
		<comments>http://artbinaire.com/blog/2010/10/05/we-welcome-om-of-medicine/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 18:49:03 +0000</pubDate>
		<dc:creator>artb</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Ann Arbor]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://artbinaire.com/blog/?p=62</guid>
		<description><![CDATA[Our latest project. WP + PHP + CSS = OM. Check it out&#8230;]]></description>
			<content:encoded><![CDATA[<p>Our latest project. WP + PHP + CSS = OM.</p>
<div id="attachment_63" class="wp-caption aligncenter" style="width: 590px"><a href="http://www.omofmedicine.org"><img class="size-full wp-image-63" title="Om of Medicine" src="http://artbinaire.com/blog/wp-content/uploads/2010/10/om.jpg" alt="Om of Medicine" width="580" height="361" /></a><p class="wp-caption-text">Om of Medicine</p></div>
<p><a href="http://www.omofmedicine.org" target="_blank">Check it out&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://artbinaire.com/blog/2010/10/05/we-welcome-om-of-medicine/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How A Web Design Goes Straight To Hell</title>
		<link>http://artbinaire.com/blog/2010/09/01/how-a-web-design-goes-straight-to-hell/</link>
		<comments>http://artbinaire.com/blog/2010/09/01/how-a-web-design-goes-straight-to-hell/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 06:35:44 +0000</pubDate>
		<dc:creator>artb</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://artbinaire.com/blog/?p=57</guid>
		<description><![CDATA[One of our favorite comics that you can find online. So true. So difficult. So painful. Read more here&#8230; Thank you Oatmeal.]]></description>
			<content:encoded><![CDATA[<p>One of our favorite comics that you can find online. So true. So difficult. So painful.</p>
<div id="attachment_58" class="wp-caption aligncenter" style="width: 510px"><a href="http://theoatmeal.com/comics/design_hell"><img class="size-full wp-image-58" title="When web design goes bad" src="http://artbinaire.com/blog/wp-content/uploads/2010/09/ffdfsaf.png" alt="Straight to Hell Boy, Straight to Hell Boy" width="500" height="301" /></a><p class="wp-caption-text">Straight to Hell Boy, Straight to Hell Boy</p></div>
<p><a href="http://theoatmeal.com/comics/design_hell" target="_blank">Read more here&#8230;</a></p>
<p>Thank you Oatmeal.</p>
]]></content:encoded>
			<wfw:commentRss>http://artbinaire.com/blog/2010/09/01/how-a-web-design-goes-straight-to-hell/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Thank you Google</title>
		<link>http://artbinaire.com/blog/2010/08/04/thank-you-google/</link>
		<comments>http://artbinaire.com/blog/2010/08/04/thank-you-google/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 04:12:08 +0000</pubDate>
		<dc:creator>artb</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Google Docs]]></category>

		<guid isPermaLink="false">http://artbinaire.com/blog/?p=53</guid>
		<description><![CDATA[If you’re a big user of Gmail, Calendar, or any of Google’s other account-based services and have spread your data across multiple accounts, Google has a new feature that you’re going to love: Multiple Sign-In. Yes, you’ll finally be able to quickly swap between multiple Google accounts without having to go through the tedious process [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_54" class="wp-caption aligncenter" style="width: 606px"><img class="size-full wp-image-54" title="multi" src="http://artbinaire.com/blog/wp-content/uploads/2010/08/multi.png" alt="Finaly " width="596" height="398" /><p class="wp-caption-text">Finaly </p></div>
<p>If you’re a big user of Gmail, Calendar, or any of Google’s other  account-based services and have spread your data across multiple  accounts, Google has a new feature that you’re going to love: Multiple  Sign-In.  Yes, you’ll finally be able to quickly swap between multiple  Google accounts without having to go through the tedious process of  logging out and logging back in every time.</p>
<p>Granted, the process  generally takes less than a minute, but for those of who have been doing  it a dozen times a day, this is a very welcome change.</p>
<p><a href="http://techcrunch.com/2010/08/03/gmail-multiple-accounts/" target="_blank">Read more at TechCrunch&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://artbinaire.com/blog/2010/08/04/thank-you-google/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>VSFTPD: Transfer Done (but failed to open directory)</title>
		<link>http://artbinaire.com/blog/2010/06/22/vsftpd-transfer-done-but-failed-to-open-directory/</link>
		<comments>http://artbinaire.com/blog/2010/06/22/vsftpd-transfer-done-but-failed-to-open-directory/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 17:38:20 +0000</pubDate>
		<dc:creator>artb</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web Server]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[VSFTPD]]></category>
		<category><![CDATA[vsftpd.conf]]></category>

		<guid isPermaLink="false">http://artbinaire.com/blog/?p=46</guid>
		<description><![CDATA[   1. Using a command-line, goto /etc/selinux/
   2. Open the file config using your prefered text editor (e.g. vim, nano)
   3. Find the option SELINUX= and set it to the following:
      SELINUX=disabled
   4. Save the file and reboot you machine.

Once this has been done, you FTP clients should now be able to access your folders.]]></description>
			<content:encoded><![CDATA[<p>For all of you guys that are looking for using VSFTPD as your FTP client.</p>
<p>Thank you Daniel &#8211; http://danielbstechblog.blogspot.com</p>
<p>In most cases, the supplied sample configuration file for <a href="http://vsftpd.beasts.org/">VSFTPD</a> located in <span style="font-family: courier new; font-style: italic;">/etc/vsftpd</span> will work for most simple setups. However, you might find that after  connecting to your FTP server using you favourite FTP client, you find  you recieve the following error in you client log:</p>
<blockquote>
<p style="text-align: center;">Error: Transfer Done (but failed to open directory)</p>
<div id="attachment_50" class="wp-caption aligncenter" style="width: 410px"><img class="size-full wp-image-50" title="vsftpd failed to open directory" src="http://artbinaire.com/blog/wp-content/uploads/2010/06/vs.jpg" alt="Double Trouble" width="400" height="227" /><p class="wp-caption-text">Double Trouble</p></div></blockquote>
<p>The main reason that the client can&#8217;t read or &#8220;open&#8221; the directory is  permission issues on the folder denying the client access. When running a  Red Hat based (<a href="http://www.redhat.com/">Red Hat</a>, <a href="http://fedoraproject.org/">Fedora</a> etc.) server, <a href="http://fedoraproject.org/wiki/SELinux">SELinux</a> is installed  and live be default. SELinux controls a second set of folder/file access  permissions on top of the standard linux folder permissions system. And  because in most cases SELinux is not setup properly, users and  administrators are unaware that SELinux is working on this layer.</p>
<p>Because of many issues with configuration <a href="http://fedoraproject.org/wiki/SELinux">SELinux</a>, if you don&#8217;t  properly set this up, SELinux will deny FTP access to the folders and  also see the access as a possible security threat.</p>
<p>In my configuration, the standard linux permission system is fine.  Therefore, disabling SELinux resolves this issue.</p>
<p>To disable SELinux (Note: this needs to be done as root or sudo):</p>
<p><a href="http://danielbstechblog.blogspot.com/2009/06/vsftpd-transfer-done-but-failed-to-open.html" target="_blank">Read more&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://artbinaire.com/blog/2010/06/22/vsftpd-transfer-done-but-failed-to-open-directory/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Image Upload WordPress Fix</title>
		<link>http://artbinaire.com/blog/2010/06/15/image-upload-wordpress-fix/</link>
		<comments>http://artbinaire.com/blog/2010/06/15/image-upload-wordpress-fix/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 19:22:41 +0000</pubDate>
		<dc:creator>artb</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[php.ini]]></category>

		<guid isPermaLink="false">http://artbinaire.com/blog/?p=42</guid>
		<description><![CDATA[I setup a new server, ftp, control panel and finally WordPress. Just when I thought I had it, my WordPress just failed with frustrating errors: The uploaded file could not be moved to /var/www/html/wp-content/uploads Unable to create directory /var/www/html/wp-content/uploads After hours of searching &#8211; googling &#8211; forum posting  I ended up with changing directory permissions [...]]]></description>
			<content:encoded><![CDATA[<p>I setup a new server, ftp, control panel and finally WordPress. Just when I thought I had it, my WordPress just failed with frustrating errors:</p>
<ul>
<li>The uploaded file could not be moved to /var/www/html/wp-content/uploads</li>
<li>Unable to create directory /var/www/html/wp-content/uploads</li>
</ul>
<p>After hours of searching &#8211; googling &#8211; forum posting  I ended up with changing directory permissions to 777 ( chmod 777 ), creating new users on the server for my WP admin,  modifying php.ini file ( safe_mode_gid=ON ) and NO RESULTS. If I just know that fix is so simple, so obvious&#8230;</p>
<div id="attachment_43" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-43" title="WordPress Upload Fix" src="http://artbinaire.com/blog/wp-content/uploads/2010/06/wp-fix.jpg" alt="Super Duper Simple" width="500" height="140" /><p class="wp-caption-text">Super Duper Simple</p></div>
<p>Under <strong>Settings &gt; Miscellaneous</strong>, I unchecked ‘Organize my uploads into  month- and year-based folders’. No editing of .htaccess or modifying  mod_security&#8230; It is just that  easy.</p>
]]></content:encoded>
			<wfw:commentRss>http://artbinaire.com/blog/2010/06/15/image-upload-wordpress-fix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apple, Steve Jobs, iSomething vs. Adobe, Flash, iWorld</title>
		<link>http://artbinaire.com/blog/2010/04/29/apple-steve-jobs-isomething-vs-adobe-flash-iworld/</link>
		<comments>http://artbinaire.com/blog/2010/04/29/apple-steve-jobs-isomething-vs-adobe-flash-iworld/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 00:46:37 +0000</pubDate>
		<dc:creator>artb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://artbinaire.com/blog/?p=34</guid>
		<description><![CDATA[Adobe&#8217;s  Flash  software is virtually unavoidable part of today&#8217;s web surfing  and many did not realize Jobs stubbornness &#8211; to this day. Apple&#8217;s boss explains in his blog how there are six problems with flash that are preventing Apple to include Flash on its iPods, iPhones and iPads. &#8220;Flash has made in the era of [...]]]></description>
			<content:encoded><![CDATA[<p><span id="result_box"><span>Adobe&#8217;s  Flash  software is virtually unavoidable part of today&#8217;s web surfing  and  many did not realize Jobs stubbornness &#8211; to this day. </span><span style="background-color: #ffffff;">Apple&#8217;s boss explains in  his blog how there are six problems with flash that are preventing Apple to include Flash on its iPods, iPhones and iPads. </span></span></p>
<p><span><span style="background-color: #ffffff;"></p>
<div id="attachment_35" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-35" title="iphone-steve-jobs" src="http://artbinaire.com/blog/wp-content/uploads/2010/04/iphone-steve-jobs.jpg" alt="Who is getting screwed?" width="450" height="328" /><p class="wp-caption-text">Who is getting screwed?</p></div>
<p></span></span></p>
<p><span id="result_box"><span style="background-color: #ffffff;">&#8220;Flash has made in the era of PC, PC, and the mice.  Adobe should focus on creating tools for HTML5&#8230;&#8221; </span></span></p>
<p><span><span style="background-color: #ffffff;"><a href="http://www.apple.com/hotnews/thoughts-on-flash/" target="_blank">Read more&#8230;</a><br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://artbinaire.com/blog/2010/04/29/apple-steve-jobs-isomething-vs-adobe-flash-iworld/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ivy League Experience</title>
		<link>http://artbinaire.com/blog/2010/04/20/ivy-league-experience/</link>
		<comments>http://artbinaire.com/blog/2010/04/20/ivy-league-experience/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 00:13:13 +0000</pubDate>
		<dc:creator>artb</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Cornell University]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://artbinaire.com/blog/?p=30</guid>
		<description><![CDATA[Take a look at our recent project below. Ithaca is Gorgeous !]]></description>
			<content:encoded><![CDATA[<p>Take a look at our recent project below.</p>
<p>Ithaca is Gorgeous !</p>
<div id="attachment_31" class="wp-caption aligncenter" style="width: 590px"><a href="http://forum.johnson.cornell.edu/students/orgs/retail/index.html"><img class="size-full wp-image-31" title="screenshot" src="http://artbinaire.com/blog/wp-content/uploads/2010/04/screenshot.jpg" alt="Ithaca is Gorgeous" width="580" height="360" /></a><p class="wp-caption-text">Ithaca is Gorgeous</p></div>
]]></content:encoded>
			<wfw:commentRss>http://artbinaire.com/blog/2010/04/20/ivy-league-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ann Arbor Startup</title>
		<link>http://artbinaire.com/blog/2010/04/12/ann-arbor-startup/</link>
		<comments>http://artbinaire.com/blog/2010/04/12/ann-arbor-startup/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 00:40:31 +0000</pubDate>
		<dc:creator>artb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Ann Arbor]]></category>
		<category><![CDATA[Organization]]></category>

		<guid isPermaLink="false">http://artbinaire.com/blog/?p=22</guid>
		<description><![CDATA[How is it that we have never mentioned A2Geeks.org? We don&#8217;t know, but we will fix it ASAP. Looking for Geek events in Ann Arbor? This is the ultimate place to meet Ann Arbor Geeks (us! but not our GF&#8217;s). Are you thinking of starting a company in Ann Arbor?  A2Geeks.org can help. Got a [...]]]></description>
			<content:encoded><![CDATA[<p>How is it that we have never mentioned A2Geeks.org? We don&#8217;t know, but we will fix it ASAP.</p>
<p>Looking for Geek events in Ann Arbor? This is the ultimate place to meet Ann Arbor Geeks (us! but not our GF&#8217;s).</p>
<p>Are you thinking of starting a company in Ann Arbor?  A2Geeks.org can help.</p>
<p>Got a geeky, nerdy project? A2Geeks would love to hear about it.</p>
<div id="attachment_24" class="wp-caption aligncenter" style="width: 450px"><img class="size-full wp-image-24" title="geek3sep2008" src="http://artbinaire.com/blog/wp-content/uploads/2010/04/geek3sep2008.jpg" alt="Geeks are tough!" width="440" height="336" /><p class="wp-caption-text">Geeks are tough!</p></div>
<p>Also, Geeks are IN these days.</p>
<p>Check it out &#8211; <a href="http://www.A2Geeks.org" target="_blank">A2Geeks.org</a>geek</p>
]]></content:encoded>
			<wfw:commentRss>http://artbinaire.com/blog/2010/04/12/ann-arbor-startup/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
