<?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>eingko weblog &#187; Uncategorized</title>
	<atom:link href="http://www.eingko.net/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eingko.net/blog</link>
	<description>a developer&#039;s thoughts and musings</description>
	<lastBuildDate>Sat, 14 May 2011 04:58:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Kana Kanji Funtime</title>
		<link>http://www.eingko.net/blog/2011/03/17/kana-kanji-funtime/</link>
		<comments>http://www.eingko.net/blog/2011/03/17/kana-kanji-funtime/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 16:18:05 +0000</pubDate>
		<dc:creator>Ronald Timoshenko</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.eingko.net/blog/?p=112</guid>
		<description><![CDATA[Two things. First, I just finished/added a new app, check it out in iTunes: Kana Kanji Funtime. The goal with Kana Kanji Funtime was to create a fun and casual app that I (and others) could use to quickly quiz my kanji knowledge in a way that wouldn&#8217;t require actually sitting down and studying. It [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://itunes.apple.com/us/app/kana-kanji-funtime/id425082029?mt=8"><img src="http://www.eingko.net/blog/wp-content/uploads/2011/03/latest_iphone_app.png" alt="Kana Kanji Funtime" title="latest_iphone_app" width="232" height="404" class="alignleft size-full wp-image-115" style="border: none;" /></a>Two things. First, I just finished/added a new app, check it out in iTunes: <a href="http://itunes.apple.com/us/app/kana-kanji-funtime/id425082029?mt=8">Kana Kanji Funtime</a>. The goal with <a href="http://itunes.apple.com/us/app/kana-kanji-funtime/id425082029?mt=8">Kana Kanji Funtime</a> was to create a fun and casual app that I (and others) could use to quickly quiz my kanji knowledge in a way that wouldn&#8217;t require actually sitting down and studying. It helps to mix things up from time to time and I think this is definitely more exciting than just drilling with flashcards. In the least, its a way to have preset goals to achieve and it encourages me to try to beat my previous high score. Anyway, I&#8217;ve been enjoying it and I hope you will too.</p>
<p>Second, a quick update on other things. There are some big updates coming to the other apps. Specifically, Learning Japanese and the Japanese Alphabet Study Guide. I don&#8217;t want to get into details, but I will say this &#8211; the plan is to convert both apps to universal binaries that will allow them to properly scale for the iPad. That is, after you download the version 2.0 updates, the apps will work natively on the iPad. I can&#8217;t commit to a timeline just yet, but I may post screenshots in the near future to show progress.</p>
<p>As always, thanks for reading.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eingko.net/blog/2011/03/17/kana-kanji-funtime/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Browser Comic</title>
		<link>http://www.eingko.net/blog/2009/08/03/browser-comic/</link>
		<comments>http://www.eingko.net/blog/2009/08/03/browser-comic/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 15:22:22 +0000</pubDate>
		<dc:creator>Ronald Timoshenko</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.eingko.net/blog/?p=36</guid>
		<description><![CDATA[Funniest thing I&#8217;ve seen in a while: http://www.flickr.com/photos/robotjohnny/3629069606/sizes/l/]]></description>
			<content:encoded><![CDATA[<p>Funniest thing I&#8217;ve seen in a while:  <a href="http://www.flickr.com/photos/robotjohnny/3629069606/sizes/l/">http://www.flickr.com/photos/robotjohnny/3629069606/sizes/l/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.eingko.net/blog/2009/08/03/browser-comic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>T_PAAMAYIM_NEKUDOTAYIM</title>
		<link>http://www.eingko.net/blog/2008/10/22/t_paamayim_nekudotayim/</link>
		<comments>http://www.eingko.net/blog/2008/10/22/t_paamayim_nekudotayim/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 20:41:38 +0000</pubDate>
		<dc:creator>Ronald Timoshenko</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.eingko.net/blog/?p=32</guid>
		<description><![CDATA[Parse error: syntax error, unexpected &#8216;)&#8217;, expecting T_PAAMAYIM_NEKUDOTAYIM in &#8230; I encountered this weird PHP error today; if it happens to you it&#8217;s probably because you forgot to declare a variable by leaving off the &#8216;$&#8217; prefix (e.g., &#8216;myVar&#8217; instead of &#8216;$myVar&#8217;). More info here: http://en.wikipedia.org/wiki/Paamayim_Nekudotayim. Obviously, it&#8217;s a fairly cryptic error message; albeit its [...]]]></description>
			<content:encoded><![CDATA[<p class="code"><strong>Parse error:</strong> syntax error, unexpected &#8216;)&#8217;, expecting T_PAAMAYIM_NEKUDOTAYIM in &#8230;</p>
<p>I encountered this weird PHP error today; if it happens to you it&#8217;s probably because you forgot to declare a variable by leaving off the &#8216;$&#8217; prefix (e.g., &#8216;myVar&#8217; instead of &#8216;$myVar&#8217;).  More info here:  <a href="http://en.wikipedia.org/wiki/Paamayim_Nekudotayim">http://en.wikipedia.org/wiki/Paamayim_Nekudotayim</a>.</p>
<p>Obviously, it&#8217;s a fairly cryptic error message; albeit its cause is simple to resolve. It is exactly these types of things that makes it easier to understand why so many developers dislike PHP &#8211; it doesn&#8217;t keep me from using it though.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eingko.net/blog/2008/10/22/t_paamayim_nekudotayim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 1/18 queries in 0.055 seconds using disk
Object Caching 136/266 objects using disk

Served from: www.eingko.net @ 2012-02-05 18:40:20 -->
