<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Karven's Weblog</title>
	<atom:link href="http://karven.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://karven.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 10 Aug 2009 16:14:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='karven.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Karven's Weblog</title>
		<link>http://karven.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://karven.wordpress.com/osd.xml" title="Karven&#039;s Weblog" />
	<atom:link rel='hub' href='http://karven.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Schedule to shutdown Windows XP</title>
		<link>http://karven.wordpress.com/2009/08/10/schedule-to-shutdown-windows-xp/</link>
		<comments>http://karven.wordpress.com/2009/08/10/schedule-to-shutdown-windows-xp/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 16:14:05 +0000</pubDate>
		<dc:creator>karven</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[dos command]]></category>
		<category><![CDATA[scheduled tasks]]></category>
		<category><![CDATA[shutdown]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://karven.wordpress.com/?p=15</guid>
		<description><![CDATA[I was doing some uploading / downloading stuffs. When I&#8217;m about to go bed, I still need another hour to finish it. What can I do? Shut down my computer and continue it next day Leave it on for whole &#8230; <a href="http://karven.wordpress.com/2009/08/10/schedule-to-shutdown-windows-xp/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karven.wordpress.com&amp;blog=2851432&amp;post=15&amp;subd=karven&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was doing some uploading / downloading stuffs.<br />
When I&#8217;m about to go bed, I still need another hour to finish it.<br />
What can I do?</p>
<ol>
<li>Shut down my computer and continue it next day</li>
<li>Leave it on for whole night, which is not energy saving, nor environment friendly :p</li>
</ol>
<p>Luckily I found this little helpful DOS scripts from Internet.</p>
<blockquote><p>shutdown -f -s -t 3600</p></blockquote>
<p>This script will shutdown your computer automatically / unattended, after a pre-defined period.<br />
To do this:</p>
<ol>
<li>Click on &#8220;start&#8221;</li>
<li>Click on &#8220;run&#8221;</li>
<li>Type &#8220;cmd&#8221; without the quotes</li>
<li>Type the command and finally, press enter</li>
</ol>
<p>shutdown -s means, shut down the computer<br />
-f means, force to close all running application<br />
-t follow by a number means, after &#8220;the x amount&#8221; of seconds, 3600 means an hour, 7200 means 2 hours, and so on</p>
<p>For more information on this, please visit http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/shutdown.mspx?mfr=true</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/karven.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/karven.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/karven.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/karven.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/karven.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/karven.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/karven.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/karven.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/karven.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/karven.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/karven.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/karven.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/karven.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/karven.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karven.wordpress.com&amp;blog=2851432&amp;post=15&amp;subd=karven&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://karven.wordpress.com/2009/08/10/schedule-to-shutdown-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be7c4c684e2f00f12173317fed8cd893?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karven</media:title>
		</media:content>
	</item>
		<item>
		<title>Various revenue models on Web</title>
		<link>http://karven.wordpress.com/2009/08/02/various-revenue-models-on-web/</link>
		<comments>http://karven.wordpress.com/2009/08/02/various-revenue-models-on-web/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 15:34:28 +0000</pubDate>
		<dc:creator>karven</dc:creator>
				<category><![CDATA[Self Improvement]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[online business]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://karven.wordpress.com/?p=12</guid>
		<description><![CDATA[When people think of &#8220;web&#8217;s revenue model&#8221;, they usually just think of advertising. For sure advertising is a big part of it, but there&#8217;s more. Fred Wilson from The Long Tail compiled a list of different revenue models on web, &#8230; <a href="http://karven.wordpress.com/2009/08/02/various-revenue-models-on-web/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karven.wordpress.com&amp;blog=2851432&amp;post=12&amp;subd=karven&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When people think of &#8220;web&#8217;s revenue model&#8221;, they usually just think of advertising. For sure advertising is a big part of it, but there&#8217;s more.<br />
Fred Wilson from The Long Tail compiled a list of different revenue models on web, some that I likes are :-</p>
<ol>
<li>CPM ads (cost per views)</li>
<li>CPC ads (cost per click)</li>
<li>CPA ads ( cost per action, you pay only if the customer performed some pre-defined actions, e.g. register, enquiry)</li>
<li>Leads generation (selling qualifieds names / contacts)</li>
<li>Subscription basis (pay to view, membership driven site &#8230;)</li>
<li>Rental of subscriber lists (ads in newsletter to all your subscribers&#8230;)</li>
<li>Affiliate revenues (clickbank, amazon associates &#8230; )</li>
<li>Sale of information (selling aggregate / statistical data)</li>
<li>Licensing of content (syndication)</li>
<li>Upgraded services / content (aka fremium)</li>
<li>Alternate output (pdf, print on demand&#8230;)</li>
<li>Souvenirs / merchandise</li>
<li>Sponsorships ads (time based ads instead of impressions / click / action)</li>
<li>Get the users to create some contents for free, and apply any of the above to monetize it (Digg, Youtube, Reddit &#8230;)</li>
<li>API fees (charging third parties to access your API)</li>
</ol>
<p><a href="http://www.longtail.com/the_long_tail/2008/01/what-does-the-m.html">Click here to view more revenue models on The Long Tail </a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/karven.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/karven.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/karven.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/karven.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/karven.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/karven.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/karven.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/karven.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/karven.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/karven.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/karven.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/karven.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/karven.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/karven.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karven.wordpress.com&amp;blog=2851432&amp;post=12&amp;subd=karven&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://karven.wordpress.com/2009/08/02/various-revenue-models-on-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be7c4c684e2f00f12173317fed8cd893?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karven</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Become a Better Writer?</title>
		<link>http://karven.wordpress.com/2009/07/31/how-to-become-a-better-writer/</link>
		<comments>http://karven.wordpress.com/2009/07/31/how-to-become-a-better-writer/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 16:10:40 +0000</pubDate>
		<dc:creator>karven</dc:creator>
				<category><![CDATA[Self Improvement]]></category>

		<guid isPermaLink="false">http://karven.wordpress.com/?p=9</guid>
		<description><![CDATA[Writing makes you a better writer, just like practicing  piano makes you a better pianist. Mary Jakch from CopyBlogger has compiled a list of several things you can do to become a better writer. Some that I like are as &#8230; <a href="http://karven.wordpress.com/2009/07/31/how-to-become-a-better-writer/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karven.wordpress.com&amp;blog=2851432&amp;post=9&amp;subd=karven&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Writing makes you a better writer, just like practicing  piano makes you a better pianist. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Mary Jakch from <a href="http://www.copyblogger.com">CopyBlogger</a> has compiled a list of several things you can do to become a better writer.<br />
Some that I like are as following :-</p>
<ol>
<li>Blogging</li>
<li>Accept all forms of criticism and learn to grow from it</li>
<li>Read what you&#8217;ve written over and over, until you can&#8217;t find any more problems</li>
<li>Show what you write to a trusted friend  for feedback</li>
<li>Edit, and edit again</li>
<li>Learn a new word a day</li>
<li>Challenge yourself: write in a crowded cafe, write on the toilet, write for 24 hours straight &#8230;</li>
<li>Read lots of books, both good and bad</li>
</ol>
<p><a href="http://www.copyblogger.com/better-writer/">Click here to read more about 73 ways to become a better writer</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/karven.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/karven.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/karven.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/karven.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/karven.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/karven.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/karven.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/karven.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/karven.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/karven.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/karven.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/karven.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/karven.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/karven.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karven.wordpress.com&amp;blog=2851432&amp;post=9&amp;subd=karven&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://karven.wordpress.com/2009/07/31/how-to-become-a-better-writer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be7c4c684e2f00f12173317fed8cd893?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karven</media:title>
		</media:content>
	</item>
		<item>
		<title>Create simple user authentication using CakePHP&#8217;s Auth component</title>
		<link>http://karven.wordpress.com/2009/07/30/create-simple-user-authentication-using-cakephp-auth-component/</link>
		<comments>http://karven.wordpress.com/2009/07/30/create-simple-user-authentication-using-cakephp-auth-component/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 16:48:41 +0000</pubDate>
		<dc:creator>karven</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP Programming]]></category>

		<guid isPermaLink="false">http://karven.wordpress.com/?p=3</guid>
		<description><![CDATA[Been quite some days since the last time I sit in front of my computer and typing all the &#8220;echo&#8221;, &#8220;print_r&#8221; etc. As required in works, I&#8217;m punching my keyboards again today, researching on how to do simple authentication using &#8230; <a href="http://karven.wordpress.com/2009/07/30/create-simple-user-authentication-using-cakephp-auth-component/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karven.wordpress.com&amp;blog=2851432&amp;post=3&amp;subd=karven&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Been quite some days since the last time I sit in front of my computer and typing all the &#8220;echo&#8221;, &#8220;print_r&#8221; etc. As required in works, I&#8217;m punching my keyboards again today, researching on how to do simple authentication using CakePHP&#8217;s Auth component.<br />
Suppose to be a fairly simple task, but weird that I can&#8217;t find a clear/good tutorial on this, despite the size of its community. However, after few hours of trial and error and reading of all sort of tutorials from several authors, finally managed to get it done. Cheers~</p>
<p><strong>SQL to create table: users</strong></p>
<p>CREATE TABLE `users` (<br />
`id` int(11) NOT NULL auto_increment,<br />
`username` varchar(255) NOT NULL,<br />
`password` char(40) NOT NULL,<br />
`group_id` int(11) NOT NULL,<br />
`created` datetime default NULL,<br />
`modified` datetime default NULL,<br />
PRIMARY KEY  (`id`),<br />
UNIQUE KEY `username` (`username`)<br />
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;</p>
<p><strong>To create a registration form<br />
Please take note that, cakephp will automatically hash the password</strong></p>
<p>1. Crease model: user.php</p>
<p>&lt;?php<br />
class User extends AppModel {<br />
var $name = &#8216;User&#8217;;<br />
var $useTable = &#8216;users&#8217;;<br />
}<br />
?&gt;</p>
<p>2. Create controller: users_controller.php</p>
<p>class UsersController extends AppController {<br />
var $name = &#8216;Users&#8217;;<br />
var $helpers = array(&#8216;Html&#8217;, &#8216;Form&#8217;);<br />
var $components = array(&#8216;Auth&#8217;);</p>
<p>function beforeFilter() {<br />
$this-&gt;Auth-&gt;allow(&#8216;register&#8217;);<br />
}</p>
<p>function register() {<br />
if (!empty($this-&gt;data)) {<br />
if ($this-&gt;data['User']['password'] == $this-&gt;Auth-&gt;password($this-&gt;data['User']['password_confirm'])) {<br />
$this-&gt;User-&gt;create();<br />
$this-&gt;User-&gt;save($this-&gt;data);<br />
$this-&gt;redirect(array(&#8216;action&#8217; =&gt; &#8216;index&#8217;));<br />
}<br />
}<br />
}<br />
}</p>
<p>3.  Create view: users\register.ctp</p>
<p>&lt;?php<br />
echo $form-&gt;create(&#8216;User&#8217;, array(&#8216;action&#8217; =&gt; &#8216;register&#8217;));<br />
echo $form-&gt;input(&#8216;username&#8217;);<br />
echo $form-&gt;input(&#8216;password&#8217;);<br />
echo $form-&gt;input(&#8216;password_confirm&#8217;, array(&#8216;type&#8217; =&gt; &#8216;password&#8217;));<br />
echo $form-&gt;submit();<br />
echo $form-&gt;end();<br />
?&gt;</p>
<p>Sourced from: http://www.littlehart.net/atthekeyboard/2008/01/08/simple-user-registration-in-cakephp/</p>
<p><strong> To enable authentication for everything, and request to log in shall users try to enter straight</strong></p>
<p>1. Create view: users\login.ctp<br />
Quote<br />
&lt;?php<br />
echo $form-&gt;create(&#8216;User&#8217;, array(&#8216;action&#8217;=&gt;&#8217;login&#8217;));<br />
echo $form-&gt;input(&#8216;username&#8217;);<br />
echo $form-&gt;input(&#8216;password&#8217;);<br />
echo $form-&gt;end(&#8216;Log In Now&#8217;);<br />
?&gt;</p>
<p>2. Create app_controller.php under folder app/<br />
Quote<br />
&lt;?php<br />
class AppController extends Controller{<br />
var $components = array(&#8216;Auth&#8217;);</p>
<p>function beforeFilter(){<br />
$this-&gt;Auth-&gt;authorize = &#8216;controller&#8217;;<br />
$this-&gt;Auth-&gt;loginAction = array(&#8216;controller&#8217;=&gt;&#8217;users&#8217;, &#8216;action&#8217;=&gt;&#8217;login&#8217;);<br />
$this-&gt;Auth-&gt;loginRedirect = array(&#8216;controller&#8217;=&gt;&#8217;users&#8217;, &#8216;action&#8217;=&gt;&#8217;index&#8217;);<br />
$this-&gt;Auth-&gt;logoutRedirect = &#8216;/&#8217;;<br />
}</p>
<p>function isAuthorized(){<br />
return true;<br />
}<br />
}<br />
?&gt;</p>
<p>Sourced from: http://www.littlehart.net/atthekeyboard/2007/09/11/a-hopefully-useful-tutorial-for-using-cakephps-auth-component/comment-page-1/<br />
Sourced from: http://book.cakephp.org/complete/218/Tutorials-Examples</p>
<p><strong>To create log out function</strong></p>
<p>1. Add function: logout into users_controller.php<br />
Quote<br />
function logout() {<br />
$this-&gt;Session-&gt;setFlash(&#8220;You&#8217;ve successfully logged out.&#8221;);<br />
$this-&gt;redirect($this-&gt;Auth-&gt;logout());<br />
}</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/karven.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/karven.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/karven.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/karven.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/karven.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/karven.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/karven.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/karven.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/karven.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/karven.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/karven.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/karven.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/karven.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/karven.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karven.wordpress.com&amp;blog=2851432&amp;post=3&amp;subd=karven&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://karven.wordpress.com/2009/07/30/create-simple-user-authentication-using-cakephp-auth-component/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be7c4c684e2f00f12173317fed8cd893?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karven</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://karven.wordpress.com/2008/02/12/hello-world/</link>
		<comments>http://karven.wordpress.com/2008/02/12/hello-world/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 06:46:48 +0000</pubDate>
		<dc:creator>karven</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. I&#8217;m Karven Tan from OrangeSoft Malaysia Website Design.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karven.wordpress.com&amp;blog=2851432&amp;post=1&amp;subd=karven&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. I&#8217;m Karven Tan from <a href="http://www.egnarosoft.com" title="OrangeSoft Malaysia Website Design">OrangeSoft Malaysia Website Design</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/karven.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/karven.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/karven.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/karven.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/karven.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/karven.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/karven.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/karven.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/karven.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/karven.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/karven.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/karven.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/karven.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/karven.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/karven.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/karven.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=karven.wordpress.com&amp;blog=2851432&amp;post=1&amp;subd=karven&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://karven.wordpress.com/2008/02/12/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/be7c4c684e2f00f12173317fed8cd893?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">karven</media:title>
		</media:content>
	</item>
	</channel>
</rss>
