<?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>Dan Taylor &#187; Productivity</title>
	<atom:link href="http://blog.turnthescrew.com/category/productivity/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.turnthescrew.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Nov 2011 17:08:10 +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>Vancouver 2010 Olympics &#8211; as mind map</title>
		<link>http://blog.turnthescrew.com/2010/01/vancouver-2010-olympics-as-mind-map/</link>
		<comments>http://blog.turnthescrew.com/2010/01/vancouver-2010-olympics-as-mind-map/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 18:25:14 +0000</pubDate>
		<dc:creator>Dan Taylor</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[mind map]]></category>
		<category><![CDATA[mindmeister]]></category>
		<category><![CDATA[olympics]]></category>
		<category><![CDATA[vancouver]]></category>
		<category><![CDATA[vancouver olympics]]></category>

		<guid isPermaLink="false">http://blog.turnthescrew.com/?p=1088</guid>
		<description><![CDATA[Culling through listings of which Olympic events are happening when can be a bit tedious.  To this end, I created this mind map to illustrate the flexibility of MindMeister's mind mapping solution.]]></description>
			<content:encoded><![CDATA[<p><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic -->Culling through listings of which Olympic events are happening when can be a bit tedious.  To this end, I created this mind map to illustrate the flexibility of <a href="http://www.mindmeister.com/">MindMeister</a>&#8216;s mind mapping solution.</p>
<p><iframe width="600" height="400" frameborder="0" src="http://www.mindmeister.com/maps/public_map_shell/39777259?width=600&#038;height=400&#038;zoom=1" scrolling="no" style="overflow:hidden"></iframe></p>
<p>I&#8217;ll be keeping the schedule up to date and including a listing of winners, as well as any relevant/newsworthy notes.  Let the Games begin!
<div class="shr-publisher-1088"></div>
<p><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.turnthescrew.com/2010/01/vancouver-2010-olympics-as-mind-map/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to fix the exhausted memory error in WordPress</title>
		<link>http://blog.turnthescrew.com/2009/08/how-to-fix-the-exhausted-memory-error-in-wordpress/</link>
		<comments>http://blog.turnthescrew.com/2009/08/how-to-fix-the-exhausted-memory-error-in-wordpress/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 10:43:17 +0000</pubDate>
		<dc:creator>Dan Taylor</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[exhausted memory]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress installation]]></category>
		<category><![CDATA[wordpress upgrade]]></category>

		<guid isPermaLink="false">http://blog.turnthescrew.com/?p=859</guid>
		<description><![CDATA[Every time a new wordpress upgrade comes out, I'm stuck with the dreaded exhausted memory error.  Here's how to fix it.]]></description>
			<content:encoded><![CDATA[<p><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic -->Today, like any other day a wordpress update comes out, is a relatively painless procedure thanks to Keith Dsouza of <a href="http://techie-buzz.com/">Techie Buzz</a>’s awesome <a href="http://techie-buzz.com/wordpress-plugins/wordpress-automatic-upgrade-12-release.html">WordPress Automatic Upgrade plugin</a>.  If you don’t already have this one installed in your arsenal, stop reading this and go grab it.  This is perhaps the best plugin for wordpress by far, as it saves countless headaches of backing up the db, exporting, installing the new wp version, etc. etc.  Thanks Keith!</p>
<div style="background-color: #dbeafa; padding: 10px; border: 1px solid #aaaaaa; margin-bottom: 1em; text-align: left;">
<strong>October 13, 2010 Update:</strong>  This article specifically applies to WordPress 2.x and lower, but the methodology still functions in WordPress 3.x.  To fix the exhausted memory error in WordPress 3.x, follow the steps below, but this time, you&#8217;ll be modifying the wp-config file.</p>
<p>Open this file in your editor of choice (I use Dreamweaver)</p>
<p>Just after the < ? php tag, and before the / / **MySQL settings ** / / text insert:</p>
<p><code>define('WP_MEMORY_LIMIT', '64M');</code></p>
<p>Obviously, you can change this &#8217;64M&#8217; to any variable of 8 you&#8217;d like.</p>
<p><a href="http://blog.turnthescrew.com/wp-content/uploads/2009/08/wp3pointoh.png"><img src="http://blog.turnthescrew.com/wp-content/uploads/2009/08/wp3pointoh-300x147.png" alt="" title="wp3pointoh" width="300" height="147" class="alignnone size-medium wp-image-2169" /></a>
</div>
<p>Right.  Now that you’ve got Keith’s plugin installed, and upgrading you wordpress install is literally as easy as 6 or so clicks, you may or may not receive the dreaded ‘memory exhausted on line xyz…bla bla bla’ error.  The error may refer to the kses.php file, class-simplepie.php file or any number of other variables.  In your dashboard, you’ll most likely see something like this:</p>
<p><a href="http://blog.turnthescrew.com/wp-content/uploads/2009/08/Picture-1.png"><img class="alignnone size-medium wp-image-860" title="Oh Noes!" src="http://blog.turnthescrew.com/wp-content/uploads/2009/08/Picture-1-300x34.png" alt="Oh Noes!" width="300" height="34" /></a></p>
<p>Yikes!  That looks pretty nasty.  But fear not, Captain O’ WordPress, it’s a relatively easy fix.  Basically what’s going on here is that the server your blog is hosted on isn’t giving you enough juice to power everything that’s going on in your dashboard.  Or rather, I should say, your wordpress installation isn’t telling the server to give you the required juice to make everything play nicey nice.  Let’s go ahead and fix that bugger, shall we?</p>
<p><strong>To fix the exhausted memory error:</strong></p>
<p>1. Log in to your FTP client.  I use Cyberduck to manage mine, but any FTP client will do the trick.</p>
<p>2. Locate the wp-settings.php file.  In my installation, it’s hanging out in the main directory.</p>
<p><a href="http://blog.turnthescrew.com/wp-content/uploads/2009/08/wp-settings.png"><img class="alignnone size-full wp-image-861" title="wp-settings" src="http://blog.turnthescrew.com/wp-content/uploads/2009/08/wp-settings.png" alt="wp-settings" width="182" height="96" /></a></p>
<p>3. Download this file to your desktop, or anywhere else you want to store it, just remember where you’ve put it.</p>
<p>4. Open your code editor.  I use dreamweaver, but as with the FTP client, any text editing software (even the one included with your OS) will do the trick.</p>
<p>5. On line 13 (shown below), you should see the text &#8211; define (‘WP_MEMORY_LIMIT’ , ‘32M’ ).  Ah ha!  Exhausted memory, memory limit….see where we’re headed with this?</p>
<p><a href="http://blog.turnthescrew.com/wp-content/uploads/2009/08/32M-limit.png"><img class="alignnone size-medium wp-image-862" title="32M-limit" src="http://blog.turnthescrew.com/wp-content/uploads/2009/08/32M-limit-300x143.png" alt="32M-limit" width="300" height="143" /></a></p>
<p>6. Change this variable to anything higher than 32mb.  I like to be on the safe side, and ask the server for double what the standard wordpress install calls for, and up it to 64mb.</p>
<p><a href="http://blog.turnthescrew.com/wp-content/uploads/2009/08/64M-limit.png"><img class="alignnone size-medium wp-image-863" title="64M-limit" src="http://blog.turnthescrew.com/wp-content/uploads/2009/08/64M-limit-300x139.png" alt="64M-limit" width="300" height="139" /></a></p>
<p>7. Save the file</p>
<p>8. Upload the file back to its initial location</p>
<p>Click that dashboard button again inside your wordpress installation, et viola!  Pretty text and all other goodies returned.</p>
<p>If you’re still having the exhausted memory error after following the procedures above, try upping the memory limit to 128mb.  However, keep in mind, with 128mb you’re really pushing the limit on what your host will deem as ‘acceptable’ behavior from the one of perhaps hundreds of sites that are sharing the server with you.  I’d recommend testing with 128mb, and upon ensuring this memory allocation solves your problem, try backing the usage down until you get the error again.  If problems persist, you might want to open a support ticket with your host.</p>
<p>Problems or questions?  Leave a comment below and I’ll do my best to help!
<div class="shr-publisher-859"></div>
<p><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.turnthescrew.com/2009/08/how-to-fix-the-exhausted-memory-error-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Snow Leopard: What to expect</title>
		<link>http://blog.turnthescrew.com/2009/07/snow-leopard-what-to-expect/</link>
		<comments>http://blog.turnthescrew.com/2009/07/snow-leopard-what-to-expect/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 12:04:20 +0000</pubDate>
		<dc:creator>Dan Taylor</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[quicktime]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://blog.turnthescrew.com/?p=824</guid>
		<description><![CDATA[When the news of an OS update for Mac users hit the streets, many users (myself included) got pretty jazzed – only to find out that we were going to have to wait quite a while to get our hands on Apple’s newest creation. Dubbed Snow Leopard, a clear indication that this is more of an expansion pack for Leopard, rather than a whole new version, this OS upgrade release date is set for September. Planned improvements include speed and performance, as well as improvements to the architecture our beloved Mac apps run on, and improved Exchange support (I can haz Mac now, boss?).]]></description>
			<content:encoded><![CDATA[<p><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic -->When the news of an OS update for Mac users hit the streets, many users (myself included) got pretty jazzed – only to find out that we were going to have to wait quite a while to get our hands on Apple’s newest creation.  Dubbed Snow Leopard, a clear indication that this is more of an expansion pack for Leopard, rather than a whole new version, this OS upgrade release date is set for September.  Planned improvements include speed and performance, as well as improvements to the architecture our beloved Mac apps run on, and improved Exchange support (I can haz Mac now, boss?).</p>
<p><a href="http://blog.turnthescrew.com/wp-content/uploads/2009/07/snowleopard.jpg"><img class="alignnone size-full wp-image-825" title="snowleopard" src="http://blog.turnthescrew.com/wp-content/uploads/2009/07/snowleopard.jpg" alt="snowleopard" width="620" height="330" /></a></p>
<p>Again, as this is more of an expansion pack rather than a completely new OS, Snow Leopard will be Apple’s cheapest OS upgrade to date – priced at around $29.  And frankly, at that price, I’d be hard pressed to see why anyone wouldn’t want this update.  The exhaustive list of <a href="http://www.apple.com/macosx/refinements/enhancements-refinements.html">planned features</a> is available from Apple, but for this article, I’d like to present the highlights that do it for me.</p>
<p><strong>Dock Exposé</strong></p>
<p><a href="http://blog.turnthescrew.com/wp-content/uploads/2009/07/allrefine_dockexpose20090608.jpg"><img class="alignright size-thumbnail wp-image-827" title="dock" src="http://blog.turnthescrew.com/wp-content/uploads/2009/07/allrefine_dockexpose20090608-150x150.jpg" alt="dock" width="150" height="150" /></a>I arrived to the Mac world with a fresh copy of Leopard in my hands, but I have worked on Tiger, and rapidly discovered the benefits of Exposé.  Spaces, I’m not that much of a fan of, but Exposé provides a number of productivity benefits, as well as the occasional…wait, which window was that yadda yadda in, answer.  Snow Leopard is bringing exposé to a dock near you.  Personally, I use hot corners and mouse shortcuts to access my exposé goodies, but Snow Leopard will now offer users the option to place an icon on the dock.  Clicking and holding this dock icon will arrange all open windows in a far more organized manner, aligning themselves to a grid.</p>
<p><strong>QuickTime X</strong></p>
<p><a href="http://blog.turnthescrew.com/wp-content/uploads/2009/07/quicktimex.png"><img class="alignright size-full wp-image-828" title="quicktimex" src="http://blog.turnthescrew.com/wp-content/uploads/2009/07/quicktimex.png" alt="quicktimex" width="113" height="116" /></a>Oh QuickTime, how I love to hate you most times.  I’m pretty certain I’m not the only one on this trip (think VLC development community), and it looks like Apple’s noticed.  Other than the addition of the H.264 codec in Leopard, not much has changed with QuickTime for quite a while.  In addition to a new icon to be used, QuickTime X includes a number of interface enhancements including improved streaming video ability, speed increases, and last but not least, a gorgeous border-less display window (finally!).  Oh, and did I mention screen recording?  Seeya iShowU.</p>
<p><strong>Stacks</strong></p>
<p><a href="http://blog.turnthescrew.com/wp-content/uploads/2009/07/allrefine_stacks20090608.jpg"><img class="alignright size-thumbnail wp-image-830" title="stacks" src="http://blog.turnthescrew.com/wp-content/uploads/2009/07/allrefine_stacks20090608-150x130.jpg" alt="stacks" width="150" height="130" /></a>Stick ‘em up buddy!  Stacks first appeared in the Mac catalogue with Leopard, and personally, I love them.  The idea is simple enough, one way to navigate through entire folder contents directly from the dock.  And while highly functional, one of my major gripes is that you only were able to access the top level of this folder structure.  Snow Leopard addresses this and allows you to drill down through folders while still in stack mode.  Sft+cmd+a is looking further and further away.</p>
<p><strong>Install Speed and Space</strong></p>
<p><a href="http://blog.turnthescrew.com/wp-content/uploads/2009/07/freespace.png"><img class="alignright size-thumbnail wp-image-831" title="freespace" src="http://blog.turnthescrew.com/wp-content/uploads/2009/07/freespace-150x150.png" alt="freespace" width="150" height="150" /></a>If the niceties above didn’t make you smile, perhaps improved system speed, and a bit more HDD real estate will.  According to Apple, Snow Leopard will reduce the time spent installing the OS by up to 45%!  Granted, this is a (hopefully) one time only deal, but shaving the install time in half?  Well done Cupertino.  And how about some extra storage space?  Snow Leopard is touted to free up to 6GB of space!!!  Granted, both of these claims come with fine print, but heck…even if I got only 3GB back, my iTunes collection would be mighty thankful.</p>
<p><strong>The Architecture</strong></p>
<p>If you’re a developer, Snow Leopard is either going to cause you a bushel full of woes, or make your life much easier.  Either way you look at it, Apple is fundamentally changing the way things work under the hood.  If you’re not a dev (I assume a majority of my readers full into this category), you’ll probably only notice the changes via improved speed, security, and system stability/reliability.</p>
<p><strong>64 Bit Speed</strong></p>
<p>All the latest Intel Macs ship with 64 Bit processors and are capable of performing at much higher speeds.  Leopard has taken advantage of this technology, to an extent, but Snow Leopard will really saddle this pony and take it out for a ride.  The OS update includes a number of re-writes for system applications that should make things noticeably faster.</p>
<p>These re-writes will also reduce the amount of memory that can be handled by any given application, thereby (theoretically) allowing for a maximum of 16 billion gigabytes of memory!</p>
<p>These leaps in speed aren’t going to melt your face off, but they should provide a noticeable snappier Mac (provided you’re running on a 64 bit system).</p>
<p><a href="http://blog.turnthescrew.com/wp-content/uploads/2009/07/faster.jpg"><img class="alignnone size-full wp-image-833" title="faster" src="http://blog.turnthescrew.com/wp-content/uploads/2009/07/faster.jpg" alt="faster" width="500" height="273" /></a></p>
<p><strong>Do More with Core Duo</strong></p>
<p><a href="http://blog.turnthescrew.com/wp-content/uploads/2009/07/grandcentral.png"><img class="alignright size-full wp-image-834" title="grandcentral" src="http://blog.turnthescrew.com/wp-content/uploads/2009/07/grandcentral.png" alt="grandcentral" width="129" height="118" /></a>If you’re running a Mac with Intel Core Duo technology, Snow Leopard’s addition of Grand Central Dispatch will offer even more speed.  Preliminary research of how GCD works caused a mild headache, so I’ll leave it at this: It makes things go faster.</p>
<p><strong>OpenCL</strong></p>
<p>Chances are the graphics on your Mac are already pretty darn impressive.  With the addition of the new OpenCL architecture, your graphics processor will be able to handle a wider range of tasks.  Hailing from the gaming world, this new technology will stand by waiting to assist and increase the speed of your every day use tasks.</p>
<p><strong>Exchange Support</strong></p>
<p><a href="http://blog.turnthescrew.com/wp-content/uploads/2009/07/exchange_apps_macbook20090608.png"><img class="alignright size-thumbnail wp-image-836" title="exchange" src="http://blog.turnthescrew.com/wp-content/uploads/2009/07/exchange_apps_macbook20090608-150x150.png" alt="exchange" width="150" height="150" /></a>Even the most die-hard Mac offices have to interface with the outside world, and their non-Mac toting counterparts.  To this end, Snow Leopard represents Apple’s first steps in making Macs better suited to the suited world.  The new Exchange support features will integrate MS features into local OSX applications including Mail, iCal, and Address Book.</p>
<p>Again, a full list of Snow Leopard’s features are available directly from Apple, and I’d suggest you take a look at it to get the full lowdown.  The above represent the ones that get me jazzed, but there are sections I didn’t even get to (i.e. if you’re using a Time Capsule for Time Machine backups, you’ll be delighted to discover the process should be up to 50 percent faster).</p>
<p>With that said, my top 5 reasons for upgrading ASAP are:</p>
<ul>
<li>Price &#8211; $29?  Seriously?  For that price, heck, I’d buy two if it’d quadruple my speed increases.</li>
<li>Speed  &#8211; anytime someone says to me, “Hey, I’ve got something here that’ll make your machine run faster” I’m generally all ears.  Knowing that it’s coming out of Cupertino directly from Mac engineers, call me sold.</li>
<li>6GB of free space – for $29 and most probably half an hour of my time to install the upgrade, and I get speed and space?  Hmmm…what to do with 6 extra GB?  iTunes what?</li>
<li>64 Bit optimization – perhaps falling under the speed category, but re-writing how the OS accesses and handles key hardware components is nothing short of brilliant.</li>
<li>The Future – Obviously any time Apple makes a significant OS change, application developers scramble to get the very best out of their current product to take advantage of these features.  I’m quite excited to see what type of updates/changes some of my favorites make to meet the new limitations of OS X Snow Leopard</li>
</ul>
<p>So from where I’m sitting, September looks only a mere 41 days away.  Apple’s not given a definitive date for release, but chances are, I’ll be lined up at 9am at the shop to get my hands on Snow Leopard.  Will you be upgrading?  Leave a comment below.
<div class="shr-publisher-824"></div>
<p><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.turnthescrew.com/2009/07/snow-leopard-what-to-expect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Power of Three</title>
		<link>http://blog.turnthescrew.com/2009/06/the-power-of-three/</link>
		<comments>http://blog.turnthescrew.com/2009/06/the-power-of-three/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 11:07:27 +0000</pubDate>
		<dc:creator>Dan Taylor</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[crazy guy]]></category>
		<category><![CDATA[dance party]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[marketplace]]></category>
		<category><![CDATA[product]]></category>
		<category><![CDATA[tipping point]]></category>

		<guid isPermaLink="false">http://blog.turnthescrew.com/?p=734</guid>
		<description><![CDATA[I caught this video the other day via a mention on twitter.  Naturally, I had a good laugh and that moment of 'that's awesome!'-ness, but then filed it and moved on to the regular day's activities.  Later that night I sent it over to a few friends, and watched it again.  Again a smile came to my face, but something else happened.  I started thinking about group dynamics, and how this example could apply to the marketplace.]]></description>
			<content:encoded><![CDATA[<p><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic -->I caught this video the other day via a mention on <a href="http://www.twitter.com/mountaindan">twitter</a>.  Naturally, I had a good laugh and that moment of &#8216;that&#8217;s awesome!&#8217;-ness, but then filed it and moved on to the regular day&#8217;s activities.  Later that night I sent it over to a few friends, and watched it again.  Again a smile came to my face, but something else happened.  I started thinking about group dynamics, and how this example could apply to the marketplace.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/GA8z7f7a2Pk&amp;hl=en&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/GA8z7f7a2Pk&amp;hl=en&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>At 20 seconds in, the guy in the green t-shirt joins (possibly crazy) guy number one, and we&#8217;re not quite certain if he&#8217;s a 100% participant, or a 99.44% mocker.  My guess is that we&#8217;re probably a bit closer to option 2 than 1.  At 54 seconds in, guy number three enters the picture and joins the dance.  He&#8217;s our key figure here.  Notice that it only takes another 15 seconds for not just one, but two additional participants to join the what will soon become an all hillside dance party.  For the next two minutes festival goers continue to add to the frenzy, until just about everyone in the shot is dancing like it&#8217;s 1999.</p>
<p>While dancer number one may have started the craze, and dancer number two&#8217;s commitment is questionable at best, it&#8217;s dancer number three that started the tipping point here.  He&#8217;s the guy that was clearly not mocking, saw something that he liked or enjoyed, and decided to unabashedly commit to it.  Couldn&#8217;t we draw the same parallels between your product or marketing message?  You would be dancer number one (again, possibly crazy), dancer number two may represent your competition, naysayers, the popular media, etc., but  dancer number three is the one that you need to be on the lookout for. He&#8217;s the one that received the message, and made it ok for everyone else to join in as well.</p>
<p>Naturally, it&#8217;s scary and challenging being the leader, the initiator.  It&#8217;s not quite as scary to have dancer number three&#8217;s role, but that doesn&#8217;t make it any less important.  A good lesson to be learned in the seemingly comic video.</p>
<p>Always be on the look out for dancer number three.
<div class="shr-publisher-734"></div>
<p><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.turnthescrew.com/2009/06/the-power-of-three/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now that&#8217;s one BIG monitor you&#8217;ve got there</title>
		<link>http://blog.turnthescrew.com/2009/06/now-thats-one-big-monitor-youve-got-there/</link>
		<comments>http://blog.turnthescrew.com/2009/06/now-thats-one-big-monitor-youve-got-there/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 14:23:58 +0000</pubDate>
		<dc:creator>Dan Taylor</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[digital light processing]]></category>
		<category><![CDATA[hdmi]]></category>
		<category><![CDATA[lan party]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[NEC]]></category>

		<guid isPermaLink="false">http://blog.turnthescrew.com/?p=723</guid>
		<description><![CDATA[NEC's new CRV 43 ultra widescreen curved monitor is about as sexy as it gets.]]></description>
			<content:encoded><![CDATA[<p><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic -->Every once in a while, someone brings a product to market that just makes me think &#8211; why?  Naturally, my second reaction is &#8211; ooo&#8230;can I get one?  Such is the case with <a href="http://www.necdisplay.com/NewTechnologies/CurvedDisplay/">NEC&#8217;s CRV43</a> ultra-widescreen curved monitor.  Essentially, what we&#8217;ve got here Bob (watch This Old House, and insert <a href="http://www.newyankee.com/index.php">Norm Abram</a>&#8216;s accent here), is four DLP (digital light processing) screens stitched together with some fancy LED backlighting to deliver a whopping 2880&#215;900 double WXGA native resolution, 0.02 second response time, 200 cd/m2 brightness and 10,000:1 contrast ratio.</p>
<p><a href="http://blog.turnthescrew.com/wp-content/uploads/2009/06/nec-crv43-curved-display.jpg"><img class="alignright size-medium wp-image-724" title="nec-crv43-curved-display" src="http://blog.turnthescrew.com/wp-content/uploads/2009/06/nec-crv43-curved-display-300x225.jpg" alt="nec-crv43-curved-display" width="300" height="225" /></a>Now settle down there Skippy.  I know what you&#8217;re thinking&#8230;I thought the same thing &#8211; OMGZ!! games are gonna be unbelieveable with this thing.  Not so much.  This Enterprise bridge like display has a highly unusual 32:10 aspect ratio (standard widescreen is 16:9 or 16:10).  Rather, NEC says that this monolith is targeted at high end users in the simulation, digital imaging as well as the command and control industries, which require lightning-fast response times, a broad field of view, greater dynamic range, wide color gamut and employ multiple monitor set-ups.  In other words, not your typical home office setup.</p>
<p>Since this big ol&#8217; monitor is DLP, it&#8217;s not exactly svelt in the dimensions department.  Weighing in at 52.5 pounds, she&#8217;s not exactly going to get carried to the next LAN party.  Have a look at the side views in the images below to get a better idea of just how wide and deep those hips run.</p>
<p>The users taskbar extends across the entire width of the monitor, which according to NEC increases productivity and lowers frustration by eliminating the bezel and screen gap issues that occur with multiple monitor setups.  That, and it just looks really f@(*%#ing cool!  Windows users, might not get the whole panache, but my mac peeps &#8211; imagine your bottom task bar just wrapped all the way around.  Oh dear god&#8230;I can plz haz?</p>
<p>One input setup may be achieved thanks to a single DVI-D and HDMI 1.3 input connects.  And while it should go without mentioning, Big Bertha also comes with usb 2.0 connectivity.  The LED backlighting provides for a wide color gamut with 100 percent coverage of sRGB and 99.3% coverage of Adobe RGB.</p>
<p>Originally unveiled at the 2008 CES, NEC plans on bringing this behemoth to market new month.  Bragging rights are going to set you back a bit though.  At $7999, Bertha isn&#8217;t exactly cheap, and not the most cost effective multi-monitor solution, but seriously&#8230;just look at this thing.</p>
<p><a href="http://blog.turnthescrew.com/wp-content/uploads/2009/06/nec-crv43-curved-display-1.jpg"><img class="alignnone size-thumbnail wp-image-725" title="nec-crv43-curved-display-1" src="http://blog.turnthescrew.com/wp-content/uploads/2009/06/nec-crv43-curved-display-1-150x150.jpg" alt="nec-crv43-curved-display-1" width="150" height="150" /></a> <a href="http://blog.turnthescrew.com/wp-content/uploads/2009/06/nec-crv43-curved-display-2.jpg"><img class="alignnone size-thumbnail wp-image-726" title="nec-crv43-curved-display-2" src="http://blog.turnthescrew.com/wp-content/uploads/2009/06/nec-crv43-curved-display-2-150x150.jpg" alt="nec-crv43-curved-display-2" width="150" height="150" /></a> <a href="http://blog.turnthescrew.com/wp-content/uploads/2009/06/nec-crv43-curved-display-7.jpg"><img class="alignnone size-thumbnail wp-image-728" title="nec-crv43-curved-display-7" src="http://blog.turnthescrew.com/wp-content/uploads/2009/06/nec-crv43-curved-display-7-150x150.jpg" alt="nec-crv43-curved-display-7" width="150" height="150" /></a>
<div class="shr-publisher-723"></div>
<p><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.turnthescrew.com/2009/06/now-thats-one-big-monitor-youve-got-there/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Reinstalling Mac OS X without a DVD Drive &#8211; Target Disk Mode</title>
		<link>http://blog.turnthescrew.com/2009/06/reinstalling-mac-os-x-without-a-dvd-drive-target-disk-mode/</link>
		<comments>http://blog.turnthescrew.com/2009/06/reinstalling-mac-os-x-without-a-dvd-drive-target-disk-mode/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 12:11:13 +0000</pubDate>
		<dc:creator>Dan Taylor</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[firewire]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[optical drive]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[target disk mode]]></category>

		<guid isPermaLink="false">http://blog.turnthescrew.com/?p=713</guid>
		<description><![CDATA[Need to reinstall Mac OS X, but have a dead DVD drive?  If you've got another Mac handy, placing it in target disk mode will allow you to access an external DVD drive via a 6-pin firewire setup.]]></description>
			<content:encoded><![CDATA[<p><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic -->One of the primary reasons that I switched to mac just over a year ago was the stability of the Operating System.  While my mac&#8217;s been fine, and would most probably have kept on working just fine, I guess there&#8217;s still a bit of my windows mentality lurking around, as when I started noticing some, &#8216;huh? what&#8217;s that all about?&#8217; errors over the past few weeks, I guess I naturally reverted to the be all, end all solution &#8211; reinstall the OS.  Fine and dandy, I&#8217;m quite familiar with the process via windows, so how hard could redoing the Mac OS X really be?</p>
<p>It&#8217;s quite easy &#8211; provided your DVD optical drive still works.</p>
<p>I had the lucky happenstance to find out that mine is dead.  I&#8217;m probably not going to have it fixed, as I&#8217;ve read estimates anywhere from $380 &#8211; $466, and to be honest, I rarely every use it.  However, this does bring up an interesting quandary; how to reinstall the mac os x with a dead optical drive?  Apple provides you with a copy of the OS on two DVDs.  Ok, first thought &#8211; see if I can&#8217;t copy these DVD&#8217;s using my old PC, and then just use the .dmg&#8217;s directly from an external USB drive.  Great.  But hold up there bucko, as it turns out, Apple Macintosh computers, both laptops and desktops can only boot from firewire drives.  Hmmm.  Personally, I don&#8217;t own any firewire external harddrives, they&#8217;re all USB based.  So there goes that solution out the window.  So here I am thinking that I&#8217;m really screwed, and either going to have to pull the main harddrive and plunk it into a friends mac, and do the reinstall that way (a major pain in the ass as far as I see it), until I did a bit of further digging.</p>
<p><strong>Target Disk Mode</strong></p>
<p><a href="http://blog.turnthescrew.com/wp-content/uploads/2009/06/target_disk_mode_firewire.jpg"><img class="aligncenter size-medium wp-image-717" title="target_disk_mode_firewire" src="http://blog.turnthescrew.com/wp-content/uploads/2009/06/target_disk_mode_firewire-300x72.jpg" alt="target_disk_mode_firewire" width="300" height="72" /></a></p>
<p>Now while I don&#8217;t have a firewire drive handy, I did have a 6-pin firewire cable lying around that I use with an external soundcard.  As it turns out, you can use a firewire cable to connect two macs, and it&#8217;s quite simple at that.  Here&#8217;s how.</p>
<p>For the purpose of this example, and for simplicity, I&#8217;m going to call the MacBook (to be used as the target disk) Black, and the MacBook Pro (where we&#8217;ll be installing the new OS) Silver.</p>
<ol>
<li>Make sure that Black is turned off, attached to the power supply, and all external devices are unplugged.</li>
<li>Connect the 6-pin Firewire cable to black.  Silver does not need to be turned off.</li>
<li>Boot Black, and immediately hold down the T key.  After a few seconds, you should see a large Firewire icon floating around the screen.</li>
<li>Black should now appear as an additional disk on Silver.  If you&#8217;re like me and do NOT have harddrives displayed on the desktop, press cmd+shft+c to bring up you list of available disks.</li>
</ol>
<p>Et voila!  Black, just became the words most expensive external harddrive/cd/dvd burner/reader combo drive known to man.   So far so good, however, we&#8217;ve not yet installed the OS.  From here, things should be pretty straight forward, however I did have one minor, &#8216;will that work?&#8217; moment which I&#8217;ll describe below.</p>
<p>Upon popping the OS X installation disk in, you&#8217;ll get an auto prompt asking what you want to do with it.  Select install OSX.  The computer (Silver) will then ask you to reboot to begin.</p>
<p>Leave the firewire cables connected, and upon reboot, Black should remain in target disk mode, while Silver will now pick up the install straight from Black.  If all goes well, everything should proceed as if you’ve inserted the disk directly into Silver (and the drive works).</p>
<p>So we’re all set, right?  Yes and No.  If you take a look at that DVD package that came with your computer from Apple, you’ll notice that there are 2 disks.  Everything is cooking along, the OS is pretty much installed, but now you’ve reached that crucial moment of ‘Please insert disk two’.  Ok, no problem, I’ll just eject the disk from Black and carry on.  Hold on there partner, as Black is now in target mode – how ya gonna eject that disk?  Can’t do it from the OS, and the hardware button no longer functions.  Remember, when in target disk mode, Black ceases to be a fully functional machine, but again, a rather expensive external HDD/DVD drive.</p>
<p>To solve this problem, I took a round about way of solving this, and since I couldn’t find this info anywhere else, I took my own guess at it.  Throughout this entire process, DO NOT remove the 6 pin firewire cable.</p>
<ol>
<li>Press and hold down the power button on Black until it shuts down</li>
<li>Press the power button again, and immediately press the eject button.  This should pop the DVD out before target disk mode launches.</li>
<li>Press and hold the power button down again, until Black shuts down again.</li>
<li>Press the power button down again, and now quickly slip disk two into the dvd drive.</li>
</ol>
<p>This will handle the problem of inserting disk two.</p>
<p>As much as I’d like to have a functioning DVD drive, from what I’ve read this isn’t an uncommon problem for MacBook’s, both standard and pro.  I tend to leave my machine on 24/7, and reboot it generally once a week.  It has occurred to me that the additional heat generated by this prolonged usage may have not been the best thing for an optical drive (some parts are made of plastic).</p>
<p>If you’ve fried, or in my case, melted your DVD optical drive, if you’ve got another mac handy, hopefully this guide has walked you through the steps of using it in target disk mode to regain the features/functions lost.  Any questions?  Leave ‘em in the comments below and I’ll respond ASAP.
<div class="shr-publisher-713"></div>
<p><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.turnthescrew.com/2009/06/reinstalling-mac-os-x-without-a-dvd-drive-target-disk-mode/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Burton Group Survey: Enterprise not quite grasping Social Networking</title>
		<link>http://blog.turnthescrew.com/2009/04/burton-group-survey-enterprise-not-quite-grasping-social-networking/</link>
		<comments>http://blog.turnthescrew.com/2009/04/burton-group-survey-enterprise-not-quite-grasping-social-networking/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 16:46:30 +0000</pubDate>
		<dc:creator>Dan Taylor</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Burton Group]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[IBM Lotus Connections]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft SharePoint]]></category>
		<category><![CDATA[Social network service]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.turnthescrew.com/?p=620</guid>
		<description><![CDATA[In a recent report published by the Burton Group, analysts’ found that attempts to replicate social networking (facebook) and their associated tools (twitter) aren’t really taking off within the corporate structure.]]></description>
			<content:encoded><![CDATA[<p><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic -->In a recent report published by the <a href="http://www.burtongroup.com/">Burton Group</a>, analysts’ found that attempts to replicate social networking (<a class="zem_slink" title="Facebook" rel="homepage" href="http://facebook.com">facebook</a>) and their associated tools (<a href="http://www.twitter.com/mountaindan">twitter</a>) aren’t really taking off within the corporate structure.</p>
<p>The report, <a href="http://www.burtongroup.com/Guest/Ccs/FieldResearchStudySocialNetworking.aspx">social networking in the enterprise</a> is based on detailed interviews with 21 companies spanning a wide variety of industries including utilities, consumer goods, technology, and finance.</p>
<p>With the <a href="http://www.e2conf.com/">Enterprise 2.0 Conference</a> in Boston bearing down on us, this report from Burton couldn’t have come at a better time, as businesses are struggling to not only understand, but utilize and maximize the technologies potential.  The Enterprise 2.0 Conference is a gathering of tech vendors that create social applications similar to facebook, twitter, etc., but specifically tailored for business usage.  In addition to the old standbys such as IBM (<a class="zem_slink" title="IBM Lotus Connections" rel="homepage" href="http://www.ibm.com/lotus/connections">Lotus Connections</a>) and Microsoft (<a href="http://www.microsoft.com/Sharepoint/default.mspx">SharePoint</a>), new players including <a class="zem_slink" title="Socialtext" rel="homepage" href="http://www.socialtext.net/open/">Socialtext</a>, <a href="http://www.jivesoftware.com/">Jive</a>, and <a href="http://www.sixapart.com/">Six Apart</a> are slated to be in attendance.</p>
<p>But according to Mike Gotta, a principal analyst with the Burton Group, it’s not a problem with vendors’ product offerings that are the stumbling stone, but rather the corporate culture itself.  Gotta says that the challenge is in addressing specific generational differences, and getting them all on the same page.  Specifically Baby Boomers have demonstrated that they’re not inclined to embrace social technologies in the workplace (although they’re flocking to them from a consumer perspective).</p>
<p>According the Burton survey, the problem may not lie with the Boomers, but rather in how their employer presenting the tools to them.  Many companies have used social networking tools to share expertise, collaborate, and connect with others, especially in multi-location global enterprises.</p>
<p>&#8220;Some vendors are saying employees will go in and naturally fill these enterprise social networking profiles out, but I don&#8217;t think that&#8217;s necessarily true,&#8221; Gotta says. &#8220;If you&#8217;re an employee, you have questions. Why should you maintain it? What are you going to do with it? Those questions still need to answered.&#8221;</p>
<p>What else does Gotta see holding corporation adoption back?</p>
<ul>
<li>Creating a business case is difficult for people who don&#8217;t understand the technologies or have rigid ways of defining their success. Your CFO might want hard ROI, which social tools have a difficult time showing because they aren&#8217;t necessarily replacement tools. So, for instance, if people begin trading information on a wiki, that maintains a document&#8217;s changes in real-time. This is generally better than sending around reply-all e-mails with messy attachments. But while you know the wiki has helped your collaboration efforts, it might be hard to figure an exact dollar amount in savings since e-mail isn&#8217;t being replaced. &#8220;For that person that who wants blood on paper ROI , it&#8217;s a hard conversation,&#8221; Gotta says.</li>
</ul>
<ul>
<li>Getting the proper players involved. Gotta says it&#8217;s essential to have a presence from HR in getting these technologies off the ground. If, for instance, you want to turn your corporate intranet into a social network with employee profile pages, you need to help people feel comfortable to share and know the ground rules. If people feel awkward about inputting information, it&#8217;s as good as dead. In addition, stakeholders (often department heads) must show they believe in the adoption of the technology by using it themselves and encouraging adoption. If they use it, it&#8217;s not guaranteed their employees will use it, but it&#8217;s more likely.</li>
</ul>
<ul>
<li>Traditional corporate communications structures and etiquette. More old, conservative organizations communicate in a top-down fashion, which runs counter to social networks, where people collectively weigh in and discuss issues. Burton quoted one participant who noted the following: &#8220;We have a classic company &#8212; we communicate &#8216;at&#8217; people rather than &#8216;with&#8217; them.&#8221; On the upside, the proponents of enterprise social networking say that the technologies, if used effectively, can uproot that type of communications model.</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/383a3e12-e16b-477d-976e-a6f603d5bed1/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=383a3e12-e16b-477d-976e-a6f603d5bed1" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<div class="shr-publisher-620"></div>
<p><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.turnthescrew.com/2009/04/burton-group-survey-enterprise-not-quite-grasping-social-networking/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Skype for iPhone review</title>
		<link>http://blog.turnthescrew.com/2009/03/skype-for-iphone-review/</link>
		<comments>http://blog.turnthescrew.com/2009/03/skype-for-iphone-review/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 08:35:11 +0000</pubDate>
		<dc:creator>Dan Taylor</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone 3g]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[skype for iphone]]></category>
		<category><![CDATA[VoiP]]></category>
		<category><![CDATA[voip for iPhone]]></category>

		<guid isPermaLink="false">http://blog.turnthescrew.com/?p=599</guid>
		<description><![CDATA[Today marks the official release of the skype application for iPhone.  Here's my detailed review of this new snazzy application.]]></description>
			<content:encoded><![CDATA[<p><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic -->Both the <span class="zem_slink">iPhone</span> and non-iPhone world was <a href="http://www.google.com/search?q=skype+for+iphone&amp;sourceid=navclient-ff&amp;ie=UTF-8&amp;rlz=1B3GGGL_enAT317AT317&amp;aq=t">abuzz</a> yesterday (or today, depending on which time zone you’re in) about the confirmed announcement of <a class="zem_slink" title="Skype" rel="homepage" href="http://www.skype.com">skype</a> for iPhone launching today.  Living in Europe, I&#8217;m up +6 hours ahead of the east coast &#8211; bonus!</p>
<p>My thoughts have echoed so many other iPhone owners, “Hey, where’s my skype application?” and I’d tried a number of work arounds, but nothing that delivered voip.  <a class="zem_slink" title="fring" rel="homepage" href="http://fring.com">Fring</a> is a great app for iPhone that will handle all your IM programs (think <a href="http://adiumx.com/">Adium</a> for iPhone), including skype, but again, no voice features.  So you can imagine my excitement when the news broke like wildfire across the net yesterday when rumors were confirmed and skype would be made available (for free no less) today.</p>
<p>To my surprise, upon entering the app store via iTunes, skype is not (yet) the top free app, and I had to do a little searching.  Needless to say, there’s quite a few mentions of skype in the search results, but here’s the <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=304878510&amp;mt=8">direct link to the skype app for iPhone</a>.</p>
<p><strong>Note: I am currently running the 3.0 firmware on my (obviously) jailed iPhone.</strong></p>
<p><a href="http://blog.turnthescrew.com/wp-content/uploads/2009/03/img_0066.png"><img class="alignnone size-full wp-image-600" title="img_0066" src="http://blog.turnthescrew.com/wp-content/uploads/2009/03/img_0066.png" alt="img_0066" width="320" height="480" /></a></p>
<h3>Installation</h3>
<p>As with any iPhone application, installation is a breeze, literally a click and a password (if you have this option selected) away.  A quick install and eject later, I fired up my shiny new skype for iPhone application.  Sadly, I wasn’t able to grab a screenshot of the entry screen, but the folks at skype thoughtfully repeated their message about skype not being a replacement for a regular phone, and that emergency calls may not be made with skype (or any other voip service, for that matter).  Not necessary, but a nice thing to do.</p>
<h3>Setup</h3>
<p>The skype for iPhone setup is very familiar to any user of the desktop version, and is appropriately styled the same way.  Simply enter your user name and password, and you’re off to the races.  No ‘unknown error’s thus far.  Nothing but smooth sailing.</p>
<h3>Use</h3>
<p>If you’ve used any other type of IM service on your iPhone, and/or are fairly familiar with the way iPhone lays out lists (think of your contacts book), the UI is instantly recognizable.  Contacts are displayed alphabetically, and you have the option to display all contacts, or only those currently online.  As with the desktop version, contacts’ display icons appear next to their name, along with their status.</p>
<p><a href="http://blog.turnthescrew.com/wp-content/uploads/2009/03/img_0067.png"><img class="alignnone size-full wp-image-601" title="img_0067" src="http://blog.turnthescrew.com/wp-content/uploads/2009/03/img_0067.png" alt="img_0067" width="320" height="480" /></a></p>
<p>As with any new toy, I wanted to really test just how far this tiny little app will take me.  A quick view of my contacts list revealed that my friend <a href="http://breelewis.com/homepage.html">Bree in Hawaii </a>was still awake and online.  Hawaii?  Sure, I think that’s approximately half way around the world from where I am – looks like a suitable test location.  And here’s where things started to get a bit rocky.  First, Bree didn’t show up as online on the iPhone, but did show up on the desktop version.  I sent her a message via the desktop, and her response showed both on the desktop version and the iPhone.  Needless to say, the minute I got a response, poof!  Bree’s now online.  Perhaps I was a bit impatient, and didn’t give the system the proper amount of time to load all the data.</p>
<p>My initial call to Bree went through (technically), but I could not hear her, nor could she hear me.  At this point the application froze, and I had to ‘home’ button, close and relaunch.  Fair enough, it’s a first release; I’m willing to cut the Swedes some slack.</p>
<p>Our second attempt at a call can only be described by Borat as, “Great Success!”  Voice quality was just as good if not better than the desktop version, and on par with actual phone call quality.  We talked for about 5 minutes, all the while me moving about the house, closer and further away from the router.  All good.  As a point of comparison, I decided to hang up and call her back, but only using the 3G network this time.  Third attempt worked like a charm.  No lag, no dropped call, semi-instant connection.  I’d almost go so far to say that skype for iPhone performed better on 3G than over my wireless connection.  Although, to be fair, perhaps the application was suffering from stage fright, and that first misfire was the one and only bobble I’ll ever have (crossing fingers).</p>
<p><a href="http://blog.turnthescrew.com/wp-content/uploads/2009/03/img_0068.png"><img class="alignnone size-full wp-image-602" title="img_0068" src="http://blog.turnthescrew.com/wp-content/uploads/2009/03/img_0068.png" alt="img_0068" width="320" height="480" /></a></p>
<p>Just to put the distance question to the test, I gave a call to my buddy Olivier here in town, and low and behold, no misfires, instant connection, perfect voice quality.  So maybe there is something to routing a call 10,000 miles away vs. 3.  Either way, the application met my expectations.</p>
<h3>Conclusion</h3>
<p>Other than the first misfire while calling Hawaii, the skype for iPhone application works, and works quite well.  Is it perfect?  Yes/No.  I’d love to give the application 5 stars, but the first bobble knocks off half a star.  Given that the application is free and there’s a pretty good chance you’ve already got skype running on your desktop,  there’s absolutely no reason this little app shouldn’t be sitting on the front page of your iPhone.</p>
<p>Kudos skype – it’s been a long time coming.  Welcome to my phone.</p>
<p><em>Update: According to <a href="http://www.techcrunch.com/2009/04/02/skype-iphone-app-downloaded-one-million-times-in-first-two-days/">TechCrunch</a>, within three short days, the skype for iPhone application has been downloaded over 1 million times.</em></p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.readwriteweb.com/archives/skype_for_iphone_its_real_and_its_spectacular.php">Skype for iPhone: It&#8217;s Real, and It&#8217;s Spectacular</a> (readwriteweb.com)</li>
<li class="zemanta-article-ul-li"><a href="http://cultofmac.com/skype-for-iphone-to-launch-tuesday/9842">Skype for iPhone to Launch Tuesday</a> (cultofmac.com)</li>
<li class="zemanta-article-ul-li"><a href="http://netnewsdaily.com/?p=1180">iPhone Users to get Skype (Finally)</a> (netnewsdaily.com)</li>
<li class="zemanta-article-ul-li"><a href="http://r.zemanta.com/?u=http%3A//www.cbsnews.com/stories/2009/03/30/tech/cnettechnews/main4903041.shtml%3Fsource%3DRSSattr%3DSciTech_4903041&amp;a=4073006&amp;rid=d197842a-3ac3-491b-9940-a5d356b81e15&amp;e=57db23f66662d14c7568e971a6ebf896">Skype For iPhone: It&#8217;s Official</a> (cbsnews.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/d197842a-3ac3-491b-9940-a5d356b81e15/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=d197842a-3ac3-491b-9940-a5d356b81e15" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<div class="shr-publisher-599"></div>
<p><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.turnthescrew.com/2009/03/skype-for-iphone-review/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>fatfoogoo goes to the races</title>
		<link>http://blog.turnthescrew.com/2009/02/fatfoogoo-goes-to-the-races/</link>
		<comments>http://blog.turnthescrew.com/2009/02/fatfoogoo-goes-to-the-races/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 15:27:49 +0000</pubDate>
		<dc:creator>Dan Taylor</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Clive Jefferies]]></category>
		<category><![CDATA[Cynthia Lederer]]></category>
		<category><![CDATA[Dan Taylor]]></category>
		<category><![CDATA[Daniel Petri]]></category>
		<category><![CDATA[Datenschmutz]]></category>
		<category><![CDATA[fatfoogoo]]></category>
		<category><![CDATA[KillCreek]]></category>
		<category><![CDATA[LocoLoki]]></category>
		<category><![CDATA[Martin Herdina]]></category>
		<category><![CDATA[Ritchie Pettaur]]></category>
		<category><![CDATA[stevie case]]></category>
		<category><![CDATA[stevie killcreek case]]></category>

		<guid isPermaLink="false">http://blog.turnthescrew.com/?p=570</guid>
		<description><![CDATA[I recently joined the fatfoogoo team for a night out at the track.  The go-kart track that is.  While most of the race footage was not shot by yours truly (I was working on winning), the edit is all mine.]]></description>
			<content:encoded><![CDATA[<p><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic -->I recently joined the fatfoogoo team for a night out at the track.  The <a href="http://daytona.at/"><span class="zem_slink">go-kart</span> track</a> that is.  While most of the race footage was not shot by yours truly (I was working on winning), the edit is all mine.<br />
<object width="400" height="300" data="http://vimeo.com/moogaloop.swf?clip_id=3407224&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3407224&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /></object><br />
<a href="http://vimeo.com/3407224">fatfoogoo goes to the races</a> from <a href="http://vimeo.com/mountaindan">Dan Taylor</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Results:</p>
<ol>
<li>Martin &#8216;Iznogud&#8217; Herdina</li>
<li>Daniel &#8216;Eat my Dust&#8217; Petri</li>
<li>Dan &#8216;Knows No Limits&#8217; Taylor</li>
<li>Stevie &#8216;KillCreek&#8217; Case</li>
<li>Tom &#8216;Herr&#8217; Stagl</li>
<li>Clive &#8216;Louis Hamilton&#8217; Jefferies</li>
<li>Johannes &#8216;Mo&#8217;Hawk&#8217; Sperlhofer</li>
<li>Patrick &#8216;LocoLoki&#8217; Krippner</li>
<li>Ritchie &#8216;Datenschmutz&#8217; Pettaur</li>
<li>Cynthia &#8216;Get that Camera outta my face&#8217; Lederer</li>
<li>Georg &#8216;What Crash?&#8217; Nader</li>
</ol>
<p>Special thanks go out to <a href="http://www.linkedin.com/profile?viewProfile=&amp;key=926225&amp;authToken=j5yP&amp;authType=name">Clive Jefferies</a> for joining us from the UK, and <a href="http://en.wikipedia.org/wiki/Stevie_Case">Stevie Case</a> for that long-assed flight from San Francisco.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/f4d68c79-a75d-4bb0-ab06-e9b684720552/"><img class="zemanta-pixie-img" style="border: medium none ; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=f4d68c79-a75d-4bb0-ab06-e9b684720552" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<div class="shr-publisher-570"></div>
<p><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.turnthescrew.com/2009/02/fatfoogoo-goes-to-the-races/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>101 tax tips for Bloggers and Freelancers</title>
		<link>http://blog.turnthescrew.com/2009/02/101-tax-tips-for-bloggers-and-freelancers/</link>
		<comments>http://blog.turnthescrew.com/2009/02/101-tax-tips-for-bloggers-and-freelancers/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 12:49:04 +0000</pubDate>
		<dc:creator>Dan Taylor</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[1099]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[blogger taxes]]></category>
		<category><![CDATA[freelancer]]></category>
		<category><![CDATA[freelancer taxes]]></category>
		<category><![CDATA[tax deductions]]></category>
		<category><![CDATA[tax season]]></category>
		<category><![CDATA[taxes]]></category>

		<guid isPermaLink="false">http://blog.turnthescrew.com/?p=562</guid>
		<description><![CDATA[101 tax tips for bloggers and freelancers that could save you a bundle this tax season.]]></description>
			<content:encoded><![CDATA[<p><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic -->Oh joy of joys, it’s tax time.&nbsp; Officially, it’s been tax time since the beginning of January, but around the end of February, you might start looking at those 1099’s (if they’ve arrived yet – long story in my case) and wondering ‘How to I shave off a bit from what The Man in Washington wants from me?’&nbsp; If this is the case, you’ve come to the right place, as let’s face it, no one wants to pay a dime (or in this economy, perhaps a penny) more than absolutely required.</p>
<p><a href="http://blog.turnthescrew.com/wp-content/uploads/2009/02/taxtime.jpg"><img class="alignright size-medium wp-image-564" title="taxtime" src="http://blog.turnthescrew.com/wp-content/uploads/2009/02/taxtime-300x199.jpg" alt="taxtime" width="190" height="126"></a>I run my own small business (and when I say small, I mean moi) doing various writing, marketing, and consulting gigs.&nbsp; To add to the OMG, WTF do I do with all of this, I live in Austria and pay taxes here, but thanks to our good friends on capitol hill, I also have to pay taxes on any work I may have done for any American companies.&nbsp; Lovely.</p>
<p>Needless to say, I’ve already started combing the mountains of information out there, but wasn’t able to find a whole lot pertaining to my particular industry segment.&nbsp; Enter stage left, 101 Tax deductions for bloggers and freelancers courtesy of <a href="http://www.wisebread.com/101-tax-deductions-for-bloggers-and-freelancers">Paul Michael</a> via <a href="http://www.wisebread.com">wisebread.com</a>.&nbsp; Before digging into the list of deductible items, a notable suggestion from Paul:</p>
<blockquote><p>“…your expenses shouldn’t really outweigh your income (although sometimes it&#8217;s inevitable in your first year of business, taking into account start-up costs and so forth). But, if you made $1500 from your blogging adventures, writing off a $3500 computer system may trigger a big bad red flag. The IRS doesn&#8217;t like it when you spend more than you make.&nbsp; And if in doubt, double check with an accountant.”</p></blockquote>
<p>Without further adieu….</p>
<p>101 Tax Deductions for Bloggers and Freelancers</p>
<p>1. Industry books &amp; periodicals, including audio books<br />
2. Other books and periodicals used for research<br />
3. Library book charges<br />
4. DVDs and CDs related to your blogging<br />
5. Movie or theater tickets, if related to your blogging or freelancing<br />
6. Music and TV show downloads<br />
7. Magazine subscriptions<br />
8. Research sites that require a subscription<br />
9. Further education classes<br />
10. Webinars<br />
11. Business podcasts<br />
12. Business-related websites (for me, that would be Adweek)<br />
13. Memberships to professional clubs and affiliations<br />
14. Internet access fees (at about $40 a month, that’s a biggie)<br />
15. Public internet access fees (Internet café’s, airports etc)<br />
16. Stock photo purchases for your blog<br />
17. Search Engine Optimization services and fees<br />
18. Paid site submissions<br />
19. Website hosting fees<br />
20. Website design and/or maintenance fees<br />
21. Website/blog templates<br />
22. Domain name cost(s) and renewals<br />
23. Blog expenses (e.g. WordPress additions)<br />
24. Film &amp; Digital cameras<br />
25. Web cameras<br />
26. Handheld video recorders<br />
27. Digital memory cards<br />
28. Recordable CDs and DVDs<br />
29. Zip drives<br />
30. Photo printouts<br />
31. Film &amp; film processing<br />
32. Printer ink and copier toner<br />
33. Phone charging stations (e.g. at the airport)<br />
34. Second phone line for your business/fax machine<br />
35. Long distance charges related to business<br />
36. Cost of phone/fax/scanner/copier equipment<br />
37. Cell phone &amp; PDA expenses (bills, equipment, accessories)<br />
38. Personal voice recorders and memo machines<br />
39. Business equipment rental<br />
40. Computer equipment &amp; peripherals<br />
41. Computer upgrades (I had to upgrade my RAM twice last year)<br />
42. Depreciation costs of computer equipment<br />
43. Data storage (both online and external HDDs)<br />
44. Any business related software (not games…unless you review them)<br />
45. Software licensing fees<br />
46. Anti-virus and anti-spam subscriptions<br />
47. Unpaid invoices. If you do some work for someone, be it a simple blog article or a much bigger job, and you get stiffed on the bill, you can write off your loss.<br />
48. Fees for other bloggers and freelancers. If you get overwhelmed and pay a friend or relative to help out, any money you pay that person for their assistance is a <span class="zem_slink">tax deduction</span>.<br />
49. Tax and accounting software<br />
50. Tax preparation fees<br />
51. Business incorporation costs<br />
52. Costs for Trademarks or Copyrights.<br />
53. Business logos and graphic design fees<br />
54. Business cards, letterhead and other stationery (even stuff you print yourself)<br />
55. Office supplies (everything from paper to paper clips)<br />
56. Home office expenses. You can deduct the part of your home you use exclusively for blogging or freelancing as an expense, including a portion of the rent, water, heating bills and so on.<br />
57. Percentage of your home insurance (for your home office)<br />
58. Online self-promotion fees (that includes banners and Adwords costs)<br />
59. Trade show fees<br />
60. Advertising costs (newspapers, stickers, posters, postcards etc)<br />
61. Photography fees (e.g. headshots, pack shots etc)<br />
62. Photocopying/faxing fees<br />
63. Transportation costs: car mileage; airline tickets; taxis; buses; trains.<br />
64. Highway tolls<br />
65. Parking fees<br />
66. Hotel costs for business trips.<br />
67. Cleaning &amp; laundering services when traveling for business.<br />
68. Costs of conferences, plus all related expenses (e.g. <a class="zem_slink" title="BlogHer" rel="homepage" href="http://www.blogher.com/blogher_conference/conf">BlogHer</a>)<br />
69. Health insurance costs (if you’re self-employed)<br />
70. Computer equipment insurance<br />
71. Food and drink purchased on business trips<br />
72. Client entertainment (be reasonable…not sure you’ll get away with Strip Club deductions)<br />
73. Postage costs (Stamps.com is ideal for keeping track of postage, and the service itself is tax-deductible)<br />
74. PayPal and Western Union fees<br />
75. Post Office Box fees.<br />
76. Safe Deposit Box fees.<br />
77. Self-storage fees, especially useful if your files and records are spilling over into your garage and you need extra space.<br />
78. Advice. Any professional advice you pay for that pertains to your business is a tax deduction, and that includes counseling or coaching.<br />
79. Membership dues to labor unions (do bloggers have a union?)<br />
80. Charity work or donations (this one’s tricky. It’s limited to your out-of-pocket costs, not the final cost of the product. In my case, I’ve done some writing for charity, which is not applicable because you can’t deduct time spent. But any materials used during your charity work can be deducted).<br />
81. Prizes and giveaways. Here at Wise Bread, we give away some very nice things. Often, they are generously given to us as gifts to pass on to you, or readers. But when we go out and spend money on a prize to give away, that can be deducted, as well as the cost to mail it out to you.<br />
82. Business furniture. If you use it exclusively for your blogging or freelancing, then anything from a chair or filing cabinet to the whole desk can be written off.<br />
83. Business functions. If you hold a little get-together for clients, even just one or two, then everything from the rental of the room (or golf course…know what I mean?) to food and drink can be deducted.<br />
84. Business lunches. You can&#8217;t include your own meal, but if you pick up the tab at a power-lunch (or just a meeting with a potential client) you can write off their part of the check.<br />
85. Props. I sometimes use props for photoshoots, and the cost of those props can be deducted.<br />
86. Job search expenses. Any money you spend trying to get work, from postage to travel, is a deductible expense.<br />
87. Alcohol and drug abuse treatment. If the pressure turns you into a Betty Ford patient, you can deduct the expenses of treatment. Let’s hope you never have to though.<br />
88. Any losses due to theft. Away on business, your laptop gets stolen…write it off.<br />
89. Moving expenses related to your blogging or freelancing.<br />
90. You can deduct 50% of your self-employment tax<br />
91. Home improvements. Turn the basement into a home office, those expenses are deductible.<br />
92. Clothing and accessories. If you have to buy any clothing for a particular job (maybe you needed protective clothing &amp; headwear to write an article about a building site) then those costs are also deductible. But don’t try and write off your new Gucci watch.<br />
93. Business checking expenses. If you have anything more that free checking, it’s a deduction.<br />
94. Business gifts. This is cool. If your mom watched the kids while you went off to do an interview or write an article, and you then bought her flowers or choccies, well, the gift is tax deductible. Very sweet.<br />
95. Annual fees for business credit cards.<br />
96. Physical therapy. Writing for eight hours a day can cause all sorts of problems, including the dreaded Carpel Tunnel Syndrome. I&#8217;ve been advised by many accountants that you can deduct the cost of that therapy. However, medical expenses are a complex beast, and usually need to be a percentage of your income. Check with your accountant for details.<br />
97. Headache pills, eye drops and so on. If staring at the screen all day gives you a killer migraine, you can write off the cost of the meds to help you get through it and keep on working.<br />
98. Wages. Say you pay your kid $20 a month to empty your office trash can, maybe as a way to earn an allowance. Well, you can deduct that expense.<br />
99. Your dog. No kidding, if you can prove it&#8217;s a guard dog and is protecting your equipment, you can write-off the doggie expenses.<br />
100. Net operating loss. If your deductions outweigh your earnings, which often happens in your start-up year, you can use that loss to lower your taxes next year.</p>
<p>And one big final deduction you may want to think about:</p>
<p>101. Your TV cable or satellite bill. I can deduct it because I need it…I work in the movie business. It’s a very nice deduction, too. If you blog about soaps, movies, TV shows, or anything else in the entertainment field, this could be a nice write-off for you.</p>
<p>Thanks Paul!</p>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/eb44d0ef-c8b3-42f6-9ca9-a0bb315e3862/" title="Zemified by Zemanta"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=eb44d0ef-c8b3-42f6-9ca9-a0bb315e3862" alt="Reblog this post [with Zemanta]"></a><span class="zem-script more-related"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
<div class="shr-publisher-562"></div>
<p><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.turnthescrew.com/2009/02/101-tax-tips-for-bloggers-and-freelancers/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
