<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Tokyo's Muslim</title>
	<link>http://www.tokyomuslim.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 11 Mar 2010 04:41:44 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>LOL: Implementing &#8220;Margins&#8221; on an old Docomo phone.</title>
		<description><![CDATA[Docomo phones don&#8217;t recognize margins and are irritating as hell to program for.
The odd thing is that they do recognize table widths.  As a result, you can make the following horrible code (that &#8220;DOEZ THE JOB&#8221;)

&#60;BODY&#62;
&#60;table&#62;
&#60;tr&#62;
&#60;td width=&#8221;(left margin)&#8221;&#62;&#60;/td&#62;
&#60;td&#62;(whatever)&#60;/td&#62;
&#60;td width=&#8221;(right margin)&#8221;&#62;&#60;/td&#62;
&#60;/tr&#62;
&#60;/table&#62;
&#60;/BODY&#62;

Hey don&#8217;t look at me; I haven&#8217;t used Tables since y2k.
]]></description>
		<link>http://www.tokyomuslim.com/2010/03/lol-implementing-margins-on-an-old-docomo-phone/</link>
			</item>
	<item>
		<title>Email Validation in Google App Engine</title>
		<description><![CDATA[My current project is building a mobile website for Japanese cellphones that can stand about 10-20k hits within an hour without getting completely trashed.  Admittedly, this isn&#8217;t exactly the easiest thing in the world to do, but Google App engine makes it a lot easier.  In the process, I had to brush up on my [...]]]></description>
		<link>http://www.tokyomuslim.com/2010/03/email-validation-in-google-app-engine/</link>
			</item>
	<item>
		<title>N00b problems with Appengine</title>
		<description><![CDATA[This problem was stupid, but I&#8217;m sure I&#8217;m not the only one who is going to run into it   

Status: 200 OK
Content-Type: text/html; charset=utf-8
Cache-Control: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Content-Length: 3

If you are getting the above message after the output you intended, it is because you are using &#8220;print&#8221; instead of &#8220;self.response.out.write&#8221;. [...]]]></description>
		<link>http://www.tokyomuslim.com/2010/03/n00b-problems-with-appengine/</link>
			</item>
	<item>
		<title>The C10k problem.</title>
		<description><![CDATA[Dealing with a new class of problem :/  How to deal with 10k connections simultaneously? (Google app engine is looking more and more attractive.)
]]></description>
		<link>http://www.tokyomuslim.com/2010/03/the-c10k-problem/</link>
			</item>
	<item>
		<title>Logorama kicks ass.</title>
		<description><![CDATA[Klik hier om het video filmpje te bekijken
]]></description>
		<link>http://www.tokyomuslim.com/2010/03/logorama-kicks-ass/</link>
			</item>
	<item>
		<title>I&#8217;ve been reading too much.</title>
		<description><![CDATA[I was out bicycling around 1 AM to return a video before paying a late fee, and the only thing I could think was about how I could use the half crooked smile appearance of the moon as a literary allusion.  I blame the books I&#8217;ve been reading lately.  Ever since the &#8220;Classics&#8221; application on [...]]]></description>
		<link>http://www.tokyomuslim.com/2010/02/ive-been-reading-too-much/</link>
			</item>
	<item>
		<title>Not impressed by the iPad</title>
		<description><![CDATA[The iPad is the horrible Nintendo &#8220;Total lockdown&#8221; theory brought to proper computers.
I don&#8217;t look forward to a future where I can&#8217;t play around with my own machine.  Is it too much to ask for?
&#8211;
After some more thinking, the device suddenly becomes far more interesting.  10 hours of constant use?  With a decent RSS reader [...]]]></description>
		<link>http://www.tokyomuslim.com/2010/01/not-impressed-by-the-ipad/</link>
			</item>
	<item>
		<title>Saw Avatar Yesterday</title>
		<description><![CDATA[Watched Avatar yesterday with the gf in Shinjuku.  A few thoughts ran through my mind.

Hayao Miyazaki is a hack. I&#8217;ve never seen any of the later&#8217;s movies that came close in any sense; any of his movies that are conceptually similar (Mononoke Hime, Nausicaa) suffer from muddled vision and the incapability of forming an opinion. [...]]]></description>
		<link>http://www.tokyomuslim.com/2010/01/saw-avatar-yesterday/</link>
			</item>
	<item>
		<title>Transformers: War for Cybertron for PS3?</title>
		<description><![CDATA[Looks like a new wargame for PS3 coming out next year by Activision.  This actually looks quite good; I wonder if Hasbro is being influenced by Halo, whose toys apparently sold quite well?  That&#8217;s what the speculation is like at the source (TFW2005.com).
It might be the end of terrible TF games if true; video gaming [...]]]></description>
		<link>http://www.tokyomuslim.com/2009/12/transformers-war-for-cybertron-for-ps3/</link>
			</item>
	<item>
		<title>Array_walk and the userdata variable.</title>
		<description><![CDATA[I have a horrible issue with the userdata variable.  As it is defined, it does not accept something by reference, leaving me only capable of modifying the original array that I pass to it.
Previously you could have done this:
array_walk($owners, 'OwnerOutput::generate_owner_list', &#38;$output)

array_walk($owners, 'OwnerOutput::generate_owner_list', array(&#38;array_walk($owners, 'OwnerOutput::generate_owner_list', array(&#38;$output));

Unfortunately, this does not work anymore.  I understand that I can [...]]]></description>
		<link>http://www.tokyomuslim.com/2009/12/array_walk-and-the-userdata-variable/</link>
			</item>
</channel>
</rss>

<!-- Dynamic page generated in 2.999 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-12 13:39:17 -->
