<?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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Al Sargent's blog</title>
	
	<link>http://alsargent.wordpress.com</link>
	<description>Mostly about building software, product management, marketing and technology.</description>
	<lastBuildDate>Wed, 14 Oct 2009 05:04:04 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain="alsargent.wordpress.com" port="80" path="/?rsscloud=notify" registerProcedure="" protocol="http-post" />
<image>
		<url>http://www.gravatar.com/blavatar/2e1addf3c7241b4bb0a481370e773dde?s=96&amp;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Al Sargent's blog</title>
		<link>http://alsargent.wordpress.com</link>
	</image>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/alsargentsblog" type="application/rss+xml" /><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site.</feedburner:browserFriendly><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>How to check versions of gems in Heroku</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/t1uwngrvweI/</link>
		<comments>http://alsargent.wordpress.com/2009/10/14/managing-gems-heroku/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 05:04:04 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[heroku]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/?p=534</guid>
		<description><![CDATA[Recently I got stuck trying to fix a problem in Heroku, a slick cloud-based Ruby hosting service. The problem involved gems that I had added to my app&#8217;s private gem repository. I had to check the versions of the gems in the repository, but Heroku&#8217;s documentation on gem management didn&#8217;t provide any suggestions.
Turns out, the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=534&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Recently I got stuck trying to fix a problem in <a href="http://heroku.com/">Heroku</a>, a slick cloud-based Ruby hosting service. The problem involved gems that I had added to my app&#8217;s private gem repository. I had to check the versions of the gems in the repository, but Heroku&#8217;s documentation on <a href="http://docs.heroku.com/gems">gem management</a> didn&#8217;t provide any suggestions.</p>
<p>Turns out, the trick is to use <a href="http://docs.heroku.com/console">Heroku&#8217;s console command</a>, and then use the <a href="http://docs.rubygems.org/read/book/2">Ruby Gem command</a>. To open a new console session, fire up a terminal and enter:</p>
<blockquote><p>heroku console</p></blockquote>
<p>Then list the versions of the gems in your private repo, by enclosing the gem list command in backticks. (On Macs, the backtick key is in the upper left corner of the keyboard. I know, it took me a few seconds to find it as well.)</p>
<blockquote><p>`gem list`</p></blockquote>
<p>Since Heroku has <a href="http://installed-gems.heroku.com/">many built-in gems</a>, you&#8217;ll probably want to pipe through grep to find what you want:</p>
<blockquote><p>`gem list | grep foo`</p></blockquote>
<p>And you&#8217;re off to the races!</p>Posted in Tips Tagged: console, gem, grep, heroku, rails, ruby <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/534/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=534&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=t1uwngrvweI:079kQzFxRyY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=t1uwngrvweI:079kQzFxRyY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=t1uwngrvweI:079kQzFxRyY:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?i=t1uwngrvweI:079kQzFxRyY:JEwB19i1-c4" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2009/10/14/managing-gems-heroku/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2009/10/14/managing-gems-heroku/</feedburner:origLink></item>
		<item>
		<title>Review: Verizon RIM Blackberry Curve 8830</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/ruK2YBoIehA/</link>
		<comments>http://alsargent.wordpress.com/2009/07/13/review-verizon-rim-blackberry-curve-8830/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 05:57:11 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web/Tech]]></category>
		<category><![CDATA[8330]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[curve]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[verizon]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2009/07/13/i-just-started-using-a-new-verizon-rim-b/</guid>
		<description><![CDATA[I just started using a new Verizon RIM Blackberry Curve 8830 and thought I&#8217;d post some quick thoughts on it.
Pros:
- Hardware itself is almost perfect: same great physical keyboard, nice screen, removeable battery (easy to carry extras), Micro SD card slot, GPS, trackball, camera with flash, USB charger/data cable.
- Much faster than my 2007-vintage Blackberry [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=528&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I just started using a new Verizon RIM Blackberry Curve 8830 and thought I&#8217;d post some quick thoughts on it.</p>
<p><strong>Pros</strong>:<br />
- Hardware itself is almost perfect: same great physical keyboard, nice screen, removeable battery (easy to carry extras), Micro SD card slot, GPS, trackball, camera with flash, USB charger/data cable.<br />
- Much faster than my 2007-vintage Blackberry 8703.<br />
- Small overall form factor.<br />
- Two &#8220;convenience buttons&#8221; to quickly launch apps.<br />
- The Google apps are pretty good, especially Google&#8217;s Search by Voice and the ever-reliable Gmail.<br />
- GPS is super-accurate, even when I&#8217;m not outside.<br />
- The camera is very easy to use and takes decent shots, and has an easy-to-use zoom and auto-flash.</p>
<p><strong>Cons</strong>:<br />
- Software is somewhat improved over my 2007-vintage Blackberry 8703, but not as much as you&#8217;d expect given the competition from the iPhone. For instance, the email client, which might have been cool in 2002, now looks very updated.<br />
- Lots of the same little annoyances persist. For instance the Phone Book app can&#8217;t handle more than three email addresses. No way to delete phone profiles that you never use, like &#8220;Phone Only&#8221; or &#8220;Vibrate&#8221;. The calculator only goes to 10 digits like some 1970s five-and-dime calculator. There&#8217;s no easy-to-remember way to reboot the device. The Search app still has a klunky interface. And so on.<br />
- The Mute button is too recessed &#8212; this is the one hardware-related issue. This button was perfect on the 8703 &#8212; easy to press. Now&#8217;s it&#8217;s small and harder to press. Ugh!<br />
- No WiFi &#8212; okay, so maybe that&#8217;s one more hardware-related issue.<br />
- Voice Dialing doesn&#8217;t work for me &#8212; could be because I have 4000 contacts.<br />
- Google Maps don&#8217;t seem to work with the GPS for some reason. Bummer.<br />
- Blackberry Messenger doesn&#8217;t appear to support Google Talk, Yahoo Messenger, MSN Messenger, or AOL. I don&#8217;t know why the folks at RIM include such a multi-network client &#8212; after all, these are communications devices!<br />
- Blackberry App World is so-so. It&#8217;s nice since it enables over-the-air downloads. But it doesn&#8217;t come pre-installed, surprisingly. And its selection, while okay, isn&#8217;t all it could be.</p>
<p><strong>Downloaded third-party applications</strong> I&#8217;m currently running:<br />
- Google Mobile Search, Gmail, Google Maps, Google Sync<br />
- Qik (need a micro SD card to actually use)<br />
- Twitterberry</p>
<p><strong>Failed applications</strong> &#8212; those that I installed, tried, and bailed on:<br />
- Vlingo (speak commands into Blackberry &#8212; to slow)<br />
- Viigo (a twitter client that updates only once every 30 minutes &#8212; not exactly realtime)<br />
- Google Talk doesn&#8217;t seem to work, unfortunately.</p>
<p>Hope you found this helpful!</p>Posted in News, Tips, Web/Tech Tagged: 8330, blackberry, curve, review, verizon <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/528/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=528&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=ruK2YBoIehA:PmYuIJ5b77k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=ruK2YBoIehA:PmYuIJ5b77k:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=ruK2YBoIehA:PmYuIJ5b77k:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?i=ruK2YBoIehA:PmYuIJ5b77k:JEwB19i1-c4" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2009/07/13/review-verizon-rim-blackberry-curve-8830/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2009/07/13/review-verizon-rim-blackberry-curve-8830/</feedburner:origLink></item>
		<item>
		<title>Digital pens ain’t there yet…</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/hDq8AS2Op3s/</link>
		<comments>http://alsargent.wordpress.com/2009/04/08/digital-pens-aint-there-yet/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 06:46:32 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[anoto]]></category>
		<category><![CDATA[Evernote]]></category>
		<category><![CDATA[livescribe]]></category>
		<category><![CDATA[logitech]]></category>
		<category><![CDATA[onenote]]></category>
		<category><![CDATA[palm pre]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/?p=524</guid>
		<description><![CDATA[I love the idea of a digital pen that lets me jot down notes at a meeting using an unobtrusive pen and notepad, then uploads the notes, adds metadata (time, location, attendees) and indexes them for easy searching. And yes, I&#8217;m willing to pay for the special Anoto paper with the dots, if the digital [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=524&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I love the idea of a digital pen that lets me jot down notes at a meeting using an unobtrusive pen and notepad, then uploads the notes, adds metadata (time, location, attendees) and indexes them for easy searching. And yes, I&#8217;m willing to pay for the special <a href="http://www.anoto.com/">Anoto</a> paper with the dots, if the digital pen is up to par.</p>
<p>But sadly, a quick scan of digital pens on the market shows that we&#8217;re not at the point of note-taking nirvana. What I&#8217;m looking for is the following:</p>
<ul>
<li>Upload notes via WiFi. Continuously. In the background. Over 802.11 b/g/n. For my home and office networks. If those are not available, find an open network to use.</li>
<li>Upload securely, using firewall-friendly HTTPs posts.</li>
<li>Upload to <a href="http://evernote.com/">Evernote</a>, which has great handwriting recognition and search, and is very reasonably priced.</li>
<li>Inductive charging of the pen, a la <a href="http://www.palm.com/us/products/phones/pre/">Palm Pre</a>. Don&#8217;t make me plug in, even to charge.</li>
<li>Use the pen several hours without recharging. (Maybe the current pens can do this; I don&#8217;t know.)</li>
<li>Isn&#8217;t oversized. (In a moment of weakness I once bought a Logitech io, and the pen was so big it distracted from the meeting at hand.)</li>
<li>Can connect to my Outlook Exchange calendar and Google calendar, and use them to figure out where I was and who I was talking to when I was taking notes, and the meeting topic, and add this to the metadata for the note.</li>
<li>Let me view notes by meeting attendee (&#8220;all notes from meetings with John Doe&#8221;) or date or subject (&#8220;weekly design review&#8221;).</li>
</ul>
<p>The digital pens on the market don&#8217;t come close to this spec. You have to plug them in to a computer to upload and charge. Integrations, when they exist, are often to pricey Microsoft OneNote. There&#8217;s no intelligent use of calendars to add context.</p>
<p>Oh, and the voice recording feature in the <a href="http://www.livescribe.com/">LiveScribe</a>? Creepy. And has legal ramifications, I think, here in California, where I&#8217;m pretty sure you have to inform someone that you&#8217;re recording them. But, legal issues aside, when people know you&#8217;re recording them, it kind of gets your meetings off to a bad start.</p>
<p>Maybe someday, someone will build a digital pen with the right feature set. Till then&#8230;</p>Posted in News Tagged: anoto, Evernote, livescribe, logitech, onenote, palm pre <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/524/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/524/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/524/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/524/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/524/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/524/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/524/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/524/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/524/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/524/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=524&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=hDq8AS2Op3s:iGcYMrWP4tE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=hDq8AS2Op3s:iGcYMrWP4tE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=hDq8AS2Op3s:iGcYMrWP4tE:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?i=hDq8AS2Op3s:iGcYMrWP4tE:JEwB19i1-c4" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2009/04/08/digital-pens-aint-there-yet/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2009/04/08/digital-pens-aint-there-yet/</feedburner:origLink></item>
		<item>
		<title>What service would you recommend to register many domain names?</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/Er129xkzNkE/</link>
		<comments>http://alsargent.wordpress.com/2009/03/27/what-service-would-you-recommend-to-register-many-domain-names/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 23:52:36 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[domain names]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[registrar]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/?p=522</guid>
		<description><![CDATA[I need to register ~200 domain names. What service would you recommend to do this?
Here are my requirements:

All of these would be .com names &#8212; no need for international domains.
Bonus points for having an API-level integration to register domain names.
While I don&#8217;t want to overpay, I&#8217;m not super price-sensitive.
The domain names are very &#8220;rare terms&#8221; not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=522&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I need to register ~200 domain names. What service would you recommend to do this?</p>
<p>Here are my requirements:</p>
<ul>
<li>All of these would be .com names &#8212; no need for international domains.</li>
<li>Bonus points for having an API-level integration to register domain names.</li>
<li>While I don&#8217;t want to overpay, I&#8217;m not super price-sensitive.</li>
<li>The domain names are very &#8220;rare terms&#8221; not found in a dictionary. No need for a suggested name feature.</li>
</ul>
<p>There are <a href="http://tr.im/hTZZ">many such services</a> to choose from, and I&#8217;d greatly appreciate your help in narrowing this down. Thanks!</p>Posted in News Tagged: domain names, domains, registrar <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/522/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/522/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/522/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/522/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/522/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/522/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/522/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/522/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/522/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/522/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=522&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=Er129xkzNkE:a6bdJkbZja4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=Er129xkzNkE:a6bdJkbZja4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=Er129xkzNkE:a6bdJkbZja4:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?i=Er129xkzNkE:a6bdJkbZja4:JEwB19i1-c4" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2009/03/27/what-service-would-you-recommend-to-register-many-domain-names/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2009/03/27/what-service-would-you-recommend-to-register-many-domain-names/</feedburner:origLink></item>
		<item>
		<title>What is the best Agile Product Management tool?</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/1COAQC4OQik/</link>
		<comments>http://alsargent.wordpress.com/2009/03/20/what-is-the-best-agile-product-management-tool/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 02:12:25 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Product Management]]></category>
		<category><![CDATA[Product Marketing]]></category>
		<category><![CDATA[accept software]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[bugzilla]]></category>
		<category><![CDATA[jira]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[rally]]></category>
		<category><![CDATA[roadmap]]></category>
		<category><![CDATA[ryma]]></category>
		<category><![CDATA[targetprocess]]></category>
		<category><![CDATA[versionone]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/?p=520</guid>
		<description><![CDATA[Here&#8217;s a question that&#8217;s been bugging me, that I&#8217;d like to put out there: what tool(s) would you recommend for Agile Product Management &#8212; as opposed to Agile Project Management.  Here&#8217;s the challenges that I&#8217;d like to address:

There are many project management tools out there, but as far as I can tell, they are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=520&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here&#8217;s a question that&#8217;s been bugging me, that I&#8217;d like to put out there: what tool(s) would you recommend for Agile <em>Product </em>Management &#8212; as opposed to Agile <em>Project</em> Management.  Here&#8217;s the challenges that I&#8217;d like to address:</p>
<ol>
<li>There are many <em>project </em>management tools out there, but as far as I can tell, they are &#8220;market ignorant&#8221; &#8212; they don&#8217;t help a <em>product </em>manager (as opposed to <em>project</em> manager) define the scope of a release/iteration, or prioritization of a backlog, based on various market factors. They take scope and prioritization as a given and don&#8217;t help the inbound product manager.  They don&#8217;t help a product manager synthesize all the market inputs to make informed decisions about feature prioritization. In this group I&#8217;d include <a href="http://www.atlassian.com/software/jira/">Jira</a>, <a href="http://www.bugzilla.org/">Bugzilla</a>, <a href="http://www.targetprocess.com/">TargetProcess</a>, <a href="http://www.rallydev.com/">Rally</a>, and <a href="http://www.versionone.com/">VersionOne</a>.</li>
<li>As far as I can tell, agile project management tools are &#8220;sales ignorant&#8221;: they don&#8217;t enable a sales engineer to understand which features have been built, and what sales tools are available to enable a SE to sell that feature, and don&#8217;t automate outbound product management activities. There is no simple &#8220;Roadmap View&#8221; that an SE can look at, which cuts out all the developer-oriented functionality but still shows dates and descriptions and related sales collateral. Nor is there a notion of an Internal Roadmap versus External Roadmap that has less detail, and leaves out the more embarrassing bug fixes.</li>
<li>There are Agile Product Management tools out there, like those from <a href="http://www.acceptsoftware.com/">Accept Software</a> and <a href="http://www.rymatech.com/">Ryma</a>, but (as far as I can tell) they don&#8217;t sync with some of the popular project management / bug tracking tools, such as Bugzilla, TargetProcess, and Jira. By &#8220;sync&#8221; I mean bi-directional data sync.</li>
</ol>
<p>Given these challenges, what Agile Product Management tool would you recommend?</p>Posted in Product Management, Product Marketing Tagged: accept software, agile, bugzilla, jira, Product Management, project management, rally, roadmap, ryma, targetprocess, versionone <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/520/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/520/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/520/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/520/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/520/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/520/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/520/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/520/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/520/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/520/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=520&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=1COAQC4OQik:caQb2wFVD2s:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=1COAQC4OQik:caQb2wFVD2s:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=1COAQC4OQik:caQb2wFVD2s:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?i=1COAQC4OQik:caQb2wFVD2s:JEwB19i1-c4" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2009/03/20/what-is-the-best-agile-product-management-tool/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2009/03/20/what-is-the-best-agile-product-management-tool/</feedburner:origLink></item>
		<item>
		<title>UnHub – quickly aggregate your social media profiles</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/g9N64rrHy7E/</link>
		<comments>http://alsargent.wordpress.com/2009/03/18/unhub-quickly-aggregate-your-social-media-profiles/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 05:02:27 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[friendfeed]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[unhub]]></category>
		<category><![CDATA[Yelp]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/?p=516</guid>
		<description><![CDATA[I just finished playing with UnHub, a social profile aggregator.
Here&#8217;s the problem that UnHub solves: If you&#8217;ve got more than a couple of online profiles on social media sites, there&#8217;s no easy way to provide a centralized place that showcases all your profiles.
Sure, there&#8217;s FriendFeed, but the &#8220;lifestream&#8221; model doesn&#8217;t really work for sites like [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=516&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I just finished playing with <a>UnHub</a>, a social profile aggregator.</p>
<p>Here&#8217;s the problem that UnHub solves: If you&#8217;ve got more than a couple of online profiles on social media sites, there&#8217;s no easy way to provide a centralized place that showcases all your profiles.</p>
<p>Sure, there&#8217;s FriendFeed, but the &#8220;lifestream&#8221; model doesn&#8217;t really work for sites like Facebook or LinkedIn that some of us don&#8217;t update that often. Or, you can build a custom widget on your blog, showing your different profiles, as I did. But that&#8217;s a good chunk of time writing HTML, definitely not easy.</p>
<p>Enter UnHub. It&#8217;s dead-duh-simple: you enter in your social media profiles, and it displays a permanent iframe with those profiles across the top of the browser, with your various social media profiles underneath. Once someone&#8217;s found your UnHub, they can look at all the stuff you&#8217;ve created online, just by going to your UnHub URL. These are short and simple &#8212; mine is <a href="http://unhub.com/alsargent/" rel="nofollow">http://unhub.com/alsargent/</a></p>
<p>This probably isn&#8217;t making too much sense in words, so take a look at <a>my UnHub page</a>. A demo is worth a thousand words.</p>
<p>What do you think &#8212; is UnHub something you&#8217;d use?</p>Posted in News Tagged: facebook, friendfeed, linkedin, social media, twitter, unhub, Yelp <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/516/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=516&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=g9N64rrHy7E:q7VMXRJXio8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=g9N64rrHy7E:q7VMXRJXio8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=g9N64rrHy7E:q7VMXRJXio8:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?i=g9N64rrHy7E:q7VMXRJXio8:JEwB19i1-c4" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2009/03/18/unhub-quickly-aggregate-your-social-media-profiles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2009/03/18/unhub-quickly-aggregate-your-social-media-profiles/</feedburner:origLink></item>
		<item>
		<title>A brand-new Blogrollr feature – RSS feeds of recent activity</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/oKIfHYPvqyI/</link>
		<comments>http://alsargent.wordpress.com/2009/03/13/a-brand-new-blogrollr-feature-rss-feeds-of-recent-activity/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 23:41:29 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[blogrollr]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2009/03/13/playing-with-a-brand-new-blogrollr-featu/</guid>
		<description><![CDATA[Playing with a brand-new Blogrollr feature: RSS feeds of recent activity.
What&#8217;s Blogrollr? A &#8220;live blogroll&#8221; powered by your own browsing activity. No need for static blogrolls that get stale over time. More here: http://blogrollr.com/
Cameron at Blogrollr was kind enough to give me access to my Blogrollr RSS feed. (Thanks!) This means that I don&#8217;t need [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=514&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Playing with a brand-new Blogrollr feature: RSS feeds of recent activity.</p>
<p>What&#8217;s Blogrollr? A &#8220;live blogroll&#8221; powered by your own browsing activity. No need for static blogrolls that get stale over time. More here: <a href="http://blogrollr.com/" rel="nofollow">http://blogrollr.com/</a></p>
<p>Cameron at Blogrollr was kind enough to give me access to my Blogrollr RSS feed. (Thanks!) This means that I don&#8217;t need to use the Blogrollr widget &#8212; which doesn&#8217;t work on a WordPress.com site like mine. Check out the Live Blogroll section in the right hand side. </p>
<p>Yes, there is some funkiness around repeated blogs and Google Calendar&#8230; but I&#8217;m sure the Fictive folks will sort that out soon enough.</p>Posted in News Tagged: blogging, Blogroll, blogrollr, RSS, wordpress <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/514/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=514&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=oKIfHYPvqyI:sRs61ESfKSE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=oKIfHYPvqyI:sRs61ESfKSE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=oKIfHYPvqyI:sRs61ESfKSE:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?i=oKIfHYPvqyI:sRs61ESfKSE:JEwB19i1-c4" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2009/03/13/a-brand-new-blogrollr-feature-rss-feeds-of-recent-activity/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2009/03/13/a-brand-new-blogrollr-feature-rss-feeds-of-recent-activity/</feedburner:origLink></item>
		<item>
		<title>Evernote had a big update today.</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/v9ZzJ03817M/</link>
		<comments>http://alsargent.wordpress.com/2009/03/12/evernote-had-a-big-update-today/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 01:46:44 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Evernote]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[growl]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2009/03/12/evernote-had-a-big-update-today-i-just/</guid>
		<description><![CDATA[Evernote had a big update today. I just now tried out the new goods. Here&#8217;s a quick review:
Mac Desktop client:
+ I love, love, love the new &#8220;Merge Notes&#8221; feature. Great way to clean up a big notebook. Thank you Evernote!
- Unfortunately, there&#8217;s no way to export a merged note to anything other than an Evernote [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=511&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Evernote had a big update today. I just now tried out the new goods. Here&#8217;s a quick review:</p>
<p>Mac Desktop client:<br />
+ I love, love, love the new &#8220;Merge Notes&#8221; feature. Great way to clean up a big notebook. Thank you Evernote!<br />
- Unfortunately, there&#8217;s no way to export a merged note to anything other than an Evernote Archive. For instance, if you merge a bunch of jpeg images of scanned document, that you&#8217;ve brought into evernote, you cannot export them as one big jpeg image. Bummer.<br />
~ I&#8217;m undecided whether the Growl notifications are nice or not. Maybe I&#8217;ll get used to them.</p>
<p>Safari web clipper:<br />
+ It works with Safari 4 public beta (build 5528.16). What&#8217;s nice is that it takes the title of a web page and saves it as the title of the note. A small thing, but saves 15-30 seconds each time you clip, which adds up when you clip many times a day.</p>
<p>Firefox web clipper add-on:<br />
- Does NOT grab the title of a web page, as the Safari web clipper does. Duh. I can&#8217;t tell what advantage the web clipper add-on provides over a bookmarklet. Uninstalling for now.</p>
<p>You using any of the new Evernote versions? If so, what do you think?</p>Posted in News Tagged: add-on, browser, Evernote, Firefox, growl, productivity, Safari <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/511/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/511/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/511/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=511&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=v9ZzJ03817M:p8q35blWjYs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=v9ZzJ03817M:p8q35blWjYs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=v9ZzJ03817M:p8q35blWjYs:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?i=v9ZzJ03817M:p8q35blWjYs:JEwB19i1-c4" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2009/03/12/evernote-had-a-big-update-today/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2009/03/12/evernote-had-a-big-update-today/</feedburner:origLink></item>
		<item>
		<title>Trying out P2, a new WordPress theme.</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/2LwzFzpxWUM/</link>
		<comments>http://alsargent.wordpress.com/2009/03/11/trying-out-p2-a-new-wordpress-theme/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 16:18:02 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[P2]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2009/03/11/trying-out-p2-a-new-wordpress-theme-th/</guid>
		<description><![CDATA[Trying out P2, a new WordPress theme. Think of P2 as &#8220;Twitter meets WordPress&#8221;. Short-form blogging is what it&#8217;s called. More here: http://tr.im/hfFk
I like this. A lot. Because it addresses shortcomings in both traditional WordPress and Twitter:
My gripe with traditional WordPress themes is that they encourage &#8220;long form blogging&#8221;. To create a well-formed long-form post [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=510&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Trying out P2, a new WordPress theme. Think of P2 as &#8220;Twitter meets WordPress&#8221;. Short-form blogging is what it&#8217;s called. More here: <a href="http://tr.im/hfFk" rel="nofollow">http://tr.im/hfFk</a></p>
<p>I like this. A lot. Because it addresses shortcomings in both traditional WordPress and Twitter:</p>
<p>My gripe with traditional WordPress themes is that they encourage &#8220;long form blogging&#8221;. To create a well-formed long-form post takes me 30-60 minutes, including first draft and edits. It&#8217;s hard to find that time in the day, especially given other priorities.</p>
<p>But Twitter has its own shortcomings, too. The 140 character is great because it encourages short form posts that one can easily knock out. But crunching down a meaningful thought down to 140 characters is hard. And nuances get lost.</p>
<p>So, there are a number of posts I simply don&#8217;t make since they won&#8217;t fit into 140 characters, but I don&#8217;t have time to express them in the long-form blog comment. That&#8217;s the conundrum. </p>
<p>Let&#8217;s see if P2 changes that.</p>Posted in News Tagged: blogging, blogs, P2, theme, twitter, wordpress <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/510/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/510/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/510/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/510/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/510/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/510/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/510/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/510/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/510/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/510/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=510&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=2LwzFzpxWUM:b6v4r5tmOQU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=2LwzFzpxWUM:b6v4r5tmOQU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=2LwzFzpxWUM:b6v4r5tmOQU:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?i=2LwzFzpxWUM:b6v4r5tmOQU:JEwB19i1-c4" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2009/03/11/trying-out-p2-a-new-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2009/03/11/trying-out-p2-a-new-wordpress-theme/</feedburner:origLink></item>
		<item>
		<title>How to optimize the AddThis social bookmarking widget</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/ucYNkKqfxFw/</link>
		<comments>http://alsargent.wordpress.com/2009/02/21/how-to-optimize-the-addthis-social-bookmarking-widget/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 08:29:49 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[addthis]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Inbound Marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[sharethis]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/?p=464</guid>
		<description><![CDATA[Do you have web pages &#8212; not blog pages &#8212; that you want to encourage visitors to share on social bookmarking sites?
If so, the AddThis widget to be the best choice for non-blog pages. The reason: its menu opens up when the user hovers. No click needed. ShareThis, on the other hand, requires the user [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=464&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Do you have web pages &#8212; not blog pages &#8212; that you want to encourage visitors to share on social bookmarking sites?</p>
<p>If so, the <a href="http://www.addthis.com/">AddThis</a> widget to be the best choice for non-blog pages. The reason: its menu opens up when the user hovers. No click needed. <a href="http://sharethis.com/">ShareThis</a>, on the other hand, requires the user to click. Seems like a minor detail, but hovers are about 5x more common than clicks. That means a potentially 500% better view-to-share conversion ratio.</p>
<p>The problem is, AddThis shows a number of bookmarking services that are irrelevant, based on <a href="http://alsargent.wordpress.com/2009/02/20/focus-social-bookmarking-on-email-facebook-myspace-digg/">this report</a>, and will only distract users. To keep the user focused and maximize conversions, use the following <a href="http://www.addthis.com/help/customize/services/">customization</a> for AddThis. The extra line I added is in <span style="color:#993300;">red</span>.</p>
<blockquote><p>&lt;!&#8211; AddThis Button BEGIN &#8211;&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
var addthis_pub=&#8221;your_addthis_userid&#8221;;<br />
<span style="color:#993300;">var addthis_options = &#8216;email, facebook, myspace, digg, twitter, stumbleupon, more&#8217;;</span><br />
&lt;/script&gt;</p>
<p>&lt;a href=&#8221;http://www.addthis.com/bookmark.php?v=20&#8243;<br />
onmouseover=&#8221;return addthis_open(this, &#8221;, &#8216;[URL]&#8216;, &#8216;[TITLE]&#8216;)&#8221;<br />
onmouseout=&#8221;addthis_close()&#8221;<br />
onclick=&#8221;return addthis_sendto()&#8221;&gt;</p>
<p>&lt;img src=&#8221;http://s7.addthis.com/static/btn/lg-share-en.gif&#8221;<br />
width=&#8221;125&#8243; height=&#8221;16&#8243; alt=&#8221;Bookmark and Share&#8221; style=&#8221;border:0&#8243;/&gt;<br />
&lt;/a&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221;<br />
src=&#8221;http://s7.addthis.com/js/200/addthis_widget.js&#8221;&gt;<br />
&lt;/script&gt;<br />
&lt;!&#8211; AddThis Button END &#8211;&gt;</p></blockquote>
<p>This will show only the most relevant services on the main display for the widget: Email, Facebook, MySpace, Digg, Twitter, and StumbleUpon. A More link lets users access other services.</p>
<p>A further customization would be to display logos with better brand recognition &#8212; Facebook, MySpace, Twitter, etc. &#8212; similar to what <a href="http://wordpress.org/extend/plugins/sociable/">Sociable</a> does for WordPress blog posts. AddThis allows <a href="http://www.addthis.com/help/customize/custom-button/">this customization</a>. But that is a tutorial for a later date.</p>
<h2><strong>Update: I added to the tutorial. Here goes:<br />
</strong></h2>
<p>To display an image with better brand recognition, change the src parameter in the img tag code above&#8230;</p>
<blockquote><p>&lt;img src=&#8221;<span style="color:#993300;"><a href="http://s7.addthis.com/static/btn/lg-share-en.gif" rel="nofollow">http://s7.addthis.com/static/btn/lg-share-en.gif</a></span>&#8220;<br />
width=&#8221;125&#8243; height=&#8221;16&#8243; alt=&#8221;Bookmark and Share&#8221; style=&#8221;border:0&#8243;/&gt;</p></blockquote>
<p>&#8230;so that it uses your own custom image. For example:</p>
<blockquote><p>&lt;<span class="start-tag">img</span><span class="attribute-name"> src</span>=<span class="attribute-value">&#8220;<span style="color:#993300;"><a href="http://alsargent.com/addthis.png" rel="nofollow">http://alsargent.com/addthis.png</a></span>&#8221; </span><span class="attribute-name"><br />
alt</span>=<span class="attribute-value">&#8220;Bookmark and Share&#8221; </span><span class="attribute-name">style</span>=<span class="attribute-value">&#8220;vertical-align:middle; border:0&#8243;</span><span class="error"><span class="attribute-name">/</span></span>&gt;</p></blockquote>
<p>This displays the logos of Facebook, MySpace, Digg, StumbleUpon, and Twitter. You can see this in action on the bottom of my personal web site, <a href="http://alsargent.com">alsargent.com</a>. (WordPress.com strips out &lt;script&gt; tags from postings; otherwise I would have just shown the example on this page.) Feel free to use this <em>addthis.png</em> on your own site, if you like.</p>
<p>Another little tweak to help the conversion rates is to add a bit of CSS to the img tag&#8230;</p>
<blockquote><p>&lt;<span class="start-tag">img</span><span class="attribute-name"> src</span>=<span style="color:#000000;"><span class="attribute-value">&#8220;http://alsargent.com/addthis.png&#8221; </span></span><span class="attribute-name"><br />
alt</span>=<span class="attribute-value">&#8220;Bookmark and Share&#8221; </span><span style="color:#993300;"><span class="attribute-name">style</span>=<span class="attribute-value">&#8220;vertical-align:middle; <span style="color:#000000;">border:0&#8243;</span></span></span><span class="error"><span class="attribute-name">/</span></span>&gt;</p></blockquote>
<p>&#8230; so that it vertically aligns with the text prompt, <em>Share this using:</em>, which helps the user understand what the widget does. Summing up, here&#8217;s the modified code, with all changes marked in <span style="color:#993300;">red</span>:</p>
<blockquote><p>&lt;!&#8211; AddThis Button BEGIN &#8211;&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
var addthis_pub=&#8221;alsargent&#8221;;<br />
<span style="color:#993300;">var addthis_options = &#8216;email, facebook, myspace, digg, twitter, stumbleupon, more&#8217;;</span><br />
&lt;/script&gt;</p>
<p><span style="color:#993300;">Share this using: </span><br />
&lt;a href=&#8221;http://www.addthis.com/bookmark.php?v=20&#8243;<br />
style=&#8221;border-bottom-style:none;&#8221; onmouseover=&#8221;return addthis_open(this, &#8221;, &#8216;[URL]&#8216;, &#8216;[TITLE]&#8216;)&#8221;<br />
onmouseout=&#8221;addthis_close()&#8221; onclick=&#8221;return addthis_sendto()&#8221;&gt;</p>
<p>&lt;img src=&#8221;<span style="color:#993300;"><a href="http://alsargent.com/addthis.png" rel="nofollow">http://alsargent.com/addthis.png</a></span>&#8220;<br />
alt=&#8221;Bookmark and Share&#8221; style=&#8221;<span style="color:#993300;">vertical-align:middle</span>; border:0&#8243;/&gt;&lt;/a&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221;<br />
src=&#8221;http://s7.addthis.com/js/200/addthis_widget.js&#8221;&gt;&lt;/script&gt;<br />
&lt;!&#8211; AddThis Button END &#8211;&gt;</p></blockquote>
<p>I know, this is quite a bit to optimize a small widget. But remember, attention to the details is important. This steps can increase the number of people who post your page to social media sites, and in turn can drive more traffic to your site.</p>
<h2>Your turn</h2>
<p>What do you think? Do you prefer something other than the AddThis widget? What customizations have you found useful?</p>Posted in News Tagged: addthis, blogging, Inbound Marketing, SEO, sharethis, social media, wordpress <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/464/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/464/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/464/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/464/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/464/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/464/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/464/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/464/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/464/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/464/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=464&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=ucYNkKqfxFw:qZ49kPBFbWg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=ucYNkKqfxFw:qZ49kPBFbWg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/alsargentsblog?a=ucYNkKqfxFw:qZ49kPBFbWg:JEwB19i1-c4"><img src="http://feeds.feedburner.com/~ff/alsargentsblog?i=ucYNkKqfxFw:qZ49kPBFbWg:JEwB19i1-c4" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2009/02/21/how-to-optimize-the-addthis-social-bookmarking-widget/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2009/02/21/how-to-optimize-the-addthis-social-bookmarking-widget/</feedburner:origLink></item>
		<item>
		<title>Focus social bookmarking on Email, Facebook, MySpace, and Digg</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/h1IheUD34sM/</link>
		<comments>http://alsargent.wordpress.com/2009/02/20/focus-social-bookmarking-on-email-facebook-myspace-digg/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 23:16:54 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Inbound Marketing]]></category>
		<category><![CDATA[market research]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/?p=458</guid>
		<description><![CDATA[Social bookmarking widgets have appeared on many blog posts and other web pages. It&#8217;s understandable why: they drive traffic to your site, and they increase inbound links and thus PageRank.
But which social media sites should your social bookmarking widget include?
After all, there are dozens of options for sharing. In fact, Sociable supports over 100 social [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=458&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://en.wikipedia.org/wiki/Social_bookmarking">Social bookmarking widgets</a> have appeared on many blog posts and other web pages. It&#8217;s understandable why: they drive traffic to your site, and they increase inbound links and thus PageRank.</p>
<p>But which social media sites should your social bookmarking widget include?</p>
<p>After all, there are dozens of options for sharing. In fact, <a href="http://wordpress.org/extend/plugins/sociable/">Sociable</a> supports over 100 social media sites.</p>
<p>It&#8217;s a dilemma for online marketers: present too few choices, and you risk missing a popular bookmarking service. Provide too many, and you will confuse your visitors.</p>
<p><a href="http://sharethis.com/">ShareThis</a> just shed a bunch of light on this question with <a href="http://campaign-archive.com/?u=dc8eba297da0534a9e67d6ef4&amp;id=67ca4d5a8e&amp;e=cde1de557a">this report</a>. The highlight is this breakdown of social media services by popularity:</p>
<div id="attachment_459" class="wp-caption alignnone" style="width: 390px"><a href="http://campaign-archive.com/?u=dc8eba297da0534a9e67d6ef4&amp;id=67ca4d5a8e&amp;e=cde1de557a"><img class="size-full wp-image-459" title="sharethisjanuary2009percent" src="http://alsargent.files.wordpress.com/2009/02/sharethisjanuary2009percent.jpg?w=380&#038;h=227" alt="ShareThis breakdown of social bookmarking popularity" width="380" height="227" /></a><p class="wp-caption-text">ShareThis breakdown of social bookmarking popularity</p></div>
<p>The most popular social media services are:</p>
<ol>
<li>Good ol&#8217; <strong>email</strong>, with a whopping <strong>57% of usage</strong>.</li>
<li><strong>Facebook</strong>, with 21% share &#8212; and the fastest growing service</li>
<li><strong>MySpace</strong>, with 5% share but declining</li>
<li><strong>Digg</strong>, with 2% share</li>
<li><strong>StumbleUpon</strong>, <strong>Twitter</strong> and <strong>Technorati</strong> all have &lt;1% share</li>
</ol>
<p>(<strong>Update</strong>: turns out that AIM was not in the top five, based on <a href="http://campaign-archive.com/?u=dc8eba297da0534a9e67d6ef4&amp;id=982f498758&amp;e=cde1de557a">corrected information</a> from ShareThis. So I&#8217;ve removed them from the list above.)</p>
<p>This data is surprising. First, where&#8217;s <strong>LinkedIn</strong>? (Perhaps people don&#8217;t want to share interesting articles on a site used primarily for professional networking.) Why is Twitter so low in the rankings? (For all Twitter&#8217;s press, it&#8217;s important to note that its traffic is <a href="http://siteanalytics.compete.com/facebook.com+linkedin.com+twitter.com/?metric=uv">still well below that of Facebook</a>.) And MySpace is hanging in there quite well.</p>
<p>So, when you set up your social bookmarking widget, focus on the most popular services: Email, Facebook, MySpace, (maybe) AIM, Digg, StumbleUpon, Twitter, and Technorati. Of course, this breakdown won&#8217;t work for all types of visitors. For instance, technical audiences would probably want to post to Slashdot and Reddit.</p>
<p>What do you think? Is the ShareThis data valid in your opinion? Do you track which bookmarking services your visitors use?</p>
<p><img src="///Users/al/Library/Caches/TemporaryItems/moz-screenshot.jpg" alt="" /></p>Posted in News Tagged: blogging, Inbound Marketing, market research, social media, wordpress <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/458/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=458&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=R9u1PHo9"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=2i32bEuI"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=H3O8uNQK"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=H3O8uNQK" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2009/02/20/focus-social-bookmarking-on-email-facebook-myspace-digg/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>

		<media:content url="http://alsargent.files.wordpress.com/2009/02/sharethisjanuary2009percent.jpg" medium="image">
			<media:title type="html">sharethisjanuary2009percent</media:title>
		</media:content>

		<media:content url="///Users/al/Library/Caches/TemporaryItems/moz-screenshot.jpg" medium="image" />
	<feedburner:origLink>http://alsargent.wordpress.com/2009/02/20/focus-social-bookmarking-on-email-facebook-myspace-digg/</feedburner:origLink></item>
		<item>
		<title>A simple Robots.txt file for WordPress</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/M4-aNcdJFC4/</link>
		<comments>http://alsargent.wordpress.com/2009/02/19/simple-robotstxt-file-for-wordpress/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 21:48:03 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Inbound Marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[robots.txt]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/?p=394</guid>
		<description><![CDATA[I like to practice what I call Lazy SEO. I am &#8220;lazy&#8221; in that I like to get my blog SEO configuration done quickly so that I can return to what matters: actually writing. I bet others that read this have a similar outlook.
With that in mind, here&#8217;s a robots.txt file that I just put [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=394&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I like to practice what I call Lazy SEO. I am &#8220;lazy&#8221; in that I like to get my blog SEO configuration done quickly so that I can return to what matters: actually writing. I bet others that read this have a similar outlook.</p>
<p>With that in mind, here&#8217;s a <a href="http://www.robotstxt.org/">robots.txt</a> file that I just put together for one of my clients. It&#8217;s not the most sophisticated robots.txt out there, but it seems to get the job done for a business that&#8217;s has modest SEO needs: ensure that Google&#8217;s search results do not contain any irrelevant pages, such as admin pages.</p>
<p>I put this together based on what I learned recently using <a href="http://www.google.com/webmasters/tools/">Google Webmaster Tools</a> and <a href="http://www.askapache.com/seo/wordpress-robotstxt-seo.html">Ask Apache</a>. It assumes a self-hosted WordPress instance with the <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/">Google XML sitemaps</a> plugin installed. Hope you find it useful. Here goes&#8230;</p>
<blockquote><p>User-Agent: *<br />
# don&#8217;t search for files in these directories<br />
Disallow: /_*<br />
Disallow: /cgi-bin/<br />
Disallow: /wp-admin/<br />
Disallow: /wp-includes/<br />
Disallow: /wp-content/backup*<br />
Disallow: /wp-content/themes/<br />
Disallow: /wp-login.php<br />
Disallow: */trackback/<br />
# For Google XML sitemaps<br />
Sitemap: <a href="http://example.com/sitemap.xml.gz" rel="nofollow">http://example.com/sitemap.xml.gz</a></p></blockquote>
<p>As you can see, this is pretty simple. For instance, it intentionally leaves out specific entries for different kinds of bots (Google image, Adsense, Adwords, etc.) since we don&#8217;t see those bots as critical to the needs of my client&#8217;s (simple) business.</p>
<p>So what do you think of this approach &#8212; good enough or woefully lacking?</p>Posted in Google, Inbound Marketing, SEO, Tips Tagged: blogging, configuration, robots.txt, SEO, wordpress <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/394/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/394/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/394/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/394/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/394/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=394&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=b51cx0zv"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=f05hPJ9V"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=Ei63AeKg"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=Ei63AeKg" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2009/02/19/simple-robotstxt-file-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2009/02/19/simple-robotstxt-file-for-wordpress/</feedburner:origLink></item>
		<item>
		<title>Use Twitter and Tweetchat for your next webinar</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/BpBoCvnfu1k/</link>
		<comments>http://alsargent.wordpress.com/2009/02/13/use-twitter-and-tweetchat-for-your-next-webinar/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 18:30:18 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Inbound Marketing]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Product Management]]></category>
		<category><![CDATA[Product Marketing]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[dmscott]]></category>
		<category><![CDATA[hubspot]]></category>
		<category><![CDATA[promotion]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[tweetchat]]></category>
		<category><![CDATA[tweetdeck]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[viral marketing]]></category>
		<category><![CDATA[webinar]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/?p=419</guid>
		<description><![CDATA[I just finished watching a webinar from Hubspot, unlike any I&#8217;ve watched before. Here&#8217;s why:
All too often, typical webinars drone on and are pretty boring. My typical experience is to listen while perusing blogs or cleaning out my inbox. As a result, listener engagement is very low. I&#8217;ve conducted webinars with 500 attendees and got [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=419&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I just finished watching a webinar from <a href="http://www.hubspot.com/">Hubspot</a>, unlike any I&#8217;ve watched before. Here&#8217;s why:</p>
<p>All too often, typical webinars drone on and are pretty boring. My typical experience is to listen while perusing blogs or cleaning out my inbox. As a result, listener engagement is very low. I&#8217;ve conducted webinars with 500 attendees and got maybe 12 comments &#8212; just 2% audience participation.</p>
<p>This webinar was different. At the start, the moderator told everyone to follow #hubspot on Twitter. What happened was amazing: a firehose of realtime commentary on the webinar. Literally <a href="http://search.twitter.com/search?q=%23hubspot">hundreds of comments</a>. Which made it much more engaging and useful. I stayed tuned in to the content, and hundreds of others apparently did as well. We&#8217;ll probably remember this webinar far longer than others. And that makes it a more effective event.</p>
<p>As a bonus, this firehose of tweets drove #hubspot to be featured on the home page of Twitter Search, as one of the top four trending topics. This was free advertising that lead to even more webinar participation.</p>
<p>So, next time you do a webinar, start off by picking a unique keyword to follow on Twitter (e.g., #yourcompany). Then show a quick demo on how to use <a href="http://tweetchat.com/">Tweetchat</a> to let the audience follow in real time. Only after that demo should you dive into your actual presentation. You&#8217;ll get more attendees, higher audience engagement, longer recall, and a slew of good questions to make for compelling Q&amp;A.</p>
<p>Why do I like Tweetchat for webinar audience participation? It automatically inserts the keyword into every post. Unlike<a href="http://search.twitter.com/"> Twitter Search</a>, it updates automatically, AJAX-style. It&#8217;s better than <a href="http://www.tweetdeck.com/">Tweetdeck</a> (my default Twitter client) since there&#8217;s nothing to download.</p>
<p>Have you participated in a webinar that had Twitter audience participation? How well did it work?</p>Posted in Inbound Marketing, Marketing, Product Management, Product Marketing, Tips Tagged: dmscott, hubspot, Marketing, promotion, social media, tweetchat, tweetdeck, twitter, viral marketing, webinar <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/419/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/419/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/419/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=419&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=GCEt6cw7"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=wcXV4bC5"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=Jq62dZdv"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=Jq62dZdv" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2009/02/13/use-twitter-and-tweetchat-for-your-next-webinar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2009/02/13/use-twitter-and-tweetchat-for-your-next-webinar/</feedburner:origLink></item>
		<item>
		<title>Marketers must think like Publishers</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/X5X-_XwiOb0/</link>
		<comments>http://alsargent.wordpress.com/2009/01/31/marketers-must-think-like-publishers/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 22:44:36 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[demand generation]]></category>
		<category><![CDATA[made to stick]]></category>
		<category><![CDATA[marketingsherpa]]></category>
		<category><![CDATA[marketo]]></category>
		<category><![CDATA[product mana]]></category>
		<category><![CDATA[Product Marketing]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/?p=344</guid>
		<description><![CDATA[&#8230; that&#8217;s the guidance from this interview on demand generation:
We’ve been recommending for a while now that marketers think like publishers when it comes to their marketing content. Too often, marketers create new educational content based on internal triggers, such as a new product launch or the adoption of a new marketing strategy. Instead,  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=344&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&#8230; that&#8217;s the guidance from this <a href="http://blog.marketo.com/blog/2009/01/demand-generation-tips-thought-leadership-with-sean-donahue-of-marketingsherpa.html">interview</a> on <a href="http://en.wikipedia.org/wiki/Demand_Generation">demand generation</a>:</p>
<blockquote><p>We’ve been recommending for a while now that marketers <em>think like publishers</em> when it comes to their marketing content. Too often, marketers create new educational content based on internal triggers, such as a new product launch or the adoption of a new marketing strategy. Instead,   <strong>think like a publisher</strong>, who wants to keep their readers (in this case, prospects) engaged on a <em>regular basis</em> with content that’s tailored to their needs and interests. That means keeping close tabs on industry trends and customer and prospect concerns, and creating relevant content that addresses those trends and concerns in a timely manner.</p></blockquote>
<p>By doing this kind of lead nurturing, marketers enable their companies to become better-trusted advisors in the eyes of their prospects. Eventually, when those prospects have a compelling event that cause them to enter the sales cycle, they&#8217;re more likely to buy from the company that they&#8217;re familiar with.</p>
<p>I love this idea. It&#8217;s very sticky (as defined by <a href="http://www.madetostick.com/">this book</a>, which I&#8217;m currently reading) in that it&#8217;s <em>simple, unexpected, concrete,</em> and <em>credible.  Simple</em> because it&#8217;s easy to state. <em>Unexpected</em> because, let&#8217;s face it, how many of us enterprise marketing folks every thought of ourselves as being in the publishing business? <em>Concrete</em>, because it leads to some clear follow-up actions: blog editorial themes and calendars; rules of engagement for responding to others&#8217; tweets, blog posts, and forum comments; and so on. <em>Credible</em>, because it makes sense: recommendations from a trusted source count much more than an unfamiliar one.</p>
<p>What do you think of this approach to demand generation?</p>Posted in News Tagged: demand generation, made to stick, marketingsherpa, marketo, product mana, Product Marketing <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/344/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=344&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=dzATsY9T"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=YpRepHty"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=5dIHAY3t"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=5dIHAY3t" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2009/01/31/marketers-must-think-like-publishers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2009/01/31/marketers-must-think-like-publishers/</feedburner:origLink></item>
		<item>
		<title>Product management tools &amp; techniques for 2009</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/D3lBxATmcXc/</link>
		<comments>http://alsargent.wordpress.com/2009/01/30/product-management-tools-techniques-for-2009/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 23:15:12 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[backlog]]></category>
		<category><![CDATA[beta program]]></category>
		<category><![CDATA[scrum]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/?p=314</guid>
		<description><![CDATA[Product Management tools and techniques are continually evolving. Here are some that I&#8217;ve found to be especially useful recently:
Agile Product Management requires that you setup up a backlog to track storycards. While there are more expensive solutions out there, Google Spreadsheets are a surprisingly good way to get started with backlog management. It&#8217;s easily viewable [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=314&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Product Management tools and techniques are continually evolving. Here are some that I&#8217;ve found to be especially useful recently:</p>
<p>Agile Product Management requires that you<strong> setup up a backlog to track storycards</strong>. While there are more expensive solutions out there, <a href="http://www.google.com/google-d-s/tour1.html">Google Spreadsheets</a> are a surprisingly good way to get started with backlog management. It&#8217;s easily viewable by an entire team, and can be edited simultaneously by team members. You probably will outgrow your spreadsheet after it gets to 100-200 storycards and will want to move to something more sophisticated, but for getting started, Google Spreadsheets is hard to beat.</p>
<p><strong>Do &#8220;live&#8221; note taking during customer calls</strong> with <a href="http://www.campfirenow.com/">Campfire</a>. Other participants on the call, developers and other team members can see notes as they are written, and can write in their own follow-up questions in real time. Plus it&#8217;s all searchable for later. I&#8217;ve seen development teams that live in Campfire, so putting the notes straight into there means that the customer feedback actually reaches the engineers it&#8217;s intended to influence.</p>
<p>You can also use Campfire to enable team members to communicate what they&#8217;ve done and what they&#8217;re working on. This practice goes a long way towards eliminating the &#8220;<strong>status updates</strong>&#8221; part of staff meetings, which are generally not all that productive. <a href="https://www.yammer.com/">Yammer</a>&#8217;s another good tool for this purpose, if you are not already using Campfire.</p>
<p><strong>Beta customer recruitment</strong> is very much a numbers game, a sales process conducted by the product manager. My rule of thumb, based on experience, is that you need about 30 beta program leads for every one active beta user that provides meaningful feedback. Since even a small beta will want at least several active beta users, there&#8217;s a significant lead management issue. To address this, use <a href="http://www.highrisehq.com/">Highrise</a> for managing beta customer recruitment, if you don&#8217;t have access to your company&#8217;s CRM system or are not allowed to use it for beta programs. Highrise has a free option which is great for getting started.</p>
<p>I know, I&#8217;m started to sound like a shill for <a href="http://www.37signals.com/">37Signals</a>&#8230; on to other tools!</p>
<p><strong>Use <a href="http://mail.google.com/videochat">Google Video Chat</a> to talk with remote developers</strong>. Most communication is nonverbal and you get more of this form of communication conveyed with video chat than with a phone call. Unlike the phone, you never have to worry about reaching out to a developer late at night if they&#8217;re online. I found it much easier to get Google video chat working than Skype video and iChat video.</p>
<p>Make it a point to <strong>connect with all your active customers over IM</strong>. When developers come to you with urgent questions that require customer input, you&#8217;ll be able to ping several available customers over IM to make an informed decision. For this reason, IM is a huge enabler of Agile Product Management. It&#8217;s also great when scheduling meetings and dealing with conference call logistics. <a href="http://www.adiumx.com/">Adium</a> (Mac) and <a href="http://www.pidgin.im/">Pidgin</a> (Windows) work across all the major IM networks.</p>
<p><strong>Use <a href="http://www.google.com/alerts">Google Alerts</a>, <a href="http://friendfeed.com/">Friendfeed</a>, and <a href="http://search.twitter.com/">Twitter Search</a> to stay on top of your market</strong>, find beta program prospects, get feedback on your product, and keep up with competitors, standards and events. Get the corresponding RSS or Atom feeds for each search into <a href="http://www.google.com/reader">Google Reader</a> &#8212; not necessarily to read every last post &#8212; but so you have large, searchable database of what&#8217;s happening in your market.</p>
<p><strong>Before meeting with a customer, do your homework on them</strong>: what they care about, what challenges they face, and so on. A number of sites let you do this. Currently lesser-known resources for doing this this include <a href="http://pipl.com/">Pipl</a> and <a href="http://twitter.com/invitations/find_on_twitter">Twitter</a>. Better known sites include <a href="http://blogsearch.google.com">Google Blog Search</a>, <a href="http://www.linkedin.com">LinkedIn</a>, and <a href="http://facebook.com">Facebook</a>.</p>
<p>If your company doesn&#8217;t provide you with conference calling and web conferencing, or if you just want to save some money, use DimDim and Free Conference Call. These services are both free and work great.</p>
<p>What do you think? What product management techniques and tools are you planning to use this year?</p>Posted in News Tagged: agile, backlog, beta program, scrum, tools <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/314/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/314/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/314/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=314&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=bXqOClAC"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=tjgF1wsL"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=1tULVYcD"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=1tULVYcD" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2009/01/30/product-management-tools-techniques-for-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2009/01/30/product-management-tools-techniques-for-2009/</feedburner:origLink></item>
		<item>
		<title>Analysis of Barack Obama’s inauguration speech</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/X0wIGSwSBvg/</link>
		<comments>http://alsargent.wordpress.com/2009/01/29/analysis-barack-obama-inauguration-speech/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 00:35:49 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Positioning]]></category>
		<category><![CDATA[Product Marketing]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[speaking]]></category>
		<category><![CDATA[speeches]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/?p=330</guid>
		<description><![CDATA[Below is a very insightful analysis of Barack Obama&#8217;s inauguration speech, from the folks at PowerSpeaking. (Normally I&#8217;d simply link to an appropriate blog post, but since PowerSpeaking doesn&#8217;t have one, I&#8217;m reproducing the content below.)
PowerSpeaking is a firm that conducts clinics on how to enable business people to present more effectively. I&#8217;ve attended their [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=330&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Below is a very insightful analysis of Barack Obama&#8217;s <a href="http://news.yahoo.com/s/ap/20090120/ap_on_go_pr_wh/inauguration_obama_text">inauguration</a> <a href="http://www.youtube.com/watch?v=3PuHGKnboNY">speech</a>, from the folks at <a href="http://www.powerspeaking.com/">PowerSpeaking</a>. (Normally I&#8217;d simply link to an appropriate blog post, but since PowerSpeaking doesn&#8217;t have one, I&#8217;m reproducing the content below.)</p>
<p>PowerSpeaking is a firm that conducts clinics on how to enable business people to present more effectively. I&#8217;ve attended their &#8220;<a href="http://www.powerspeaking.com/bigdogs.html">Speaking to the Big Dogs</a>&#8221; program in the past, and I highly recommend their service.</p>
<blockquote><p>With the swearing in of Barack Obama, Tuesday January 20th was a historic day.  Here at PowerSpeaking, Inc., we eagerly watched our new President&#8217;s inauguration speech.  What about you?  What were your thoughts as you watched our 44th President address the nation (and the world)?  Did it have the impact that you expected it to have?</p>
<p>The reviews have been mixed.  New Republic writer John B. Judis called Obama&#8217;s speech &#8220;unusually abstract&#8221; and &#8220;a disappointing hodgepodge&#8221;.  While historian Michael Roth declared the speech &#8220;brilliant, deeply felt&#8221; and containing &#8220;echoes of the great speeches of the past&#8221;.</p>
<p>This e-tip is our brief analysis of his speech.  As you read it, think about how you can incorporate some of these ideas in your business talks.Here are some strategies that we think worked:</p>
<p><strong>Imagery</strong>:  The President used imagery six times in his nineteen-minute talk.  &#8220;&#8230; gathering clouds and raging storms&#8221;. &#8220;&#8230;extend a hand if you are willing to unclench your fist.&#8221; &#8220;&#8230; brave the icy currents, and endure what storms may come.&#8221;</p>
<p><strong>Series of Three</strong>:  He organized some thoughts in a series of three at least ten times. &#8220;&#8230; humbled by, &#8230; grateful for&#8230;, and mindful of&#8230;&#8221; &#8220;Homes have been lost, jobs shed, businesses shuttered.&#8221; &#8220;&#8230; we must pick ourselves up, dust ourselves off, and begin again the work of remaking America.&#8221;</p>
<p><strong>Repetition of Words / Phrases</strong>:  Three times he used repetition. &#8220;For us, they packed up their worldly possessions&#8230;  For us, they toiled in sweatshops&#8230;&#8221;  For us, they fought and died&#8230;&#8221; &#8220;This is the price&#8230;  This is the source&#8230;  This is the meaning&#8230;&#8221; &#8220;&#8230; all are equal, all are free and all deserve a chance&#8230;&#8221; Use of</p>
<p><strong>Pronouns</strong>:  Obama&#8217;s extraordinary use of inclusive pronouns engages and inspires. Obama used the pronoun &#8220;I&#8221; twice in the speech.  In contrast, he used the pronouns &#8220;we&#8221;, &#8220;our&#8221; and &#8220;us&#8221; 142 times.</p>
<p>Here&#8217;s what we believe was missing:</p>
<p><strong>A core message</strong>:  We conducted an informal survey asking people what they remembered most from the talk and what his main message was.  Not one person could repeat a phrase.  We&#8217;re not alone.  CNN analysts Jeffrey Toobin says:  &#8220;I thought that this was a speech with a lot of ideas but no theme and most importantly, this was a speech without a single memorable phrase.&#8221;</p>
<p>As you watch the eloquence of our new President, pay attention to the strategies he uses in his speeches.  Imagery, organized thoughts, repetition and inclusive language can all increase the chance your business audience will remember your talks.  And don&#8217;t forget to have a core message that you repeat three times!  Let &#8216;er Rip!</p></blockquote>Posted in Positioning, Product Marketing Tagged: Positioning, presentations, speaking, speeches, writing <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/330/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=330&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=xiWUAFgt"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=2qeDcLKr"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=hxYP0DZB"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=hxYP0DZB" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2009/01/29/analysis-barack-obama-inauguration-speech/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2009/01/29/analysis-barack-obama-inauguration-speech/</feedburner:origLink></item>
		<item>
		<title>Prediction: the US will end in 2010</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/lyIxhbq9ZU4/</link>
		<comments>http://alsargent.wordpress.com/2008/12/31/prediction-the-us-will-end-in-2010/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 08:38:07 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Positioning]]></category>
		<category><![CDATA[Product Marketing]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/?p=319</guid>
		<description><![CDATA[No, that&#8217;s not my prediction. And yes, this post is relevant for product marketing types: it illustrates how an idea languished in obscurity for years, only to hitting a tipping point that suddenly thrust it into the limelight.
The Wall Street Journal recently published a prediction by Russian professor Igor Panarin made a prediction that the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=319&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>No, that&#8217;s not my prediction. And yes, this post is relevant for product marketing types: it illustrates how an idea languished in obscurity for years, only to hitting a tipping point that suddenly thrust it into the limelight.</p>
<p>The Wall Street Journal recently <a href="http://online.wsj.com/article/SB123051100709638419.html">published</a> a prediction by Russian professor Igor Panarin made a prediction that the US will end by June or July of 2010. The primary driver is crushing debt levels. Scary, no doubt, given the current economic environment and recent financial news.</p>
<p>However, a key part of the story wasn&#8217;t mentioned by the WSJ: when Professor Panarin made his prediction in <strong><em>1998</em></strong>, US debt levels were <em><a href="http://govinfo.library.unt.edu/npr/library/news/052698.html">declining</a> not rising.</em> (Ah, the good old days&#8230;) The very mechanism that drove Panarin&#8217;s forecast was on the wane. This makes me wonder about the validity of his forecast &#8211; what kinds of assumptions about US debt growth could he have built into his model about debt levels when the current empirical data showed that debt was shrinking?</p>
<p>To be sure, our current debt levels are at high levels which make Professor Panarin look prescient. We&#8217;ve got to reduce our debt over the coming years and decades. Here&#8217;s hoping that the new year brings a new plan to do exactly that.</p>
<p>What&#8217;s interesting about this story from my marketing perspective is how widely it spread, After all, this is a decade-old prediction that received no US press when it was first published, was only published in Russian, and is built on questionable assumptions.</p>
<p>Until recently, the idea met some of the criteria for &#8220;stickiness&#8221; as as defined in <a href="http://www.madetostick.com/">Ideas that Stick</a>: It is <em>simple</em> and <em>concerete</em>: US splits into several countries. It&#8217;s <em>unexpected</em>, to say the least, to hear someone claim that a country like America could simply unravel. It&#8217;s<em> emotional,</em> obviously, for anyone to see their country disintegrate.</p>
<p>But why is this idea spreading only now, after a decade? Because only now has the idea become <em>credible</em> &#8212; the final stickiness criterion &#8212; as the current financial crisis developed and the US government bailed out banks and car companies. When the idea met four out of five stickiness criteria: obscurity. When it met five out of five: bam! &#8212; one of the most popular stories on the WSJ. It hit the tipping point.</p>
<p>So the key point for marketing, and product positioning, is this: meeting four out of five stickiness criteria ain&#8217;t enough. For a message to succeed, it must meet <em>all</em> the stickiness criteria.</p>Posted in Positioning, Product Marketing Tagged: Positioning <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/319/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=319&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=7vaNf8Lt"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=lJFzRO0D"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=zQayjtf7"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=zQayjtf7" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2008/12/31/prediction-the-us-will-end-in-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2008/12/31/prediction-the-us-will-end-in-2010/</feedburner:origLink></item>
		<item>
		<title>How to make PowerPoint presentations look good in SlideShare and DimDim</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/E09MkozdS9Y/</link>
		<comments>http://alsargent.wordpress.com/2008/10/28/how-to-make-powerpoint-presentations-look-good-in-slideshare-and-dimdim/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 20:45:05 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Consumer Technology]]></category>
		<category><![CDATA[Product Marketing]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[dimdim]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[slideshare]]></category>
		<category><![CDATA[webinars]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/?p=312</guid>
		<description><![CDATA[Lately I&#8217;ve been working a lot with SlideShare and DimDim to show PowerPoint presentations to customers and prospects. I try avoid &#8220;death by bulletpoint&#8220;, and instead incorporate a lot of diagrams into my slides in order to complement my speaking points. Unfortunately, a lot what looks great in PowerPoint 2007 (Windows) and 2008 (Mac) look [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=312&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Lately I&#8217;ve been working a lot with <a href="http://www.slideshare.net/">SlideShare</a> and <a href="http://dimdim.com/">DimDim</a> to show PowerPoint presentations to customers and prospects. I try avoid &#8220;<a href="http://www.google.com/search?q=death%20by%20bulletpoint">death by bulletpoint</a>&#8220;, and instead incorporate a lot of diagrams into my slides in order to complement my speaking points. Unfortunately, a lot what looks great in PowerPoint 2007 (Windows) and 2008 (Mac) look awful in SlideShare and DimDim.</p>
<p>So, here is a checklist of things to avoid so that your slides look fine whether they are rendered in PowerPoint, SlideShare, or DimDim:</p>
<ul>
<li>Don&#8217;t use slick color gradations that PowerPoint 2008 uses by default. Use basic, solid colors.</li>
<li>Don&#8217;t use shadows on objects.</li>
<li>Don&#8217;t depend on builds within a single slide. Instead, use multiple slides to create a build. Tedious but worth it for complex diagrams.</li>
</ul>
<p>What else can you think of?</p>
<p>Hopefully someday these kinds of issues will be taken care of as SlideShare and DimDim mature. And, one would hope that, as Microsoft creates more <a href="http://lifehacker.com/5069999/first-look-microsoft-office-heads-online-with-next-release">online offerings around Office</a>, they will provide a way to faithfully render PowerPoint slides online.</p>Posted in Consumer Technology, Product Marketing, Tips Tagged: dimdim, PowerPoint, presentations, slideshare, webinars <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/312/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/312/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/312/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=312&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=Yn3tPOJ4"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=KkTvOG6P"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=1VsYJFDW"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=1VsYJFDW" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2008/10/28/how-to-make-powerpoint-presentations-look-good-in-slideshare-and-dimdim/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2008/10/28/how-to-make-powerpoint-presentations-look-good-in-slideshare-and-dimdim/</feedburner:origLink></item>
		<item>
		<title>Four essential online marketing resources</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/LbaAMONauUY/</link>
		<comments>http://alsargent.wordpress.com/2008/10/26/four-essential-online-marketing-resources/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 22:38:36 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Inbound Marketing]]></category>
		<category><![CDATA[Product Marketing]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[demos]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[presentations]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/?p=309</guid>
		<description><![CDATA[Today, I shared the links below with a friend who&#8217;s starting a business. In the spirit of helpfulness, I&#8217;m republishing them below.
Granted, these won&#8217;t be new to anyone reads the major social marketing / Web 2.0 blogs out there. Nonetheless, these are solid resources for online marketing that might not be known to mainstream business [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=309&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today, I shared the links below with a friend who&#8217;s starting a business. In the spirit of helpfulness, I&#8217;m republishing them below.</p>
<p>Granted, these won&#8217;t be new to anyone reads the major social marketing / Web 2.0 blogs out there. Nonetheless, these are solid resources for online marketing that might not be known to mainstream business folks.</p>
<ul>
<li>Presentation design: <a href="http://www.presentationzen.com/" target="_blank">http://www.presentationzen.com/</a></li>
<li>Inspirational presentations often have minimal words and great pictures. Here&#8217;s where to find the latter: <a href="http://flickr.com/" target="_blank">http://flickr.com/</a> (tip: sort pictures by &#8220;Most Interesting&#8221;)</li>
<li>Social marketing is a very capital efficient way to market. This guy&#8217;s a master: <a href="http://www.chrisbrogan.com/" target="_blank">http://www.chrisbrogan.com/</a></li>
<li>Screencasts on your web site &#8212; of you talking about your service, or better yet, one of your customers talking about it &#8212; are very effective. Here&#8217;s a very easy way to create them: <a href="http://www.jingproject.com/" target="_blank">http://www.jingproject.com/</a> Then upload to YouTube &#8212; lots of traffic there, and thus people who could potentially find your service useful.</li>
</ul>Posted in Inbound Marketing, Product Marketing, Tips Tagged: demos, Inbound Marketing, PowerPoint, presentations <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/309/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/309/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/309/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=309&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=QGfPouJW"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=JOGDWuh2"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=ICTqhlij"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=ICTqhlij" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2008/10/26/four-essential-online-marketing-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2008/10/26/four-essential-online-marketing-resources/</feedburner:origLink></item>
		<item>
		<title>Observations from this month’s Silicon Valley Ruby on Rails meetup</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/pwa3KORMc9M/</link>
		<comments>http://alsargent.wordpress.com/2008/10/26/observations-from-this-months-silicon-valley-ruby-on-rails-meetup/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 04:43:25 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[growl]]></category>
		<category><![CDATA[inshoshi]]></category>
		<category><![CDATA[meetup]]></category>
		<category><![CDATA[open+source]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rake]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tdd]]></category>
		<category><![CDATA[test driven development]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[textmate]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/?p=304</guid>
		<description><![CDATA[Here are a couple of interesting things I learned at this month&#8217;s Silicon Valley Ruby on Rails meetup, specifically the first presentation by Michael Hartl of InsoshI.
The first is how GitHub leverages the power of decentralization. Let me explain how I understand this work: GitHub encourages people to fork off of existing projects. So, if [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=304&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here are a couple of interesting things I learned at <a href="http://ruby.meetup.com/72/calendar/8985772/">this month&#8217;s</a> <a href="http://ruby.meetup.com/72/">Silicon Valley Ruby on Rails meetup</a>, specifically the first presentation by <a href="http://michaelhartl.com/">Michael Hartl</a> of <a href="http://portal.insoshi.com/">InsoshI</a>.</p>
<p>The first is how <a href="https://github.com/">GitHub</a> leverages the power of decentralization. Let me explain how I understand this work: GitHub encourages people to fork off of existing projects. So, if someone wants to add a fix to an open source project, they make their own, add the fix, and publish it on GitHub. Eventually they ping a core contributor to have their changes added back into the main branch. GitHub&#8217;s very good at merging changes back into a branch, so this is fairly painless.</p>
<p>Here&#8217;s why this is so significant. Traditionally, it&#8217;s taken a long time for fixes to get much distribution. This is because there was only one central repository for any open source project. Before any fix could be checked into the main branch, it would have to get reviewed and approved. This would take time. What GitHub does is remove this bottleneck. So more fixes get published more quickly.</p>
<p>You&#8217;d think forking would be a bad thing &#8212; a proliferation of nonstandard branches. But it isn&#8217;t. GitHub&#8217;s merge capabilities mean that these fixes find their way into the main branch.</p>
<p>Seeing this presentation makes me wonder why any open source project would NOT be on GitHub.</p>
<p>&#8212;</p>
<p>The second thing I learned was from watching how Michael does <a href="http://en.wikipedia.org/wiki/Test-driven_development">test-driven development</a>. It&#8217;s all testing, all the time. I believe the tools being used were <a href="http://rake.rubyforge.org/">Rake</a>, <a href="http://growl.info/">Growl</a>, and <a href="http://macromates.com/">Textmate</a>. Tests are automatically run every minute or so in the background. Test results summaries are displayed in Growl alerts: a green box displaying how many tests passed, a yellow one with how many tests are undefined, and red with how many failed. The alerts fade from the screen after a few seconds.</p>
<p>It&#8217;s not a big production, moonshot-style, let&#8217;s-run-the-nightly-test-suite kind of thing. Rather, it&#8217;s simple, continual testing that provides a steady drumbeat of feedback to the developer. Ambient is the best word that comes to mind.</p>
<p>Words like these don&#8217;t really do it justice &#8212; you have to see it for yourself to fully appreciate what&#8217;s going on. It&#8217;s a subtle change, but one that I think will make a big change over time in terms of the quality and velocity of software development.</p>Posted in News Tagged: development, github, growl, inshoshi, meetup, open+source, rails, rake, ruby, tdd, test driven development, testing, textmate <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/304/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/304/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/304/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=304&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=B4Xqx9RF"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=BRj4p8L3"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=wxT6RGjU"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=wxT6RGjU" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2008/10/26/observations-from-this-months-silicon-valley-ruby-on-rails-meetup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2008/10/26/observations-from-this-months-silicon-valley-ruby-on-rails-meetup/</feedburner:origLink></item>
		<item>
		<title>twitrratr is a great tool for product managers</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/AsCV4-nSmVU/</link>
		<comments>http://alsargent.wordpress.com/2008/10/22/twitrratr-is-a-great-tool-for-product-managers/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 19:14:39 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Consumer Technology]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Product Management]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[competitive research]]></category>
		<category><![CDATA[summize]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/?p=300</guid>
		<description><![CDATA[Just now read about twitrratr on TechCrunch. How they describe themselves:
Discover what people are really saying on Twitter. With Twitrratr you can distinguish negative from positive tweets surrounding a brand, product, person or topic.
This is a great tool for product managers, marketers and anyone who wants have their finger on the pulse of a market. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=300&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Just now read about <a href="http://twitrratr.com/">twitrratr</a> on <a href="http://www.techcrunch.com/2008/10/21/54-hours-to-build-a-company-a-look-at-startup-weekend-phoenix/">TechCrunch</a>. How they describe themselves:</p>
<blockquote><p>Discover what people are really saying on Twitter. With Twitrratr you can distinguish negative from positive tweets surrounding a brand, product, person or topic.</p></blockquote>
<p>This is a great tool for product managers, marketers and anyone who wants have their finger on the pulse of a market. It lets you quickly determine people&#8217;s overall sentiments about any topic being twittered. For instance, here are twitrratr summaries for <a href="http://twitrratr.com/search/obama">Obama</a> and <a href="http://twitrratr.com/search/mccain">McCain</a> and <a href="http://twitrratr.com/search/twitrratr">twitrratr</a> itself.</p>
<p>Twitrratr isn&#8217;t perfect. It could use some improvement in terms of how it recognizes positive and negative sentiments. But even with these warts, it&#8217;s still a useful service with a lot of promise. I wouldn&#8217;t be surprised if Twitter acquired twitrratr, like they did with <a href="http://search.twitter.com/">Summize</a>.</p>
<p>But, please, twitrratr &#8212; get a name that&#8217;s easier to remember and type!</p>Posted in Consumer Technology, Marketing, Product Management, Tips Tagged: competitive research, summize, trends, twitter <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/300/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/300/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/300/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=300&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=TXE0JZRQ"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=V4UMhkJr"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=wifeA5zK"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=wifeA5zK" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2008/10/22/twitrratr-is-a-great-tool-for-product-managers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2008/10/22/twitrratr-is-a-great-tool-for-product-managers/</feedburner:origLink></item>
		<item>
		<title>The coolest product of the year?</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/kUU7YPV1mDc/</link>
		<comments>http://alsargent.wordpress.com/2008/10/22/the-coolest-product-of-the-year/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 18:59:09 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[gear]]></category>
		<category><![CDATA[nike]]></category>
		<category><![CDATA[product]]></category>
		<category><![CDATA[wishlist]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/?p=296</guid>
		<description><![CDATA[&#8230; could be the Nike Hindsight, new sunglasses that provide the wearer an extra 25 degrees of peripheral vision. They&#8217;re being promoted as cycling gear, but it seems they could have a wide range of applications, including everyday driving. As for myself, these are definitely something that I&#8217;d find useful for competitive sailing.Posted in News [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=296&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&#8230; could be the <a href="http://www.yankodesign.com/2008/10/22/nike-hindsight-gives-you-unparalleled-vision/">Nike Hindsight</a>, new sunglasses that provide the wearer an extra 25 degrees of peripheral vision. They&#8217;re being promoted as cycling gear, but it seems they could have a wide range of applications, including everyday driving. As for myself, these are definitely something that I&#8217;d find useful for competitive sailing.</p>Posted in News Tagged: gear, nike, product, wishlist <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/296/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/296/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/296/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=296&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=vnFv31lC"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=5gcIWNvl"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=JTc9ftWS"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=JTc9ftWS" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2008/10/22/the-coolest-product-of-the-year/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2008/10/22/the-coolest-product-of-the-year/</feedburner:origLink></item>
		<item>
		<title>WordPress.com wish list…</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/v69lrJde8tI/</link>
		<comments>http://alsargent.wordpress.com/2008/10/14/wordpresscom-wish-list/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 02:00:13 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[wishlist]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/?p=292</guid>
		<description><![CDATA[While WordPress works wonderfully overall, I just gotta get these gripes off my chest.
I wish that WordPress supported:

MyBlogLog, or something similar, perhaps using their Gravatar service.
ShareThis, a widget for sharing blog posts on social media sites.
Google Reader&#8217;s Shared Items
Atom feed format, not just RSS

The good thing, WordPress seems to have a good &#8220;feature velocity&#8221;, and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=292&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>While WordPress works wonderfully overall, I just gotta get these gripes off my chest.</p>
<p>I wish that WordPress supported:</p>
<ul>
<li><a href="http://www.mybloglog.com">MyBlogLog</a>, or something similar, perhaps using their <a href="http://en.gravatar.com/">Gravatar</a> service.</li>
<li><a href="http://sharethis.com/">ShareThis</a>, a widget for sharing blog posts on social media sites.</li>
<li>Google Reader&#8217;s Shared Items</li>
<li>Atom feed format, not just RSS</li>
</ul>
<p>The good thing, WordPress seems to have a good &#8220;feature velocity&#8221;, and as such, hopefully these things will be addressed in a reasonable time.</p>Posted in News Tagged: wishlist, wordpress <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/292/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/292/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/292/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=292&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=Oaxr7j4K"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=rYc4WEw7"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=LCC3HM5x"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=LCC3HM5x" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2008/10/14/wordpresscom-wish-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2008/10/14/wordpresscom-wish-list/</feedburner:origLink></item>
		<item>
		<title>Movin’ on up…</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/5Io_OkJtyr0/</link>
		<comments>http://alsargent.wordpress.com/2008/10/14/movin-on-up/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 01:44:34 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/?p=135</guid>
		<description><![CDATA[&#8230;from TypePad to WordPress. I must say, WordPress just feels better. I can&#8217;t put my finger on any one single feature that makes me say this. Just lots, and lots, of well-thought-out details.
Meanwhile, TypePad hasn&#8217;t really changed since I started using it in 2005 &#8212; it feels very web 1.0.
Oh, and WordPress is free. That [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=135&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&#8230;from TypePad to WordPress. I must say, WordPress just <em>feels</em> better. I can&#8217;t put my finger on any one single feature that makes me say this. Just lots, and lots, of well-thought-out details.</p>
<p>Meanwhile, TypePad hasn&#8217;t really changed since I started using it in 2005 &#8212; it feels very web 1.0.</p>
<p>Oh, and WordPress is free. That helps, too. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>Posted in News  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/135/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=135&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=XVd6LTEX"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=ctu1jfzU"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=4u9Ugx5I"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=4u9Ugx5I" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2008/10/14/movin-on-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2008/10/14/movin-on-up/</feedburner:origLink></item>
		<item>
		<title>Why traditional PR is dead – and what to do about it</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/SRJVPUU6uuQ/</link>
		<comments>http://alsargent.wordpress.com/2008/07/25/why-traditional-pr-is-dead-and-what-to-do-about-it/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 23:46:11 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[bloggers]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[CMO]]></category>
		<category><![CDATA[evangelist]]></category>
		<category><![CDATA[PR]]></category>
		<category><![CDATA[social+media]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2008/07/25/why-traditional-pr-is-dead-and-what-to-do-about-it/</guid>
		<description><![CDATA[
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=137&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I recently read <a href="http://www.briansolis.com/2008/07/new-communication-theory-and-new-roles.html">this post</a> at Brian Solis&#8217; <a href="http://www.briansolis.com">PR 2.0 blog</a> on Social Media Marketing and wondered &#8212; why is PR changing?</p>
<p>I believe PR is changing is because different people are doing the writing. </p>
<p>We&#8217;re shifting from a media landscape where stories are written primarily by journalists, to one where a large chunk of stories are written by domain experts who blog and contribute to online forums. (For the sake of brevity, I&#8217;ll call them bloggers, even though they&#8217;re published online in blogs and online forums, and sometimes offline in books.)</p>
<p>Bloggers are different than the journalists they are replacing. Bloggers are often experts in their field, active practitioners who have built up their knowledge over years. Journalists tend to have a low-level of expertise in the domains they writing about. Their training is in writing and, well, journalism. In the course of writing a story, they cannot even come close to the level of expertise of a blogger writing about their area of specialization.</p>
<p>Journalists in theory have no agenda, and a commitment to objectivity, to report both sides of the story. Bloggers are likely to have an agenda, and have no commitment to objectivity. Online publications, seeing the influence of bloggers, are inviting them to write stories as guest contributors, further reinforcing their influence level. Bloggers are happy to oblige, since this increases their readership, AdSense revenue, and number of lucrative speaking engagements.</p>
<p>So how does this affect PR?</p>
<p>In the past, a public relations firm with little knowledge of a product or market could sling press releases or info packets to publications run by editors and journalists who a) had a low ability to detect vendorspeak (also known as BS); and b) wanted to cover all sides to the story, i.e., all leading vendors. Slinging worked, with a more or less predictable conversion rate.</p>
<p>Today, slinging doesn&#8217;t work. <a href="http://bit.ly/JaDad">Bloggers hate it</a>. I believe this is because bloggers are different than journalists, as described above. They require contact from someone who:</p>
<ul>
<li>Understands the domain reasonably well</li>
<li>Knows the blogger&#8217;s personalities, agenda, alliances, and the perspective the blogger is likely to have concerning the product/service being promoted</li>
<li>Can gracefully enter the conversation in a way that is respectful and provides value to the blogger in exchange for the their time.</li>
</ul>
<p>In short, PR is shifting from a slinging exercise that&#8217;s the domain of someone who&#8217;s worked with various publications, to one that&#8217;s best conducted by a knowledgable evangelist. Evangelists aren&#8217;t new. Nor are they some kind of rare, exotic role. They are simply knowledgeable outbound marketing folks, freed from the obligations of having to manage a product or meet a sales quota. They are able to travel extensively, without any obligations other than getting the word out to as many people as possible. Guy Kawasaki was one of the more prominent evangelists in the 80s. I&#8217;ve worked with numerous evangelists in the 90s and this decade. Traditionally, they&#8217;ve been the person you rolled out to the speaker circuit and to help clinch your largest deals. In addition to these activities, I see their role evolving to include meetings with top bloggers.</p>
<p>That&#8217;s the crux &#8212; social media requires an evolution of the role of evangelist. And perhaps as traditional pubs decline in number and importance relative to blogs, our industry needs to shift headcount from traditional PR slingers to social-media-savvy evangelists.</p>
<p>But that&#8217;s it. Evolution, not revolution.</p>
<p>So, what steps should an organization take to shift to PR 2.0?</p>
<p>Chief Marketing Officers (CMOs) and VPs of Marketing should ensure their PR staff have deep product, marketing, and domain knowledge. Either ramp up existing PR staff, or bring in new team members who have been successful evangelists, product marketing managers, sales engineers, or consultants.</p>
<p>PR staff should ramp up their product and domain expertise, fast. I believe that a proficient PR team that has done this should be able to produce Social Media Plan to complements their Traditional Media Plan. The SMP should contain a list of all influential bloggers, links to their online presence points, their &quot;influence index&quot; (using data from Technorati, Google, Compete, etc.), their agenda/point of view, their alliances, their actual or expected opinion of your product, and how to contact them. The Social Media Plan should provide a prioritized list of who to contact, and how to gracefully enter their world.</p>
<p>Product (Marketing) Managers with revenue responsibility can no longer safely assume that the PR department has things under control. They should become more involved, because often, they are one of a handful of people with the product and domain expertise required to succeed in the PR 2.0 world. Because PM&#8217;s and PMM&#8217;s have plenty to do already, they should lobby their CMOs to &quot;upskill&quot; the PR team.</p>
<p>In summary, PR 2.0 = evangelists &#8211; PR flacks + Social Media Plans.</p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/137/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/137/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/137/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=137&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=pkw1MyLW"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=8mXAKrhR"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=VcyWC6B5"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=VcyWC6B5" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2008/07/25/why-traditional-pr-is-dead-and-what-to-do-about-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2008/07/25/why-traditional-pr-is-dead-and-what-to-do-about-it/</feedburner:origLink></item>
		<item>
		<title>Yelp, Yahoo, and the importance of Paranoia</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/E0peS2r1WZw/</link>
		<comments>http://alsargent.wordpress.com/2008/07/16/yelp-yahoo-and-the-importance-of-paranoia/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 14:09:48 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Product Management]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[Andy+Grove]]></category>
		<category><![CDATA[Paranoia]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[Yelp]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2008/07/16/yelp-yahoo-and-the-importance-of-paranoia/</guid>
		<description><![CDATA[
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=138&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I love Yelp. So do a lot of people. It&#8217;s the quickest way I know of to find a good local business. </p>
<p>But I also find it kind of amazing that Yelp exists in the first place. After all, Yahoo Local has been around forever. They had a huge lead in this local directories business. They have hundreds of millions of users to write reviews. They should own the local search category just like Google owns web search.</p>
<p>Put it this way, if you were a VC in the early part of this decade, would you have funded Yelp? I wouldn&#8217;t have &#8212; which goes to show why I stick to enterprise markets that I can grasp.</p>
<p>So, what happened? How did Yelp thrive in the shadow of a web powerhouse? </p>
<p>I don&#8217;t work at either Yelp or Yahoo, nor do I follow the local search market, so I can&#8217;t know for sure. </p>
<p>What I do know, is that as a user of the two services, Yelp&#8217;s functionality just works better. It&#8217;s the combination of many little things. Number and quality of ratings is one key factor, but there are many others. Enumerating those is beyond the scope of this post. </p>
<p>That said, I think a key &quot;root cause&quot; of Yahoo&#8217;s slip-up is that they weren&#8217;t paranoid about losing the lead in local search. They updated their service, but not quickly enough to keep pace with Yelp. In my mind, this is a classic case of losing the &quot;paranoia&quot; that Andy Grove <a href="http://en.wikipedia.org/wiki/Andrew_Grove">wrote about</a> years ago. A great quote from &quot;Only the Paranoid Survive&quot; describes this dynamic:</p>
<blockquote><p><cite>&quot;Success breeds complacency. Complacency breeds failure. Only the paranoid survive.&quot;</cite></p>
</blockquote>
<p><cite></cite>What other successful giants are there that have grown complacent and are vulnerable to younger, hungrier competitors?<br /><cite></cite></p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/138/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/138/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/138/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=138&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=QpXN0ZiA"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=8W6g3Nna"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=Vbzd0n9O"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=Vbzd0n9O" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2008/07/16/yelp-yahoo-and-the-importance-of-paranoia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2008/07/16/yelp-yahoo-and-the-importance-of-paranoia/</feedburner:origLink></item>
		<item>
		<title>A moment of levity</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/IEuY_OfP84E/</link>
		<comments>http://alsargent.wordpress.com/2008/07/07/a-moment-of-levity/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 00:40:10 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[humor]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2008/07/07/a-moment-of-levity/</guid>
		<description><![CDATA[
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=139&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This one is just too funny not to share: <a href="http://veryfunnyads.com/ads/25621.html">http://veryfunnyads.com/ads/25621.html</a> </p>
<p>(Sent to me from one of my biking friends&#8230;)</p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/139/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/139/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/139/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=139&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=HHrPoOJm"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=J3O7vrDx"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=jfiCh3aw"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=jfiCh3aw" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2008/07/07/a-moment-of-levity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2008/07/07/a-moment-of-levity/</feedburner:origLink></item>
		<item>
		<title>A short OS X new feature wish list</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/8MJcqj1-0pU/</link>
		<comments>http://alsargent.wordpress.com/2008/06/23/a-short-os-x-new-feature-wish-list/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 09:42:07 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Consumer Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Evernote]]></category>
		<category><![CDATA[GoogleMaps]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2008/06/23/a-short-os-x-new-feature-wish-list/</guid>
		<description><![CDATA[
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=140&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>OS X has been great to work with. But like any piece of software, it can be improved. Here are seven features that would let me work more efficiently.</p>
<ul>
<li>Autocorrect typos in any text field, in any application. I use <a href="http://www.smileonmymac.com/TextExpander/index.html">TextExpander</a> to partially solve this problem. But it&#8217;s autocorrect algorithms don&#8217;t work as well as Microsoft Office, its dictionary is tiny (a few thousand words &#8212; sounds like a lot, but not nearly enough), and it has some frustrating bugs.</li>
<li>Resize windows from any edge or corner, not just the lower right. Especially frustrating since Microsoft Windows has had this ability since at least 1991. Would let me resize windows faster, probably by a factor of five.</li>
<li>Automatically consolidate duplicate dates. If there are two dates referring to the same event, combine their respective information. There&#8217;s an <a href="http://lifehacker.com/339064/de+duplicate-ical-events">AppleScript to delete iCal duplicates</a>, but since this isn&#8217;t the same as merging near-matches, it doesn&#8217;t fully solve the problem.</li>
<li>Automatically consolidate duplicate contacts. Address Book has functionality that partially solves this problem, but still misses out on many contacts.</li>
<li>Automatically augment contacts with directions to and from my home and office, and along with short URLs to corresponding Google Maps. I use Google Maps dozens of times a week, spending maybe half an hour a week at the site.</li>
<li>Automatically fix red eyes in photos. (But save the original picture, just in case the red-eye fix didn&#8217;t quite work out.) iPhoto can manually fix red eyes, but when you have thousands of pictures, this is very time-consuming.</li>
<li>Search for text within pictures. I use <a href="http://evernote.com/">Evernote</a> to do this for handwritten meeting notes that I&#8217;ve scanned in as jpegs. Their OCR works amazingly well, and Evernote is an incredibly useful way to keep track of what&#8217;s happened in meetings. But it&#8217;s awkward to fire up Evernote just to view a meeting note jpeg. I&#8217;d like to be able to do everything in the Finder and Preview.</li>
</ul>
<p>One can&nbsp; hope that Apple implements these sometime in the near future. And if they don&#8217;t, this provides an opening for Microsoft, Ubuntu, or some other OS.</p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/140/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/140/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/140/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=140&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=FAReLZe5"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=QyQ0nel8"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=pHqTPuEO"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=pHqTPuEO" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2008/06/23/a-short-os-x-new-feature-wish-list/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2008/06/23/a-short-os-x-new-feature-wish-list/</feedburner:origLink></item>
		<item>
		<title>Hate Office 2007? Try Search Commands.</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/5bz7X2Pcg8w/</link>
		<comments>http://alsargent.wordpress.com/2008/06/19/hate-office-2007-try-search-commands/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 10:33:17 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Consumer Technology]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[JakobNielsen]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[Word]]></category>
		<category><![CDATA[YubNub]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2008/06/19/hate-office-2007-try-search-commands/</guid>
		<description><![CDATA[
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=141&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If Office 2007 has been as frustrating for me as it has been <a href="http://alsargent.typepad.com/blog/2008/02/how-to-lose-fri.html">for me</a>, check out a new feature from Microsoft Office Labs called <a href="http://www.officelabs.com/projects/searchcommands/Pages/default.aspx">Search Commands</a>.</p>
<p>The problem that Search Commands solved for me is this: even after using Office 2007 for a few months, I still can&#8217;t easily find what I&#8217;m looking for, and still get frustrated having to look at many toolbar icons that I&#8217;ll never use. The way I solve this problem today is by either digging through the Ribbon and cursing, or using Google. Surprisingly, the latter method is often faster.</p>
<p>Search Commands solves that problem, by letting you &quot;google&quot; your Office 2007 commands, and find the right one. It might seem kind of odd to search for commands rather than use a menu, but consider that Word, Excel, and PowerPoint each have at least several hundred commands. It&#8217;s a lot faster to type a few keys than it is to browse and scan through a dozen drop-down menus.</p>
<p>If you like <a href="http://docs.blacktree.com/quicksilver/what_is_quicksilver">QuickSilver</a>, <a href="http://www.mozilla.org/products/firefox/smart-keywords.html">Firefox search keywords</a>, <a href="http://yubnub.org/">YubNub</a>, the Unix command line, or other keyboard-oriented ways of working, you&#8217;ll probably find Search Commands a welcome addition. It&#8217;s not perfect, but it&#8217;s a big step forward.</p>
<p>One last thing: Search Commands is still considered by Microsoft to be an experimental feature, meaning that it might not be rolled into the Office 2007 code base. This is surprising given the positive feedback this feature has received, and <a href="http://www.useit.com/alertbox/9707b.html">we&#8217;ve known for over a decade that the majority of users like to search, not browse</a>. So, if you like Search Commands, express your support <a href="http://www.officelabs.com/projects/searchcommands/Lists/Discussions/Flat.aspx?RootFolder=%2fprojects%2fsearchcommands%2fLists%2fDiscussions%2fSearch%20Commands%20Feedback&amp;FolderCTID=0x012002001422032B12708F4B8609E18AEBA94A6C&amp;TopicsView=http%3A%2F%2Fwww.officelabs.com%2Fprojects%2Fsearchcommands%2FPages%2Fdefault.aspx">here</a>.</p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/141/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/141/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=141&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=Tj3GAq5O"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=f2Zu1VKy"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=XzGLaqTK"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=XzGLaqTK" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2008/06/19/hate-office-2007-try-search-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2008/06/19/hate-office-2007-try-search-commands/</feedburner:origLink></item>
		<item>
		<title>Is Apple’s MobileMe the wrong move?</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/ru8i3pVtL_k/</link>
		<comments>http://alsargent.wordpress.com/2008/06/09/is-apples-mobileme-the-wrong-move/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 22:39:29 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Consumer Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[MobileMe]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2008/06/09/is-apples-mobileme-the-wrong-move/</guid>
		<description><![CDATA[
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=142&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div class="content">
<p>I wonder why Apple invested in building <a href="http://www.apple.com/mobileme/">MobileMe</a>, when Google has such strong momentum in the online<br />
app space, with Gmail, GCal, GReader, GDocs, etc. And Yahoo and Microsoft are the market leaders in online apps, with hundreds of millions of users of Yahoo Mail and Hotmail.</p>
<p>Consider what MobileMe is up against. One on hand, Google&#8217;s apps are more mature than their equivalents at MobileMe, and they&#8217;re<br />
free. One the other, Yahoo and Microsoft enjoy loyal customers who haven&#8217;t switched to Google, despite that company&#8217;s innovation in online apps.</p>
<p>Think about it: if you&#8217;re a loyal Gmail user, how much better would MobileMe need to be to get you to switch? It&#8217;d have to be a lot better. Is Apple going to be able to out-innovate Google in online apps? Especially since online apps is Google&#8217;s core business, and only a side business for Apple. </p>
<p>It seems to me that it would have been a better use of Apple&#8217;s<br />
development resources to build stronger two-way integration between their own native apps on the iPhone and Mac, and leading online apps from Google, Yahoo, Microsoft, Facebook, and others. (True, some<br />
integration already exists, but there are many, many missing pieces.)</p>
<p>If Apple did this, it would give users the best of both worlds. Users could easily publish, share, and backup their documents, photos, and other digital assets to the cloud. They could also download for safekeeping their online data, and online identity, that they&#8217;ve spent so much time creating.</p></div><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/142/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/142/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=142&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=kMIReuKx"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=h2Icu1EC"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=sd6MEooe"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=sd6MEooe" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2008/06/09/is-apples-mobileme-the-wrong-move/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2008/06/09/is-apples-mobileme-the-wrong-move/</feedburner:origLink></item>
		<item>
		<title>What to look for when buying a used Vanguard 15</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/_GPZQM9Q78w/</link>
		<comments>http://alsargent.wordpress.com/2008/05/30/what-to-look-for-when-buying-a-used-vanguard-15/#comments</comments>
		<pubDate>Fri, 30 May 2008 22:55:33 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Sailing]]></category>
		<category><![CDATA[boat]]></category>
		<category><![CDATA[dinghy]]></category>
		<category><![CDATA[sailboat]]></category>
		<category><![CDATA[vanguard]]></category>
		<category><![CDATA[vanguard15]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2008/05/30/what-to-look-for-when-buying-a-used-vanguard-15/</guid>
		<description><![CDATA[Most of my posts are related to the business of software, the web, and IT in general. However, I came across some useful information related to one of my main pastimes, competitive sailing, and thought I&#8217;d post it so others can benefit.
I&#8217;m in the market to buy a used Vanguard 15, a popular 15 foot [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=143&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Most of my posts are related to the business of software, the web, and IT in general. However, I came across some useful information related to one of my main pastimes, competitive sailing, and thought I&#8217;d post it so others can benefit.</p>
<p>I&#8217;m in the market to buy a used <a href="http://www.v15.org/">Vanguard 15</a>, a popular 15 foot sailboat raced here in San Francisco. Here&#8217;s the list of some of the less-obvious things to look for when buying a used V15. Some of these come from<a href="http://www.a3.org/usst/USST_bios/adamson_bio.html"> Nick Adamson</a>, a past V15 national champ who was instrumental in getting the local fleet going here a decade ago, and <a href="http://hem.passagen.se/waterat/an_interview_with_morgan_larson.htm">Morgan Larson</a>, a 505 world champ who&#8217;s done a bit of sailing in the Vanguards.</p>
<p>This isn&#8217;t a complete list of things to look for &#8212; that would be a long, boring post. Rather, these are some of the really big items to look for to quickly size up a boat.</p>
<ol>
<li>Mainsheet block attachment becket &#8211; they eventually get loose and have to be reinforced (repairable but you should negotiate on the price).</li>
<li>Spider cracking in on hull &#8211; usually means the hull has a weak spot in the spider cracked area (stay away if you see this).</li>
<li>Excessive wear in the centerboard trunk &#8211; primary source of leaks (repairable but you should negotiate on the price).</li>
<li>Make sure mast is straight &#8211; they sometimes get bent when inexperienced folks stick the mast in mud. (Means the mast needs to be replaced.)</li>
<li>Bow dings. These are often repairable, but indicate the boat&#8217;s probably had a hard life.</li>
<li>Delaminated rails. These are usually repairable if they are caught early. But make sure the rail hasn&#8217;t turned mushy.</li>
<li>Misaligned/misshaped centerboard trunk. This is not repairable. If you want to be competitive, this could be a show stopper.</li>
<li>Corrosion in the rigging. Not a showstopper, but means that you should consider replacing the shrouds, else your mast could come down.</li>
</ol>
<p>On the other hand, Nick said it wasn&#8217;t necessary to weigh a V15 hull, since he&#8217;s never her of major weight differences. This is in contrast to Laser hulls 20 years ago &#8212; yes, I&#8217;m dating myself &#8212; which could range in weight from 130 to 145 pounds.</p>
<p>Aside from these visual checks, it&#8217;s important to test sail a boat on a windy day and see how it holds up, and check out whether it leaks.</p>
<p>There are some things that are fairly easily addressed, and should not be major sticking points when looking to buy a used boat:</p>
<ol>
<li>Minor rail dings.</li>
<li>Mast step depressions. Seems like V15&#8217;s get these after just a bit of sailing.</li>
<li>Wear on the boom, where it meets the shrouds.</li>
<li>Cracked plastic handrails. A number of sailors are simply taking the plastic handrails off.</li>
<li>Worn out shock cord and lines.</li>
</ol>
<p>What do you think? What other kinds of things should one look at when buying a Vanguard 15?</p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/143/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/143/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/143/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=143&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=6IHfdGf3"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=YdF31yPE"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=kZrkUYpX"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=kZrkUYpX" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2008/05/30/what-to-look-for-when-buying-a-used-vanguard-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2008/05/30/what-to-look-for-when-buying-a-used-vanguard-15/</feedburner:origLink></item>
		<item>
		<title>How to create your own neighborhood newspaper</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/2Gjs-yaCxh8/</link>
		<comments>http://alsargent.wordpress.com/2008/05/11/how-to-create-your-own-neighborhood-newspaper/#comments</comments>
		<pubDate>Sun, 11 May 2008 02:27:14 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Consumer Technology]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[newspapers]]></category>
		<category><![CDATA[pipes]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2008/05/11/how-to-create-your-own-neighborhood-newspaper/</guid>
		<description><![CDATA[
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=144&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve always wanted a neighborhood newspaper &#8212; something that covers what&#8217;s going on in my local neighborhood, and filters out what&#8217;s going on in San Francisco at large. </p>
<p>Our neighborhood does have a local paper &#8212; the <a href="http://www.sunsetbeacon.com/">Richmond Review</a> &#8212; but it comes out only once a month and is pretty sparse in content. There are local news sites like Everyblock, and Outside.in, but these seem to miss a lot of local stories as well.</p>
<p>So, I used Yahoo Pipes to aggregate RSS from a number of sites &#8212; Everyblock, Outside.in, Google News and Blogsearch, WordPress, Flickr (for local photos), Craigslist (for events), and Yahoo Groups. (Unfortunately YouTube doesn&#8217;t have a way to display search results in RSS, and Upcoming searches can&#8217;t be fixed on a particular neighborhood. When these change, I&#8217;ll add them.) </p>
<p>Pipes is smart enough to let me filter out news from Richmond, VA, as well as the town of Richmond in the East Bay, as well as to filter out duplicates.</p>
<p>The result is <a href="http://pipes.yahoo.com/pipes/pipe.info?_id=fqXg_SEf3RGGD4Erjtzu1g">here</a>. While it&#8217;s not perfect, it&#8217;s more complete than anything offered by Everblock, Outside.in, or even the San Francisco Chronicle. </p>
<p>Which makes me wonder: what if someone did this for every neighborhood and town in the US, or even the world. You could use Craigslist as a starting point for your taxonomy of communities. Doing this manually would be painstaking, but it seems like it would not be rocket science to automate this. </p>
<p>This concept could by refined by grouping entries by date, so that you have a &quot;daily edition&quot; for your neighborhood rag. Then add a Digg-like way for people to promote/demote certain entries so they appear higher/lower, and to flag entries as inappropriate &#8212; wrong location, NSFW, etc. </p>
<p>Hyper-local news should be achievable given the information we have available today. Food for thought&#8230;</p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/144/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/144/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/144/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=144&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=dwRCRUHF"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=hjPxyjHn"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=1VAcasvL"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=1VAcasvL" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2008/05/11/how-to-create-your-own-neighborhood-newspaper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2008/05/11/how-to-create-your-own-neighborhood-newspaper/</feedburner:origLink></item>
		<item>
		<title>What early adopters really do at their computers</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/L59W91Yv7Bw/</link>
		<comments>http://alsargent.wordpress.com/2008/05/09/what-early-adopters-really-do-at-their-computers/#comments</comments>
		<pubDate>Fri, 09 May 2008 00:19:56 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Consumer Technology]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[investing]]></category>
		<category><![CDATA[market research]]></category>
		<category><![CDATA[meebo]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[revenue]]></category>
		<category><![CDATA[valuations]]></category>
		<category><![CDATA[xobni]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2008/05/09/what-early-adopters-really-do-at-their-computers/</guid>
		<description><![CDATA[
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=145&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>TechCrunch has a great <a href="http://www.techcrunch.com/2008/05/08/early-adopters-still-spend-more-time-with-microsoft-than-with-google-facebook-or-skype-but-for-how-long/">post</a> on how early adopters spend their time on their computers. What&#8217;s fascinating about this is the time usage stats are based on actual behavioral data, so it&#8217;s very accurate, relatively speaking.</p>
<p>No doubt people are drawing all kinds of conclusions from this. I thought I&#8217;d share mine, which revolve around how this data affects market share, revenue, and valuations:</p>
<ul>
<li>Gmail is used 3x more than Google.com. Not surprising when one considers their own workday activities. But, assuming clickthroughs are more or less equal for both (valid assumption?) &#8212; that means Gmail generates the bulk of Google&#8217;s Adwords revenue. Pretty amazing considering that Gmail originally came out of a developers &quot;20% time&quot; project. This supports the notion that sometimes the best projects come out of skunkworks.</li>
<li>Facebook is accessed 50% more than Google.com. Maybe that $15 Bn valuation is justified after all!</li>
<li>Outlook is, unsurprisingly, the most used app. Now, think about Xobni. If you got it installed, whenever you use Outlook, you&#8217;re using Xobni. That means Xobni could soon become one of the most widely used apps around. That presents some interesting monetization opportunities when you have that many user attention minutes. It will be interesting to see what the future holds for those guys.</li>
<li>It&#8217;s surprising that Yahoo Messenger has such low usage. Last time I&#8217;d looked, a few years ago, Yahoo had many instant messenging users. One more thing for Jerry Yang to worry about. I&#8217;m also surprised that Meebo is at the bottom of the list.</li>
<li>OpenOffice and Google Apps have very low usage. For instance, Google Docs has 3% the usage of Word. If even the early adopters aren&#8217;t using them, I guess it will be some time before they start to challenge Microsoft in terms of market share. And it will be some time before Microsoft profitability, largely driven by the Office suite, starts to suffer and drag down Microsoft&#8217;s valuation.</li>
</ul>
<p>A note on accuracy: I&#8217;m sure some will quibble about the accuracy of the numbers given that<br />
the sample was self-selected, But market research is an inexact science.<br />
Not to go all Rumsfeld, but you need to use the data you have, not the<br />
data you wish you had. This, as far as I know, is the best data we have on what people actually do on their computers. (If you know of a better data source, please let me know.)</p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/145/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/145/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/145/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=145&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=HDk4cjPJ"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=dEraS3XA"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=zzx6Doum"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=zzx6Doum" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2008/05/09/what-early-adopters-really-do-at-their-computers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2008/05/09/what-early-adopters-really-do-at-their-computers/</feedburner:origLink></item>
		<item>
		<title>Review of Evernote for Mac</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/p5O9he_EXQw/</link>
		<comments>http://alsargent.wordpress.com/2008/05/08/review-of-evernote-for-mac/#comments</comments>
		<pubDate>Thu, 08 May 2008 11:26:41 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Consumer Technology]]></category>
		<category><![CDATA[Evernote]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[meeting notes]]></category>
		<category><![CDATA[meetings]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2008/05/08/review-of-evernote-for-mac/</guid>
		<description><![CDATA[
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=146&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I recently learned about Evernote for the Mac on the Lifehacker blog, and that I&#8217;d give it a try. Here&#8217;s my review of what I learned.</p>
<p>First, here&#8217;s why I thought of Evernote in the first place.</p>
<p>My main reason for trying Evernote is to archive meeting notes that I&#8217;ve written by hand onto a notepad. While I prefer to take notes directly into my laptop, this isn&#8217;t always possible &#8212; sometimes I don&#8217;t have my laptop, sometimes my laptop is tied up displaying a PowerPoint presentation, sometimes I can&#8217;t type in my laptop without the keyobard clicks annoying others on the conference call.</p>
<p>I&#8217;ve tried special pens that have a camera built in and require special paper. The problem is that this pens ar huge and basically make you look like a dork. Not the best thing when you&#8217;re trying to establish credibility during a customer presentation.</p>
<p>Given the challenges above, I&#8217;ve stuck with good old pen and paper. The problem is that retrieving information in notes from more than a couple of days in the past is a time-consuming, page turning exercise.</p>
<p>Evernote is a nice complement to pen and paper, handwritten notes. It archives them on both my laptop and the web, and most impressively, makes most of the actual handwritten text searchable. This is really amazing. My handwriting is not that great, yet Evernote indexes it, and makes it instantly searchable, a la Spotlight or Gmail.</p>
<p>So, Evernote is off to a good start, especially considering that they&#8217;re only on version one of their Mac client.</p>
<p>Here are some additional things I&#8217;d love to see in the product in future versions:</p>
<p>1. For the web version, support Firefox keyword searching. This way, I could type in the following into my FF address bar: &quot;evernote &lt;text to find&gt;&quot;, and the Evernote Web site would return search results.</p>
<p>2. Better integration with HP scanners. (Mine is an OfficeJet 5780.) I&#8217;d love to be able to scan directly from the scanner to the Evernote OS X client. Should be technically feasible, since the HP scanner can today scan to Preview, iPhoto, Finder, etc.</p>
<p>3. Reduce the size of JPEGs of notebook pages that I&#8217;ve scanned in. The HP scanner by default makes them around 2.5 MB for an 8.5 x 11 page. This is overkill. Would be ideal if Evernote automatically crunched these down to a JPEG that&#8217;s around 300 MB. That provides enough information to be readable on a screen.</p>
<p>4. Let me use Evernote to quickly concatenate multiple scanned in images into a single image. This way I don&#8217;t need to have a bunch of separate JPEG files in Evernote, as in &quot;Acme Corp meeting notes 1&quot;, &quot;Acme Corp meeting notes 2&quot;, etc.</p>
<p>5. It would ideal if Evernote let me take pictures from the iSight camera built into the monitor. This means I would not have to open up Photo Booth, and would be a time saver.</p>
<p>6. Better still if Evernote provided a hook into QuickSilver, which let me take pictures from the iSight camera just using a keyboard command. Perhaps this could be implemented via a special utility app (or droplet) that Evernote provided, sort of a &quot;gui-less&quot; app that quickly starts up, takes a picture, and puts it into the Evernote database.</p>
<p>7. Spotlight integration. Right now, items in Evernote don&#8217;t seem to appear in Spotlight.</p>
<p>So, if you can live with the above shortcomings, Evernote is definitely worth a look.</p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/146/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/146/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/146/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=146&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=X1JBV4Yl"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=ZjB4yqgN"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=cXJKTi9n"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=cXJKTi9n" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2008/05/08/review-of-evernote-for-mac/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2008/05/08/review-of-evernote-for-mac/</feedburner:origLink></item>
		<item>
		<title>Useful Mac OS 10.5 Leopard Tips</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/AdiGXVbbwgw/</link>
		<comments>http://alsargent.wordpress.com/2008/03/14/useful-mac-os-105-leopard-tips/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 22:22:50 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Consumer Technology]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2008/03/14/useful-mac-os-105-leopard-tips/</guid>
		<description><![CDATA[
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=147&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve been playing with 10.5 Leopard. Here are some tips that I&#8217;ve found useful, along with links to where they&#8217;re posted. Hope you find these useful!</p>
<p>Normally the arrows next to artists and albums in your iTunes library<br />
search the iTunes store when you click them. This Terminal command changes them<br />
so that clicking will search your iTunes library instead. Put NO at the<br />
end to reverse. </p>
<blockquote><p>defaults write com.apple.iTunes invertStoreLinks -bool YES</p>
</blockquote>
<p><a href="http://www.macosxtips.co.uk/index_files/terminal-commands-for-hidden-mac-os-x-settings.html">http://www.macosxtips.co.uk/index_files/terminal-commands-for-hidden-mac-os-x-settings.html</a></p>
<p>To show the full path in the Finder, enter this into Terminal:</p>
<blockquote><p>defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES</p>
</blockquote>
<p><a href="http://macbook.tumblr.com/post/28805638">http://macbook.tumblr.com/post/28805638</a></p>
<p>This command creates a Recent Applications stack in your Dock, that you can change to display other recent items. To remove it, use the command defaults delete com.apple.dock persistent-others but be warned, this will remove all your stacks. </p>
<blockquote><p>defaults write com.apple.dock persistent-others -array-add &#8216;{ &quot;tile-data&quot; = { &quot;list-type&quot; = 1; }; &quot;tile-type&quot; = &quot;recents-tile&quot;; }&#8217;<br />killall Dock</p>
</blockquote>
<p><a href="http://www.macosxtips.co.uk/index_files/terminal-commands-for-hidden-settings-in-leopard.html">http://www.macosxtips.co.uk/index_files/terminal-commands-for-hidden-settings-in-leopard.html</a></p>
<p>Get rid of Leopard&#8217;s default glassy reflection:</p>
<blockquote><p>defaults write com.apple.dock no-glass -boolean YES<br />killall Dock</p>
</blockquote>
<p>Removing the dotMac Menu<br />dotMac Menu is easy to remove &#8211; hold down the Apple (Command) key and drag the dotMac Menu&#8217;s icon off of your menu bar and it will disappear in a poof. To fully remove dotMac Menu from your system locate where you installed it via the installer and move it to the Trash. <br /><a href="http://www.infinitenexus.com/support/dmm/remove.html">http://www.infinitenexus.com/support/dmm/remove.html</a></p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/147/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/147/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=147&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=eJI74yra"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=XhClIzx6"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=93Bbzbqh"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=93Bbzbqh" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2008/03/14/useful-mac-os-105-leopard-tips/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2008/03/14/useful-mac-os-105-leopard-tips/</feedburner:origLink></item>
		<item>
		<title>MacBook Pro – six months later…</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/xscTO3Nb2J0/</link>
		<comments>http://alsargent.wordpress.com/2008/02/27/macbook-pro-six-months-later/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 22:20:29 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Consumer Technology]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2008/02/27/macbook-pro-six-months-later/</guid>
		<description><![CDATA[
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=148&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Six months after buying a MacBook Pro, and switching from a Wintel notebook, everything is working pretty well. The biggest single challenge, however, is <a href="http://discussions.apple.com/thread.jspa?messageID=6709142">this.</a></p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/148/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/148/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/148/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=148&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=1l1XT5Oy"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=ZhTQpGsm"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=4FsgtRVC"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=4FsgtRVC" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2008/02/27/macbook-pro-six-months-later/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2008/02/27/macbook-pro-six-months-later/</feedburner:origLink></item>
		<item>
		<title>How to lose friends and upset customers</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/pU7ksnIs27o/</link>
		<comments>http://alsargent.wordpress.com/2008/02/21/how-to-lose-friends-and-upset-customers/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 11:31:37 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Consumer Technology]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[rants]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2008/02/21/how-to-lose-friends-and-upset-customers/</guid>
		<description><![CDATA[
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=149&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Office 2007 has not been the easiest transition for me. Don&#8217;t get me wrong &#8212; I love learning new software products and services. I&#8217;ve used Office nearly every work day since the early 90s, too, so I&#8217;m familiar with a lot of its functionality.</p>
<p>The biggest issue is that I&#8217;m seeing a *decrease* in my productivity versus Office 2003, and by far the biggest single contributor to this is Office 2007&#8217;s &quot;Ribbon&quot;.</p>
<p>It&#8217;s not the changes that Microsoft made to the layout of the commands. Change is a form of experimentation, which is a great way to learn what works best. I&#8217;m happy to invest the time to learn new functionality if it will save me time later on.</p>
<p>The problem is the fact that I can&#8217;t customize the ribbon. Because of this, commands that I always use are buried and require multiple mouse clicks to get to. Conversely, commands I never use first-class citizens with single button access.</p>
<p>Now, one of Microsoft&#8217;s goals for the ribbon as a way to expose to users the vast range of functionality within Office, so they could more fully utilize the suite, and be more productive. This is a laudable goal.</p>
<p>So, I have no problem with the ribbon per se. (In fact, I find the Style section of the Word 2007 ribbon to be very helpful.) What I have a problem with is that Microsoft made the ribbon not customizable, and there are dozens of commands on the ribbon that I will never use.</p>
<p>For example: I&#8217;m never going to use the Word Art, Research, and Translate buttons. Word Art is unprofessional, Wikipedia and Google are way better research tools, and for at least the next ten years, I&#8217;ll use a human for translation of important documents. I don&#8217;t need translation tooltips to display Saudi Arabian Arabic. </p>
<p>I could go on and on, but the point is: why can&#8217;t I hide these commands, and show commands for Insert Table Column, Remove Column, Insert Row, and Remove Row, which I use dozens of times daily?</p>
<p>I could do exactly this kind of customization in Office 2003, and it made me much more productive by saving me literally thousands of mouse clicks per month.</p>
<p>But it gets worse&#8230;</p>
<p>In an effort to learn more about how to work around these Ribbon issues, I viewed an article on Microsoft&#8217;s website, &quot;How I learned to stop worrying and love the ribbon&quot;. (<a href="http://office.microsoft.com/en-us/help/HA102553291033.aspx" rel="nofollow">http://office.microsoft.com/en-us/help/HA102553291033.aspx</a>)</p>
<p>The tone of the article is amazingly arrogant. Here are some quotes:</p>
<blockquote><p>This Ribbon replaced the menus and toolbars — yes, the self-same menus and toolbars that you constantly griped about and yet were suddenly so attached to. You cannot imagine how much whiny feedback I received about the change</p>
</blockquote>
<p>(Actually, as someone who remembers the rollout of the toolbars in the early 90s, I can attest that there was no griping about toolbars when they were introduced.)</p>
<blockquote><p>Expand your mind, dude</p>
</blockquote>
<p>(This from one of the most respected companies in America, if not one of the most loved.)</p>
<blockquote><p>&#8230;you certainly cannot switch to toolbars and menus from a previous version of Office (as if).</p>
</blockquote>
<p>(Actually, past versions of Microsoft products have carried over older user interfaces. Windows 95 included the Windows 3.1 File Manager, which was a smart insurance policy in case users hated the (then new) Windows Explorer. Windows XP allowed users to display the Start menu a la Windows 2000, another, similar smart insurance policy.)</p>
<blockquote><p>It&#8217;s just that there are so many of you unique snowflakes out there that we can&#8217;t possibly anticipate what everyone is going to need all the time.</p>
</blockquote>
<p>(Um, isn&#8217;t this precisely why one should allow the Ribbon to be customizable?)</p>
<p>Now, granted, the article is intended to be funny. But, to me anyway, it doesn&#8217;t come off as entertaining, and instead sounds condescending and arrogant. You have to wonder how this piece of writing was allowed to be posted on Microsoft&#8217;s website.</p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/149/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/149/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/149/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=149&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=9W2cmy0f"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=fV09lYt7"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=hNPsNfI2"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=hNPsNfI2" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2008/02/21/how-to-lose-friends-and-upset-customers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2008/02/21/how-to-lose-friends-and-upset-customers/</feedburner:origLink></item>
		<item>
		<title>Preparing for the inevitable</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/lIf5IzfDjHY/</link>
		<comments>http://alsargent.wordpress.com/2007/08/06/preparing-for-the-inevitable/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 15:58:35 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Enterprise Technology]]></category>
		<category><![CDATA[continuity]]></category>
		<category><![CDATA[disaster]]></category>
		<category><![CDATA[freemium]]></category>
		<category><![CDATA[jaiku]]></category>
		<category><![CDATA[saas]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[web app]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2007/08/06/preparing-for-the-inevitable/</guid>
		<description><![CDATA[
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=150&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you deliver an application over the web, downtime is inevitable. Much as we try to prevent downtime &#8212; through redundancy, bug fixing, monitoring &#8212; it still happens. The recent &#8212; okay, a couple of weeks ago, this isn&#8217;t a real-time blog &#8212; <a href="http://www.google.com/search?q=365+main+down">fiasco</a> at <a href="http://www.365main.com/">365 Main</a> shows that even the &quot;world&#8217;s finest datacenter&quot; can still have its problems.</p>
<p>It&#8217;s been interesting to see how companies with web apps are <a href="http://www.google.com/search?q=365+main+twitter">using Twitter</a> (and Jaiku, etc.) to provide status reports when their sites crash.</p>
<p>And talking about disasters in the physical world, people are starting to hear about them first on Twitter, etc. Here&#8217;s a <a href="http://www.pcworld.com/article/id,135518-c,webservices/article.html">story</a> about how the Los Angeles Fire Department uses Twitter. Here&#8217;s <a href="http://www.twincities.com/allheadlines/ci_6521259?nclick_check=1">one</a> about the Minneapolis bridge collapse and Twitter.</p>
<p>People can debate Twitter&#8217;s usefulness for everyday events. But no one can deny that Twitter&#8217;s becoming <em>the </em><em>killer app for disaster management</em>.</p>
<p>Which brings me to my main point: how long will it take companies that drive revenue through web apps to setup alternate communications channels using Twitter and other microblogging services?</p>
<p>For example: suppose customers can&#8217;t place an order via your website. The sooner you can tell customers that you&#8217;re aware of the problem and trying to get back online better. The sooner you can post an estimate of when you&#8217;ll be back online, the better. The sooner you can inform that you are back online, the better.</p>
<p>I&#8217;m no expert on disaster management, but it seems like one of the things that separates good disaster handling from bad is the quantity and timeliness of communications. </p>
<p>It seems natural that companies will eventually post their Twitter URL on their &quot;Contact Us&quot; page. And perhaps a Jaiku URL, too, in case Twitter goes down! This seems to be one of those standard requirements that product managers should prescribe for any Internet web app.</p>
<p>If companies adopt Twitter for disaster management, this essentially makes it a mission-critical application. Could Twitter charge companies for this service? Perhaps. Every company wants to look as competent as possible during a service outage &#8212; fumbling a disaster could cost a CEO or CIO their job &#8212; and Twitter would help here.</p>
<p>It will be interesting to see whether Twitter starts to offer something to address this market need.</p>
<p>Note I&#8217;m talking about the possibility of Twitter charging companies, not individual users. I can&#8217;t see any reason for Twitter to charge individual users. What I&#8217;m talking about is Twitter possibly going with a <a href="http://en.wikipedia.org/wiki/Freemium">freemium</a> pricing model.</p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/150/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/150/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/150/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=150&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=M2cj248a"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=lNMaReaq"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=2Pk2Y4bd"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=2Pk2Y4bd" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2007/08/06/preparing-for-the-inevitable/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2007/08/06/preparing-for-the-inevitable/</feedburner:origLink></item>
		<item>
		<title>A better way to gauge software release readiness</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/oLU1n4XU_rw/</link>
		<comments>http://alsargent.wordpress.com/2007/07/25/a-better-way-to-gauge-software-release-readiness/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 12:17:15 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Enterprise Technology]]></category>
		<category><![CDATA[roadmap]]></category>
		<category><![CDATA[market research]]></category>
		<category><![CDATA[online survey]]></category>
		<category><![CDATA[Product Management]]></category>
		<category><![CDATA[software release criteria]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2007/07/25/a-better-way-to-gauge-software-release-readiness/</guid>
		<description><![CDATA[
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=151&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Online surveys are, in theory, a great way to gauge software release readiness. One would think it would be easy to send a survey link to all of one&#8217;s beta customers, asking them to rate the overall stability and individual new features in a release.</p>
<p>Unfortunately, it&#8217;s not so easy. </p>
<p>Not because online surveys are hard to create or expensive. Sites like <a href="http://surveymonkey.com/">Surveymonkey</a> make it easy to create online surveys for a very reasonable fee.</p>
<p><strong>The problem is getting users to actually fill out the surveys.</strong></p>
<p>My own experience is that only about five percent of beta users fill out online surveys. </p>
<p>Why does this matter? Practically speaking, statistical significance kicks in around 27 responses. (That&#8217;s the rule of thumb taught in market research classes. Feel free to <a href="http://www.google.com/search?q=statistical+significance">dig into the math</a> if you want.) Dividing 27 by 5 percent means <strong>you need 540 beta users if you&#8217;re going to get a reasonable amount of certainty around release readiness.</strong> </p>
<p>Getting a few hundred beta users is not easy, given the fact that beta timeframes are often crunched down to the bare minimum time, caught between engineering&#8217;s inevitable release slips and sale&#8217;s understandable desire to start selling the new product as soon as possible. (I&#8217;m not complaining about engineering here &#8212; software development is a hard activity to do, and even harder one to forecast.)</p>
<p>Even if you have 500 or more beta users, it make take a couple of weeks to get to 27 responses. 15 might come the first week, 10 the next, and so on.</p>
<p>This slow accumulation of responses makes life hard for a software product manager. Every day that goes by is lost revenue, but you don&#8217;t want to pull the trigger and go GA without having met your release criteria.</p>
<p>How does a product manager address this? </p>
<p>The easiest way is to improve survey response rates. If you can get response rates to 10%, you only 270 beta users to get 27 responses. If you can get response rates to 30%, you only need 90 beta users.</p>
<p>One way to do this is with a contest &#8212; for instance, raffle the hot gadget of the day (iPod, iPhone), or give away a free license of your product.</p>
<p>Another, cheaper way is to use &quot;inline surveys&quot; that appear&nbsp; right on your company&#8217;s home page or blog or some other highly-visited web page.</p>
<p>If beta users see a blog entry with a short, five question survey, they&#8217;re fairly likely to complete that survey because they know it won&#8217;t take up much of their day. If they see a Surveymonkey link, they have no idea how many questions are involved, and they bail.</p>
<p>This is why I&#8217;m excited about a new inline survey from a company called <a href="http://www.vizu.com">Vizu</a>. They let you embed a polling widget into a web page with a bit of JavaScript. Their widget is technically the same as other kinds of web widgets that people put on their blogs and Facebook pages, and fairly easy to setup. Pricing starts at free.</p>
<p>[Disclosure: I'm friends with <a href="http://answers.vizu.com/about.htm">Dan Beltramo</a>, Vizu's founder.]</p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/151/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/151/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/151/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=151&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=z4tOfpgb"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=7tOgABIJ"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=5kECaJx9"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=5kECaJx9" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2007/07/25/a-better-way-to-gauge-software-release-readiness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2007/07/25/a-better-way-to-gauge-software-release-readiness/</feedburner:origLink></item>
		<item>
		<title>Digg-style product feature voting</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/GMHkwUnxZIs/</link>
		<comments>http://alsargent.wordpress.com/2007/07/25/digg-style-product-feature-voting/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 11:30:51 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Enterprise Technology]]></category>
		<category><![CDATA[roadmap]]></category>
		<category><![CDATA[feature prioritization]]></category>
		<category><![CDATA[feature request]]></category>
		<category><![CDATA[product manager]]></category>
		<category><![CDATA[Product roadmap]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2007/07/25/digg-style-product-feature-voting/</guid>
		<description><![CDATA[
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=152&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>One of the toughest problems every software product manager faces is how to prioritize all the feature requests submitted by customers, salespeople, executives, and other stakeholders. </p>
<p>It&#8217;s a hard one to address. A software product can easily have hundreds, if not thousands, of feature requests. Companies often use bug tracking software, or support incident software, to track feature requests. Unfortunately, these don&#8217;t provide any way to &quot;connect&quot; requests. That is, to state that request A is the same as request B, and start tracking which requests are the most popular. </p>
<p>There are requirements management applications from <a href="http://www.featureplan.com/">FeaturePlan</a> and <a href="http://www.acceptsoftware.com/">Accept</a> that let you connect feature requests. However, a product manager (PM) still has to manually make these connections. </p>
<p>A dirty secret in the product management world is that product managers (PM&#8217;s) rarely, if ever, comb through these feature request repositories when formulating a product roadmap. It simply takes too much time and there are too many other demands on one&#8217;s time.</p>
<p>The upshot is that when a new release comes out, it&#8217;s very easy for people to second-guess the product manager. Sales will ask, &quot;why is feature X not in the release?&quot; A big customer will ask, &quot;why is my requested feature not implemented?&quot;&nbsp; Executives will ask, &quot;is the PM really on top of customer needs?&quot;</p>
<p>These kinds of questions, especially from executives, can hurt a product manager at review time. This is unfortunate, since PM&#8217;s typically do everything they can to provide a fair product roadmap. </p>
<p>This is why I&#8217;m very excited to learn about a new software application that lets stakeholders vote on product features. This is similar to how <a href="http://digg.com/">Digg</a> lets users vote on stories, and how Dell <a href="http://www.ideastorm.com/">Ideastorm</a> lets users vote on feature ideas.</p>
<p>The application is called <a href="http://www.pligg.com/">Pligg</a>. It&#8217;s available for free download, and is hosted by several companies. </p>
<p>If usage of Pligg takes off among software companies, it could help our industry build much better products &#8212; and enable product managers to do much better jobs in less time.</p>
<p>I haven&#8217;t played with it yet, but am looking forward to doing so. </p>
<p>Have you used Pligg? Do you know of any other similar applications? Please let me know via the comments.</p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/152/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/152/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/152/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=152&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=oe6k6F5w"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=9ZGcl6r7"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=cAfmiSBT"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=cAfmiSBT" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2007/07/25/digg-style-product-feature-voting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2007/07/25/digg-style-product-feature-voting/</feedburner:origLink></item>
		<item>
		<title>Can Twitter streamline Agile Development?</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/lVWtcosge9s/</link>
		<comments>http://alsargent.wordpress.com/2007/07/17/can-twitter-streamline-agile-development/#comments</comments>
		<pubDate>Tue, 17 Jul 2007 14:48:43 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Enterprise Technology]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[scrum]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2007/07/17/can-twitter-streamline-agile-development/</guid>
		<description><![CDATA[
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=153&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve been thinking about if and how <a href="http://twitter.com/">Twitter</a> can be used by businesses to streamline their operations. Specifically, for software businesses, which is where my experience lies.</p>
<p>It seems to me that it can. Here&#8217;s one way:</p>
<p>Product development teams can use Twitter as an an &quot;accelerator for Agile Development&quot;. Let me explain. One best practice of <a href="http://en.wikipedia.org/wiki/Agile_software_development">Agile Development</a> is to a have a daily meeting, called a <a href="http://en.wikipedia.org/wiki/Scrum_%28development%29">scrum</a>. The meeting typically lasts ten or 15 minutes. It&#8217;s very informal. Every member of the development team briefly explains what they&#8217;re working on that day, and any blockers they face. </p>
<p>For instance, a developer might be waiting for product management to clarify a requirement. Or a tester might be waiting for a developer to check in a software component.</p>
<p>It sounds simple, but daily scrums are very effective in making problems known to the entire team, and consequently, getting problems fixed faster. With scrums, a blocking problem is unknown for only 24 hours max.</p>
<p>Now, what if a product team used Twitter to maintain a &quot;continuous scrum status stream&quot; &#8212; or <em>scrum stream</em> for short? Update your Twitter status once a day to declare what you&#8217;re working on. Update your Twitter status whenever a blocking issue comes up.</p>
<p>You would still need a daily scrum meeting, of course, to give everyone a live forum for raising issues. To be clear, I&#8217;m proposing Twitter to be used as a way to complement, not replace, existing Agile practices.</p>
<p>I think there would be at least two benefits to this use of Twitter.</p>
<p>Product team members would know about blocking issues even quicker. Problem resolution time would drop. </p>
<p>And, scrum meetings would be shorter, since they&#8217;d focus on exceptions, not day-to-day reporting of status.</p>
<p>In terms of security, Twitter already lets you restrict you can see your updates. So, if an engineering adopted Twitter to provide scrum streams, they would not have to worry about everyone on the web seeing those messages.</p>
<p>What do you think? Are there other ways you think Twitter can be used to make businesses work better?</p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/153/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/153/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/153/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=153&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=zNdfgBiv"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=p6fNjICP"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=hhKrq4KI"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=hhKrq4KI" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2007/07/17/can-twitter-streamline-agile-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2007/07/17/can-twitter-streamline-agile-development/</feedburner:origLink></item>
		<item>
		<title>Safari on Windows – the wrong move?</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/mESR-bCVT1I/</link>
		<comments>http://alsargent.wordpress.com/2007/06/14/safari-on-windows-the-wrong-move/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 11:43:27 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Consumer Technology]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2007/06/14/safari-on-windows-the-wrong-move/</guid>
		<description><![CDATA[
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=154&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve been digesting the recent news out of Apple&#8217;s WWDC, in particular the news about Safari on Windows.</p>
<p>First, the positive: there&#8217;s some good stuff in Safari, in particular faster JavaScript execution. I applaud Apple for highlighting JavaScript execution times, as this should spur Mozilla and Microsoft to improve their browsers in this area, which in turn will make for a better Web app user experience.</p>
<p>But there&#8217;s a lot not to like. From my perspective, Safari on Windows just doesn&#8217;t seem to be the right business strategy move. Here&#8217;s why:</p>
<ol>
<li><strong>Firefox has great market momentum</strong>. Overall share is around 15%. I&#8217;ve talked to some corporate customers where Firefox is used by 80% of the employees. This is an incredible inversion of IE&#8217;s dominance that I was seeing at customers just three years ago, when Firefox barely registered in people&#8217;s mind.</li>
<li><strong>Firefox has a huge, innovative developer communit</strong>y. Just look at all the third<br />
party add-ons on Mozilla.org. There&#8217;s a lot of useful stuff &#8212; toolbars<br />
(especially Google toolbar), bookmark sync/suggestion add-ons,<br />
debuggers, file sharing, chat, etc. Early adopters aren&#8217;t going to want<br />
to give those up, even if Safari is a bit faster. And there&#8217;s no way Apple is going to match the development efforts of the Mozilla community, even though webkit is open source.</li>
<li><strong>Safari is still a niche browser. </strong>It&#8217;s market share most likely isn&#8217;t the <strong>5%</strong> that Steve Jobs claims it is. Take a look at this <a href="http://en.wikipedia.org/wiki/Usage_share_of_web_browsers">roundup of browser market share</a>. The consensus market share number is closer to 2%, meaning that Safari is still a niche browser. Perhaps Jobs is basing his claim on the most favorable market share number, 4.7% from NetApplications, and rounding up to 5%. That&#8217;s misleading.</li>
<li><strong>Safari compatibility will be a low priority for websites and apps</strong>. Niche market share means that software vendors will still have IE and Firefox as their primary web app platforms. Few of them will get around to testing and supporting Safari.</li>
<li>Safari has <strong>newfound security issues</strong>. That&#8217;s going to hurt adoption.</li>
<li><strong>It&#8217;s divisive to the anti-Microsoft effort</strong>. This last one is especially frustrating, because it&#8217;s an example of history repeating itself. Steve should know better. Let me explain: 15-20 years ago &#8212; damn, that makes me sound old &#8212; server vendors like Sun, HP, DEC, Silicon Graphics, and yes, NeXT &#8212; each came out with their own versions of Unix. This fractured development efforts and led to lower rates of innovation as well as buyer hesitance. The lack of a unified front benefited Microsoft, who went on to grow Windows NT in an enterprise force in the 1990s. Fast-forward to 2007: Firefox is finally become a legitimate competitor to Internet Explorer, and along comes Apple to disrupt its momentum.</li>
</ol>
<p>So what should Apple have done? Join the Firefox effort: become a Mozilla contributor; bundle a special, Mac-ified version of Firefox with OS X; and port Firefox to the iPhone. </p>
<p>Think of the benefits: All those Javascript speed improvements in Safari would have done into Firefox. iPhone would have a proven, familiar, industry-standard browser for running web apps. The entire Firefox development community would be co-opted into the iPhone development community. No compatibility issues. A large community to fix security problems. A full range of extensions. And a stronger anti-IE movement.</p>
<p>What&#8217;s surprising here is that this is a deviation from Apple&#8217;s successful technology strategy of leveraging popular open source software and popular open standards. Here are some examples: the iPod supported the open MP3 standard, allowing it to plug into the large user base that grew out of Napster. OS X itself is based on Mach, a variant of Unix, allowing Apple to appeal to influential technical users. iChat is based in part on Gaim, open source instant messaging software. iPhoto and now the Finder are fluent in the the JPEG, GIF, PNG, and Postscript image standards. Quicktime favors the open MPEG-4 standard. Airport leverages 802.11b/g/n. And so on.</p>
<p>This isn&#8217;t just open-standard chest thumping. It&#8217;s allowed Apple to get the most bang for it&#8217;s R&amp;D buck by tapping into developer communities, influential early adopters, and innovative code bases. Apple&#8217;s done a great job of &quot;finding a parade and getting in front of it&quot;. </p>
<p>It stands in contrast to Microsoft&#8217;s tendency to propose alternative, often proprietary standards has been hurting them of late. Look at their attempts to impose alternative standards for music, DRM, video, and Acrobat. None have gained market acceptance. All have sapped R&amp;D resources from other projects that are more core to Microsoft, like web search, web apps, Vista, and IE, all of which are now considered subpar to their competitors.</p>
<p>Safari on Windows feels a lot like Appletalk &#8212; an Apple-developed networking protocol that, while innovative and easy to use, ultimately was not able to match the pace of innovation of the tcp/ip protocol that became the foundation of the Internet.</p>
<p>I know might seem like I&#8217;m making a big deal about Apple porting their browser to Windows. </p>
<p>The reason I am is that I&#8217;m concerned that Apple&#8217;s hit a tipping point of hubris that will lead them to make dumb strategy moves, and stop doing what&#8217;s made them successful. I hope I&#8217;m proven wrong.</p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/154/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/154/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/154/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=154&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=FbhVC7Hn"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=iakYVht0"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=OM8dXhU7"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=OM8dXhU7" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2007/06/14/safari-on-windows-the-wrong-move/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2007/06/14/safari-on-windows-the-wrong-move/</feedburner:origLink></item>
		<item>
		<title>AJAX versus Flex</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/rY9TbhkzDPI/</link>
		<comments>http://alsargent.wordpress.com/2007/06/08/ajax-versus-flex/#comments</comments>
		<pubDate>Fri, 08 Jun 2007 16:46:26 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Enterprise Technology]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2007/06/08/ajax-versus-flex/</guid>
		<description><![CDATA[I actually posted to a blog for the first time this year &#8212; yep, it&#8217;s been pretty busy. My friend Tess asked me to do a comparison of Flex versus AJAX as a comment for her blog. Since the content here is pretty dang stale, I figured I&#8217;d repurpose the material below.
Here goes.
IMO, AJAX isn’t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=155&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I actually posted to a blog for the first time this year &#8212; yep, it&#8217;s been pretty busy. My friend Tess asked me to do a comparison of Flex versus AJAX as a comment for <a href="http://tessr.wordpress.com/">her blog</a>. Since the content here is pretty dang stale, I figured I&#8217;d repurpose the material below.</p>
<p>Here goes.</p>
<p>IMO, AJAX isn’t getting tired. However, it seems like the new trend is for AJAX and Flex to be used together so that developers can take advantage of the strengths of each one. Look at Google Map’s new “street view” functionality. The street map is built in AJAX, but the actual picture is Flex. Google Finance is similar: mostly AJAX but the charts are Flex.</p>
<p>AJAX works well for user input, and for making text “selectable” so it can be copied and pasted into another application. As a counterpoint, look at Yahoo’s new Maps, built in Flex — you can’t paste in an address using the keyboard, and you can’t copy the directions into Outlook. And forget spell-checking, which AJAX gives you for free when you use the Google toolbar.</p>
<p>Flex works well for non-text visualization, such as charts and maps. For these, user input is typically limited to mouseovers and mouse clicks. And refreshing a Flex chart or map is often easier than doing the same in AJAX.</p>
<p>Which will win in the future? It’s hard to say. The barriers for each are as follows: AJAX needs to continue to become a more productive development environment if it’s to win out. Flex needs to work more like a native desktop app, with seamless text input and output, if it’s going to become dominant.</p>
<p>That&#8217;s my two cents…what do you think, dear readers? (That&#8217;s right, I&#8217;m asking both of you.)</p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/155/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/155/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/155/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=155&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=D8sawhJ6"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=A8FOo4lt"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=EjBlLjTi"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=EjBlLjTi" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2007/06/08/ajax-versus-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2007/06/08/ajax-versus-flex/</feedburner:origLink></item>
		<item>
		<title>Free RSS Feed Reader for Blackberry 7250</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/0jfs0sE3BxM/</link>
		<comments>http://alsargent.wordpress.com/2006/06/23/free-rss-feed-reader-for-blackberry-7250/#comments</comments>
		<pubDate>Fri, 23 Jun 2006 13:40:59 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Consumer Technology]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2006/06/23/free-rss-feed-reader-for-blackberry-7250/</guid>
		<description><![CDATA[
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=156&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>After years of Treo usage, I just got my first Blackberry, a 7250 from Verizon. It&#8217;s been interesting to immerse myself in the whole Blackberry user experience. I can now see how the Blackberry&#8217;s excellent data retrieval capabilities have won it adherents.</p>
<p>One downside of the 7250 is that its built-in RSS feed reader, News Clip, requires a licensing fee of $40. Another popular RSS reader, FreeNews, isn&#8217;t free at all but costs $20/year. After poking around a bit, I finally found a good, free Blackberry RSS news feed reader: <a href="http://www.piconews.com/download.php">Piconews</a>. You can install it over the air by entering this link into your Blackberry browser: <a href="http://piconews.com/piconews.jad" rel="nofollow">http://piconews.com/piconews.jad</a>. Many thanks to <a href="http://www.blacktouch.com/">BlackTouch</a>, the producers of this software.<strong><strong>&nbsp;</strong></strong></p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/156/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/156/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/156/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=156&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=xWdCHJa2"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=tR3HwptR"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=eI3x6iwj"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=eI3x6iwj" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2006/06/23/free-rss-feed-reader-for-blackberry-7250/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2006/06/23/free-rss-feed-reader-for-blackberry-7250/</feedburner:origLink></item>
		<item>
		<title>Couldn’t have said it better myself</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/ipN0ujt20ko/</link>
		<comments>http://alsargent.wordpress.com/2006/05/20/couldnt-have-said-it-better-myself/#comments</comments>
		<pubDate>Sat, 20 May 2006 00:10:26 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2006/05/20/couldnt-have-said-it-better-myself/</guid>
		<description><![CDATA[
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=157&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It&#8217;s nice to see when a marketing message you&#8217;ve repeated many times in presentations, webinars, meetings and tradeshows finds its way into a respected blog. Here&#8217;s one such message my team and I evangelized many times at Mercury, as stated in <a href="http://tynerblain.com/blog/2006/05/17/foundation-series-functional-testing-of-software/">this post</a> on the Tyner Blain blog:<br />
<blockquote>
<p><strong>Improved Automation of Functional Tests</strong></p>
<p>We can reduce the maintenance cost of keeping automated scripts current with the user interface by abstracting the script-coding from the script-definition. This is referred to as <em>keyword and table </em>scripting. A set of objects are coded by the tester and given keywords. Each object represents an element in the user interface. Script behavior (sequence of interaction) is defined in terms of these keywords. Now, when a UI element is changed, the keyword-object is updated and all of the scripts that reference it are repaired.</p>
</blockquote><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/157/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/157/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/157/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=157&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=3PC68Z7H"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=hHyCf6jZ"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=gOhWNIN7"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=gOhWNIN7" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2006/05/20/couldnt-have-said-it-better-myself/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2006/05/20/couldnt-have-said-it-better-myself/</feedburner:origLink></item>
		<item>
		<title>YouTube Marketing</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/elopYpimTmU/</link>
		<comments>http://alsargent.wordpress.com/2006/05/19/youtube-marketing/#comments</comments>
		<pubDate>Fri, 19 May 2006 22:01:45 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Consumer Technology]]></category>
		<category><![CDATA[Strategy]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2006/05/19/youtube-marketing/</guid>
		<description><![CDATA[
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=158&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&#8230; described <a href="http://www.businessweek.com/innovate/NussbaumOnDesign/archives/2006/05/youtube_marketi.html?campaign_id=rss_blog_nussbaumondesign">here</a>. Could YouTube emerge as a place where companies upload their product demos? Why not? It&#8217;s free, taggable for easy search, and there&#8217;s tons of traffic.</p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/158/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/158/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/158/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=158&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=QsywwZc6"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=5j66pzqI"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=tQy15M7i"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=tQy15M7i" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2006/05/19/youtube-marketing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2006/05/19/youtube-marketing/</feedburner:origLink></item>
		<item>
		<title>Why Google search is still better than Yahoo’s or Microsoft’s</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/XJ5FZzitHBU/</link>
		<comments>http://alsargent.wordpress.com/2006/04/18/why-google-search-is-still-better-than-yahoos-or-microsofts/#comments</comments>
		<pubDate>Tue, 18 Apr 2006 22:04:48 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Consumer Technology]]></category>
		<category><![CDATA[Search]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2006/04/18/why-google-search-is-still-better-than-yahoos-or-microsofts/</guid>
		<description><![CDATA[
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=161&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here&#8217;s one reason why, from my perspective, Google search is still better than Yahoo&#8217;s or Microsoft&#8217;s:</p>
<p>I&#8217;m hiring a product manager to work on my team. I&#8217;ve put together a fairly long query to find resumes of product managers with enterprise software experience, who live in the Bay Area. The query string is:<br />
<blockquote>resume mrd product requirements oracle OR sun OR hp OR borland OR siebel OR peoplesoft OR bea OR adobe OR macromedia OR symantec OR veritas OR emc OR bmc OR sap OR &#8220;san francisco&#8221; OR &#8220;palo alto&#8221; OR &#8220;mountain view&#8221; OR &#8220;santa clara&#8221; OR sunnyvale</p></blockquote>
<p>The query string could be longer, for instance there could be more cities and companies, but Google Alerts only allow 256 characters.</p>
<p>When I run the <a href="http://www.google.com/search?ie=utf8&amp;oe=utf8&amp;num=10&amp;q=resume+mrd+product+requirements+oracle+OR+sun+OR+hp+OR+borland+OR+siebel+OR+peoplesoft+OR+bea+OR+adobe+OR+macromedia+OR+symantec+OR+veritas+OR+emc+OR+bmc+OR+sap+OR+%22san+francisco%22+OR+%22palo+alto%22+OR+%22mountain+view%22+OR+%22santa+clara%22+OR+sunnyvale&amp;lr=lang_en">query in Google</a>, I get about 10,000 results. Looking at the summaries, the results seem high quality: the first few pages contain mostly resumes of individuals that appear to have the qualifications I am looking for. Maybe after a few dozen pages or so the results will degrade, but we have some good material to work with.</p>
<p>When I try to run the query in Yahoo, I&#8217;m told I need to cut it down to something shorter, such as &#8220;resume mrd product requirements oracle OR sun OR hp OR borland OR siebel OR peoplesoft OR bea&#8221;. That&#8217;s unfortunate, because I cannot cast as wide a net for good candidates.</p>
<p>Nonetheless, when I shorten the search string, Yahoo gives me <a href="http://search.yahoo.com/search?p=resume+mrd+product+requirements+oracle+OR+sun+OR+hp+OR+borland+OR+siebel+OR+peoplesoft+OR+bea&amp;fr=sfp&amp;ei=UTF-8">600 million results</a>. This number seems way off &#8212; I have a hard time believing there are 600 <u>thousand</u> enterprise software product manager resumes out on the Internet, let alone 600 <u>million</u>. Furthermore, many of the search results are of job boards and company websites. Yahoo didn&#8217;t pick up on the fact that because I listed &#8220;resume&#8221; first, what I intend to find are resumes. Not job listings.</p>
<p>Most embarassing is Microsoft&#8217;s new Search.Live.com website. When I run the query, I get <a href="http://www.live.com/#q=resume%20mrd%20product%20requirements%20oracle%20OR%20sun%20OR%20hp%20OR%20borland%20OR%20siebel%20OR%20peoplesoft%20OR%20bea%20OR%20adobe%20OR%20macromedia%20OR%20symantec%20OR%20veritas%20OR%20emc%20OR%20bmc%20OR%20sap%20OR%20%22san%20francisco%22%20OR%20%22palo%20alto%22%20OR%20%22mountain%20view%22%20OR%20%22santa%20clara%22%20OR%20sunnyvale&amp;offset=1">zero results</a>. Whoops.</p>
<p>This search query performance is something to consider when trying to determine a fair valuation of Google&#8217;s <a href="http://www.google.com/finance?q=GOOG">stock</a>, currently at $404/share with a P/E ratio of 81. No one else can do what they can do in their core business, it&#8217;s unlikely anyone will be able to replicate their search capabilities, and the amount of searchable information is growing at an increasingly rapid rate.</p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/161/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/161/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/161/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=161&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=98iVHEX0"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=W4LH2w5P"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=yizQRnYj"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=yizQRnYj" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2006/04/18/why-google-search-is-still-better-than-yahoos-or-microsofts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2006/04/18/why-google-search-is-still-better-than-yahoos-or-microsofts/</feedburner:origLink></item>
		<item>
		<title>Plaxo now has automatic map generation</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/SXNJgaCovOA/</link>
		<comments>http://alsargent.wordpress.com/2006/04/18/plaxo-now-has-automatic-map-generation/#comments</comments>
		<pubDate>Tue, 18 Apr 2006 21:24:50 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Consumer Technology]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2006/04/18/plaxo-now-has-automatic-map-generation/</guid>
		<description><![CDATA[
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=162&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Plaxo now has automatic map generation. See <a href="http://blog.plaxo.com/archives/2006/04/embedded_maps_f.html">this posting</a>. </p>
<p>While this is a nice start, unfortunately it requires that you are a) online; b) using the Plaxo toolbar; and c) using a device that is able to run Yahoo Maps and Flash. This means you probably can&#8217;t use this with a PDA or phone when traveling, even if you have a fast EVDO wireless Internet connection. Most mobile devices won&#8217;t run Flash, and probably don&#8217;t have the screen size to properly display a Yahoo map. </p>
<p>If only Plaxo could put the directions to and from each of my contacts, in plain text, into the notes for each Outlook contact. And update the directions as contacts are added, modified, and as I move. That would be a killer service that I would be willing to pay for.</p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/162/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/162/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/162/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=162&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=UuLNHXwt"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=KN2DJTAR"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=08sYv4Ma"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=08sYv4Ma" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2006/04/18/plaxo-now-has-automatic-map-generation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2006/04/18/plaxo-now-has-automatic-map-generation/</feedburner:origLink></item>
		<item>
		<title>Push email coming to Treos</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/stt5Hoqt3Mo/</link>
		<comments>http://alsargent.wordpress.com/2006/04/07/push-email-coming-to-treos/#comments</comments>
		<pubDate>Fri, 07 Apr 2006 00:01:12 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2006/04/07/push-email-coming-to-treos/</guid>
		<description><![CDATA[
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=163&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>From <a href="http://news.com.com/2061-10801_3-6058689.html?part=rss&amp;tag=6058689&amp;subj=news">Cnet</a>:<br />
<blockquote>Palm announced Thursday that later this month it will make Microsoft&#8217;s new push e-mail software available for Treo 700w smart phones.</p></blockquote>
<p>This a big deal. Push email is one of the biggest advantages that Blackberrys have over Treos. It will be interesting to see how this development affects handheld market share a year from now.</p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/163/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/163/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/163/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=163&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=gQ03vjgj"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=eKOnO5tI"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=ORrsEqVH"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=ORrsEqVH" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2006/04/07/push-email-coming-to-treos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2006/04/07/push-email-coming-to-treos/</feedburner:origLink></item>
		<item>
		<title>Acquisitions that SixApart should consider</title>
		<link>http://feedproxy.google.com/~r/alsargentsblog/~3/n1SyEP71Wc0/</link>
		<comments>http://alsargent.wordpress.com/2006/04/05/acquisitions-that-sixapart-should-consider/#comments</comments>
		<pubDate>Wed, 05 Apr 2006 11:35:16 +0000</pubDate>
		<dc:creator>Al Sargent</dc:creator>
				<category><![CDATA[Consumer Technology]]></category>

		<guid isPermaLink="false">http://alsargent.wordpress.com/2006/04/05/acquisitions-that-sixapart-should-consider/</guid>
		<description><![CDATA[
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=164&subd=alsargent&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve been thinking more about the quality of blogging tools and the slow rate of innovation at SixApart. From my perspective, it seems like they should consider doing some acquisitions to augment their tool set and enable their users to increase their blogs&#8217; range of content and functionality. Here&#8217;s the list, in my personal prioritized order:</p>
<ul>
<li>An <a href="http://www.techcrunch.com/2005/12/08/rallypoint-offers-an-ajax-word-solution/">AJAX editor</a> with Autosave, just like Gmail.</li>
<li><a href="http://www.feedburner.com/fb/a/home">Feedburner</a>. Why? They are the market standard for generating RSS feeds and chicklets. </li>
<li>A blog search engine such as <a href="http://www.freefind.com/">FreeFind</a>.</li>
<li>An <a href="http://allrss.com/rssremixers.html">RSS remixer</a> such as FeedMixer or FeedJumbler. Why? Let users combine multiple feeds into one, and post these feeds in the sidebar of one&#8217;s blog.</li>
<li><a href="http://www.zoomclouds.com/">Zoomclouds,</a> to provide feed summaries in a compact &quot;cloud&quot; format.</li>
<li><a href="http://gabbly.com/">Gabbly</a>, to enable bloggers to chat live with their readers.</li>
</ul>
<p>Here are some arguments in favor of doing these acquisitions. Many of these companies are &quot;feature&quot; companies, not standalone businesses. As such, they would likely welcome an acquisition. Also, product integration would be attainable at minimal cost, since these services all produce JavaScript, RSS, or HTML output that can easily be incorporated into TypePad, Movable Type, or LiveJournal. Finally, with Google owning Blogger, you can assume that over time they&#8217;ll incorporate additional functionality from their product portfolio, such as Writely for blog editing and Google Blog Search.</p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alsargent.wordpress.com/164/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alsargent.wordpress.com/164/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alsargent.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alsargent.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alsargent.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alsargent.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alsargent.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alsargent.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alsargent.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alsargent.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alsargent.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alsargent.wordpress.com/164/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alsargent.wordpress.com&blog=1210311&post=164&subd=alsargent&ref=&feed=1" /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/alsargentsblog?a=yjjlOL84"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=2u6wbxfb"><img src="http://feeds.feedburner.com/~f/alsargentsblog?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/alsargentsblog?a=RNpJkYIy"><img src="http://feeds.feedburner.com/~f/alsargentsblog?i=RNpJkYIy" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://alsargent.wordpress.com/2006/04/05/acquisitions-that-sixapart-should-consider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba720f05c995f97fd792372adde55415?s=96&amp;d=" medium="image">
			<media:title type="html">alsargent</media:title>
		</media:content>
	<feedburner:origLink>http://alsargent.wordpress.com/2006/04/05/acquisitions-that-sixapart-should-consider/</feedburner:origLink></item>
	</channel>
</rss>
