<?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>Fresh Thinking &#187; Reviews</title>
	<atom:link href="http://www.freshbooks.com/blog/category/eye-on-the-web/product-reviews/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freshbooks.com</link>
	<description>A blog about our thoughts on entrepreneurship, teamwork, our services, the Web and anything we find interesting.</description>
	<lastBuildDate>Fri, 20 Nov 2009 20:48:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mac envy: How to use an Apple keyboard with Windows</title>
		<link>http://www.freshbooks.com/blog/2008/04/03/mac-envy-how-to-use-an-apple-keyboard-with-windows/</link>
		<comments>http://www.freshbooks.com/blog/2008/04/03/mac-envy-how-to-use-an-apple-keyboard-with-windows/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 16:00:29 +0000</pubDate>
		<dc:creator>Ben Vinegar</dc:creator>
				<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.freshbooks.com/?p=1158</guid>
		<description><![CDATA[With Macs now controlling 14% of the US market share  (up from 9% in 2006), it’s clear that the world is quickly going Mac.
This is especially evident here at FreshBooks. When I joined last year, we were a strictly PC/Windows shop. Since then, we’ve added 6 iMacs to the grid — and more are [...]]]></description>
			<content:encoded><![CDATA[<p><img class="floatright outline" src="http://www.freshbooks.com/blog/wp-content/uploads/2008/03/mac-keyboard-windows.jpg" alt="Photo of a Mac keyboard on a PC" align="right" />With Macs now controlling <a href="http://www.macworld.co.uk/mac/news/index.cfm?newsid=20751">14% of the US market share </a> (up from 9% in 2006), it’s clear that the world is quickly going Mac.</p>
<p>This is especially evident here at FreshBooks. When I joined last year, we were a strictly PC/Windows shop. Since then, we’ve added 6 iMacs to the grid — and more are on the way.</p>
<h4>Resistance is futile</h4>
<p>I, for one, welcome our new Mac overlords. To help kick-start the indoctrination process, I’ve begun using an Apple keyboard with my Windows box here at work. Sure, the buttons don&#8217;t match up perfectly (where&#8217;s the print screen button?), but with a few easy steps, you can re-map your Windows keys such that you&#8217;ll hardly notice.</p>
<h4>Introducing AutoHotKey</h4>
<p><a href="http://www.autohotkey.com/">AutoHotKey</a> is freeware software for Windows XP that lets you create easy-to-write scripts that define alternate key mappings in Windows. You can do the same by hacking the Windows registry yourself &#8211; but that&#8217;s just plain silly.</p>
<h4>The script</h4>
<p>After you’ve installed AutoHotKey, <a href="http://www.freshbooks.com/blog/wp-content/uploads/2008/03/mac-to-windows.ahk">download this script</a> and run it (either by double-clicking or right-click -&gt; &#8220;Run Script&#8221;). This will load a set of pre-defined rules that will make your Apple keyboard operate like a Windows one — <a href="http://www.apple.com/keyboard/">but way sexier</a>.</p>
<p>Here&#8217;s the rules I&#8217;m using:</p>
<blockquote>
<pre>; Swap Windows (Command) and Alt keys
; These button locations are reversed on Mac keyboardsLAlt::LWin
LWin::LAlt
; Map F13 to Print screen
; Mac keyboards don't have a print-screen button!
F13::PrintScreen</pre>
</blockquote>
<p>To have this script run every time Windows boots up, save it in your Startup folder (Start -&gt; All Applications -&gt; Startup).</p>
<p>That&#8217;s it! Happy typing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freshbooks.com/blog/2008/04/03/mac-envy-how-to-use-an-apple-keyboard-with-windows/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Review: CSSEdit 2</title>
		<link>http://www.freshbooks.com/blog/2008/02/27/product-review-cssedit-2-needs-new-screen-needs-footer-image/</link>
		<comments>http://www.freshbooks.com/blog/2008/02/27/product-review-cssedit-2-needs-new-screen-needs-footer-image/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 14:08:29 +0000</pubDate>
		<dc:creator>Alistair Morton</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.freshbooks.com/blog/2008/02/27/product-review-cssedit-2-needs-new-screen-needs-footer-image/</guid>
		<description><![CDATA[We don’t do many software reviews here at FreshBooks, but every once in a while there is an application deserving of note, and CSSEdit is most certainly one of those apps.
If you hadn’t guessed, we really, really like our accessibility and standards here at FreshBooks. We’re always working hands-on designing our application, our Web site [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://macrabbit.com/cssedit/" title="CSSEdit"><img src="http://www.freshbooks.com/blog/wp-content/uploads/2008/02/cssedit-logo.jpg" alt="CSSEdit logo" class="floatright none" align="right" /></a>We don’t do many software reviews here at FreshBooks, but every once in a while there is an application deserving of note, and CSSEdit is most certainly one of those apps.</p>
<p>If you hadn’t guessed, we really, really like our accessibility and standards here at FreshBooks. We’re always working hands-on designing our application, our Web site and our blog. This means a lot of our work flow involves tweaking and adjusting the little things in our CSS.</p>
<p>There are several options in both the PC and Mac worlds that allow you to visualize your work before you take that latest layout live. Many show great promise but are stuck in the dreaded version one, or even beta. Some are just too complex, making the simple jobs complicated, all the while hoarding valuable system resources while you switch between Photoshop, Illustrator and whatever else you run during your standard work flow.</p>
<p><img src="http://www.freshbooks.com/blog/wp-content/uploads/2008/02/cssedit-screenshot.jpg" alt="CSSEdit screenshot" /></p>
<p>Enter CSSEdit, which has everything one could want in an application. Simplistic design, easy learning curve, visual styling, lightweight footprint and a host of features to increase your productivity and allow you to focus on getting your work done. Designing is a visual world, and CSSEdit allows you to code, reference and see your designs in real time, easily and powerfully.</p>
<h4>Features</h4>
<p><strong>Preview:</strong> Gone are the days of make changes, upload, refresh, repeat. CSSEdit’s built in preview and X-ray features make finding errors or locating erroneous code as simple as using your eyes. X-ray determines where the element is on your page, so you can discovering how elements are interacting.</p>
<p><strong>Selector Builder:</strong> If you work in Web standards you can imagine creating more advanced selectors can become quite the learning experience. Selector Builder is a feature that removes the guessing game and lets you work in plain English.</p>
<p><strong>Powerful source editing:</strong> Repetition be gone! CSSEdit automatically adds brackets, (semi-)colons and appropriate spacing for you. If you encounter a style sheet from someone who didn&#8217;t have that luxury, you can always do a re-indent to immediately apply your spacing settings. Tada!</p>
<p><strong>Milestones:</strong> We all have faults and can obviously make mistakes — and web browsers, like people, are no exception. If you happen to break something while trying to adjust for one of these “browsers” you can use CSSEdit’s milestones to go back to a previous time and figure it out. It lets you fix bugs without fear of losing your valuable work.</p>
<h4>Verdict</h4>
<p>I’ve been using CSSEdit in conjunction with TextMate leading up to this review. With the switch I’ve managed to remove some of the much larger and more expensive Web design behemoths from my repertoire. The big application companies would do well to look at the way apps like CSSEdit can slip so smartly into a designer&#8217;s work flow, removing overhead and streamlining production.</p>
<p>With a price point of $29.95 USD, creating Web sites has never been so rich, or affordable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freshbooks.com/blog/2008/02/27/product-review-cssedit-2-needs-new-screen-needs-footer-image/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Productivity tip #35: kick-ass headphones</title>
		<link>http://www.freshbooks.com/blog/2007/12/10/productivity-tip-35-kick-ass-headphones/</link>
		<comments>http://www.freshbooks.com/blog/2007/12/10/productivity-tip-35-kick-ass-headphones/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 21:38:01 +0000</pubDate>
		<dc:creator>Ben Vinegar</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.freshbooks.com/blog/2007/12/10/productivity-tip-35-kick-ass-headphones/</guid>
		<description><![CDATA[The FreshBooks headquarters can be a busy place. At any given moment there are phone calls, product discussions, and programming banter clogging the airwaves. Combine that with our open-concept office, which means no cubicles, walls, or other sound-dampening barriers, and you’ve got (at times) one distracting work environment.
I’ve found that I work best when I’m [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.freshbooks.com/blog/wp-content/uploads/2007/12/leave-ben-alone.jpg" alt="leave-ben-alone.jpg" class="floatright" align="right" />The FreshBooks headquarters can be a busy place. At any given moment there are phone calls, product discussions, and programming banter clogging the airwaves. Combine that with our open-concept office, which means no cubicles, walls, or other sound-dampening barriers, and you’ve got (at times) one distracting work environment.</p>
<p>I’ve found that I work best when I’m totally focused on the task at hand. Any little distraction, and that huge chunk of code I was juggling in my head — it’s gone, and my productivity with it.</p>
<p>My solution? A pair of <a href="http://www.audio-technica.com/cms/headphones/7c784888146c212e/index.html">studio headphones from Audio-Technica</a> I picked up on <a href="http://search.ebay.com/search/search.dll?sofocus=bs&amp;sbrftog=1&amp;catref=C6&amp;from=R10&amp;_trksid=m37&amp;satitle=ath-m40fs&amp;sacat=-1%26catref%3DC6&amp;sargn=-1%26saslc%3D2&amp;sadis=200&amp;fpos=ZIP%2FPostal&amp;sabfmts=1&amp;saobfmts=insif&amp;ftrt=1&amp;ftrv=1&amp;saprclo=&amp;saprchi=&amp;fsop=1&amp;fsoo=1">eBay</a> back in August. Now when I need to get something done, I pop on my phones and blot out the world with tunes from my iPod. I can’t hear my co-workers and they can’t hear me, even with the volume cranked — which is great, because I listen to some <a href="http://www.thespicegirls.com/">pretty embarrassing stuff</a>.</p>
<p>My self-imposed “audio prison” has become a shining beacon of productivity around the office. <a href="http://www.freshbooks.com/our-team.php#michael">Mike</a>’s joked about buying sets for the entire office, and <a href="http://www.freshbooks.com/blog/2007/10/17/under-the-hood-introducing-justin/">Justin’s</a> test-driving a pair of <a href="http://www.sennheiserusa.com/newsite/productdetail.asp?transid=004974">heavy-duty Sennheiser’s</a> as we speak.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freshbooks.com/blog/2007/12/10/productivity-tip-35-kick-ass-headphones/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Review: Cloudmark Desktop spam filtering</title>
		<link>http://www.freshbooks.com/blog/2007/08/09/product-review-cloudmark-spam-filtering-service/</link>
		<comments>http://www.freshbooks.com/blog/2007/08/09/product-review-cloudmark-spam-filtering-service/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 13:33:58 +0000</pubDate>
		<dc:creator>Mike McDerment</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[cloudmark]]></category>

		<guid isPermaLink="false">http://www.freshbooks.com/blog/2007/08/09/product-review-cloudmark-spam-filtering-service/</guid>
		<description><![CDATA[Earlier this year (February-ish) I switched to Vista Business.  When I switched I started using Microsoft&#8217;s native spam filtering software. Microsoft&#8217;s spam filtering software downloads updates nightly, and for a while it worked fine, but recently I&#8217;ve been barraged by spam and I finally snapped.  I needed a solution, so I went back [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier this year (February-ish) I switched to <a href="http://www.microsoft.com/windows/products/windowsvista/editions/business/default.mspx">Vista Business</a>.  When I switched I started using Microsoft&#8217;s native spam filtering software. Microsoft&#8217;s spam filtering software downloads updates nightly, and for a while it worked fine, but recently I&#8217;ve been barraged by spam and I finally snapped.  I needed a solution, so I went back to <a href="http://www.cloudmark.com">Cloudmark Desktop</a> — the service I had been using for the past four years.</p>
<p>After three days back on Cloudmark I have to admit I don&#8217;t know how I survived so long without it.  It&#8217;s indispensable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freshbooks.com/blog/2007/08/09/product-review-cloudmark-spam-filtering-service/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Friends in 2.0: AideRSS</title>
		<link>http://www.freshbooks.com/blog/2007/07/27/friends-in-20-aiderss/</link>
		<comments>http://www.freshbooks.com/blog/2007/07/27/friends-in-20-aiderss/#comments</comments>
		<pubDate>Fri, 27 Jul 2007 22:42:11 +0000</pubDate>
		<dc:creator>Sunir Shah</dc:creator>
				<category><![CDATA[Freelancing & small business]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.freshbooks.com/blog/2007/07/27/friends-in-20-aiderss/</guid>
		<description><![CDATA[Introducing AideRSS.
A couple weeks ago I had the pleasure of meeting the folks behind AideRSS, a truly amazing new tool for bloggers based in nearby Waterloo, Ontario. With AideRSS, you can just plug in the address of your blog and it tells you very quickly how much buzz you&#8217;ve generated. Think how useful this is: [...]]]></description>
			<content:encoded><![CDATA[<p><b>Introducing AideRSS.</b></p>
<p>A couple weeks ago I had the pleasure of meeting the folks behind <a href="http://www.aiderss.com">AideRSS</a>, a truly amazing new tool for bloggers based in nearby Waterloo, Ontario. With AideRSS, you can just plug in the address of your blog and it tells you very quickly how much buzz you&#8217;ve generated. Think how useful this is: you can quickly determine who is saying what about you, where, and how much. Figure out at a glance what rocks your audience, and what bores them to death.</p>
<p>Give it a whirl. Here are a few examples:</p>
<table>
<tr>
<th>Blog</th>
<th>AideRSS</th>
</tr>
<tr>
<th><a href="http://www.freshbooks.com/blog/">FreshBooks</a></td>
<td><a href="http://www.aiderss.com/all/freshbooks.com/blog">Hear the Buzz!</a></td>
</tr>
<tr>
<th><a href="http://www.37signals.com/svn/">37 Signals</a></td>
<td><a href="http://www.aiderss.com/all/37signals.com/svn/">Hear the Buzz!</a></td>
</tr>
<tr>
<th><a href="http://www.techcrunch.com">TechCrunch</a></td>
<td><a href="http://www.aiderss.com/all/techcrunch.com">Hear the Buzz!</a></td>
</tr>
</table>
<p><a href="http://www.igvita.com">Ilya Grigorik</a> and Kevin Thomason were kind enough to invite me into the beta last week, and I have been waiting <em>impatiently</em> for them to go public so I can tell you about it.</p>
<p>Well, this past Tuesday, they <a href="http://www.aiderss.com/blog/2007/07/24/aiderss-is-going-live/">launched</a>. So I want to highlight some things that are particularly awesome.</p>
<h4>A masterpiece of clarity.</h4>
<p>Nothing about AideRSS is confusing. Everything about it is charming. It didn&#8217;t take long before half the company were huddled around my desk looking out how our blog was performing. The essence of its appeal is that it doesn&#8217;t take more than 1 second for anyone to understand exactly what to do, and what it&#8217;s good for.</p>
<h4>Start at the beginning.</h4>
<p class="center"><a href="http://www.aiderss.com/" title="AideRSS - Front page"><img src="http://www.freshbooks.com/blog/wp-content/uploads/2007/07/aiderss_frontpage.png" alt="AideRSS - Front page" class="outline space none" /></a></p>
<p>Let&#8217;s start with the clean design of the <a href="http://www.aiderss.com">front page</a>. Look how well balanced it is. The elements on the page are well separated and obvious. The description of the product at the bottom is cleanly segmented into Features, Benefits, and Video tours. The call to action is obvious. Type a blog URL and click Analyze!</p>
<h4>Where I spend too much time a day.</h4>
<p class="center"><a href="http://www.aiderss.com/all/freshbooks.com/blog" title="AideRSS - Ranking"><img src="http://www.freshbooks.com/blog/wp-content/uploads/2007/07/aiderss_ranking.png" alt="AideRSS - Ranking" class="outline space none" /></a></p>
<p>The <a href="http://www.aiderss.com/all/freshbooks.com/blog">analysis</a> is clean, direct, and uncomplicated. First, they quickly segment the blog posts into quartiles, and they use nice, simple visual cues like the bolder the colour, the higher the quartile. Second, they make it easy to figure out which posts are outperforming others with their nifty sortable table. Third, their PostRank system is fantastic at quickly visually identifying which posts are hot and which are not.</p>
<h4>Let&#8217;s hear that noise!</h4>
<p class="center"><a href="http://www.aiderss.com/all/freshbooks.com/blog" title="AideRSS - Top conversations"><img src="http://www.freshbooks.com/blog/wp-content/uploads/2007/07/aiderss_conversations.png" alt="AideRSS - Top conversations" class="outline space none" /></a></p>
<p>The real benefit is that AideRSS subscribes to all the services that track blog conversations, and then organizes them in a <a href="http://www.aiderss.com/all/freshbooks.com/blog">handy table</a>. This saves so much time tracking down who is saying what about you, and where. In this case, it is showing comments on our own blog,  and impact on <a href="http://www.technorati.com">Technorati</a>, <a href="http://www.bloglines.com">Bloglines</a>, and <a href="http://www.digg.com">Digg</a>. Just click on the little logos to swim in the sea of buzz your latest musings on cat pictures generated.</p>
<h4>Why it matters to me.</h4>
<p>For someone who is entrusted with the health of the FreshBooks blog, AideRSS is really my new favourite tool. The cold hard reality of this gig is I need to demonstrate that we&#8217;re saying what people care about. While FeedBurner gives me readership, AideRSS measures impact, and that is powerful stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freshbooks.com/blog/2007/07/27/friends-in-20-aiderss/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Friends in 2.0: Gliffy</title>
		<link>http://www.freshbooks.com/blog/2007/07/13/friends-in-20-gliffy/</link>
		<comments>http://www.freshbooks.com/blog/2007/07/13/friends-in-20-gliffy/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 14:49:26 +0000</pubDate>
		<dc:creator>Sunir Shah</dc:creator>
				<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.freshbooks.com/blog/2007/07/13/friends-in-20-gliffy/</guid>
		<description><![CDATA[Although I&#8217;m currently doing marketing for the good folks at FreshBooks, I came from a tech background. Two of the bigger things I have worked on in my life are wikis and Scalable Vector Graphics (SVG), a XML standard clone of Flash. I have an undying love for the &#60;g&#62; tag, which does not need [...]]]></description>
			<content:encoded><![CDATA[<p>Although I&#8217;m currently doing marketing for the good folks at FreshBooks, I came from a tech background. Two of the bigger things I have worked on in my life are <a href="http://usemod.com/cgi-bin/mb.pl">wikis</a> and <a href="http://www.w3.org/Graphics/SVG/">Scalable Vector Graphics (SVG)</a>, a XML standard clone of Flash. I have an undying love for the &lt;g&gt; tag, which does not need your prying questions.</p>
<p>So, I was pleasantly surprised to find amongst our customers one, <a href="http://www.gliffy.com">Gliffy</a>, a company I have been watching and admiring for a long time. Joining other Office 2.0 apps like Google Docs &amp; Spreadsheets, Gliffy is the web 2.0 version of Visio. Gliffy lets you create a diagram, share it with others, work on it together, and publish it when complete. All versions are kept. Everything is entirely web-based and so you can access and create diagrams anytime, anywhere. And it looks and feels like standard desktop drawing tools, which I found makes it very, very easy to learn.</p>
<p>Even better, they have released a <a href="http://gliffy.com/confluencePlugin/">plugin</a> for <a href="http://www.atlassian.com/software/confluence/">Confluence</a>, the current market leading enterprise wiki. And they export SVG! Too awesome. How I would have loved to have Gliffy at my last gig while negotiating message sequence diagrams with our client.</p>
<p>Anyway, checkout the <a href="http://www.gliffy.com/examples1.shtml">Examples</a> section on the Gliffy <a href="http://www.gliffy.com/">website</a> to see what you can accomplish. Some of the diagrams are quite impressive. Gliffy has a natural fit with information architects, software developers, engineers, and architects.</p>
<p><strong>Update:</strong> Gliffy suggested I mention their <a href="http://www.gliffy.com/gliffy/?ref=Jul1307FB#reg=1">demo</a>, which is très cool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freshbooks.com/blog/2007/07/13/friends-in-20-gliffy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote file backup services: Carbonite review</title>
		<link>http://www.freshbooks.com/blog/2007/07/12/remote-file-back-services-carbonite-review/</link>
		<comments>http://www.freshbooks.com/blog/2007/07/12/remote-file-back-services-carbonite-review/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 14:28:04 +0000</pubDate>
		<dc:creator>Mike McDerment</dc:creator>
				<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.freshbooks.com/blog/2007/07/12/remote-file-back-services-carbonite-review/</guid>
		<description><![CDATA[I&#8217;ve been using Carbonite to backup my desktop for the past few weeks.  While Daniel got it going okay, we have encountered two problems:

I&#8217;m on Vista, and since installing it I&#8217;ve started getting the blue screen of death.  I did not want to attribute that to Carbonite, but when I went to look [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a href="http://www.carbonite.com">Carbonite</a> to backup my desktop for the past few weeks.  While Daniel got it going okay, we have encountered two problems:</p>
<ol>
<li>I&#8217;m on Vista, and since installing it I&#8217;ve started getting the blue screen of death.  I did not want to attribute that to Carbonite, but when I went to look at some of my backup files, it happened again.  Pretty sure it&#8217;s Carbonite.</li>
<li>When I asked Daniel if we should stick with them, he said &#8220;no.&#8221;  Pretty definitive.   When I asked why he said, &#8220;I&#8217;ve sent two questions to their support team and have not received any replies.&#8221;  Those questions were sent over three weeks ago.</li>
</ol>
<p>It&#8217;s funny, but I bet if Daniel had got a reply to his questions, we would not have canceled our account.  I will give them this, they sent me to a pretty good customer survey when I canceled.  I filled it out.  That was a good experience.</p>
<p>Can anyone recommend a remote file backup service?  Preferably one that is Vista-safe?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freshbooks.com/blog/2007/07/12/remote-file-back-services-carbonite-review/feed/</wfw:commentRss>
		<slash:comments>142</slash:comments>
		</item>
		<item>
		<title>Quickie review: BlackBerry 8700</title>
		<link>http://www.freshbooks.com/blog/2007/03/29/blackberry-8700/</link>
		<comments>http://www.freshbooks.com/blog/2007/03/29/blackberry-8700/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 15:36:12 +0000</pubDate>
		<dc:creator>Mike McDerment</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[blackberry 8700]]></category>
		<category><![CDATA[rim]]></category>

		<guid isPermaLink="false">http://www.freshbooks.com/blog/2007/03/29/blackberry-8700/</guid>
		<description><![CDATA[I finally broke down and bought a BlackBerry.  So far I have to say it’s been amazing.  I bought a BlackBerry 8700, but the reason I was inspired to post is sort of unusual.  I decided to post because I dropped my brand new BlackBerry 8700 three times in the first 24 [...]]]></description>
			<content:encoded><![CDATA[<p>I finally broke down and bought a BlackBerry.  So far I have to say it’s been amazing.  I bought a BlackBerry 8700, but the reason I was inspired to post is sort of unusual.  I decided to post because I dropped my brand new BlackBerry 8700 three times in the first 24 hours I had it&#8230; two times on a hard tile floor, once on pavement&#8230; while I was running.  All three times the device fell <i>hard</i>.  It ought to have broken&#8230; seriously, but it’s barely got a scratch, which totally blows me away.</p>
<p>Having my expectations exceeded made me figure it was worthwhile to post.  Truly an excellent product from a colossal <a href="http://www.rim.net/">success in Waterloo, Ontario</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freshbooks.com/blog/2007/03/29/blackberry-8700/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
