<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="wordpress/2.0.5" --><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Continuous Learning</title>
	<link>/blog</link>
	<description>Yinso's journey on internet, and thoughts on entrepreneurship, management, technology, and growth.</description>
	<pubDate>Tue, 03 Apr 2007 08:13:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/ContinuousLearning" type="application/rss+xml" /><feedburner:emailServiceId>ContinuousLearning</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Wordpress API Primer (V - MetaWeblog API)</title>
		<link>/blog/2007/04/03/wordpress-api-primer-v-metaweblog-api/</link>
		<comments>/blog/2007/04/03/wordpress-api-primer-v-metaweblog-api/#comments</comments>
		<pubDate>Tue, 03 Apr 2007 08:13:12 +0000</pubDate>
		<dc:creator>yinso</dc:creator>
		
		<category>Architecture</category>

		<category>Internet</category>

	<!-- AutoMeta Start -->
	<category>struct</category>
	<category>password</category>
	<category>postid</category>
	<category>username</category>
	<category>metaweblog</category>
	<category>api</category>
	<category>markup</category>
	<category>xmlrpc</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.yinsochen.com/blog/2007/04/03/wordpress-api-primer-v-metaweblog-api/</guid>
		<description>Out of the three supported API, MetaWeblog API documentation is the only one that has not moved - it is located here. 



The main difference between MetaWeblog &amp;#038; Blogger API is that MetaWeblog extends the Blogger API by passing a struct for the post rather than just a string for the content.  



