<?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"?><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: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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Brian Wong's Blog | RSS Feed</title>
	
	<link>http://brianwong.com/blog</link>
	<description>RSS Feed from www.BrianWong.com/Blog</description>
	<lastBuildDate>Fri, 13 Jan 2012 07:08:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/brianwong/ZlEi" /><feedburner:info uri="brianwong/zlei" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>brianwong/ZlEi</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>My Blog Was Hacked + WordPress 3.3 Update Fatal Error!</title>
		<link>http://feedproxy.google.com/~r/brianwong/ZlEi/~3/keGtuCPewBw/</link>
		<comments>http://brianwong.com/blog/my-blog-was-hacked-wordpress-update-fatal-error/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 02:42:02 +0000</pubDate>
		<dc:creator>Brian Wong</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[hacked]]></category>
		<category><![CDATA[timthumb]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://brianwong.com/blog/?p=1446</guid>
		<description><![CDATA[I&#8217;ve always had a habit of ignoring WordPress updates because I have a belief that &#8220;if it ain&#8217;t broke, don&#8217;t fix it!&#8221;. Oh boy, that came back to bite me in the ass this morning. So it began when I got a Google alert that a few of my blog posts has been picked up [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always had a habit of ignoring WordPress updates because I have a belief that &#8220;if it ain&#8217;t broke, don&#8217;t fix it!&#8221;. Oh boy, that came back to bite me in the ass this morning.</p>
<p>So it began when I got a Google alert that a few of my blog posts has been picked up by Google&#8217;s search bots. &#8220;Great&#8221;, I thought but wait&#8230;those posts looks a bit strange. On closer inspection, they were spam posts for sex performance drugs and using pictures of scantily clad women on my blog!</p>
<p><img class="size-full wp-image-1447 alignnone" title="hacked" src="http://brianwong.com/blog/wp-content/uploads/2012/01/hacked.jpg" alt="hacked My Blog Was Hacked + Wordpress 3.3 Update Fatal Error!" width="500" height="158" /></p>
<p>&#8220;How did this happen??&#8221; I gasped! The links are coming directly from my blog and the posts uses the same theme as my blog!</p>
<p>Well after much research, I found that there&#8217;s quite a few security holes that needed to be plugged by the WordPress updates as well as a common plugin called &#8220;Timthumb&#8221;. The scary thing is that this plugin can be exploited even if its in a theme that is not active!</p>
<p>Wow! So I updated my WordPress installation using the &#8220;automatic update&#8221;, and that got me a fatal error with one of my plugins. A double-whammy in one morning! After almost 2-hours of trouble shooting, things are back to normal. I thought that at the very least, I&#8217;d make a blog post out of it in case it helps any of you.</p>
<p>So here are the solutions in case any you encounter such a horror one day:</p>
<p>If you encounter a fatal error after upgrading to the latest WordPress build, chances are, its caused by a plugin incompatibility. This effectively locks you out of the admin panel and is quite alarming. But don&#8217;t panic! The solution is to identify the offending plugin and deactivate it.</p>
<p>In my case, the culprit causing the fatal error in WordPress was the popular &#8220;Popup Domination&#8221; plugin.</p>
<div> The way to deactivate the plugin and thus returning you access to your control panel is to simply rename the plugin folder using any FTP software. You can do this for specific plugins (just rename the specific plugin folder) or the entire plugins folder (rename the &#8220;plugins&#8221; holder under &#8220;WP-Content&#8221; to say &#8211; &#8220;plugins-old&#8221;).</div>
<p>When WordPress can&#8217;t find the plugin (because you renamed it), all it does is deactivate it. This allows you access back into the WordPress admin panel. Then you reactive them one-by-one until you find the plugin that causes the error! When you know which plugin is the offending plugin, you can either delete it or replace it with an updated version if it exists.</p>
<p>Now, about how to fix the &#8220;Timthumb&#8221; vulnerability. I found a simple solution on this post:</p>
<p><a href="http://ravidreams.com/fix-timthumb-security-issue/">http://ravidreams.com/fix-timthumb-security-issue/</a></p>
<p>Basically, its just a mater of locating the &#8220;timthumb.php&#8221; file, and replacing it with this one:</p>
<p><a href="http://timthumb.googlecode.com/svn/trunk/timthumb.php" rel="nofollow">http://timthumb.googlecode.com/svn/trunk/timthumb.php</a></p>
<p>Now, I can&#8217;t say if this has permanently fixed the issue but so far, the offending SPAM posts has been removed and everything seems to be back to normal.</p>
<p>From now on, I will definitely make sure to keep WordPress updated &#8211; especially if any vulnerabilities have been found and fixed!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>

<p><a href="http://feedads.g.doubleclick.net/~a/uT4YDCQ-FgqWPhwzqmFMAvRuOWU/0/da"><img src="http://feedads.g.doubleclick.net/~a/uT4YDCQ-FgqWPhwzqmFMAvRuOWU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/uT4YDCQ-FgqWPhwzqmFMAvRuOWU/1/da"><img src="http://feedads.g.doubleclick.net/~a/uT4YDCQ-FgqWPhwzqmFMAvRuOWU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=keGtuCPewBw:4dD6Qut__bg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=keGtuCPewBw:4dD6Qut__bg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=keGtuCPewBw:4dD6Qut__bg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=keGtuCPewBw:4dD6Qut__bg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=keGtuCPewBw:4dD6Qut__bg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=keGtuCPewBw:4dD6Qut__bg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=keGtuCPewBw:4dD6Qut__bg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=keGtuCPewBw:4dD6Qut__bg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=keGtuCPewBw:4dD6Qut__bg:YpuKiGmkiIQ"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=keGtuCPewBw:4dD6Qut__bg:YpuKiGmkiIQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=keGtuCPewBw:4dD6Qut__bg:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brianwong/ZlEi/~4/keGtuCPewBw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brianwong.com/blog/my-blog-was-hacked-wordpress-update-fatal-error/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://brianwong.com/blog/my-blog-was-hacked-wordpress-update-fatal-error/</feedburner:origLink></item>
		<item>
		<title>[vid] Great Documentary on Facebook</title>
		<link>http://feedproxy.google.com/~r/brianwong/ZlEi/~3/K8A82Xy5vYs/</link>
		<comments>http://brianwong.com/blog/vid-great-documentary-on-facebook/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 09:46:59 +0000</pubDate>
		<dc:creator>Brian Wong</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[bbc]]></category>
		<category><![CDATA[documentary]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[ipo]]></category>

		<guid isPermaLink="false">http://brianwong.com/blog/?p=1434</guid>
		<description><![CDATA[This is a great BBC documentary on the juggernaut that is Facebook. It does a good job to dispel the myth that was created by the popular movie &#8212; The Social Network and helps us to understand a lot more about how the company is evolving. It tells the story of the company from its [...]]]></description>
			<content:encoded><![CDATA[<p>This is a great BBC documentary on the juggernaut that is Facebook. It does a good job to dispel the myth that was created by the popular movie &#8212; The Social Network and helps us to understand a lot more about how the company is evolving.</p>
<p>It tells the story of the company from its almost accidental beginnings to where it is now with over 800 million users and also explores what may be for the future of the company.</p>
<p>I also like the way that is explores the story from very diverse points of views. In other words, you get to hear directly from Mark Zuckerberg but also from users, VCs, his dorm buddy, advertising companies and even a lady who does Facebook marketing as a consulting business for other businesses.</p>
<p>All in all, it s great piece to give you a inside look into Facebook. After all, when Facebook goes public on its planned IPO next year, there will be a lot more changes that will impact us either directly as one of the 800 million users or indirectly.</p>
<p style="text-align: center;">
<object style="width:550px; height:442px;">
<param name="movie" value="http://www.youtube.com/v/tlQbtNn3-vI?version=3" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="window" />
<embed src="http://www.youtube.com/v/tlQbtNn3-vI?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" wmode="window" width="550" height="442"></object>
</p>

<p><a href="http://feedads.g.doubleclick.net/~a/vWJxq2JF1LoftLPfJJaWwKdURbU/0/da"><img src="http://feedads.g.doubleclick.net/~a/vWJxq2JF1LoftLPfJJaWwKdURbU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/vWJxq2JF1LoftLPfJJaWwKdURbU/1/da"><img src="http://feedads.g.doubleclick.net/~a/vWJxq2JF1LoftLPfJJaWwKdURbU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=K8A82Xy5vYs:HEPWWhlVS5M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=K8A82Xy5vYs:HEPWWhlVS5M:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=K8A82Xy5vYs:HEPWWhlVS5M:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=K8A82Xy5vYs:HEPWWhlVS5M:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=K8A82Xy5vYs:HEPWWhlVS5M:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=K8A82Xy5vYs:HEPWWhlVS5M:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=K8A82Xy5vYs:HEPWWhlVS5M:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=K8A82Xy5vYs:HEPWWhlVS5M:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=K8A82Xy5vYs:HEPWWhlVS5M:YpuKiGmkiIQ"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=K8A82Xy5vYs:HEPWWhlVS5M:YpuKiGmkiIQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=K8A82Xy5vYs:HEPWWhlVS5M:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brianwong/ZlEi/~4/K8A82Xy5vYs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brianwong.com/blog/vid-great-documentary-on-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://brianwong.com/blog/vid-great-documentary-on-facebook/</feedburner:origLink></item>
		<item>
		<title>When ““</title>
		<link>http://feedproxy.google.com/~r/brianwong/ZlEi/~3/RHOAJfjdn3U/</link>
		<comments>http://brianwong.com/blog/less-is-more/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 03:47:09 +0000</pubDate>
		<dc:creator>Brian Wong</dc:creator>
				<category><![CDATA[Personal Development]]></category>
		<category><![CDATA[less is more]]></category>
		<category><![CDATA[minimalist]]></category>
		<category><![CDATA[zen]]></category>

		<guid isPermaLink="false">http://brianwong.com/blog/?p=1417</guid>
		<description><![CDATA[Did you get the title of this article? Its not a typo. Its meant to say when &#8220;less (&#60;)&#8221; &#8220;equals (=)&#8221; &#8220;more (&#62;)&#8221;. Its a concept that I am slowly growing to love. The idea is not new but one that I am newly embracing. With the challenges we face in the &#8220;information age&#8221;, I believe [...]]]></description>
			<content:encoded><![CDATA[<p>Did you get the title of this article? Its not a typo.</p>
<p>Its meant to say when &#8220;less (&lt;)&#8221; &#8220;equals (=)&#8221; &#8220;more (&gt;)&#8221;. Its a concept that I am slowly growing to love.</p>
<p>The idea is not new but one that I am newly embracing. With the challenges we face in the &#8220;information age&#8221;, I believe its an idea that can only continue to receive greater acceptance. Our time, attention and resources are limited by nature. And the rate of growth of distractions and messages to consume is insatiable. So its a matter of time when something has got to give.</p>
<p>You know what I&#8217;m talking about right?</p>
<p>Today, we struggle with unprecedented volumes of information and messages that fights for our precious attention and causes us to accumulate more &#8220;stuff&#8221; and leave a bigger environmental footprint on our planet.</p>
<p>Ever have trouble managing your email? I do. And also with status updates from Facebook, Twitter and the litany of other social media sites. Even when we are on the move, we&#8217;re distracted with mobile devices that beep, vibrate and blink at us at all times of the day.</p>
<p>Do you have everything you need to live? I&#8217;m pretty sure you already do. So if you think about it, for most businesses to exist today, they HAVE to convince us to buy stuff we don&#8217;t need. On the television and news, theres an endless barrage of advertisements and messages that fight for our attention. The objective and outcome is that it pushes us towards consuming more, buy more stuff, do more activities, multi-task, always more more more!</p>
<p>So when is less equal to more? For example:</p>
<ul>
<li>Is it better to have 500 &#8220;friends&#8221; on Facebook or just 2 or 3 really good friends you actually like to spend time with?</li>
<li>Is it better to work 14- hour days or earn less and spend more time with your children or your spouse?</li>
<li>Is it better to have a closet full of clothes you will never wear or just 5 pieces of clothing you love wearing?</li>
</ul>
<p>These are just a couple of random examples. But at the core of the minimalist philosophy, its all about limiting all areas of life so that you enjoy a better quality of life. Its a very powerful tool. The simple act of limiting a particular area of your life, causes you to immediately value it more and get more out of it.</p>
<p>Listen, I&#8217;m no expert in this area. It sounds absurd initially to put any limits on our life choices but the benefits to our mind, body and spirit is tremendous. Not to mention the potential benefits to those around us like our family and friends and ultimately for the planet.</p>
<p>I&#8217;m taking baby steps. Here&#8217;s 2 initiatives that I&#8217;ve already started:</p>
<ol>
<li>I only check email once at 7am (before my running) and once at 5pm.</li>
<li>I labelled all my clothes from 1 to 10. 1 being stuff I always pick and wear and 10 being items I have not worn in years. I then donated all my clothes ranked 4 or more. (that was a tough one, but very beneficial to my appreciation of minimalism)</li>
<li>I only single-task meaning I make a list of things I want to get done on a particular project and I only work on one task at a time and not move on to the next until the previous one is completed.</li>
</ol>
<p>Like a real baby &#8211; I&#8217;m stumbling and falling every so often. Especially since a big part of my business involves social media! But I&#8217;m excited. I&#8217;m motivated by  even the little benefits as I begin to feel less stress, gain more time and actually get more productive.</p>
<p>I hope to get better at this and continue finding more ways to accomplish more by doing less and experiencing more joy out of life by having less &#8220;stuff&#8221; and distractions.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/V6kbAW9BT4UXsRP1B0AO8WkM9vc/0/da"><img src="http://feedads.g.doubleclick.net/~a/V6kbAW9BT4UXsRP1B0AO8WkM9vc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/V6kbAW9BT4UXsRP1B0AO8WkM9vc/1/da"><img src="http://feedads.g.doubleclick.net/~a/V6kbAW9BT4UXsRP1B0AO8WkM9vc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=RHOAJfjdn3U:fdQO5V-rFG4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=RHOAJfjdn3U:fdQO5V-rFG4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=RHOAJfjdn3U:fdQO5V-rFG4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=RHOAJfjdn3U:fdQO5V-rFG4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=RHOAJfjdn3U:fdQO5V-rFG4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=RHOAJfjdn3U:fdQO5V-rFG4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=RHOAJfjdn3U:fdQO5V-rFG4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=RHOAJfjdn3U:fdQO5V-rFG4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=RHOAJfjdn3U:fdQO5V-rFG4:YpuKiGmkiIQ"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=RHOAJfjdn3U:fdQO5V-rFG4:YpuKiGmkiIQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=RHOAJfjdn3U:fdQO5V-rFG4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brianwong/ZlEi/~4/RHOAJfjdn3U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brianwong.com/blog/less-is-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://brianwong.com/blog/less-is-more/</feedburner:origLink></item>
		<item>
		<title>The Barefoot College Movement</title>
		<link>http://feedproxy.google.com/~r/brianwong/ZlEi/~3/y4aHAaFcv4k/</link>
		<comments>http://brianwong.com/blog/barefoot-college/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 03:37:21 +0000</pubDate>
		<dc:creator>Brian Wong</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[barefoot college]]></category>
		<category><![CDATA[bunker roy]]></category>
		<category><![CDATA[inspiring]]></category>
		<category><![CDATA[sustainable development]]></category>

		<guid isPermaLink="false">http://brianwong.com/blog/?p=1396</guid>
		<description><![CDATA[For a long time now, I have felt very disillusioned about the modern education system. As a father of two children, this is a primary concern for me. Not only is education becoming more and more expensive, its seems to be largely irrelevant and worst still, to be counter-productive to the long-term success and happiness [...]]]></description>
			<content:encoded><![CDATA[<p>For a long time now, I have felt very disillusioned about the modern education system. As a father of two children, this is a primary concern for me. Not only is education becoming more and more expensive, its seems to be largely irrelevant and worst still, to be counter-productive to the long-term success and happiness of the students of such a system.</p>
<p>I also feel that we as a modern society is heading for imminent disaster as we continue to pollute the world and destroy our bodies in the name of progress. But I won&#8217;t get into all that here.</p>
<p>The question that has been on my mind is, what is the solution? What is the alternative?</p>
<p>Today, I stumbled upon an amazing story of hope and success. There is a movement in India where over the last 42 years, an amazing man named Bunker Roy, has been pioneering a school that is dedicated to practical education. More importantly, this system is not adulterated with concepts from modern education system. Its totally &#8220;home-grown&#8221; so to speak.</p>
<p>The ultimate goal is not to get a piece of paper certificate but to deliver real practical eduction and confidence in the students. And not surprisingly, a big themes of their success center around sustainable development and sustainable energy. Arguably, some of the most important knowledge we need as a society.</p>
<p>This is a story you must watch. It is one of the best Ted talks I have seen to date. Please share with others if you agree with this approach.</p>
<p style="text-align: center;">
<object style="width:550px; height:442px;">
<param name="movie" value="http://www.youtube.com/v/6qqqVwM6bMM?version=3" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="window" />
<embed src="http://www.youtube.com/v/6qqqVwM6bMM?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" wmode="window" width="550" height="442"></object>
</p>

<p><a href="http://feedads.g.doubleclick.net/~a/NpLnc7TUFMUXui63I7bg-1ZP1jc/0/da"><img src="http://feedads.g.doubleclick.net/~a/NpLnc7TUFMUXui63I7bg-1ZP1jc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/NpLnc7TUFMUXui63I7bg-1ZP1jc/1/da"><img src="http://feedads.g.doubleclick.net/~a/NpLnc7TUFMUXui63I7bg-1ZP1jc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=y4aHAaFcv4k:Ur-gNA2mwhg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=y4aHAaFcv4k:Ur-gNA2mwhg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=y4aHAaFcv4k:Ur-gNA2mwhg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=y4aHAaFcv4k:Ur-gNA2mwhg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=y4aHAaFcv4k:Ur-gNA2mwhg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=y4aHAaFcv4k:Ur-gNA2mwhg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=y4aHAaFcv4k:Ur-gNA2mwhg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=y4aHAaFcv4k:Ur-gNA2mwhg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=y4aHAaFcv4k:Ur-gNA2mwhg:YpuKiGmkiIQ"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=y4aHAaFcv4k:Ur-gNA2mwhg:YpuKiGmkiIQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=y4aHAaFcv4k:Ur-gNA2mwhg:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brianwong/ZlEi/~4/y4aHAaFcv4k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brianwong.com/blog/barefoot-college/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://brianwong.com/blog/barefoot-college/</feedburner:origLink></item>
		<item>
		<title>The New Facebook Timeline (How to Activate it Now)</title>
		<link>http://feedproxy.google.com/~r/brianwong/ZlEi/~3/u1Kexnbqdrg/</link>
		<comments>http://brianwong.com/blog/the-new-facebook-timeline-how-to-activate-it-now/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 09:16:49 +0000</pubDate>
		<dc:creator>Brian Wong</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[timeline]]></category>

		<guid isPermaLink="false">http://brianwong.com/blog/?p=1385</guid>
		<description><![CDATA[What is it? On Sept 29, Facebook will release a new interface for your profile page called &#8220;timeline&#8221;. As the name suggests, this will display your entire life as a timeline. It will show updates, checkins, photos, videos and almost everything you have posted on Facebook all the way to your&#8230;well, birth! Here&#8217;s a video [...]]]></description>
			<content:encoded><![CDATA[<h3>What is it?</h3>
<p>On Sept 29, Facebook will release a new interface for your profile page called &#8220;timeline&#8221;. As the name suggests, this will display your entire life as a timeline. It will show updates, checkins, photos, videos and almost everything you have posted on Facebook all the way to your&#8230;well, birth!</p>
<p>Here&#8217;s a video to show what it&#8217;s all about:</p>
<p style="text-align: center;">
<object style="width:550px; height:442px;">
<param name="movie" value="http://www.youtube.com/v/hzPEPfJHfKU?version=3" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="window" />
<embed src="http://www.youtube.com/v/hzPEPfJHfKU?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" wmode="window" width="550" height="442"></object>
</p>
<h3>Why Facebook Timeline?</h3>
<p>First Facebook succeeded in letting you connect with friends&#8230;lots of them. Next, they allowed you to like objects like sites, news stories, pictures, videos and so on. Now Facebook is adding a new dimension where you can add any &#8220;verb&#8221; to anything on the web!</p>
<p>This allows many web 2.0 apps that a lot of people are using to become more &#8220;social&#8221;. Here&#8217;s an intro to the &#8220;new&#8221; social apps on Facebook:</p>
<p style="text-align: center;">
<object style="width:550px; height:442px;">
<param name="movie" value="http://www.youtube.com/v/q3b94kFBah8?version=3" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="window" />
<embed src="http://www.youtube.com/v/q3b94kFBah8?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" wmode="window" width="550" height="442"></object>
</p>
<h3></h3>
<p>Finally, if you want to get familiar with your timeline before the official launch, I made a quick video to show you how to get it right now:</p>
<p style="text-align: center;">
<object style="width:550px; height:442px;">
<param name="movie" value="http://www.youtube.com/v/V3oJR5IAMxM?version=3" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="window" />
<embed src="http://www.youtube.com/v/V3oJR5IAMxM?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" wmode="window" width="550" height="442"></object>
</p>
<p style="text-align: left;">Here&#8217;s what my timeline looks like at the moment. I do think this is a great feature because:</p>
<ol>
<li>The design is clean and quite stylish (like a personal blog)</li>
<li>It allows you full control over of what is published</li>
<li>It allows you full control over who gets to see what you publish</li>
<li>There are new tools to share significant life events</li>
<li>Many apps that I use like Nike+ apps and music or movie apps can be integrated directly and passively</li>
</ol>
<p>Anyway, check it out for yourself and see if you like it. :)</p>
<p style="text-align: center;"><img class="alignnone size-medium wp-image-1388" title="facebook timeline" src="http://brianwong.com/blog/wp-content/uploads/2011/09/timeline-300x282.jpg" alt="timeline 300x282 The New Facebook Timeline (How to Activate it Now)" width="300" height="282" /></p>

<p><a href="http://feedads.g.doubleclick.net/~a/5c98GAlC9PydwgD_ZTrxIgb55pU/0/da"><img src="http://feedads.g.doubleclick.net/~a/5c98GAlC9PydwgD_ZTrxIgb55pU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/5c98GAlC9PydwgD_ZTrxIgb55pU/1/da"><img src="http://feedads.g.doubleclick.net/~a/5c98GAlC9PydwgD_ZTrxIgb55pU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=u1Kexnbqdrg:E3hNby687xA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=u1Kexnbqdrg:E3hNby687xA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=u1Kexnbqdrg:E3hNby687xA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=u1Kexnbqdrg:E3hNby687xA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=u1Kexnbqdrg:E3hNby687xA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=u1Kexnbqdrg:E3hNby687xA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=u1Kexnbqdrg:E3hNby687xA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=u1Kexnbqdrg:E3hNby687xA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=u1Kexnbqdrg:E3hNby687xA:YpuKiGmkiIQ"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=u1Kexnbqdrg:E3hNby687xA:YpuKiGmkiIQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=u1Kexnbqdrg:E3hNby687xA:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brianwong/ZlEi/~4/u1Kexnbqdrg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brianwong.com/blog/the-new-facebook-timeline-how-to-activate-it-now/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://brianwong.com/blog/the-new-facebook-timeline-how-to-activate-it-now/</feedburner:origLink></item>
		<item>
		<title>[Vid] A Robot That Flies Like a Bird!</title>
		<link>http://feedproxy.google.com/~r/brianwong/ZlEi/~3/9VeaEARvMh4/</link>
		<comments>http://brianwong.com/blog/vid-a-robot-that-flies-like-a-bird/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 05:21:30 +0000</pubDate>
		<dc:creator>Brian Wong</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[bird]]></category>
		<category><![CDATA[fly]]></category>
		<category><![CDATA[robot]]></category>
		<category><![CDATA[ted.com]]></category>

		<guid isPermaLink="false">http://brianwong.com/blog/?p=1379</guid>
		<description><![CDATA[This robot that was showcased in a recent Ted.com talk really blew my mind. These inventors created a light weight robot that flies like a bird. Not only that, in the two real time demonstrations, the bird came back exactly to the launch point. Such innovations excite me on tomorrow&#8217;s future. It was only in [...]]]></description>
			<content:encoded><![CDATA[<p>This robot that was showcased in a recent Ted.com talk really blew my mind.</p>
<p>These inventors created a light weight robot that flies like a bird. Not only that, in the two real time demonstrations, the bird came back exactly to the launch point.</p>
<p>Such innovations excite me on tomorrow&#8217;s future. It was only in my parent&#8217;s generation that they saw the growth of color TV, the internet, fax, computers, tablets, high speed trains and flight. So I am real eager to see what comes in my generation that my kids will take for granted!</p>
<p style="text-align: center;">
<object style="width:550px; height:442px;">
<param name="movie" value="http://www.youtube.com/v/Fg_JcKSHUtQ?version=3" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="window" />
<embed src="http://www.youtube.com/v/Fg_JcKSHUtQ?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" wmode="window" width="550" height="442"></object>
</p>

<p><a href="http://feedads.g.doubleclick.net/~a/fQ12sY7C5JJWKdl9s8S_L5SOHgc/0/da"><img src="http://feedads.g.doubleclick.net/~a/fQ12sY7C5JJWKdl9s8S_L5SOHgc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/fQ12sY7C5JJWKdl9s8S_L5SOHgc/1/da"><img src="http://feedads.g.doubleclick.net/~a/fQ12sY7C5JJWKdl9s8S_L5SOHgc/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=9VeaEARvMh4:PyjCmdtkYkQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=9VeaEARvMh4:PyjCmdtkYkQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=9VeaEARvMh4:PyjCmdtkYkQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=9VeaEARvMh4:PyjCmdtkYkQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=9VeaEARvMh4:PyjCmdtkYkQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=9VeaEARvMh4:PyjCmdtkYkQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=9VeaEARvMh4:PyjCmdtkYkQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=9VeaEARvMh4:PyjCmdtkYkQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=9VeaEARvMh4:PyjCmdtkYkQ:YpuKiGmkiIQ"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=9VeaEARvMh4:PyjCmdtkYkQ:YpuKiGmkiIQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=9VeaEARvMh4:PyjCmdtkYkQ:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brianwong/ZlEi/~4/9VeaEARvMh4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brianwong.com/blog/vid-a-robot-that-flies-like-a-bird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://brianwong.com/blog/vid-a-robot-that-flies-like-a-bird/</feedburner:origLink></item>
		<item>
		<title>Keep Your Goals to Yourself</title>
		<link>http://feedproxy.google.com/~r/brianwong/ZlEi/~3/yBf-F6tUE6w/</link>
		<comments>http://brianwong.com/blog/keep-your-goals-to-yourself/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 06:16:00 +0000</pubDate>
		<dc:creator>Brian Wong</dc:creator>
				<category><![CDATA[Personal Development]]></category>
		<category><![CDATA[achieving goals]]></category>
		<category><![CDATA[derek sivers]]></category>
		<category><![CDATA[Goal Setting]]></category>
		<category><![CDATA[ted]]></category>

		<guid isPermaLink="false">http://brianwong.com/blog/?p=1373</guid>
		<description><![CDATA[Here&#8217;s some interesting advice &#8211; in the video below, Derek Sivers explains that psychologists have shown that telling people about your goals makes you less likely to do the work necessary to achieve them. This goes against the traditional thinking where we&#8217;ve been told that its good to tell a friend about our goal so [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s some interesting advice &#8211; in the video below, <a href="http://www.ted.com/speakers/derek_sivers.html">Derek Sivers </a>explains that psychologists have shown that telling people about your goals makes you less likely to do the work necessary to achieve them. This goes against the traditional thinking where we&#8217;ve been told that its good to tell a friend about our goal so that they can hold us accountable.</p>
<p>
<object style="width:550px; height:442px;">
<param name="movie" value="http://www.youtube.com/v/NHopJHSlVo4?version=3" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="window" />
<embed src="http://www.youtube.com/v/NHopJHSlVo4?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" wmode="window" width="550" height="442"></object>
</p>
<p>From my personal experience, I tend to agree to with Derek&#8217;s view. I&#8217;ve always kept my biggest goals over the last 10 years to myself. Not because I knew about these psychology studies but because one of my fears is being ridiculed about them. </p>
<p>I&#8217;ve also experienced what Derek talked about in his video. For example, there was a few times when I shared a tweet or posted on Facebook that I&#8217;m going to work on something that I was excited about. To which some friends would reply with accolades and encouragement as friends do. And then the motivation I feel is diminished because the social &#8220;reward&#8221; albeit undeserved has already been had. Has this ever happened to you?</p>
<p>My conclusion is that this is actually pretty darn good advice. I do think that if you have big goals, write them down, live them everyday in your mind but don&#8217;t ever, ever tell people about them until AFTER you&#8217;ve achieved them.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/N-pc7ICA7p9cVskjghGQSKmsvQA/0/da"><img src="http://feedads.g.doubleclick.net/~a/N-pc7ICA7p9cVskjghGQSKmsvQA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/N-pc7ICA7p9cVskjghGQSKmsvQA/1/da"><img src="http://feedads.g.doubleclick.net/~a/N-pc7ICA7p9cVskjghGQSKmsvQA/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=yBf-F6tUE6w:N1uvw5LsMh0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=yBf-F6tUE6w:N1uvw5LsMh0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=yBf-F6tUE6w:N1uvw5LsMh0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=yBf-F6tUE6w:N1uvw5LsMh0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=yBf-F6tUE6w:N1uvw5LsMh0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=yBf-F6tUE6w:N1uvw5LsMh0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=yBf-F6tUE6w:N1uvw5LsMh0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=yBf-F6tUE6w:N1uvw5LsMh0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=yBf-F6tUE6w:N1uvw5LsMh0:YpuKiGmkiIQ"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=yBf-F6tUE6w:N1uvw5LsMh0:YpuKiGmkiIQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=yBf-F6tUE6w:N1uvw5LsMh0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brianwong/ZlEi/~4/yBf-F6tUE6w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brianwong.com/blog/keep-your-goals-to-yourself/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://brianwong.com/blog/keep-your-goals-to-yourself/</feedburner:origLink></item>
		<item>
		<title>How To Automate Your Twitter Account to Drive Traffic and Earn Passive Income</title>
		<link>http://feedproxy.google.com/~r/brianwong/ZlEi/~3/iPdtCDEily4/</link>
		<comments>http://brianwong.com/blog/how-to-automate-your-twitter-account-to-drive-traffic-and-earn-passive-income/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 07:15:40 +0000</pubDate>
		<dc:creator>Brian Wong</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[auto follow]]></category>
		<category><![CDATA[auto reply]]></category>
		<category><![CDATA[niche blogging]]></category>
		<category><![CDATA[passive income]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tweet adder]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[Video Tutorial]]></category>

		<guid isPermaLink="false">http://brianwong.com/blog/?p=1360</guid>
		<description><![CDATA[I made a promise to some friends on my Facebook page that I would make some tutorial videos on how I make money online. I finally blocked off some time to make a short video here. This blueprint below shows how I use Twitter to drive traffic to one of my niche websites that produces [...]]]></description>
			<content:encoded><![CDATA[<p>I made a promise to some friends on my <a href="http://facebook.com/brianwong.tv" target="_blank">Facebook page</a> that I would make some tutorial videos on how I make money online. I finally blocked off some time to make a short video here.</p>
<p>This blueprint below shows how I use Twitter to drive traffic to one of my niche websites that produces about $300 to $500 of spare cash each month. This particular site has been producing consistent income for me for more than 8 months and its one of several such sites that I have*.</p>
<p>
<object style="width:550px; height:442px;">
<param name="movie" value="http://www.youtube.com/v/7zTgRgdDrsU?version=3" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="window" />
<embed src="http://www.youtube.com/v/7zTgRgdDrsU?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" wmode="window" width="550" height="442"></object>
</p>
<p>I tried to keep the video to under 15 minutes so that it will fit on Youtube and there are a couple of other useful tools I would have liked to discuss. In any case, these are the tools that I use to create this income stream:</p>
<p><strong> Finding Niche Markets:</strong><br />
<a href="http://brianwong.com/go/samurai-trial">Market Samurai (Free Trial Available)</a></p>
<p><strong> WP Theme for Creating Niche Blogs Fast:</strong><br />
<a href="http://brianwong.com/go/socrates">Socrates Theme</a></p>
<p><strong> Automating Twitter Traffic:</strong><br />
<a href="http://brianwong.com/go/TweetAdder">Tweet Adder Software</a><br />
<span style="color: #ff0000;"> 20% Discount Code: BRI20</span></p>
<p>Lastly, if you have questions or if you would like to give me some tips to do this better or if you just wanna say &#8220;hi&#8221; then please leave a comment on below.</p>
<p><em><span style="color: #c0c0c0;"><span style="text-decoration: underline;">*Earnings Disclaimer:</span> I&#8217;ve been actively learning and applying Internet marketing strategies since 2006. There are many factors that affect income potential such as the market you select, copywriting, conversion of affiliate products you promote and many more. So your income results may be below or above my own experience.</span></em></p>

<p><a href="http://feedads.g.doubleclick.net/~a/y5uhqdsgH5MTyhoRWhvAcdZQ8t0/0/da"><img src="http://feedads.g.doubleclick.net/~a/y5uhqdsgH5MTyhoRWhvAcdZQ8t0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/y5uhqdsgH5MTyhoRWhvAcdZQ8t0/1/da"><img src="http://feedads.g.doubleclick.net/~a/y5uhqdsgH5MTyhoRWhvAcdZQ8t0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=iPdtCDEily4:qLNbobx_E8w:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=iPdtCDEily4:qLNbobx_E8w:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=iPdtCDEily4:qLNbobx_E8w:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=iPdtCDEily4:qLNbobx_E8w:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=iPdtCDEily4:qLNbobx_E8w:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=iPdtCDEily4:qLNbobx_E8w:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=iPdtCDEily4:qLNbobx_E8w:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=iPdtCDEily4:qLNbobx_E8w:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=iPdtCDEily4:qLNbobx_E8w:YpuKiGmkiIQ"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=iPdtCDEily4:qLNbobx_E8w:YpuKiGmkiIQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=iPdtCDEily4:qLNbobx_E8w:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brianwong/ZlEi/~4/iPdtCDEily4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brianwong.com/blog/how-to-automate-your-twitter-account-to-drive-traffic-and-earn-passive-income/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		<feedburner:origLink>http://brianwong.com/blog/how-to-automate-your-twitter-account-to-drive-traffic-and-earn-passive-income/</feedburner:origLink></item>
		<item>
		<title>“The Decision Time Frame” – A Simple Idea To Keep You Moving Towards Success</title>
		<link>http://feedproxy.google.com/~r/brianwong/ZlEi/~3/S_X1UhE7vAo/</link>
		<comments>http://brianwong.com/blog/the-decision-time-frame-a-simple-idea-to-keep-you-moving-towards-success/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 08:49:57 +0000</pubDate>
		<dc:creator>Brian Wong</dc:creator>
				<category><![CDATA[Personal Development]]></category>
		<category><![CDATA[decisions]]></category>
		<category><![CDATA[goals]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[success principles]]></category>

		<guid isPermaLink="false">http://brianwong.com/blog/?p=1345</guid>
		<description><![CDATA[I was listening to a Brian Tracy personal development audio program yesterday and he mentioned a study about how people with higher incomes have a longer time frame in mind when they make decisions compared to those with lower incomes. I thought this idea was worth expanding and sharing because it can have a profound [...]]]></description>
			<content:encoded><![CDATA[<p>I was listening to a Brian Tracy personal development audio program yesterday and he mentioned a study about how people with higher incomes have a longer time frame in mind when they make decisions compared to those with lower incomes.</p>
<p>I thought this idea was worth expanding and sharing because it can have a profound impact on your personal level of success in all areas of your life. </p>
<p>Personally, the idea resonated with me because I have been writing down long-term goals (almost daily) for as long as I can remember. Keeping my mind focussed on my long-term goals have helped me to make daily decisions that move me towards my goals rather than away from them.</p>
<p>I made this short 4 minute video to explain the idea more clearly. I hope you find it useful:</p>
<p><iframe width="550" height="442" src="http://www.youtube.com/embed/Z1Q8MMMTZeE?rel=0" frameborder="0" allowfullscreen></iframe></p>

<p><a href="http://feedads.g.doubleclick.net/~a/zuNOOfPG5l6QxzHZlxsIsXJcTK4/0/da"><img src="http://feedads.g.doubleclick.net/~a/zuNOOfPG5l6QxzHZlxsIsXJcTK4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/zuNOOfPG5l6QxzHZlxsIsXJcTK4/1/da"><img src="http://feedads.g.doubleclick.net/~a/zuNOOfPG5l6QxzHZlxsIsXJcTK4/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=S_X1UhE7vAo:Ejg8wW4YjZE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=S_X1UhE7vAo:Ejg8wW4YjZE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=S_X1UhE7vAo:Ejg8wW4YjZE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=S_X1UhE7vAo:Ejg8wW4YjZE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=S_X1UhE7vAo:Ejg8wW4YjZE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=S_X1UhE7vAo:Ejg8wW4YjZE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=S_X1UhE7vAo:Ejg8wW4YjZE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=S_X1UhE7vAo:Ejg8wW4YjZE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=S_X1UhE7vAo:Ejg8wW4YjZE:YpuKiGmkiIQ"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=S_X1UhE7vAo:Ejg8wW4YjZE:YpuKiGmkiIQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=S_X1UhE7vAo:Ejg8wW4YjZE:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brianwong/ZlEi/~4/S_X1UhE7vAo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brianwong.com/blog/the-decision-time-frame-a-simple-idea-to-keep-you-moving-towards-success/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://brianwong.com/blog/the-decision-time-frame-a-simple-idea-to-keep-you-moving-towards-success/</feedburner:origLink></item>
		<item>
		<title>How to Make a Great Facebook Fan Page – Five Essential Tips</title>
		<link>http://feedproxy.google.com/~r/brianwong/ZlEi/~3/WwSjHxgJmz8/</link>
		<comments>http://brianwong.com/blog/how-to-make-facebook-fan-page/#comments</comments>
		<pubDate>Sat, 21 May 2011 03:59:33 +0000</pubDate>
		<dc:creator>Brian Wong</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[fan page]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[landing page]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://brianwong.com/blog/?p=1323</guid>
		<description><![CDATA[Facebook is awesome. Its hard to deny that. I use it (like most people) to connect with friends and family near and far. But I also use it for my business connections and for networking. Its a good idea to keep these two groups separate. Here&#8217;s a blog post I wrote some time back about [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-1463763749981328";
/* 468x15, Link Unit (In Post) */
google_ad_slot = "6828119698";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>Facebook is awesome. Its hard to deny that. I use it (like most people) to connect with friends and family near and far. But I also use it for my business connections and for networking. Its a good idea to keep these two groups separate. Here&#8217;s a blog post I wrote some time back about why to <a href="http://brianwong.com/blog/unfriend-people-on-facebook/">keep your personal and business Facebook activity separate</a>.</p>
<p>So if you&#8217;re going to create a fan page, how do you make a Facebook Page that your fans will like (literally)? Here are 5 essential &#8220;best-practice&#8221; tips I can offer to you to make a Facebook fan page that actually works:</p>
<p><span style="font-size: 13pt;"><strong>Tip #1: The Facebook Page Profile Picture</strong></span></p>
<ul>
<li>Include a profile picture that gives your visitors information about what you are about. Tell your visitors what they will get by connecting with your page.</li>
<li>The largest size possible for a profile picture is 200 pixels wide and 600 pixels tall. So make full use of that space.</li>
<li>You could also use a QR Code in your profile picture so your fans can add you to their contact list easily. Here&#8217;s a blog post about <a href="http://brianwong.com/blog/mobile-internet-marketing/">how to make use of QR codes</a>.</li>
<li>Finally, you can crop your larger profile picture so that the thumbnail that appears in your status updates appears like a normal head shot. This option automatically appears after you upload a new profile picture. But if you need to access it, just go to &#8220;edit page&#8221; then click on the &#8220;profile picture&#8221; option then click on &#8220;Edit Thumbnai&#8221;</li>
</ul>
<p style="text-align: center;"><img src="http://brianwong.com/blog/wp-content/uploads/2011/05/fb-profile-picture.png" border="0" alt="fb profile picture How to Make a Great Facebook Fan Page   Five Essential Tips" hspace="4" vspace="4" width="550" height="478" align="middle" title="How to Make a Great Facebook Fan Page   Five Essential Tips" /></p>
<p><span style="font-size: 13pt;"><strong>Tip #2: The Facebook Landing Page (Static HTML Version)</strong></span></p>
<ul>
<li>By default, you landing page is your fan page wall. But in the &#8220;Manage Permissions&#8221; section, you can select a page to use as a welcome page for your visitors. You can use this page to tell them why they should join your page.</li>
</ul>
<p style="text-align: center;"><img src="http://brianwong.com/blog/wp-content/uploads/2011/05/static-welcome-page.png" border="1" alt="static welcome page How to Make a Great Facebook Fan Page   Five Essential Tips" hspace="4" vspace="4" width="550" height="358" title="How to Make a Great Facebook Fan Page   Five Essential Tips" /></p>
<ul>
<li>You could also add free apps like: <a href="http://apps.facebook.com/static_html_plus/?fb_page_id=85372302542">Static HTML: iframe tabs</a> app to your page. With this app, you can show non-fans a different page and send them to another HTML page after they click on the like button. This tool allows you to create incentives like give away free reports, or have your fans sign up to an <a href="http://sgr.aweber.com">autoresponder</a> newsletter.</li>
</ul>
<p style="text-align: center;">&nbsp;</p>
<p style="text-align: center;"><img src="http://brianwong.com/blog/wp-content/uploads/2011/05/static-html-app.png" border="1" alt="static html app How to Make a Great Facebook Fan Page   Five Essential Tips" hspace="4" vspace="4" width="550" height="487" title="How to Make a Great Facebook Fan Page   Five Essential Tips" /></p>
<ul>
<li>For my own fan page &#8211; I kept it simple by creating a cheeky graphic asking &#8220;are you awesome?&#8221; and if you click on the &#8220;like&#8221; button, the next graphic shows &#8220;Yes, you are awesome!&#8221; page. You can check out my fan page here: <a href="http://facebook.com/brianwong.tv">http://facebook.com/brianwong.tv</a></li>
</ul>
<p style="text-align: center;"><img src="http://brianwong.com/blog/wp-content/uploads/2011/05/brian-welcome-page.png" border="1" alt="brian welcome page How to Make a Great Facebook Fan Page   Five Essential Tips" hspace="4" vspace="4" width="550" height="495" title="How to Make a Great Facebook Fan Page   Five Essential Tips" /></p>
<p><span style="font-size: 13pt;"><strong>Tip #3: Use Facebook as Your Fan Page (Instead of Your Profile Page)</strong></span></p>
<ul>
<li>When you log in as the admin of your page, you can click on the option on the right sidebar to use Facebook as your fan page. This allows you to tag photos, leave wall posts, likes and other Facebook actions on other pages that lead back to your page.</li>
<li>So use this option to tag photos you have with other people who already have a lot of friends or famous people with a lot of fans. You can also interact by adding valuable content on wall posts or useful links and videos on other Facebook pages. This will show a little bit about what you are about, and lead traffic back to your fan page.</li>
<li>Don&#8217;t worry &#8211; you can switch back and forth between using FB as your fan page and as your own personal profile anytime and as often as you wish.</li>
</ul>
<p style="text-align: center;"><img src="http://brianwong.com/blog/wp-content/uploads/2011/05/fb-useas-fanpage-1.png" border="1" alt="fb useas fanpage 1 How to Make a Great Facebook Fan Page   Five Essential Tips" hspace="4" vspace="4" width="550" height="331" title="How to Make a Great Facebook Fan Page   Five Essential Tips" /></p>
<p><span style="font-size: 13pt;"><strong>Tip #4: Use the Facebook Page Photo Wall to You Advantage</strong></span></p>
<ul>
<li>Facebook displays your 5 most recent photos on the front page of your fan page. Instead of randomly allowing Facebook to select the photos, you could upload and select photos that best reflect what your page is about. You do this by putting your mouse over the top right of any photo you want removed and click on the &#8220;x&#8221; to remove it. Repeat this until you are left with just the photos that you want to display. If you make a mistake, then go to &#8220;edit page&#8221; and click on the &#8220;profile picture&#8221; option. Below it, you will see an option to &#8220;unhide&#8221; all those photos you removed earlier.</li>
<li>How to use the photo wall? For example, you could include product images, photos of your facilities and any other photos that would tell your fans what your page is about. On the description of each of those photos, you should add a link or marketing information.</li>
<li>You could also create separate fan pages for each of your key products and tag them from your main page.</li>
</ul>
<p style="text-align: center;"><img src="http://brianwong.com/blog/wp-content/uploads/2011/05/fb-photo-wall-1.png" border="1" alt="fb photo wall 1 How to Make a Great Facebook Fan Page   Five Essential Tips" hspace="4" vspace="4" width="550" height="291" title="How to Make a Great Facebook Fan Page   Five Essential Tips" /></p>
<p><span style="font-size: 13pt;"><strong>Tip #5: Make Use of the Left Sidebar Elements</strong></span></p>
<ul>
<li>On the left sidebar of your page, you can add a short paragraph to describe what your fan page is about. Don&#8217;t leave that blank.</li>
<li>Also you could add apps that link to your other social media sites like YouTube, Twitter of your blog if you have one (you should have one).</li>
<li>You could add other useful apps like slideshare app that allows you to include your presentation slides from Slideshare.net for example.</li>
<li>In any case, the goal here is to show that your fan page is content rich so your visitor will be happy to become a fan.</li>
</ul>
<p style="text-align: center;"><img src="http://brianwong.com/blog/wp-content/uploads/2011/05/sidebar-apps.png" border="1" alt="sidebar apps How to Make a Great Facebook Fan Page   Five Essential Tips" hspace="4" vspace="4" width="550" height="365" title="How to Make a Great Facebook Fan Page   Five Essential Tips" /></p>
<p><span style="font-size: 13pt;"><strong>Tip #6: Grab Your Preferred Facebook Page Name</strong></span></p>
<ul>
<li>I know I said 5 tips but I left out the most important one &#8211; grab a nickname for your page URL.</li>
<li>Facebook requires your page to have at least 25 fans before you can do this.</li>
<li>So as soon as you reach 25 fans (get your buddies to fan it) &#8211; go to <a href="http://facebook.com/username">http://facebook.com/username</a> and select a name for your page.</li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/xPbdlpc23ay-91pyWEXq3LNPXSg/0/da"><img src="http://feedads.g.doubleclick.net/~a/xPbdlpc23ay-91pyWEXq3LNPXSg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/xPbdlpc23ay-91pyWEXq3LNPXSg/1/da"><img src="http://feedads.g.doubleclick.net/~a/xPbdlpc23ay-91pyWEXq3LNPXSg/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=WwSjHxgJmz8:PTpFmBaABI8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=WwSjHxgJmz8:PTpFmBaABI8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=WwSjHxgJmz8:PTpFmBaABI8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=WwSjHxgJmz8:PTpFmBaABI8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=WwSjHxgJmz8:PTpFmBaABI8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=WwSjHxgJmz8:PTpFmBaABI8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=WwSjHxgJmz8:PTpFmBaABI8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=WwSjHxgJmz8:PTpFmBaABI8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=WwSjHxgJmz8:PTpFmBaABI8:YpuKiGmkiIQ"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?i=WwSjHxgJmz8:PTpFmBaABI8:YpuKiGmkiIQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/brianwong/ZlEi?a=WwSjHxgJmz8:PTpFmBaABI8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/brianwong/ZlEi?d=dnMXMwOfBR0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/brianwong/ZlEi/~4/WwSjHxgJmz8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://brianwong.com/blog/how-to-make-facebook-fan-page/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://brianwong.com/blog/how-to-make-facebook-fan-page/</feedburner:origLink></item>
	</channel>
</rss>

