<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>FireCube Blog</title>
	<atom:link href="http://firecube.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://firecube.wordpress.com</link>
	<description>I have many hidden talents, none of which I have yet found</description>
	<lastBuildDate>Thu, 03 Dec 2009 20:38:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='firecube.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>FireCube Blog</title>
		<link>http://firecube.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://firecube.wordpress.com/osd.xml" title="FireCube Blog" />
	<atom:link rel='hub' href='http://firecube.wordpress.com/?pushpress=hub'/>
		<item>
		<title>HTML table using divs</title>
		<link>http://firecube.wordpress.com/2009/12/03/html-table-using-divs/</link>
		<comments>http://firecube.wordpress.com/2009/12/03/html-table-using-divs/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 14:46:36 +0000</pubDate>
		<dc:creator>firecube</dc:creator>
				<category><![CDATA[New Media]]></category>

		<guid isPermaLink="false">http://firecube.wordpress.com/?p=125</guid>
		<description><![CDATA[Q. How difficult can it be to create a table using div tags and CSS? A. Extremely A colleague asked me this a couple of week ago. Surely someone has managed this before &#8211; let&#8217;s Google it. To my surprise this has been a major issues for web programmers for some time, probably since the introduction of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firecube.wordpress.com&amp;blog=8586827&amp;post=125&amp;subd=firecube&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Q. How difficult can it be to create a table using div tags and CSS?</p>
<p>A. Extremely</p>
<p>A colleague asked me this a couple of week ago. Surely someone has managed this before &#8211; let&#8217;s Google it. To my surprise this has been a major issues for web programmers for some time, probably since the introduction of CSS and HTML 4. It&#8217;s not fashionable or PC anymore to be using the &lt;table&gt; tag for laying out stuff &#8211; naughty, naughty.</p>
<p>After googling some more and reading quite a number of posts arguing for and against the poor old &lt;table&gt; tag, I didn&#8217;t really come across a good solution, particularly trying to emulate a fluid table with borders. Some used background images, some use  fixed widths and others ignored the borders. Stealing some ideas from those posts, I thought I&#8217;d take on this challenge and after some work, got something kind of working.</p>
<p>It&#8217;s not really a simple solution compared to using the &lt;table&gt; tag and there were a few times I thought of giving up and throwing my CSS book out the window but I can at now proudly say I have a solution.</p>
<p>But my final conclusion is:</p>
<p>a). Use tables for tabular data;</p>
<p>b). Use divs for layout where possible, especially if you have an elaborate design of overlaying images and text;</p>
<p>c). Go ahead and use tables if you are not bothered too much about accessibility or upholding semantic web standards,  it&#8217;ll be a lot quicker and you&#8217;ll lose alot less hair (that is if you haven&#8217;t lost it all already getting your site to work in IE).</p>
<p>Here is my example..</p>
<p><a href="http://www.fire-cube.co.uk/div_table/div_table.html">http://www.fire-cube.co.uk/div_table/div_table.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/firecube.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/firecube.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/firecube.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/firecube.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/firecube.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/firecube.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/firecube.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/firecube.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/firecube.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/firecube.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/firecube.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/firecube.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/firecube.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/firecube.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firecube.wordpress.com&amp;blog=8586827&amp;post=125&amp;subd=firecube&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://firecube.wordpress.com/2009/12/03/html-table-using-divs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de1a5f65dc69ac426a5c400dbae5f59f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">firecube</media:title>
		</media:content>
	</item>
		<item>
		<title>In Hell there is you and there is fire&#8230;</title>
		<link>http://firecube.wordpress.com/2009/12/02/in-hell-there-is-you-and-there-is-fire/</link>
		<comments>http://firecube.wordpress.com/2009/12/02/in-hell-there-is-you-and-there-is-fire/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 20:18:24 +0000</pubDate>
		<dc:creator>firecube</dc:creator>
				<category><![CDATA[Waffle]]></category>

		<guid isPermaLink="false">http://firecube.wordpress.com/?p=101</guid>
		<description><![CDATA[..so make sure you die with a pig under your arm. At least you can enjoy roast pork. yum yum.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firecube.wordpress.com&amp;blog=8586827&amp;post=101&amp;subd=firecube&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>..so make sure you die with a pig under your arm. At least you can enjoy roast pork. yum yum.</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/firecube.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/firecube.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/firecube.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/firecube.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/firecube.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/firecube.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/firecube.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/firecube.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/firecube.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/firecube.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/firecube.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/firecube.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/firecube.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/firecube.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firecube.wordpress.com&amp;blog=8586827&amp;post=101&amp;subd=firecube&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://firecube.wordpress.com/2009/12/02/in-hell-there-is-you-and-there-is-fire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de1a5f65dc69ac426a5c400dbae5f59f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">firecube</media:title>
		</media:content>
	</item>
		<item>
		<title>Polo Mints &#8211; The company that sells air</title>
		<link>http://firecube.wordpress.com/2009/12/02/polo-mints-the-company-that-sells-air/</link>
		<comments>http://firecube.wordpress.com/2009/12/02/polo-mints-the-company-that-sells-air/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 20:15:02 +0000</pubDate>
		<dc:creator>firecube</dc:creator>
				<category><![CDATA[Waffle]]></category>

		<guid isPermaLink="false">http://firecube.wordpress.com/?p=97</guid>
		<description><![CDATA[Polo mints are those mints with a hole in the middle so in essence you are paying for mint and common air in the middle. What a rip off merchant. It&#8217;s a scandal.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firecube.wordpress.com&amp;blog=8586827&amp;post=97&amp;subd=firecube&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Polo mints are those mints with a hole in the middle so in essence you are paying for mint and common air in the middle. What a rip off merchant. It&#8217;s a scandal.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/firecube.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/firecube.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/firecube.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/firecube.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/firecube.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/firecube.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/firecube.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/firecube.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/firecube.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/firecube.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/firecube.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/firecube.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/firecube.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/firecube.wordpress.com/97/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firecube.wordpress.com&amp;blog=8586827&amp;post=97&amp;subd=firecube&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://firecube.wordpress.com/2009/12/02/polo-mints-the-company-that-sells-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de1a5f65dc69ac426a5c400dbae5f59f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">firecube</media:title>
		</media:content>
	</item>
		<item>
		<title>Coffee tastes better in a white mug</title>
		<link>http://firecube.wordpress.com/2009/12/02/coffee-tastes-better-in-a-white-mug/</link>
		<comments>http://firecube.wordpress.com/2009/12/02/coffee-tastes-better-in-a-white-mug/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 20:11:20 +0000</pubDate>
		<dc:creator>firecube</dc:creator>
				<category><![CDATA[Waffle]]></category>

		<guid isPermaLink="false">http://firecube.wordpress.com/2009/12/02/coffee-tastes-better-in-a-white-mug/</guid>
		<description><![CDATA[sounds ridiculous but it&#8217;s true&#8230; don&#8217;t believe me? try it.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firecube.wordpress.com&amp;blog=8586827&amp;post=95&amp;subd=firecube&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>sounds ridiculous but it&#8217;s true&#8230;</div>
<p>don&#8217;t believe me? try it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/firecube.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/firecube.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/firecube.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/firecube.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/firecube.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/firecube.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/firecube.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/firecube.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/firecube.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/firecube.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/firecube.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/firecube.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/firecube.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/firecube.wordpress.com/95/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firecube.wordpress.com&amp;blog=8586827&amp;post=95&amp;subd=firecube&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://firecube.wordpress.com/2009/12/02/coffee-tastes-better-in-a-white-mug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de1a5f65dc69ac426a5c400dbae5f59f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">firecube</media:title>
		</media:content>
	</item>
		<item>
		<title>My terrible allergy</title>
		<link>http://firecube.wordpress.com/2009/12/02/my-terrible-allergy/</link>
		<comments>http://firecube.wordpress.com/2009/12/02/my-terrible-allergy/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 20:01:43 +0000</pubDate>
		<dc:creator>firecube</dc:creator>
				<category><![CDATA[Waffle]]></category>

		<guid isPermaLink="false">http://firecube.wordpress.com/?p=89</guid>
		<description><![CDATA[Each time I clean the house, I start sneezing&#8230;I think I&#8217;m allergic to housework<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firecube.wordpress.com&amp;blog=8586827&amp;post=89&amp;subd=firecube&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>Each time I clean the house, I start sneezing&#8230;I think I&#8217;m allergic to housework</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/firecube.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/firecube.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/firecube.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/firecube.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/firecube.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/firecube.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/firecube.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/firecube.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/firecube.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/firecube.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/firecube.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/firecube.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/firecube.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/firecube.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firecube.wordpress.com&amp;blog=8586827&amp;post=89&amp;subd=firecube&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://firecube.wordpress.com/2009/12/02/my-terrible-allergy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de1a5f65dc69ac426a5c400dbae5f59f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">firecube</media:title>
		</media:content>
	</item>
		<item>
		<title>Looking for a job? want to be a CTO, CFO or CEO? Well look no further</title>
		<link>http://firecube.wordpress.com/2009/12/02/looking-for-a-job-want-to-be-a-cto-cfo-or-ceo-well-look-no-further/</link>
		<comments>http://firecube.wordpress.com/2009/12/02/looking-for-a-job-want-to-be-a-cto-cfo-or-ceo-well-look-no-further/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 19:58:54 +0000</pubDate>
		<dc:creator>firecube</dc:creator>
				<category><![CDATA[Waffle]]></category>

		<guid isPermaLink="false">http://firecube.wordpress.com/?p=85</guid>
		<description><![CDATA[This is an excellent opportunity for a young, enthusiastic, hardworking individual to excel&#8230;great job satisfaction guaranteed. CTO = Clean Toilet Officer CFO = Clean Floor Officer CEO = Clean Everything Officer Please send your Resume immediately along with a 1000 word essay detailing why you are the best fit for this position.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firecube.wordpress.com&amp;blog=8586827&amp;post=85&amp;subd=firecube&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is an excellent opportunity for a young, enthusiastic, hardworking individual to excel&#8230;great job satisfaction guaranteed.</p>
<p>CTO = Clean Toilet Officer<br />
CFO = Clean Floor Officer<br />
CEO = Clean Everything Officer</p>
<p>Please send your Resume immediately along with a 1000 word essay detailing why you are the best fit for this position.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/firecube.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/firecube.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/firecube.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/firecube.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/firecube.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/firecube.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/firecube.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/firecube.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/firecube.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/firecube.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/firecube.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/firecube.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/firecube.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/firecube.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firecube.wordpress.com&amp;blog=8586827&amp;post=85&amp;subd=firecube&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://firecube.wordpress.com/2009/12/02/looking-for-a-job-want-to-be-a-cto-cfo-or-ceo-well-look-no-further/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de1a5f65dc69ac426a5c400dbae5f59f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">firecube</media:title>
		</media:content>
	</item>
		<item>
		<title>My hidden talents</title>
		<link>http://firecube.wordpress.com/2009/07/15/my-hidden-talents/</link>
		<comments>http://firecube.wordpress.com/2009/07/15/my-hidden-talents/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 19:05:24 +0000</pubDate>
		<dc:creator>firecube</dc:creator>
				<category><![CDATA[Waffle]]></category>

		<guid isPermaLink="false">http://firecube.wordpress.com/2009/07/15/my-hidden-talents/</guid>
		<description><![CDATA[I have many hidden talents, none of which I have yet found.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firecube.wordpress.com&amp;blog=8586827&amp;post=9&amp;subd=firecube&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have many hidden talents,<br />
none of which I have yet found. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/firecube.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/firecube.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/firecube.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/firecube.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/firecube.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/firecube.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/firecube.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/firecube.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/firecube.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/firecube.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/firecube.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/firecube.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/firecube.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/firecube.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=firecube.wordpress.com&amp;blog=8586827&amp;post=9&amp;subd=firecube&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://firecube.wordpress.com/2009/07/15/my-hidden-talents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/de1a5f65dc69ac426a5c400dbae5f59f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">firecube</media:title>
		</media:content>
	</item>
	</channel>
</rss>
