<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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" version="2.0">

<channel>
	<title>Pedro Santos</title>
	
	<link>http://psantos-blog.zi-yu.com</link>
	<description>gamedev and software development blog</description>
	<pubDate>Sun, 17 May 2009 09:58:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/PedroSantos" type="application/rss+xml" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">PedroSantos</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Make the Tools/APIs, and they’ll be used!</title>
		<link>http://psantos-blog.zi-yu.com/?p=251</link>
		<comments>http://psantos-blog.zi-yu.com/?p=251#comments</comments>
		<pubDate>Sun, 17 May 2009 09:58:41 +0000</pubDate>
		<dc:creator>Pedro Santos</dc:creator>
		
		<category><![CDATA[orionsbelt]]></category>

		<guid isPermaLink="false">http://psantos-blog.zi-yu.com/?p=251</guid>
		<description><![CDATA[It&#8217;s is interesting to see how the community use the tools and apis we provide. I&#8217;d say that sites today without APIs are loosing a lot. Making the users contribute with content and tools makes them more loyal to our product, because they feel that they are contributing to something. Also, they&#8217;ll want to show [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s is interesting to see how the community use the tools and apis we provide. I&#8217;d say that sites today without APIs are loosing a lot. Making the users contribute with content and tools makes them more loyal to our product, because they feel that they are contributing to something. Also, they&#8217;ll want to show the work to their friends, and that will also increase exposure.</p>
<p>On our <a href="http://www.orionsbelt.eu/">browser game</a>, we provide an <a href="http://manual.orionsbelt.eu/en/API.aspx">API for players</a>. It is still very simple, we&#8217;re planning on providing many more funcionalities. Even so, we already have a lot of <a href="http://manual.orionsbelt.eu/en/API/Utilities.aspx">community applications</a> out there:</p>
<ul>
<li> <a href="http://www.alexandresemmer.net/googorions/">GoogOrion&#8217;s</a> - Search the universe (made by Ashis)</li>
<li><a href="http://www.alexandresemmer.net/calc/index.php">CalcUnit Orion&#8217;s</a> - Calculate prices for optimized fleets</li>
<li> <a href="http://www.orionsbelt.eu/Tools/obcalc.html">Orion&#8217;s Belt Calculator</a> - an online battle calculator (made by Syriin)</li>
<li> <a href="http://www.orionsbelt.eu/Tools/obrevcalc.html">Orion&#8217;s Belt Reverse Calculator</a> - an online reverse battle calculator (made by Syriin)</li>
<li><a href="http://forum.orionsbelt.eu/viewtopic.php?p=34133#34133">OBExplorer</a> - An application where you can search for information about fleets and planets on the universe; you can download it <a href="http://www.orionsbelt.eu/Tools/OBExplorer.zip">here</a> (made by ikkie)</li>
</ul>
<p>The other level of participation is on translations. Launching the <a href="http://lang.orionsbelt.eu/">Orion&#8217;s Belt Translation Project</a> is proving to be a great idea. Players already translated the institutional website to <a href="http://www.orionsbelt.eu/?Lang=hr">Croatian</a>, <a href="http://www.orionsbelt.eu/?Lang=it">Italian</a> and <a href="http://www.orionsbelt.eu/?Lang=fr">French</a>, and we have the <a href="http://s1.orionsbelt.eu/Login.aspx?Lang=hr">game UI also in Croatian</a>.</p>
<p>For all the tools and translations, we try to <a href="http://lang.orionsbelt.eu/Top.aspx">reward the players</a> kindly.</p>
]]></content:encoded>
			<wfw:commentRss>http://psantos-blog.zi-yu.com/?feed=rss2&amp;p=251</wfw:commentRss>
		</item>
		<item>
		<title>MySQL on full UTF8</title>
		<link>http://psantos-blog.zi-yu.com/?p=248</link>
		<comments>http://psantos-blog.zi-yu.com/?p=248#comments</comments>
		<pubDate>Mon, 11 May 2009 17:51:28 +0000</pubDate>
		<dc:creator>Pedro Santos</dc:creator>
		
		<category><![CDATA[.net]]></category>

		<category><![CDATA[nhibernate]]></category>

		<category><![CDATA[orionsbelt]]></category>

		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://psantos-blog.zi-yu.com/?p=248</guid>
		<description><![CDATA[On the Orion&#8217;s Belt Translation Project we had no problems with encoding, until a player from Croatia told us that Croatian&#8217;s characters weren&#8217;t being properly persisted. I tried a direct update:
update Lang set Text = 'č,ć,ž,đ,š'
And MySQL complained with an invalid characters error. To fix this I had to change the column encoding to UTF8 (was [...]]]></description>
			<content:encoded><![CDATA[<p>On the <a href="http://lang.orionsbelt.eu/">Orion&#8217;s Belt Translation Project</a> we had no problems with encoding, until a player from Croatia told us that Croatian&#8217;s characters weren&#8217;t being properly persisted. I tried a direct update:</p>
<pre>update Lang set Text = 'č,ć,ž,đ,š'</pre>
<p>And MySQL complained with an invalid characters error. To fix this I had to change the column encoding to UTF8 (was latin1). But the application still wasn&#8217;t  behaving properly. The application was sending to MySQL the following query:</p>
<pre>update Lang set Text = 'c,c,z,d,s'</pre>
<p>I don&#8217;t know who was transforming this (maybe the MySQL connector). To fix this I had to edit the connection string, and add the utf8 charset:</p>
<pre>Server=s;User ID=u;Password=p;Database=d;<strong>CharSet=utf8</strong></pre>
<p>After these steps, everything worked fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://psantos-blog.zi-yu.com/?feed=rss2&amp;p=248</wfw:commentRss>
		</item>
		<item>
		<title>Orion’s Belt makes its appearence at InsertCoin</title>
		<link>http://psantos-blog.zi-yu.com/?p=244</link>
		<comments>http://psantos-blog.zi-yu.com/?p=244#comments</comments>
		<pubDate>Sun, 26 Apr 2009 08:16:32 +0000</pubDate>
		<dc:creator>Pedro Santos</dc:creator>
		
		<category><![CDATA[orionsbelt]]></category>

		<guid isPermaLink="false">http://psantos-blog.zi-yu.com/?p=244</guid>
		<description><![CDATA[
Filipa Brazona and the Insert Coin’s crew came to our facilities to make a story about Orion&#8217;s Belt. The show aired yesterday and you can see our part in here.
Unfortunately they forgot to include Tiago…  And a link to the game.  Even so, we think that this was a great promotion and we’re [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-838" title="ic" src="http://blog.orionsbelt.eu/wp-content/uploads/2009/04/ic.png" alt="" width="400" height="165" /></p>
<p>Filipa Brazona and the Insert Coin’s crew came to our facilities to <a href="http://blog.orionsbelt.eu/?p=781">make a story</a> about <a href="http://www.orionsbelt.eu">Orion&#8217;s Belt</a>. The show aired yesterday and you can see our part in <a href="http://www.insertcointv.com/pt/reportajes/index.php?nCod=1011">here</a>.</p>
<p>Unfortunately they forgot to include <a href="http://sousatiago.blogspot.com/">Tiago</a>… <img class="wp-smiley" src="http://blog.orionsbelt.eu/wp-includes/images/smilies/icon_sad.gif" alt=":(" /> And a link to the game. <img class="wp-smiley" src="http://blog.orionsbelt.eu/wp-includes/images/smilies/icon_sad.gif" alt=":(" /> Even so, we think that this was a great promotion and we’re already getting new players that saw the show.</p>
<p>We’re going to try to get the show on video and upload it to youtube, maybe with english subtitles. </p>
<p><a href="http://blog.orionsbelt.eu/?p=836">Crossposted from the Orion&#8217;s Belt official blog!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://psantos-blog.zi-yu.com/?feed=rss2&amp;p=244</wfw:commentRss>
		</item>
		<item>
		<title>Contra @ Little Big Planet</title>
		<link>http://psantos-blog.zi-yu.com/?p=240</link>
		<comments>http://psantos-blog.zi-yu.com/?p=240#comments</comments>
		<pubDate>Sun, 08 Mar 2009 11:30:31 +0000</pubDate>
		<dc:creator>Pedro Santos</dc:creator>
		
		<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://psantos-blog.zi-yu.com/?p=240</guid>
		<description><![CDATA[Boy, how this bring back memories&#8230;

Seen at Gameover Blog.
]]></description>
			<content:encoded><![CDATA[<p>Boy, how <a href="http://videos.sapo.pt/iRpW0OMCPeyhZiZGzuvA">this</a> bring back memories&#8230;</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://rd3.videos.sapo.pt/play?file=http://rd3.videos.sapo.pt/iRpW0OMCPeyhZiZGzuvA/mov/1" /><embed type="application/x-shockwave-flash" width="400" height="350" src="http://rd3.videos.sapo.pt/play?file=http://rd3.videos.sapo.pt/iRpW0OMCPeyhZiZGzuvA/mov/1"></embed></object></p>
<p>Seen at <a href="http://gameover.blogs.sapo.pt/153985.html">Gameover Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://psantos-blog.zi-yu.com/?feed=rss2&amp;p=240</wfw:commentRss>
		</item>
		<item>
		<title>Guest posts @ buildingbrowsergames.com</title>
		<link>http://psantos-blog.zi-yu.com/?p=236</link>
		<comments>http://psantos-blog.zi-yu.com/?p=236#comments</comments>
		<pubDate>Tue, 24 Feb 2009 09:05:10 +0000</pubDate>
		<dc:creator>Pedro Santos</dc:creator>
		
		<category><![CDATA[gamedev]]></category>

		<category><![CDATA[orionsbelt]]></category>

		<guid isPermaLink="false">http://psantos-blog.zi-yu.com/?p=236</guid>
		<description><![CDATA[For the record, I&#8217;ve written the following guests posts onÂ buildingbrowsergames.com:

Post Mortem - Orionâ€™s Belt
Save bandwidth while improving performance!

]]></description>
			<content:encoded><![CDATA[<p>For the record, I&#8217;ve written the following guests posts onÂ <a href="http://buildingbrowsergames.com/">buildingbrowsergames.com</a>:</p>
<ul>
<li><a title="Post Mortem - Orionâ€™s Belt" rel="bookmark" href="http://buildingbrowsergames.com/2009/02/20/post-mortem-orions-belt/">Post Mortem - Orionâ€™s Belt</a></li>
<li><a title="Save bandwidth while improving performance!" rel="bookmark" href="http://buildingbrowsergames.com/2009/02/13/save-bandwidth-while-improving-performance/">Save bandwidth while improving performance!</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://psantos-blog.zi-yu.com/?feed=rss2&amp;p=236</wfw:commentRss>
		</item>
		<item>
		<title>ASAE’s against inviting friends</title>
		<link>http://psantos-blog.zi-yu.com/?p=232</link>
		<comments>http://psantos-blog.zi-yu.com/?p=232#comments</comments>
		<pubDate>Fri, 20 Feb 2009 13:58:04 +0000</pubDate>
		<dc:creator>Pedro Santos</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://psantos-blog.zi-yu.com/?p=232</guid>
		<description><![CDATA[My boss told me the other day that ASAE had fined the company because we have a web site with an Invite a Friend functionality. They stated that this kind of functionality is considered to be a pyramid scheme and therefore illegal by law.
HowÂ unbelievableÂ is that?
]]></description>
			<content:encoded><![CDATA[<p>My boss told me the other day that <a href="http://www.asae.pt/">ASAE</a> had fined the company because we have a web site with an <em>Invite a Friend</em> functionality. They stated that this kind of functionality is considered to be a <a href="http://en.wikipedia.org/wiki/Pyramid_scheme">pyramid scheme</a> and therefore illegal by law.</p>
<p>HowÂ unbelievableÂ is that?</p>
]]></content:encoded>
			<wfw:commentRss>http://psantos-blog.zi-yu.com/?feed=rss2&amp;p=232</wfw:commentRss>
		</item>
		<item>
		<title>Long Adventure on Mono/MySQL Land!</title>
		<link>http://psantos-blog.zi-yu.com/?p=225</link>
		<comments>http://psantos-blog.zi-yu.com/?p=225#comments</comments>
		<pubDate>Thu, 19 Feb 2009 12:33:40 +0000</pubDate>
		<dc:creator>Pedro Santos</dc:creator>
		
		<category><![CDATA[mono]]></category>

		<category><![CDATA[rant]]></category>

		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://psantos-blog.zi-yu.com/?p=225</guid>
		<description><![CDATA[My head hurts. I'm porting a .NET application to Linux/Mono, and everything was working out fine, except the connectivity to the MySql database. Â I don't have experience as an administrator, so I had a machine set up, I installed mono (after so many time I still have to compile stuff on Linux? Come on!), the [...]]]></description>
			<content:encoded><![CDATA[<p>My head hurts. I'm porting a .NET application to Linux/Mono, and everything was working out fine, except the connectivity to the MySql database. Â I don't have experience as an administrator, so I had a machine set up, I installed mono (after so many time I still have to compile stuff on Linux? Come on!), the application worked, but I had the following issues:</p>
<ul>
<li>I could connect to mysql on the production server using
<pre>mysql -u user -p</pre>
</li>
<li>The application couldn't connect to mysql on the production server (using localhost)</li>
<li>The application could connect to mysql on another machines</li>
<li>The same application on another machines could connect to mysql on the production server</li>
</ul>
<p>At this time I didn't know if the problem was with mono/application or with mysql configuration. So I run a Python script that connected to localhost and it worked fine... Then I downloaded the MySQL .NET provider sources and started to break some rocks (Portuguese expression).</p>
<p>The provider only said something like:</p>
<pre>Unable to connect to any of the specified MySQL hosts.
---&gt; System.Exception:
Exception of type 'System.Exception' was thrown.</pre>
<p>Very usefull information as you can see. After digging up, this exception was being thrown like this:</p>
<div class="igBar"><span id="lcsharp-3"><a href="#" onclick="javascript:showPlainTxt('csharp-3'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">C#:</span>
<div id="csharp-3">
<div class="csharp">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">StreamCreator sc = <a href="http://www.google.com/search?q=new+msdn.microsoft.com"><span style="color: #008000;">new</span></a> StreamCreator<span style="color: #000000;">&#40;</span>Settings.<span style="color: #0000FF;">Server</span>, Settings.<span style="color: #0000FF;">Port</span>, pipeName<span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">baseStream = sc.<span style="color: #0000FF;">GetStream</span><span style="color: #000000;">&#40;</span>Settings.<span style="color: #0000FF;">ConnectionTimeout</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0600FF;">if</span> <span style="color: #000000;">&#40;</span>baseStream == <span style="color: #0600FF;">null</span><span style="color: #000000;">&#41;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #0600FF;">throw</span> <a href="http://www.google.com/search?q=new+msdn.microsoft.com"><span style="color: #008000;">new</span></a> Exception<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Really classy material. The actual exception was being thrown by:</p>
<div class="igBar"><span id="lcsharp-4"><a href="#" onclick="javascript:showPlainTxt('csharp-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">C#:</span>
<div id="csharp-4">
<div class="csharp">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Socket socket = ...</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0600FF;">try</span> <span style="color: #000000;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp;socket.<span style="color: #0000FF;">EndConnect</span><span style="color: #000000;">&#40;</span>ias<span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000;">&#125;</span> <span style="color: #0600FF;">catch</span> <span style="color: #000000;">&#40;</span>Exception<span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp;socket.<span style="color: #0000FF;">Close</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp;<span style="color: #0600FF;">return</span> <span style="color: #0600FF;">null</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Oh yeah! What more can I say? </p>
<p>After patching the mysql .net provider with some logging, I had the real exception:</p>
<pre>System.Net.Sockets.SocketException: Connection refused</pre>
<p>The I did something that I should have done a long time ago:</p>
<pre># telnet localhost 3306
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused</pre>
<p>Well, it's proved that it wasn't an application / mono problem. Why did it work with direct mysql on the console and Python? Maybe because they connect using a pipe, instead of the TCP stream that the provider uses, I really don't know.</p>
<p>And wouldn't know how to fix this, but my colleague <a href="http://ppires.wordpress.com/">Paulo Pires</a> came and saved the day. It seams that mysql was configured to use a binding to local named address, and because of that refused connections to localhost.</p>
]]></content:encoded>
			<wfw:commentRss>http://psantos-blog.zi-yu.com/?feed=rss2&amp;p=225</wfw:commentRss>
		</item>
		<item>
		<title>Starting a new game business</title>
		<link>http://psantos-blog.zi-yu.com/?p=221</link>
		<comments>http://psantos-blog.zi-yu.com/?p=221#comments</comments>
		<pubDate>Wed, 18 Feb 2009 17:38:32 +0000</pubDate>
		<dc:creator>Pedro Santos</dc:creator>
		
		<category><![CDATA[gamedev]]></category>

		<guid isPermaLink="false">http://psantos-blog.zi-yu.com/?p=221</guid>
		<description><![CDATA[Nice presentation:Â Starting a new game business.

However, I always feel quite wierd about business/marketing content. I'm a developer, if I have to do something, I just code it. But disciplines like business, sales, marketing, feel so abstract to me... It's like: Â«to promote you site you should use social networksÂ». Ok, nice. But _how exactly can [...]]]></description>
			<content:encoded><![CDATA[<p>Nice presentation:Â <a href="http://www.slideshare.net/abyssi/starting-a-new-game-business-1030080">Starting a new game business</a>.</p>
<div id="__ss_1030080" style="width: 425px; text-align: left;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=casualconnect2009slideshare-1234703876260000-2&amp;stripped_title=starting-a-new-game-business-1030080" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=casualconnect2009slideshare-1234703876260000-2&amp;stripped_title=starting-a-new-game-business-1030080" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<p>However, I always feel quite wierd about business/marketing content. I'm a developer, if I have to do something, I just code it. But disciplines like business, sales, marketing, feel so abstract to me... It's like: <em>Â«to promote you site you should use social networksÂ»</em>. Ok, nice. But _<em>how exactly can I do that, what steps should I take, etc, etc_</em>...</p>
]]></content:encoded>
			<wfw:commentRss>http://psantos-blog.zi-yu.com/?feed=rss2&amp;p=221</wfw:commentRss>
		</item>
		<item>
		<title>Under Siege Dev Journal</title>
		<link>http://psantos-blog.zi-yu.com/?p=218</link>
		<comments>http://psantos-blog.zi-yu.com/?p=218#comments</comments>
		<pubDate>Sat, 31 Jan 2009 09:07:04 +0000</pubDate>
		<dc:creator>Pedro Santos</dc:creator>
		
		<category><![CDATA[gamedev]]></category>

		<guid isPermaLink="false">http://psantos-blog.zi-yu.com/?p=218</guid>
		<description><![CDATA[As I said before, Under Siege is a game under development for PS3 made in Portugal. They have just lauched a dev journal. Nice pictures:


Â 
 
]]></description>
			<content:encoded><![CDATA[<p>As I said <a href="http://psantos-blog.zi-yu.com/?p=214">before</a>, Under Siege is a game under development for PS3 made in Portugal. They have just lauched a <a href="http://dev.undersiegegame.com/">dev journal</a>. Nice pictures:</p>
<p><span style="font-size: small; font-family: Calibri;"><a class="thickbox" rel="singlepic12" href="http://dev.undersiegegame.com/wp-content/gallery/first-entry/screenshot02.jpg"><img class="ngg-singlepic" style="width: 400px;" title="Under Siege Pre-Alpha screenshot" src="http://dev.undersiegegame.com/wp-content/plugins/nextgen-gallery/nggshow.php?pid=12&amp;width=500&amp;height=300&amp;mode=" alt="Under Siege Pre-Alpha screenshot" /></a></span></p>
<p><span style="font-size: small; font-family: Calibri;"><a class="thickbox" rel="singlepic13" href="http://dev.undersiegegame.com/wp-content/gallery/first-entry/screenshot01.jpg"><img class="ngg-singlepic" style="width: 400px;" title="Under Siege Pre-Alpha screenshot" src="http://dev.undersiegegame.com/wp-content/plugins/nextgen-gallery/nggshow.php?pid=13&amp;width=500&amp;height=300&amp;mode=" alt="Under Siege Pre-Alpha screenshot" /></a></span></p>
<p><a class="thickbox" rel="singlepic13" href="http://dev.undersiegegame.com/wp-content/gallery/first-entry/screenshot01.jpg">Â </a></p>
<p><a class="thickbox" rel="singlepic13" href="http://dev.undersiegegame.com/wp-content/gallery/first-entry/screenshot01.jpg"> </a></p>
]]></content:encoded>
			<wfw:commentRss>http://psantos-blog.zi-yu.com/?feed=rss2&amp;p=218</wfw:commentRss>
		</item>
		<item>
		<title>Big Party!</title>
		<link>http://psantos-blog.zi-yu.com/?p=216</link>
		<comments>http://psantos-blog.zi-yu.com/?p=216#comments</comments>
		<pubDate>Thu, 22 Jan 2009 12:55:47 +0000</pubDate>
		<dc:creator>Pedro Santos</dc:creator>
		
		<category><![CDATA[orionsbelt]]></category>

		<guid isPermaLink="false">http://psantos-blog.zi-yu.com/?p=216</guid>
		<description><![CDATA[A picture is worth a thousand words.  

(Click to enlarge)
]]></description>
			<content:encoded><![CDATA[<p>A picture is worth a thousand words. <img src="http://blog.orionsbelt.eu/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley"> </p>
<p><a href="http://blog.orionsbelt.eu/wp-content/uploads/2009/01/untitled-27.png"><img class="alignnone size-medium wp-image-512" title="untitled-27" src="http://blog.orionsbelt.eu/wp-content/uploads/2009/01/untitled-27-300x179.png" alt="" width="300" height="179"></a></p>
<p>(Click to enlarge)</p>
]]></content:encoded>
			<wfw:commentRss>http://psantos-blog.zi-yu.com/?feed=rss2&amp;p=216</wfw:commentRss>
		</item>
	</channel>
</rss>
