<?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>jonlee.ca &#187; Reviews</title>
	<atom:link href="http://www.jonlee.ca/category/reviews/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonlee.ca</link>
	<description>eat\ sleep\ code</description>
	<lastBuildDate>Wed, 21 Dec 2011 18:44: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>
		<item>
		<title>Review: Flash World Map</title>
		<link>http://www.jonlee.ca/review-flash-world-map/</link>
		<comments>http://www.jonlee.ca/review-flash-world-map/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 11:53:15 +0000</pubDate>
		<dc:creator>Jon Lee</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[world map]]></category>

		<guid isPermaLink="false">http://www.jonlee.ca/?p=1233</guid>
		<description><![CDATA[Have you ever wanted to put a world map on your site? Does your latest application require support for an interactive map? With almost 200 countries in the world, creating even a simple map of the world from scratch, even given the appropriate boundary information is a major undertaking. Flash World Map Flash World Map [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wanted to put a world map on your site? Does your latest application require support for an interactive map? With almost 200 countries in the world, creating even a simple map of the world from scratch, even given the appropriate boundary information is a major undertaking.</p>
<p><strong>Flash World Map</strong><br />
<a href="http://www.flashworldmap.com/">Flash World Map</a> provides a pre-made high quality and fully customizable world map in Adobe Flash. I&#8217;m currently using it right here on my site to show the countries in the world that I&#8217;ve travelled to as well as the cities that I have actually lived in for an extended period of time.  This is similar to the &#8220;Where I&#8217;ve Been&#8221; Facebook app but hosted locally, fully customizable and without the ads.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="441" height="280" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="false" /><param name="quality" value="high" /><param name="flashVars" value="xmlPath=/mapdata.xml"/><param name="src" value="/worldmap.swf" /><param name="wmode" value="transparent" /><param name="allowfullscreen" value="false" /><embed type="application/x-shockwave-flash" width="441" height="280" src="/worldmap.swf" wmode="transparent" quality="high" allowfullscreen="false" allowscriptaccess="sameDomain" flashVars="xmlPath=/mapdata.xml"></embed></object></p>
<p>As you can see from the above map, it first zooms in on a continent/region to more clearly show the countries, then hovering on a country will popup a custom tooltip with HTML markup. The zoom is helpful since what appears to be 2-3 points in Southern Ontario, Canada is actually 5 upon closer inspection. Individual points can also be labeled with longitude/latitude coordinates, with a description of each point. This lets me point out individual cities I&#8217;ve lived in, not just countries.  Each country/location can also be hyperlinked to another page, although I have not opted to do this.</p>
<p><strong>Customizing the Map</strong><br />
The map is customized by editing an .xml (eXtensible Markup Language) file to specify individual descriptions and links for each country.  The layout and format of the file is logical as it is an XML file so it is not hard to figure out how to make the appropriate changes.</p>
<p>However, with so many countries on the list, I found that the best way to edit the .xml file was with simple Find and Replace commands in a text editor.  Manually inputting unique descriptions for each country will be a very time consuming task although I see no way of getting around this if it is a feature you require.  One might also consider using an XML editor to make sure you don&#8217;t mess up the format of the file.</p>
<p><strong>Incorporating it into your Site</strong><br />
Adding the map to your site could not be simpler.  Simply upload two files (the Flash and XML map data file) and add a small block of HTML code to your site.  One important thing to note is that the map data file must be contained within the same directory as the page calling the HTML code.  If your site structure is complicated (e.g. has directory rewrites), you may need to edit the source to point the Flash file to the map data directly.</p>
<p><strong>Price/Cost</strong><br />
The cost of such a high quality map is $199 which I think is quite expensive but a trial version with limited features is available for non-commercial use.  The trial version <em>works indefinitely</em> but is branded with the FlashWorldMap link which some people may be bothered by.  You may find that the trial version is sufficient for your needs but if you want access to the source code to customize the flash app itself, then you&#8217;ll have to get a paid license. Keep in mind that location/country/style customization is still available in the free trial version.</p>
<p><strong>Summary</strong><br />
What I like about <a href="http://www.flashworldmap.com/">Flash World Map</a>:</p>
<ul>
<li>Very slick and clean interface</li>
<li>Fully customizable through editing an easy-to-read XML file</li>
<li>Easily stylized via CSS</li>
<li>Easy to incorporate into the site (2 files and a block of code)</li>
</ul>
<p>There are several things that I would like to see improved:</p>
<ul>
<li>An incorrectly formatted XML file simply displays &#8220;Loading data&#8230;&#8221; It would be nice if it pointed out where the syntax error is to help debug the XML file.</li>
<li>There&#8217;s a little bug where a previously selected continent does not get deselected until you mouseover it again.</li>
<li>Perhaps a less expensive non-commercial license for those that just want a little unbranded widget to add to their blog</li>
<li>A more detailed <a href="http://www.flashusamap.com/">flash map of the US</a> is also available. A Canadian one would be nice to have too!</li>
</ul>
<p>This is definitely the best implementation (Flash or HTML5) of an embedded world map I&#8217;ve seen thus far. If this is a feature you need on your site I would definitely recommend downloading the trail version to test it out!</p>
<img src="http://www.jonlee.ca/?ak_action=api_record_view&id=1233&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.jonlee.ca/review-flash-world-map/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Review: Sell Your Old Electronics with Tech Twurl</title>
		<link>http://www.jonlee.ca/review-sell-your-old-electronics-with-tech-twurl/</link>
		<comments>http://www.jonlee.ca/review-sell-your-old-electronics-with-tech-twurl/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 11:45:30 +0000</pubDate>
		<dc:creator>Jon Lee</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Sponsored]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[eBay]]></category>
		<category><![CDATA[resell]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[tech twurl]]></category>

		<guid isPermaLink="false">http://www.jonlee.ca/?p=1207</guid>
		<description><![CDATA[If you&#8217;re anything like me, you love to get your hands on new gadgets even though the old one works perfectly fine.  Take a very relevant example: the iPhone 4.  I have a perfectly functional iPhone 2G, but the iPhone 4 looks so gorgeous (reception issue aside), that I&#8217;m definitely going to pick one up [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techtwurl.com"><img class="alignright size-full wp-image-1209" title="Tech Twurl" src="http://www.jonlee.ca/wp-content/uploads/2010/07/techtwurl-logo.png" alt="Tech Twurl" width="246" height="60" /></a>If you&#8217;re anything like me, you love to get your hands on new gadgets even though the old one works perfectly fine.  Take a very relevant example: the iPhone 4.  I have a perfectly functional iPhone 2G, but the iPhone 4 looks so gorgeous (reception issue aside), that I&#8217;m definitely going to pick one up once it comes to Canada.</p>
<p>But what do I do with the 2G? For a phone that is no longer really in demand, it may not be easy to sell on eBay or craigslist &#8212; at least not for a price that can justify going through the trouble of dealing with buyers or even scammers.</p>
<p><strong>What is Tech Twurl?<br />
</strong><a href="http://www.techtwurl.com">Tech Twurl</a> offers a service for those that have gadgets at home they want to get rid of to <a href="http://www.techtwurl.com">sell electronics</a>.  The concept is simple, you send them your old gadget, and they&#8217;ll send you cash as payment.  Although prices are generally a bit lower than the best price you could get trying to sell the item yourself, the convenience is unparalleled.</p>
<p><strong>The Prices<br />
</strong>Obviously, the newer and more in-demand your electronic is, the higher price Tech Twurl will offer.  The price also depends on the quality of the product and the accessories (including things like original packaging).  Take for example if you bought the <a href="http://techtwurl.com/index.php?page=shop.product_details&amp;flypage=flypage.tpl&amp;product_id=243&amp;category_id=6&amp;keyword=iphone+4&amp;option=com_virtuemart&amp;Itemid=70">latest 32gb iPhone 4</a> but you are annoyed by the reception issues and have lost your receipt so you can&#8217;t return it to an Apple store.  Tech Twurl will offer you $585 for it (at the time of this posting).  That&#8217;s about <strong>double</strong> the subsidized price you would&#8217;ve paid for it.</p>
<p>For an older phone that I&#8217;ve used like the <a href="http://www.techtwurl.com/index.php?page=shop.product_details&amp;flypage=flypage.tpl&amp;product_id=91&amp;category_id=6&amp;option=com_virtuemart&amp;Itemid=54">Samsung SGH-U900</a>, Tech Twurl&#8217;s offer is $68, just a few dollars under the current market value on auction sites.  Again, that difference more than pays for the convenience.</p>
<p><strong>How to sell your electronics<br />
</strong>The steps to selling your electronics on TechTwurl is easy.  First, look up the electronic in question (as well as answer a few questions about the physical and working condition) and they&#8217;ll give you a price.  No bargaining required.</p>
<p>Next, if you agree to the price, Tech Twurl will send you the necessary shipping equipment, entirely prepaid.  Print out the shipping information, package it up in the provided box and drop it in the mail.  Immediately once they receive your package, you&#8217;ll see the payment in your Paypal or a check in the mail. Easy as pie.</p>
<p><strong>Types of Electronics<br />
</strong>Currently, Tech Twurl takes the following categories:</p>
<ul>
<li>Cellphones</li>
<li>Cameras</li>
<li>MP3 Players</li>
<li>PDAs</li>
<li>GPS</li>
<li>Camcorders</li>
<li>and even calculators.</li>
</ul>
<p>If you don&#8217;t find your item on their site, don&#8217;t worry, they&#8217;re constantly adding more listings.</p>
<p>And coming soon&#8230; Textbooks! For all those University books you kept as reference but end up just sitting on your shelf collecting dust.</p>
<p><strong>Conclusion<br />
</strong>Definitely check it out, it doesn&#8217;t cost anything or even a sign-up to look up your old electronics. There&#8217;s really no easy way of getting rid of your old stuff for cash!</p>
<img src="http://www.jonlee.ca/?ak_action=api_record_view&id=1207&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.jonlee.ca/review-sell-your-old-electronics-with-tech-twurl/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Review: Dmailer Backup and Dmailer Online</title>
		<link>http://www.jonlee.ca/review-dmailer-backup-and-dmailer-online/</link>
		<comments>http://www.jonlee.ca/review-dmailer-backup-and-dmailer-online/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 12:09:05 +0000</pubDate>
		<dc:creator>Jon Lee</dc:creator>
				<category><![CDATA[Efficiency]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Sponsored]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[dmailer]]></category>
		<category><![CDATA[mozy]]></category>
		<category><![CDATA[portable]]></category>
		<category><![CDATA[portable-apps]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.jonlee.ca/?p=1190</guid>
		<description><![CDATA[On multiple occasions, I&#8217;ve stressed the importance of backing up your files and documents. I&#8217;ve also reviewed Mozy as an online backup solution. However, there&#8217;s a new competitor in town called Dmailer backup and it gives Mozy a good run for its money. Well, it&#8217;s not exactly new as the company has been around since [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dmailer.com"><img class="alignright size-full wp-image-1193" title="Dmailer Logo" src="http://www.jonlee.ca/wp-content/uploads/2010/07/dmailer-logo.jpg" alt="Dmailer Logo" width="170" height="70" /></a></p>
<p>On multiple occasions, I&#8217;ve stressed the <a href="http://www.jonlee.ca/backup-data-online-the-smart-way/">importance of backing up your files and documents</a>.  I&#8217;ve also <a href="http://www.jonlee.ca/review-backup-data-online-with-mozy/">reviewed Mozy</a> as an online backup solution.  However, there&#8217;s a new competitor in town called Dmailer backup and it gives Mozy a good run for its money.  Well, it&#8217;s not exactly new as the company has been around since 2001 but I&#8217;ve just recently found out about it.</p>
<p><strong>What is Dmailer Backup?</strong><strong><br />
</strong><strong> </strong><a href="http://www.dmailer.com/dmailer-backup.html">Dmailer Backup</a> is a piece of software that lets users automate the backup process, providing continuous incremental backups for specified files.  Incremental backups means that you can &#8216;go back in time&#8217; to previous versions of a file, not just the latest one.  This is especially useful for anyone that does any sort of programming as debugging is made tons easier by comparing old versions of files to current ones. Now Dmailer Backup itself is used to manage backups, but you still need to provide a destination to backup to &#8212; for example, an external hard drive or usb key.</p>
<p>A handy feature is to select only specific types of files to backup.  For example, for most people, the important files that require backing up are .doc and .txt files.  For a web developer, one could simply add .php, .html, .css to the mix.  This avoids wasting valuable backup space on those large HD movies (unless you wanted to of course).</p>
<p>Also, Dmailer Backup is a single executable file that does not require installation and works perfectly with U3 usb devices, perfect for that <a href="http://www.jonlee.ca/how-to-free-portable-web-development-on-a-usb-drive/">portable web development usb key</a>.</p>
<p><strong>What is Dmailer Online?<br />
</strong><a href="http://www.dmailer.com/dmailer-online.html">Dmailer Online</a> is essentially an online storage space that can be utilized by Dmailer Backup.  Upon sign-up, you are provided with 2GB of online storage.  Rest assured, the storage is both password protected and encrypted with one of the strongest encryption algorithms available, 448-bit Blowfish.  Like some other backup services, the first 2GB is free.  In fact, Dmailer were the first ones to offer 2GB for free, setting the benchmark for backup services everywhere.  Although this is enough for most people, those that have a lot of multimedia to back up may prefer to pay $35 per year for 30GB or $70 per year for unlimited storage. That works out to less than $3 and $6 per month respectively!</p>
<p><a href="http://www.jonlee.ca/wp-content/uploads/2010/07/dmailer-online-web.png"><img class="alignright size-medium wp-image-1194" title="Dmailer Online Web Interface" src="http://www.jonlee.ca/wp-content/uploads/2010/07/dmailer-online-web-300x126.png" alt="Dmailer Online Web Interface" width="300" height="126" /></a></p>
<p>The great feature about Dmailer Online is that the files can be accessed simply from a web browser, so you can access your backups from any computer without having to install any software first.  The web user interface for file access is a search engine that&#8217;s intuitive, fast, and easy to use.</p>
<p><strong>Mac Compatibility</strong><br />
There aren&#8217;t many online backup solutions out there that support platforms other than Windows.  Cross-platform support is greatly appreciated by myself and other Mac users. There&#8217;s no Linux support yet, but I&#8217;ve been told this is a feature in the works, so Linux users can feel included soon.</p>
<p><strong>Mozy vs Dmailer<br />
</strong>There are a few similarities between Mozy and Dmailer.  Both offer 2GB of online backup storage for free, both are automated and encrypted, and both run on Mac. Unlike Mozy, Dmailer are the pioneers of &#8220;&#8216;dual backup&#8221;, which can provide you with an offline backup solution in addition to an online one, all from a single interface.  Online backups are safe from things like break-ins and local disasters, but offline backups are easier to access and quicker.  If you accidentally deleted a large file that you want to recover, it may take a while to download the backup from an online server, so it is always handy to have an offline backup as well.  So I think Dmailer provides a good integration of both types for maximum ease of mind.</p>
<img src="http://www.jonlee.ca/?ak_action=api_record_view&id=1190&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.jonlee.ca/review-dmailer-backup-and-dmailer-online/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Review: Hacking Vim 7.2</title>
		<link>http://www.jonlee.ca/review-hacking-vim-7-2/</link>
		<comments>http://www.jonlee.ca/review-hacking-vim-7-2/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 12:55:43 +0000</pubDate>
		<dc:creator>Jon Lee</dc:creator>
				<category><![CDATA[Efficiency]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.jonlee.ca/?p=1177</guid>
		<description><![CDATA[A couple years ago, I wrote a brief review of the book Hacking Vim by Kim Schulz. The publisher, Packt publishing seemed to like my review so they sent me the second edition of the book, Hacking Vim 7.2 to review as well. The latest edition of the book, released just earlier this year, has [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/gp/product/1849510504?ie=UTF8&amp;tag=jonleedotseee-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1849510504"><img class="alignright size-full wp-image-1179" title="Hacking Vim 7.2" src="http://www.jonlee.ca/wp-content/uploads/2010/06/hacking-vim-72.jpg" alt="Hacking Vim 7.2" width="130" height="160" /></a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=jonleedotseee-20&amp;l=as2&amp;o=1&amp;a=1849510504" border="0" alt="" width="1" height="1" /></p>
<p>A couple years ago, I wrote a <a href="http://www.jonlee.ca/hacking-vim-the-ultimate-vimrc/">brief review of the book Hacking Vim</a> by Kim Schulz. The publisher, <a href="https://www.packtpub.com/">Packt publishing</a> seemed to like my review so they sent me the second edition of the book, <a href="http://www.amazon.com/gp/product/1849510504?ie=UTF8&amp;tag=jonleedotseee-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1849510504">Hacking Vim 7.2</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=jonleedotseee-20&amp;l=as2&amp;o=1&amp;a=1849510504" border="0" alt="" width="1" height="1" /> to review as well.</p>
<p>The latest edition of the book, released just earlier this year, has been revised and expanded to address some new features of Vim 7.2.  The good thing about buying such a book is that Vim releases are infrequent and always backwards compatible.  There&#8217;s very little chance of this book becoming redundant and outdated, unlike that Visual Basic 4 bible you have sitting on your shelf.</p>
<p><strong>What is Vim?</strong><br />
For the uninitiated, <a href="http://www.vim.org/">Vim</a> is an open source editor that has been used by programmers and developers for many years.  Although it doesn&#8217;t look fancy, it is actually one of the most powerful pieces of software out there in terms of customizability and flexibility. However, unlike your basic text editor, it is difficulty to just jump in and start using it as there is a bit of a learning curve.  This book is not for beginners, as it assumes an understanding of the basic editing modes of Vim.  If you&#8217;ve never used Vim before, the book has a few suggestions on getting up to speed &#8212; most noticeably, by going through the vimtutor program that comes with most installations of Vim.</p>
<p><strong>Topics Covered</strong><br />
The first part of the book gives a fairly complete history of the Vim lineage, from the original UNIX based ed editor to Vi, to it&#8217;s derivatives, and finally to the Vim we now know and love.  Then the book dives right into basic personalization tweaks with an overview of the different configuration files &#8212; what they do and where they go.  I consider these simple tweaks essential for any semi-serious user of Vim to create their own personalized .vimrc file.</p>
<p>For a lot of readers, the first two chapters may already been enough of a customization but the real meat of the book lies in the latter chapters, to help moderate users become power users with navigation tweaks, recipes to help with code completion and project management.  If one follows all of these suggestions, Vim can turn into a full-fledged IDE.</p>
<p>With the sheer number of recipes and scripts, I would suggest implementing them a little at a time in order to get used to using them.  Going through all the changes at once may be a bit overwhelming.</p>
<p>The last few chapters of the book teach take Vim customization to the next level by giving a tutorial on how to write your own scripts and configuration files.  Most may not need to go into this much detail but if there is functionality that you can&#8217;t find a script for, then writing your own may be the only choice.  The good news is Vim scripting is not too difficult, especially with the tutorial provided in this book, which is one of the reasons there is such a large community supporting it.</p>
<p><strong>Recommendation</strong><br />
If you&#8217;re a user of Vim and would like to work more effectively and become a Vim guru, this book is definitely for you.  If you&#8217;re already a Vim poweruser but feel there is some functionality lacking, this book is a great place to learn how to write your own Vim scripts to contribute to the Vim community.</p>
<p>If you&#8217;ve never used Vim before but would like to start using it, this book may not be your first choice; you may wish to try out Vim for a bit first to see if you actually enjoy the style of editing, and if so then pick up this book to go to the next level.</p>
<img src="http://www.jonlee.ca/?ak_action=api_record_view&id=1177&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.jonlee.ca/review-hacking-vim-7-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Review: Build Backlinks using Link Wheels with LinkWheeler</title>
		<link>http://www.jonlee.ca/review-build-backlinks-using-link-wheels-with-linkwheeler/</link>
		<comments>http://www.jonlee.ca/review-build-backlinks-using-link-wheels-with-linkwheeler/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 15:45:32 +0000</pubDate>
		<dc:creator>Jon Lee</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[link wheel]]></category>
		<category><![CDATA[link-exchange]]></category>
		<category><![CDATA[linkwheeler]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[pagerank]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.jonlee.ca/?p=1105</guid>
		<description><![CDATA[As all web developers know, the best source of traffic is from search engines such as Google.  But just getting listed on Google isn&#8217;t good enough, you also need to be listed as one of the top results (ideally the very first result).  This is because the vast majority of users will not click past [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linkwheeler.com"><img class="alignright size-full wp-image-1107" title="Link Wheeler" src="http://www.jonlee.ca/wp-content/uploads/2010/01/linkwheeler.jpg" alt="Link Wheeler" width="500" height="101" /></a>As all web developers know, the best source of traffic is from search engines such as Google.  But just getting listed on Google isn&#8217;t good enough, you also need to be listed as one of the top results (ideally the very first result).  This is because the vast majority of users will not click past the first page of search results.  In fact, most of them won&#8217;t look past the first couple links.</p>
<p>In order to increase your search engine rankings, the best way is by building what is known as &#8220;organic&#8221; or natural backlinks. An example of an organic backlink is when a blog links back to your site because of your interesting content or relevance to their content.  Typically, these are done without asking or any sort of trade, hence the term organic or natural.</p>
<p>Trading links used to be a common tactic amongst website owners and I still often get e-mails along the lines of &#8220;If you&#8217;ll put a link to my website from yours then I will do the same.&#8221;  While this has the advantage of potentially increasing exposure to new users, this type of trade is typically very one sided with one site being more popular than the other.  Also, trading links does not increase search engine rankings as the links can be seen as &#8220;cancelling&#8221; each other out.</p>
<p>Ideally what you want are one-way organic backlinks and LinkWheeler.com is a service that looks to address this issue through the creation of link wheels.</p>
<p><strong>What is a link wheel?<br />
<span style="font-weight: normal;">A <a href="http://www.linkwheeler.com">link wheel</a>, simply explained, is when sites link to one another in a cyclical pattern.  For example, site A links to site B, site B links to site C, and site C links back to site A.  This example is a small link wheel and generally does not work as their short cycle is easily detected by search engines.</span></strong> LinkWheeler.com offers link wheel packages that are much bigger and more sophisticated with links coming from different types of sites.</p>
<p>Their link wheels are also not cyclical, meaning the last node does not link back to the first node. This &#8220;open wheel&#8221; is more effective and more attractive to search engines compared to traditional closed wheels.</p>
<p><img class="alignright size-full wp-image-1111" title="Link Wheeler Diagram" src="http://www.jonlee.ca/wp-content/uploads/2010/01/linkwheeler600.jpg" alt="Link Wheeler Diagram" width="480" height="320" /></p>
<p><strong>Web 2.0 and Social Media<br />
</strong>Perhaps the biggest advantage of LinkWheeler is their usage of social media websites and other web 2.0 outlets in addition to traditional article submission strategies.</p>
<p>I&#8217;ve seen other backlinking services, all of which make big promises, but their methodology is pretty primitive compared to what LinkWheeler is doing.  Simple directory submissions and article farms just don&#8217;t cut it anymore in this day and age.</p>
<p><strong>Pricing and Features</strong><br />
There are three possible packages to choose from ranging from $149 for 27 backlinks to $359 for 89 backlinks. Not everyone will consider this cheap, but you do get what you pay for and <a href="http://www.linkwheeler.com/portfolio.php">results can speak for themselves</a>.  The lowest package includes linking to two URLs with two different keywords whereas the top package links to eight URLs with eight different keywords.</p>
<p>In terms of value, the top premium package is definitely the way to go in my opinion.  With eight keywords and 89 backlinks, you can be sure you&#8217;ll get to the first page of search results at least for low-medium competition keywords.  For those highly competitive keywords, it may not boost you to the top but it will certainly go a long way to help getting you there.</p>
<p><strong>Conclusion</strong><br />
The field of search engine optimization (SEO) is a highly competitive one so it&#8217;s nice to have a service like LinkWheeler who are experienced and clearly know what they are doing.  The money invested in building links will show returns within a couple weeks once search engine traffic starts funnelling its way onto your site.  In my opinion, link wheels are a great way to increase exposure of your site or blog, and LinkWheeler is an effective and easy way of creating these link wheels.</p>
<img src="http://www.jonlee.ca/?ak_action=api_record_view&id=1105&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.jonlee.ca/review-build-backlinks-using-link-wheels-with-linkwheeler/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Review: Slimmy ViewSlimmy SE Minimalist Wallet</title>
		<link>http://www.jonlee.ca/review-slimmy-viewslimmy-se-minimalist-wallet/</link>
		<comments>http://www.jonlee.ca/review-slimmy-viewslimmy-se-minimalist-wallet/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 12:26:09 +0000</pubDate>
		<dc:creator>Jon Lee</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[koyono]]></category>
		<category><![CDATA[minimalism]]></category>
		<category><![CDATA[minimalist]]></category>
		<category><![CDATA[slimmy]]></category>
		<category><![CDATA[viewslimmy]]></category>
		<category><![CDATA[wallet]]></category>

		<guid isPermaLink="false">http://www.jonlee.ca/?p=1052</guid>
		<description><![CDATA[Dedicated readers will know that I have a passion for minimalist gadgets and gear.  In particular, I&#8217;ve written a post about alternative wallets for the minimalist.  In that post, I mentioned several wallets including the one I used at the time.  A company even ended up sending me one of their wallets to review, although [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jonlee.ca/wp-content/uploads/2009/09/IMG_0147.jpg"><img class="size-thumbnail wp-image-1060 alignright" title="ViewSlimmy SE" src="http://www.jonlee.ca/wp-content/uploads/2009/09/IMG_0147-150x150.jpg" alt="ViewSlimmy SE" width="150" height="150" /></a><a href="http://www.jonlee.ca/wp-content/uploads/2009/09/IMG_0142.jpg"><img class="alignright size-thumbnail wp-image-1055" title="ViewSlimmy SE" src="http://www.jonlee.ca/wp-content/uploads/2009/09/IMG_0142-150x150.jpg" alt="ViewSlimmy SE" width="150" height="150" /></a>Dedicated readers will know that I have a passion for minimalist gadgets and gear.  In particular, I&#8217;ve written a post about <a href="http://www.jonlee.ca/wallet-alternatives-for-the-minimalist/">alternative wallets for the minimalist</a>.  In that post, I mentioned several wallets including the one I used at the time.  A company even ended up <a href="http://www.jonlee.ca/review-rogue-wallet/">sending me one of their wallets to review</a>, although it wasn&#8217;t one of the minimalist wallets that I previously mentioned.</p>
<p>Fast forward a couple months later and I&#8217;ve received another wallet for review, this time from the nice people at <a href="http://www.koyono.com">Koyono</a>.  They sent me their <a href="http://www.amazon.com/gp/product/B002BCH0Q2?ie=UTF8&amp;tag=jonleedotseee-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B002BCH0Q2">View Slimmy SE Front Pocket Wallet</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=jonleedotseee-20&amp;l=as2&amp;o=1&amp;a=B002BCH0Q2" border="0" alt="" width="1" height="1" />.  I&#8217;ve mentioned the <a href="http://www.superslimmy.com/">Slimmy series</a> of wallets in my aforementioned post but I&#8217;ve never actually used one myself.</p>
<p><a href="http://www.jonlee.ca/wp-content/uploads/2009/09/IMG_0146.jpg"><img class="alignright size-thumbnail wp-image-1059" title="Koyono ViewSlimmy SE" src="http://www.jonlee.ca/wp-content/uploads/2009/09/IMG_0146-150x150.jpg" alt="Koyono ViewSlimmy SE" width="150" height="150" /></a>The Slimmy series is one of the more popular minimalist wallet choices out there.  Its selling point is how exceptionally thin it is.  It&#8217;s not a tri-fold or even a bi-fold, it&#8217;s a front pocket wallet meaning it&#8217;s thin enough that its meant to be put in your front pocket, reducing risk of back pain resulting from an off-balanced seating posture.  The Slimmy wallets consist of just a sleeve of leather where cards and cash stay in place through friction alone.</p>
<p>The <a href="http://www.amazon.com/gp/product/B000GQF4UE?ie=UTF8&#038;tag=jonleedotseee-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=B000GQF4UE">ViewSlimmy</a><img src="http://www.assoc-amazon.com/e/ir?t=jonleedotseee-20&#038;l=as2&#038;o=1&#038;a=B000GQF4UE" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> adds a little utility by replacing one of the end pieces of leather with a plastic window for ID cards and transit passes.  The extra window actually doesn&#8217;t add any sort of bulk to the wallet, but I do think the regular Slimmy looks nicer if having an ID card slot isn&#8217;t a necessity for you.</p>
<p>Now the special edition of the ViewSlimmy, the ViewSlimmy SE, is described as the &#8220;Front Pocket ID Wallet with a little nuance.&#8221;  The unique thing about the special edition is the red interior which adds a bit of flair to the design.  Personally, I think the color combination looks quite exquisite.</p>
<p><strong>How much can it hold?</strong><br />
<a href="http://www.jonlee.ca/wp-content/uploads/2009/09/IMG_0144.jpg"><img class="alignright size-thumbnail wp-image-1057" title="ViewSlimmy SE Interior" src="http://www.jonlee.ca/wp-content/uploads/2009/09/IMG_0144-150x150.jpg" alt="ViewSlimmy SE Interior" width="150" height="150" /></a>In order for this wallet to live up to its minimalist claims, the user must live a minimalist lifestyle by carrying no more than 3-4 cards and some cash.  If you find that you can&#8217;t slim down to a few cards, then maybe this wallet isn&#8217;t for you, at least not as a primary wallet.</p>
<p>Personally, I get by fine with just a few cards.  Most of the time, I only carry:</p>
<ul>
<li>A little bit of cash</li>
<li>A credit card</li>
<li>A bank card</li>
<li>An ID card</li>
<li>Transit pass</li>
</ul>
<p><strong>Canadian Friendly</strong><br />
Canadians should be aware that the entire Slimmy series is designed for American currency but all the wallets except for the <a href="http://www.amazon.com/gp/product/B00013D2NI?ie=UTF8&#038;tag=jonleedotseee-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=B00013D2NI">SlimSlimmy</a><img src="http://www.assoc-amazon.com/e/ir?t=jonleedotseee-20&#038;l=as2&#038;o=1&#038;a=B00013D2NI" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> can just barely hold Canadian currency, so it <em>is</em> usable by Canadians.</p>
<p>What may make this wallet not so popular amongst international customers are the large shipping costs involved with international orders.  I&#8217;m not sure why Koyono charges so much for international shipping but there is definitely a lucrative market outside of the United States.  Maybe they just need to find an international supplier.</p>
<p>The Slimmy is not a cheap wallet by any means.  A regular Slimmy starts at $30 and goes up to $50 for the special editions.  Some may think that this is expensive for the amount of material you get, but what you&#8217;re really paying for is the genius of the design.  From what I know, Koyono is the only store in the world that sells wallets like the Slimmy series.  The quality of the leather seems quite high and the stitching looks clean and strong enough to last quite a while.  Once a card goes in, it won&#8217;t accidentally drop out unless you pull it out.</p>
<p>The non-View Slimmy special edition <a href="http://www.amazon.com/gp/product/B001ASKLUU?ie=UTF8&#038;tag=jonleedotseee-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=B001ASKLUU">also comes with a hot pink interior</a><img src="http://www.assoc-amazon.com/e/ir?t=jonleedotseee-20&#038;l=as2&#038;o=1&#038;a=B001ASKLUU" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />, creatively called &#8220;Floyd,&#8221; no doubt a reference to Pink Floyd which happens to be my favourite band.  It&#8217;s too bad that wasn&#8217;t the wallet Koyono sent me, but I&#8217;m not complaining!</p>
<img src="http://www.jonlee.ca/?ak_action=api_record_view&id=1052&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.jonlee.ca/review-slimmy-viewslimmy-se-minimalist-wallet/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Review: GFI Languard Network Security Scanner</title>
		<link>http://www.jonlee.ca/review-gfi-languard-network-security-scanner/</link>
		<comments>http://www.jonlee.ca/review-gfi-languard-network-security-scanner/#comments</comments>
		<pubDate>Fri, 29 May 2009 23:56:14 +0000</pubDate>
		<dc:creator>Jon Lee</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[GFI Languard]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.jonlee.ca/?p=976</guid>
		<description><![CDATA[GFI Languard isn&#8217;t your run of the mill security scanner.  This is a full featured enterprise-level software package that can test over 15,000 security vulnerabilities on your network.  With the number of vulnerabilities being discovered on a daily basis, it is hard enough to track and deploy patches while testing for security holes on a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-981" title="GFI Languard Network Security Scanner" src="http://www.jonlee.ca/wp-content/uploads/2009/05/gfilanguard.png" alt="GFI Languard Network Security Scanner" width="95" height="145" /><a href="http://www.gfi.com/lannetscan">GFI Languard</a> isn&#8217;t your run of the mill security scanner.  This is a full featured enterprise-level software package that can test over 15,000 security vulnerabilities on your network.  With the number of vulnerabilities being discovered on a daily basis, it is hard enough to track and deploy patches while testing for security holes on a single computer, let alone an entire network of computers.</p>
<p>For many network administrators, this daunting task calls for a well-packaged network security scanner and GFI Languard delivers this in baskets.</p>
<p><strong>Features<br />
<span style="font-weight: normal;">The <a href="http://www.gfi.com/lannetscan/lanscanfeatures.htm">feature list for GFI Languard version 9</a> is huge, but here are some of the more innovative/important features:</span></strong></p>
<ul>
<li><strong>Vulnerability scanning</strong> &#8211; scans over 15,000 security vunerabilities across <em>all</em> platforms (Windows, Mac OS and Linux).</li>
<li>Support for <strong>virtual machines</strong> (running an operating system on an virtual machine doesn&#8217;t make it completely secure!).</li>
<li>Immediately offers <strong>detailed analysis of vulnerabilites and offers remedial actio</strong>n.</li>
<li>Able to <strong>script custom vulnerability checks</strong> &#8211; if your network is running special software you can easily write Python and Visual basic scripts to check non-standard vulnerabilities.</li>
<li>Tests <strong>third party applications</strong> (anti-virus/anti-fireware) for adequate protection.</li>
<li><strong>Patch management</strong> &#8211; easily install or roll-back Windows patches that may be causing problems.</li>
<li>Automatically deploy <strong>network-wide software installs, patches or service packs</strong>.  New Windows service pack? No worries!</li>
<li><strong>Remote desktop connection</strong> support for scanned computers &#8211; so you can take the driver seat on vulnerabilites that can&#8217;t be fixed automatically.</li>
<li><strong>Hardware auditing</strong> across networks &#8211; find out what computers are running what hardware</li>
<li><strong>Silent installation</strong> &#8211; deploy GFI Languard across the network without affecting end-users</li>
</ul>
<p><strong>User Interface<br />
<span style="font-weight: normal;"><a href="http://www.jonlee.ca/wp-content/uploads/2009/05/gfi-languard-scan-results.png"><img class="alignright size-medium wp-image-983" title="GFI Languard Scan Results" src="http://www.jonlee.ca/wp-content/uploads/2009/05/gfi-languard-scan-results-300x240.png" alt="GFI Languard Scan Results" width="300" height="240" /></a>The UI is clean and straight forward.  Given the number of features, it is surprisingly simple.  Take a look at <a href="http://www.gfi.com/lannetscan/lanscanscreenshots.htm">the screenshots</a> on their site and you&#8217;ll get a good idea of the quality of software you&#8217;re dealing with.</span></strong></p>
<p><strong>My Results<br />
<span style="font-weight: normal; ">I consider myself quite computer savvy and like to think that I keep my computer secure and free of vulnerabilities.  I ran GFI Languard on my own system and was happy to see that it only found one vulnerability &#8212; having Guest log-in enabled.  I promptly disabled it, ran the scan again and received a clean bill of health.  I don&#8217;t have a local network setup to test its networks features on but I&#8217;ve heard from some people I&#8217;ve talked to that it works as advertised.</span></strong></p>
<p><strong>Price &#8211; Free!<br />
<span style="font-weight: normal;">The nice people at <a href="http://www.gfi.com/">GFI</a> understand the importance of security for the everyday personal home user.  As a result, GFI Languard is <strong>freeware </strong>for personal use (up to 5 IP addresses).  The huge majority of home users and even small businesses won&#8217;t have any more than 5 computers so the fully featured freeware offer from GFI deserves a big round of applause.</span></strong></p>
<p>For large companies with a huge network, pricing starts at $32 per IP address for 10-24 IPs and incrementally goes down to $4 per IP address for over 3000 IPs.</p>
<p><strong><strong>My Gripes</strong><br />
<span style="font-weight: normal;">One gripe I have about the software though is that you need to provide it with the administrator username and password for your system.  This is necessary for it to perform some of the required tests but I had to do a small background check to make sure it was legitimate and they weren&#8217;t collecting this data for malicious purposes.  And of course, I found that GFI is a well known company having won many awards with many retail products available &#8212; otherwise I wouldn&#8217;t have installed the program to test it in the first place!</span></strong></p>
<p>Another thing is that upon starting the program, you get a nag screen asking you to purchase the full version of the software.  It appears that after 10 days, the trial period ends and the software reverts to freeware mode unless you enter a license key.  So you can still use the fully functional software if you close the nag window by pressing the X in the top right hand corner but none of the obvious buttons give an option to continue using the software in freeware mode.</p>
<p><strong>Conclusion<br />
<span style="font-weight: normal;">This software is the best network security scanners I&#8217;ve ever seen.  Any network administrator would be much better off using it.  Given the awesome price of free, home owners would be doing themselves a favor by running it at least once to patch up any security holes in their system!</span></strong></p>
<img src="http://www.jonlee.ca/?ak_action=api_record_view&id=976&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.jonlee.ca/review-gfi-languard-network-security-scanner/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>Review: Swagbucks &#8211; Get Rewards for Searching</title>
		<link>http://www.jonlee.ca/review-swagbucks-get-rewards-for-searching/</link>
		<comments>http://www.jonlee.ca/review-swagbucks-get-rewards-for-searching/#comments</comments>
		<pubDate>Tue, 19 May 2009 12:30:25 +0000</pubDate>
		<dc:creator>Jon Lee</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[ask]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[prize]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[scour]]></category>
		<category><![CDATA[search-engine]]></category>
		<category><![CDATA[swagbucks]]></category>

		<guid isPermaLink="false">http://www.jonlee.ca/?p=964</guid>
		<description><![CDATA[Swagbucks is very similar to a search engine I wrote about a while ago: Scour, the social search engine.  I received some comments and e-mails from readers noting that Scour, although they do pay you to search, has a payout that is so low that it wasn&#8217;t worth the effort. I agree with this, in fact, after [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-965 alignright" title="Swagbucks" src="http://www.jonlee.ca/wp-content/uploads/2009/05/swagbucks-logo.png" alt="Swagbucks" width="279" height="82" /></p>
<p><a href="http://www.jonlee.ca/go/swagbucks/">Swagbucks</a> is very similar to a search engine I wrote about a while ago: <a href="http://www.jonlee.ca/review-scour-get-paid-to-search-google-yahoo-and-live/">Scour</a>, the social search engine.  I received some comments and e-mails from readers noting that Scour, although they <em>do </em>pay you to search, has a payout that is so low that it wasn&#8217;t worth the effort. I agree with this, in fact, after almost a year of use, I just managed to just reach the first $25 payout level.</p>
<p>I wanted to find another search provider to make better returns on my searches and I found Swagbucks.  What&#8217;s not to like about getting free stuff from something you do anyways?</p>
<p><strong>How it works<br />
<span style="font-weight: normal;">Swagbucks is primarily a search engine that is powered by Ask! and Google so you know the results will be relevant.  By using their site, you can earn &#8220;Swag bucks&#8221; which can then be redeemed for prizes, gift certificates, or as entry into contests.  There are a few ways you can get Swagbucks:</span></strong></p>
<ol>
<li><strong>Searching </strong>- for every search query through their site, you have a random chance to win anywhere from 1 to 100 Swagbucks.  After using it for a few days, I&#8217;ve already accumulated 15 swag bucks.</li>
<li><strong>Swagcodes</strong> - occasionally (around once or twice per day), the Swagbucks team will post a hidden Swagcode somewhere on their site (usually their blog).  Enter this code into your account and receive a couple of free easy swagbucks but these codes expire after a while.</li>
<li><strong>Trade-in your stuff</strong> - if you have an old cellphone or console system/games lying around, you can send them in and they&#8217;ll give you swag bucks in return.  You won&#8217;t be getting a great return for them but if your phone is just sitting around collecting dust then why not make a few swag bucks?</li>
<li><strong>Shopping</strong> &#8211; Swagbucks has an online shopping mall with many online retailers.  If you purchase something from one of them through their affiliate link, they&#8217;ll give you 1 swag buck per $5 spent.  With large retailers like Apple, Wal-mart, and Footlocker, you can accumulate swag bucks pretty quickly!  They also offer a lot of exclusive coupons too all of these retailers.</li>
<li><strong>Referrals </strong>- If you refer a friend, you get an equal number of swag bucks that they earn from searches! Feel free to <a href="http://www.jonlee.ca/go/swagbucks/">use me as a referral</a>.</li>
</ol>
<p><strong>What you can get<br />
<span style="font-weight: normal;"><img class="alignright size-full wp-image-968" title="Swag bucks rewards" src="http://www.jonlee.ca/wp-content/uploads/2009/05/swagbucks-screenshot.png" alt="Swag bucks rewards" width="240" height="301" />You can start redeeming stuff with as little as 3 swag bucks.  There are numerous things you can redeem for but the most popular seem to be the following:</span></strong></p>
<ul>
<li>$5 Amazon.com gift certificate (45 swagbucks)</li>
<li>Various sweepstakes entries (1 swagbuck)</li>
<li>Comic books of all types (30+ swagbucks)</li>
</ul>
<p><strong>What the future holds for Swagbucks<br />
<span style="font-weight: normal;">I know of many people that have already received small rewards but I don&#8217;t know of anyone saving up enough swag bucks for a large reward yet.  Even if you simply cash out for $5 gift certificates, you should be able to accumulate $15-20 per month very easily just from searches alone.</span></strong></p>
<p>It will be interesting to see how Google-powered search engines will hold up against new upcoming search engines like <a href="http://www.wolframalpha.com">WolframAlpha</a> which has the potential to become a threat in the future if they choose to extend beyond being a knowledge based search engine.</p>
<p><strong>Sign-up Bonus<br />
<span style="font-weight: normal;">If you use this link you can get a bonus 3 Swagbucks for signing up just to get you started: <a href="http://swagbucks.com/refer/bonus">http://swagbucks.com/refer/bonus</a></span></strong></p>
<img src="http://www.jonlee.ca/?ak_action=api_record_view&id=964&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.jonlee.ca/review-swagbucks-get-rewards-for-searching/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Review: Rogue Wallet</title>
		<link>http://www.jonlee.ca/review-rogue-wallet/</link>
		<comments>http://www.jonlee.ca/review-rogue-wallet/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 14:51:40 +0000</pubDate>
		<dc:creator>Jon Lee</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[minimalism]]></category>
		<category><![CDATA[minimalist]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[rogue wallet]]></category>
		<category><![CDATA[wallet]]></category>

		<guid isPermaLink="false">http://www.jonlee.ca/?p=928</guid>
		<description><![CDATA[One nice thing about running a somewhat popular blog is that companies occasionally send you free stuff to review! Last year, I wrote an article discussing wallet alternatives for the minimalist.  The nice people over at Rogue Wallet saw this article and I guess they didn&#8217;t want to be left out! They sent me a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jonlee.ca/wp-content/uploads/2009/03/img_1380.jpg"><img class="alignright size-medium wp-image-937" title="Rogue Wallet Exterior" src="http://www.jonlee.ca/wp-content/uploads/2009/03/img_1380-300x225.jpg" alt="Rogue Wallet Exterior" width="300" height="225" /></a></p>
<p>One nice thing about running a somewhat popular blog is that companies occasionally send you free stuff to review!</p>
<p>Last year, I wrote an article discussing <a href="http://www.jonlee.ca/wallet-alternatives-for-the-minimalist/">wallet alternatives for the minimalist</a>.  The nice people over at <a href="http://www.roguewallet.com/">Rogue Wallet</a> saw this article and I guess they didn&#8217;t want to be left out!</p>
<p>They sent me a couple samples of their patent-pending Rogue Wallet for me to try out, the <a href="http://www.roguewallet.com/Images.html">black leather Original Rogue Wallet</a> as well as the <a href="http://www.roguewallet.com/RogueRedLineWallet.html">Rogue Red Line Wallet</a>.  I used the red line wallet for about a week and felt informed enough to give a detailed review of their wallet.</p>
<p><strong>Design</strong><br />
Now first of all, the Rogue Wallet is a bi-fold wallet (meaning it folds in half) unlike most of the minimalist wallets I described in my article.  Regardless, it is still thin: well under a centimeter thick.</p>
<p><img class="alignright size-full wp-image-934" title="Rogue Wallet Idea" src="http://www.jonlee.ca/wp-content/uploads/2009/03/rogue-wallet.jpg" alt="Rogue Wallet Idea" width="196" height="312" />The most unique (and obvious) feature of the Rogue Wallet is its contoured shape.  This patent-pending shape is designed to sit comfortably in your front pocket because someone finally realized that most pockets aren&#8217;t rectangular shaped!  Given this fact, this is indeed a front pocket wallet and would look funny when used in a back pocket.  You shouldn&#8217;t put your wallet in your back pocket anyway due to health concerns and pickpockets.</p>
<p>The Red Line wallet that I used has a distinctive line going across the entire outside of the wallet.  I love this little accent but it is simply for show and serves no practical purpose.  It matches my Thinkpad laptop very well though!</p>
<p><strong>Canadian-friendly!<br />
</strong>I&#8217;m not sure why it&#8217;s so hard to find Canadian friendly wallets as there are so many of us!  Our currency bills are slightly taller than their American counterparts so bills stick out unsightly on a lot of wallets, but not the Rogue wallet!  It seems like the designers kept other countries in mind when deciding on the height of the wallet, and for that, I thank them!</p>
<p><strong>How much can it hold<br />
</strong><a href="http://www.jonlee.ca/wp-content/uploads/2009/03/img_1379.jpg"><img class="alignright size-thumbnail wp-image-936" title="Rogue Wallet Interior" src="http://www.jonlee.ca/wp-content/uploads/2009/03/img_1379-150x150.jpg" alt="Rogue Wallet Interior" width="150" height="150" /></a>Superficially, it has a bill compartment, 3 card slots and 1 transparent ID window.  Practically though, it can comfortably hold about 8 cards and a wad of bills.  Of course, the more you put in, the thicker it gets so it is still advisable to only hold your essentials to keep the size down.</p>
<p><strong>Comfort<br />
</strong>Trying this wallet in the front pocket of my pants that have rounded pockets, it does indeed work as advertised!  It fits naturally and comfortably.  Trying it on my other pair of pants that for some reason have rectangular pockets, you can see a little corner jutting out of my pants&#8230; of course, I then simply flipped it around and put it straight edge down.  Comfort problem solved!</p>
<p><a href="http://www.jonlee.ca/wp-content/uploads/2009/03/img_1383.jpg"><img class="size-thumbnail wp-image-935 alignright" title="Rogue Wallet - Red stripe and regular" src="http://www.jonlee.ca/wp-content/uploads/2009/03/img_1383-150x150.jpg" alt="Rogue Wallet - Red stripe and regular" width="150" height="150" /></a>As for the size of the wallet, the rounded contours do not provide any sort of extra storage space, in fact they are just attached to the ends of the wallet so it does make the footprint of the wallet larger than normal.  As for the thickness, the Rogue Wallet is thinner than a lot of wallets I&#8217;ve tried, but not as thin as the <a href="http://www.jonlee.ca/wallet-alternatives-for-the-minimalist/">minimalist wallets I reviewed in my other article</a>.  Then again, those wallets can&#8217;t hold as much.</p>
<p><strong>Conclusion<br />
</strong>The Rogue Wallet is a novel idea and implemented very well.  It is well made and can potentially replace your current wallet.  I wouldn&#8217;t say it is a true minimalist wallet though but it comes close, especially if you cannot bring yourself to hold less than 4 cards at a time.</p>
<img src="http://www.jonlee.ca/?ak_action=api_record_view&id=928&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.jonlee.ca/review-rogue-wallet/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Review: Online Casino Bluebook</title>
		<link>http://www.jonlee.ca/review-online-casino-bluebook/</link>
		<comments>http://www.jonlee.ca/review-online-casino-bluebook/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 22:40:07 +0000</pubDate>
		<dc:creator>Jon Lee</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Sponsored]]></category>
		<category><![CDATA[gambling]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[online casino bluebook]]></category>
		<category><![CDATA[poker]]></category>

		<guid isPermaLink="false">http://www.jonlee.ca/?p=924</guid>
		<description><![CDATA[Personally, I&#8217;m an avid poker player as the statistical aspects of the game greatly interest me.  As such, I play casually with my friends about two or three times a month.  There was a period of time a few years ago where I did play some poker online.  I&#8217;m not a huge fan of gambling [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-925 alignleft" title="Online Casino Bluebook" src="http://www.jonlee.ca/wp-content/uploads/2009/02/bluelg.gif" alt="Online Casino Bluebook" width="31" height="40" />Personally, I&#8217;m an avid poker player as the statistical aspects of the game greatly interest me.  As such, I play casually with my friends about two or three times a month.  There was a period of time a few years ago where I did play some poker online.  I&#8217;m not a huge fan of gambling so I didn&#8217;t put too much money into my account.  What I didn&#8217;t know at the time was that I could have gotten a lot of free bonus money to start!</p>
<p>Many poker sites offer sign-up bonuses but you also need to keep in mind that you don&#8217;t want to play on shady and non-reputable sites.  If you&#8217;re choosing an online casino to do a little bit of gambling online, you&#8217;ll find that it isn&#8217;t as easy a task as you would have thought.  There are many things to consider!</p>
<p>For beginning players and experienced players alike, <a href="http://www.onlinecasinobluebook.net">online casino bluebook</a> is a free site that reviews a lot of online casinos, ranking them based on:</p>
<ul>
<li>Bonus size</li>
<li>Payout percentage</li>
<li>Customer service</li>
<li>Game features</li>
<li>Number of games</li>
<li>Software graphics</li>
<li>Ease of use</li>
</ul>
<p>The site itself is simple and straight to the point.  My guess is that the site makes money on affiliate commissions but the information and reviews seems to be unbiased.  There is also a forum that is slowly growing in size but the primary topic of discussion appears to be poker.  Online casino bluebook has been around for a while now (since 2000) so you can assume they know what they are talking about.  The casinos they review also aren&#8217;t limited to just the United States!</p>
<p><span class="contentSubHeading">You&#8217;d be amazed at some of the sign-up bonuses you can get with some of these online casinos!  Even if you&#8217;re not great at gambling, its a good way to try your luck and kill some time.<br />
</span></p>
<img src="http://www.jonlee.ca/?ak_action=api_record_view&id=924&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.jonlee.ca/review-online-casino-bluebook/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

