<?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>Warll&#039;s Blog  ワロウのブログ</title>
	<atom:link href="http://blog.warll.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.warll.com</link>
	<description>カナダじんです。</description>
	<lastBuildDate>Sun, 30 May 2010 22:35:37 +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>How to craft the Towering pillar of hats in TF2</title>
		<link>http://blog.warll.com/2010/how-to-craft-the-towering-pillar-of-hats-in-tf2/</link>
		<comments>http://blog.warll.com/2010/how-to-craft-the-towering-pillar-of-hats-in-tf2/#comments</comments>
		<pubDate>Sun, 30 May 2010 22:35:37 +0000</pubDate>
		<dc:creator>Warll</dc:creator>
				<category><![CDATA[Video Games]]></category>
		<category><![CDATA[FYI]]></category>
		<category><![CDATA[TF2]]></category>
		<category><![CDATA[Woot!]]></category>

		<guid isPermaLink="false">http://blog.warll.com/?p=349</guid>
		<description><![CDATA[Despite what the TF2 Wiki says and what a Google search would lead you to believe, there is in fact a way to craft the  awesome Towering pillar of hats.
Craft two of the Spy&#8217;s Camera Beards which will create a Towering pillar of hats!
I only found it out by accident and when I mentioned it [...]]]></description>
			<content:encoded><![CDATA[<p>Despite what the TF2 Wiki says and what a Google search would lead you to believe, there is in fact a way to craft the  awesome <a href="http://tf2wiki.net/wiki/Towering_pillar_of_hats">Towering pillar of hats</a>.</p>
<p>Craft two of the Spy&#8217;s <a href="http://tf2wiki.net/wiki/Camera_beard">Camera Beards</a> which will create a <a href="http://tf2wiki.net/wiki/Towering_pillar_of_hats">Towering pillar of hats</a>!</p>
<p>I only found it out by accident and when I mentioned it one of the other players already knew about it. It would seem that players are attempting to keep the secrect under wraps. I can hardly blame them considering how much I envied players with the Tower of hats.</p>
<p>Of course to do this you&#8217;ll need two Camera Beards which aren&#8217;t exactly common, or maybe they are after all I had three of them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.warll.com/2010/how-to-craft-the-towering-pillar-of-hats-in-tf2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Noticebar, a jQuery plugin</title>
		<link>http://blog.warll.com/2010/noticebar-a-jquery-plugin/</link>
		<comments>http://blog.warll.com/2010/noticebar-a-jquery-plugin/#comments</comments>
		<pubDate>Mon, 10 May 2010 04:52:16 +0000</pubDate>
		<dc:creator>Warll</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[opendiv]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.warll.com/?p=321</guid>
		<description><![CDATA[ 
// 
// 
Noticebar
What?
Noticebar is jQuery plugin that adds, well, a noticebar to the top of any page. Much like the one that will have shown up right about now.
Why?
A while back I wanted to drive traffic from one  of my older sites to a successor site. Inspired by the IE security alert page  I [...]]]></description>
			<content:encoded><![CDATA[<p><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script> <script src="http://blog.warll.com/jquery.noticebar.js" type="text/javascript"></script><br />
<script type="text/javascript">// <![CDATA[
       jQuery.fn.noticebar({html : 'jQuery.Noticebar.js is great, you should use it' , delay : 2000, close : false,}); // ]]&gt;</script></p>
<div id="target" style="width: 100%;"><script type="text/javascript">// <![CDATA[
jQuery.fn.noticebar({html : 'jQuery.Noticebar.js is great, you should use it, seriously' , delay : 1000, close : false, target: "#target",});
// ]]&gt;</script></div>
<h3><span style="background: #ffff00; padding: 4px;">Noticebar</span></h3>
<p><strong>What?</strong></p>
<p>Noticebar is jQuery plugin that adds, well, a noticebar to the top of any page. Much like the one that will have shown up right about now.</p>
<p><strong>Why?</strong></p>
<p>A while back I wanted to drive traffic from one  of my older sites to a successor site. Inspired by the IE security alert page  I whipped up a very ugly, static solution, a purely html lime green bar across the top of the page. Before that I had searched for a javascript solution but came up empty handed.  Since then I&#8217;ve been meaning to create Noticebar for a while.</p>
<p><strong>Features</strong></p>
<p>It uses minimal markup and accepts several options.</p>
<ul>
<li>Use of text and HTML markup</li>
<li>Custom CSS to change the appearance.</li>
<li>Optionally have the bar slide into view, like I have done here.</li>
<li>With animation on you can have the bar&#8217;s arrival delayed, again like done on this page.</li>
<li>A close button</li>
<li>Prepend the Noticebar to any div by specifying the target argument.</li>
</ul>
<p><strong>Example code</strong></p>
<blockquote><p>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;jquery.noticebar.js&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
jQuery.fn.noticebar({html:  &#8220;your text or html here&#8221;,  close : false,});<br />
&lt;/script&gt;</p></blockquote>
<p>To use the above code copy and paste it inside your websites head tag.  By this I mean between the &#8220;&lt;head&gt;&#8221; and the &#8220;&lt;/head&gt;&#8221; part.</p>
<p><strong>Options</strong></p>
<p>A list of accept settings with their defaults:</p>
<blockquote><p>jQuery.fn.noticebar({</p>
<p>html :  &#8220;Notice is credit to team!&#8221;, //Your message which can use html<br />
animate  : true , //true means that the noticebar will &#8217;slide&#8217; down after the delay<br />
delay  : 0 , //A delay in milliseconds, 1000 would be one second<br />
css  : &#8220;&#8221;,  //Used to customize CSS styling<br />
close  : true, //Whether the close button appears<br />
target  : &#8220;body&#8221;, //Use &#8220;#id&#8221; you have the noticebar appear on an element with said id, .class for classes</p>
<p>})</p></blockquote>
<p style="text-align: center;">Download <a href="http://blog.warll.com/jquery.noticebar.js">jquery.noticebar.js</a> |  Preview <a href="http://blog.warll.com/noticebar/jquery_noticebar_Demo.html">An example page</a></p>
<p style="text-align: center;">
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://blog.warll.com/2010/noticebar-a-jquery-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s successful search competitors</title>
		<link>http://blog.warll.com/2010/googles-successful-search-competitors/</link>
		<comments>http://blog.warll.com/2010/googles-successful-search-competitors/#comments</comments>
		<pubDate>Sun, 09 May 2010 19:03:05 +0000</pubDate>
		<dc:creator>Warll</dc:creator>
				<category><![CDATA[FYI]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blog.warll.com/?p=346</guid>
		<description><![CDATA[Google has dominated the search engine market for much of recent history and so far nothing on the horizon appears to be changing that.
But did you know that Google is the underdog in a number of markets?
Russia has Yandex
China has Baidu
Yahoo.jp is Japan&#8217;s largest
And Sezman has the Czech Republic.
In the two Eastern Europe cases they [...]]]></description>
			<content:encoded><![CDATA[<p>Google has dominated the search engine market for much of recent history and so far nothing on the horizon appears to be changing that.</p>
<p>But did you know that Google is the underdog in a number of markets?</p>
<p>Russia has <a href="http://www.yandex.com/">Yandex</a></p>
<p>China has <a href="http://www.baidu.com/">Baidu</a></p>
<p><a href="http://www.yahoo.co.jp/">Yahoo.jp</a> is Japan&#8217;s largest</p>
<p>And <a href="http://www.seznam.cz/">Sezman</a> has the Czech Republic.</p>
<p>In the two Eastern Europe cases they beat Google by supporting their local language better than Google.  In Asia I couldn&#8217;t dig up any information indicating that anything  similar had happened.</p>
<p>For as much as I love Google I do think it deserves some strong competition, un-fortunately I am unwilling to help with that as is likely the case with many Google loyals.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.warll.com/2010/googles-successful-search-competitors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Program to playback mic live</title>
		<link>http://blog.warll.com/2010/program-to-playback-mic-live/</link>
		<comments>http://blog.warll.com/2010/program-to-playback-mic-live/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 17:36:04 +0000</pubDate>
		<dc:creator>Warll</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.warll.com/?p=310</guid>
		<description><![CDATA[Long story short my mother needed t0 playback a microphone through the speakers. Should be simple and on Windows Xp it is. But for some strange reason vista does not have the option, some drivers do but not the default Microsoft audio driver. Of course doing this should be simple so I spent at least [...]]]></description>
			<content:encoded><![CDATA[<p>Long story short my mother needed t0 playback a microphone through the speakers. Should be simple and on Windows Xp it is. But for some strange reason vista does not have the option, some drivers do but not the default Microsoft audio driver. Of course doing this should be simple so I spent at least a good hour finding a solution, it would appear that none exist. I tried googling everything &#8220;Force mic loop&#8221;, &#8220;Force mic feedback&#8221;, &#8220;vista mic live playback&#8221;, &#8220;play mic through speakers vista&#8221;, &#8220;program to playback mic&#8221; and yes I did just put that list there in the hopes that Google will get a clue.</p>
<p>Turns out there is no program that does it. So I&#8217;ve created my own. It is done in flash and has some minor latency due to the use of flash, but any solution will have a bit of latency and hopefully for your needs it will be good enough.</p>
<p>To run it you have to give it permission to use the mic, it will automatically show you the permission dialog and will start working as soon as you close the dialog.</p>
<p>You can download the file and run it locally should you need to. To do so right click on the following link and select &#8220;Save file as&#8221;</p>
<p>Download: <a href="http://blog.warll.com/wp-content/uploads/2010/04/warlls_microphone_playbackr.swf">Warll&#8217;s Microphone playback&#8217;r</a></p>
<p>Embedded below:</p>
<p><span id="more-310"></span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="300" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blog.warll.com/wp-content/uploads/2010/04/warlls_microphone_playbackr.swf" /><embed type="application/x-shockwave-flash" width="300" height="300" src="http://blog.warll.com/wp-content/uploads/2010/04/warlls_microphone_playbackr.swf"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.warll.com/2010/program-to-playback-mic-live/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Economist.com screws up, commenters respond</title>
		<link>http://blog.warll.com/2010/economist-com-screws-up-commenters-respond/</link>
		<comments>http://blog.warll.com/2010/economist-com-screws-up-commenters-respond/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 05:48:38 +0000</pubDate>
		<dc:creator>Warll</dc:creator>
				<category><![CDATA[funny]]></category>
		<category><![CDATA[humour]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blog.warll.com/?p=305</guid>
		<description><![CDATA[While checking my gmail one of my favorite features is that little bar which shows news from a selection of websites. Apeerntly someone at Economist.com let a article go live that shouldn&#8217;t have.
Headline goes here in “headline” font
Or at least thats the headline. All the article has is the standard &#8220;The Economist welcomes your views.&#8221;  [...]]]></description>
			<content:encoded><![CDATA[<p>While checking my gmail one of my favorite features is that little bar which shows news from a selection of websites. Apeerntly someone at Economist.com let a article go live that shouldn&#8217;t have.</p>
<blockquote><p><strong>Headline goes here in “headline” font</strong></p></blockquote>
<p>Or at least thats the headline. All the article has is the standard &#8220;<em>The Economist</em> welcomes your views.&#8221;  At time of writing there are 27 comments and I must say, these commenters know their archetypes.</p>
<p>The &#8216;full&#8217; article can be found on the site for now,<a href="http://www.economist.com/world/asia/displaystory.cfm?story_id=15993648&amp;fsrc=rss"> http://www.economist.com/world/asia/displaystory.cfm?story_id=15993648&amp;fsrc=rss</a> , image below the fold for posterity:</p>
<p><span id="more-305"></span></p>
<p><a href="http://blog.warll.com/wp-content/uploads/2010/04/economist_messup_commenters_respond.png" title="economist_messup_commenters_respond" rel="lightbox[305]"><img class="aligncenter size-full wp-image-306" title="economist_messup_commenters_respond" src="http://blog.warll.com/wp-content/uploads/2010/04/economist_messup_commenters_respond.png" alt="" width="489" height="2414" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.warll.com/2010/economist-com-screws-up-commenters-respond/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a subdomain point to a sub-folder on Dreamhost</title>
		<link>http://blog.warll.com/2010/how-to-make-a-subdomain-point-to-a-sub-folder-on-dreamhost/</link>
		<comments>http://blog.warll.com/2010/how-to-make-a-subdomain-point-to-a-sub-folder-on-dreamhost/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 23:04:00 +0000</pubDate>
		<dc:creator>Warll</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[walkThrough]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blog.warll.com/?p=301</guid>
		<description><![CDATA[By this I mean haveing the domain folder.example.com be hosted in the FTP folder example.com/folder.
You can do this in the &#8220;Add new domain&#8221; page by changing the &#8220;Web directory&#8221; field for the sub-domain &#8220;folder.example.com&#8221; from &#8220;/home/username/folder.example.com&#8221; to &#8220;/home/username/example.com/folder&#8221;
Example screenshot follows.
]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">By this I mean haveing the domain folder.example.com be hosted in the FTP folder example.com/folder.</p>
<p>You can do this in the &#8220;Add new domain&#8221; page by changing the &#8220;Web directory&#8221; field for the sub-domain &#8220;folder.example.com&#8221; from &#8220;/home/username/folder.example.com&#8221; to &#8220;/home/username/example.com/folder&#8221;</p>
<p>Example screenshot follows.<a href="http://blog.warll.com/wp-content/uploads/2010/04/dreamhost_subdomain_to_subfolder.png" title="dreamhost_subdomain_to_subfolder" rel="lightbox[301]"><img class="aligncenter size-medium wp-image-302" title="dreamhost_subdomain_to_subfolder" src="http://blog.warll.com/wp-content/uploads/2010/04/dreamhost_subdomain_to_subfolder-300x105.png" alt="" width="300" height="105" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.warll.com/2010/how-to-make-a-subdomain-point-to-a-sub-folder-on-dreamhost/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>IMHO 2010 is going to be perfect gaming wise</title>
		<link>http://blog.warll.com/2010/imho-2010-is-going-to-be-perfect-gaming-wise/</link>
		<comments>http://blog.warll.com/2010/imho-2010-is-going-to-be-perfect-gaming-wise/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 08:31:10 +0000</pubDate>
		<dc:creator>Warll</dc:creator>
				<category><![CDATA[Video Games]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[video game]]></category>

		<guid isPermaLink="false">http://blog.warll.com/?p=297</guid>
		<description><![CDATA[2009 was a rather dull year for video games as far as my interests are involved. 2010 is shaping up to be the exact oposite. What I&#8217;m getting excited about:

Civilisation 5
Crysis 2
Fallout: New Vegas
Dead Space 2
Lost Planet 2

Civ V and Fallout should be real treats.
]]></description>
			<content:encoded><![CDATA[<p>2009 was a rather dull year for video games as far as my interests are involved. 2010 is shaping up to be the exact oposite. What I&#8217;m getting excited about:</p>
<ul>
<li>Civilisation 5</li>
<li>Crysis 2</li>
<li>Fallout: New Vegas</li>
<li>Dead Space 2</li>
<li>Lost Planet 2</li>
</ul>
<p>Civ V and Fallout should be <strong>real</strong> treats.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.warll.com/2010/imho-2010-is-going-to-be-perfect-gaming-wise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First impressions of Drupal</title>
		<link>http://blog.warll.com/2010/first-impressions-of-drupal/</link>
		<comments>http://blog.warll.com/2010/first-impressions-of-drupal/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 23:55:10 +0000</pubDate>
		<dc:creator>Warll</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blog.warll.com/?p=295</guid>
		<description><![CDATA[I&#8217;ve spent the last week or so exploring Drupal and I must say that it is impressive.
Things I like:

Backend dosn&#8217;t hide options behind menus or other pages
Strictly enforced coding style
Theme markup encourages presentation to be removed from data manipulation
A block system that effectively gives users a ton of widget panels, and everything is placed like [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spent the last week or so exploring Drupal and I must say that it is impressive.</p>
<p>Things I like:</p>
<ul>
<li>Backend dosn&#8217;t hide options behind menus or other pages</li>
<li>Strictly enforced coding style</li>
<li>Theme markup encourages presentation to be removed from data manipulation</li>
<li>A block system that effectively gives users a ton of widget panels, and everything is placed like a WP widget would be</li>
<li>A form api that takes care of mundane and verbose html input markup</li>
<li>A ton of plugins that are rather generic yet well integrated with Drupal allowing for easy adoption and extension.</li>
<li>A focus on security even if at the cost of higher minimum skill set for usage.</li>
</ul>
<p>What I dislike:</p>
<ul>
<li>code style enforces the use of spaces instead of tab chars, which is positively insane.</li>
</ul>
<p>In the end I like Drupal and am currently working on a port of the default Wordpress Theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.warll.com/2010/first-impressions-of-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alexa uses Google Analytics!</title>
		<link>http://blog.warll.com/2010/alexa-uses-google-analytics/</link>
		<comments>http://blog.warll.com/2010/alexa-uses-google-analytics/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 22:46:52 +0000</pubDate>
		<dc:creator>Warll</dc:creator>
				<category><![CDATA[humour]]></category>
		<category><![CDATA[ironic]]></category>

		<guid isPermaLink="false">http://blog.warll.com/?p=287</guid>
		<description><![CDATA[Google Analytics has become the defacto standard for website tracking. Its incredibly easy to add to a site and provides nice pretty graphs . It is so awesome that even  Alexa uses it! Copy and pasted proof after the page break.

&#60;!-- START GOOGLE ANALYTICS --&#62;&#60;script type="text/javascript"&#62;  var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." [...]]]></description>
			<content:encoded><![CDATA[<p>Google Analytics has become the defacto standard for website tracking. Its incredibly easy to add to a site and provides nice pretty graphs . It is so awesome that even  Alexa uses it! Copy and pasted proof after the page break.</p>
<p><span id="more-287"></span></p>
<pre id="line563">&lt;!-- START GOOGLE ANALYTICS --&gt;&lt;script type="text/javascript"&gt;  var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");  document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));&lt;/script&gt;&lt;script type="text/javascript"&gt;  var pageTracker = _gat._getTracker("UA-2146411-1");  pageTracker._initData();  pageTracker._trackPageview();&lt;/script&gt;&lt;script type="text/javascript"&gt;  function trackCustomEvent(customEvent) {    var eventname = "/custom-event/topsites/"+customEvent;    if (pageTracker != undefined) {      pageTracker._trackPageview(eventname);      return true;    }  }  function trackExternalLink(externalLink) {    return trackCustomEvent('external-link/'+externalLink.replace("http://", ""));  }

&lt;/script&gt;

&lt;!-- END GOOGLE ANALYTICS --&gt;

&lt;script type="text/javascript" language="JavaScript" src="<a href="view-source:http://atrk.alexametrics.com/atrk.js">http://atrk.alexametrics.com/atrk.js</a>"&gt;&lt;/script&gt;&lt;script type="text/javascript" language="JavaScript"&gt;_atrk_opts = { atrk_acct: "s3LE913x9k00WW", domain:"alexa.com", label:"topsites" }; atrk ();&lt;/script&gt;&lt;noscript&gt;&lt;img src="http://certify.alexametrics.com/atrk.gif?account=s3LE913x9k00WW&amp;jsv=20080822" style="display:none" height="1" width="1"&gt;&lt;/noscript&gt;</pre>
<pre id="line593">&lt;script&gt;  $('a.offsite').click( function() {    trackExternalLink(this.href);  });  $('a.social').click( function() {    trackCustomEvent( "social/" + this.name );  });  $('a.trackme').click( function() {    trackCustomEvent( "link/" + this.name );  });  $('button.trackme').click( function() {    trackCustomEvent('button/'+$(this).text());  });$('a.trackme-cross').click( function() {			      trackCustomEvent( "link/" + this.name );			      selectTab('#keywords');			    });

&lt;/script&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.warll.com/2010/alexa-uses-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cities XL is dead, long live Cities XL!</title>
		<link>http://blog.warll.com/2010/cities-xl-is-dead-long-live-cities-xl/</link>
		<comments>http://blog.warll.com/2010/cities-xl-is-dead-long-live-cities-xl/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 07:11:39 +0000</pubDate>
		<dc:creator>Warll</dc:creator>
				<category><![CDATA[Cities XL]]></category>
		<category><![CDATA[citiesXL]]></category>
		<category><![CDATA[video game]]></category>

		<guid isPermaLink="false">http://blog.warll.com/?p=281</guid>
		<description><![CDATA[I am very fond of the city building genre. Sim City 2000 was the first video game I ever bought and I enjoyed I thoroughly. A very surprising fact considering that my cities always ran deficits thus IMACHEAT found much use in my economic disasters.
Sim City 3000 kicked this trend and by the time Sim [...]]]></description>
			<content:encoded><![CDATA[<p>I am very fond of the city building genre. Sim City 2000 was the first video game I ever bought and I enjoyed I thoroughly. A very surprising fact considering that my cities always ran deficits thus <a href="http://www.cheatscodesguides.com/pc-cheats/simcity-2000/">IMACHEAT</a> found much use in my economic disasters.</p>
<p>Sim City 3000 kicked this trend and by the time Sim City 4 came around I had finally mastered the game.</p>
<p>Sim City 4 is now five years old and the genre is in dire need of an update.</p>
<p><a href="http://www.citiesxl.com/">Cities XL</a> is the best hope to fill that spot. Unfortunately Cities ZL has already been released. This is unforunate because Cities XL has two critical flaws which stop it from ever taking the crown.</p>
<ol>
<li>Somehow Monte Cristo managed to make Cities XL linear through overly restriction population requirements. You don&#8217;t so much as plan a city as you grow it and this lack of control kills re-playability.</li>
<li>Effectively no custom content. There is a massive community producing new buildings and concepts for Sim City 4, Monte Cristo&#8217;s &#8220;We&#8217;ll make new content ourselves and sell it to you&#8221; strategy is foolish in comparison.</li>
</ol>
<p>Monte Cristo says that the ability to make custom assets, modding, is on the to-do list. Fallout 3 also had delayed modding tools, fans had to wait three months for the Fallout tools while it has already been four months since Cities Xl&#8217;s release.</p>
<p>I had all but given up on Cities XL, until recently.</p>
<p>Two weeks ago Monte Cristo released some news, they were going to close the online portion of Cities Xl, a service they called &#8216;The Planet Offer&#8217; and marketed as an MMO.  They cited lower than expected subscription rates.</p>
<p>The news could well be a sign of financial trouble for a company that invested somewhere in the range of ten million dollars to bring their passion to the market. At least a portion of that funding would have been based off of the possibility to create an MMO niche devoid of competition.</p>
<p>For what ever finacle harm it may cause the silver lining better be that they get their act together. They plan on releasing &#8216;Cities XL 2011&#8242; which if they have taken the correct lesson to heart should focus on the single player experience as well as offer modification abilities. It is after all what their target market demands.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.warll.com/2010/cities-xl-is-dead-long-live-cities-xl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
