<?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>molotovDango &#187; Technology</title>
	<atom:link href="http://www.molotovdango.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.molotovdango.com</link>
	<description>this dango is highly flammable.</description>
	<lastBuildDate>Tue, 31 Jan 2012 13:04:20 +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>Online Interactive Story Sample</title>
		<link>http://www.molotovdango.com/2011/07/online-interactive-story-sample-2/</link>
		<comments>http://www.molotovdango.com/2011/07/online-interactive-story-sample-2/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 06:41:07 +0000</pubDate>
		<dc:creator>williamtio</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[interactive story]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Visual Novel]]></category>

		<guid isPermaLink="false">http://www.molotovdango.com/?p=1802</guid>
		<description><![CDATA[Sorry, your browser does not support iframes. :( This is just a sample of online interactive story (like visual novel) to be played on browser.  Note that I didn&#8217;t put in sprites, because I don&#8217;t really have one.  So what you get is just a plain text. Manual: Navigate by pressing NEXT or PREV (self [...]]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://dev.molotovdango.com/sample_div/scene1.php" width="600" height="375" frameborder="0"> </p>
<p>Sorry, your browser does not support iframes. :(</p>
<p></iframe></p>
<p>This is just a sample of online interactive story (like visual novel) to be played on browser.  Note that I didn&#8217;t put in sprites, because I don&#8217;t really have one.  So what you get is just a plain text.</p>
<p>Manual:</p>
<ul>
<li>Navigate by pressing <strong>NEXT </strong>or <strong>PREV</strong> (self explanatory)</li>
<li>Some screens will present choices to be made.  Once selected, you can&#8217;t go back.</li>
<li>Once you reach the end, you can replay again.  I didn&#8217;t implement the <em>Replay</em> feature, although simple.  What you can do is, to refresh the page. :(  Sorry.</li>
</ul>
<p>To read the explanations on how this is done, more after the jump.</p>
<p><span id="more-1802"></span></p>
<p>This whole application is done using javascripts and divs.  Relatively simple.</p>
<p>What I have in a single page is multiple div where each div represents a screen. (When you click on NEXT/PREV, you are navigating different screen/div).  By default, all divs are set to invisible, except the ones I want to show which is the first screen.</p>
<p>As you navigate through the screens, the javascript will trigger the visibility of the screens, hence you get different screens without having to load the page.</p>
<p>However, once the you are presented with a choice screen (where you have to choose), once you click your choice, the page loads a different page.</p>
<p>At least that&#8217;s how I do it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.molotovdango.com/2011/07/online-interactive-story-sample-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flowchart For My Android Apps</title>
		<link>http://www.molotovdango.com/2011/02/flowchart-for-my-android-apps/</link>
		<comments>http://www.molotovdango.com/2011/02/flowchart-for-my-android-apps/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 13:12:31 +0000</pubDate>
		<dc:creator>williamtio</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[magic 8 ball]]></category>

		<guid isPermaLink="false">http://www.molotovdango.com/?p=1694</guid>
		<description><![CDATA[Which is just a simple apps, really.  I couldn&#8217;t be bothered to do a big apps yet.  Simple is good, it motivates you to complete it and builds your confidence before starting a bigger project. I have been playing around with Android SDK and I thought I should make an apps using the existing idea, [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1695" class="wp-caption aligncenter" style="width: 369px"><a href="http://www.molotovdango.com/wp-content/uploads/2011/02/flowchart.jpg" rel="shadowbox[post-1694];player=img;"><img class="size-full wp-image-1695 " title="Flowchart" src="http://www.molotovdango.com/wp-content/uploads/2011/02/flowchart.jpg" alt="" width="359" height="514" /></a><p class="wp-caption-text">It&#39;s been a while since the last time I made a flowchart!</p></div>
<p style="text-align: left;">Which is just a simple apps, really.  I couldn&#8217;t be bothered to do a big apps yet.  Simple is good, it motivates you to complete it and builds your confidence before starting a bigger project.</p>
<p style="text-align: left;">I have been playing around with Android SDK and I thought I should make an apps using the existing idea, just to help me to get used to the environment and the libraries.</p>
<p style="text-align: left;">I am thinking to do a magic 8 ball apps, where you shake the phone and you get the result.  There are heaps of them, but I am going to do a little different with the interface i.e. not going to just show a boring ball.</p>
<p style="text-align: left;">Look forward to it!  (This is the start of the Development category as well!)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.molotovdango.com/2011/02/flowchart-for-my-android-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My New Toy</title>
		<link>http://www.molotovdango.com/2010/04/my-new-toy/</link>
		<comments>http://www.molotovdango.com/2010/04/my-new-toy/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 11:50:40 +0000</pubDate>
		<dc:creator>williamtio</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[ipod touch]]></category>

		<guid isPermaLink="false">http://blog.williamtio.com/?p=1361</guid>
		<description><![CDATA[Yes, just as you see I bought myself a new toy and I don&#8217;t need to play with myself anymore.  It&#8217;s a brand new 32GB iPod Touch (I had a huge dilemma on which capacity to purchase and finally I have decided to pick the 32GB version mainly because of the price and I reckon [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.molotovdango.com/wp-content/uploads/2010/04/mynewtoy.jpg" rel="shadowbox[post-1361];player=img;"><img class="aligncenter size-full wp-image-1362" title="My New Toy" src="http://www.molotovdango.com/wp-content/uploads/2010/04/mynewtoy.jpg" alt="" width="315" height="355" /></a></p>
<p style="text-align: left;">Yes, just as you see I bought myself a new toy <span style="text-decoration: line-through;">and I don&#8217;t need to play with myself anymore</span>.  It&#8217;s a brand new 32GB iPod Touch (I had a huge dilemma on which capacity to purchase and finally I have decided to pick the 32GB version mainly because of the price and I reckon I won&#8217;t be using that much).</p>
<p style="text-align: left;">I wanted to get it online so I could get it engraved <span style="text-decoration: line-through;">with STOLEN FROM GRAY POWELL</span>, but I didn&#8217;t know what to engraved it with.  I guess it&#8217;s lacking some personalization now.</p>
<p style="text-align: left;">My little device is currently charging as we speak and I am resisting my urge to play with all my might.</p>
<p style="text-align: left;">I need a little advice on what Apps I can get on my little toy.</p>
<p style="text-align: left;">PS: Sorry, guys no artwork.</p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.molotovdango.com/2010/04/my-new-toy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Have You Installed 7?</title>
		<link>http://www.molotovdango.com/2009/10/have-you-installed-7/</link>
		<comments>http://www.molotovdango.com/2009/10/have-you-installed-7/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 06:47:33 +0000</pubDate>
		<dc:creator>williamtio</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://blog.williamtio.com/?p=1078</guid>
		<description><![CDATA[I got my copy of Windows 7 Professional today, but I hadn&#8217;t had time to install it. Need to do backup up all my files.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.molotovdango.com/wp-content/uploads/2009/10/DSC00213.jpg" rel="shadowbox[post-1078];player=img;"><img class="aligncenter size-full wp-image-1079" title="DSC00213" src="http://www.molotovdango.com/wp-content/uploads/2009/10/DSC00213.jpg" alt="DSC00213" width="280" height="385" /></a></p>
<p style="text-align: left;">I got my copy of Windows 7 Professional today, but I hadn&#8217;t had time to install it.</p>
<p style="text-align: left;">Need to do backup up all my files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.molotovdango.com/2009/10/have-you-installed-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Avoid . In Your Database Name</title>
		<link>http://www.molotovdango.com/2009/03/avoid-in-your-database-name/</link>
		<comments>http://www.molotovdango.com/2009/03/avoid-in-your-database-name/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 00:17:18 +0000</pubDate>
		<dc:creator>williamtio</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://blog.williamtio.com/?p=682</guid>
		<description><![CDATA[Just a word of advice from an inexperienced programmer, avoid naming your SQL database with . (dot) in SQL Server. Warning:  Might contain jargons after the jump. While you thought adding a dot in your database name seems harmless, then think again.  I recently named a database with a dot, since we are installing a [...]]]></description>
			<content:encoded><![CDATA[<p>Just a word of advice from an inexperienced programmer, avoid naming your SQL database with . (dot) in SQL Server.</p>
<p>Warning:  Might contain jargons after the jump.</p>
<p><span id="more-682"></span>While you thought adding a dot in your database name seems harmless, then think again.  I recently named a database with a dot, since we are installing a new version of an application and I would like to create a new database instead of overriding the old one.</p>
<p>Harmless it seems, I named it &#8216;application1.2_site&#8217; (just an example).  Interestingly enough, Microsoft allows this.</p>
<p>Now, what I get is an error from a stored procedure which removes expired subscription, saying that server name &#8216;application1&#8242; does not exist.</p>
<p>Because of the dot, the SQL Server thinks application1 is a server name and 2_site is the database name.  Hence, problem happens.</p>
<p>To remind you all again, avoid . (dot) in your database like plague.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.molotovdango.com/2009/03/avoid-in-your-database-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manganovel stopping service</title>
		<link>http://www.molotovdango.com/2009/01/manganovel-stopping-service/</link>
		<comments>http://www.molotovdango.com/2009/01/manganovel-stopping-service/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 04:32:46 +0000</pubDate>
		<dc:creator>williamtio</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[manganovel]]></category>

		<guid isPermaLink="false">http://blog.williamtio.com/?p=398</guid>
		<description><![CDATA[Seriously, I didn&#8217;t expect Manganovel will stop its service since I thought they are doing quite well.  I just got an email confirming about the news.  I always thought that the idea is interesting.  To be honest I don&#8217;t really follow this trend, even though I have an account there.  You have to pay to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.molotovdango.com/wp-content/uploads/2009/01/sayonaramanganovel.jpg" rel="shadowbox[post-398];player=img;"><img class="aligncenter size-full wp-image-399" title="Sayonara Manganovel" src="http://www.molotovdango.com/wp-content/uploads/2009/01/sayonaramanganovel.jpg" alt="Sayonara Manganovel" width="467" height="272" /></a></p>
<p style="text-align: left;">Seriously, I didn&#8217;t expect Manganovel will stop its service since I thought they are doing quite well.  I just got an email confirming about the news.  I always thought that the idea is interesting.  To be honest I don&#8217;t really follow this trend, even though I have an account there.  You have to pay to read some of the mangas.</p>
<p style="text-align: left;">If you don&#8217;t know what Manganovel is, then head to <a href="http://www.manganovel.com">http://www.manganovel.com</a> to get an idea what it is.</p>
<p style="text-align: left;">Manganovel is a manga service where users can read the mangas in different languages by many different users.  It&#8217;s sort of like <em>open-source</em> kind of thing.  The library is not that wide, as they do not put up manga like Naruto or Bleach or Air Gear, but there are some interesting things to read there.</p>
<p style="text-align: left;">Now that the service is going to be stopped.  All mangas will be available for download (if you have an account).</p>
<p style="text-align: left;">Well then, sayonara Manganovel!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.molotovdango.com/2009/01/manganovel-stopping-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I have been WordPress2.7-ed!</title>
		<link>http://www.molotovdango.com/2009/01/i-have-been-wordpress27-ed/</link>
		<comments>http://www.molotovdango.com/2009/01/i-have-been-wordpress27-ed/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 01:30:30 +0000</pubDate>
		<dc:creator>williamtio</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.williamtio.com/?p=388</guid>
		<description><![CDATA[I am glad to announce to you all that my blog has been upgraded to WordPress 2.7!  Well, you won&#8217;t see any differences since they are basically administrator stuff.  I just feel like announcing, that&#8217;s all. WordPress 2.7 is out a while ago, but I didn&#8217;t dare to do any upgrades since I am scared [...]]]></description>
			<content:encoded><![CDATA[<p>I am glad to announce to you all that my blog has been upgraded to WordPress 2.7!  Well, you won&#8217;t see any differences since they are basically administrator stuff.  I just feel like announcing, that&#8217;s all.</p>
<p>WordPress 2.7 is out a while ago, but I didn&#8217;t dare to do any upgrades since I am scared I might screw the installation and ruin the whole database.  But hey, there&#8217;s what we call a <strong>one-click-installation</strong>.  Actually, that&#8217;s what I am worried about, since I won&#8217;t know what the upgrade does to my blog.</p>
<p><strong>Everything is fine, so it&#8217;s ok.</strong></p>
<p>I have to admit I really love the new administrator interface.  It looks so much cleaner as well.  Unfortunately I did not keep the screenshot of the old interface.</p>
<p>I guess that&#8217;s about all.  The rest are some other features that I do not really use much/unfamiliar with.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.molotovdango.com/2009/01/i-have-been-wordpress27-ed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Upgrade: Custom Header</title>
		<link>http://www.molotovdango.com/2008/11/site-upgrade-custom-header/</link>
		<comments>http://www.molotovdango.com/2008/11/site-upgrade-custom-header/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 03:13:45 +0000</pubDate>
		<dc:creator>williamtio</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[cookie]]></category>
		<category><![CDATA[custom header]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://blog.williamtio.com/?p=182</guid>
		<description><![CDATA[Finally it is working! Yes, like finally.  I managed to create a Custom Header which you can see on the right side bar.  This allows people to set their own preference of the top banner image.  If you click on the custom header, the top header image will change accordingly. So, what&#8217;s so cool about [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Finally it is working!</strong></p>
<p>Yes, like finally.  I managed to create a <strong>Custom Header</strong> which you can see on the right side bar.  This allows people to set their own preference of the top banner image.  If you click on the custom header, the top header image will change accordingly.</p>
<p>So, what&#8217;s so cool about this?  This post will contain technology jargon.  I am sorry.</p>
<p>When you click the custom header, the top banner image will be loaded without you have to refresh the page.  How I love Javascript and how I hate it since I am not so familiar with that language and it took me quite some time to integrate the function to my blog here.</p>
<p>Now, the custom header will be stored in your <strong>browser cookie</strong>.  So, whenever you come back to my blog, the blog will be set to your banner preference.  After some research, I have to use <strong>AJAX</strong> to create this.  Maybe there&#8217;s another way, but this is all I can do.</p>
<p>The problem is this functionality <strong>only works on Mozilla Firefox</strong> and <strong>partially working on Internet Explorer</strong>.  I am not sure why, but those who know, please enlighten me.  The problem is on IE, you can&#8217;t keep setting the cookie.  I am not sure why.  During my own testing, I can only change the header twice and after that, the cookie is never written anymore.  Perhaps I did something wrong somewhere?</p>
<p>I also tried to make the nice loading image when the top banner image is loading, but I failed hard there.  I will do some more research about that.</p>
<p>I&#8217;ll add another nice tricks to my blog when I have more ideas.</p>
<p>Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.molotovdango.com/2008/11/site-upgrade-custom-header/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