The explanation [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ContinuousLearning?a=HcvfyTpD09E:y77F6H2fjkc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ContinuousLearning?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>/blog/2007/04/03/wordpress-api-primer-v-metaweblog-api/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress API Primer (IV - Blogger API)</title>
		<link>/blog/2007/03/28/wordpress-api-primer-iv-blogger-api/</link>
		<comments>/blog/2007/03/28/wordpress-api-primer-iv-blogger-api/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 02:26:01 +0000</pubDate>
		<dc:creator>yinso</dc:creator>
		
		<category>Architecture</category>

		<category>Internet</category>

	<!-- AutoMeta Start -->
	<category>api</category>
	<category>api</category>
	<category>1_docs</category>
	<category>blogger</category>
	<category>forgot</category>
	<category>broke</category>
	<category>nowadays</category>
	<category>granddaddy</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.yinsochen.com/blog/2007/03/28/wordpress-api-primer-iv-blogger-api/</guid>
		<description>Blogger API is one of the earliest Blogging API&amp;#8217;s, and it has been around for a long time.  Currently Blogger is moving to ATOM, so if you just click on the Blogger API link, it&amp;#8217;s going to take you to a blog.  Google broke its own links, basically.  



So where is the [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ContinuousLearning?a=_-bdzf6pnD0:xHH0LJKNAnA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ContinuousLearning?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>/blog/2007/03/28/wordpress-api-primer-iv-blogger-api/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress API Primer (III - xmlrpc.php)</title>
		<link>/blog/2007/03/21/wordpress-api-primer-iii-xmlrpcphp/</link>
		<comments>/blog/2007/03/21/wordpress-api-primer-iii-xmlrpcphp/#comments</comments>
		<pubDate>Wed, 21 Mar 2007 18:39:10 +0000</pubDate>
		<dc:creator>yinso</dc:creator>
		
		<category>Architecture</category>

		<category>Programming</category>

	<!-- AutoMeta Start -->
	<category>metaweblog</category>
	<category>pingback</category>
	<category>api</category>
	<category>api</category>
	<category>blogger</category>
	<category>getrecentposts</category>
	<category>getpost</category>
	<category>blogger_getusersblogs</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.yinsochen.com/blog/2007/03/21/wordpress-api-primer-iii-xmlrpcphp/</guid>
		<description>Just which methods do Wordpress supports exactly?  The best way to know is to look at the source (because source code is the design document).  You will find the following if you look at the xmlrpc.php located in the root directory of your WP installation (the version I have is 2.0.5). 




$this-&gt;methods = [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ContinuousLearning?a=a8ZrUfkQQnQ:5-vCxXeSvOY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ContinuousLearning?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>/blog/2007/03/21/wordpress-api-primer-iii-xmlrpcphp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress API Primer (II - XMLRPC)</title>
		<link>/blog/2007/03/18/wordpress-api-primer-ii-xmlrpc/</link>
		<comments>/blog/2007/03/18/wordpress-api-primer-ii-xmlrpc/#comments</comments>
		<pubDate>Mon, 19 Mar 2007 05:45:07 +0000</pubDate>
		<dc:creator>yinso</dc:creator>
		
		<category>Miscellaneous</category>

	<!-- AutoMeta Start -->
	<category>xmlrpc</category>
	<category>api</category>
	<category>representation</category>
	<category>response</category>
	<category>xml</category>
	<category>spec</category>
	<category>array</category>
	<category>struct</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.yinsochen.com/blog/2007/03/18/wordpress-api-primer-ii-xmlrpc/</guid>
		<description>The foundation of Wordpress API is built on XMLRPC, and hence if you want to know how the API works then you need to know XMLRPC.  


XMLRPC Specification


The authoritative source about XMLRPC is its spec, which includes the following information:



	Sample request &amp;#038; response

	Method name 

	XML representation of scalar data (boolean, integer, double, date, string, [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ContinuousLearning?a=1EqpzRKPN_c:q1XSe2kP4UE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ContinuousLearning?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>/blog/2007/03/18/wordpress-api-primer-ii-xmlrpc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress API Primer (I - Overview)</title>
		<link>/blog/2007/03/14/wordpress-api-primer-i-overview/</link>
		<comments>/blog/2007/03/14/wordpress-api-primer-i-overview/#comments</comments>
		<pubDate>Wed, 14 Mar 2007 19:50:32 +0000</pubDate>
		<dc:creator>yinso</dc:creator>
		
		<category>Geekcraft</category>

		<category>Architecture</category>

		<category>Internet</category>

	<!-- AutoMeta Start -->
	<category>api</category>
	<category>internal</category>
	<category>xml</category>
	<category>interface</category>
	<category>wordpress</category>
	<category>dig</category>
	<category>metaweblog</category>
	<category>blogger</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.yinsochen.com/blog/2007/03/14/wordpress-api-primer-i-overview/</guid>
		<description>Overview


This series of articles is about Wordpress API - how to interface with Wordpress to create posts and manage posts without having to dig into its internal data structures.  I have chance to take a look at WP&amp;#8217;s internal, and it is certainly not for the faint of heart (or the lack of time), [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ContinuousLearning?a=M0xUKYegjSQ:yHLEZ89AZho:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ContinuousLearning?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>/blog/2007/03/14/wordpress-api-primer-i-overview/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web Clippings (Geekcraft) - 3/2/2007</title>
		<link>/blog/2007/03/02/web-clippings-geekcraft-322007/</link>
		<comments>/blog/2007/03/02/web-clippings-geekcraft-322007/#comments</comments>
		<pubDate>Fri, 02 Mar 2007 16:00:03 +0000</pubDate>
		<dc:creator>yinso</dc:creator>
		
		<category>Geekcraft</category>

	<!-- AutoMeta Start -->
	<category>php4</category>
	<category>lisp</category>
	<category>php5</category>
	<category>constants</category>
	<category>featured</category>
	<category>securely</category>
	<category>apd</category>
	<category>securely</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.yinsochen.com/blog/2007/03/02/web-clippings-geekcraft-322007/</guid>
		<description>Below are the web clippings of the day.  Enjoy.



State of the Art of Model-Based Testing with Markov Chain Usage Models
I long believe that xUnit approach to testing creates test case explosion with minimal returns and usage-based testing is superior.  This is a document that provides a theoretical description of usage based testing.




cruizer : [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ContinuousLearning?a=WbAi2G6FOLo:hxA8mp2YVZE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ContinuousLearning?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>/blog/2007/03/02/web-clippings-geekcraft-322007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Monthly Report February 2007</title>
		<link>/blog/2007/02/28/monthly-report-february-2007/</link>
		<comments>/blog/2007/02/28/monthly-report-february-2007/#comments</comments>
		<pubDate>Thu, 01 Mar 2007 07:04:43 +0000</pubDate>
		<dc:creator>yinso</dc:creator>
		
		<category>Miscellaneous</category>

		<category>Meta</category>

	<!-- AutoMeta Start -->
	<category>february</category>
	<category>january</category>
	<category>script</category>
	<category>renewed</category>
	<category>leveraging</category>
	<category>documentations</category>
	<category>refining</category>
	<category>dying</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.yinsochen.com/blog/2007/02/28/monthly-report-february-2007/</guid>
		<description>The following are the stats for February 2007:


Posts: 16 posts for 20 weekdays - 4 posts/week
Visits: 905
Page Views: 1,802
Average: 1.99 pages/visit


This is of course a big decrease from January - good thing this drop is by design    So what happened?



I spend majority of time developing instead of writing.


The traffic from Reddit is [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ContinuousLearning?a=xYXB_Z2x4E0:hGnelDOkATQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ContinuousLearning?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>/blog/2007/02/28/monthly-report-february-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web Clippings (Leaderware) - 2/28/2007</title>
		<link>/blog/2007/02/28/web-clippings-leaderware-2282007/</link>
		<comments>/blog/2007/02/28/web-clippings-leaderware-2282007/#comments</comments>
		<pubDate>Wed, 28 Feb 2007 16:00:08 +0000</pubDate>
		<dc:creator>yinso</dc:creator>
		
		<category>Leaderware</category>

	<!-- AutoMeta Start -->
	<category>lifehack</category>
	<category>consultant</category>
	<category>rands</category>
	<category>averagest</category>
	<category>imo</category>
	<category>demo</category>
	<category>passionate</category>
	<category>dumber</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.yinsochen.com/blog/2007/02/28/web-clippings-leaderware-2282007/</guid>
		<description>Below are the web clippings of the day.  Enjoy.



Stevey&amp;#8217;s Home Page - Being the Averagest
Can you tell if someone is a great developer?  Or is he/she just one who is very used to do things a particular way who never thought to improve beyond what he/she already knows how to do?




Why you cannot [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ContinuousLearning?a=8t4v75BzGl0:QAgrTXRpo44:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ContinuousLearning?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>/blog/2007/02/28/web-clippings-leaderware-2282007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web Clippings (Bizscape) - 2/26/2007</title>
		<link>/blog/2007/02/26/web-clippings-bizscape-2262007/</link>
		<comments>/blog/2007/02/26/web-clippings-bizscape-2262007/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 18:40:49 +0000</pubDate>
		<dc:creator>yinso</dc:creator>
		
		<category>Bizscape</category>

	<!-- AutoMeta Start -->
	<category>costco</category>
	<category>toyota</category>
	<category>msn</category>
	<category>linux</category>
	<category>dilemma</category>
	<category>dodge</category>
	<category>don</category>
	<category>customer</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.yinsochen.com/blog/2007/02/26/web-clippings-bizscape-2262007/</guid>
		<description>Below are the web clippings of the day.  Enjoy.



Costco: The &amp;#8216;anti-Wal-Mart&amp;#8217; - MSN Money
We all love Costco  




Why Toyota Is Afraid Of Being Number One
Covert operation - how to quietly become number one at the same time without anyone noticing it happening.  Toyota is pushing the state of art on disruption against [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ContinuousLearning?a=4wS0mvz6Yew:gvQ3tkmflAQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ContinuousLearning?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>/blog/2007/02/26/web-clippings-bizscape-2262007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web Clippings (Tippoint) - 2/25/2007</title>
		<link>/blog/2007/02/25/web-clippings-tippoint-2252007/</link>
		<comments>/blog/2007/02/25/web-clippings-tippoint-2252007/#comments</comments>
		<pubDate>Sun, 25 Feb 2007 16:00:03 +0000</pubDate>
		<dc:creator>yinso</dc:creator>
		
		<category>Tippoint</category>

	<!-- AutoMeta Start -->
	<category>tags</category>
	<category>confessions</category>
	<category>holic</category>
	<category>technorati</category>
	<category>introduction</category>
	<category>copyblogger</category>
	<category>related</category>
	<category>secret</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.yinsochen.com/blog/2007/02/18/web-clippings-tippoint-2252007/</guid>
		<description>Below are the web clippings of the day.  Enjoy.



Secret Confessions of a Link-A-Holic
Coming from Darren Rowes on why one should not become obsessed about link buildings. It is all about putting the content first - blog well builds the foundation for which success can follow - linking is secondary.




Google Related Links 
Google Related Links [...]&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ContinuousLearning?a=D-Keaw-UTd8:9psYkr3CK9I:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ContinuousLearning?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>/blog/2007/02/25/web-clippings-tippoint-2252007/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
