<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Scribkin &#187; Comparison</title>
	<atom:link href="http://www.scribkin.com/category/review/comparison/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scribkin.com</link>
	<description></description>
	<lastBuildDate>Thu, 18 Jun 2009 04:17:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
    <title>Scribkin</title>
    <url>http://www.scribkin.com/feed-logo.png</url>
    <link>http://www.scribkin.com</link>
    <width>119</width>
    <height>30</height>
    <description>Scribkin - http://www.scribkin.com</description>
    </image><cloud domain='www.scribkin.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<link rel="http://api.friendfeed.com/2008/03#sup" xmlns="http://www.w3.org/2005/Atom" type="application/json" href="http://friendfeed.com/api/public-sup.json#cdc479f0eb"/>		<item>
		<title>Default Font</title>
		<link>http://www.scribkin.com/2009/06/13/default-font/</link>
		<comments>http://www.scribkin.com/2009/06/13/default-font/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 19:45:51 +0000</pubDate>
		<dc:creator>Phil Glockner</dc:creator>
				<category><![CDATA[Comparison]]></category>
		<category><![CDATA[Followup]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[default font]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://www.scribkin.com/?p=751</guid>
		<description><![CDATA[Default font settings in web browsers - Still relevant?]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.scribkin.com/wp-content/uploads/2009/06/fontselectsafari.png" rel="lightbox[751]"><img style="border-right-width: 0px; margin: 0px 5px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Safari 4 Font Selection Dialog" src="http://www.scribkin.com/wp-content/uploads/2009/06/fontselectsafari_thumb.png" border="0" alt="Safari 4 Font Selection Dialog" width="260" height="260" align="right" /></a> We have had our web experience controlled by the sites we visit for so long that for a lot of us, the web browser defaults no longer even come in to play when controlling what the text on a web page looks like, except in the case where we want to <em>override</em> whatever choice the site we are visiting has made.</p>
<p>This isn&#8217;t a rant. I actually think, by and large, that this is a good thing. CSS (or <a title="Cascading Style Sheets" href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets">Cascading Style Sheets</a>) allows precise control over the overall look of web sites, and when you are trying to walk that line between <em>clean</em> and <em>detailed</em>, CSS can be the razor that keeps your site from looking too busy or too cluttered. There are many precise tweaks that can enhance the <em>presentability </em>of a site, like the vertical spacing between lines of text.</p>
<p>But, as you have no doubt noticed, this site doesn&#8217;t employ CSS to force a particular font type, size, style, or color. Those are all left up to the choices you have made in your <em>browser settings</em>, and if you are anything like me, you probably haven&#8217;t even looked at your browser font defaults for <em>years.</em></p>
<p>Then end result? 10-point Times New Roman, with blue unvisited links and purple visited links.</p>
<p>If you absolutely hate serif fonts (fonts that have little twiddly bits on the letters like Times New Roman), take a moment to go in to your settings and select a different font that is more pleasing. You can choose any font that you have installed, from Helvetica (or Arial for you Windows folks) to something more exotic like Calibri on Windows (the new MS Office default font) to Monaco on the Mac.</p>
<p>All the browsers except Chrome have a font setting in their options. <a href="http://www.google.com/chrome">Google Chrome</a>, created with minimalism in mind, forces you to edit a configuration file to change your font defaults. I found where this configuration resides from a <a title="Google Chrome Help" href="http://www.google.com/support/forum/p/Chrome/thread?tid=389f306a52817110&amp;hl=en">Chrome Help Discussion Board</a>:</p>
<pre><em>Using text editor to open:
   ...\Documents and Settings\User_Name\Local Settings
   \Application Data\Google\Chrome\User Data\Default\Preferences

You will find the "webkit": {  "webprefs": { in the file.
Those settings are for WebKit.

In my setting example:
   "webkit": {
      "webprefs": {
         "default_fixed_font_size": 11,
         "default_font_size": 12,
         "fixed_font_family": "Bitstream Vera Sans Mono",
         "minimum_font_size": 12,
         "minimum_logical_font_siz": 12,
         "sansserif_font_family": "Times New Roman",
         "serif_font_family": "Arial",
         "standard_font_is_serif": false,
         "text_areas_are_resizable": true
      }
   }

The minimum_font_size and minimum_logical_font_size prevent Chrome to use
very small font size for display.

Remember to close Chrome first before you edit the file, or the file you saved
will be overwritten by Chome after exiting.</em></pre>
<p>If Google Chrome has the most annoying default font configuration, Safari 4 possibly has the best.  Not only is it easy to find, but if you are viewing a page that uses the default browser font (like this one) selecting a font will immediately update the page with that font, allowing you to see immediately if it&#8217;s a good choice or not.</p>
<p>Of course, as more and more sites adopt CSS-heavy themes in an attempt to give you a unique and identifiable look, these settings become less relevant. Maybe that&#8217;s the lesson we can take away about Chrome – they&#8217;ve already decided that default fonts should be set once (by the developer) and forgotten.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scribkin.com/2009/06/13/default-font/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:thumbnail url="http://www.scribkin.com/wp-content/uploads/2009/06/fontselectsafari_thumb.png" />
		<media:content url="http://www.scribkin.com/wp-content/uploads/2009/06/fontselectsafari_thumb.png" medium="image">
			<media:title type="html">Safari 4 Font Selection Dialog</media:title>
		</media:content>
	</item>
		<item>
		<title>Are You Stream, Digest or Something Else?</title>
		<link>http://www.scribkin.com/2008/07/30/are-you-stream-digest-or-something-else/</link>
		<comments>http://www.scribkin.com/2008/07/30/are-you-stream-digest-or-something-else/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 20:26:16 +0000</pubDate>
		<dc:creator>Phil Glockner</dc:creator>
				<category><![CDATA[Comparison]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[friendfeed]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.scribkin.com/2008/07/30/are-you-stream-digest-or-something-else/</guid>
		<description><![CDATA[They say there are two types of people in the world, those who organize things into groups, and those who don’t.  With that advice in mind, I am proposing that there are two broad groups of people divided by their ability to process information.]]></description>
			<content:encoded><![CDATA[<p><img title="domain-chart" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="94" alt="domain-chart" src="http://www.scribkin.com/wp-content/uploads/2008/07/domainchart.png" width="103" align="right" border="0" /> I had a lot of trouble coming up with a short, catchy title for this article, and I’m still not sure if I got it just right.&#160; But the idea, which dawned on me a few days ago and is starting to nag at me, is not hard to grasp:</p>
<p><strong>I do my best writing when I’m not in the middle of information overload.</strong></p>
<p>Now, don’t get me wrong.&#160; I <em>love </em>information overload.&#160; I have mild <a href="http://en.wikipedia.org/wiki/ADD" target="_top" alt="ADD"  title="ADD"  rel="nofollow" style="background-color:#F5F5F5 " >ADD</a> so diving in to a vast cyclone of links, comments, entries and pictures is like taking a hot bath.&#160; It is amazing and wonderful. </p>
</p>
<p> <span id="more-426"></span><br />
<h3>Me the Writer</h3>
<p>However, while I am there, my short term memory shuts down and my mid-term memory is impaired.&#160; I know this about myself.&#160; It happens whenever there are a lot of bright, shiny distracting things in my environment.&#160; Now, if I was a stockbroker, this wouldn’t be a problem.&#160; But as a writer, it is pretty devastating to my ability to write anything cohesive.</p>
<p>I’ve been reflecting on my post quality from the point where I started my blog, 4 or so months ago.&#160; At first, quality went up, as I got more comfortable with my writing and I came up with new ideas and new subject matter.&#160; More recently my posts have become less frequent and sometimes lacking critical information, like references to similar posts, even sometimes key observations.</p>
<p>For me, There is definitely a strong inverse correlation between participation on <a title="FriendFeed" href="http://www.friendfeed.com">FriendFeed</a> and post quality.&#160; I have to <em>internalize</em> the information I gather and <em>make sense</em> of it.&#160; When I feel it is time, it isn’t hard for me to write a great article.&#160; But if I try too hard, or try to write an article when I am distracted by a thousand other things, my article suffers. </p>
<p>And then, correspondingly, I also feel depressed because the work I have done seems wasted.</p>
<h3>Stream or Digest… or Both?</h3>
<p>They say there are two types of people in the world, those who organize things into groups, and those who don’t.&#160; With that advice in mind, I am proposing that there are two broad groups of people divided by their ability to process information:</p>
<ul>
<li><strong>Stream: </strong>Stream folks live in the now, the breathe in the information, they put things together as they happen, they can make use of the information right away. </li>
<li><strong>Digest: </strong>Digest people love to accumulate information, ruminate on what they have learned, and then when they are ready, can push out some quality analysis and insight. </li>
</ul>
<p>Of course, nothing is that simple.&#160; I’m going to turn this scalar into a vector by adding a different axis: <strong>critical thinking</strong>.&#160; I believe people’s ability to think critically is also affected by what mode they are in when they receive information.&#160; For example, I personally am not critical when I hear new information.&#160; It is only when I have had a chance to mull what I have learned later that the critical thinking kicks in.</p>
<p>Speaking of <strong>modality</strong> by the way, I do believe we all have the ability to operate in either mode, or both simultaneously if we are lucky.&#160; But I think we all prefer one mode over another most of the time.</p>
<p>To further illustrate my point, I have tried my hand at one of those popular domain graphs.&#160; See it below.</p>
<p><a href="http://www.scribkin.com/wp-content/uploads/2008/07/domainchart1.png" rel="lightbox[426]"><img title="domain-chart" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="317" alt="domain-chart" src="http://www.scribkin.com/wp-content/uploads/2008/07/domainchart-thumb.png" width="345" border="0" /></a></p>
<p>Thus, I would consider myself a <strong>digest</strong> personality, at least when I want to write and contribute what know or have learned back to the larger community.&#160; I definitely like playing in the stream mode though, but I’m definitely no <strong>editor</strong>.&#160; I’m better at being the <strong>historian</strong>, and occasionally make a decent <strong>pundit.</strong></p>
<h3>Other People</h3>
<p>Everyone is going to see themselves in the chart above differently.&#160; However, I can gamely make a stab at a few standout folks on FriendFeed and in Social Media at large:</p>
<ul>
<li><a title="Robert Scoble" href="http://friendfeed.com/scobleizer">Robert Scoble</a>: Robert is always critically evaluating anything he absorbs.&#160; I would say he’s usually an <strong>editor</strong>, and switches to <strong>pundit</strong> to write his blog posts. </li>
<li><a title="Louis Gray" href="http://friendfeed.com/louisgray">Louis Gray</a>: I think Louis a strong <strong>archivist </strong>in the stream, and switches to <strong>historian </strong>or <strong>pundit</strong> when writing.. though, of all the folks on FriendFeed, Louis can move into direct <strong>critical thinking</strong> at times. </li>
<li><a title="Corvida Raven" href="http://friendfeed.com/corvida">Corvida</a>: One of the few folks I really follow outside of FriendFeed, Corvida stays a lot in <strong>stream</strong> mode and uses her <strong>archivist</strong> talent to write about new stuff, or <strong>pundit</strong> when voicing an opinion. </li>
<li><a title="Mike Fruchter" href="http://friendfeed.com/fruchter">Mike Fruchter</a>: Michael seems to be in <strong>stream</strong> mode most of the time, occasionally moving up to <strong>editor</strong> as needed and writes mostly from a <strong>historian</strong> persepective. </li>
<li><a title="Duncan Riley" href="http://friendfeed.com/duncanriley">Duncan Riley</a>: Duncan stays directly in the <strong>pundit</strong> zone almost all the time. </li>
<li><a title="Cyndy Aleo-Carreira" href="http://friendfeed.com/fourlittlebees">Cyndy Aleo-Carreira</a>: Cyndy is almost always in <strong>editor</strong> mode, trending toward <strong>pundit</strong> when she writes. </li>
<li><a title="Steve Hodson" href="http://friendfeed.com/stevenhodson">Steve Hodson</a>: Steven definitely spends most of his time either as a <strong>pundit</strong> or an <strong>archivist</strong>. </li>
<li><a title="Franklin Pettit" href="http://friendfeed.com/fpettit">Franklin Pettit</a>: Franklin can be very quiet (at least on FriendFeed) but I know he’s gathering info so I would say he stays in <strong>digest</strong> a lot, moving up to <strong>historian</strong> for his blog posts. </li>
<li><a title="Edythe" href="http://friendfeed.com/furry">Edythe</a> (Polly): Edythe loves a very broad variety of things on FriendFeed, making her most comfortable in <strong>stream</strong>.&#160; She will occasionally jump to <strong>editor</strong>. </li>
<li><a title="Mitchell Tsai" href="http://friendfeed.com/mitchelltsai">Mitchell Tsai</a>: Mitchell is probably the most pure <strong>archivist</strong> I’ve seen on FriendFeed. </li>
<li><a title="Shey Smith" href="http://friendfeed.com/shey">Shey Smith</a>: Shey is heavy <strong>stream</strong> and <strong>editor</strong> mostly, moving to <strong>historian</strong> for his blog posts. </li>
<li><a title="Sarah Perez" href="http://friendfeed.com/sarahintampa">Sarah Perez</a>: Sarah is finely tuned to write in <strong>editor</strong> mode, sometimes switching to <strong>historian</strong>, but usually not dwelling in <strong>pundit</strong> too much. </li>
<li><a title="Hutch Carpenter - BHC3" href="http://friendfeed.com/bhc3">Hutch Carpenter</a> (BHC3): Hutch seems to spend a lot of time in <strong>stream</strong> and will dive into <strong>pundit</strong> as necessary. </li>
<li><a title="Allen Stern" href="http://friendfeed.com/allenstern">Allen Stern</a>: Allen splits his time between <strong>archivist</strong> and <strong>editor</strong>, and jumps often to <strong>pundit</strong> for posting or video. </li>
<li><a title="(Jeff)isageek" href="http://friendfeed.com/jeffisageek">(Jeff)isageek</a>: Jeff loves the <strong>stream</strong>, and either hangs out there or <strong>archivist</strong>. </li>
<li><a title="Mark Dykeman" href="http://friendfeed.com/markdykeman">Mark Dykeman</a>: Mark comments a lot on things he likes, making him an <strong>editor </strong>in the stream, and a <strong>pundit</strong> when writing. </li>
</ul>
<h3>Thanks</h3>
<p>I wanted to thank <a title="FriendFeed: NiceFishFilms" href="http://friendfeed.com/nicefishfilms">NiceFishFilms</a> (Michael Sean Wright) for writing about <a title="Be Careful of What You SEE" href="http://nicefishfilms.com/blog/index.php?itemid=65">different perspectives</a> on FriendFeed and giving me the seed for this blog post.&#160;&#160; It’s great to see new faces and new blogs, and I’m definitely going to follow him!</p>
<p>If I didn’t list you above, I’m sorry!&#160; I am really interested on knowing how you rate yourself (whether you are listed or not).&#160; Keep your eye out, I am going to re-post this with the graph so you can rate yourself on FriendFeed.&#160; Thank you!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scribkin.com/2008/07/30/are-you-stream-digest-or-something-else/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
	
		<media:thumbnail url="http://www.scribkin.com/wp-content/uploads/2008/07/domainchart.png" />
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/07/domainchart.png" medium="image">
			<media:title type="html">domain-chart</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/07/domainchart-thumb.png" medium="image">
			<media:title type="html">domain-chart</media:title>
		</media:content>
	</item>
		<item>
		<title>The Great Thing About Software from Startups</title>
		<link>http://www.scribkin.com/2008/07/08/the-great-thing-about-software-from-startups/</link>
		<comments>http://www.scribkin.com/2008/07/08/the-great-thing-about-software-from-startups/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 22:08:31 +0000</pubDate>
		<dc:creator>Phil Glockner</dc:creator>
				<category><![CDATA[Comparison]]></category>
		<category><![CDATA[Followup]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[blogrize]]></category>
		<category><![CDATA[shyftr]]></category>
		<category><![CDATA[socialthing]]></category>
		<category><![CDATA[spokeo]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://www.scribkin.com/2008/07/08/the-great-thing-about-software-from-startups/</guid>
		<description><![CDATA[I quickly revisit a few under-the-radar social apps such as Shyftr and Spokeo.]]></description>
			<content:encoded><![CDATA[<p><a title="wili_hybrid: Office: the new account manager" href="http://www.flickr.com/photos/62223880@N00/242260084/"><img title="office" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 5px; border-right-width: 0px" height="130" alt="office" src="http://www.scribkin.com/wp-content/uploads/2008/07/office.jpg" width="244" align="right" border="0" /></a> Have you ever gotten excited about a product from a new startup, used it a bit, and then wandered off when it didn’t quite do what you wanted it to, or perhaps you you were using something already that is just slightly better?</p>
<p>That happens to me all the time.</p>
<p>But the great thing about most startups are their agility and drive to succeed.&#160; If you take your eye off of them for a moment, when you re-visit them it seems like a whole lot of great new things happened during your absence.&#160; Contrast this to some big, established web application companies where you are lucky to get a great new feature once a quarter or so.</p>
</p>
<p><span id="more-338"></span></p>
<p>Here are a few examples.&#160; <em>Please note:&#160; Clicking on the logo will take you to the <strong>product blog page.</strong></em></p>
<h3><a title="Socialthing!" href="http://www.socialthing.com">Socialthing!</a> </h3>
<p><a title="Socialthing! Blog" href="http://blog.socialthing.com/"><img title="socialthing" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 5px; border-right-width: 0px" height="84" alt="socialthing" src="http://www.scribkin.com/wp-content/uploads/2008/07/socialthing.png" width="66" align="right" border="0" /></a>Here’s an app that is really trying hard to make itself unique in an ever-growing pool of social-aggregator type apps.&#160; When I first logged in to <a title="Socialthing!" href="http://www.socialthing.com">Socialthing!</a>, right after <a title="SXSW Interactive" href="http://2008.sxsw.com/interactive/">SXSW Interactive</a> this year, it was still struggling with performance issues, and services were being added and removed every few days.</p>
<p>In the interim, they have not been sitting still.&#160; Performance is great.&#160; Their interface has undergone some appearance improvements.&#160; A couple services have been added.&#160; You can view updates by user or by timestamp.&#160; You can now post to several services a la Ping.fm.&#160; You can reply to tweets from within their interface.&#160; <strong>Here’s a big one:</strong>&#160; They now have a public user feed page!&#160; <a title="scribkin on Socialthing!" href="http://scribkin.socialthing.com/">Here</a> is mine.</p>
<p>So they aren’t focusing on supporting every service out there.&#160; They are trying to get the big services integrated correctly.&#160; In a nutshell, their drive to make Socialthing! your social <em>dashboard</em> is starting to come together.&#160; Also, I apparently have 20 invites if anyone needs one.&#160; Just leave a comment.</p>
<h3><a title="Spokeo" href="http://www.spokeo.com">Spokeo</a></h3>
<p><a title="The Spokeo Lair" href="http://blog.spokeo.com/"><img title="spokeo-logo" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="87" alt="spokeo-logo" src="http://www.scribkin.com/wp-content/uploads/2008/07/spokeologo.jpg" width="86" align="right" border="0" /></a> I wote a lengthy article covering <a title="Spokeo" href="http://www.spokeo.com">Spokeo</a> on <a title="SheGeeks" href="http://www.shegeeks.net">SheGeeks</a> a couple of months ago.&#160; The core app and goal remains the same: you put in your friends’ email addresses, and Spokeo goes and finds them on social networks across the internet.</p>
<p>However, now it does it with a lot more style.&#160; Their interface used to be, to be polite, a bit <em>spartan</em>.&#160; The content was the focus and the interface was mostly left up to the user to figure out.</p>
<p><a title="Spokeo - HR" href="http://www.spokeo.com/hr"><img title="hr" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 5px 0px 0px; border-right-width: 0px" height="74" alt="hr" src="http://www.scribkin.com/wp-content/uploads/2008/07/hr.png" width="130" align="left" border="0" /></a>However, they have been polishing up their visuals quite a bit to the point that its now much more of a status dashboard when you login, sorting your friends by latest upates and the categories you have defined.&#160; Support for customizable keyboard shortcuts are till there and work great.</p>
<p>Spokeo is apparently being positioned for <a title="Spokeo: HR" href="http://www.spokeo.com/hr">HR staff</a> to use to ‘help’ vet a new employee, at least from their home screen. </p>
<h3><a title="BlogRize" href="http://www.blogrize.com">BlogRize</a></h3>
<p><a title="BlogRize Blog" href="http://blog.blogrize.com/"><img title="logo_beta" height="106" alt="logo_beta" src="http://www.scribkin.com/wp-content/uploads/2008/07/logo-beta.gif" width="29" align="right" border="0" /></a> <a title="BlogRize" href="http://www.blogrize.com">BlogRize</a> is still a fairly small single-developer site that was developed to be a social media meme-tracker.&#160; Still somewhat under-the-radar, it has nonetheless added a few new features in the past month or two.</p>
<p>The ability to notice if an article that is being tracked has been shared by one of the users in the database.&#160; This used to be a manual process, where you voted an article as <em>interesting, funny, insightful </em>or<em> lame.&#160; Interesting </em>seems to be marked automatically now, if you share an article.</p>
<p>I love all the <a href="http://en.wikipedia.org/wiki/memetrackers" target="_top" alt="memetrackers"  title="memetrackers"  rel="nofollow" style="background-color:#F5F5F5 " >memetrackers</a> out there, but this one is fun and I’d like to see it become more public.</p>
<h3><a title="Shyftr" href="http://www.shyftr.com">Shyftr</a></h3>
<p><a title="Shyftr Blog" href="http://blog.shyftr.com/"><img title="shyftr-logo" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="175" alt="shyftr-logo" src="http://www.scribkin.com/wp-content/uploads/2008/07/shyftrlogo.png" width="39" align="right" border="0" /></a> Shyftr is a new entrant in the social feed reading segment.&#160; It got into a bit of a bruhaha because it was taking full feeds and aggregating them inside the interface, and there was some worry that if advertising was added, it would take eyes away from the originating blogs. Shyftr to their credit quickly changed to partial-text feeds and I’m still not seeing any advertising, so I think the fears may have been a bit premature.</p>
<p>Shyftr has been working hard on its interface look and feel as well.&#160; It is responsive and easy to use, actually quite a pleasure to navigate.&#160; It reminds me a bit of the interface design in <em>2001: A Space Odyssey,</em> with lots of white space and clear, two or three-color icons.</p>
<p>I don’t think this upstart is going to kick <a title="Google Reader" href="http://reader.google.com">Google Reader</a> out of its throne anytime soon, but the social features are better integrated and its fun to use.</p>
<h3>Others</h3>
<p>I have my eye on a few other services that are staying under the radar but continue to improve, like&#160; <a title="Whoisi" href="http://whoisi.com/">Whoisi</a> (<a title="J. Phil on Whoisi" href="http://whoisi.com/p/1825">my entry</a>), <a title="Noiseriver" href="http://www.noiseriver.com">Noiseriver</a>, <a title="Swurl" href="http://www.swurl.com">Swurl</a> (<a title="eng1ne on Swurl" href="http://eng1ne.swurl.com">my site</a>), and <a title="Aviary" href="http://a.viary.com/">Aviary</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scribkin.com/2008/07/08/the-great-thing-about-software-from-startups/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:thumbnail url="http://www.scribkin.com/wp-content/uploads/2008/07/office.jpg" />
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/07/office.jpg" medium="image">
			<media:title type="html">office</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/07/socialthing.png" medium="image">
			<media:title type="html">socialthing</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/07/spokeologo.jpg" medium="image">
			<media:title type="html">spokeo-logo</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/07/hr.png" medium="image">
			<media:title type="html">hr</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/07/logo-beta.gif" medium="image">
			<media:title type="html">logo_beta</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/07/shyftrlogo.png" medium="image">
			<media:title type="html">shyftr-logo</media:title>
		</media:content>
	</item>
		<item>
		<title>Tweetbar vs. TwitterFox</title>
		<link>http://www.scribkin.com/2008/04/16/tweetbar-vs-twitterfox/</link>
		<comments>http://www.scribkin.com/2008/04/16/tweetbar-vs-twitterfox/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 00:15:04 +0000</pubDate>
		<dc:creator>Phil Glockner</dc:creator>
				<category><![CDATA[Comparison]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[tweetbar]]></category>
		<category><![CDATA[twitbin]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitterfox]]></category>

		<guid isPermaLink="false">http://www.scribkin.com/?p=89</guid>
		<description><![CDATA[In this article I revew two Firefox addons, Tweetbar and TwitterFox.]]></description>
			<content:encoded><![CDATA[<p>Even though <a title="Twitter" href="http://www.twitter.com" target="_blank">Twitter</a> itself is a web site, don&#8217;t you occasionally want to have access to Twitter while you surf away in a different window, or at least be notified when someone sends a tweet your way?  In that case, what you may be looking for is a Firefox add-on for Twitter. Unfortunately, there are a dozen or more already out there.  Recently, I installed two and I&#8217;d like to share with you my thoughts about them.</p>
<h4>Tweetbar</h4>
<p><a title="mike demers dot net: announcing tweetbar" href="http://mikedemers.net/2007/03/19/announcing-tweetbar/" target="_blank"><img style="border-right: 0px; border-top: 0px; margin: 1px 5px; border-left: 0px; border-bottom: 0px" src="http://www.scribkin.com/wp-content/uploads/2008/04/image.png" border="0" alt="picture stolen from mike demers dot net" width="260" height="178" align="right" /></a>First let&#8217;s look at  Tweetbar.  This a brand-new plugin from <a title="mike demers dot net" href="http://mikedemers.net" target="_blank">Mike Demers</a> that makes use of that sadly-underutilized sidebar to give you an almost-fully-featured twitter client, in the style of <a title="FireFox Addons: TwitBin" href="https://addons.mozilla.org/en-US/firefox/addon/5021" target="_blank">TwitBin</a>.  What this plugin does right is capture the essentials of the Twitter site in a sidebar-friendly format.</p>
<p>The essentials are all there &#8212; tabs to follow everyone, people you follow, people who follow <em>you</em>, and the vaguely-entitled tab <strong>friend</strong> which shows you who you are following, and their last tweet.  You can also change your refresh timeout and clear out any of the tabs.</p>
<p>The bad part is that&#8217;s where the good bits stop.  There is no &#8220;reply&#8221; or &#8220;favorite&#8221; or &#8220;direct message&#8221; buttons anywhere, not around the user icons, nowhere.  So you have to do your tweet maintenance the old-fashioned way, typing it all in the input window.  Also, if someone posts a link in their tweet, Tweetbar helpfully makes it a link, but when you click the link it uses the current tab.  There doesn&#8217;t seem to be a way of changing that behavior.  Worse, it does not honor ctrl-clicks to open a link in a new tab!  For me, that&#8217;s makes it worse than the original Twitter interface, in all honesty.</p>
<h4>TwitterFox</h4>
<p><a title="TwitterFox :: Firefox Add-ons" href="https://addons.mozilla.org/en-US/firefox/addon/5081" target="_blank"><img class="alignleft" style="float: left; margin-left: 5px; margin-right: 5px; margin-top: 1px; margin-bottom: 1px; border: 0;" src="https://addons.mozilla.org/en-US/firefox/images/addon_preview/5081/1" alt="" align="left" /> </a><a title="TwitterFox :: Firefox Add-Ons" href="https://addons.mozilla.org/en-US/firefox/addon/5081" target="_blank">TwitterFox</a>, from <a title="TwitterFox - Naan Studio" href="http://www.naan.net/trac/wiki/TwitterFox" target="_blank">Naan Studio</a>, takes a different approach to integrating Twitter on Firefox.  It places a small, unobtrusive Twitter icon in the bottom status bar.  From there you can left-click on the icon to log in and get tabbed window that defaults on recent friends&#8217; tweets.  You can switch to replies you have sent and a direct message window.  There doesn&#8217;t seem to be any support for viewing all tweets, and you probably wouldn&#8217;t want to &#8212; the window is only 345 pixels high, good for about 4-5 tweets at a time.  Also, it is not re-sizeable, which is definitely a drawback.</p>
<p>Each tweet has an &#8220;arrow&#8221; button in the upper-right-hand corner, making it easy to quickly shoot off a reply to incoming tweets.  Also, TwitterFox keeps a tally of how many new <em>general</em> and <em>directed</em> tweets you receive.  Another nice touch is a subtle fading of tweets you have already read, which acts as a sort of &#8220;bookmark&#8221; to make sure you don&#8217;t miss anything.</p>
<p>Finally, if you right-click on the TwitterFox icon, you can turn off TwitterFox popups, force an update, change Twitter accounts or set your preferences.  The Preferences Pane lets you add/change a password for a selected account, change your refresh time and popup timeout, and assign hot-keys to TwitterFox actions.  You can also enable/disable a notification sound.</p>
<p>Some people will find the tiny un-resizeable window a definite showstopper.  However for me, and the number of tweets that I get, it seems to work and it&#8217;s fast.  I definitely like this addon more than Tweetbar.</p>
<h4>Firefox Compatibility</h4>
<p>A final note about compatibility.  I found that TwitterFox installed on pretty much any version of Firefox I had installed, but Tweetbar definitely was limited to versions older than Firefox 3 Beta.  This might not be a big deal for you, but if you live on the edge it might make a difference.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scribkin.com/2008/04/16/tweetbar-vs-twitterfox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://www.scribkin.com/wp-content/uploads/2008/04/image.png" />
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/04/image.png" medium="image">
			<media:title type="html">picture stolen from mike demers dot net</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com//addons.mozilla.org/en-US/firefox/images/addon_preview/5081/1" medium="image" />
	</item>
	</channel>
</rss>
