<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AbelCheng.com</title>
	<atom:link href="http://www.abelcheng.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abelcheng.com</link>
	<description>The life of an Internet entrepreneur and stay-at-home dad</description>
	<lastBuildDate>Wed, 12 May 2010 12:15:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A simple Wordpress setting caused my blog undetected for 8 months</title>
		<link>http://www.abelcheng.com/a-simple-wordpress-setting-caused-my-blog-undetected/</link>
		<comments>http://www.abelcheng.com/a-simple-wordpress-setting-caused-my-blog-undetected/#comments</comments>
		<pubDate>Wed, 12 May 2010 12:03:33 +0000</pubDate>
		<dc:creator>Abel Cheng</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress Privacy Settings]]></category>

		<guid isPermaLink="false">http://www.abelcheng.com/?p=257</guid>
		<description><![CDATA[I created a niche blog in September last year. After posting a few pages of content, I waited for the site to be indexed by search engines.
Upon checking the blog days or weeks later, I found something unusual. Something I had never seen in my other blogs.
When I checked in Google (using site:domain.com), there was [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I created a niche blog in September last year. After posting a few pages of content, I waited for the site to be indexed by search engines.</p>
<p>Upon checking the blog days or weeks later, I found something unusual. Something I had never seen in my other blogs.</p>
<p><span id="more-257"></span>When I checked in Google (using <em>site:domain.com</em>), there was only one entry. Even that, the listing was a bit awkward and it didn’t look like a normal search result. When I used the same parameter on Yahoo, there were no results.</p>
<p>I thought I might give it some time to get back to normal.</p>
<p>Not until recently, after busy with my other projects, I decided to do something about this weird phenomenon. My initial plan was to move the entire blog to a new domain – thinking the existing domain caused the problem (Google blacklisted it?!).</p>
<p>In the midst of moving the site, I predicted the same problem would have had happened after the move.</p>
<p>Somehow something triggered me to take a look at the source code (Ctrl+U). And this action brought this problem to light. I managed to find out the main culprit for this. It was due to the following code:</p>
<p><code>&lt;meta name="robots" content="noindex, nofollow"&gt;</code></p>
<p>I knew why this happened, now I had to find out what caused this. I thought it was something to do with my settings in my Wordpress theme. After searching for it high and low, my efforts remained fruitless.</p>
<p>Leaving me with no choice, I had to go through every setting in Wordpress to find out the cause, one at a time – starting with <em>General Settings</em>.</p>
<p>When I reached <em>Privacy Settings</em>, I knew something was wrong. It was set to the second choice which is <em>I would like to block search engines, but allow normal visitors.<br />
</em></p>
<p>I thought to myself, “Damn, who and when the setting was done?”</p>
<p>I really don’t know who did that. It could be me but I totally forget about that. Just because of this one radio button, my blog was under the radar (as far as search engines were concerned) for 8 months. Imagine the amount of sales I could have made if not because of this careless setting.</p>
<p>I quickly changed the setting to the first: <em>I would like my blog to be visible to everyone, including search engines (like Google, Sphere, Technorati) and archivers</em></p>
<p>Thank god. Now everything is back to normal.  All my previous SEO efforts were wasted. I have to start all over again.</p>
<p>Don’t make the same mistake as I did. And don’t simply change the settings in Wordpress for no reason. If you are not sure what you are doing, just accept the standard settings. Otherwise, you efforts will be penalized… just like what happened to me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abelcheng.com/a-simple-wordpress-setting-caused-my-blog-undetected/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Redirect Any Page or Post Using 301 Redirect in Thesis</title>
		<link>http://www.abelcheng.com/301-redirect-in-thesis/</link>
		<comments>http://www.abelcheng.com/301-redirect-in-thesis/#comments</comments>
		<pubDate>Wed, 05 May 2010 10:04:12 +0000</pubDate>
		<dc:creator>Abel Cheng</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.abelcheng.com/?p=251</guid>
		<description><![CDATA[Note: This post is applicable only to Thesis 1.7, not 1.5.1. When I was using Thesis 1.5.1, there was no such feature.
If you are not using Thesis theme (I ask you to seriously consider using it) for your blog, I will let you know of a plugin which does exactly this in a minute.
But first [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><em><strong>Note:</strong> This post is applicable only to <a href="http://www.abelcheng.com/thesis" target="_blank">Thesis</a> 1.7, not 1.5.1. When I was using Thesis 1.5.1, there was no such feature.</em></p>
<p>If you are not using Thesis theme (I ask you to <a href="http://www.abelcheng.com/thesis-theme-review/">seriously consider using it</a>) for your blog, I will let you know of a plugin which does exactly this in a minute.</p>
<p>But first let’s talk about how to create a 301 redirect in Thesis 1.7.</p>
<p><span id="more-251"></span>301 Redirect is the best way to redirect any web page to another link (it could be internal or external link) because it is SEO friendly and you won’t be penalized by search engines for doing this. I usually use this for cloaking my ugly, long, and non-memorable affiliate links.</p>
<p>Follow these steps to create a 301 redirect page for Thesis users:</p>
<ul>
<li>Login to <em>Wordpress Dashboard</em>.</li>
<li>Create a new page: <em>Pages &gt; Add New</em> (or <em>Posts &gt; Add New</em>). I prefer creating new pages.</li>
<li>Enter the title of the page. This will become the URL of this new page. Make sure this URL is what you want by checking the Permalink. To change/rename, click <em>Edit</em> and then <em>Save</em>.</li>
<li>Goto field <em>301 Redirect for this Page’s URL</em> (scroll down a bit), enter URL of the destination page – the page you want this new page to redirect to. In this case, it can be your affiliate link, for example.<br />
Click <em>Publish</em>.</li>
</ul>
<p>Easy peasy!</p>
<p>Now you can test it by entering the URL of the new page in the browser, and if it works properly, it will send you to the destination page – the URL you just entered in <em>301 Redirect for this Page’s URL</em> field.</p>
<p>I used to create PHP files just to cloak my links. Then I used FTP software to upload the files to my web server. As you can see, it is a very troublesome process. But with <a href="http://www.abelcheng.com/thesis" target="_blank">Thesis</a>, you can do this in a flash. No FTP is required.</p>
<h3>Video Tutorial</h3>
<p>Watch this video if you are STILL not sure how to do it. Hope the tutorial video can help:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="330" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/AYHSxlAC" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="330" src="http://blip.tv/play/AYHSxlAC" allowfullscreen="true"></embed></object></p>
<h3>For Non-Thesis Users</h3>
<p>Here is what I promised you at the beginning of this article.</p>
<p>If you are not using Thesis theme, you can still configure 301 Redirect in WP by using a plugin. Try this: <a href="http://www.searchenginepeople.com/blog/301-redirect-plugin-for-wordpress-for-non-technical-bloggers.html" target="_blank">301 Redirect Plugin for Wordpress</a>. I have not tried it myself. But judging from the positive feedback, I believe the plugin works as promised. Why not you give it a try?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abelcheng.com/301-redirect-in-thesis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I Upgraded from Thesis 1.5.1 to Thesis 1.7</title>
		<link>http://www.abelcheng.com/how-i-upgraded-from-thesis-1-5-1-to-thesis-1-7/</link>
		<comments>http://www.abelcheng.com/how-i-upgraded-from-thesis-1-5-1-to-thesis-1-7/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 05:39:28 +0000</pubDate>
		<dc:creator>Abel Cheng</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Thesis Upgrade from 1.5.1 to 1.7]]></category>

		<guid isPermaLink="false">http://www.abelcheng.com/?p=235</guid>
		<description><![CDATA[I was using Thesis 1.5.1 and I didn’t bother to upgrade it until today – as it was running smoothly before this with no hiccups. Why should I rock the boat?
But somehow, for some reason, I think it is now time for me to use Thesis 1.7 before I am being left out in the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I was using <a href="http://www.abelcheng.com/thesis" target="_blank">Thesis</a> 1.5.1 and I didn’t bother to upgrade it until today – as it was running smoothly before this with no hiccups. Why should I rock the boat?</p>
<p>But somehow, for some reason, I think it is now time for me to use Thesis 1.7 before I am being left out in the dust <img src='http://www.abelcheng.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Before I talk about the upgrade, let me share with you some new features found in Thesis 1.7 first. Features that I like are:</p>
<ul>
<li>You can do SEO optimization for every page and post individually &#8211; using the meta tag.</li>
<li>The new Home Page controls.</li>
<li>Cleaner and faster code.</li>
</ul>
<p>Now back to upgrade. I did a Google search and found one nicely done article on upgrading Thesis 1.6 to Thesis 1.7, as well as from Thesis 1.5.x to Thesis 1.7. The latter was what I was looking for.</p>
<p><span id="more-235"></span>I just followed the instructions mentioned in <a href="http://thesislab.net/archives/getting-there-upgrading-to-thesis-1-7/" target="_blank">the article</a>:</p>
<ol>
<blockquote>
<li><em>Repeating</em> above      information as a first and crucial step: <strong><em>Backup</em></strong><em> your site’s database and its web files, using whatever tools are provided      by your web host, </em><strong><em>before</em></strong><em> the upgrade.</em> It is not possible to just ‘click back’ to an earlier version of Thesis      after the upgrade to 1.7 without the possibility of losing certain      settings. This is why backups are vital. It’s your responsibility as a      site owner to know how to create them, and how to restore them.</li>
<li>Using your DIY Themes login      info, access the Thesis Theme Download Area page. Click the link that says      ‘Download Thesis 1.7 now.’</li>
<li>The file <code>thesis_17.zip</code> should be on your      local computer in the area where downloads normally go. Move <code>thesis_17.zip</code> to your desktop      (unless it’s there already).</li>
<li>Unzip the <code>thesis_17.zip</code> file to produce a      folder named <code>thesis_17</code>.</li>
<li>Open the <code>thesis_17</code> folder that is on your      local computer’s desktop to find inside the folder named <code>custom-sample</code>. Now <strong>delete</strong> the folder named <code>custom-sample</code>.</li>
<li>Start your FTP client and      access your web installation. Navigate through your web installation’s      file structure until you can see the <code>thesis_16</code> folder (which is located inside <code>wp-content/themes</code>).      Open the <code>thesis_16</code> folder to find the <code>custom</code> folder inside.</li>
<li>Download that online <code>custom</code> folder (from your 1.6      installation) to your local computer, and place it into the <code>thesis_1.7</code> folder (replacing the <code>custom-sample</code> folder that you      deleted earlier).</li>
<li>Use your FTP client to upload      your <code>thesis_1.7</code> folder      into <code>wp-content/themes</code> on your server. (You will put the folder <em>alongside</em> your existing <code>thesis_16</code> folder, the <code>default</code> theme folder, and the <code>classic</code> theme folder.)</li>
<li>Follow the by-now familiar      steps of opening the <code>thesis_1.7</code> folder and then the <code>custom</code> folder, setting permissions for <code>layout.css</code> (to 666) and the <code>cache</code> folder (to 775). Log into WordPress and go to Appearances &gt; Themes,      then activate Thesis 1.7. (If you click ‘Preview’ first, you may see a      Thesis site with no content. This is normal for Thesis in preview mode;      pay it no mind and proceed to activate.)</li>
</blockquote>
</ol>
<p><strong>As for upgrading from 1.5.x to 1.7:</strong></p>
<blockquote><p>So far as upgrading is concerned, the difference between 1.5.x and later editions of Thesis is that the later editions have <code>layout.css</code> and the <code>rotator</code> folder <strong>inside</strong> the <code>custom</code> folder. That’s it.</p>
<p>What this means for the upgrade process detailed above is that in <strong>Step 6</strong>, when you place your 1.5.x <code>custom</code> folder into the <code>thesis_17</code> folder on your local computer, you must make sure to put your <code>layout.css</code> and the <code>rotator</code> folder inside of that <code>custom</code> folder. Apart from that extra half-a-step (call it Step 6.5, if you like), the upgrade process for 1.5.x –&gt; 1.7 is the same as for 1.6 –&gt; 1.7.</p></blockquote>
<p>When I did a preview of 1.7 in Wordpress Dashboard, I noticed the design was not as exactly as the old design. But I activated 1.7 anyway. When I checked out the live site (with 1.7 as the theme), it looked just fine. Phew!</p>
<p>The whole upgrade process was done in less than 20 minutes (including copying and checking).</p>
<p>Cool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abelcheng.com/how-i-upgraded-from-thesis-1-5-1-to-thesis-1-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make a Static Page as Home Page in Wordpress</title>
		<link>http://www.abelcheng.com/make-static-page-as-home-page-in-wordpress/</link>
		<comments>http://www.abelcheng.com/make-static-page-as-home-page-in-wordpress/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 08:05:59 +0000</pubDate>
		<dc:creator>Abel Cheng</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Static Page as Home Page]]></category>
		<category><![CDATA[Wordpress Tutorial]]></category>

		<guid isPermaLink="false">http://www.abelcheng.com/?p=223</guid>
		<description><![CDATA[More often than not, by default, Wordpress blogs always display the latest posts on the home page. If your blog is located at the root and let’s say your domain name is domain.com. You will see the latest posts at domain.com.
Sometimes, we don’t want this. We want to display a static page as the front [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">M</span>ore often than not, by default, Wordpress blogs always display the latest posts on the home page. If your blog is located at the root and let’s say your domain name is <em>domain.com</em>. You will see the latest posts at <em>domain.com</em>.</p>
<p>Sometimes, we don’t want this. We want to<strong> display a static page as the front page.</strong> In other words, the content at the root directory (hence <em>domain.com</em> in our example) is always showing the same thing. It won’t change even though we have just posted a new entry.</p>
<p><span id="more-223"></span><em>[One of the examples of such sites is my <a href="http://www.reliableplr.com/" target="_blank">PLR Articles</a> site. I don’t want the home page to display the latest offerings of my PLR article packs. But instead the home page acts more like a mini sales letter.]</em></p>
<p>How do we set a page as our home page in Wordpress? It is easy and it doesn’t need complicated coding.</p>
<p>Just follow the steps below:</p>
<ol>
<li>Login      to your <strong>Wordpress Dashboard<br />
</strong></li>
<li>Goto <strong>Settings &gt; Reading</strong> panel</li>
<li>At <strong>Front page displays, </strong>select <strong>A static page</strong> and select the page      you want to have as Home page from the drop down menu</li>
<li>Set <strong>Blog pages show at most </strong>to 1</li>
<li>Click <strong>Save Changes</strong></li>
</ol>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-224 frame" title="Make static page as home page in Wordpress" src="http://www.abelcheng.com/wp-content/uploads/2010/04/static-page-as-home-page.jpg" alt="Make static page as home page in Wordpress" width="500" height="300" /></p>
<p>Voila. That is it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abelcheng.com/make-static-page-as-home-page-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LivePerson Discount Coupon</title>
		<link>http://www.abelcheng.com/liveperson-discount-coupon/</link>
		<comments>http://www.abelcheng.com/liveperson-discount-coupon/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 00:03:10 +0000</pubDate>
		<dc:creator>Abel Cheng</dc:creator>
				<category><![CDATA[Internet Tools]]></category>
		<category><![CDATA[LivePerson Coupon]]></category>
		<category><![CDATA[LivePerson Discount Coupon]]></category>

		<guid isPermaLink="false">http://www.abelcheng.com/?p=214</guid>
		<description><![CDATA[Here is a special price for my readers: 20% discount off LivePerson Pro and Contact Center products.

Titles of Products You Can Download:

LivePerson Pro Chat
LivePerson Contact Center (Chat + LiveCall + Knowledgebase + Email Management)

Product Description:

Founded in 1995, LivePerson has the most features you can find in chat support software on the market. It has all [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><em>Here is a special price for my readers: <strong>20% discount off LivePerson Pro and Contact Center products.</strong><br />
</em></p>
<h3>Titles of Products You Can Download:</h3>
<ul>
<li>LivePerson Pro Chat</li>
<li>LivePerson Contact Center (Chat + LiveCall + Knowledgebase + Email Management)</li>
</ul>
<h3>Product Description:</h3>
<p style="text-align: center;"><img class="aligncenter" src="http://solutions.liveperson.com/images/topNav/B2B-Logo.gif" alt="LivePerson Discount Coupon" width="271" height="53" /></p>
<p>Founded in 1995, LivePerson has the most features you can find in chat support software on the market. It has all the features you need to provide your web visitors as well as customers a superb customer support and sales assistance.</p>
<p>More than 7,000 customers use LivePerson’s award-winning live chat software to increase sales, improve customer satisfaction and lower service costs. Some well known clients include The Home Depot and Bell Canada.</p>
<h3>Notable Award</h3>
<p><img class="alignleft" src="http://solutions.liveperson.com/awards/images/FSB100_Logo.gif" alt="FORTUNE Small Business 100 2008" width="83" height="80" /><strong>&#8220;FORTUNE Small Business 100 2008&#8243;</strong></p>
<p>FORTUNE Small Business Magazine recognized LivePerson as one of America&#8217;s fastest-growing small public companies based on percentage growth in earnings, revenue and stock performance over the past three years.</p>
<h3 style="text-align: left;">How to Get this Special Offer</h3>
<p style="text-align: left;">After you click the link below, enter a Live Chat with LivePerson and mention that you are referred by Abel Cheng and are to receive a 20% discount.</p>
<p style="text-align: center;"><strong><a href="http://solutions.liveperson.com/sb/?utm_source=5725&amp;utm_medium=link&amp;utm_campaign=partner" target="_blank">Click here to get this special offer &gt;&gt;</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.abelcheng.com/liveperson-discount-coupon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PLR Membership – The Good, the Bad and the Ugly</title>
		<link>http://www.abelcheng.com/plr-membership-the-good-the-bad-and-the-ugly/</link>
		<comments>http://www.abelcheng.com/plr-membership-the-good-the-bad-and-the-ugly/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 09:25:36 +0000</pubDate>
		<dc:creator>Abel Cheng</dc:creator>
				<category><![CDATA[Internet Business]]></category>
		<category><![CDATA[PLR Membership]]></category>

		<guid isPermaLink="false">http://www.abelcheng.com/?p=207</guid>
		<description><![CDATA[Instead of using free PLR content that everybody can have access to, you can go for a PLR membership. After paying a fee for such a service you are allowed to download PLR article packs periodically. The fee for the membership is either a one-time payment or a subscription that will guarantee access for a [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Instead of using free PLR content that everybody can have access to, you can go for a PLR membership. After paying a fee for such a service you are allowed to download PLR article packs periodically. The fee for the membership is either a one-time payment or a subscription that will guarantee access for a limited period of time. However, PLR articles represent only one aspect of the membership. On some Web sites you are also given graphic packs, templates, headers, icons and other elements that are useful when creating your website.</p>
<p><span id="more-207"></span>It is best to obtain a PLR membership on an exclusive Web site. This assures that the articles that you purchase are not used by thousands other people. And even so, you are highly recommended to alter the content. By modifying the PLR articles, even slightly, you make sure that there is a difference between your content and the one of the other subscribers.</p>
<h3>Before Subscribing to a PLR Membership, Do This</h3>
<p>You need to pay attention before subscribing to a PLR membership. In particular, you have to verify that the provided quality meets your requirements. This means that the PLR articles should be grammatically correct and attractive. The graphical banners and the other PLR content will also be used for attracting customers, so it needs to meet high standards, as well.</p>
<p>Another risk that you may have to take is that the PLR content might not be that fresh. In order to find this out, you need to spend more time doing some research.  It is very important to know whether the PLR content gets renewed and if so, how often. Before paying for the subscription, make sure that the PLR content is not recycled instead of renewed. This could cause your business to fall behind.</p>
<h3>Are You Ready for Recurring Fees?</h3>
<p>The major downside of a PLR membership site is exactly its admission criterion – the fee that needs to be paid periodically. In most of the cases, however, becoming a member on such a website is cost effective, as the PLR content that is provided will bring you more customers and hence, more profit. Besides that, you have to make sure that you <em>take advantage</em> of your membership for the entire period that you subscribed for.</p>
<h3>Read the Fineprint</h3>
<p>Unlike free PLR articles, the content that comes with a PLR membership may have some restrictions. For example, you may not be allowed to resell the articles, e-books, graphical design elements and other content that you receive as part of the membership. More than that, some PLR content distribution Web sites may also deny altering the articles. This is acceptable only if the articles are given away to a very small number of customers.</p>
<p>Once you make sure that the quality is good and that you do not have to pay a fortune for being a member, you are actually recommended to join a PLR Web site. Provided that fresh content is provided periodically, you will be able to renew your blogs and Web sites, fact that will surely be appreciated by your customers.</p>
<p class="note">For high quality PLR articles without the hefty membership fees, visit <a href="http://www.reliableplr.com/" target="_blank">ReliablePLR.com</a>. You only pay for what you need.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abelcheng.com/plr-membership-the-good-the-bad-and-the-ugly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Path to Freedom</title>
		<link>http://www.abelcheng.com/the-path-to-freedom/</link>
		<comments>http://www.abelcheng.com/the-path-to-freedom/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 03:11:15 +0000</pubDate>
		<dc:creator>Abel Cheng</dc:creator>
				<category><![CDATA[Self Improvement]]></category>
		<category><![CDATA[Formula For Success]]></category>

		<guid isPermaLink="false">http://www.abelcheng.com/?p=200</guid>
		<description><![CDATA[On the last day of my recent trip to Thailand last week, we were looking for a place to have breakfast. It was not easy to find something light to fill the stomach as the only things they serve are very complete. Such as noodles, pasta, or rice.
Finally we settled at one of the cafes. [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>On the last day of my recent trip to Thailand last week, we were looking for a place to have breakfast. It was not easy to find something light to fill the stomach as the only things they serve are very complete. Such as noodles, pasta, or rice.</p>
<p>Finally we settled at one of the cafes. While waiting for the food, I looked around the café. One poster struck me. And the title was <em>22 Suggestions for Success</em>. The word “success” was too big to miss.</p>
<p>I thought to myself: <em>“This is weird. What has a success poster got to do with a restaurant?” </em></p>
<p>I made a quick scan at the poster and the content struck a chord in me. I felt that what it said in the poster was so true. And I believe everybody must have it as a manual for happy and meaningful life.</p>
<p>(While you read to the end of it, you will find the answer to my question above.)</p>
<p>Though you may find it humorous, the poster carries an extremely important message and reminder to all of us.</p>
<p>It sums up pretty well what really matters in our lives during our stay here on this planet… of course, except the last point.</p>
<p>Take a look at the poster.</p>
<p><img class="aligncenter size-full wp-image-201" title="Formula for Success" src="http://www.abelcheng.com/wp-content/uploads/2009/09/Formula-for-Success.jpg" alt="Formula for Success" width="500" height="901" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.abelcheng.com/the-path-to-freedom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Books that changed my life</title>
		<link>http://www.abelcheng.com/books-that-changed-my-life/</link>
		<comments>http://www.abelcheng.com/books-that-changed-my-life/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 02:53:00 +0000</pubDate>
		<dc:creator>Abel Cheng</dc:creator>
				<category><![CDATA[Self Improvement]]></category>
		<category><![CDATA[Wealth Mindset]]></category>

		<guid isPermaLink="false">http://www.abelcheng.com/?p=194</guid>
		<description><![CDATA[One of the best investments you can make is knowledge. By picking up some books you can change your life like never before. Therefore making reading as part of your habit is very important.
I’d like to share with you here some of the books that have played a role in shaping my thinking and ultimately [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>One of the best investments you can make is knowledge. By picking up some books you can change your life like never before. Therefore making reading as part of your habit is very important.</p>
<p><span id="more-194"></span>I’d like to share with you here some of the books that have played a role in shaping my thinking and ultimately have changed my life forever.</p>
<ol>
<li><strong><em><a href="http://www.amazon.com/gp/product/0671027034/?tag=financiallyri-20">How      to win friends and influence people</a></em></strong>. (or <a href="http://www.amazon.com/How-Win-Friends-Influence-People/dp/0671027034/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1252636586&amp;sr=8-1">direct      link</a>) By Dale Carnegie. In fact, get your hand on as many books as      possible by Dale, they are gems.</li>
<li><strong><em><a href="http://www.amazon.com/gp/product/0307353133/?tag=financiallyri-20">The      4-hour work week</a></em></strong>. (or <a href="http://www.amazon.com/4-Hour-Workweek-Escape-Live-Anywhere/dp/0307353133/ref=sr_1_2?ie=UTF8&amp;s=books&amp;qid=1252636628&amp;sr=1-2">direct      link</a>) By Timothy Ferriss.</li>
<li><strong><em><a href="http://www.amazon.com/gp/product/0446677450/?tag=financiallyri-20">Rich      dad poor dad</a></em></strong>. (or <a href="http://www.amazon.com/Rich-Dad-Poor-Money-That-Middle/dp/0446677450/ref=sr_1_2?ie=UTF8&amp;s=books&amp;qid=1252636670&amp;sr=1-2">direct      link</a>) By Robert Kiyosaki. The best from Robert. However I notice      subsequent books by the same author have deteriorated in quality over the      years.</li>
<li><strong><em><a href="http://www.harrybrowne.org/">The secret of selling anything</a></em></strong>. By      Harry Browne. Despite the low price, it’s the best book I have ever read      about selling.</li>
<li><strong><em><a href="http://www.amazon.com/gp/product/1558747524/?tag=financiallyri-20">The      power of focus</a></em></strong>. (or <a href="http://www.amazon.com/Power-Focus-Greatest-Achievers-Financial/dp/1558747524/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1252636718&amp;sr=1-1">direct      link</a>) By Jack Canfield, Mark Victor Hansen, and Les Hewitt.</li>
<li><strong><em><a href="http://www.amazon.com/gp/product/0743201140/?tag=financiallyri-20">Now,      discover your strengths</a></em></strong>. (or <a href="http://www.amazon.com/Discover-Your-Strengths-Marcus-Buckingham/dp/0743201140/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1252636765&amp;sr=1-1">direct      link</a>) By Marcus Buckingham and Donald O. Clifton.</li>
<li><strong><em><a href="http://www.amazon.com/gp/product/007141094/?tag=financiallyri-20">A      technique for producing ideas</a></em></strong>. (or <a href="http://www.amazon.com/Technique-Producing-Advertising-Classics-Library/dp/0071410945/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1252636802&amp;sr=1-1">direct      link</a>) By James Webb Young.</li>
<li><strong><em><a href="http://www.amazon.com/gp/product/1564147428/?tag=financiallyri-20">Secrets      of power persuasion for salespeople</a></em></strong>. (or <a href="http://www.amazon.com/Secrets-Power-Persuasion-Roger-Dawson/dp/1564147428/ref=sr_1_2?ie=UTF8&amp;s=books&amp;qid=1252636996&amp;sr=1-2">direct      link</a>) By Roger Dawson. Not only for salespeople but for everyone who      needs to get something for something. Powerful techniques are found in      this book.</li>
</ol>
<p>The list by no means ends here. Feel free to explore other books while you read the titles above. Who knows you might discover other powerful books as well.</p>
<p>Happy reading!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abelcheng.com/books-that-changed-my-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Web Tracking Software That&#8217;s Easy to Use</title>
		<link>http://www.abelcheng.com/best-tracking-software-thats-easy-to-use/</link>
		<comments>http://www.abelcheng.com/best-tracking-software-thats-easy-to-use/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 04:10:10 +0000</pubDate>
		<dc:creator>Abel Cheng</dc:creator>
				<category><![CDATA[Internet Business]]></category>
		<category><![CDATA[Internet Tools]]></category>
		<category><![CDATA[Product Reviews]]></category>
		<category><![CDATA[tracking software]]></category>
		<category><![CDATA[tracking tool]]></category>

		<guid isPermaLink="false">http://www.abelcheng.com/?p=184</guid>
		<description><![CDATA[When I asked around, there was a unanimous answer that Google Analytics is the best web tracking software. And what else do you ask for when the service is free.
But I beg to differ.
Though I have installed it on almost all of my sites, I still find Google Analytics lacks something I really want. (Maybe [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>When I asked around, there was a unanimous answer that Google Analytics is the best web tracking software. And what else do you ask for when the service is free.</p>
<p>But I beg to differ.</p>
<p><span id="more-184"></span>Though I have installed it on almost all of my sites, I still find Google Analytics lacks something I really want. (Maybe it’s there but I find it hard locating it) I also find out that GA’s interface was not friendly enough and it has too many levels of drill downs – if I want to get more details on something.</p>
<p>That prompted me to embark on the journey to search for another web tracking software that can provide what I need… be it free or paid.</p>
<h3>What is web tracking software?</h3>
<p>Generally, web tracking software can achieve many things. It keeps track of traffic (how much and from where it come from) and visitors (their demographics). Some require you to install on your server, while others host the software for you.</p>
<h3>The most critical feature for marketers</h3>
<p>As a marketer the most useful feature a tracking software can provide is the conversion tracking and its corresponding source of traffic features. In other words, I want to find out what traffic converts best and where it comes from. With such stats, I can find out which source of traffic is most profitable.</p>
<p>(Of course, other information is useful as well such as keyword phrases visitors used to find your site, referral URLs, and so on.)</p>
<p>I have been searching for tracking software that gives me this feature but after investigating some of the more popular ones, I was disappointed to find out that most of them do not offer what I want.</p>
<p>The good thing about most tracking software is you can check out their live demo version before subscribing to it. Better still, you can try it out as many offer a trial period of two weeks to a month.</p>
<h3>Here’s what I found</h3>
<p>One day, while reading my emails in Gmail, one ad stood out. It was about a web tracking service called Web-Stat. To be frank, I hardly click on ads in Gmail but this ad got my attention and I decided to find out more.</p>
<p>After playing around with the live demo, the software looked like what I was looking for. I gave it a try by installing it on my site as I wanted to further confirm the features it could offer. Sure enough, Web-Stat has the feature I was looking for: conversion rate and its corresponding traffic source. This is what I am looking for besides other features like live stats.</p>
<p>Web-Stat has since got me as a new client. When the trial period expired, I gladly signed up for the service. I took up Web-Stat Premium which costs me $9.50 a month.</p>
<p>Another handsome feature that is included in the package is its watchdog feature. It will monitor your site if it is up and will send an email alert to you when your site is down. This enables you to know how reliable your webhost is.</p>
<p>A limitation that you must be aware of before using Web-Stat is – though you can do so – it’s not advisable to use it on more than a site as it can mix up your stats of different sites. But this is not a big problem as the fees are affordable enough for you to install one for each site.</p>
<p>To start tracking, it’s very easy. All you need to do is to install a piece of code (tailored to your account) on all the web pages you want to track. And the software will do the rest for you. To check stats, you just need to log in to its member page and all the information and stats are at your finger tips.</p>
<p>I like its no-frill interface. Web-Stat’s report layout is simple and easy to navigate. You can get the info with one or two mouse clicks. Personally, I find this more user-friendly than Google Analytics.</p>
<h3>My final words…</h3>
<p>I have been using Web-Stat for a few months now and do I recommend it? My answer is yes. In fact, I am very satisfied with the software and I have no regrets using it. The customer service is excellent too.</p>
<p>I don’t encourage you to sign up for the paid version without trying as you might not know if this is the one you need. To get a better understating of what Web-Stat can offer, there is no better way to do this than visiting the live demo. Or if you wish, you can take advantage of the 30-day trial.</p>
<p>For live demo, trial, or more info about Web Stat, goto:</p>
<p style="text-align: center;"><strong><a href="http://www.abelcheng.com/webstat">http://www.abelcheng.com/webstat</a> (my affiliate link)</strong></p>
<p style="text-align: center;"><strong>OR<br />
</strong></p>
<p style="text-align: center;"><strong><a href="http://www.web-stat.com">http://www.web-stat.com</a> (the “naked” link)</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.abelcheng.com/best-tracking-software-thats-easy-to-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My product was sold illegally in forum</title>
		<link>http://www.abelcheng.com/my-product-was-sold-illegally-in-forum/</link>
		<comments>http://www.abelcheng.com/my-product-was-sold-illegally-in-forum/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 08:19:46 +0000</pubDate>
		<dc:creator>Abel Cheng</dc:creator>
				<category><![CDATA[Business Building]]></category>
		<category><![CDATA[Fraud and Security]]></category>
		<category><![CDATA[Internet Business]]></category>
		<category><![CDATA[Making Money]]></category>
		<category><![CDATA[Fraud]]></category>
		<category><![CDATA[Internet Piracy]]></category>

		<guid isPermaLink="false">http://www.abelcheng.com/?p=168</guid>
		<description><![CDATA[Just yesterday, I noticed one of the members in a popular Webmaster forum, Digital Point, selling one PLR pack which looked exactly like the one I am selling here: Forex PLR Product Review Articles.
The title of the thread caught my attention as it was exactly the same to mine. Upon further investigation, the individual articles [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Just yesterday, I noticed one of the members in a popular Webmaster forum, <a href="http://forums.digitalpoint.com/" target="_blank">Digital Point</a>, selling one PLR pack which looked exactly like the one I am selling here: <a href="http://www.reliableplr.com/forex-plr-product-review-pack/" target="_blank">Forex PLR Product Review Articles</a>.</p>
<p><span id="more-168"></span>The title of the thread caught my attention as it was exactly the same to mine. Upon further investigation, the individual articles in the pack again bearing very close titles. What was even more amusing was the number of words for each article was a few words different!</p>
<p><img class="aligncenter size-full wp-image-169" title="Thread on DP" src="http://www.abelcheng.com/wp-content/uploads/2009/08/Pirate-found-on-DP.gif" alt="Thread on DP" width="500" height="253" /></p>
<p>What a coincidence!</p>
<p>I thought he was one of my affiliates. But the payment page told me otherwise. The payment goes directly to his Paypal account.</p>
<p>As I stated clearly in my <em>Terms of Use</em> that no one can sell any pack they bought from ReliablePLR.com as it is. In short, they can’t sell the PLR articles with the same private label rights to third party &#8211; regardless of whether they have or have not rewritten the articles. ReliablePLR.com is the <em>ONLY</em> place where I offer all my PLR articles. If you get it from anywhere else, you have been cheated and you are having a pirated copy.</p>
<p>(<strong>Note: </strong>Having said that, if you got any pack from somewhere else, you can report to me stating where you got the pack from and I will reward you with another PLR pack of your choice for free.)</p>
<h3>What I did to handle this tricky situation</h3>
<p>Sensing something was amiss, my first reaction was to post to the thread to warn the member of the infringement of Terms of Use of his purchase. And I further warned prospective buyers to be more alert and they might end up buying a pirated copy of the product.</p>
<p>To take it one step further, I notified the Admin of DP of this “scammy” thread and I hoped that they would take action to maintain the integrity of the Forum.</p>
<p>And when I did that, I didn’t know how effective it would be and what kind of action they would take. I just did what I needed to do.</p>
<p>A few hours later, the member replied in the thread: <em></em></p>
<blockquote><p>“These are rewritted articles. Thanks for your concern.”</p></blockquote>
<p>These were the exact wordings from him.</p>
<p>I retaliated by saying that the package looked very much the exact copy to mine. Even had he rewritten the articles, and as stated in my Terms of Use, he <em>had no rights whatsoever</em> to resell the articles. I further strongly urged him not to sell this package until the case is cleared and I challenged him, in order to prove his innocence, he should send me his articles for verification.</p>
<p>Surprisingly, he replied and sent a two-paragraph of one article to my Private Message inbox. Do you think I am convinced? Of course not! Two paragraphs out of 10 articles don’t mean a thing!</p>
<h3>The cost of an unscrupulous act</h3>
<p>While I was trying to cool off and think of ways on how to handle this situation, I checked back again the thread and the PM sent by the member.</p>
<p>But to my surprise, I was greeted with an error message:</p>
<blockquote><p>Invalid Thread specified. If you followed a valid link, please notify the administrator</p></blockquote>
<p>I further looked for the member’s member page and again I was greeted with the same message. Only then it dawned on me that the Admin could have deleted the username and all his posts from DP.</p>
<p>Fortunately for me as some form of action is taken by DP to maintain the integrity of the forum as it doesn’t take long for one to notice that there are many hanky-panky activities going on there. Things look different after DP has implemented its new forum rules recently and I am happy for them.</p>
<h3>Now why am I telling you this unhappy incident?</h3>
<p>The objectives are two folds.</p>
<p>The first one is to tell you that taking a shortcut is not a smart thing to do. You might let off the hook for some time but eventually you will be caught and the price is too much to pay when you are caught. Also, the reputation you have been building so far goes down the drain in split seconds. This is what exactly happened to this member. Ironically he has actually accumulated more reputation points than I have on DP (don’t ask me how he did that!).</p>
<p>When you build your business without integrity, you are always on the run… trying to avoid being caught and change your name to hide your real identity. After a while, you get tired of doing all this running and hiding… which is to me a total waste of time and a silly thing to do.</p>
<h3>Here’s what you can do if this happens to you</h3>
<p>Secondly, if you are a product owner, there are certain things you can do to stop piracy. <em></em></p>
<p><em>Monitoring</em> what people do and say is one of them. Now you may ask this: <em>How on earth do I come to find out this “scammy” forum thread out of millions of new web pages created everyday?</em></p>
<p>There’s one little free tool that I use to track what’s going on on the web and it sends me email alerts whenever someone mentions certain words. <a href="http://www.google.com/alerts">Google Alerts</a> is what I am talking about. It’s a simple but powerful tool. A real time saver I must say. I received a Google Alert for this post with keywords “Forex PLR.” You may want to try Google Alerts out if you have not done so.</p>
<p>Then, informing the person of authority (in this case Forum Admin) is the next step to keep piracy at bay.</p>
<p>I am not sure why someone would do this. Maybe I should take it as a compliment as that also shows that my PLR pack is excellent and above par… if I want to look at it from that angle.</p>
<p>I understand that we can’t prevent this 100% but some effort must be carried out to stop this nonsense from spreading as I feel that it’s our responsibility to safeguard our intellectual property and business assets.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abelcheng.com/my-product-was-sold-illegally-in-forum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
