<?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>Soft thinking &#187; Open Source</title>
	<atom:link href="http://www.fireflake.com/tech/category/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fireflake.com/tech</link>
	<description>Thinking about computer programming.</description>
	<lastBuildDate>Thu, 10 Nov 2011 10:23:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Piwik fyller 1.0</title>
		<link>http://www.fireflake.com/tech/2010/09/02/piwik-fyller-1-0/</link>
		<comments>http://www.fireflake.com/tech/2010/09/02/piwik-fyller-1-0/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 06:13:56 +0000</pubDate>
		<dc:creator>Magnus Lindgren</dc:creator>
				<category><![CDATA[Nyheter]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Piwik]]></category>
		<category><![CDATA[statistik]]></category>

		<guid isPermaLink="false">http://www.fireflake.com/tech/?p=274</guid>
		<description><![CDATA[<p><a href="/tech/wp-content/uploads/Piwik-logo.gif"><img class="alignright size-full wp-image-257" title="Piwik-logo" src="/tech/wp-content/uploads/Piwik-logo.gif" alt="" width="610" height="91" /></a>Så har Piwik nått den ansenliga &#8220;åldern&#8221; av 1.0! Statistikverktyget har länge fungerat väldigt bra men nu i och med att den får version 1.0 vill utvecklarna säga att det nu mognat och kan uppfylla följande krav:</p>
<ul>
<li>ett kompetent webb-analys-program</li>
<li>mycket bra användarupplevelse</li>
<li>kraftfullt gränssnitt för att skriva tillägg</li>
<li>en aktiv grupp utvecklare</li>
</ul>
<p>Själv använder jag Piwik för flera av mina hemsidor och i stora delar har det nu även i min mening blivit bättre än Google Analytics. Framförallt är det möjligheten att individuellt anpassa programmet som är mycket mer flexibelt i Piwik.</p>
]]></description>
			<content:encoded><![CDATA[<p><a href="/tech/wp-content/uploads/Piwik-logo.gif"><img class="alignright size-full wp-image-257" title="Piwik-logo" src="/tech/wp-content/uploads/Piwik-logo.gif" alt="" width="610" height="91" /></a>Så har Piwik nått den ansenliga &#8220;åldern&#8221; av 1.0! Statistikverktyget har länge fungerat väldigt bra men nu i och med att den får version 1.0 vill utvecklarna säga att det nu mognat och kan uppfylla följande krav:</p>
<ul>
<li>ett kompetent webb-analys-program</li>
<li>mycket bra användarupplevelse</li>
<li>kraftfullt gränssnitt för att skriva tillägg</li>
<li>en aktiv grupp utvecklare</li>
</ul>
<p>Själv använder jag Piwik för flera av mina hemsidor och i stora delar har det nu även i min mening blivit bättre än Google Analytics. Framförallt är det möjligheten att individuellt anpassa programmet som är mycket mer flexibelt i Piwik.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.fireflake.com%2Ftech%2F2010%2F09%2F02%2Fpiwik-fyller-1-0%2F&amp;title=Piwik%20fyller%201.0" id="wpa2a_2"><img src="http://www.fireflake.com/tech/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.fireflake.com/tech/2010/09/02/piwik-fyller-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQeury + Perl = sant</title>
		<link>http://www.fireflake.com/tech/2010/08/20/jqeury/</link>
		<comments>http://www.fireflake.com/tech/2010/08/20/jqeury/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 13:05:32 +0000</pubDate>
		<dc:creator>Magnus Lindgren</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programmering]]></category>
		<category><![CDATA[Roligt]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[obegriplig kod]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.fireflake.com/tech/?p=269</guid>
		<description><![CDATA[<p>Perl-programmeraren i mig blir lycklig när den ser jQuery-kod som jag skapat nedan:</p>
<p><code>$("#dialog").dialog( "option", "buttons", { "Ok": function() { $("#"+id).val($('#dialog_selector').val());$(this).dialog("close"); } } );</code></p>
<p>Det är nästan så jag vill lämna den som den är, obegriplig och vacker, till nästa programmerare.</p>
]]></description>
			<content:encoded><![CDATA[<p>Perl-programmeraren i mig blir lycklig när den ser jQuery-kod som jag skapat nedan:</p>
<p><code>$("#dialog").dialog( "option", "buttons", { "Ok": function() { $("#"+id).val($('#dialog_selector').val());$(this).dialog("close"); } } );</code></p>
<p>Det är nästan så jag vill lämna den som den är, obegriplig och vacker, till nästa programmerare.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.fireflake.com%2Ftech%2F2010%2F08%2F20%2Fjqeury%2F&amp;title=jQeury%20%2B%20Perl%20%3D%20sant" id="wpa2a_4"><img src="http://www.fireflake.com/tech/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.fireflake.com/tech/2010/08/20/jqeury/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>osCommerce &#8211; tableCommerce</title>
		<link>http://www.fireflake.com/tech/2010/08/03/oscommerce-tablecommerce/</link>
		<comments>http://www.fireflake.com/tech/2010/08/03/oscommerce-tablecommerce/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 09:13:00 +0000</pubDate>
		<dc:creator>Magnus Lindgren</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programmering]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[osCommerce]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://www.fireflake.com/tech/?p=241</guid>
		<description><![CDATA[<p><a href="/tech/wp-content/uploads/oscommerce.gif"><img class="alignright size-full wp-image-242" title="oscommerce" src="/tech/wp-content/uploads/oscommerce.gif" alt="" width="211" height="60" /></a>Aldrig förr har jag skådat så många tabeller som när jag <a href="http://www.newseed.se/content/oscommerce">arbetar med osCommerce</a>. De som skrev basen till osCommerce måste verkligen ha älskat table-taggen. Förvisso var tables nästan oumbärlig för ett antal år sedan när det kom till layout inom HTML, men inte ens om man ser hur tabeller då borde ha använts är osCommerce-koden nämnvärt vacker. Där är nestade tabeller i så många nivåer att det är snudd på omöjligt att upptäcka var den ena börjar och den andra slutar.</p>
]]></description>
			<content:encoded><![CDATA[<p><a href="/tech/wp-content/uploads/oscommerce.gif"><img class="alignright size-full wp-image-242" title="oscommerce" src="/tech/wp-content/uploads/oscommerce.gif" alt="" width="211" height="60" /></a>Aldrig förr har jag skådat så många tabeller som när jag <a href="http://www.newseed.se/content/oscommerce">arbetar med osCommerce</a>. De som skrev basen till osCommerce måste verkligen ha älskat table-taggen. Förvisso var tables nästan oumbärlig för ett antal år sedan när det kom till layout inom HTML, men inte ens om man ser hur tabeller då borde ha använts är osCommerce-koden nämnvärt vacker. Där är nestade tabeller i så många nivåer att det är snudd på omöjligt att upptäcka var den ena börjar och den andra slutar.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.fireflake.com%2Ftech%2F2010%2F08%2F03%2Foscommerce-tablecommerce%2F&amp;title=osCommerce%20%26%238211%3B%20tableCommerce" id="wpa2a_6"><img src="http://www.fireflake.com/tech/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.fireflake.com/tech/2010/08/03/oscommerce-tablecommerce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0.1 ute</title>
		<link>http://www.fireflake.com/tech/2010/08/01/wordpress-3-0-1-ute/</link>
		<comments>http://www.fireflake.com/tech/2010/08/01/wordpress-3-0-1-ute/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 07:55:23 +0000</pubDate>
		<dc:creator>Magnus Lindgren</dc:creator>
				<category><![CDATA[Nyheter]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programmering]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[mall]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.fireflake.com/tech/?p=235</guid>
		<description><![CDATA[<p><a href="/tech/wp-content/uploads/wordpress-logo.png"><img class="alignright size-full wp-image-236" title="Wordpress logo" src="/tech/wp-content/uploads/wordpress-logo.png" alt="" width="307" height="84" /></a>Så kör jag bloggen på nya Wordpress 3.0.1! Den nya version tre känns vid första anblick inte speciellt annorlunda från tidigare versioner, dock känns det dagligen som man hittar någon ny liten finess.</p>
<p>En av de mer välkomna nyheterna är den anpassningsbara menyn. Detta öppnar för nya möjligheter att utveckla mallar med special-menyer för olika ändamål.</p>
]]></description>
			<content:encoded><![CDATA[<p><a href="/tech/wp-content/uploads/wordpress-logo.png"><img class="alignright size-full wp-image-236" title="Wordpress logo" src="/tech/wp-content/uploads/wordpress-logo.png" alt="" width="307" height="84" /></a>Så kör jag bloggen på nya Wordpress 3.0.1! Den nya version tre känns vid första anblick inte speciellt annorlunda från tidigare versioner, dock känns det dagligen som man hittar någon ny liten finess.</p>
<p>En av de mer välkomna nyheterna är den anpassningsbara menyn. Detta öppnar för nya möjligheter att utveckla mallar med special-menyer för olika ändamål.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.fireflake.com%2Ftech%2F2010%2F08%2F01%2Fwordpress-3-0-1-ute%2F&amp;title=WordPress%203.0.1%20ute" id="wpa2a_8"><img src="http://www.fireflake.com/tech/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.fireflake.com/tech/2010/08/01/wordpress-3-0-1-ute/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Open Source Advertising?</title>
		<link>http://www.fireflake.com/tech/2009/09/21/open-source-advertising/</link>
		<comments>http://www.fireflake.com/tech/2009/09/21/open-source-advertising/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 13:50:00 +0000</pubDate>
		<dc:creator>Magnus Lindgren</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[commercial]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.fireflake.com/tech/?p=215</guid>
		<description><![CDATA[<p>In an interesting take on making advertising <a href="http://linux.slashdot.org/story/09/09/20/209211/Forkable-Linux-Radio-Ad-Now-On-the-Air-In-Texas">Slashdot reports</a> of an &#8220;open source commercial&#8221;. Linux proponent Ken Starks created voice material for radio advertising that can be re-used by anyone who want to make their own Linux-commercial.</p>
]]></description>
			<content:encoded><![CDATA[<p>In an interesting take on making advertising <a href="http://linux.slashdot.org/story/09/09/20/209211/Forkable-Linux-Radio-Ad-Now-On-the-Air-In-Texas">Slashdot reports</a> of an &#8220;open source commercial&#8221;. Linux proponent Ken Starks created voice material for radio advertising that can be re-used by anyone who want to make their own Linux-commercial.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.fireflake.com%2Ftech%2F2009%2F09%2F21%2Fopen-source-advertising%2F&amp;title=Open%20Source%20Advertising%3F" id="wpa2a_10"><img src="http://www.fireflake.com/tech/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.fireflake.com/tech/2009/09/21/open-source-advertising/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress as a simple CRM</title>
		<link>http://www.fireflake.com/tech/2009/04/14/wordpress-as-a-simple-crm/</link>
		<comments>http://www.fireflake.com/tech/2009/04/14/wordpress-as-a-simple-crm/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 08:33:46 +0000</pubDate>
		<dc:creator>Magnus Lindgren</dc:creator>
				<category><![CDATA[Affärer]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Company]]></category>
		<category><![CDATA[CRM]]></category>
		<category><![CDATA[Customer]]></category>
		<category><![CDATA[Relations]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.fireflake.com/tech/?p=184</guid>
		<description><![CDATA[<p>I recently started a new business where I really want to focus on taking care of the customer needs, being proactive rather than reactive to them. As such I need a simple Customer Relations Management (CRM) tool to keep track of my promises and contacts. There are probably many simple CRM tools available but I decided to try out Wordpress as a CRM tool.</p>
<p>First I installed Wordpress on an internal server with no external connection. I set the firewall to block that server from traffic with the outside network and then I started to do my internal &#8220;company blog&#8221;. To structure things I decided to follow some simple rules:</p>
<ul>
<li>I make one post for every type of contact (e-mail / phone / order etc) I do every day, if several contacts to the same company / person occurs the same day they still only get one.</li>
<li>Several types of contact to the same company / person will get multiple posts the same day</li>
<li>Categories are other authorities, companies and/or persons</li>
<li>Tags are techniques, events, frameworks etc.</li>
</ul>
<p>On average I get three to four posts every day, usually covering a broad area. Some days there are big events which often are reflected in the blog/CRM by only having one post for that day. Amounts of posts per day is therefore irrelevant. I keep the posts very short, they are mainly thought of as references to other information like an e-mail or something else. If it was a phone conversation I usually take down a few simple sentances of what the discussion was about.</p>
<p>Three months later I now use this internal blog alot! It helps me keep track of events that I might have forgotten about. When I had a tax issue recently I could quickly click the &#8220;tax authority&#8221; category and see which days I had communicated with them and leave as a reference in my future communication.</p>
<p>One thing that also helps me is the simplicity of clicking a category to bring up all the communication with that customer. When someone calls I quickly click their category and all my previous conversations with them are recorded. It helps me quickly remember what we where talking about, just like a CRM should.</p>
<p>There are of course limitations, WordPress was never intended to be used this way. There are no way to search for inactive customers for example, should the need for this arise a plugin for WordPress could most certainly easily be developed. Furthermore you need to be very careful about where you install the software so you do not publish all your information on the Internet. I run my business alone but this setup would work very nice also with a few employees I would imagine. Everyone could be an author in the same blog and you can access what the other persons are working on should a customer call when they are out.</p>
<p>The simplicity of WordPress makes this a great choice for me!</p>
]]></description>
			<content:encoded><![CDATA[<p>I recently started a new business where I really want to focus on taking care of the customer needs, being proactive rather than reactive to them. As such I need a simple Customer Relations Management (CRM) tool to keep track of my promises and contacts. There are probably many simple CRM tools available but I decided to try out Wordpress as a CRM tool.</p>
<p>First I installed Wordpress on an internal server with no external connection. I set the firewall to block that server from traffic with the outside network and then I started to do my internal &#8220;company blog&#8221;. To structure things I decided to follow some simple rules:</p>
<ul>
<li>I make one post for every type of contact (e-mail / phone / order etc) I do every day, if several contacts to the same company / person occurs the same day they still only get one.</li>
<li>Several types of contact to the same company / person will get multiple posts the same day</li>
<li>Categories are other authorities, companies and/or persons</li>
<li>Tags are techniques, events, frameworks etc.</li>
</ul>
<p>On average I get three to four posts every day, usually covering a broad area. Some days there are big events which often are reflected in the blog/CRM by only having one post for that day. Amounts of posts per day is therefore irrelevant. I keep the posts very short, they are mainly thought of as references to other information like an e-mail or something else. If it was a phone conversation I usually take down a few simple sentances of what the discussion was about.</p>
<p>Three months later I now use this internal blog alot! It helps me keep track of events that I might have forgotten about. When I had a tax issue recently I could quickly click the &#8220;tax authority&#8221; category and see which days I had communicated with them and leave as a reference in my future communication.</p>
<p>One thing that also helps me is the simplicity of clicking a category to bring up all the communication with that customer. When someone calls I quickly click their category and all my previous conversations with them are recorded. It helps me quickly remember what we where talking about, just like a CRM should.</p>
<p>There are of course limitations, WordPress was never intended to be used this way. There are no way to search for inactive customers for example, should the need for this arise a plugin for WordPress could most certainly easily be developed. Furthermore you need to be very careful about where you install the software so you do not publish all your information on the Internet. I run my business alone but this setup would work very nice also with a few employees I would imagine. Everyone could be an author in the same blog and you can access what the other persons are working on should a customer call when they are out.</p>
<p>The simplicity of WordPress makes this a great choice for me!</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.fireflake.com%2Ftech%2F2009%2F04%2F14%2Fwordpress-as-a-simple-crm%2F&amp;title=WordPress%20as%20a%20simple%20CRM" id="wpa2a_12"><img src="http://www.fireflake.com/tech/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.fireflake.com/tech/2009/04/14/wordpress-as-a-simple-crm/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Open source games?</title>
		<link>http://www.fireflake.com/tech/2008/07/12/open-source-games/</link>
		<comments>http://www.fireflake.com/tech/2008/07/12/open-source-games/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 20:21:59 +0000</pubDate>
		<dc:creator>Magnus Lindgren</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Allegro]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Game]]></category>

		<guid isPermaLink="false">http://www.fireflake.com/tech/?p=18</guid>
		<description><![CDATA[<p>All the recent issues with <a href="http://en.wikipedia.org/wiki/Digital_rights_management">Digital Rights Management (DRM)</a> have had various effects on the gaming industry. While on-line games and pay-per-play business models like <a href="http://www.worldofwarcraft.com/">World of Warcraft</a> and recently <a href="http://www.ageofconan.com/">Age of Conan</a> are one popular way another recent addition is: give the games away for free! Some other MMOs allready use this model and instead charge for micro-transactions in-game to buy virtual items but now Electronic Arts and <a href="http://www.dice.se/">DICE</a> are about to release a game in the popular Battlefield series for free, <a href="http://www.battlefield-heroes.com/">Battlefield: Heroes</a>. The game is a simplified version of their original game, a more colourfull and &#8220;cartonish&#8221; look and to start the game you first have to log on to their website. If this is a new business model or a one time thing remains to be seen.</p>
<p>While we now have free operating systems and enterprise grade software (Open Office, Apache, MySQL, Firefox) we still do not have any &#8220;very popular&#8221; open source games. The only game programming I&#8217;ve tried myself was based on the open source C/C++ library called <a href="http://www.allegro.cc/">Allegro</a>. Still no title coded in open source have made the gaming news to the best of my knowledge. Many open source games are &#8220;free copies&#8221; of exsisting games (Free Craft aka Star/Warcraft, FreeCiv aka Civilization etc), <a href="http://en.wikipedia.org/wiki/List_of_open_source_games">a list of examples can be found on the Wikipedia</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p>All the recent issues with <a href="http://en.wikipedia.org/wiki/Digital_rights_management">Digital Rights Management (DRM)</a> have had various effects on the gaming industry. While on-line games and pay-per-play business models like <a href="http://www.worldofwarcraft.com/">World of Warcraft</a> and recently <a href="http://www.ageofconan.com/">Age of Conan</a> are one popular way another recent addition is: give the games away for free! Some other MMOs allready use this model and instead charge for micro-transactions in-game to buy virtual items but now Electronic Arts and <a href="http://www.dice.se/">DICE</a> are about to release a game in the popular Battlefield series for free, <a href="http://www.battlefield-heroes.com/">Battlefield: Heroes</a>. The game is a simplified version of their original game, a more colourfull and &#8220;cartonish&#8221; look and to start the game you first have to log on to their website. If this is a new business model or a one time thing remains to be seen.</p>
<p>While we now have free operating systems and enterprise grade software (Open Office, Apache, MySQL, Firefox) we still do not have any &#8220;very popular&#8221; open source games. The only game programming I&#8217;ve tried myself was based on the open source C/C++ library called <a href="http://www.allegro.cc/">Allegro</a>. Still no title coded in open source have made the gaming news to the best of my knowledge. Many open source games are &#8220;free copies&#8221; of exsisting games (Free Craft aka Star/Warcraft, FreeCiv aka Civilization etc), <a href="http://en.wikipedia.org/wiki/List_of_open_source_games">a list of examples can be found on the Wikipedia</a>.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.fireflake.com%2Ftech%2F2008%2F07%2F12%2Fopen-source-games%2F&amp;title=Open%20source%20games%3F" id="wpa2a_14"><img src="http://www.fireflake.com/tech/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.fireflake.com/tech/2008/07/12/open-source-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

