<?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>msafi.com &#187; Geeky Tips</title>
	<atom:link href="http://msafi.com/tag/geeky-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://msafi.com</link>
	<description>The friendly blog of MK Safi</description>
	<lastBuildDate>Wed, 28 Jul 2010 22:16:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Change Google Analytics Default View from &#8220;Month&#8221; to &#8220;Day&#8221;</title>
		<link>http://msafi.com/open-google-analytics-default-view-from-month-to-day/</link>
		<comments>http://msafi.com/open-google-analytics-default-view-from-month-to-day/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 19:03:47 +0000</pubDate>
		<dc:creator>MK</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Geeky Tips]]></category>
		<category><![CDATA[Webmastery]]></category>

		<guid isPermaLink="false">http://msafi.com/?p=863</guid>
		<description><![CDATA[So, you&#8217;re watching your website&#8217;s stats like a hawk. You visit Google Analytics page every day (I hope not every few hours!) to check how the day went. The annoying thing is that you always have to tell Google Analytics to show you the stats for the day and not for the entire month. In [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-864 alignright noborder" title="google_anal" src="http://msafi.com/home5/mohamme3/public_html/msaficom/wp-content/uploads/2010/02/google_anal.png" alt="" width="300" height="225" />So, you&#8217;re watching your website&#8217;s stats like a hawk. You visit Google Analytics page every day (I hope not every few hours!) to check how the day went. The annoying thing is that you always have to tell Google Analytics to show you the stats for the day and not for the entire month.</p>
<p>In this post, I will show you a quick and easy way to open Google Analytics page directly to the day view rather than the month view.</p>
<p><span id="more-863"></span>There are a couple of ways to open Google Analytics. Some webmasters, who have multiple websites, like to access the <em>overview</em> page at:</p>
<p><code>https://www.google.com/analytics/settings/home</code></p>
<p>On that page you get a snapshot of the activity on all of your websites. From there, you can click &#8220;View report&#8221; to open the report for the specific website.</p>
<p>Other webmasters like to open the website report view directly.</p>
<p>I personally use the overview page, so I have bookmarked the link above. But every time I open the URL, it defaults to the month view. To open the page to a certain date view, you have to bookmark a URL like this:</p>
<p><code>https://www.google.com/analytics/settings/home#dates=20100207-20100207</code></p>
<p>Notice the difference in this URL? There&#8217;s a &#8220;dates&#8221; range. 20100207 is simply 2010/02/07. I obviously can&#8217;t just bookmark this URL because it&#8217;ll always open the 7th of Feb &#8217;10 view.</p>
<p>What if it were possible to create a bookmark with a URL that updates itself everyday? Sounds nifty, ha? Well, it turns out to be quite simple. It just needs a little bit of JavaScript code. I put it in this bookmarklet (<a href="http://en.wikipedia.org/wiki/Bookmarklet" target="_blank">?</a>):</p>
<p><strong><a href="javascript:%20function%20formatNum(num){%20var%20mynum%20=%20num%20*%201;%20var%20retVal%20=%20mynum&lt;10?'0':'';%20return%20(retVal%20+%20mynum);%20}%20myDate%20=%20new%20Date();%20myDateX%20=%20myDate.getDate();%20myDate.setDate(myDateX-1);%20myYear%20=%20myDate.getFullYear();%20myMonth%20=%20formatNum(myDate.getMonth()%20+%201);%20myDay%20=%20formatNum(myDate.getDate());%20myDate%20=%20myYear%20+%20myMonth%20+%20myDay;%20location.href%20=%20'https://www.google.com/analytics/settings/home#sort=&amp;dates='%20+%20myDate%20+%20'-'%20+%20myDate;">Google Analytics Day View Bookmarklet</a></strong></p>
<p>Simply drag the link above to your bookmarks toolbar/folder, and whenever you want to open  Google Analytics, you simply click on it. The bookmarklet  will automatically set the &#8220;dates&#8221; range to yesterday (since Google  Analytics is 24 hours late). It will open the overview page with the date set to yesterdays, and from there you can click on View report and it&#8217;ll open the report for yesterday (not the month)!</p>
<p><em>Note: you have to be logged in to your Google account for this to work.</em></p>
<p>That&#8217;s it. You&#8217;re done.</p>
<p>If you want me to create another bookmarklet to open the report view directly at single day view, post your request in the comments.</p>
<p>And as always, if you have a question, comment, or suggestion, I&#8217;d love to hear them!</p>
<p>Enjoy!</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://msafi.com/open-google-analytics-default-view-from-month-to-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reduce Firefox Memory Consumption by Restricting Add-ons</title>
		<link>http://msafi.com/reduce-firefox-memory-consumption-by-restricting-add-ons/</link>
		<comments>http://msafi.com/reduce-firefox-memory-consumption-by-restricting-add-ons/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 09:56:33 +0000</pubDate>
		<dc:creator>MK</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Geeky Tips]]></category>

		<guid isPermaLink="false">http://msafi.com/?p=698</guid>
		<description><![CDATA[Many Firefox users complain about the massive memory resources that Firefox requires to run. But this is not Firefox&#8217;s fault, bad add-ons cause this behavior. To mitigate this problem, you simply need to be careful when installing new add-ons. So, exercise caution when installing new add-ons in the future, and for now do this: Uninstall [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-703 noborder" title="logo-collections-100x125" src="http://msafi.com/home5/mohamme3/public_html/msaficom/wp-content/uploads/2009/12/logo-collections-100x125.png" alt="" width="100" height="125" />Many Firefox users complain about the massive memory resources that Firefox requires to run. But this is not Firefox&#8217;s fault, bad add-ons cause this behavior. To mitigate this problem, you simply need to be careful when installing new add-ons.</p>
<p>So, exercise caution when installing new add-ons in the future, and for now do this:<span id="more-698"></span></p>
<h3>Uninstall Unused Add-ons</h3>
<p>You might have installed an add-on because you thought you&#8217;d need it. After a few days, you stopped using it/needing it. And now it just loads and consumes memory every time you launch and use Firefox.</p>
<p>Go to <em>Tools</em> then <em>Add-ons</em> to see a list of your installed add-ons. If you see add-ons that you installed but never used, uninstall them.</p>
<h3>Disable Rarely-Used Add-ons</h3>
<p>And there&#8217;s another class of add-ons. Those that you actually use, but only very occasionally. Keep these, but disable them, so that they don&#8217;t cost you memory and performance.</p>
<p>Go to your add-ons list again, scroll through the list to see which add-ons can be disabled without affecting your daily browsing. I bet you&#8217;ll find plenty.</p>
<p>Disable them and restart Firefox. When you need one of these add-ons for the occasional task, simply open the add-ons list again, activate the add-on, and restart Firefox.</p>
<p>I know, it&#8217;s not as convenient as having the add-on constantly enabled, but if you&#8217;re suffering from poor performance, this will help a lot.</p>
<p>Now you have a leaner, meaner Firefox that works just like before.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://msafi.com/reduce-firefox-memory-consumption-by-restricting-add-ons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatically Create and Cloak Amazon Affiliate Links in WordPress</title>
		<link>http://msafi.com/automatically-create-and-cloak-amazon-affiliate-links-in-wordpress/</link>
		<comments>http://msafi.com/automatically-create-and-cloak-amazon-affiliate-links-in-wordpress/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 15:42:33 +0000</pubDate>
		<dc:creator>MK</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Affiliate Links]]></category>
		<category><![CDATA[Geeky Tips]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Link Cloaking]]></category>
		<category><![CDATA[Redirection]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://msafi.com/?p=677</guid>
		<description><![CDATA[I have written an article earlier on how to generally cloak and organize affiliate links in WordPress. But in this article I will show you how to setup your WordPress system so that you can easily create and cloak Amazon affiliate links on the fly. The end results will be something like this. To link [...]


Related posts:<ol><li><a href='http://msafi.com/create-and-cloak-affiliate-links-in-wordpress/' rel='bookmark' title='Permanent Link: Best Way to Organize and Cloak Affiliate Links in WordPress'>Best Way to Organize and Cloak Affiliate Links in WordPress</a></li>
<li><a href='http://msafi.com/turn-keywords-into-links-with-word-2-cash/' rel='bookmark' title='Permanent Link: Turn Keywords into Links with Word 2 Cash'>Turn Keywords into Links with Word 2 Cash</a></li>
<li><a href='http://msafi.com/squeezing-the-seo-juice-out-of-your-affiliates/' rel='bookmark' title='Permanent Link: Squeezing the SEO Juice Out of Your Affiliates'>Squeezing the SEO Juice Out of Your Affiliates</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-681" title="amazon-associates-links" src="http://msafi.com/home5/mohamme3/public_html/msaficom/wp-content/uploads/2009/12/amazon-associates-links.jpg" alt="" width="200" height="59" />I have written an article earlier on how to generally <a href="http://msafi.com/create-and-cloak-affiliate-links-in-wordpress/">cloak and organize affiliate links in WordPress</a>. But in this article I will show you how to setup your WordPress system so that you can easily create and cloak Amazon affiliate links on the fly.</p>
<p>The end results will be something like this. To link to an Amazon product, you would simply put</p>
<p><span style="background-color: #ffffcc;">http://yourdomainname.com/amazon/[ASIN]</span></p>
<p>And this unique link of yours would forward to Amazon&#8217;s product and credit you for any sales. As you should&#8217;ve guessed, to link to a different product in Amazon&#8217;s catalog, you just change the <a href="http://en.wikipedia.org/wiki/Amazon_Standard_Identification_Number">ASIN</a> number in the link above.</p>
<p>This should make it very convenient for you not only to link to Amazon, but also cloak your links effectively.</p>
<p>So, let me show you how to set this up&#8230;</p>
<p><span id="more-677"></span></p>
<p>First, you need to <a href="http://wordpress.org/extend/plugins/redirection/installation/">install</a> the plugin <a href="http://wordpress.org/extend/plugins/redirection/">Redirection</a>. Through this plugin, you can setup automatic URL redirects.</p>
<p>Now, in your WordPress admin area, go to &#8220;Tools&#8221; and then &#8220;Redirection&#8221;.</p>
<p>You&#8217;ll see a section with the heading <strong>Add new redirection</strong>. Enter the following values in the form below it:</p>
<ul>
<li>In Source URL, enter <span style="background-color: #ffffcc;">/amazon/([^/]*)</span></li>
<li>In Target URL, enter <span style="background-color: #ffffcc;">http://www.amazon.com/dp/$1/[Your Amazon Associate ID]</span></li>
<li>Make sure that you check the box that says <em>Regular Expression</em></li>
<li>Click save, and you&#8217;re done!</li>
</ul>
<p>Now, your blog will automatically direct visitors to Amazon products. All you have to do is supply the ASIN number like in the example above.</p>
<p>If you want more details or if you want to know how to do the same for your ClickBank links, check out my <a href="http://msafi.com/create-and-cloak-affiliate-links-in-wordpress/">earlier article</a>.</p>
<p>If you have any questions or if anything isn&#8217;t clear, feel free to ask in the comments.</p>
<p>I may create a WordPress plugin to make this even easier. Stay tuned for that.</p>


<p>Related posts:<ol><li><a href='http://msafi.com/create-and-cloak-affiliate-links-in-wordpress/' rel='bookmark' title='Permanent Link: Best Way to Organize and Cloak Affiliate Links in WordPress'>Best Way to Organize and Cloak Affiliate Links in WordPress</a></li>
<li><a href='http://msafi.com/turn-keywords-into-links-with-word-2-cash/' rel='bookmark' title='Permanent Link: Turn Keywords into Links with Word 2 Cash'>Turn Keywords into Links with Word 2 Cash</a></li>
<li><a href='http://msafi.com/squeezing-the-seo-juice-out-of-your-affiliates/' rel='bookmark' title='Permanent Link: Squeezing the SEO Juice Out of Your Affiliates'>Squeezing the SEO Juice Out of Your Affiliates</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://msafi.com/automatically-create-and-cloak-amazon-affiliate-links-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Mouseless Browsing: Never Lift Your Fingers Off of the Keyboard Again!</title>
		<link>http://msafi.com/mouseless-browsing-never-lift-your-fingers-off-of-the-keyboard-again/</link>
		<comments>http://msafi.com/mouseless-browsing-never-lift-your-fingers-off-of-the-keyboard-again/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 11:19:04 +0000</pubDate>
		<dc:creator>MK</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Geeky Tips]]></category>
		<category><![CDATA[Mouseless Browsing]]></category>

		<guid isPermaLink="false">http://msafi.com/?p=320</guid>
		<description><![CDATA[We&#8217;ve all accepted the use of an external mouse as a necessary inconvenience to use a computer. But there are still those of us who always ask why, always look to optimize and always look for the most efficient ways to do things. You&#8217;re probably one of those people and that&#8217;s why you&#8217;re tired of [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_373" class="wp-caption alignleft" style="width: 210px"><img class="size-full wp-image-373" title="mouseless" src="http://msafi.com/home5/mohamme3/public_html/msaficom/wp-content/uploads/2009/11/mouseless.jpg" alt="Navigate and Use the Computer without a Mouse" width="200" height="131" /><p class="wp-caption-text">Navigate and Use the Computer without a Mouse</p></div></p>
<p>We&#8217;ve all accepted the use of an external mouse as a necessary inconvenience to use a computer. But there are still those of us who always <em>ask why</em>, always look to optimize and always look for the most efficient ways to do things. You&#8217;re probably one of those people and that&#8217;s why you&#8217;re tired of moving your hand back and forth between the home row and the mouse.</p>
<p>What if I told you that in the past 5 years, I&#8217;ve never had to lift my hands of off the keyboard. I used my computer, browsed and navigated entirely without a mouse&#8230;</p>
<p>No, I&#8217;m not a Linux commandline uber geek and I don&#8217;t memorize more keyboard shortcuts than an average user. I&#8217;m a normal Windows user and if <a href="http://www.mozilla.com/firefox/">Firefox</a> wasn&#8217;t way too cool, I&#8217;d use Internet Explorer. But I refuse to use a computer or work with a dirty mouse in my palm all day long.<span id="more-320"></span></p>
<h2>How desperate are people to exterminate mice?</h2>
<p>Hardware companies are trying every day to invent new ways for users to navigate, browse and use the computer. Microsoft created a fancy <a href="http://www.techcrunch.com/2007/05/29/microsoft-announces-surface-computer/">all screen PC</a>, Apple put a <a href="http://www.apple.com/magicmouse/">navigation pad on top of a mouse</a>, and countless other companies have <a href="http://www.combimouse.com/index.htm">invented</a> and <a href="http://www.futuremouse.com/">reinvented</a> the mouse in almost all imaginable ways. <a href="http://www.tlb.org/keyboardchop.html"></a></p>
<p><a href="http://www.tlb.org/keyboardchop.html">This dude</a> was too fed up with having to move his hand back and forth that he decided to saw off the numeric pad to reduce hand travel distance between the keyboard and mouse. Then you have popular geek blogs trying to <a href="http://gizmodo.com/5374224/the-future-of-mice-if-there-is-one">speculate the future of the mouse</a>, browsing, and computer navigation.</p>
<p><img class="alignright size-full wp-image-323" title="mindcontrol" src="http://msafi.com/home5/mohamme3/public_html/msaficom/wp-content/uploads/2009/11/mindcontrol.jpg" alt="mindcontrol" width="200" height="150" />The problem with all these attempted solutions is that they don&#8217;t resolve the real inconvenience of computer navigation: unnecessary physical movement.</p>
<p>Unlike with these inventions, the solution that I&#8217;m talking about</p>
<ul>
<li>doesn&#8217;t require you to move your hand away from the keyboard home row</li>
<li>it doesn&#8217;t require you to bend your wrist in awkward positions</li>
<li>and in fact it doesn&#8217;t require you to move any part of your arm as you switch from typing to browsing, or even to using Photoshop.</li>
</ul>
<p>It&#8217;s almost like you&#8217;re controlling the computer pointer telekinetically!</p>
<h2>So, what is this great mouseless computer navigation solution?</h2>
<p>Open your mind and shed your prejudice. This is the resurrection of an old promise that was tried and failed but was then perfected by one company.</p>
<p><div id="attachment_333" class="wp-caption alignright" style="width: 310px"><img class="size-full wp-image-333 " title="pointingstick" src="http://msafi.com/home5/mohamme3/public_html/msaficom/wp-content/uploads/2009/11/pointingstick1.gif" alt="xkcd.com" width="300" height="257" /><p class="wp-caption-text">xkcd.com</p></div></p>
<p>It is the best kept secret in mouseless computer usage. It&#8217;s the <a href="http://www.pc.ibm.com/ww/healthycomputing/trkpnt.html">IBM TrackPoint</a>.</p>
<p>The TrackPoint is a tricky device that&#8217;s surrounded by a lot of confusion:</p>
<ul>
<li>people don&#8217;t know what to call it</li>
<li>early, first generation pointing sticks were not nearly as great as they are now</li>
<li>the usability and the quality of the device vary greatly depending on the manufacturer</li>
<li>the default settings that the device ships with are usually not the best</li>
<li>it requires some getting used to</li>
<li>people think to use this device, you must buy an IBM/Lenovo ThinkPad laptop</li>
</ul>
<p>Let me clarify some of these points and <em>show you how this device can free you from ever needing to touch a mouse again!</em></p>
<h2>Not all pointing sticks are created equal</h2>
<p>The standard name for the device is <a href="http://en.wikipedia.org/wiki/Pointing_stick"><em>pointing stick</em></a>. It&#8217;s not TrackPoint. TrackPoint is the trade-marked name that IBM gave to their version of the pointing stick.</p>
<p>The earliest models of laptops featured pointing sticks as their navigation device. It was the intuitive navigation solution for laptops.</p>
<p>Today, HP, Dell, Toshiba, and other laptop manufacturers all make laptops with pointing sticks. However, there&#8217;s one important thing to keep in mind. These pointing sticks don&#8217;t compare to IBM&#8217;s TrackPoint. IBM&#8217;s version is far superior. If you want to browse, navigate and use your computer without a mouse, forget about those other pointing sticks. Get an IBM/Lenovo one. And remember, you don&#8217;t have to buy a ThinkPad laptop for that. I&#8217;ll show you how in a sec.</p>
<h2>The default settings for the TrackPoint usually suck</h2>
<p>The concept of the modern pointing stick is that you control the computer pointer with minuscule physical movement. But there is one important setting for the TrackPoint that is not usually set optimally.</p>
<p>It&#8217;s the lightness of the stick.</p>
<p>When set to <em>heavy</em> more pressure on the TrackPoint is required to move the pointer, and <em>light</em> has the opposite effect. It&#8217;s best to have this set to <em>lightest</em> setting possible. To further decrease the required pressure, in the mouse settings for Windows OS, you can adjust the <em>pointer speed</em> under <em>Motion</em> settings of the mouse. Set the selector to the <em>fastest</em> setting possible.</p>
<p>Both the TrackPoint and the operating system&#8217;s mouse settings can be found in the <em>Mouse</em> dialog of the <em>Control Panel</em> of <em>Windows OS</em>.</p>
<h2>Get used to the speed</h2>
<p>When the proper settings are applied, the TrackPoint will respond to the slightest pressure. It becomes <em>very </em>sensitive. Some people with heavy fingers aren&#8217;t comfortable with this setting, but train yourself for a couple of minutes and you&#8217;ll get used to it.</p>
<h2>You can use the TrackPoint to browse any computer mouselessly</h2>
<p>I&#8217;m writing this post on a Sony VAIO, but I&#8217;m using the TrackPoint. How? <a href="http://msafi.com/visit/trackpoint/">This external keyboard</a>.</p>
<p style="text-align: center;">
<p><div id="attachment_368" class="wp-caption aligncenter" style="width: 560px"><a href="http://msafi.com/visit/trackpoint/"><img class="size-full wp-image-368 " title="trackpoint" src="http://msafi.com/home5/mohamme3/public_html/msaficom/wp-content/uploads/2009/11/trackpoint.jpg" alt="ThinkPad UltraNav Keyboard" width="550" height="171" /></a><p class="wp-caption-text">ThinkPad UltraNav Keyboard</p></div></p>
<p>This newly released ThinkPad keyboard is based on ThinkPad&#8217;s latest and greatest laptop, the T400s. It&#8217;s very slim, yet sturdy.</p>
<p>This is an all in one computer browsing solution. It solves all the inconveniences of using an external mouse. Believe me, if you start using the TrackPoint, you&#8217;ll become a fan for life.</p>
<p>You can read more about the features and benefits of this device on <a href="http://msafi.com/visit/trackpoint/">Lenovo.com&#8217;s product page</a>.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://msafi.com/mouseless-browsing-never-lift-your-fingers-off-of-the-keyboard-again/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Best Way to Organize and Cloak Affiliate Links in WordPress</title>
		<link>http://msafi.com/create-and-cloak-affiliate-links-in-wordpress/</link>
		<comments>http://msafi.com/create-and-cloak-affiliate-links-in-wordpress/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 00:09:17 +0000</pubDate>
		<dc:creator>MK</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Affiliate Links]]></category>
		<category><![CDATA[ClickBank]]></category>
		<category><![CDATA[Geeky Tips]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Link Cloaking]]></category>
		<category><![CDATA[Redirection]]></category>
		<category><![CDATA[Robots.txt]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://msafi.com/?p=205</guid>
		<description><![CDATA[If you currently have or plan to have plenty of affiliate links on your WordPress based website, you should have a way to easily track and manage these affiliate links. You want to know how many clicks each link received and you want to be able to edit and change the affiliate link without having [...]


Related posts:<ol><li><a href='http://msafi.com/automatically-create-and-cloak-amazon-affiliate-links-in-wordpress/' rel='bookmark' title='Permanent Link: Automatically Create and Cloak Amazon Affiliate Links in WordPress'>Automatically Create and Cloak Amazon Affiliate Links in WordPress</a></li>
<li><a href='http://msafi.com/squeezing-the-seo-juice-out-of-your-affiliates/' rel='bookmark' title='Permanent Link: Squeezing the SEO Juice Out of Your Affiliates'>Squeezing the SEO Juice Out of Your Affiliates</a></li>
<li><a href='http://msafi.com/great-networks-for-software-affiliates-and-vendors/' rel='bookmark' title='Permanent Link: Great Networks for Software Affiliates and Vendors'>Great Networks for Software Affiliates and Vendors</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-363 noborder" title="organizelinks" src="http://msafi.com/home5/mohamme3/public_html/msaficom/wp-content/uploads/2009/10/organizelinks.gif" alt="organizelinks" width="200" height="146" /></p>
<p>If you currently have or plan to have plenty of affiliate links on your WordPress based website, you should have a way to easily track and manage these affiliate links. You want to know how many clicks each link received and you want to be able to edit and change the affiliate link without having to revisit and change old content.</p>
<p>And to keep your website clean and organized in the eyes of search engines, there are a few things that will need tweaking.</p>
<p>Here&#8217;s how I create, manage and cloak my affiliate links.<span id="more-205"></span></p>
<h2 style="text-align: left;">Using Redirection</h2>
<p><a href="http://wordpress.org/extend/plugins/redirection/">Redirection</a> is a WordPress plugin that is made by <a href="http://urbangiraffe.com/">John Godley</a>, who works for <a href="http://www.automattic.com">Automattic</a>, the company behind WordPress. Redirection helps you manage your blog URLs. Using Redirection, you could create a link like <span style="background-color: #fff9dc;">http://msafi.com/gotogoogle/</span> and set that link to forward to <span style="background-color: #fff9dc;">http://google.com</span>. Similarly, you could put all your affiliate forwarders in a virtual directory like:</p>
<ul>
<li>http://msafi.com/affiliate/product1/</li>
<li>http://msafi.com/affiliate/product2/</li>
<li>http://msafi.com/affiliate/product3/</li>
<li>and so on&#8230;</li>
</ul>
<p>Most people don&#8217;t use <span style="background-color: #fff9dc;"><em>affiliate</em></span> for the directory name, though. They use <em><span style="background-color: #fff9dc;">goto</span> </em>or <span style="background-color: #fff9dc;"><em>visit</em></span>. Or like on this website, I simply use <em><span style="background-color: #fff9dc;">a</span>.</em></p>
<p>Redirection also allows you to group related URL redirections together. So, you could create a group, name it Affiliate Links and put all your affiliate links there.</p>
<h2>Create an affiliate link in Redirection</h2>
<p>Once you have Redirection installed</p>
<ol>
<li>Click on <span style="background-color: #fff9dc;">Groups</span> in the top left corner</li>
<li>At the bottom of the page, you&#8217;ll see <span style="background-color: #fff9dc;">Add Group</span>. Enter <span style="background-color: #fff9dc;">Affiliate Links</span> in the textbox, and click <span style="background-color: #fff9dc;">Add</span>.</li>
<li>Click on your newly added group, <span style="background-color: #fff9dc;">Affiliate Links</span></li>
<li>In the source URL, put something like <span style="background-color: #fff9dc;"> </span><span style="background-color: #fff9dc;"> </span><span style="background-color: #fff9dc;">/visit/product-xyz/</span> (don&#8217;t include your domain name, <em>http://ursite.com</em>)</li>
<li>For <span style="background-color: #fff9dc;">Match</span>, select <span style="background-color: #fff9dc;">URL only</span></li>
<li>For <span style="background-color: #fff9dc;">Action</span>, select <span style="background-color: #fff9dc;">Redirect to URL</span></li>
<li>Leave <span style="background-color: #fff9dc;">Regular expression</span> unchecked</li>
<li>In <span style="background-color: #fff9dc;">Target URL</span>, put your affiliate link</li>
</ol>
<p>That&#8217;s it. You&#8217;ve added your first affiliate link to Redirection.</p>
<p>Now whenever you want to link to Product XYZ, use http://ursite.com/visit/product-xyz/. It&#8217;s even easier to remember.</p>
<p>Redirection also gives you the number of hits each link received. So, if you&#8217;re putting your links in relevant places and getting huge volumes of clicks but maybe no sales, you&#8217;ll know something is going on&#8230;</p>
<h2>Cool tip: get Redirection to automatically create ClickBank affiliate links for you!</h2>
<p>If you promote products for ClickBank, here&#8217;s a cool tip that you&#8217;ll find very useful.</p>
<p>All of ClickBank&#8217;s links have the following structure</p>
<p><code>http://<span style="color: #ff0000;"><strong>YourClickBankID</strong></span>.<span style="color: #0000ff;"><strong>VendorClickBankID</strong></span>.hop.clickbank.net</code></p>
<p>You can tell Redirection to automatically fill in the VendorClickBankID field for you based on a value that you provide in your URL. Like:</p>
<p><span style="background-color: #fff9dc;">http://ursite.com/cb/<strong>vendorx311</strong>/ </span></p>
<p>automatically redirects to</p>
<p><span style="background-color: #fff9dc;">http://yourClickBankID.<strong>vendorx311</strong>.hop.clickbank.net</span></p>
<p>and</p>
<p><span style="background-color: #fff9dc;">http://ursite.com/cb/<strong>sumvendor2</strong>/</span></p>
<p>automatically redirects to</p>
<p><span style="background-color: #fff9dc;">http://yourClickBankID.<strong>sumvendor2</strong>.hop.clickbank.net</span></p>
<p>&#8230;and so on&#8230;</p>
<p>Here&#8217;s how you do this in Redirection:</p>
<ol>
<li>In the Source URL, enter <span style="background-color: #fff9dc;">/cb/([^/]*)</span></li>
<li>In Target URL, enter <span style="background-color: #fff9dc;">http://yourClickBankID.$1.hop.clickbank.net</span></li>
<li>Make sure <span style="background-color: #fff9dc;">Regular expression</span> is checked</li>
<li>Match should be set to <span style="background-color: #fff9dc;">URL only</span></li>
<li>Action should be set to <span style="background-color: #fff9dc;">Redirect URL</span></li>
</ol>
<p>I have done this on my website here at <a href="http://msafi.com">msafi.com</a>. So, now I can simply give out a link like <a rel="nofollow" href="http://msafi.com/cb/4idiots/">http://msafi.com/cb/4idiots/</a>. This will redirect to <a rel="nofollow" href="http://mksafi.4idiots.clickbank.net">http://mksafi.4idiots.clickbank.net</a>, which is the landing sales page for the product sold by <em>4idiots </em>ClickBank vendor. You can replace <em>4idiots</em> with any ClickBank vendor ID and it will still work.</p>
<p>Pretty cool isn&#8217;t it?</p>
<p>Perhaps a similar trick can be done to automate link cloaking and management for Amazon and Commission Junction, but I&#8217;ll have to look into that.</p>
<p>For now, let&#8217;s look into optimizing your affiliate links so that Google will not have trouble with them&#8230;</p>
<h2>Helping Google not trip over your affiliate links</h2>
<p>Now that you have a convenient and easy way to create and organize affiliate links, I&#8217;m gonna show you how to make sure that Google will not discriminate against your blog as a result of affiliate links.</p>
<p>First, whenever you add an affiliate link as anchor text make sure that you include a rel=&#8221;nofollow&#8221; attribute in the anchor tag. That is</p>
<p>Bad: <span style="background-color: #fff9dc;">&lt;a href=&#8221;http://ursite.com/visit/product-xyz/&#8221;&gt;Product XYZ&lt;/a&gt;</span></p>
<p>Good: <span style="background-color: #fff9dc;">&lt;a href=&#8221;http://ursite.com/visit/product-xyz/&#8221; rel=&#8221;nofollow&#8221;&gt;Product XYZ&lt;/a&gt;</span></p>
<p>If you want to automate the creation of anchor text links in WordPress, check out the plugin I created: <a href="http://msafi.com/wordpress-plugins/turn-keywords-into-links-with-word-2-cash/">Word 2 Cash</a>.</p>
<p>Second, use <a href="http://www.robotstxt.org">robots.txt</a> to disallow Google (and other search engines) from accessing your virtual affiliate links URL directories. Your affiliate link directories are /visit/, /cb/ and whatever else you may have created.</p>
<p>In your robots.txt file add lines like:</p>
<p><code>Disallow: /visit/*<br />
Disallow: /cb/*</code></p>
<p>Do the same for any other affiliate link directory you have.</p>
<p>This will help Google index your website in a clean way and hopefully minimize discrimination against your outbound links.</p>
<p style="text-align: left;">That&#8217;s all there is to it. You now have a great way to create and manage your affiliate links. Just one last thing before you go.</p>
<h3>Reducing Redirection database size</h3>
<p>Redirection keeps a record of every redirect it makes. It stores these records in your database. If you&#8217;re gonna be using the plugin the way I described in this post, your records can build up and take a lot of space pretty quickly. What you want to do is set the records to expire after some time, say 30 days. To do that:</p>
<ol>
<li>go to Redirection&#8217;s admin page</li>
<li>Click on <span style="background-color: #fff9dc;">Options</span></li>
<li>In the <span style="background-color: #fff9dc;">Expire Logs</span> field, enter 30 and click Save.</li>
</ol>
<p>Aaaaaaand you&#8217;re done!</p>


<p>Related posts:<ol><li><a href='http://msafi.com/automatically-create-and-cloak-amazon-affiliate-links-in-wordpress/' rel='bookmark' title='Permanent Link: Automatically Create and Cloak Amazon Affiliate Links in WordPress'>Automatically Create and Cloak Amazon Affiliate Links in WordPress</a></li>
<li><a href='http://msafi.com/squeezing-the-seo-juice-out-of-your-affiliates/' rel='bookmark' title='Permanent Link: Squeezing the SEO Juice Out of Your Affiliates'>Squeezing the SEO Juice Out of Your Affiliates</a></li>
<li><a href='http://msafi.com/great-networks-for-software-affiliates-and-vendors/' rel='bookmark' title='Permanent Link: Great Networks for Software Affiliates and Vendors'>Great Networks for Software Affiliates and Vendors</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://msafi.com/create-and-cloak-affiliate-links-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Create a Disposable Email Address That Works Anywhere</title>
		<link>http://msafi.com/create-a-disposable-email-address-that-works-everywhere/</link>
		<comments>http://msafi.com/create-a-disposable-email-address-that-works-everywhere/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 16:55:53 +0000</pubDate>
		<dc:creator>MK</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Aweber]]></category>
		<category><![CDATA[Disposable Email Address]]></category>
		<category><![CDATA[Geeky Tips]]></category>
		<category><![CDATA[GetResponse]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[MailChimp]]></category>
		<category><![CDATA[Mailinator]]></category>

		<guid isPermaLink="false">http://msafi.com/?p=147</guid>
		<description><![CDATA[There are a few problems with popular disposable email services such as Mailinator. Email marketing providers regularly sniff domain names used by disposable email services and block them. For example, Aweber, GetResponse and MailChimp will all decline your sign up if you use a Mailinator domain. Disposable email services are not always reliable. Many times [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-242 noborder" title="disposableemail" src="http://msafi.com/home5/mohamme3/public_html/msaficom/wp-content/uploads/2009/10/disposableemail.png" alt="disposableemail" width="200" height="185" />There are a few problems with popular disposable email services such as Mailinator.</p>
<ol>
<li>Email marketing providers regularly sniff domain names used by disposable email services and block them. For example, <a rel="nofllow" target="_blank" title="Aweber" href="http://msafi.com/visit/aweber/">Aweber</a>, <a rel="nofllow" target="_blank" title="GetResponse" href="http://msafi.com/visit/getresponse/">GetResponse</a> and MailChimp will all decline your sign up if you use a Mailinator domain.</li>
<li>Disposable email services are not always reliable. Many times emails sent to disposable email addresses will never reach the inbox</li>
</ol>
<p>What if you could have a permanent, convenient, and reliable disposable email address that works anywhere? I&#8217;m gonna show you how. But first, let&#8217;s make sure we&#8217;re on the same page. Your disposable email should:</p>
<ul>
<li>Not obstruct or interfere with your regular email</li>
<li>Be reliable and always work</li>
<li>Be readily accessible and be only a couple of mouse clicks away</li>
<li>Require none to very little maintenance</li>
</ul>
<p>Cool?<span id="more-147"></span></p>
<p>Okay, here&#8217;s how you setup your disposable email.</p>
<p><a href="http://gmail.com">Gmail</a> is the most reliable and flexible free email service available today. In short, you&#8217;re gonna open a new Gmail account, i.e. fake.id@gmail.com. Forward all email from fake.id@gmail.com to your permanent inbox.</p>
<p>In your permanent inbox, create a filter to:</p>
<ol>
<li>Label emails sent to fake.id@gmail.com &#8220;Disposable&#8221;</li>
<li>Skip the Inbox (Go directly to archive)</li>
</ol>
<p>That&#8217;s it! Now you have a disposable email address that you can use every where.</p>
<p>If the instructions above aren&#8217;t enough, or if you want more tips on how to best setup your permanent disposable email. Read these detailed instructions&#8230;</p>
<h2>Configuring a new Gmail account to receive disposable emails</h2>
<p>Create your fake identity Gmail address at <span class="hl"><a title="http://mail.google.com/mail/signup" href="http://mail.google.com/mail/signup">http://mail.google.com/mail/signup</a></span>. Come up with a fake name. If you&#8217;re having a hard time thinking of one, go to <a href="http://imdb.com">IMDB.com</a>, click through to some movie and view the cast. Pick a random name from there that you&#8217;ll easily remember.</p>
<p>Once your new Gmail account is created. Go to <span class="hl">Settings</span>, <span class="hl">Forwarding and POP/IMAP</span>, select <span class="hl">Forward a copy of incoming mail to</span>, and enter your permanent email address. From the drop down menu next to that, select <span class="hl">Delete Gmail&#8217;s copy</span>. You wanna delete this Gmail&#8217;s copy because you don&#8217;t want your disposable email account to fill up and run out of storage space.</p>
<p><div id="attachment_178" class="wp-caption aligncenter" style="width: 560px"><img class="size-full wp-image-178" title="gmail_forward" src="http://msafi.com/home5/mohamme3/public_html/msaficom/wp-content/uploads/2009/10/gmail_forward.png" alt="gmail_forward" width="550" height="128" /><p class="wp-caption-text">Gmail&#39;s forward settings screen</p></div></p>
<p style="text-align: center;">
<p>That&#8217;s all you have to do in your disposable email account. Now go back to your permanent inbox to setup a filter to automate management of incoming disposable email.</p>
<h2>Filtering incoming disposable emails</h2>
<p>Now the fun part.</p>
<p>Depending on the client you use to manage your emails, the settings will be different. I use Gmail&#8217;s web interface to manage my email, so the instructions here will be specific to Gmail, but the ideas can be applied on any other email program.</p>
<h3>Apply &#8220;Disposable&#8221; label to email sent to fake.id@gmail.com</h3>
<p>Or if you use Outlook or other software that supports folders, create a designated disposable email folder and move incoming disposable emails to it.</p>
<p>On Gmail, you&#8217;d intercept all emails sent to your fake.id@gmail.com email by creating a filter and filling in your fake.id@gmail.com in the <span class="hl">To:</span> field.</p>
<p><div id="attachment_182" class="wp-caption aligncenter" style="width: 580px"><img class="size-full wp-image-182" title="gmail_filter_1" src="http://msafi.com/home5/mohamme3/public_html/msaficom/wp-content/uploads/2009/10/gmail_filter_1.png" alt="Gmail First Screen for Creating a Filter" width="570" height="142" /><p class="wp-caption-text">Gmail first screen for creating a filter</p></div></p>
<p>Then, click <span class="hl">Next Step</span>. From the next screen, select <span class="hl">Skip the Inbox (Archive it)</span>, <span class="hl">Mark as read</span>, and <span class="hl">Apply the label: &#8220;Disposable&#8221;</span>.</p>
<p><div id="attachment_183" class="wp-caption aligncenter" style="width: 580px"><img class="size-full wp-image-183" title="gmail_filter_2" src="http://msafi.com/home5/mohamme3/public_html/msaficom/wp-content/uploads/2009/10/gmail_filter_2.png" alt="Gmail Filter Second Screen" width="570" height="204" /><p class="wp-caption-text">Gmail second screen for creating a filter</p></div></p>
<p>The reason you <em>mark as read </em>all incoming disposable email is because some clients (Gmail included) will show the count of unread items next to the label/folder. You don&#8217;t want to be distracted by unimportant email. And you <em>skip the inbox</em> to keep your disposable emails unobtrusive.</p>
<h2>So, what do we have now?</h2>
<p><div id="attachment_187" class="wp-caption alignright" style="width: 270px"><img class="size-full wp-image-187" title="gmail_labels" src="http://msafi.com/home5/mohamme3/public_html/msaficom/wp-content/uploads/2009/10/gmail_labels.png" alt="Gmail Labels" width="260" height="334" /><p class="wp-caption-text">Gmail Labels</p></div></p>
<p>From now on, whenever you&#8217;re unsure about giving out your email address, simply fill in fake.id@gmail.com. Check your &#8220;Disposable&#8221; email label/folder, you&#8217;ll see the emails sent to you there. These emails will never interfere with your other more important emails. Your fake.id Gmail account will never run out of storage because it doesn&#8217;t store anything. But you&#8217;ll have to occasionally empty your Disposable folder. With Gmail&#8217;s storage, you&#8217;ll probably have to do that once a year. Or if you&#8217;re obsessive like me, once every 2 hours.</p>
<p>That&#8217;s it. Now you have your own reliable and very convenient disposable email account. It will work where ever Gmail is accepted!</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://msafi.com/create-a-disposable-email-address-that-works-everywhere/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
