<?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>Shoguniphicus - Malaysia iOS Developer</title>
	<atom:link href="http://blog.shoguniphicus.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.shoguniphicus.com</link>
	<description>Malaysia iOS Developer / Web Developer</description>
	<lastBuildDate>Sat, 18 May 2013 12:58:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Youtube Upload API, Some Quirks. Response 0</title>
		<link>http://blog.shoguniphicus.com/2013/05/09/youtube-upload-api-some-quirks-response-0/</link>
		<comments>http://blog.shoguniphicus.com/2013/05/09/youtube-upload-api-some-quirks-response-0/#comments</comments>
		<pubDate>Thu, 09 May 2013 03:12:26 +0000</pubDate>
		<dc:creator>shoguniphicus</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[0]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[Cannot upload]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[No response]]></category>
		<category><![CDATA[Response]]></category>
		<category><![CDATA[response 0]]></category>
		<category><![CDATA[Secret Token]]></category>
		<category><![CDATA[Token]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[youtube]]></category>
		<category><![CDATA[Zero]]></category>

		<guid isPermaLink="false">http://blog.shoguniphicus.com/?p=923</guid>
		<description><![CDATA[<p>Previously while I was talking about building a site that utilizes <a title="Youtube Upload API using CodeIgniter" href="http://blog.shoguniphicus.com/2013/04/26/youtube-upload-api-using-codeigniter/">Youtube Upload API</a>, I have found a peculiar problem that occurs when the particular user has a google account (apparently) but has yet to authorise it to use in Youtube. And as such, even after Youtube show the [...]]]></description>
		<wfw:commentRss>http://blog.shoguniphicus.com/2013/05/09/youtube-upload-api-some-quirks-response-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome Logger &#124; A Server Side Console Log</title>
		<link>http://blog.shoguniphicus.com/2013/04/27/chrome-logger-a-server-side-console-log/</link>
		<comments>http://blog.shoguniphicus.com/2013/04/27/chrome-logger-a-server-side-console-log/#comments</comments>
		<pubDate>Sat, 27 Apr 2013 05:59:44 +0000</pubDate>
		<dc:creator>shoguniphicus</dc:creator>
				<category><![CDATA[Goodies]]></category>
		<category><![CDATA[Just Another Day]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[Backend]]></category>
		<category><![CDATA[Chrome Logger]]></category>
		<category><![CDATA[ChromePHP]]></category>
		<category><![CDATA[CI]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Console]]></category>
		<category><![CDATA[Logger]]></category>
		<category><![CDATA[Server side]]></category>

		<guid isPermaLink="false">http://blog.shoguniphicus.com/?p=912</guid>
		<description><![CDATA[<p>Chrome Logger is a Google Chrome extension for debugging server side applications in the Chrome console.</p> <p>Most languages include their own logging capabilities, but sometimes it is easier to see your logs right in the browser.</p> <p>Chrome Logger used to be known as ChromePHP.</p> <p>While it&#8217;s easier to debug frontend JavaScript functionalities and errors, it [...]]]></description>
		<wfw:commentRss>http://blog.shoguniphicus.com/2013/04/27/chrome-logger-a-server-side-console-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Youtube Upload API using CodeIgniter</title>
		<link>http://blog.shoguniphicus.com/2013/04/26/youtube-upload-api-using-codeigniter/</link>
		<comments>http://blog.shoguniphicus.com/2013/04/26/youtube-upload-api-using-codeigniter/#comments</comments>
		<pubDate>Fri, 26 Apr 2013 07:10:39 +0000</pubDate>
		<dc:creator>shoguniphicus</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Goodies]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[Consumer Key]]></category>
		<category><![CDATA[Consumer Secret]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google API Console]]></category>
		<category><![CDATA[ManageDomain]]></category>
		<category><![CDATA[OAuth]]></category>
		<category><![CDATA[Oauth 2.0]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://blog.shoguniphicus.com/?p=903</guid>
		<description><![CDATA[<p>File uploading to server is an easy process if you know PHP and how to make the connection persistent to make sure the streams of data is preserved intact. It could even be easier if you use <a href="http://ellislab.com/codeigniter/user-guide/libraries/file_uploading.html">File Uploading</a> class provided by CodeIgniter. There is almost zero configuration needed and you could just finish [...]]]></description>
		<wfw:commentRss>http://blog.shoguniphicus.com/2013/04/26/youtube-upload-api-using-codeigniter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Graceful Degradation &amp; Progressive Enhancement</title>
		<link>http://blog.shoguniphicus.com/2013/04/25/graceful-degradation-progressive-enhancement/</link>
		<comments>http://blog.shoguniphicus.com/2013/04/25/graceful-degradation-progressive-enhancement/#comments</comments>
		<pubDate>Thu, 25 Apr 2013 15:35:04 +0000</pubDate>
		<dc:creator>shoguniphicus</dc:creator>
				<category><![CDATA[Goodies]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Just Another Day]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[Graceful Degradation]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[Progressive Enhancement]]></category>

		<guid isPermaLink="false">http://blog.shoguniphicus.com/?p=787</guid>
		<description><![CDATA[<p>I came across these phrases a few months ago while I was handling an account that wants us to develop a responsive website that scales well with mobile platform, tablet platform and most importantly the different screen sizes of desktop web platform. It might seem impossible to miss the importance of making sure we develop [...]]]></description>
		<wfw:commentRss>http://blog.shoguniphicus.com/2013/04/25/graceful-degradation-progressive-enhancement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeIgniter Framework</title>
		<link>http://blog.shoguniphicus.com/2013/04/25/codeigniter-framework/</link>
		<comments>http://blog.shoguniphicus.com/2013/04/25/codeigniter-framework/#comments</comments>
		<pubDate>Thu, 25 Apr 2013 11:39:21 +0000</pubDate>
		<dc:creator>shoguniphicus</dc:creator>
				<category><![CDATA[Goodies]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[CI]]></category>
		<category><![CDATA[clear]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[expressionengine]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[nice]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[powerful]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[small footprint]]></category>

		<guid isPermaLink="false">http://blog.shoguniphicus.com/?p=708</guid>
		<description><![CDATA[<p>I meant to write about CodeIgniter quite a while back, but delayed again and again till now. It&#8217;s been delayed for at least 5 months. This marks a new transition for me from frontend programming to backend programming, while it&#8217;s daunting at first because PHP has always been alien to me with all those -&#62; [...]]]></description>
		<wfw:commentRss>http://blog.shoguniphicus.com/2013/04/25/codeigniter-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leo Burnett Arc Worldwide is hiring / looking for talents!</title>
		<link>http://blog.shoguniphicus.com/2013/03/22/leo-burnett-arc-worldwide-is-hiring-looking-for-talents/</link>
		<comments>http://blog.shoguniphicus.com/2013/03/22/leo-burnett-arc-worldwide-is-hiring-looking-for-talents/#comments</comments>
		<pubDate>Fri, 22 Mar 2013 09:22:04 +0000</pubDate>
		<dc:creator>shoguniphicus</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Goodies]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[agency]]></category>
		<category><![CDATA[arc worldwide]]></category>
		<category><![CDATA[benefits]]></category>
		<category><![CDATA[good place to work]]></category>
		<category><![CDATA[hiring]]></category>
		<category><![CDATA[leo burnett]]></category>

		<guid isPermaLink="false">http://blog.shoguniphicus.com/?p=868</guid>
		<description><![CDATA[Be part of the Human Kind network.<br /> Career at Leo Burnett, We are hiring! <p>In line with the expansion plan of Leo Burnett Arc Worldwide, we are opening up tonnes of opportunities for talents and would hire people with passion for perfection!</p> <p>Leo Burnett &#124; Arc Worldwide is recruiting the following positions:</p> <p>Client Servicing<br [...]]]></description>
		<wfw:commentRss>http://blog.shoguniphicus.com/2013/03/22/leo-burnett-arc-worldwide-is-hiring-looking-for-talents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UISearchDisplayController TableView Cell Rowheight Kept Resetting</title>
		<link>http://blog.shoguniphicus.com/2013/03/05/uisearchdisplaycontroller-tableview-cell-rowheight-kept-resetting/</link>
		<comments>http://blog.shoguniphicus.com/2013/03/05/uisearchdisplaycontroller-tableview-cell-rowheight-kept-resetting/#comments</comments>
		<pubDate>Tue, 05 Mar 2013 09:07:29 +0000</pubDate>
		<dc:creator>shoguniphicus</dc:creator>
				<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[resetting]]></category>
		<category><![CDATA[rowheight]]></category>
		<category><![CDATA[tableview]]></category>
		<category><![CDATA[UISearchDisplayController]]></category>

		<guid isPermaLink="false">http://blog.shoguniphicus.com/?p=838</guid>
		<description><![CDATA[<p>UISearchDisplayController is a nifty class provided by the iOS SDK for easy implementation of a search engine for your app. It handles the transitions from normal tableview to searchdisplay t<a href="http://blog.shoguniphicus.com/wp-content/uploads/2013/03/IMG_2378.png"></a>ableview automatically once you have linked up the necessary delegates and IBOutlet if you choose to do it in the xib file. And like any [...]]]></description>
		<wfw:commentRss>http://blog.shoguniphicus.com/2013/03/05/uisearchdisplaycontroller-tableview-cell-rowheight-kept-resetting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Malaysia iOS Developer</title>
		<link>http://blog.shoguniphicus.com/2013/01/28/malaysia-ios-developer/</link>
		<comments>http://blog.shoguniphicus.com/2013/01/28/malaysia-ios-developer/#comments</comments>
		<pubDate>Mon, 28 Jan 2013 12:09:34 +0000</pubDate>
		<dc:creator>shoguniphicus</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Goodies]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[malaysia]]></category>
		<category><![CDATA[Malaysia iOS Developer]]></category>

		<guid isPermaLink="false">http://blog.shoguniphicus.com/?p=806</guid>
		<description><![CDATA[Malaysia iOS Developer <p>Ever since I left the local startup that runs mobile apps as its core business model, I have received more calls for interview than before. As it turns out, the number of competent iOS programmer out there is scarce, not to mention that people who knew what they were doing is even [...]]]></description>
		<wfw:commentRss>http://blog.shoguniphicus.com/2013/01/28/malaysia-ios-developer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Carbot Animation Zergling Plush Toy</title>
		<link>http://blog.shoguniphicus.com/2013/01/21/carbot-animation-zergling-plush-toy/</link>
		<comments>http://blog.shoguniphicus.com/2013/01/21/carbot-animation-zergling-plush-toy/#comments</comments>
		<pubDate>Mon, 21 Jan 2013 16:11:18 +0000</pubDate>
		<dc:creator>shoguniphicus</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[carbot]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[orthographic]]></category>
		<category><![CDATA[plush]]></category>
		<category><![CDATA[toys]]></category>
		<category><![CDATA[zergling]]></category>

		<guid isPermaLink="false">http://blog.shoguniphicus.com/?p=801</guid>
		<description><![CDATA[<p>Alright to some non-work and non-programming stuff.</p> <p>One of the things I enjoyed most in life is computer games, it has given me tremendous amount of pleasure after long hours of tedious work. And recently I came across this animation on Youtube, by Carbot Animation. The lively animated characters that have all the elements of [...]]]></description>
		<wfw:commentRss>http://blog.shoguniphicus.com/2013/01/21/carbot-animation-zergling-plush-toy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dojo Toolkits &#8211; Topics/Publish/Subscribe (dojo/topic)</title>
		<link>http://blog.shoguniphicus.com/2013/01/06/topicspublishsubscribe-dojotopic/</link>
		<comments>http://blog.shoguniphicus.com/2013/01/06/topicspublishsubscribe-dojotopic/#comments</comments>
		<pubDate>Sun, 06 Jan 2013 09:26:13 +0000</pubDate>
		<dc:creator>shoguniphicus</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Dojo]]></category>
		<category><![CDATA[Dojotoolkits]]></category>
		<category><![CDATA[handy]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[publish]]></category>
		<category><![CDATA[subscribe]]></category>
		<category><![CDATA[topic]]></category>

		<guid isPermaLink="false">http://blog.shoguniphicus.com/?p=784</guid>
		<description><![CDATA[<p>When it comes to Event system or messaging mechanism in Javascript, we tend to over-complicate our thought process to find the right balance of code decoupling and functionality. While it&#8217;s not exactly wise to reinvent the wheel when all you need is the ability of your code to tell some other code to something meaningful, [...]]]></description>
		<wfw:commentRss>http://blog.shoguniphicus.com/2013/01/06/topicspublishsubscribe-dojotopic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
