<?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>Developers blog &#187; Fun</title>
	<atom:link href="http://www.realdevelopers.com/blog/category/fun/feed" rel="self" type="application/rss+xml" />
	<link>http://www.realdevelopers.com/blog</link>
	<description>realdevelopers.com</description>
	<lastBuildDate>Wed, 14 Sep 2011 21:38:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Programming Shirts</title>
		<link>http://www.realdevelopers.com/blog/fun/programming-shirts</link>
		<comments>http://www.realdevelopers.com/blog/fun/programming-shirts#comments</comments>
		<pubDate>Sun, 11 Sep 2011 16:06:53 +0000</pubDate>
		<dc:creator>astro</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Lilypad]]></category>

		<guid isPermaLink="false">http://www.realdevelopers.com/blog/?p=1462</guid>
		<description><![CDATA[After seeing it at last year&#8217;s decoded conference I wanted to have an arduino and finally got me a Lilypad &#8211; its purple, sewable, cute little sister designed to build interactive clothing. It was even more fun than I thought and I spent a whole weekend and several evenings designing, programming, debugging and sewing my [...]]]></description>
			<content:encoded><![CDATA[<p>After seeing it at last year&#8217;s <a href="http://www.realdevelopers.com/blog/code/decoded-conference">decoded conference</a> I wanted to have an arduino and finally <a href="http://www.tinkersoup.de/">got me</a> a <a href="http://web.media.mit.edu/~leah/LilyPad/">Lilypad</a> &#8211; its purple, sewable, cute little sister designed to build interactive clothing. It was even more fun than I thought and I spent a whole weekend and several evenings designing, programming, debugging and sewing my first interactive shirt.</p>
<p><img class="alignnone size-full wp-image-1472" title="The finished shirt" src="http://www.realdevelopers.com/blog/wp-content/uploads/2011/09/RIMG1899.jpg" alt="" width="291" height="319" /></p>
<p><strong>That&#8217;s how I made it&#8230; </strong><br />
<span id="more-1462"></span></p>
<p><img class="size-full wp-image-1464 alignnone" title="Lilypad board" src="http://www.realdevelopers.com/blog/wp-content/uploads/2011/09/RIMG1880.jpg" alt="" width="320" height="240" /><br />
This is the Lilypad board. The alligator clips are connected to a temperature sensor and a three color LED, the red adaptor links the board via USB to the computer to upload the code [<a href="http://www.realdevelopers.com/blog/wp-content/uploads/2011/09/tempTriColorFinal.pde_.zip">Get it here</a>]. Coding is done in C++ in a processing-like environment.<br />
You only need to specify what should happen in the setup and in the loop phase, the arduino magic takes care of the rest. This let&#8217;s you start really fast without knowing anything about hardware programming!</p>
<p><img class="alignnone size-full wp-image-1465" title="Testing the code - cold" src="http://www.realdevelopers.com/blog/wp-content/uploads/2011/09/RIMG1885.jpg" alt="" width="320" height="240" /><br />
The LED (having three inputs for red, blue and green) glows blue if it&#8217;s cold&#8230;</p>
<p><img class="alignnone size-full wp-image-1466" title="Testing the code - cold [detail]" src="http://www.realdevelopers.com/blog/wp-content/uploads/2011/09/RIMG1886.jpg" alt="" width="320" height="240" /><br />
&#8230; like in this box of frozen peas. Testing hardware is much more fun than testing software!</p>
<p><img class="alignnone size-full wp-image-1467" title="Testing the code - hot" src="http://www.realdevelopers.com/blog/wp-content/uploads/2011/09/RIMG1887.jpg" alt="" width="320" height="240" /><br />
When it&#8217;s hot, the LED turns red. In between there&#8217;s a gradient from blue to cyan and from yellow to deep red.</p>
<p><img class="alignnone size-full wp-image-1468" title="Sewn on components" src="http://www.realdevelopers.com/blog/wp-content/uploads/2011/09/RIMG1891.jpg" alt="" width="320" height="240" /><br />
The sewn on board (middle), sensor (left) and LED (right). At the bottom of the board there&#8217;s a hole to hide the ugly battery on the back of the shirt. On the top of the picture you can see the layout of the circuit. It&#8217;s important to have a design where the cables (or, for Lilypad, the silver threads) don&#8217;t cross too often, because it makes sewing easier &#8211; you have to isolate each crossing.</p>
<p><img class="alignnone size-full wp-image-1469" title="Connecting the positive pole" src="http://www.realdevelopers.com/blog/wp-content/uploads/2011/09/RIMG1893.jpg" alt="" width="320" height="240" /><br />
The first few stitches with the silver thread, leading away from the positive pole. This was surprisingly easy, because the thread is really soft and not at all like wire.</p>
<p><img class="alignnone size-full wp-image-1470" title="Testing the first connection" src="http://www.realdevelopers.com/blog/wp-content/uploads/2011/09/RIMG1894.jpg" alt="" width="320" height="240" /><br />
The first circuit is finished, connecting the board with the sensor. Using alligator clips to check if it&#8217;s still working&#8230; and it is! The LED shines yellow.</p>
<p><img class="alignnone size-full wp-image-1471" title="The back side of my shirt" src="http://www.realdevelopers.com/blog/wp-content/uploads/2011/09/RIMG1895.jpg" alt="" width="320" height="240" /><br />
The reverse side of my shirt after sewing everything together. I used band-aids to isolate the threads. Note the long stitches &#8211; those are connections running mainly on the back side and covered with tiny silver pearls when coming to the front. Having all stitches on the front side would have made it impossible to make the shirt look like three flowers growing next to each other, it would have just looked like a circuit. I also added some petals (using normal thread in purple and turquoise) to make it look prettier.</p>
<p>And yes, I really do wear it! Only feels a little bit nerdy&#8230; and there&#8217;s a switch on the board to turn it off.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.realdevelopers.com/blog/fun/programming-shirts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Series continued: Great Button Labels</title>
		<link>http://www.realdevelopers.com/blog/fun/series-continued-great-button-labels</link>
		<comments>http://www.realdevelopers.com/blog/fun/series-continued-great-button-labels#comments</comments>
		<pubDate>Thu, 01 Sep 2011 07:36:57 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://www.realdevelopers.com/blog/uncategorized/series-continued-great-button-labels</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.realdevelopers.com/blog/wp-content/uploads/2011/09/20110901-083651.jpg"><img src="http://www.realdevelopers.com/blog/wp-content/uploads/2011/09/20110901-083651.jpg" alt="20110901-083651.jpg" class="alignnone size-full" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.realdevelopers.com/blog/fun/series-continued-great-button-labels/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring Switches</title>
		<link>http://www.realdevelopers.com/blog/fun/configuring-switches</link>
		<comments>http://www.realdevelopers.com/blog/fun/configuring-switches#comments</comments>
		<pubDate>Tue, 15 Feb 2011 20:24:52 +0000</pubDate>
		<dc:creator>astro</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Operations]]></category>
		<category><![CDATA[acronym]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[switch]]></category>

		<guid isPermaLink="false">http://www.realdevelopers.com/blog/?p=1407</guid>
		<description><![CDATA[Working on my first operations story, configuring new switches for the data center, and being really annoyed and amused by the amount of acronyms in the manual.
My favorite is:
GVRP,
- that&#8217;s GARP VLAN Registration Protocol
- and that is Generic Attribute Registration Protocol and Virtual Local Area Network
That makes a total of &#8220;Generic Attribute Registration Protocol Virtual [...]]]></description>
			<content:encoded><![CDATA[<p>Working on my first operations story, configuring new switches for the data center, and being really annoyed and amused by the amount of acronyms in the manual.<br />
My favorite is:<br />
GVRP,<br />
- that&#8217;s GARP VLAN Registration Protocol<br />
- and that is Generic Attribute Registration Protocol and Virtual Local Area Network</p>
<p>That makes a total of &#8220;Generic Attribute Registration Protocol Virtual Local Area Network Registration Protocol&#8221;. Wow.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.realdevelopers.com/blog/fun/configuring-switches/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s another robot!</title>
		<link>http://www.realdevelopers.com/blog/fun/its-another-robot</link>
		<comments>http://www.realdevelopers.com/blog/fun/its-another-robot#comments</comments>
		<pubDate>Fri, 05 Nov 2010 01:14:48 +0000</pubDate>
		<dc:creator>Helga</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[doodling]]></category>
		<category><![CDATA[robot]]></category>
		<category><![CDATA[Wassily]]></category>

		<guid isPermaLink="false">http://www.realdevelopers.com/blog/?p=1350</guid>
		<description><![CDATA[  
Me and its godparents from conject proudly introduce the little sibling of our first baby. Parents always love to show around the achievements of their little geniuses and make big plans for their future &#8211; so do we. Wassily (named after his famous Bauhaus role model) is really good with colors. For now [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.realdevelopers.com/blog/wp-content/uploads/2010/12/wassily_1.jpg" alt="This is Wassily." title="This is Wassily." width="212" height="284" style="margin-right: 20px;" /> <img src="http://www.realdevelopers.com/blog/wp-content/uploads/2010/12/wassily_2.jpg" alt="Wassily in action." title="Wassily in action." width="212" height="284" style="margin-right: 20px;" /> <img src="http://www.realdevelopers.com/blog/wp-content/uploads/2010/12/wassily_3.jpg" alt="Wassilys art work." title="Wassilys art work." width="200" height="284" /></p>
<p>Me and its godparents from conject proudly introduce the little sibling of our <a href="http://www.realdevelopers.com/blog/fun/a-real-developers-baby">first baby</a>. Parents always love to show around the achievements of their little geniuses and make big plans for their future &#8211; so do we. Wassily (named after his famous <a href="http://en.wikipedia.org/wiki/Kandinsky">Bauhaus role model</a>) is really good with colors. For now his drawings decorate my fridge only and conjects Munic office, but thats where all artists start their carrier, right? Soon after he has learned some basic rules of composition, we will start preparing the portfolio for his college of art application. Some time you&#8217;ll wish you had snatched some of his early work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.realdevelopers.com/blog/fun/its-another-robot/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Decoded Conference</title>
		<link>http://www.realdevelopers.com/blog/code/decoded-conference</link>
		<comments>http://www.realdevelopers.com/blog/code/decoded-conference#comments</comments>
		<pubDate>Sun, 31 Oct 2010 16:14:43 +0000</pubDate>
		<dc:creator>astro</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Product Design]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[decoded]]></category>
		<category><![CDATA[facet search]]></category>
		<category><![CDATA[information design]]></category>

		<guid isPermaLink="false">http://www.realdevelopers.com/blog/?p=1331</guid>
		<description><![CDATA[Last Saturday I visitied decoded, a conference dedicated to the beautiful things one can do with code. Topics ranged from art projects over open source hardware to more serious topics like visualization of data.
All talks were awesome (and I totally want an arduino for Christmas), but the one that kept me researching and having new [...]]]></description>
			<content:encoded><![CDATA[<p>Last Saturday I visitied <a href="http://decoded-conference.com/">decoded</a>, a conference dedicated to the beautiful things one can do with code. Topics ranged from art projects over <a href="http://www.arduino.cc/">open source hardware</a> to more serious topics like visualization of data.</p>
<p>All talks were awesome (and I totally want an arduino for Christmas), but the one that kept me researching and having new ideas was the one of Moritz Stefaner about visualizing information. He has some really inspiring websites (<a href="http://moritz.stefaner.eu/">here</a> and <a href="http://well-formed-data.net/">here</a>). I especially liked his <a href="http://moritz.stefaner.eu/downloads/papers/DynTax_Ch_UI.pdf">contribution</a> to the book &#8220;Dynamic Taxonomies and Faceted Search&#8221; &#8211; it&#8217;s about search, visualization and it even has formulas. What more could one want?<span id="more-1331"></span></p>
<p>The organizor of the conference promised to upload videos of the talks, I&#8217;ll post an update once they are available (most are in german, though)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.realdevelopers.com/blog/code/decoded-conference/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thou Shalt Not Write Drafts (and let them lie around for months)</title>
		<link>http://www.realdevelopers.com/blog/fun/thou-shalt-not-write-drafts-and-let-them-lie-around-for-months</link>
		<comments>http://www.realdevelopers.com/blog/fun/thou-shalt-not-write-drafts-and-let-them-lie-around-for-months#comments</comments>
		<pubDate>Sun, 31 Oct 2010 13:58:29 +0000</pubDate>
		<dc:creator>astro</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[blogging about blogging]]></category>

		<guid isPermaLink="false">http://www.realdevelopers.com/blog/?p=1342</guid>
		<description><![CDATA[After a long long pause (there was a lot of stuff to do for a trade fair) I started blogging again &#8211; that is, I&#8217;m trying to make sense of the drafts I wrote some months ago and turn them into real posts. But there are some, hastily written down while programming, I can&#8217;t make [...]]]></description>
			<content:encoded><![CDATA[<p>After a long long pause (there was a lot of stuff to do for a trade fair) I started blogging again &#8211; that is, I&#8217;m trying to make sense of the drafts I wrote some months ago and turn them into real posts. But there are some, hastily written down while programming, I can&#8217;t make any sense of.</p>
<p>My favorite is this weird error message we encountered while trying to do something with grails:</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">Failed to convert property value of type java.lang.String to required type java.lang.String for property name</div>
</li>
</ol>
</div>
<p>I still do remember the error message and that we finally found out why it occured (some Spring issue&#8230;) and that we solved it somehow &#8211; but I don&#8217;t remember any details (still hope that Helga does or that I wrote a mail to myself explaining the issue). It&#8217;s like finding some strange note from last year in the pocket of your winter jacket&#8230; vaguely reminding you of something, but you can&#8217;t figure out what.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.realdevelopers.com/blog/fun/thou-shalt-not-write-drafts-and-let-them-lie-around-for-months/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New colors: CMYK theme</title>
		<link>http://www.realdevelopers.com/blog/fun/new-colors-cmyk-theme</link>
		<comments>http://www.realdevelopers.com/blog/fun/new-colors-cmyk-theme#comments</comments>
		<pubDate>Fri, 16 Apr 2010 08:14:35 +0000</pubDate>
		<dc:creator>Helga</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[relaunch]]></category>

		<guid isPermaLink="false">http://www.realdevelopers.com/blog/?p=949</guid>
		<description><![CDATA[About a month ago we relaunched this blog with fresh colors and a crispy new layout. On the left you can see a reminder to the old green and grey theme as it was before. Its seriousness and tediousness didn&#8217;t seem to perfectly match our attitude (allthough we are of course serious after all). Some [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.realdevelopers.com/blog/wp-content/uploads/2010/03/screenshot.png"><img src="http://www.realdevelopers.com/blog/wp-content/uploads/2010/03/screenshot.png" alt="" title="screenshot" width="300" height="225" class="alignleft size-full wp-image-1089" /></a>About a month ago we relaunched this blog with fresh colors and a crispy new layout. On the left you can see a reminder to the old green and grey theme as it was before. Its seriousness and tediousness didn&#8217;t seem to perfectly match our attitude (allthough we are of course serious after all). Some evenings of moving around pixels and poking around in php templates (enough is enough now) finally produced this colorful spring theme.<br />
Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.realdevelopers.com/blog/fun/new-colors-cmyk-theme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All elements have layout</title>
		<link>http://www.realdevelopers.com/blog/code/all-elements-have-layout</link>
		<comments>http://www.realdevelopers.com/blog/code/all-elements-have-layout#comments</comments>
		<pubDate>Mon, 01 Mar 2010 19:39:10 +0000</pubDate>
		<dc:creator>astro</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://www.realdevelopers.com/blog/?p=850</guid>
		<description><![CDATA[Hunting one of the strangest layout issues in IE &#8211; if you hover over an element, the input elements on the page mysteriously move down &#8211; we learned about the very strange concept of &#8220;layout&#8221; internet explorer employs: Give your elements height, width or one of the other CSS-properties that &#8220;cause an element to have [...]]]></description>
			<content:encoded><![CDATA[<p>Hunting one of the strangest layout issues in IE &#8211; if you hover over an element, the input elements on the page <a href="http://archivist.incutio.com/viewlist/css-discuss/97064">mysteriously</a> move down &#8211; we learned about the very strange concept of &#8220;layout&#8221; internet explorer employs: Give your elements height, width or one of the <a href="http://msdn.microsoft.com/en-us/library/ms537837(VS.85).aspx">other CSS-properties</a> that &#8220;cause an element to have layout&#8221; (I can&#8217;t help but giggle when I read this, and I have no clue what it&#8217;s supposed to mean) and many of your IE display issues will disappear.<span id="more-850"></span></p>
<p>However, just saying</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">* <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; <span class="kw1">min-height</span>: <span class="nu0">0</span>;</div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span></div>
</li>
</ol>
</div>
<p>in all of your stylesheets will introduce some new problems like empty divs having heights, so use it wisely. If you are bored and really want to know the details, read the incredibly long article on layout <a href="http://www.satzansatz.de/cssd/onhavinglayout.html">here.</a></p>
<p>Never thought I would ever file an article under Fun and tag it Internet Explorer at the same time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.realdevelopers.com/blog/code/all-elements-have-layout/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Barbie for real developer!</title>
		<link>http://www.realdevelopers.com/blog/fun/barbie-for-real-developer</link>
		<comments>http://www.realdevelopers.com/blog/fun/barbie-for-real-developer#comments</comments>
		<pubDate>Fri, 12 Feb 2010 19:39:49 +0000</pubDate>
		<dc:creator>Helga</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Society]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[role model]]></category>

		<guid isPermaLink="false">http://www.realdevelopers.com/blog/?p=807</guid>
		<description><![CDATA[Recently there was a public voting for Barbies next career. I didn&#8217;t grow up with that kind of toys, but obviously there are editions showing the Barbie doll in different professional roles. Today Mattel (the Barbie producer company) announced Barbies next two careers. There were four options: environmentalist, surgeon, news anchor and computer engineer. They [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-854" title="barbie" src="http://www.realdevelopers.com/blog/wp-content/uploads/2010/02/barbie.jpg" alt="" width="208" height="326" />Recently there was a public voting for Barbies next career. I didn&#8217;t grow up with that kind of toys, but obviously there are editions showing the Barbie doll in different professional roles. Today Mattel (the Barbie producer company) announced Barbies next two careers. There were four options: environmentalist, surgeon, news anchor and computer engineer. They did two surveys, one among girls and another public voting. While the girls have choosen news anchor as the preferred profession for their dolls, the public clearly voted for computer engineer. I must admit, I also did my best. Now we should be prepared for a new generation of girls, who know they can do it. I was impressed to read in the <a href="http://www.barbiemedia.com/admin/uploads/ComputerEngineerBarbie.pdf">factsheet </a> that they actually asked IT professionals what a computer engineer might wear. Although I personally disagree with the choosen colours and the pants, I think it&#8217;s a nice thing if girls around the world ask their teachers and parents about the meaning of that numbers on her shirt.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.realdevelopers.com/blog/fun/barbie-for-real-developer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bye Bye IE6!</title>
		<link>http://www.realdevelopers.com/blog/fun/bye-bye-ie6</link>
		<comments>http://www.realdevelopers.com/blog/fun/bye-bye-ie6#comments</comments>
		<pubDate>Sun, 07 Feb 2010 14:05:11 +0000</pubDate>
		<dc:creator>astro</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://www.realdevelopers.com/blog/?p=742</guid>
		<description><![CDATA[Next month, we will stop supporting IE6 in conjectPM. This means getting rid of all those &#8220;if it&#8217;s IE6 add 2 pixels to the y-position&#8221;, deleting lots of CSS hacks, throwing away all spezialized stylesheets&#8230; we&#8217;re already counting the days (great that February is such a short month) and think about having a &#8220;hooray, no [...]]]></description>
			<content:encoded><![CDATA[<p>Next month, we will stop supporting IE6 in conjectPM. This means getting rid of all those &#8220;if it&#8217;s IE6 add 2 pixels to the y-position&#8221;, deleting lots of CSS hacks, throwing away all spezialized stylesheets&#8230; we&#8217;re already counting the days (great that February is such a short month) and think about having a &#8220;hooray, no more IE6!&#8221; party.</p>
<p>Or, to cite this month&#8217;s <a href="http://www.thinkgeek.com/edm/20100201.shtml">ThinkGeek newsletter</a>, &#8220;Hearing the news was just like being in high school and getting a pass out of P.E.&#8221; (that was about <a href="http://www.tgdaily.com/software-features/40785-google-tells-users-to-drop-ie6">Google stopping IE6 support</a> for Mail and Docs)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.realdevelopers.com/blog/fun/bye-bye-ie6/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

