<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>OTO One to One Interactive » otolabs-posts</title>
	
	<link>http://www.onetooneinteractive.com</link>
	<description>One to One Interactive</description>
	<pubDate>Thu, 05 Nov 2009 00:01:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/OTOlabs" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Email is dead - long live email!</title>
		<link>http://www.onetooneinteractive.com/otocorporate-posts/2009/10/13/email-is-dead-long-live-email/</link>
		<comments>http://www.onetooneinteractive.com/otocorporate-posts/2009/10/13/email-is-dead-long-live-email/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 17:58:07 +0000</pubDate>
		<dc:creator>Mitchel Ahern</dc:creator>
		
		<category><![CDATA[otocorporate-posts]]></category>

		<category><![CDATA[otolabs-posts]]></category>

		<category><![CDATA[Add new tag]]></category>

		<category><![CDATA[eMail]]></category>

		<category><![CDATA[identity]]></category>

		<category><![CDATA[messaging]]></category>

		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.onetooneinteractive.com/?p=5916</guid>
		<description><![CDATA[Why Email No Longer Rules... ...And what that means for the way we communicate ]]></description>
			<content:encoded><![CDATA[<p><a title="Why Email No Longer Rules" href="http://bit.ly/Puj88" target="_blank">This Wall Street Journal article</a> is significant not so much for it&#8217;s insight into the changing face of internet messaging (which boils down to &#8220;Kids these days!&#8221;) but rather for the acknowledgment that email is losing (lost?) it&#8217;s place as the primary communication channel. Now any article that ends with a whinge about why not try just &#8220;talking to someone in person&#8221; isn&#8217;t likely to have much to say about how to manage your place in this new world of communications, but it does do a good job of describing the angst that many people have about a world where Twitter, Facebook and Yammer are where the real conversations are happening.&nbsp; The article also recognizes the increased importance of defining, managing and projecting your identity (but misses the critical role that email has in managing your identity).</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onetooneinteractive.com/otocorporate-posts/2009/10/13/email-is-dead-long-live-email/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Helping people kick bad SQL Server habits</title>
		<link>http://www.onetooneinteractive.com/otolabs-posts/2009/10/10/helping-people-kick-bad-sql-server-habits/</link>
		<comments>http://www.onetooneinteractive.com/otolabs-posts/2009/10/10/helping-people-kick-bad-sql-server-habits/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 18:28:01 +0000</pubDate>
		<dc:creator>abertrand</dc:creator>
		
		<category><![CDATA[Services Deployed]]></category>

		<category><![CDATA[otolabs-posts]]></category>

		<category><![CDATA[bad habits]]></category>

		<category><![CDATA[best practices]]></category>

		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.onetooneinteractive.com/?p=5897</guid>
		<description><![CDATA[Earlier this week, I started a series of blog posts aimed at helping people kick their bad SQL Server habits.]]></description>
			<content:encoded><![CDATA[<div style="text-align:center"><a href="http://www.onetooneinteractive.com/otolabs-posts/2009/10/10/helping-people-kick-bad-sql-server-habits/"><img class="aligncenter size-full wp-image-5898" style="border:1px solid black" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/10/bh1.jpg" alt="Bad Habits in T-SQL" width="450" height="241" /></a></div>
<p><span id="more-5897"></span></p>
<p>In a greedy attempt to win an <a title="http://www.brentozar.com/archive/2009/10/announcing-the-pass-log-reader-awards/" href="http://www.brentozar.com/archive/2009/10/announcing-the-pass-log-reader-awards/" target="_blank">interesting blogger contest</a>, and because I see this stuff all the time when dealing with inherited code or answering questions in newsgroups or forums, I decided to put together a series of blog posts designed to help fellow SQL Server dabblers to kick some of the bad habits they&#8217;ve picked up over the years.&nbsp;</p>
<p>It actually started long before the contest, but at the time was aimed more at picking up good habits.&nbsp; Last year, I wrote an elaborate post detailing my own personal <a title="http://sqlblog.com/blogs/aaron_bertrand/archive/2008/10/30/my-stored-procedure-best-practices-checklist.aspx" href="http://sqlblog.com/blogs/aaron_bertrand/archive/2008/10/30/my-stored-procedure-best-practices-checklist.aspx" target="_blank">&#8220;best practices&#8221; checklist</a> that I try to follow when writing stored procedures.&nbsp; And earlier this year, I wrote about <a title="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/09/03/ladies-and-gentlemen-start-your-semi-colons.aspx" href="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/09/03/ladies-and-gentlemen-start-your-semi-colons.aspx" target="_blank">always terminating statements with semi-colons</a>.&nbsp;</p>
<p>It can be hard to enforce good habits; it is much easier to demonstrate why bad habits are bad, and drive positive habits simply by providing motivation to avoid the negative ones.&nbsp; So, the series was kicked off last week, and so far I have written sixteen &#8220;here&#8217;s why you should stop doing x&#8221; articles.&nbsp; There has been great feedback on the articles themselves, several discussions have launched because of them, and I&#8217;ve even spurred other people to write their <a title="http://sqlblog.com/blogs/adam_machanic/archive/2009/10/08/bad-habits-to-kick-not-using-as.aspx" href="http://sqlblog.com/blogs/adam_machanic/archive/2009/10/08/bad-habits-to-kick-not-using-as.aspx" target="_blank">own</a> <a title="http://sqlblog.com/blogs/adam_machanic/archive/2009/10/10/bad-habits-to-kick-inconsistent-indentation.aspx" href="http://sqlblog.com/blogs/adam_machanic/archive/2009/10/10/bad-habits-to-kick-inconsistent-indentation.aspx" target="_blank">posts</a> to complement the series.</p>
<p>Who knows, maybe the series will be good enough to see my name in lights at <a title="SQLPass.org" href="http://sqlpass.org/" target="_blank">PASS</a>.&nbsp; But more importantly, maybe it will help you, or someone you work with, to kick some bad habits.</p>
<p style="padding-left: 30px;"><a title="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/06/bad-habits-to-kick-order-by-ordinal.aspx" href="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/06/bad-habits-to-kick-order-by-ordinal.aspx" target="_blank">Bad habits to kick : ORDER BY ordinal</a><br />
<a title="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/07/bad-habits-to-kick-using-a-loop-to-populate-a-table.aspx" href="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/07/bad-habits-to-kick-using-a-loop-to-populate-a-table.aspx" target="_blank">Bad habits to kick : using loops to populate large tables</a><br />
<a title="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/08/bad-habits-to-kick-using-old-style-joins.aspx" href="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/08/bad-habits-to-kick-using-old-style-joins.aspx" target="_blank">Bad habits to kick : using old-style JOINs</a><br />
<a title="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/08/bad-habits-to-kick-using-table-aliases-like-a-b-c-or-t1-t2-t3.aspx" href="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/08/bad-habits-to-kick-using-table-aliases-like-a-b-c-or-t1-t2-t3.aspx" target="_blank">Bad habits to kick : using table aliases like (a, b, c) or (t1, t2, t3)</a><br />
<a title="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/09/bad-habits-to-kick-declaring-varchar-without-length.aspx" href="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/09/bad-habits-to-kick-declaring-varchar-without-length.aspx" target="_blank">Bad habits to kick : declaring VARCHAR without (length)</a><br />
<a title="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/09/bad-habits-to-kick-using-dashes-and-spaces-in-entity-names.aspx" href="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/09/bad-habits-to-kick-using-dashes-and-spaces-in-entity-names.aspx" target="_blank">Bad habits to kick : using dashes and spaces in entity names</a><br />
<a title="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/09/bad-habits-to-kick-using-select-or-return-instead-of-output.aspx" href="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/09/bad-habits-to-kick-using-select-or-return-instead-of-output.aspx" target="_blank">Bad habits to kick : using SELECT or RETURN instead of OUTPUT</a><br />
<a title="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/10/bad-habits-to-kick-using-select-omitting-the-column-list.aspx" href="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/10/bad-habits-to-kick-using-select-omitting-the-column-list.aspx" target="_blank">Bad habits to kick : using SELECT * / omitting the column list</a><br />
<a title="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/11/bad-habits-to-kick-avoiding-the-schema-prefix.aspx" href="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/11/bad-habits-to-kick-avoiding-the-schema-prefix.aspx" target="_blank">Bad habits to kick : avoiding the schema prefix</a><br />
<a title="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/11/bad-habits-to-kick-inconsistent-naming-conventions.aspx" href="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/11/bad-habits-to-kick-inconsistent-naming-conventions.aspx" target="_blank">Bad habits to kick : inconsistent naming conventions</a><br />
<a title="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/11/bad-habits-to-kick-expecting-identity-to-mean-something.aspx" href="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/11/bad-habits-to-kick-expecting-identity-to-mean-something.aspx" target="_blank">Bad habits to kick : making assumptions about IDENTITY</a><br />
<a title="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/12/bad-habits-to-kick-using-the-wrong-data-type.aspx" href="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/12/bad-habits-to-kick-using-the-wrong-data-type.aspx" target="_blank">Bad habits to kick : choosing the wrong data type</a><br />
<a title="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/12/bad-habits-to-kick-abusing-triggers.aspx" href="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/12/bad-habits-to-kick-abusing-triggers.aspx" target="_blank">Bad habits to kick : abusing triggers</a><br />
<a title="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/14/bad-habits-to-kick-using-the-visual-designers.aspx" href="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/14/bad-habits-to-kick-using-the-visual-designers.aspx" target="_blank">Bad habits to kick : using the visual designers</a><br />
<a href="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/14/bad-habits-to-kick-using-alias-types.aspx" title="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/14/bad-habits-to-kick-using-alias-types.aspx" target="_blank">Bad habits to kick : using alias types</a><br />
<a href="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/16/bad-habits-to-kick-mishandling-date-range-queries.aspx" title="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/10/16/bad-habits-to-kick-mishandling-date-range-queries.aspx" target="_blank">Bad habits to kick : mis-handling date / range queries</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.onetooneinteractive.com/otolabs-posts/2009/10/10/helping-people-kick-bad-sql-server-habits/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Owyang and Li on Google’s Stealth Social Network Play</title>
		<link>http://www.onetooneinteractive.com/otocorporate-posts/2009/10/07/5892/</link>
		<comments>http://www.onetooneinteractive.com/otocorporate-posts/2009/10/07/5892/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 18:55:40 +0000</pubDate>
		<dc:creator>Mitchel Ahern</dc:creator>
		
		<category><![CDATA[otocorporate-posts]]></category>

		<category><![CDATA[otolabs-posts]]></category>

		<guid isPermaLink="false">http://www.onetooneinteractive.com/?p=5892</guid>
		<description><![CDATA[Jermiah Owyang and Charlene Li have written an spot-on post about Google&#8217;s stealth social media implementation. Google has quietly rolled out all of the components of a social media presence including profiling, trusted communication, sharing, and content management. It has done so one element at a time, with each element powerful enough to stand on [...]]]></description>
			<content:encoded><![CDATA[<p>Jermiah Owyang and Charlene Li have written an spot-on post about Google&#8217;s <a href="http://bit.ly/4mUzzU" target="_blank">stealth social media implementation</a>. Google has quietly rolled out all of the components of a social media presence including profiling, trusted communication, sharing, and content management. It has done so one element at a time, with each element powerful enough to stand on its own.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onetooneinteractive.com/otocorporate-posts/2009/10/07/5892/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The rise and fall of TV advertising?</title>
		<link>http://www.onetooneinteractive.com/otocorporate-posts/2009/10/06/the-rise-and-fall-of-tv-advertising/</link>
		<comments>http://www.onetooneinteractive.com/otocorporate-posts/2009/10/06/the-rise-and-fall-of-tv-advertising/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 13:58:29 +0000</pubDate>
		<dc:creator>abertrand</dc:creator>
		
		<category><![CDATA[otocorporate-posts]]></category>

		<category><![CDATA[otolabs-posts]]></category>

		<guid isPermaLink="false">http://www.onetooneinteractive.com/?p=5881</guid>
		<description><![CDATA[Consumers are being exposed to more and more ways to avoid commercials when they watch their favorite shows.  Will advertisers be able to turn the tables, or is the "problem" only going to get worse?]]></description>
			<content:encoded><![CDATA[<div style="text-align:center"><a href="http://www.onetooneinteractive.com/otolabs-posts/2009/10/06/the-rise-and-fall-of-tv-advertising/?showin=otolabs"><img class="aligncenter size-full wp-image-5882" style="border:1px solid black" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/10/baldwin.jpg" alt="baldwin" width="450" height="253" /></a></div>
<p><span id="more-5881"></span><br />
I have to admit, I&#8217;m a little worried about the companies and the people that earn their living based on TV advertisements.  I am seeing a gradual decline in the necessity of paying any attention to TV advertisements at all.  Even the peak of SuperBowl commercial hilarity has come and gone.  The consumer has undergone plenty of innovations to help them avoid commercials:</p>
<p style="padding-left: 30px;"><strong>Good: </strong>services like DVR (or PVR for you Canadians, eh?) and TiVo allow you to record your favorite shows and watch them later.&nbsp; The bonus: you can fast forward through commercials.&nbsp; The advertisers aren&#8217;t crazy about this, obviously.&nbsp; At one point TiVo even talked about superimposing ads on the screen while you were fast forwarding or rewinding; I don&#8217;t know if they ever implemented it.&nbsp; In spite of the fact that I bought a lifetime subscription for my device, it died within a few days of the warranty expiration (and the license, at least at the time, was not transferable to a new device).</p>
<p style="padding-left: 30px;"><strong>Better:</strong> some cable companies are offering normal television programs through their On Demand menu.&nbsp; Forgot to record Heroes last night?&nbsp; It&#8217;s okay, the cable company has your back.&nbsp; Missed a segment of last Thursday&#8217;s CSI?&nbsp; No problem, you can catch up.&nbsp; You usually have to wait a day or two, and you still have to fast forward through commercials, of course, but recent episodes are not lost forever.</p>
<p style="padding-left: 30px;"><strong>Best:</strong> Verizon FiOS, at least in my service area, combines the best of both worlds.&nbsp; You can record the shows you want to watch within 24 hours (I often do this when I am going to be home late but still want to watch that night&#8217;s shows).&nbsp; If you want to wait a day or two, you can get most programs (minus the entire Fox lineup) from the On Demand menu.&nbsp; Huge bonus here: on some programs, FiOS even strips out the commercials for you.&nbsp; I was shocked by this the other day when several breaks in a show had no plugs at all, and a couple of breaks simply had one promo for an upcoming show on the same network.&nbsp; How are the advertisers okay with this?&nbsp; I&#8217;m not sure.&nbsp; There must be some kind of kickback system in place.</p>
<p>Now, for those of you who don&#8217;t like paying the cable or Verizon guy, web services like <a href="http://www.hulu.com/" target="_blank">Hulu</a> and <a title="http://store.apple.com/us/browse/home/shop_ipod/family/apple_tv?mco=MTAyNTM5ODY" href="http://store.apple.com/us/browse/home/shop_ipod/family/apple_tv?mco=MTAyNTM5ODY" target="_blank">Apple TV</a> let you watch pretty much any TV episode you want; however, unlike the services above, they can force you to watch some commercials.&nbsp;  While I cannot vouch for my fictional price points, a good business model might be something like: give me 2 minutes of commercials per video for free, 1 minute of commercials for, say, $5.99 / month, and no commercials for, say, $12.99 / month.&nbsp;  For those that watch a lot of their TV this way, the additional cost (especially if it eliminates a cable bill) might be worth it - but expect to watch sports and other live events at a buddy&#8217;s house.&nbsp; Through some kind of kickback scheme, the agencies et. al. will still get their money, and as for the advertisers themselves, well, there may be a need for advertising around the video player, or for better product placement in the shows themselves.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onetooneinteractive.com/otocorporate-posts/2009/10/06/the-rise-and-fall-of-tv-advertising/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sometimes a service outage can be a good thing</title>
		<link>http://www.onetooneinteractive.com/otocorporate-posts/2009/09/26/sometimes-a-service-outage-can-be-a-good-thing/</link>
		<comments>http://www.onetooneinteractive.com/otocorporate-posts/2009/09/26/sometimes-a-service-outage-can-be-a-good-thing/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 23:17:20 +0000</pubDate>
		<dc:creator>abertrand</dc:creator>
		
		<category><![CDATA[otocorporate-posts]]></category>

		<category><![CDATA[otolabs-posts]]></category>

		<category><![CDATA[cloud]]></category>

		<category><![CDATA[GMail]]></category>

		<category><![CDATA[saas]]></category>

		<category><![CDATA[service outages]]></category>

		<category><![CDATA[software as a service]]></category>

		<guid isPermaLink="false">http://www.onetooneinteractive.com/?p=5829</guid>
		<description><![CDATA[Another Gmail outage sparks a new round of Chicken Little alarms.  But sometimes we need to think about the good things that come out of unplanned downtime.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.onetooneinteractive.com/otocorporate-posts/2009/09/26/sometimes-a-service-outage-can-be-a-good-thing/?showin=otolabs"><img class="size-full wp-image-5831 aligncenter" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/09/servicedisruption.png" alt="Gmail Service Disruption" width="450" height="110" /></a></p>
<p><span id="more-5829"></span>A few weeks ago, I <a title="http://www.onetooneinteractive.com/otocorporate-posts/2009/09/01/the-cloud-is-falling-the-cloud-is-falling/?showin=otolabs" href="http://www.onetooneinteractive.com/otocorporate-posts/2009/09/01/the-cloud-is-falling-the-cloud-is-falling/?showin=otolabs" target="_blank">poked fun at the overreactions</a> to Gmail&#8217;s service outage on September 1st.&nbsp; At the same time, however, I made it clear that, for some people, such a disruption can be a seriously harmful event.&nbsp; The follow-up conversations from that blog post were not exactly what I intended, but I am glad they took place nonetheless.</p>
<p>This past week (Thursday, September 24th, to be precise), Gmail had another unplanned outage.&nbsp; It wasn&#8217;t as serious or prolonged (mainly affecting Contacts and Chat, though many were without e-mail as well), but it did not go unnoticed, both within our office walls and on our twitter feeds.&nbsp; And while many are sounding the Chicken Little alarms again, there are others who have a more positive opinion about what this means for the longevity of this type of software as a service.&nbsp; For example, Phil Wainewright over at ZDNet had a great article entitled, &#8220;<a title="http://blogs.zdnet.com/SAAS/?p=889" href="http://blogs.zdnet.com/SAAS/?p=889" target="_blank">Why you should be glad about Gmail failures</a>&#8221; &#8212; a must-read for anyone using Google&#8217;s enterprise offering, or having doubts about its viability.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onetooneinteractive.com/otocorporate-posts/2009/09/26/sometimes-a-service-outage-can-be-a-good-thing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Blogging about blogging</title>
		<link>http://www.onetooneinteractive.com/otocorporate-posts/2009/09/24/blogging-about-blogging/</link>
		<comments>http://www.onetooneinteractive.com/otocorporate-posts/2009/09/24/blogging-about-blogging/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 14:04:37 +0000</pubDate>
		<dc:creator>abertrand</dc:creator>
		
		<category><![CDATA[otocorporate-posts]]></category>

		<category><![CDATA[otolabs-posts]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[Community]]></category>

		<category><![CDATA[knowledge sharing]]></category>

		<guid isPermaLink="false">http://www.onetooneinteractive.com/?p=5783</guid>
		<description><![CDATA[Exploring some of the reasons technical people aren't blogging, and trying to encourage more technical people to write about their passion.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.onetooneinteractive.com/otocorporate-posts/2009/09/24/blogging-about-blogging/?showin=otolabs"><img class="size-full wp-image-5811 aligncenter" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/09/bloggingheadline.png" alt="bloggingheadline" width="450" height="336" /></a></p>
<p><span id="more-5783"></span>Despite the flashy headline, <strong>not enough tech people are blogging</strong>.</p>
<p>Some are.&nbsp; Those that are blogging usually write posts that fall into one of four categories:</p>
<ol>
<li>elaborate posts describing how they set up a process, or solved an engineering problem, from beginning to end;</li>
<li>brief descriptions of something someone else wrote about, and a link;</li>
<li>a collection of URLs (links of the week); or,</li>
<li>things non-techie related, or at least outside their main discipline.</li>
</ol>
<p>There are, of course, some other posts (and entire sites full of posts) that don&#8217;t fall into these four buckets.&nbsp; Two that stand out to me, and that I don&#8217;t really qualify as &#8220;blog posts&#8221; at all:</p>
<ul>
<li>One is where another site simply slurps your RSS feed, regurgitating your excerpt and linking to the full article on your site.&nbsp; This is kind of in category 2 above, but it is all automated&#8230; the person typically does not proactively say, &#8220;Hey, this blog post was really cool; I&#8217;m going to publicize it!&#8221;&nbsp; They&#8217;re usually using software that merely attempts to mimic that functionality, and of course there is no commentary provided along with the link.</li>
</ul>
<ul>
<li>Another category is quite similar, but instead of showing an excerpt and providing a link, they simply copy the entire article, without permission, and perhaps don&#8217;t even provide proper attribution to the original author.&nbsp;<strong> I call this theft.</strong>&nbsp; <a title="http://www.brentozar.com/archive/2009/06/more-thoughts-on-blog-plagiarism/" href="http://www.brentozar.com/archive/2009/06/more-thoughts-on-blog-plagiarism/" target="_blank">So does Brent Ozar</a>.&nbsp; And <a title="http://en.wikipedia.org/wiki/Digital_Millennium_Copyright_Act" href="http://en.wikipedia.org/wiki/Digital_Millennium_Copyright_Act" target="_blank">so does WikiPedia</a>.&nbsp;It sounds ludicrous, but many sites are doing this - in the SQL Server realm, it seems every week there is a new site out there that is aggregating a lot of the more popular SQL Server bloggers, simply to drive traffic (and therefore ad revenue) to their own site.&nbsp; This keeps readers from visiting the original authors&#8217; sites, where the people who did the actual work might benefit (never mind that if they make updates or spark dialog on their own sites, the aggregators are typically not going to update their own stolen content).&nbsp;Now, keep in mind, some bloggers intentionally do this &#8212; they syndicate their posts on multiple sites (including some where the site owners charge for access).&nbsp; I pointed out one such case to a colleague recently and, while he didn&#8217;t confirm to me that it was the case, I can only assume by his lack of response that it was intentional, or at least that he was already aware of the issue.</li>
</ul>
<p>But back to the point of my post: <strong>not enough tech people are blogging.&nbsp; </strong>And I&#8217;m not sure why.<strong></strong></p>
<p>Let me qualify my statement, because it is rather subjective.&nbsp; There are plenty of technical people blogging.&nbsp; The problem is that they&#8217;re not all blogging quality content, or at least not all of the time.&nbsp; There are some bloggers out there, who I know personally, who are quite gifted and could share a lot of their technical knowledge to the benefit of many of us.&nbsp; But they blog about things like what they&#8217;re having for dinner, a commercial they just saw on NBC, or how many songs they now have in their iTunes library.&nbsp; And then there are others in that same boat who aren&#8217;t blogging at all.&nbsp; For obvious reasons I don&#8217;t want to call anyone out directly, but let&#8217;s just say it&#8217;s a common observation.</p>
<p>A lot of people are afraid to blog because they feel they are just using the technology, and don&#8217;t feel they have much to offer that isn&#8217;t already covered in the documentation or in someone else&#8217;s blog.&nbsp; I beg to differ.&nbsp; It&#8217;s perfectly fine to regurgitate documentation or to expand on someone else&#8217;s writing.&nbsp; As long as you are not performing huge Copy + Paste jobs, you will be adding your own spin to the content&#8230; maybe sparking ideas for how the product or technology could be improved, how your readers could make better use of what&#8217;s already there, or your experience with the technology that falls outside of what might be explained in the documentation.&nbsp; Even if you just have links to sites with further details, by posting about them you are improving their discoverability.&nbsp; And maybe just the way you interpret the documentation and write about it in your writing style will help people better understand the topic or reinforce what they interpreted on their own.</p>
<p>For example, imagine the following blog post about advanced memory management in SQL Server didn&#8217;t exist, and you needed to find out allof this information on your own.&nbsp; Imagine how many different searches of MSDN/TechNet you&#8217;d have to exercise before you could assemble it all?&nbsp; And still it wouldn&#8217;t necessarily be explained in the right way, because the documentation for extremely advanced topics such as this are usually (and sometimes necessarily) cryptic:</p>
<p style="padding-left: 30px;"><a title="http://blogs.msdn.com/psssql/archive/2009/09/11/fun-with-locked-pages-awe-task-manager-and-the-working-set.aspx" href="http://blogs.msdn.com/psssql/archive/2009/09/11/fun-with-locked-pages-awe-task-manager-and-the-working-set.aspx" target="_blank">Fun with Locked Pages, AWE, Task Manager, and the Working Set&#8230;</a></p>
<p>Another example is a recent blog post I wrote.&nbsp; I created a stored procedure that would assist with dynamic memory management in a multi-node cluster failover scenario.&nbsp; There is nothing genius or revolutionary about the code that I wrote, but now if someone is searching for a way to do this, they can borrow from my blog post instead of re-inventing the wheel and writing the code from scratch:</p>
<p style="padding-left: 30px;"><a title="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/09/18/managing-active-active-cluster-failovers-with-different-hardware.aspx" href="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/09/18/managing-active-active-cluster-failovers-with-different-hardware.aspx" target="_blank">Managing Active/Active cluster failovers with different hardware</a></p>
<p><strong>So why aren&#8217;t you blogging?</strong>&nbsp;</p>
<p>Are you nervous?&nbsp; Are you not sure where to start?&nbsp; Brent Ozar has some <a title="http://www.brentozar.com/archive/tag/blogging/" href="http://www.brentozar.com/archive/tag/blogging/" target="_blank">great posts on blogging</a>, including a 5-part series describing ways you can blog better.&nbsp; Need more inspiration than that?&nbsp; Dustin Marx had a great write-up a couple of weekends ago, explaining his thoughts on <a title="http://marxsoftware.blogspot.com/2009/09/more-software-developers-should-write.html" href="http://marxsoftware.blogspot.com/2009/09/more-software-developers-should-write.html" target="_blank">why more tech people should blog</a>.&nbsp; I recently touched on some similar points also, <a title="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/09/02/blogging-about-what-to-blog-about.aspx" href="http://sqlblog.com/blogs/aaron_bertrand/archive/2009/09/02/blogging-about-what-to-blog-about.aspx" target="_blank">over on sqlblog.com</a>.</p>
<p>So again, <strong>why aren&#8217;t you blogging?&nbsp; </strong></p>
<p>Jump in.&nbsp; Write about the things you know about.&nbsp; Write about things you&#8217;ve tried, whether or not you were successful.&nbsp; But for the sake of all of our sanity, please don&#8217;t blog that you are microwaving a Swanson chicken dinner, or that you just got back from the busy mall.&nbsp; Save those little tidbits for your Twitter or Facebook status updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onetooneinteractive.com/otocorporate-posts/2009/09/24/blogging-about-blogging/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twelve Horses Merges Into One to One InteractiveCombined Entity Strengthens Product Offerings, Bolsters Service Capabilities</title>
		<link>http://www.onetooneinteractive.com/otocorporate-announcements/2009/09/14/twelve-horses-merges-into-one-to-one-interactive-strengthens-product-offerings-bolsters-service-capabilities/</link>
		<comments>http://www.onetooneinteractive.com/otocorporate-announcements/2009/09/14/twelve-horses-merges-into-one-to-one-interactive-strengthens-product-offerings-bolsters-service-capabilities/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 11:13:06 +0000</pubDate>
		<dc:creator>jkarnell</dc:creator>
		
		<category><![CDATA[otocorporate-announcements]]></category>

		<category><![CDATA[otocorporate-news]]></category>

		<category><![CDATA[otocorporate-posts]]></category>

		<category><![CDATA[otoi-news]]></category>

		<category><![CDATA[otoi-posts]]></category>

		<category><![CDATA[otoinsights-news]]></category>

		<category><![CDATA[otoinsights-posts]]></category>

		<category><![CDATA[otolabs-news]]></category>

		<category><![CDATA[otolabs-posts]]></category>

		<category><![CDATA[otonetworks-news]]></category>

		<category><![CDATA[otonetworks-posts]]></category>

		<category><![CDATA[Merger]]></category>

		<category><![CDATA[Twelve Horses]]></category>

		<guid isPermaLink="false">http://www.onetooneinteractive.com/?p=5767</guid>
		<description><![CDATA[Boston, Mass. and Reno, Nev. (Sept. 14, 2009) – One to One Interactive (OTO), a Boston-based digital marketing firm recently ranked by Inc. Magazine as one of the fastest growing private companies in America, announced today a definitive agreement to merge Twelve Horses, with operations in Salt Lake City, Utah and Reno-Tahoe, Nevada, into its OTOi and OTOlabs divisions. ]]></description>
			<content:encoded><![CDATA[<p><span id="more-5767"></span></p>
<p><strong>Boston, Mass. and Reno, Nev. (Sept. 14, 2009)</strong> – <a href="http://www.onetooneinteractive.com" target="_blank">One to One Interactive</a> (OTO), a Boston-based digital marketing firm recently ranked by Inc. Magazine as one of the fastest growing private companies in America, announced today a definitive agreement to merge <a href="http://web.twelvehorses.com/" target="_blank">Twelve Horses</a>, with operations in Salt Lake City, Utah, and Reno-Tahoe, Nevada, into its <a href="http://www.otoi.com" target="_blank">OTOi</a> and <a href="http://www.otolabs.com" target="_blank">OTOlabs</a> divisions.</p>
<p>The merger expands One to One Interactive’s comprehensive suite of digital marketing services, technology and media offerings by incorporating Twelve Horses’ agency practice and innovative marketing products.</p>
<p>The move represents the fourth time OTO has grown through a merger or acquisition, a strategy the company embarked on beginning in 2005. The addition of Twelve Horses gives OTO a significant presence in the West and Twelve Horses’ many East Coast based clients will welcome the OTO East Coast footprint. Both OTO and Twelve Horses service accounts in Europe and Asia. Twelve Horses, frequently recognized for its innovative work in the travel-tourism industry, also services such global clients as J.P. Morgan Chase, Deloitte and Bill Me Later, a PayPal company.</p>
<p>The western-based Twelve Horses will integrate its trademarked and patented technology platforms, including <a href="http://web.twelvehorses.com/technology/messagemaker/" target="_blank">MessageMaker™</a>, which delivers multi-channel direct digital communications to customers via email, web, mobile, voice and fax messaging, into current One to One Interactive offerings. As a result, OTO clients, which currently include Comcast, Rite-Aid, McGraw-Hill and Partners Healthcare, will be able to leverage the company’s expanded portfolio of services and tools in executing their one-to-one digital marketing strategies.</p>
<p>“Our merger with Twelve Horses enhances and extends OTO into the type of unique firm brands seek in today’s digital marketing landscape, one that can come to the table with leading marketing services strategy and execution capabilities as well as a full suite of proven technology products to integrate and deploy quickly and efficiently,” said Ian Karnell, chief executive officer of One to One Interactive. “By leveraging the platform capabilities and innovative intellectual property we’ve acquired through our expansion efforts, our clients can expect greater efficiency in strategy execution and in speed to market, which is essential for remaining at the forefront of the marketing evolution.”</p>
<p>With its newly expanded product and service lines, nearly 30 percent of revenues will be driven from the firm’s unique portfolio of permission based digital messaging&nbsp; technologies, which include multi-channel messaging platforms for email and mobile marketing, content management systems, ticketing and event management, desktop widgets and plug-ins for improved workflow. A large portion of the remaining revenue stream will continue to be generated from services such as branding, web site development, customer relationship management, search engine marketing and social web strategies.</p>
<p>“At a time where every marketing services firm is being asked to bring more to the table, our clients benefit from this merger by having immediate access to a broader organization with incredible experience and depth in quality, customizable technology products and solutions,” explained Twelve Horses CEO David LaPlante, who will serve as OTO’s Senior Vice-President of Sales &amp; Marketing. “Our newly combined company significantly enhances our ability to accommodate our client’s broad and often unique set of marketing services and technology dependent requests, as opposed to simply providing a one-size fits-all-solution.”</p>
<p>The merger is designed to accelerate growth and innovation, including a new management structure to help achieve that vision. One to One Interactive Chief Executive Officer Ian Karnell and President Jeremi Karnell will remain in their roles, while Twelve Horses executives Steve Spencer and Martin Gastanaga will serve as senior executives for its OTOlabs division. The company will remain headquartered in Charlestown, Mass., with additional offices in Baltimore, Reno-Tahoe, Salt Lake City and London.</p>
<p><strong>About One to One Interactive</strong><br />
Complete One-To-One Solutions for Brands, Agencies, and Publishers</p>
<p>Established in 1997, One to One Interactive is the first enterprise to assemble a complete solution for brands, agencies, and publishers executing one-to-one marketing strategies. By bringing together one of the nation’s leading digital marketing agencies, the worlds most comprehensive portfolio of permission marketing platforms, performance marketing solutions, and cutting edge neuromarketing research techniques, the companies of One to One Interactive build informed and creative customer/constituent strategies on the belief that digital media’s ability to enable engaging one-to-one dialogues is the future of marketing.</p>
<p>One to One Interactive has recently been ranked by Inc. Magazine as one of the fastest growing private companies in America, one of the Top Interactive firms in the United States according to B2B Magazine, and one of the world’s 20 hottest independent digital marketing firms by Ad Age.</p>
<p>Please visit one of One to One Interactive’s web sites for more information:</p>
<p>&nbsp;&nbsp;&nbsp; * One to One Interactive: <a href="http://www.onetooneinteractive.com" target="_blank">www.onetooneinteractive.com</a></p>
<p>&nbsp;&nbsp;&nbsp; * OTOi: <a href="http://www.otoi.com" target="_blank">www.otoi.com</a></p>
<p>&nbsp;&nbsp;&nbsp; * OTOlabs: <a href="http://www.otolabs.com" target="_blank">www.otolabs.com</a></p>
<p>&nbsp;&nbsp;&nbsp; * OTOnetworks: <a href="http://www.otonetworks.com" target="_blank">www.otonetworks.com</a></p>
<p>&nbsp;&nbsp;&nbsp; * OTOinsights: <a href="http://www.otoinsights.com" target="_blank">www.otoinsights.com </a></p>
<p><strong>About Twelve Horses</strong><br />
Twelve Horses has historically been a global provider of Web site design and development, multi-channel marketing, business process automation, customer relationship management (CRM), search engine optimization and search engine marketing. Operating as an online brand marketing and messaging technology agency, Twelve Horses assisted businesses in translating and transforming their brands online.</p>
<p>Twelve Horses provides One to One Interactive with operations in Salt Lake City, Utah, and Reno-Tahoe, Nevada.</p>
<p>Twelve Horses has been recognized for being a “Top 30 Innovative Company” by Utah Business, and “Technology Company of the Year” by the Technology Business Alliance of Nevada.</p>
<p>Please visit Twelve Horses web site for more information: <a href="http://www.twelvehorses.com" target="_blank">www.twelvehorses.com</a></p>
<p>For more information call 1-617-425-7369 or visit <a href="http://www.onetooneinteractive.com" target="_blank">www.onetooneinteractive.com</a></p>
<p><a href="http://www.onetooneinteractive.com/wp-content/uploads/2009/09/twelve-horses-merges-into-one-to-one-interactive-press-release-final.pdf">Download Press Release</a><br />
<a href="http://www.onetooneinteractive.com/wp-content/uploads/2009/09/oto-twelve-horses-merger-faq-final.pdf">Download the FAQ</a></p>
<p>###</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onetooneinteractive.com/otocorporate-announcements/2009/09/14/twelve-horses-merges-into-one-to-one-interactive-strengthens-product-offerings-bolsters-service-capabilities/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Cloud is Falling! The Cloud is Falling!</title>
		<link>http://www.onetooneinteractive.com/otocorporate-posts/2009/09/01/the-cloud-is-falling-the-cloud-is-falling/</link>
		<comments>http://www.onetooneinteractive.com/otocorporate-posts/2009/09/01/the-cloud-is-falling-the-cloud-is-falling/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 22:31:44 +0000</pubDate>
		<dc:creator>abertrand</dc:creator>
		
		<category><![CDATA[otocorporate-posts]]></category>

		<category><![CDATA[otolabs-posts]]></category>

		<category><![CDATA[cloud]]></category>

		<category><![CDATA[GMail]]></category>

		<category><![CDATA[service outages]]></category>

		<guid isPermaLink="false">http://www.onetooneinteractive.com/?p=5698</guid>
		<description><![CDATA[GMail had a serious outage today, and it is causing a lot of people to stop and think about how reliable they find software-as-a-service models.]]></description>
			<content:encoded><![CDATA[<div style="text-align:center"><a href="http://www.onetooneinteractive.com/wp-content/uploads/2009/09/failmail_small.png"><img class="alignnone size-full wp-image-5699" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/09/failmail_small.png" alt="FailMail" width="450" height="338" /></a><br />
&nbsp;</div>
<p><span id="more-5698"></span>Earlier today, <a title="http://gmailblog.blogspot.com/2009/09/todays-gmail-problems.html" href="http://gmailblog.blogspot.com/2009/09/todays-gmail-problems.html" target="_blank">GMail went down hard</a>.  In the web interface, you might have seen these symptoms:</p>
<div style="padding-left:30px">
<div id="attachment_5706" class="wp-caption alignnone" style="width: 310px"><a href="http://www.onetooneinteractive.com/wp-content/uploads/2009/09/ss1.png"><img class="size-medium wp-image-5706" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/09/ss1-300x248.png" alt="Taking longer than usual" width="300" height="248" /></a><p class="wp-caption-text">...taking longer than usual...</p></div>
<div id="attachment_5707" class="wp-caption alignnone" style="width: 310px"><a href="http://www.onetooneinteractive.com/wp-content/uploads/2009/09/ss2.png"><img class="size-medium wp-image-5707" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/09/ss2-300x131.png" alt="502 server error" width="300" height="131" /></a><p class="wp-caption-text">...502 server error...</p></div>
<div id="attachment_5709" class="wp-caption alignnone" style="width: 310px"><a href="http://www.onetooneinteractive.com/wp-content/uploads/2009/09/ss4.png"><img class="size-medium wp-image-5709" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/09/ss4-300x80.png" alt="...Still working..." width="300" height="80" /></a><p class="wp-caption-text">...still working...</p></div>
<div id="attachment_5710" class="wp-caption alignnone" style="width: 310px"><a href="http://www.onetooneinteractive.com/wp-content/uploads/2009/09/ss5.png"><img class="size-medium wp-image-5710" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/09/ss5-300x51.png" alt="...encountered a problem..." width="300" height="51" /></a><p class="wp-caption-text">...encountered a problem...</p></div>
</div>
<p>And on the iPhone, you may have seen some of these:</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding-left: 30px;"><a href="http://www.onetooneinteractive.com/wp-content/uploads/2009/09/ipss2.jpg"><img class="alignnone size-medium wp-image-5704" style="padding-right:10px" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/09/ipss2-200x300.jpg" alt="smtp failure" width="200" height="300" /></a></td>
<td><a href="http://www.onetooneinteractive.com/wp-content/uploads/2009/09/ipss3.jpg"><img class="alignnone size-medium wp-image-5703" style="padding-right:10px" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/09/ipss3-200x300.jpg" alt="smtp failure" width="200" height="300" /></a></td>
</tr>
</tbody>
</table>
<p>In fact I am still seeing the SMTP problem on the right.  But IMAP was working throughout the whole ordeal.</p>
<p>On Twitter, Facebook and the like, I immediately observed a lot of chatter about the perils of software as a service, how you can&#8217;t trust the cloud, and similar Chicken Little-type symptoms.&nbsp; While GMail isn&#8217;t really &#8220;the cloud,&#8221; this outage shows that a virtually unlimited budget and some of the smartest minds in the industry can still leave points of failure.&nbsp; One quote was, &#8220;See what happens?&nbsp; Now imagine if that was something important!&#8221;</p>
<p>Well, e-mail is important, frankly.  I make fun of social networking sites like Twitter, who fail to prepare for scale (or are simply blindsided by overnight success).&nbsp;  But in this case, I am not belittling the outcry at all, even from grandma waiting for her WalMart newsletter to arrive in her Inbox.&nbsp; For companies like ours, that have switched from corporate platforms (read:Exchange + Office) to Google Docs, much of our work can come to an absolute standstill when this kind of thing happens.  While it is not the end of the end, as the title of this post suggests, an outage of an hour (in this case it was about two hours) can range from a minor inconvenience to a complete disaster.&nbsp; Don&#8217;t get me wrong; an hour without e-mail can often be like a mini-vacation, but it can also be very stressful.</p>
<p>I guess we&#8217;ll find out soon enough what this outage was all about. Several news outlets have already reported the issue (<a title="http://www.washingtonpost.com/wp-dyn/content/article/2009/09/01/AR2009090102802.html?hpid=topnews" href="http://www.washingtonpost.com/wp-dyn/content/article/2009/09/01/AR2009090102802.html?hpid=topnews" target="_blank">Washington Post</a>, <a title="http://blogs.usatoday.com/technologylive/2009/09/gmail-down-for-many-users.html" href="http://blogs.usatoday.com/technologylive/2009/09/gmail-down-for-many-users.html" target="_blank">USA Today</a>, <a title="http://gadgetwise.blogs.nytimes.com/2009/09/01/gmails-down-heres-how-to-check-its-status/" href="http://gadgetwise.blogs.nytimes.com/2009/09/01/gmails-down-heres-how-to-check-its-status/" target="_blank">NY Times</a>).&nbsp; The latter has instructions on how to check GMail server status.</p>
<p>In the meantime, what do you think?&nbsp; Has this event changed your perception of GMail, the reliability of &#8220;local&#8221; e-mail services like Exchange or Lotus Notes, or Google&#8217;s ability to provide stable software-as-a-service?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onetooneinteractive.com/otocorporate-posts/2009/09/01/the-cloud-is-falling-the-cloud-is-falling/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Upgrading from Leopard to Snow Leopard</title>
		<link>http://www.onetooneinteractive.com/otolabs-posts/2009/08/28/upgrading-from-leopard-to-snow-leopard/</link>
		<comments>http://www.onetooneinteractive.com/otolabs-posts/2009/08/28/upgrading-from-leopard-to-snow-leopard/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 03:32:34 +0000</pubDate>
		<dc:creator>abertrand</dc:creator>
		
		<category><![CDATA[otolabs-posts]]></category>

		<category><![CDATA[Apple]]></category>

		<category><![CDATA[application compatibility]]></category>

		<category><![CDATA[Leopard]]></category>

		<category><![CDATA[Mac OS]]></category>

		<category><![CDATA[Microsoft Office]]></category>

		<category><![CDATA[Snow Leopard]]></category>

		<category><![CDATA[upgrade]]></category>

		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://www.onetooneinteractive.com/?p=5643</guid>
		<description><![CDATA[
&#160;
For the Mac users in the crowd, I&#8217;m sure there are a lot of people wondering, &#8220;Should I upgrade to Snow Leopard?&#160; Is it worth $29?&#8221;&#160; For me, even though I have encountered a fair amount of issues so far, this upgrade has more than paid for itself.


&#160;
The Good Stuff
Native Cisco VPN support
Far and away [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align:center"><img class="alignnone size-full wp-image-5636" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/snl.jpg" alt="snl" width="450" /></div>
<p>&nbsp;
<p>For the Mac users in the crowd, I&#8217;m sure there are a lot of people wondering, &#8220;Should I upgrade to Snow Leopard?&nbsp; Is it worth $29?&#8221;&nbsp; For me, even though I have encountered a fair amount of issues so far, this upgrade has more than paid for itself.<br />
<span id="more-5643"></span></p>
<hr size="1" />
<h2>&nbsp;<br />
<strong><strong>The Good Stuff</strong></strong></h2>
<p><strong>Native Cisco VPN support</strong></p>
<p style="padding-left: 30px;">Far and away the number one reason I decided to be an early adopter.&nbsp; And even without any of the other benefits, still worth the price of admission.&nbsp; Several times over.&nbsp; Why?&nbsp; This week alone, I&#8217;ve had 6 kernel panics created by that nasty Cisco VPN client.&nbsp; I upgraded from 4.9.01 (0100) to 4.9.01 (0180), and that didn&#8217;t help; it may have even made things worse.&nbsp; What great timing for an update to the operating system that now includes connectivity for Cisco VPNs.&nbsp;</p>
<p style="padding-left: 30px;">How do you set it up?&nbsp; This is more for the benefit of my co-workers, but maybe it will help you too, if you have a similar setup to ours.&nbsp; We use older Cisco VPN concentrators that don&#8217;t seem to play nice with any of the alternative clients, and for which Cisco has refused to publish x64 software for the Windows platform (one of the reasons I need VPN connectivity directly from my Macs, so that my virtual machines can connect to work, and I can still do Windows-type stuff).&nbsp; Tangent alert.&nbsp; To set up Snow Leopard to connect to this type of interface:</p>
<ol style="padding-left: 60px;">
<li>Go to System Preferences / Network</li>
<li>Click on the &#8220;+&#8221; at the bottom left to add a new service</li>
<li>Choose Interface = &#8220;VPN&#8221;, VPN Type = &#8220;Cisco IPSec&#8221;, and provide a Service Name:<br />
&nbsp;<br />
<a href="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/ss0828212337.png"><img class="alignnone size-full wp-image-5650" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/ss0828212337.png" alt="ss0828212337" width="414" height="194" /></a>&nbsp;</li>
<li>Click Create</li>
<li>In the &#8220;Server Address&#8221; field, enter the IP address of the concentrator, and enter the account name (this is going to be *your* domain account username, not the group name; that&#8217;ll come in a minute).&nbsp; Don&#8217;t bother entering the password, as the server is still going to prompt you even if you save it here:<br />
&nbsp;<br />
<a href="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/ss0828212654.png"><img class="alignnone size-full wp-image-5651" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/ss0828212654.png" alt="ss0828212654" width="430" height="281" /></a>&nbsp;</li>
<li>Click Authentication Settings&#8230;</li>
<li>Enter the VPN group name under &#8220;Group Name&#8221;, and enter the &#8220;Shared Secret&#8221; (which is the group name password):<br />
&nbsp;<br />
<a href="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/ss0828212807.png"><img class="alignnone size-full wp-image-5652" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/ss0828212807.png" alt="ss0828212807" width="369" height="192" />&nbsp;</a></li>
<li>Click OK, then Apply, then Connect.</li>
</ol>
<p style="padding-left: 30px;">That&#8217;s it!&nbsp; If your gear is set up like ours, you should be all set. &nbsp;You&#8217;ll be able to connect and disconnect right from the menu bar without opening any 3rd party applications from the dock. &nbsp;And now you can take that Cisco VPN client and eradicate it from your system.&nbsp; I wouldn&#8217;t just drag the application into the trash though, as there are little bits in your system.&nbsp; Instead, open up a terminal window and run:</p>
<p style="padding-left: 60px; font-family: consolas,lucida console,courier new,courier;">sudo /usr/local/bin/vpn_uninstall</p>
<p style="padding-left: 30px;">It will prompt you for your password, then whether or not you want to keep existing profiles etc.&nbsp; I&#8217;ll leave that decision as an exercise to the reader.&nbsp; I was so happy to do this, I honestly don&#8217;t remember how I answered the question.</p>
<p><strong>Speed</strong></p>
<p style="padding-left: 30px;">I know it&#8217;s easy to say, &#8220;Wow, this feels faster!&#8221;&nbsp; But I&#8217;m going to say it anyway: &#8220;Wow, this feels faster!&#8221;&nbsp; I&#8217;m sure plenty of benchmarks will come out over the next few months, but right now, I certainly feel some applications and functions have a bit more pep than they used to.&nbsp; Time will tell if that is just &#8220;fresh OS buzz&#8221; and whether or not I&#8217;ll have a hangover in a week.</p>
<p><strong>Little UI tweaks</strong></p>
<p style="padding-left: 30px;">There are several UI tweaks that are anywhere from eye candy to downright useful. &nbsp;A couple of my favorites are the new Expose and Dock integration (you can now Expose just the windows from a single application by holding down its icon on the dock), much easier access to scanners and screen shots from Preview, and better stacks.  Here is a screen shot of the Expose / Dock integration (click to enlarge, at least a little, sorry my screens are large):</p>
<p style="padding-left: 30px;"><a href="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/ss200908290001m.jpg" target="_blank"><img src="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/ss200908290001s.jpg" alt="Dock + Expose" width="450" height="281" border="0" class="alignnone size-full wp-image-5687" /></a>
</p>
<p><strong>Tidying up</strong></p>
<p style="padding-left: 30px;">An upgrade always has me cleaning things up.&nbsp; I cleaned up my desktop, several of my user folders, and I even ran some of the cleanup / maintenance tasks in <a title="http://www.apple.com/downloads/macosx/system_disk_utilities/onyx.html" href="http://www.apple.com/downloads/macosx/system_disk_utilities/onyx.html" target="_blank">OnyX 2.0.5</a> (I did this BEFORE upgrade, because I am not sure OnyX will still run under 10.6).&nbsp; And it&#8217;s just so nice to see the &#8220;About this Mac&#8221; screen showing 10.6, without any silly minor update suffixes.</p>
<p style="padding-left: 60px;"><a href="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/ss0828204703.png"><img class="alignnone size-full wp-image-5645" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/ss0828204703.png" alt="ss0828204703" width="311" height="380" /></a></p>
<p style="padding-left: 30px;">Aaaahhh.&nbsp; So nice.&nbsp; I&#8217;m sure 10.6.1 isn&#8217;t light years away, but for now, I&#8217;m feeling pretty clean.&nbsp; But that doesn&#8217;t mean I haven&#8217;t come across any problems!&nbsp; On the contrary&#8230;</p>
<hr size="1" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>
<h2><strong> The Bad Stuff<br />
</strong></h2>
<p><strong>Screen shots</strong></p>
<p style="padding-left: 30px;">Cmd+Shift+4 has easily been my most often-used key combination since I switched to the Mac, since I end up taking a lot of screen shots to demonstrate bugs or unexpected behavior (or to prove that I&#8217;m not crazy).&nbsp; Sadly, the move to Snow Leopard has made a drastic change to the way the output files are named.&nbsp; I did not see this change documented anywhere, but I&#8217;ll be honest, my searches were not exhaustive.&nbsp; Screen shots used to come out in this format:</p>
<p style="padding-left: 60px;">Picture %n.png</p>
<p style="padding-left: 30px;">Where %n was an increasing integer; this is the same way that Photo Booth used to work.&nbsp; I guess they must have had complaints about the way the numbers were chosen, as I guess if you created Picture 1, Picture 2, and Picture 3, then deleted Picture 2, the next Picture would be Picture 2, and now they didn&#8217;t sort by name.&nbsp; Well, the way they &#8220;fixed&#8221; this is that the output for Photo Booth and Screen Shots is now:</p>
<p style="padding-left: 60px;">Photo on 2009-08-28 at 20.06.jpg<br />
Screen shot 2009-08-28 at 7.33.34 PM.png</p>
<p style="padding-left: 30px;">I like how they assume that a screen shot needs to be unique to the second, but I would never take more than one Photo Booth picture in the same minute.&nbsp; In fact it gets even better.&nbsp; If you take two Photo Booth shots within the same minute, you get file names like this:</p>
<p style="padding-left: 60px;">Photo on 2009-08-28 at 20.29.jpg<br />
Photo on 2009-08-28 at 20.29 #2.jpg</p>
<p style="padding-left: 30px;">Yuck.&nbsp; But in reality, I&#8217;m more worried about the screen shots.&nbsp; So far my only workaround has been to adapt a <a title="http://www.macosxhints.com/dlfiles/save_name_screenshot_scpt.txt" href="http://www.macosxhints.com/dlfiles/save_name_screenshot_scpt.txt" target="_blank">custom script</a>, and use <a title="http://www.blacktree.com/" href="http://www.blacktree.com/" target="_blank">Quicksilver B56a7</a> to <a title="http://www.macosxtips.co.uk/index_files/run-applescripts-with-keyboard-shortcuts.html" href="http://www.macosxtips.co.uk/index_files/run-applescripts-with-keyboard-shortcuts.html" target="_blank">assign a custom keyboard shortcut</a> (in my case, I chose Ctrl+Cmd+4) in order to get a more sensible file name.&nbsp; Since AppleScript is not my strong suit, I ended up just using the date/time still (since I didn&#8217;t want to check the folder every time to figure out the max n + 1), but I shortened it up a bit.&nbsp; My output format is now:</p>
<p style="padding-left: 60px;">SS.08.28.20.15.32.png</p>
<p style="padding-left: 30px;">That&#8217;s SS(for screen shot).MM.DD.mm.hh.ss.png.&nbsp; I&#8217;ll agree that it isn&#8217;t all that much nicer, but it&#8217;s not overly long and verbose.&nbsp; I am not bothering with the year because I imagine the odds are pretty low that *exactly* a year from now, to the second, I am going to take a screen shot.&nbsp;&nbsp; On the other hand, adding the year will ensure that the file names will always sort both chronologically and by name.&nbsp; Hmmm.&nbsp; (For now, you can download the version of the script (without the year) <a title="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/screenshotscpt.zip" href="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/screenshotscpt.zip" target="_blank">here</a>.&nbsp; And if you want the year, it won&#8217;t be very hard for you to add it.)&nbsp; If you know how to adjust the script to check the folder for the max file name, and add 1, I&#8217;m all ears.</p>
<p style="padding-left: 30px;">I am also not going to bother trying to figure out how to hack Photo Booth.&nbsp; I just hope Apple releases some information about how users can revert to the previous behavior without jumping through all those hoops.</p>
<p><strong>Office 2008</strong></p>
<p style="padding-left: 30px;">Microsoft&#8217;s <a title="http://www.officeformac.com/blog/Ready-for-Snow-Leopard" href="http://www.officeformac.com/blog/Ready-for-Snow-Leopard" target="_blank">official party line</a> is that Office 2008 is supported in Snow Leopard.&nbsp; Twice when I was trying to attach one of those long-named screen shots to a newsgroup post in Entourage, and every time I save an attachment from a newsgroup post already on the server, Entourage crashes.&nbsp; When I rebooted, the drafts for the messages I was trying to post were recovered, and in spite of the crash, when I was saving attachments from existing messages, they did save correctly.&nbsp; I am not sure if this problem had to do with the built-in Mail taking over as the default e-mail handler, but I am hoping that the error reports that will undoubtedly start pouring in to Microsoft&#8217;s servers will spur some action.&nbsp; Or maybe they will just defer the work and we&#8217;ll see a stable version of Outlook toward the end of next year.</p>
<p style="padding-left: 30px;">And I haven&#8217;t tried Word, Excel or PowerPoint yet.&nbsp; I&#8217;ll post back here as I&#8217;ve had a chance to use the other applications in the suite.&nbsp; Exchange support that is now built into Mail, iCal etc. would have been nice if it had arrived in Tiger or Leopard.&nbsp; Maybe it&#8217;s a welcome addition for you; as of now, we&#8217;re already committed to moving away from Exchange (in fact we have pretty much completed the transition to GMail), so that part is too little too late for us.</p>
<p><strong>Firefox 3.5.2</strong></p>
<p style="padding-left: 30px;">I am running Firefox 3.5.2, and uploading screen shots into this very WordPress admin screen has crashed the browser four times already.&nbsp; I&#8217;ve been running 3.5 for a long time, and this is the first blog post where I&#8217;ve had this problem.&nbsp; So, something to watch out for, until Firefox and/or Apple come out with a fix.&nbsp; If you are using some kind of editor for posting images, and if it has a &#8220;simple&#8221; alternative, use it.&nbsp; That &#8220;fix&#8221; worked for me.</p>
<p style="padding-left: 30px;">The fact is probably that I should be using Safari, as it has been baked into OS X better than Firefox will be for some time to come.&nbsp; There are just so many cooler extensions for Firefox&#8230;</p>
<p><strong>Incompatibility</strong></p>
<p style="padding-left: 30px;">For the most part, I have been pretty lucky.&nbsp; I don&#8217;t use the majority of the applications that are listed as being incompatible with Snow Leopard, as listed at <a title="http://snowleopard.wikidot.com/" href="http://snowleopard.wikidot.com/" target="_blank">wikidot.com</a>.&nbsp; The only major one so far for me has been <a title="http://islayer.com/apps/istatmenus/" href="http://islayer.com/apps/istatmenus/" target="_blank">iStat Menus</a>, which simply refuses to load.&nbsp; Other than a couple of issues with Firefox and Entourage, everything else seems to be working great.&nbsp; I was most nervous about Photoshop CS4, but I guess it&#8217;s just the old versions that have issues.&nbsp; Several vendors have already published updates today, making their stuff 10.6-friendly, such as Marcel Bresink&#8217;s <a title="http://www.bresink.de/osx/TinkerTool.html" href="http://www.bresink.de/osx/TinkerTool.html" target="_blank">TinkerTool</a>.&nbsp; Many of these other guys are surely not far behind.</p>
<p><strong>Weird anomaly on first boot</strong></p>
<p style="padding-left: 30px;">When I first booted (on both systems I&#8217;ve upgraded so far), I saw these two weird dialogs:</p>
<p style="padding-left: 60px;"><a href="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/dialogs1.png" target="_blank"><img class="size-medium wp-image-5637" style="cursor:pointer" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/dialogs-300x190.png" alt="Click to enlarge" width="300" height="190" /></a></p>
<p style="padding-left: 30px;">I have no idea what &#8220;System Events.app&#8221; is, or what will happen if I choose one of the apps listed.&nbsp; So in both cases I hit Cancel to the two dialogs.&nbsp; Not sure if I can give you any advice about what to do there, except that if you choose to Cancel, nothing bad will happen, as far as I can tell.&nbsp; My guess is it has something to do with startup or preference panel items that no longer work, such as the Cisco VPN client or Flip4Mac.&nbsp; My only hint here is that I received about a dozen errors like this during setup:</p>
<p style="padding-left: 60px; font-family: consolas,lucida console,courier new,courier;">Aug 28 14:36:12 new-host-2 Unknown[80]:<br />
2009-08-28 14:36:12.181 Mac OS X Installer[161:760f]<br />
PackageKit: *** Missing bundle identifier:<br />
/Volumes/Macintosh HD/Library/Receipts/Flip4Mac Web Plugins.pkg<br />
&#8230;<br />
Aug 28 14:36:18 new-host-2 Unknown[80]:<br />
2009-08-28 14:36:18.176 Mac OS X Installer[161:760f]<br />
PackageKit: *** Missing bundle identifier:<br />
/Volumes/Macintosh HD/Library/Receipts/vpnclient-startup.pkg</p>
<p style="padding-left: 30px;">Since I had read elsewhere that Flip4Mac would not work under Snow Leopard anyway, I simply removed the preference panel to avoid any further problems (as System Events.app is typically related to startup items).&nbsp; And as I mentioned above, Cisco&#8217;s VPN client was the very first thing I removed.</p>
<hr size="1" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>
<h2>Conclusion</h2>
<p style="padding-left: 30px;">Do I think the upgrade is worth it?  Absolutely.  But that&#8217;s about all I have on my upgrade process for now.&nbsp; As I learn more (particularly about Office, and about any fixes for the above issues), I&#8217;ll come back and post updates.</p>
<p style="padding-left: 30px;">In the meantime, some other reviews I found interesting:</p>
<p style="padding-left: 60px;"><a title="http://www.macworld.com/article/142423/2009/08/snow_leopard_review.html" href="http://www.macworld.com/article/142423/2009/08/snow_leopard_review.html" target="_blank">Jason Snell @ MacWorld</a></p>
<p style="padding-left: 60px;"><a title="http://digitaldaily.allthingsd.com/20090828/hello-kitty-a-snow-leopard-review-roundup/" href="http://digitaldaily.allthingsd.com/20090828/hello-kitty-a-snow-leopard-review-roundup/" target="_blank">Digital Daily by John Paczkowski</a></p>
<p style="padding-left: 60px;"><a title="http://www.suntimes.com/technology/ihnatko/1737229,ihnatko-apple-snow-leopard-review-082609.article" href="http://www.suntimes.com/technology/ihnatko/1737229,ihnatko-apple-snow-leopard-review-082609.article" target="_blank">Andy Ihnatko @ Chicago Sun-Times</a></p>
<p style="padding-left: 30px;">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onetooneinteractive.com/otolabs-posts/2009/08/28/upgrading-from-leopard-to-snow-leopard/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My GMail likes, dislikes and tweaks (so far)</title>
		<link>http://www.onetooneinteractive.com/otolabs-posts/2009/08/25/my-gmail-likes-dislikes-and-tweaks-so-far/</link>
		<comments>http://www.onetooneinteractive.com/otolabs-posts/2009/08/25/my-gmail-likes-dislikes-and-tweaks-so-far/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 23:50:21 +0000</pubDate>
		<dc:creator>abertrand</dc:creator>
		
		<category><![CDATA[otolabs-posts]]></category>

		<category><![CDATA[Gmail; Google; Outlook; Office;]]></category>

		<guid isPermaLink="false">http://www.onetooneinteractive.com/?p=5594</guid>
		<description><![CDATA[
&#160;
A week ago, we switched to Google for e-mail, calendar, documents, and collaboration.  While our IT department did a great job in planning the move and ensuring that the migration went smoothly, there have been mixed reviews about what we have done and where we are going.
I&#8217;m sure some people are still easing their [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align:center"><img class="alignnone size-full wp-image-5616" style="border:1px solid black" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/outlook_vs_gmail.png" alt="GMail vs. Outlook" width="450" height="163" /><br />
&nbsp;</div>
<p>A week ago, we switched to Google for e-mail, calendar, documents, and collaboration.  While our IT department did a great job in planning the move and ensuring that the migration went smoothly, there have been mixed reviews about what we have done and where we are going.</p>
<p><span id="more-5594"></span>I&#8217;m sure some people are still easing their way into it; I, on the other hand, have said goodbye for good, at least to Outlook (the rest of the Office suite may take more time).  I installed the Outlook synchronization tool, but did not bother letting it finish synchronizing; I haven&#8217;t felt the need to open Outlook since.</p>
<p>During the past week, I have learned a lot about the GMail interface; while I have had a GMail account since it was invitation-only, I  have rarely used the web interface except by necessity (for example, at a hotel lobby terminal while on &#8220;vacation&#8221;).  I thought I would share some of the features that I like, and a few that annoy me.</p>
<p><img class="alignnone size-full wp-image-5598" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/tup.gif" alt="Cool!" width="20" height="21" /> <strong>Search, Search, Search!</strong></p>
<p>Let&#8217;s face it, this is what Google does best.  Everything else they do is merely a by-product of all the money they&#8217;ve made doing search well.  In this case, while I was initially skeptical about how fast a web-based search of my humongous inbox would be, GMail&#8217;s search does laps around Outlook&#8217;s.  It is almost as if Outlook was going out and searching a stack of papers on my desk.  Filters are very useful as well, though I believe I have only touched the surface there.  Anyway, search is easily my favorite feature, and if you&#8217;re being honest (and didn&#8217;t just learn about Google today), you shouldn&#8217;t be surprised by this at all.</p>
<p><img class="alignnone size-full wp-image-5598" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/tup.gif" alt="Cool!" width="20" height="21" /> <strong>Consistency</strong></p>
<p>Using the web-based version of GMail (in addition to synching with my iPhone and Entourage clients), I get a consistent look and feel no matter which operating system I&#8217;m using, which computer I&#8217;m on, or which browser I&#8217;m using.  The web-based interface to GMail looks and feels almost identical whether I&#8217;m on Safari/Firefox in Leopard, or IE8/Firefox in Windows Server 2008 R2.  Previously, I was using Outlook when I was physically at work, and Entourage otherwise.  As you&#8217;re probably aware, Entourage is not simply a re-branded Outlook on the Mac; it is a completely different program that shares some features.  I am curious what it will really mean when the next version of Mac:Office replaces Entourage with Outlook.  Will it be a re-badged Entourage, or will they really make the programs more consistent across the two platforms, <a title="http://www.techworld.com.au/article/314900/microsoft_dump_mac_office_entourage_2010" href="http://www.techworld.com.au/article/314900/microsoft_dump_mac_office_entourage_2010" target="_blank">as they have promised</a>?  This hasn&#8217;t happened yet with Word or Excel, so I suppose time will tell.</p>
<p><img class="alignnone size-full wp-image-5598" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/tup.gif" alt="Cool!" width="20" height="21" /> <strong>Themes</strong></p>
<p>Since I get bored easily of the same graphical interface, I like that you can change it up with Themes.  I like several, but currently my favorite is &#8220;Mountains.&#8221;  Also, since I now use multiple different accounts in separate browser tabs or windows, it is useful to have a different visual look and feel; for right now, I know that my work account is &#8220;Mountains&#8221; and that my personal account is not.  Otherwise it would be easy to forget which account I was in and click &#8220;Compose Mail&#8221;&#8230; sending a message to a work contact from my personal account, or vice-versa.</p>
<p><img class="alignnone size-full wp-image-5598" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/tup.gif" alt="Cool!" width="20" height="21" /> <strong>Keyboard shortcuts</strong></p>
<p>If you are a heavy keyboard user, you may want to check out keyboard shortcuts.  One of my colleagues swears by them, saying that they make him much more productive.  I&#8217;m sure I will try them out at some point, but I have enough trouble using the keyboard as it is; it&#8217;s nice to use a mouse once in a while, where you don&#8217;t have to associate a key to an action.  You can turn them on under the main Settings / General page.</p>
<p><img class="alignnone size-full wp-image-5598" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/tup.gif" alt="Cool!" width="20" height="21" /> <strong>Snippets</strong></p>
<p>By default, the Inbox shows portions of the message along with the subject.&nbsp; This makes the Inbox look a lot more cluttered to me, and makes it harder to spot conversations of interest (since every line has text all the way across the screen).&nbsp; You can turn snippets off under Settings / General.</p>
<p><img class="alignnone size-full wp-image-5598" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/tup.gif" alt="Cool!" width="20" height="21" /> <strong>Labs features</strong></p>
<p>I currently have 9 &#8220;Labs&#8221; features enabled.  These are features that have been developed, but are either still in experimental / beta phase, or are still being assessed for inclusion in the main feature set.  A little green beaker icon in the main toolbar brings you right to the Labs page, but you can also get there from the Settings tab.&nbsp; (I do wish the features were listed alphabetically, or organized by category.)&nbsp; A tooltip over the beaker tells you how many of these features you have enabled.  Here are five that I like most (or that I think you might like):</p>
<p style="padding-left: 30px;"><em>Fixed width font</em></p>
<p style="padding-left: 30px;">This features allows you to view a message using a fixed width font (I believe it uses Courier New).  This is handy if you pass a lot of code snippets back and forth over e-mail, which is pretty common in the OTO labs group.</p>
<p style="padding-left: 30px;"><em>Muzzle </em></p>
<p style="padding-left: 30px;">This simply suppresses status updates of the contacts in your chat list.  Since all that is important to me is whether the person is online or not, and since I get that with the little icon beside their name anyway, turning this feature on saves some screen space and</p>
<p style="padding-left: 30px;"><em>Quote selected text</em></p>
<p style="padding-left: 30px;">I&#8217;ve always liked this feature in Entourage, where you can reply to someone and the message will only include the portion you&#8217;ve highlighted.  Sometimes this bites me, if I&#8217;ve inadvertently selected something, then hit reply before I&#8217;ve realized it.</p>
<p style="padding-left: 30px;"><em>Right-side chat</em></p>
<p style="padding-left: 30px;">If you use the chat feature a lot, you may want to enable this feature so that the chat panel sits at the top right of the page.  I don&#8217;t really use it, and I don&#8217;t like the real estate it takes up from the Inbox, so I disabled it pretty quickly.&nbsp; Note that you can also minimize the amount of space that the Chat, Invite etc. panels take up, by clicking the little plus/minus icon at the top left:</p>
<p style="padding-left: 60px;"><img class="alignnone size-full wp-image-5615" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/picture-36.gif" alt="Minimize Chat" width="174" height="88" /></p>
<p style="padding-left: 30px;"><em>Title Tweaks</em></p>
<p style="padding-left: 30px;">The default behavior of the tab/window title for the Inbox is to show the account you are in, and then the number of unread messages afterward.  Unfortunately, if it is not the highlighted tab, this usually means that you can&#8217;t see the count, so you can&#8217;t tell when you&#8217;ve received a new message without   Turning the &#8220;Title Tweaks&#8221; feature on was essential for me &#8212; now I can leave a browser window floating in the background, and immediately see when I have received a new message, regardless of how much room is on the tab:</p>
<p style="padding-left: 60px;"><img class="alignnone size-full wp-image-5600" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/picture-122.png" alt="Title / Tab" width="256" height="64" /></p>
<p><strong><img class="alignnone size-full wp-image-5597" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/tdown.gif" alt="Not cool!" width="20" height="21" /> Calendars / meeting requests</strong></p>
<p>I&#8217;m not a big fan of the new calendar; I liked Outlook&#8217;s better.  The meeting requests we get are also in a format I&#8217;m not overly fond of:</p>
<p style="padding-left: 30px;"><img class="alignnone size-full wp-image-5605" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/picture-1241.gif" alt="Meeting Request" width="441" height="276" /></p>
<p>ANd to make matters worse, nothing in the Inbox makes a meeting request stand out as a calendar item vs. a normal e-mail.&nbsp; I guess I will get used to it, but I imagine at first I might miss the occasional meeting request, since there are no notifications like we had a week ago.&nbsp; Speaking of which&#8230;</p>
<p><strong><img class="alignnone size-full wp-image-5597" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/tdown.gif" alt="Not cool!" width="20" height="21" /> No notifications</strong></p>
<p>Notifications are missing. I like that Entourage and Outlook make it very easy to see when you have new mail, without needing to have the application window visible (and on the Mac, Entourage can interact with Growl as well). I am hoping that GMail introduces a labs feature that implements some kind of toolbar notification system for Windows and/or an interface into Growl on the Mac.</p>
<p><strong><img class="alignnone size-full wp-image-5597" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/tdown.gif" alt="Not cool!" width="20" height="21" /> Message threading</strong></p>
<p>I don&#8217;t like the way messages are now threaded; I have to expand each thread to get a feel for when the majority of the conversation took place.  This may not be important for you, but for me, I typically wait until the last minute to fill out my timesheet.  As such, I am used to going through my e-mail conversations over the past week, and this gives me a rough idea of how much time I spent on each project or task.  Now this is a little tougher than it was in Outlook.  I haven&#8217;t yet found an option that will allow me to display messages as a flattened list instead of as grouped conversations.</p>
<table style="width: 340px;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr valign="top">
<td style="padding-right:20px"><strong><img class="alignnone size-full wp-image-5597" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/tdown.gif" alt="Not cool!" width="20" height="21" /> Labels vs. folders</strong><br />
&nbsp;</p>
<p>Using labels instead of more traditional folders may be an interesting paradigm shift for a lot of people.  I still think of them as folders, regardless of what they are called, but I sure wish I could display them in a tree format.  My whole reason for creating a folder hierarchy in Outlook was so that (n) folders could be one click away, but tucked away without taking up (n) slots in my folder list.  Now my folder tree is just a flattened list, as you can see from this beautiful screen shot on the right:</td>
<td>&nbsp;<br /><img class="alignnone size-full wp-image-5627" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/picture-31.gif" alt="Bad folder list" hspace="20" width="133" height="516" /></td>
</tr>
</tbody>
</table>
<p><strong><img class="alignnone size-full wp-image-5597" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/tdown.gif" alt="Not cool!" width="20" height="21" /> The fact that it&#8217;s a web form</strong></p>
<p>The other day I was drafting a rather long e-mail message, and had been working on it for about 45 minutes.  At one point I decided to indent a paragraph, and out of habit, I hit Tab while my cursor was in the body.  Not realizing I had tabbed out of the control (and onto the Send button), I hit the spacebar, and when I looked at the screen, I was back in my Inbox.  I navigated around frantically, expecting to be able to hit back or find my message in my drafts folder, but no such luck &#8212; as it turns out, the unfinished message was immediately sent to several recipients.  So at least the message wasn&#8217;t lost, but that may be a hard habit to break for some of you, as well.</p>
<p><strong><img class="alignnone size-full wp-image-5597" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/tdown.gif" alt="Not cool!" width="20" height="21" /> Web Clips</strong></p>
<p>These are little ads that appear above your Inbox:</p>
<p style="padding-left: 30px;"><img class="alignnone size-full wp-image-5601" src="http://www.onetooneinteractive.com/wp-content/uploads/2009/08/picture-123.png" alt="Web Clip - can I mark these as spam?" width="345" height="85" /></p>
<p>They don&#8217;t really do much for me except take up one line of real estate &#8220;above the fold&#8221;&#8230; you can turn them off completely on the &#8220;Web Clips&#8221; tab under Settings; just uncheck &#8220;Show my web clips above the Inbox&#8221; and then go back to your Inbox.  You may be prompted if you want to save the changes.</p>
<p><strong>Conclusion<br />
</strong></p>
<p>No platform can please everyone.  But overall, I think the move to GMail was a good one, and there are plenty of ways to tweak your experience so you can get the most out of it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onetooneinteractive.com/otolabs-posts/2009/08/25/my-gmail-likes-dislikes-and-tweaks-so-far/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
