<?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; Review</title>
	<atom:link href="http://www.scribkin.com/category/review/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>Tell Me About Diigo</title>
		<link>http://www.scribkin.com/2008/10/02/tell-me-about-diigo/</link>
		<comments>http://www.scribkin.com/2008/10/02/tell-me-about-diigo/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 22:32:31 +0000</pubDate>
		<dc:creator>Phil Glockner</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[bookmarking]]></category>
		<category><![CDATA[del.icio.us]]></category>
		<category><![CDATA[diigo]]></category>
		<category><![CDATA[research]]></category>

		<guid isPermaLink="false">http://www.scribkin.com/?p=508</guid>
		<description><![CDATA[Diigo is easy to get started with, and hides a huge amount of flexibility and functionality.  To get the most out of this utility, it is not necessary to use all of its features, but it is definitely good to familiarize yourself with everything that it can do, in case you may need that functionality at a certain point in the future.]]></description>
			<content:encoded><![CDATA[<p><a title="Diigo" href="http://www.diigo.com"><img title="diigo-logo" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 5px; border-right-width: 0px" height="91" alt="diigo-logo" src="http://www.scribkin.com/wp-content/uploads/2008/10/diigologo.jpg" width="198" align="right" border="0" /></a> How many of you made the switch from Windows 3.11 (or WFW 3.1) to Windows 95? Come on.. I know there&#8217;s more of a couple of you that have. What was one of the biggest difference between the two OSs? Better network drivers?&#160; Improved memory management?&#160; Unified driver model?</p>
<p>I would hazard to say that one of the biggest differences was the ability to do most operations in the OS in more than one way.&#160; Sure, now we take it for granted; but back then it was huge.&#160; There were a lot more right-click context menus.&#160; The control panel was completely overhauled.&#160; For the first time in Windows, you were able to tasks such as changing your background image either from the control panel <strong>or</strong> directly from a right-click on the desktop.</p>
<p>Keep this in mind as we explore <a title="Diigo" href="http://www.diigo.com">Diigo</a>, the web bookmarking research tool and community.&#160; As I researched it for this review, I got the same feeling of having multiple paths to a goal.&#160; The developers tried very hard to let you use the service the way that best fits your workflow.&#160; And that isn’t a bad thing!</p>
</p>
<p> <span id="more-508"></span>
</p>
<h3>Overview</h3>
<p>It’s an understatement to say that Diigo has a lot of features.&#160; In fact, it’s so feature-packed that it’s hard to summarize accurately. But, I think using an iceberg as an analogy is apt here: It all starts with <em>bookmarking</em> and <em>annotation</em>.&#160; But what Diigo wraps around that core functionality is its true strength.</p>
<p>Here’s a few of the features that Diigo provides just for signing up:</p>
<ul>
<li>Web bookmarking, including importing and auto-exporting to other bookmarking services </li>
<li>Annotations<em>&#160;</em>via highlighting and floating sticky notes </li>
<li>Manage saved bookmarks and web annotations using tags, list, or plain text search </li>
<li>Huge number of content sharing options, including groups, shared lists, sticky note discussions, automated blog postings, a quick send-to-blog feature and email support </li>
<li>A unique toolbar that enables Diigo features for <a title="Microsoft Internet Explorer" href="http://www.microsoft.com/windows/products/winfamily/ie/default.mspx">Internet Explorer</a>, <a title="Firefox" href="http://www.getfirefox.com">Firefox</a> and <a title="Flock" href="http://www.flock.com">Flock</a>.&#160; A sophisticated bookmarklet for other browsers like <a title="Apple Safari" href="http://www.apple.com/safari/">Safari</a>, <a title="Opera" href="http://www.opera.com/">Opera</a> and <a title="Maxthon" href="http://www.maxthon.com/">Maxthon</a>.&#160; The Safari bookmarklet seems to work well with Google’s <a title="Google Chrome" href="http://www.google.com/chrome/">Chrome</a>. </li>
<li>A variety of widgets for use on a blog site including linkrolls, tagrolls, and a convenient add button </li>
<li>An informational sidebar that can be opened within a browser with the Diigo toolbar installed </li>
<li>Enhanced right-click menus within the browser </li>
<li>A cached-page slide show feature </li>
<li>An open API </li>
</ul>
<p>I’ll group these features in to functional categories as I go in-depth:<strong> toolbar</strong>, <strong>information gathering</strong>, <strong>social features</strong>, <strong>importing/exporting</strong> and <strong>sharing</strong>.</p>
<h3>Toolbar</h3>
<p><a href="http://www.scribkin.com/wp-content/uploads/2008/10/toolbarintro1.png" rel="lightbox[508]"><img title="Diigo toolbar - click for full size" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 5px; border-right-width: 0px" height="287" alt="Diigo toolbar - click for full size" src="http://www.scribkin.com/wp-content/uploads/2008/10/toolbarintro-thumb1.png" width="325" align="right" border="0" /></a>All the magic with Diigo begins with a free download and install of the Diigo Toolbar.&#160; Unlike browser toolbars of questionable usefulness, the Diigo toolbar enables all of Diigo’s research and reference features tightly within the browser.&#160; Everything is customizable, from what tools you want to see on the toolbar to what menu options you want visible when you right-click on a highlighted portion of text.</p>
<p>The toolbar enables not only web page highlighting and URL bookmarking, but also exposes other folks’ public sticky notes, as well as their page descriptions and tags if you have the sidebar turned on.&#160; Also from the toolbar, you can access all the different areas of the Diigo web site, such as the dashboard, books, lists, groups and friends’ pages.</p>
<p>Alternatively, you can use a bookmarklet that Diigo provides to highlight and bookmark web pages.&#160; However, the Diigolet does not have all the capabilities of the toolbar, and it only lasts until you go to a new web page URL, after which you will have to select the bookmarklet again.</p>
<p>If you are having problems with the Diigolet, you can use the “Post to Diigo” bookmarklet which is a simple redirect to the Diigo bookmark page pre-populated with your current page’s information.</p>
<p>The toolbar also allows you to enable keyboard accelerators for toggling the sidebar, making a bookmark or quick bookmark, and creating a floating note.</p>
<p><a href="http://www.scribkin.com/wp-content/uploads/2008/10/diigolet2.png" rel="lightbox[508]"><img title="The Diigolet - click for larger size" style="display: inline" height="20" alt="The Diigolet - click for larger size" src="http://www.scribkin.com/wp-content/uploads/2008/10/diigolet-thumb2.png" width="500" border="0" /></a></p>
<h3>Information Gathering</h3>
<p><a href="http://www.scribkin.com/wp-content/uploads/2008/10/diigobookmark21.png" rel="lightbox[508]"><img title="Diigo bookmark popup - click to see larger size" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 5px; border-right-width: 0px" height="237" alt="Diigo bookmark popup - click to see larger size" src="http://www.scribkin.com/wp-content/uploads/2008/10/diigobookmark2-thumb1.png" width="240" align="right" border="0" /></a> There are a number of ways to get a bookmark or annotation into Diigo.&#160; The quickest is on the Diigo <strong>My Bookmarks </strong>page, on the right is a quick-entry text box for adding a bookmark URL.&#160; This will bring you to a web version of the normal Diigo tagging page.</p>
<h4>Bookmark</h4>
<p>By far the most common and recommended way of bookmarking and annotating is via the Diigo toolbar or Diigolet.&#160; In this mode you would browse the internet as usual, and when you get to a page you would like to bookmark, simply click the <strong>bookmark</strong> button.&#160; This will bring up a bookmark pop-up window where you can add a description and tags to your bookmark, as well as some social options such as sharing the bookmark with groups, lists, or specific other friends.&#160; You can also e-mail the bookmarklet.</p>
<p>All of the above is actually optional – if you click on the <strong>book </strong>icon, the Diigo toolbar will send the bookmark to the server as ‘unread’ and with no tags.&#160; If your process involves you reviewing your bookmarks later, this can be a handy feature.</p>
<h4>Highlight</h4>
<p><a href="http://www.scribkin.com/wp-content/uploads/2008/10/diigoannotation1.png" rel="lightbox[508]"><img title="Diigo annotation view - Click for larger size" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 5px; border-right-width: 0px" height="167" alt="Diigo annotation view - Click for larger size" src="http://www.scribkin.com/wp-content/uploads/2008/10/diigoannotation-thumb1.png" width="240" align="right" border="0" /></a> If you prefer to use Diigo more as a clipping tool, you have the ability to highlight sections of web pages, and the page with the edits will automatically be sent to Diigo’s servers.&#160; Think of this like using a yellow highlighter on a reference text – but the location and text you highlight is instantly searchable and reference-able.&#160; For example, if you read a lot of articles with notable quotes, you can easily highlight the quote and you immediately get the text and where you found it stored on the server.</p>
<p>Highlights can also be tagged once they are stored on the server.&#160; However, in order to do this you either have to click on the <strong>bookmark</strong> button and add tags, or follow up when you visit your bookmarks on Diigo bookmark list web page.</p>
<h4>Comment</h4>
<p>Using the <strong>comment</strong> button allows you to add a floating sticky note to the current web page.&#160; Once the sticky note is in place, it will show up as a yellow “dialog bubble” that shows you the number of comments that have been left.&#160; If you set your comment to be public, other Diigo users will see the comment when they visit the same URL and will have the ability to respond to it.</p>
<p>Both highlighting and commenting are considered as “annotations” in Diigo.&#160; If you highlight multiple sections of the same page, each highlight region is considered a single annotation, as is each comment.</p>
<p>A final note about combining highlight and comment:&#160; If you select a web site region, and then select <strong>highlight and comment</strong> from the <strong>highlight</strong> pull-down menu, your comment will pop-up whenever your hover the mouse pointer over any of the highlighted text.&#160; Also, the highlight color is blue instead of yellow.&#160; You can attach a comment this way at a later time as well, just select <strong>add sticky note</strong> from the pop-up menu when hovering over a highlighted area.</p>
<p><a href="http://www.scribkin.com/wp-content/uploads/2008/10/diigosend1.png" rel="lightbox[508]"><img title="Diigo send popup window - Click for larger view" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 5px; border-right-width: 0px" height="215" alt="Diigo send popup window - Click for larger view" src="http://www.scribkin.com/wp-content/uploads/2008/10/diigosend-thumb1.png" width="240" align="right" border="0" /></a>Also, keep in mind that adding a note to highlighted text depends on the text remaining the same on the URL you are referencing.&#160; If you want to leave a comment on a frequently-updated URL (like CNN) if you create the floating sticky note outside of any highlights, it will remain there even if the text of the page completely changes.</p>
<h4>Send</h4>
<p>The <strong>send</strong> button is fairly self-explanatory on the surface.&#160; This is a multi-purpose dialog that allows you to email a bookmark to any email address, or one of your colleagues on Diigo, a group, or just to leave a note without specifically sending it to anyone.</p>
<p>However, if you use the pull-down menu on the <strong>send </strong>button, you will notice you can also send the annotations to a pre-configured blog, <a title="Twitter" href="http://www.twitter.com">Twitter</a>, or <a title="Facebook" href="http://www.facebook.com">Facebook</a>!&#160; Very handy if you are more invested in one of those other social tools for sharing information with your friends or colleagues.&#160; If you select any of these options, you will be taken to a service-specific Diigo page where you can set up access to the service before sending.</p>
<h4>Search</h4>
<p><a href="http://www.scribkin.com/wp-content/uploads/2008/10/diigosearchmenu1.png" rel="lightbox[508]"><img title="Diigo web search - Click for larger view" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 5px; border-right-width: 0px" height="156" alt="Diigo web search - Click for larger view" src="http://www.scribkin.com/wp-content/uploads/2008/10/diigosearchmenu-thumb1.png" width="240" align="right" border="0" /></a> There are a few more options that the Diigo toolbar allows.&#160; First, you can enable a customizable search window that defaults to <a title="Google" href="http://www.google.com">Google</a>.&#160; However, it also allows searching for key terms across dozens of different services.&#160; You can also get to this selection by highlighting a term on a web page and right-clicking on it, then using the <strong>search web</strong> menu tree to select the service to search in.</p>
<h4>Filters</h4>
<p>To the right of all of that are some default &#8216;filters’ that you can click on to get views on your list of bookmarks and annotations on Diigo.&#160; The two defaults are <strong>recent</strong> and <strong>unread</strong>, which are fairly self-explanatory.&#160; If you click on the <strong>Add a Filter</strong> button, you can create a new filter that combines a type of filter with a list of tags to narrow down the list.</p>
<p>Setting up a combination of tags and filters can be very handy if you want to segregate your annotations in a particular way.&#160; Of course, you can use lists or groups for this, but that is the beauty of Diigo – there are always multiple ways of achieving a certain result – it is entirely up to you how you achieve those results.</p>
<h3>Social Features</h3>
<p>I’ve touched on some of the social aspects Diigo enables (if you wish to use them) in the previous section.&#160; However, there are a lot so I will attempt to give a comprehensive overview of what is available. It all starts with friends!</p>
<h4>Friends</h4>
<p>Diigo, like pretty much every social-enabled web application, allows you to connect with other people on the service.&#160; This works pretty much how you expect, you can allow Diigo to peek at your address book on one of a number of different web email platforms, or import a contact list from a standalone email application.&#160; You can also let it look at your instant messenger account.&#160; It also knows what people have already registered for the service, so there is a way of only asking to connect to friends and not spam everyone in your contact list.</p>
<p>Once folks are added as friends, you can add them to contact lists that you maintain.&#160; This is great if you have different ‘sets’ of friends whom you might want to send different types of links or annotations to.&#160; For example, you could group them into <em>real life friends, Facebook friends, </em>and <em>social media friends.&#160; </em>Your real life friends might not be interested in your social media links, but they might be interested in <a title="I Can Haz Cheezburger - LOLcats" href="http://icanhascheezburger.com/">LOLcats</a>.</p>
<p>Once in a contact list, when annotating, you can choose to email the link or send it on Diigo.&#160; Your login has its own mailbox on the site to keep track of annotations that others send to you.</p>
<p>I wanted to make a note here and say that there are a couple of types of <strong>lists</strong> in Diigo.&#160; Here I have been talking about <strong>contact lists</strong>, but there is also the concept of <strong>bookmark lists</strong> which we will get to in the next section.</p>
<h4>Meet People</h4>
<p><a href="http://www.scribkin.com/wp-content/uploads/2008/10/diigogroupandmeetpeopleview1.png" rel="lightbox[508]"><img title="Diigo groups and meet people - click for larger size" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 5px; border-right-width: 0px" height="224" alt="Diigo groups and meet people - click for larger size" src="http://www.scribkin.com/wp-content/uploads/2008/10/diigogroupandmeetpeopleview-thumb1.png" width="240" align="right" border="0" /></a> Beside direct adding of contacts as described above, Diigo has a number of ways to find new people you may not know personally.&#160; These are grouped under the heading of <strong>Meet People</strong> on the Diigo web site.&#160; From here, there are a number of helpful tools you can use to explore Diigo’s social network:</p>
<ul>
<li><strong>People Like Me – </strong>This will analyze your recent bookmarks and annotations, and list people based on similarity.&#160; When I tried this, no one listed was higher than 6% compatible.&#160; I am guessing this could vary widely depending on what and how often you annotate web pages. </li>
<li><strong>New To Diigo – </strong>Pretty self-explanatory, this gives you a list of the newest registered Diigo users. </li>
<li><strong>Featured People –</strong> This shows you Diigo users who have been featured for some reason.&#160; This is a new feature and consequently not well-documented, however, I believe Diigo employees will ‘feature’ particularly active or interesting users.&#160; Consequently, these may be interesting folks to follow. </li>
<li><strong>Search People – </strong>This gives you the ability to search under a number of different criteria for Diigo users.&#160; You can find everyone who uses a specific set of tags, by name, if they have bookmarked a particular URL or web site, and even (under advanced search) for people who have filled out their user profile categories such as industry, language, region or and city, or any combination of these. </li>
</ul>
<h3>Import and Export</h3>
<p><a href="http://www.scribkin.com/wp-content/uploads/2008/10/importoptions1.png" rel="lightbox[508]"><img title="Diigo import options - click for larger size" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 5px; border-right-width: 0px" height="178" alt="Diigo import options - click for larger size" src="http://www.scribkin.com/wp-content/uploads/2008/10/importoptions-thumb1.png" width="240" align="right" border="0" /></a> Diigo tries to support many ways to import and export your data.&#160; You can import bookmarks from many services such as <a title="Delicious" href="http://del.icio.us">Delicious</a>, <a title="Magnolia" href="http://ma.gnolia.com">Magnolia</a>, <a title="Simpy" href="http://www.simpy.com">Simpy</a> and <a title="Furl" href="http://www.furl.com">Furl</a>, and you can export your Diigo data into formats such as:&#160; IE bookmark, Netscape bookmark, RSS format, CSV format, and Delicious.</p>
<p>In addition, you can import directly from your browser’s local bookmarks either via the toolbar or by uploading the file you generated from your browser by exporting your bookmarks.&#160; You can also enable auto-synchronization of bookmarks to Delicious, Magnolia, Simpy, and/or your local browser via the Diigo toolbar.</p>
<h3>Sharing</h3>
<p>Diigo has a rich, somewhat bewildering range of ways to share your bookmarks with your friends and others on Diigo.&#160; There are <strong>bookmark lists</strong>, <strong>groups</strong>, <strong>site communities</strong> and <strong>tag communities</strong>.&#160; Each of these formats presents a different way to share organize and share information, and not only bookmarks and annotations (although those are usually the primary focus).&#160; Also, there is a rich <strong>message center</strong> and even a <strong>wall</strong> a la Facebook!</p>
<ul>
<li><strong>Bookmark Lists – </strong>This is the simplest form of sharing.&#160; You can easily create any sort of list you want, and give it any name you want. You can make this list public or private, assign it a description and tags, and control which direction the list is updated (ascending or descending by date).&#160; Your public lists can be viewed by anyone and you can hand out a special URL for people to view it even if they don’t have a Diigo login.&#160; Even though they can be made public, what other people can do with them is limited.&#160;&#160; This is the most like other online bookmark utilities like Delicious. </li>
<li><strong>Groups – </strong>This is Diigo’s version of a knowledge portal.&#160; Groups can be created under a number of different categories, and you can invite people to your group if you create one.&#160; Newly-created groups go in to the portal menu for others to find and join.&#160; Group members can add annotations, make comments on same and create discussion threads within the group forum.&#160; Bookmarks can also be ‘thumbed’ if they are particularly relevant or noteworthy.&#160; This is a powerful social feature of Diigo and the best one if you are working within a research or study group which requires discussion and sharing of resources. </li>
<li><strong>Site Communities – </strong>This is an auto-generated list of bookmarks centered around particular web sites, like <a title="Wikipedia" href="http://www.wikipedia.com">Wikipedia</a> (<a title="Diigo Wikipedia Community" href="http://www.diigo.com/community/site/en.wikipedia.org">community</a>) or <a title="ReadWriteWeb" href="http://www.readwriteweb.com">ReadWriteWeb</a> (<a title="Diigo ReadWriteWeb Community" href="www.readwriteweb.com">community</a>).&#160;&#160; Not only can you see what (public) annotations are being created for these sites, but also any bookmark comments and other Diigo users that have bookmarked a URL for that site. </li>
<li><strong>Tag Communities – </strong>Similar to <strong>site communities</strong>, this takes any tag or combination of tags and gives you a custom list of all public annotations that have been tagged similarly.&#160; It also suggests ‘related tags’ in case you are not finding a particular bit of information with your current tag search.&#160; This is a very powerful tool for honing in on web sites that share the same sort of information, based on the tags that Diigo users use. </li>
<li><strong>Message Center – </strong>This is similar to a site-based mail utility, where you can send your friends, contact lists, anybody or nobody a message.&#160; You also have available a number of ‘views’ on to your saved messages and notes.&#160; If you starred any bookmarks in a group or community, those will show up here as well.&#160; Also, if you created a note to nobody either on an external site or from within the message center, this will also show up here under the <strong>notes</strong> tab, as well as any annotations you have made. </li>
<li><strong>Wall – </strong>If you want to scribble something on another Diigo user’s comment wall, you can do it here.&#160; This is found at the bottom of the Diigo user’s profile page.&#160; This works almost identically to Facebook’s wall.. if you are logged in, leave a message and go. </li>
</ul>
<h3>Other Miscellaneous Tidbits</h3>
<ul>
<li><a href="http://www.scribkin.com/wp-content/uploads/2008/10/diigotagroll1.png" rel="lightbox[508]"><img title="Diigo tagroll - click for larger view" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 5px; border-right-width: 0px" height="240" alt="Diigo tagroll - click for larger view" src="http://www.scribkin.com/wp-content/uploads/2008/10/diigotagroll-thumb1.png" width="237" align="right" border="0" /></a> Linkrolls and Tagrolls are great if you want to give your Diigo profile more visibility, and provide readers of your blog or site with a convenient way to find you. </li>
<li>Most pages on Diigo that has a list of annotations will also have a <strong>play <a title="Diigo webslides" href="http://slides.diigo.com/">webslides</a></strong> and a (on your lists mostly) <strong>RSS output</strong> button on the upper-right-hand side of the page.&#160; This is handy if someone has made a ‘tour’ containing a number of URLs and/or annotations and they are best viewed in order.&#160; RSS output, of course, is handy if you want to see updates to a particular list in a feed reader. </li>
<li>Public bookmark lists can be sent via Diigo message or email to an individual or list, or it can be published on any of dozens of different sharing sites. </li>
<li>There is a great, comprehensive help site here:&#160; <a title="Diigo Help Center" href="http://help.diigo.com/">Diigo Help Center</a> </li>
</ul>
<h3>Conclusion</h3>
<p>Diigo is easy to get started with, and hides a huge amount of flexibility and functionality.&#160; To get the most out of this utility, it is not necessary to use all of its features, but it is definitely good to familiarize yourself with everything that it can do, in case you may need that functionality at a certain point in the future.</p>
<p><strong>Pros: </strong></p>
<p>Diigo tries to be very open with the ability to import and export data from a variety of sources, going so far as to offer auto-syncing back to the browser and other popular bookmarking sites.&#160; You can also set up automated compilation postings of your Diigo activities to your blog daily or weekly.</p>
<p>Diigo groups, in my opinion, is a game-changer in the area of online annotation utilities.&#160; Groups bring a community portal with message forum support directly in the application, with the focus being the bookmarks and annotations.&#160; For certain groups of people, say for librarians or researchers, I think Diigo groups will be a big hit.</p>
<p><strong>Cons: </strong></p>
<p>One feature that other sites such as Magnolia, furl and <a title="Iterasi" href="http://www.iterasi.com">Iterasi</a> have that Diigo is somewhat lacking in is making a ‘snapshot’ of a web page when a bookmark or annotation is created.&#160; Thumbnail views seem to be non-existant and cached pages are only created in certain specific cases.&#160; If you are a visually-oriented person that can quickly identify a site by its ‘look,’ this is one feature that would be good to have.</p>
<p>Diigo also can overwhelm the first-time user.&#160; However, I believe this is why they bill the utility as a ‘research tool’ .. there is a lot of functionality and not much of it is fluff.&#160; As I was researching Diigo for this article, it really started to click together with me and there isn’t as much overlap in the functionality as I initially thought.</p>
<p>My advice would be to start off treating it like Delicious and move in to the other features slowly.&#160; Use the help center and this document as a guide to how to use Diigo to its fullest.</p>
<p>Bottom line?&#160; Diigo presents a stunning amount of functionality for the low, low price of free!&#160; Definitely recommended.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scribkin.com/2008/10/02/tell-me-about-diigo/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:thumbnail url="http://www.scribkin.com/wp-content/uploads/2008/10/diigologo.jpg" />
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/10/diigologo.jpg" medium="image">
			<media:title type="html">diigo-logo</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/10/toolbarintro-thumb1.png" medium="image">
			<media:title type="html">Diigo toolbar - click for full size</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/10/diigolet-thumb2.png" medium="image">
			<media:title type="html">The Diigolet - click for larger size</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/10/diigobookmark2-thumb1.png" medium="image">
			<media:title type="html">Diigo bookmark popup - click to see larger size</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/10/diigoannotation-thumb1.png" medium="image">
			<media:title type="html">Diigo annotation view - Click for larger size</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/10/diigosend-thumb1.png" medium="image">
			<media:title type="html">Diigo send popup window - Click for larger view</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/10/diigosearchmenu-thumb1.png" medium="image">
			<media:title type="html">Diigo web search - Click for larger view</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/10/diigogroupandmeetpeopleview-thumb1.png" medium="image">
			<media:title type="html">Diigo groups and meet people - click for larger size</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/10/importoptions-thumb1.png" medium="image">
			<media:title type="html">Diigo import options - click for larger size</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/10/diigotagroll-thumb1.png" medium="image">
			<media:title type="html">Diigo tagroll - click for larger view</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>Project SNSO: LiveJournal</title>
		<link>http://www.scribkin.com/2008/07/29/project-snso-livejournal/</link>
		<comments>http://www.scribkin.com/2008/07/29/project-snso-livejournal/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 23:51:50 +0000</pubDate>
		<dc:creator>Phil Glockner</dc:creator>
				<category><![CDATA[Project]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[LiveJournal]]></category>
		<category><![CDATA[SNSO]]></category>

		<guid isPermaLink="false">http://www.scribkin.com/2008/07/29/project-snso-livejournal/</guid>
		<description><![CDATA[LiveJournal (or LJ) describes itself as a journaling community, and they stress the tight-knit nature of the community.  Of course, anyone can create an ad-supported journal for free, and you make it as private or public as you like.  However, most of LJ’s features are designed specifically to keep the conversation between LJ users inside the community.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.scribkin.com/wp-content/uploads/2008/07/livejournal-logo.jpg" rel="lightbox[421]"><img title="livejournal_logo" style="border-right: 0px; border-top: 0px; margin: 0px 0px 0px 5px; border-left: 0px; border-bottom: 0px" height="173" alt="livejournal_logo" src="http://www.scribkin.com/wp-content/uploads/2008/07/livejournal-logo-thumb.jpg" width="159" align="right" border="0" /></a> I thought I’d kick off the project by highlighting one of the blogs I’ve used the longest, <a title="LiveJournal" href="http://www.livejournal.com">LiveJournal</a>.&#160; Up until recently, LiveJournal was owned by startup <a title="Six Apart" href="http://www.sixapart.com">Six Apart</a>, which still owns blogging platforms <a title="Movable Type" href="http://www.movabletype.com">Movable Type</a>, <a title="TypePad" href="http://www.typepad.com">TypePad</a>, and <a title="Vox" href="http://www.vox.com">Vox</a>.&#160; Late last year, Six Apart sold their LiveJournal unit to Russian international media company <a title="SUP" href="http://www.sup.com/en/index.html">SUP</a>, who had been managing LiveJournal in Russia since 2006.</p>
<h3>What is LiveJournal?</h3>
<p>LiveJournal (or LJ) describes itself as a journaling <em>community</em>, and they stress the tight-knit nature of the community.&#160; Of course, anyone can create an ad-supported journal for free, and you make it as private or public as you like.&#160; However, most of LJ’s features are designed specifically to keep the conversation between LJ users inside the community.</p>
<p> <span id="more-421"></span>
<p>An example of this focus is their privacy settings.&#160; In addition to public and private entries, by far the most common entry type is called <em>friends locked.</em>&#160; This means only people who are listed <strong>friends</strong> of the person with the post can actually read it.&#160; This allows more intimate details to be revealed without fear of the internet at large barging in.</p>
<p>Another tightly-bound feature unique to LJ are the <em><a title="LJ Communities" href="http://www.livejournal.com/community/">communities</a></em>.&#160; These communities are groups that you can belong to (either by joining or by being invited) and act as moderated message boards that encourage conversation around a topic.&#160; You can see what communities are being promoted <a title="LJ Community: Community Promo" href="http://community.livejournal.com/community_promo/">here</a>.</p>
<p>Of course, these features also give LJ and similar sites such as Vox and <a title="Blogger" href="http://www.blogger.com">Blogger</a> an insular feel.&#160; People heavily involved in these sites tend to favor interacting only within them, and generally aren’t interested in interacting on more traditional blogs such as <a title="WordPress" href="http://wordpress.com">WordPress</a> or Movable Type.</p>
<h3>The Shout Out</h3>
<p>Due to the community nature of LJ, it is really hard to become well-known across a lot of different circles of friends.&#160; So there aren’t really any superstars I can point to and say, you really need to follow these folks.&#160; Oh, LiveJournal has its share of drama queens.. it is, after all, a personal journal community.&#160; But, oddly enough, there are certain feeds that are syndicated and widely read that seem to be the real cross-network stars.&#160; Feeds like <a title="XKCD" href="http://www.xkcd.com">XKCD</a>, <a title="PostSecret" href="http://www.postsecret.com">PostSecret</a> and <a title="Wil Wheaton dot Net : In Exile" href="http://wilwheaton.typepad.com/">Wil Wheaton dot Net</a> (WWDN) are very widely read, even if those feeds see little or no reciprocity from their LJ readership.</p>
<p>So, most of the folks I read on LJ I have been following for years.&#160; Like old pals that you play poker with once a week, I can count on them to be posting there indefinitely.</p>
<p>You can see a list of the folks I follow (and who follow me) on my <a title="eng1ne - Profile - LiveJournal" href="http://eng1ne.livejournal.com/profile">profile page</a>, down near the bottom of the page.&#160; About two-thirds of them are people I know in <a title="Austin - Community - LiveJournal" href="http://community.livejournal.com/austincommunity/">Austin</a>.&#160; A few of them are friends I know in person.</p>
<p>I’d list them here – but honestly, they wouldn’t care about the attention. </p>
<p>Oh, I will mention <a title="The Gospel of Corwin - LiveJournal" href="http://corwinok.livejournal.com/">Corwin</a>, but only because he runs his own <a title="The Last Exit to Babylon" href="http://www.dingir.org/">WordPress blog</a> and is on <a title="Corwin - Twitter" href="http://www.twitter.com/corwin">Twitter</a>.</p>
<h3>When You Should Consider this Service</h3>
<p>If you are looking for an established, sometimes-sleepy, sometimes-high-drama community that is very similar to the the old site <a href="http://en.wikipedia.org/wiki/The Well" target="_top" alt="The Well"  title="The Well"  rel="nofollow" style="background-color:#F5F5F5 " >The Well</a>, LiveJournal is perfect.&#160; There are hundreds of themes to choose from and quite a few customization options.&#160; However, it does not allow advertising (other than its own) or special plugins to be run alongside your blog.&#160; </p>
<p>Plus, gathering friends is not as easy as just following a bunch of people.&#160; It requires interaction and having a shared pool of friends helps a lot.&#160; LiveJournal has been known as a tough nut to crack at times, but the reward is having people you can call friends that are interested in your daily life.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scribkin.com/2008/07/29/project-snso-livejournal/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:thumbnail url="http://www.scribkin.com/wp-content/uploads/2008/07/livejournal-logo-thumb.jpg" />
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/07/livejournal-logo-thumb.jpg" medium="image">
			<media:title type="html">livejournal_logo</media:title>
		</media:content>
	</item>
		<item>
		<title>Scribkin is Now a Book!</title>
		<link>http://www.scribkin.com/2008/07/09/scribkin-is-now-a-book/</link>
		<comments>http://www.scribkin.com/2008/07/09/scribkin-is-now-a-book/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 21:03:26 +0000</pubDate>
		<dc:creator>Phil Glockner</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Status]]></category>
		<category><![CDATA[e-book]]></category>
		<category><![CDATA[feedbooks]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[public domain]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[wordle]]></category>

		<guid isPermaLink="false">http://www.scribkin.com/2008/07/09/scribkin-is-now-a-book/</guid>
		<description><![CDATA[I found a great little service called Feedbooks.  I  have them convert my site feed into a PDF and e-book free of charge!]]></description>
			<content:encoded><![CDATA[<p><a title="Feedbooks" href="http://www.feedbooks.com"><img title="Feedbooks Logo" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 5px; border-right-width: 0px" height="73" alt="Feedbooks Logo" src="http://www.scribkin.com/wp-content/uploads/2008/07/feedbooks-logo.gif" width="198" align="right" border="0" /></a> Last week, while I was doing some research for a personal project that took advantage of <a title="Wordle.net" href="http://wordle.net/">Wordle</a>, I found a great little service called <a title="Feedbooks" href="http://www.feedbooks.com">Feedbooks</a>.&#160; I’ll go into more of the Feedbooks features below, but the upshot for me and <a title="scribkin" href="http://www.scribkin.com" target="_blank">scribkin</a> is that I could have them convert my site feed into a <a href="http://en.wikipedia.org/wiki/PDF" target="_top" alt="PDF"  title="PDF"  rel="nofollow" style="background-color:#F5F5F5 " >PDF</a> or <a href="http://en.wikipedia.org/wiki/e-book" target="_top" alt="e-book"  title="e-book"  rel="nofollow" style="background-color:#F5F5F5 " >e-book</a> free of charge!</p>
<p>However, for some reason Feedbooks was having trouble with my RSS feed for a while, so I dutifully flagged it for consideration and waited.&#160; I checked every day.&#160; And today, I can proudly say that the problem has been resolved! </p>
<p><a href="http://www.feedbooks.com/feed/4079"><img title="Get a eBook or PDF of this RSS feed" alt="Get a eBook or PDF of this RSS feed" src="http://www.feedbooks.com/images/site/feedbooks-rss-mini.png" align="right" border="0" /></a>The upshot of all of this is here, a little widget I can display in my sidebar. →</p>
<p><span id="more-345"></span></p>
<h3>More About Feedbooks</h3>
<p>Ok, so probably the most publicized feature of Feedbooks is its ability to take an <a title="scribkin - What is RSS?" href="http://www.scribkin.com/2008/04/01/primer-rss/">RSS feed</a> and convert it into a number of other eBook formats as well as a customizable PDF format.&#160; Obviously, that is what I am using the service for.</p>
<p>But I believe this is a side business for them.. perhaps what you would call a <strong><a href="http://en.wikipedia.org/wiki/loss-leader" target="_top" alt="loss-leader"  title="loss-leader"  rel="nofollow" style="background-color:#F5F5F5 " >loss-leader</a></strong>.&#160; They know, smart marketers that they are, that if they provide a unique service for free to potentially millions of blogs out there, their name gets out there.</p>
<h4>E-Books</h4>
<p>And their name isn’t <em>feed-to-PDF.&#160; </em>It’s <strong>Feedbooks.</strong>&#160; Think e-books.&#160; They are working hard to be your first stop for electronic books from any source.. public domain, news, RSS feeds.&#160;&#160; In fact, here is the quote from their front page:</p>
<blockquote><p>“Feedbooks is a universal e-paper platform compatible with all e-paper devices where you can <a href="http://www.feedbooks.com/discover">download thousands of free e-books</a>, <a href="http://www.feedbooks.com/share">publish and share your own content</a>, and <a href="http://www.feedbooks.com/news">create customized newspapers from RSS feeds and widgets</a>.”</p>
</blockquote>
<p>So they are in the e-book business, pretty much.&#160; Download them, read them, share them.&#160; If you have written a book online perhaps, submit it to Feedbooks to have them convert it into an e-book, quickly and stylishly.</p>
<h4>Newspapers</h4>
<p>Basically, this takes individual feeds (like mine linked above) and aggregates them together into one, larger e-book format.&#160; A good example is the <a title="BBC News Full Content" href="http://www.feedbooks.com/newspaper/114">BBC News Full Content Newspaper</a>, which mashes together 4 different <a href="http://en.wikipedia.org/wiki/BBC" target="_top" alt="BBC"  title="BBC"  rel="nofollow" style="background-color:#F5F5F5 " >BBC</a> feeds to bring you the news of the day. </p>
<h4>Subscriptions</h4>
<p>Once a newspaper, or single-feed e-book has been created, Feedbooks allows people to <em>subscribe</em> to the paper as well, invaluable if you are using a e-paper reading platform like the Kindle or the Sony e-book reader (or maybe their <a title="Feedbooks to release e-ink reader" href="http://www.epubbooks.com/blog/2008-06-02/feedbooks-to-release-eink-reader/">very own e-ink reader</a>!).&#160; This means when an updated newspaper is created, you are always on top of it.&#160; Great for those devices that have less-than-stellar native RSS readers built in to them.</p>
<h3>Conclusion</h3>
<p>Feedbooks has neatly filled a niche that was lacking (either from the newness of the technology, the ineptness of the hardware manufacturers, or some deliberate oversight) in getting RSS feeds on your electronic reading platform.&#160; They also have a nice platform for searching for great public domain books.&#160; <strong>Definitely worth a look.</strong></p>
<p>Besides, you should go and download the PDF version of my feed.&#160; It’s simply gorgeous, it makes me feel like a real writer! The link is here: <a href="http://www.feedbooks.com/feed/4079.pdf?size=A4"><img alt="PDF" src="http://www.feedbooks.com/images/site/feedbooks-pdf-mini.png?1215613029" align="absMiddle" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.scribkin.com/2008/07/09/scribkin-is-now-a-book/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://www.scribkin.com/wp-content/uploads/2008/07/feedbooks-logo.gif" />
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/07/feedbooks-logo.gif" medium="image">
			<media:title type="html">Feedbooks Logo</media:title>
		</media:content>
		<media:content url="http://www.feedbooks.com/images/site/feedbooks-rss-mini.png" medium="image">
			<media:title type="html">Get a eBook or PDF of this RSS feed</media:title>
		</media:content>
		<media:content url="http://www.feedbooks.com/images/site/feedbooks-pdf-mini.png?1215613029" medium="image">
			<media:title type="html">PDF</media:title>
		</media:content>
	</item>
		<item>
		<title>Su Reviews Idee&#8217;s TinEye</title>
		<link>http://www.scribkin.com/2008/07/09/su-reviews-idees-tineye/</link>
		<comments>http://www.scribkin.com/2008/07/09/su-reviews-idees-tineye/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 17:35:31 +0000</pubDate>
		<dc:creator>Phil Glockner</dc:creator>
				<category><![CDATA[Breaking]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[friendfeed]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Su]]></category>
		<category><![CDATA[TinEye]]></category>

		<guid isPermaLink="false">http://www.scribkin.com/2008/07/09/su-reviews-idees-tineye/</guid>
		<description><![CDATA[If you assume that the Tin Man has eidetic memory and a talent for finding pictures that look like each other, you’d be getting close to what TinEye does.]]></description>
			<content:encoded><![CDATA[<p><a title="TinEye" href="http://www.tineye.com"><img title="tineye_logo_big" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 5px; border-right-width: 0px" height="64" alt="tineye_logo_big" src="http://www.scribkin.com/wp-content/uploads/2008/07/tineye-logo-big1.png" width="280" align="right" border="0" /></a>Apparently, I (along with anyone who is anyone) should <a title="FriendFeed - Robert Scoble on Idee TinEye" href="http://friendfeed.com/e/6db0d41e-dc7a-81e5-5590-5102183610d1/Idee-TinEye/">already have known about</a> a gem of a beta product called <a title="TinEye" href="http://www.tineye.com">TinEye</a> by <a href="http://www.ideeinc.com">Idée</a>. Apparently, it’s been out for a few months. Apparently, it is <strong>freaking awesome. </strong></p>
<p><em>Apparently, people assume too much and <strong>don’t promote enough.</strong></em></p>
<p>You know what they say: If you assume, you make an <strong>a</strong> out of <strong>Su</strong> and <strong>me</strong>. And believe me, Su doesn’t like being an A. <em>So don’t do it.</em></p>
<p>If you think a product is great, <em>promote it!</em> Tell people. Write up an article. <strong>Whatever.</strong> But don’t say, “Gee, yeah, I really loved that last week when I used it for 5 minutes and now you’ve missed the bus.” <strong>Because that is what you are saying.</strong> To me. <em>And </em>to Su.</p>
<p><em>Su doesn’t even have a car.</em> Now he has to walk.</p>
<p><span id="more-342"></span><br />
So what the heck is TinEye? Is it that decorating show, you know, the one with the people? Hardly.
</p>
<p>If you assume that the Tin Man has eidetic memory and a talent for finding pictures that look like each other, you’d be getting close to what TinEye does.</p>
<p>In a nutshell, TinEye leverages some proprietary tech that Idée has been working on for creating digital fingerprints of images. This technology is mated with a high-speed matching engine and a database of <em>hundreds of millions</em> of public domain pictures to give you fast image matching based on a source picture.</p>
<p>You know what, I’ll just link in <a title="Robert Scoble&#39;s Blog" href="http://www.scobleizer.com">Scoble’s</a> little QIK interview with <a title="Idee - Paul Bloore" href="http://ideeinc.com/about/paul-bloore">Paul Bloore</a>, the CTO of Idée, and you can see a little demo of the product in action as well.</p>
<div class="wlWriterSmartContent" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:44295765-4801-485c-a37e-3fed9be5dbc2" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">
<div><object width="425" height="319"><param name="movie" value="http://qik.com/player2.swf?streamname=090604d19faf4c5abcafefd0fcc7dd9d&amp;vid=125205&amp;playback=false&amp;polling=false&amp;user=scobleizer&amp;displayname=Scobleizer&amp;safelink=scobleizer&amp;userlock=true&amp;islive=&amp;username=anonymous"></param><param name="wmode" value="transparent"></param><param name="allowScriptAccess" value="always"><embed src="http://qik.com/player2.swf?streamname=090604d19faf4c5abcafefd0fcc7dd9d&amp;vid=125205&amp;playback=false&amp;polling=false&amp;user=scobleizer&amp;displayname=Scobleizer&amp;safelink=scobleizer&amp;userlock=true&amp;islive=&amp;username=anonymous" type="application/x-shockwave-flash" wmode="transparent" width="425" height="319" allowScriptAccess="always"></embed></object></div>
</div>
<p>After using the product for a while, I have to say I’m impressed. Currently, with its sub-set of all the pictures out there on the internet, it can’t find a lot of pictures uploaded to, say, <a title="Flickr" href="http://www.flickr.com">Flickr</a>. But if you do a Google image search and then drop the URL of the image you are interested in, it will find that picture wherever it resides on the internet.</p>
<p>For example, I searched for a picture of <a title="George Walker Texas Ranger Bush, El Presidente" href="http://weblogs.newsday.com/news/local/longisland/politics/blog/george-w-bush-picture.jpeg" rel="lightbox[342]">George W. Bush</a> and dropped the URL in TinEye. Here is the result (click image for larger size):</p>
<div><a href="http://www.scribkin.com/wp-content/uploads/2008/07/gwb.png" rel="lightbox[342]"><img title="gwb" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="201" alt="gwb" src="http://www.scribkin.com/wp-content/uploads/2008/07/gwb-thumb.png" width="244" border="0" /></a></div>
<p>It found the image in 272 different locations on the internet! It also gives the size of the image, and lists separate links to the same source image by domain. I do wish they would give you the option to re-sort the results by different criteria, such as image size, file size or bit depth.</p>
<p>So, if you want to know if a particular picture appears somewhere else on the image (say for copyright reasons), this is a great tool to have.</p>
<p>I’m really happening this comes out of closed beta soon, however, if you are clever you may already have noticed that the <a title="friendfeed" href="http://www.friendfeed.com" target="_blank">FriendFeed</a> link at the beginning of the article has a special URL you can use.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scribkin.com/2008/07/09/su-reviews-idees-tineye/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:thumbnail url="http://www.scribkin.com/wp-content/uploads/2008/07/tineye-logo-big1.png" />
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/07/tineye-logo-big1.png" medium="image">
			<media:title type="html">tineye_logo_big</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/07/gwb-thumb.png" medium="image">
			<media:title type="html">gwb</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>FriendFeed.AM</title>
		<link>http://www.scribkin.com/2008/07/07/friendfeedam/</link>
		<comments>http://www.scribkin.com/2008/07/07/friendfeedam/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 19:07:06 +0000</pubDate>
		<dc:creator>Phil Glockner</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[AM]]></category>
		<category><![CDATA[friendfeed]]></category>
		<category><![CDATA[radio]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[society]]></category>

		<guid isPermaLink="false">http://www.scribkin.com/2008/07/07/friendfeedam/</guid>
		<description><![CDATA[In the past few years though, there has been a steadily and perhaps even logarithmically growing trend for adding a social channel to more traditional publishing mechanisms that have already existed.  Where once you might have visited a web site to read the news of the day, you now can comment on the news, or read the comments of others.  This once-intrinsic ability is starting to come back into its own, and in a big way.]]></description>
			<content:encoded><![CDATA[<p><em><a title="Patience" href="http://www.flickr.com/photos/38758195@N00/103329627/"><img title="Patience" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 5px; border-right-width: 0px" height="244" alt="Patience" src="http://www.scribkin.com/wp-content/uploads/2008/07/virtues.jpg" width="164" align="right" border="0" /></a>I’m going to try something new in this post.&#160; <a title="FriendFeed - Aaron Brazell" href="http://friendfeed.com/technosailor">Aaron Brazell</a> wrote <a title="technosailor - Western Style Writing vs. Eastern Style Writing" href="http://technosailor.com/2008/07/05/western-style-writing-vs-eastern-style-writing/">an article</a> on <a title="Technosailor.com" href="http://technosailor.com">Technosailor</a> recently noting the differences between<strong> western</strong> and <strong>eastern</strong> writing styles, especially when it comes to a column or opinion piece.&#160; In my never-ending quest to explore new avenues, I will try my hand at a more eastern-style column.</em></p>
</p>
<p><span id="more-329"></span></p>
<p>There is a difference between passive acquisition of knowledge, and <em>active application and sharing</em> of that knowledge.</p>
<p>We all learn, as we grow and explore our world.&#160; We learn by experience, positive and negative reinforcement, and eventually, by the lessons learned by others.&#160; This knowledge serves us to make better decisions and infer indirect connections.</p>
<p>Some people love knowledge for knowledge’s sake.&#160; They love to acquire information, to store it, index it, put it into context, and that is fine.&#160; However, the motivations of these people are only knowable to themselves, and perhaps some future historian or researcher who tries to replicate the mind-set of such an acquirer posthumously.&#160; This type of person does not share what they have learned. </p>
<p>Thankfully, the more common type of person has a more workable approach to information gathering and synthesis.&#160; In order to function in a modern society like ours, a lot of context and historical precedents must be learned to know why things happen the way they do.&#160; Usually growing up in our society does organically get them ready for this, and any additional quests for information are relegated to more specific goals.&#160;&#160; They learn to become more proficient or more skilled in a certain knowledge area.&#160; They tend apply this knowledge more, for their own benefit and those around them.&#160; They take a more active <em>social role</em> toward information and knowledge applications.</p>
<p>Our society has grown up with a unique social medium called radio.&#160; Obviously, everyone has heard of radio, it’s been around for over a century at this point.&#160; It has changed its role in relation to American society since its inception, having been relegated as a secondary entertainment medium next to television, and more recently being pushed even further back now with the advent of the internet.</p>
<p>It has, however, always offered a choice to the listener: They can passively listen, humming along to their favorite tune or listening to the news of the day, or they can take a more active role, tune in to a program that allows people to call in and contribute their opinion to a topic in real time.</p>
<p>This idea of opening up radio for the listener to contribute is extremely powerful.&#160; This channel has been around since telephones have become ubiquitous and its popularity still allows radio stations to remain profitable (albeit on the cheaper AM band) even to this day.</p>
<p>With television, society mostly skipped the social feedback loop that exists between AM radio and telephones.&#160; Although forays have been made to make TV more interactive, they have been largely unsuccessful due to expense, or lag, or technical difficulty.</p>
<p>The internet has neatly solved this decades-old conundrum of passive entertainment versus active involvement.&#160; On the internet, there are a myriad of ways to <em>become involved</em> with discussion, knowledge contribution or redistribution, synthesis, and sharing of archived information.&#160; Although the technical hurdles for participating on the global internet culture are high, they are not as disconcerting as those of interactive TV and they are actively being lowered all the time.</p>
<p>The social channel has existed on the internet since the beginning.&#160; Even before what we call the <a href="http://en.wikipedia.org/wiki/World Wide Web" target="_top" alt="World Wide Web"  title="World Wide Web"  rel="nofollow" style="background-color:#F5F5F5 " >World Wide Web</a>, people were engaging in remote discussions about hundreds of different topics on services such as <a href="http://en.wikipedia.org/wiki/Usenet" target="_top" alt="Usenet"  title="Usenet"  rel="nofollow" style="background-color:#F5F5F5 " >Usenet</a>.&#160; Unfortunately, when <a href="http://en.wikipedia.org/wiki/Tim Berners-Lee" target="_top" alt="Tim Berners-Lee"  title="Tim Berners-Lee"  rel="nofollow" style="background-color:#F5F5F5 " >Tim Berners-Lee</a> laid out his <a href="http://en.wikipedia.org/wiki/hypertext" target="_top" alt="hypertext"  title="hypertext"  rel="nofollow" style="background-color:#F5F5F5 " >hypertext</a>-enabled vision of the web, the intrinsic social element, <em>the ability to mark-up the content of sites, </em>was not universally adopted along with the other technologies.&#160; If this was a result of fears over making web sites too malleable or vulnerable to defacement, or other reasons I can not say.</p>
<p>In the past few years though, there has been a steadily and perhaps even <em>logarithmically </em>growing trend for adding a social channel to more traditional publishing mechanisms that have already existed.&#160; Where once you might have visited a web site to read the news of the day, you now can comment on the news, or read the comments of others.&#160; This once-intrinsic ability is starting to come back into its own, and in a big way.</p>
<p>One such medium that was built from the ground up with an active social element is <a title="friendfeed" href="http://www.friendfeed.com" target="_blank">FriendFeed</a>.&#160; Presented with a mysterious grin perhaps, it bills itself as a social aggregator.&#160; Getting started is simple – you merely feed it some of the <em>other</em> services you already use, such as <a title="Flickr" href="http://www.flickr.com">Flickr</a> or <a title="Digg" href="http://www.digg.com">Digg</a>, and it pulls these in to a river of news and updates from your friends and acquaintances.&#160; You are then able to comment, enjoy or even re-share anything that you see.</p>
<p>This simple concept has seemingly been thought out from a small service to a burgeoning community with tens of thousands of folks interacting continuously with it.&#160; It would seem to be a logistical nightmare, but on the surface FriendFeed does a very admirable job of maintaining a simple, responsive and, more importantly, <em>engaging and addictive</em> demeanor.</p>
<p>Forgive me for not providing a link, but recently I read in a FriendFeed comment that the service was no more than an AM radio call-in show for the internet age.&#160; This comment, perhaps meant as dismissive, stayed with me.&#160; The parallels between FriendFeed and talk radio are there – a comment or link is thrown out, the pundits and peanut gallery get a hold of it and provide their two cents.&#160; The conversation turns, sometimes in a wonderful, exciting direction, sometimes darkly negative. </p>
<p>This result, though, is almost secondary to the actual point:&#160; <em>The coversation is there.&#160; The conversation turns.&#160; It breeds more conversation, more sharing of knowledge, and more synthesis.</em></p>
<p><a title="Flickr - Zenith" href="http://www.flickr.com/photos/93338644@N00/2404928836/"><img title="zenith" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 5px; border-right-width: 0px" height="196" alt="zenith" src="http://www.scribkin.com/wp-content/uploads/2008/07/zenith.jpg" width="244" align="right" border="0" /></a> In this light, I hazard to say that FriendFeed, while perhaps emulating the humble radio call-in show trades the local and redneck nature that tend to mark such shows with a national or even global community, revealing, yes, perhaps narrow views, but also extremely worldly and wise views.&#160; It merges these worlds with apparent ease and a unique mechanism that seems to prevent the quick formation of cliques and walls – silos, perhaps – that seem to happen in other social mediums.</p>
<p>History will tell us if this bold experiment in to social knowledge sharing and synthesis will maintain its momentum, grow, or perhaps result in catastrophic failure.&#160; It is however, quite in fact, <strong>unprecedented </strong>in its ability and scope.</p>
<p>In conclusion, you may be a gatherer of information, or you may not have a strong social interest, and that’s ok.&#160; However, if you do think such a medium is worth your time and effort, I can virtually guarantee you, in terms of knowledge, information, and social contact, FriendFeed will reward you ten times for the effort you put in.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scribkin.com/2008/07/07/friendfeedam/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:thumbnail url="http://www.scribkin.com/wp-content/uploads/2008/07/virtues.jpg" />
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/07/virtues.jpg" medium="image">
			<media:title type="html">Patience</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/07/zenith.jpg" medium="image">
			<media:title type="html">zenith</media:title>
		</media:content>
	</item>
		<item>
		<title>ReadBurner Feeds the NewsGator</title>
		<link>http://www.scribkin.com/2008/06/24/readburner-feeds-the-newsgator/</link>
		<comments>http://www.scribkin.com/2008/06/24/readburner-feeds-the-newsgator/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 05:07:28 +0000</pubDate>
		<dc:creator>Phil Glockner</dc:creator>
				<category><![CDATA[Related]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[aggregator]]></category>
		<category><![CDATA[external]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[NewsGator]]></category>
		<category><![CDATA[ReadBurner]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.scribkin.com/2008/06/24/readburner-feeds-the-newsgator/</guid>
		<description><![CDATA[ReadBurner unveils support for sharing articles with the NewsGator family of products, and super-fancy site enhancements!]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.scribkin.com/wp-content/uploads/2008/06/readburnerlogo.png" rel="lightbox[307]"><img title="readburner-logo" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 5px; border-right-width: 0px" height="47" alt="readburner-logo" src="http://www.scribkin.com/wp-content/uploads/2008/06/readburnerlogo-thumb.png" width="251" align="right" border="0" /></a> That is probably the <strong>punniest</strong> headline I’ve written to date.&#160; <em>Sorry for the groan.</em></p>
<p><span id="more-307"></span></p>
<h3>Taming the gator</h3>
<p><img title="readburner-tagline" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 5px; border-right-width: 0px" height="204" alt="readburner-tagline" src="http://www.scribkin.com/wp-content/uploads/2008/06/readburnertagline.png" width="35" align="right" border="0" />The news from <a title="ReadBurner" href="http://www.readburner.com">ReadBurner</a> is anything but a joke, though.&#160; In short, ReadBurner now supports direct sharing from all the NewsGator products: <a title="NetNewsWire" href="http://www.newsgator.com/Individuals/NetNewsWire/Default.aspx">NetNewsWire</a>, <a title="NewsGator Inbox" href="http://www.newsgator.com/Individuals/NewsGatorInbox/Default.aspx">NewsGator Inbox</a>, <a title="NewsGator Online - Free!" href="http://www.newsgator.com/Individuals/NewsGatorOnline/Default.aspx">NewsGator Online</a>, and last but not least, <a title="FeedDemon" href="http://www.newsgator.com/Individuals/FeedDemon/Default.aspx">FeedDemon</a>.&#160; Of course, transparent support continues for <a title="Google Reader" href="http://reader.google.com">Google Reader</a> and <a title="Netvibes" href="http://www.netvibes.com">Netvibes</a>.</p>
<p>Full instructions for adding your shared articles can be found <a title="ReadBurner: Add Feed" href="http://www.readburner.com/addfeed/ng">here</a>, or by going to the home page and clicking on the light-gray <strong>Add Feed</strong> link.</p>
<p>Once your feed has been recorded in ReadBurner, your shared items will immediately start being tallied in the system.&#160; ReadBurner is (what they call) a <strong>100% democratic</strong> aggregator.&#160; That means that the system does what it can to make sure each share is counted, but with no redundancy.&#160; This means that, as you surf their site or subscribe to one of the aggregate <a title="scribkin - What is RSS?" href="http://www.scribkin.com/2008/04/01/primer-rss/" target="_blank">RSS</a> feeds (I recommend the <a title="ReadBurner: Climbing" href="http://www.readburner.com/s/upc/cat/all">climbing category</a>), you will get unique stories that haven’t been <em>gamed.</em></p>
<p>They have also added a new color to the share names.&#160; Now, along with blue for Google Reader and green for Netvibes, you have RB orange for NewsGator folks!</p>
<p>The other bit of news is that ReadBurner supports <em>ajaxed iframes </em>to render a preview of any article on their site!</p>
<h3>Slick Ajax Iframes!&#160; .. Iwhats?</h3>
<p>Basically, an <a href="http://en.wikipedia.org/wiki/iframe" target="_top" alt="iframe"  title="iframe"  rel="nofollow" style="background-color:#F5F5F5 " >iframe</a> is an embedded web site or other formatted data inside of a browser window.&#160; It is different from a <a href="http://en.wikipedia.org/wiki/popover" target="_top" alt="popover"  title="popover"  rel="nofollow" style="background-color:#F5F5F5 " >popover</a> or <a href="http://en.wikipedia.org/wiki/popunder" target="_top" alt="popunder"  title="popunder"  rel="nofollow" style="background-color:#F5F5F5 " >popunder</a> browser window in that the frame is still part of the web page you are viewing.&#160; Combine iframes with <a href="http://en.wikipedia.org/wiki/ajax" target="_top" alt="ajax"  title="ajax"  rel="nofollow" style="background-color:#F5F5F5 " >ajax</a> (a fancy web enhancement that lets parts of web pages update without refreshing the entire page), and you have some really flashy effects.</p>
<p>So if you want to see an example of ajax, and you are reading this on my web site, you can click on the ReadBurner logo up at the top of this article to get a larger version.. <em>in an iframe.</em></p>
<p><a href="http://www.scribkin.com/wp-content/uploads/2008/06/rbiframeshot.gif" rel="lightbox[307]"><img title="rb-iframe-shot" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 5px; border-right-width: 0px" height="99" alt="rb-iframe-shot" src="http://www.scribkin.com/wp-content/uploads/2008/06/rbiframeshot-thumb.gif" width="157" align="right" border="0" /></a> ReadBurner uses a similar effect in a couple of different places.&#160; The new development is embedded in the story headlines on their site.&#160; You can see an example by clicking on the thumbnail to the right.</p>
<p>To get the pop-up iframe, simply click on any bold headline on the page.&#160; If you want to go to the original article, they have added a big <strong>red arrow</strong> next to each article that will navigate you to the article in question.</p>
<p>This feature has already generated a bit of debate, so no matter if you love it or not, they are ready to hear your side.&#160; Just go to the <a title="ReadBurner: Blog" href="http://blog.readburner.com">official blog</a> and leave a comment.</p>
<p>The other place, in case you were wondering, is the tabs across the top of the ReadBurner page.. the ones for <strong>NewsGator, Netvibes, </strong>and <strong>Google Reader. </strong>They will bring up those respective pages <em>inside</em> the ReadBurner page.&#160; Smooth.</p>
<h3>Now Go Enjoy</h3>
<p>Hopefully, you will really dig the new functionality, especially if you are a NewsGator user.&#160; Head over and see if you can’t find a few new blogs to follow or subscribe to.&#160; And if you run a blog, be sure to get your <a title="ReadBurner Blog: Chicklets" href="http://blog.readburner.com/2008/06/02/we%E2%80%99ve-got-chiclets/">chicklet</a> (I actually call them <em>widgets</em>) and proudly display how many times your articles have been shared!</p>
<p>By the way, if you want to know where I stand you can see my chicklets on my <a title="[scribkin] Contributors" href="http://www.scribkin.com/contributors/">contributors page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scribkin.com/2008/06/24/readburner-feeds-the-newsgator/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:thumbnail url="http://www.scribkin.com/wp-content/uploads/2008/06/readburnerlogo-thumb.png" />
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/06/readburnerlogo-thumb.png" medium="image">
			<media:title type="html">readburner-logo</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/06/readburnertagline.png" medium="image">
			<media:title type="html">readburner-tagline</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/06/rbiframeshot-thumb.gif" medium="image">
			<media:title type="html">rb-iframe-shot</media:title>
		</media:content>
	</item>
		<item>
		<title>My ISP is a DNS Sellout!</title>
		<link>http://www.scribkin.com/2008/06/13/my-isp-is-a-dns-sellout/</link>
		<comments>http://www.scribkin.com/2008/06/13/my-isp-is-a-dns-sellout/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 01:37:35 +0000</pubDate>
		<dc:creator>Phil Glockner</dc:creator>
				<category><![CDATA[Related]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[OpenDNS]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.scribkin.com/?p=276</guid>
		<description><![CDATA[This has been brought up in the past, but recently I’ve noticed that my Internet Service Provider, Road Runner from Time Warner Cable, has decided that when I typo on the location bar, it’s perfectly acceptable to send me to a not-so-helpful search result page.]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="float:right;text-align:center;"><a href="http://en.wikipedia.org/wiki/Image:Road_Runner_%28ISP%29_Logo_With_Character_Cropped.PNG"><img title="Road Runner's official logo and mascot" src="http://upload.wikimedia.org/wikipedia/en/thumb/6/6f/Road_Runner_%28ISP%29_Logo_With_Character_Cropped.PNG/202px-Road_Runner_%28ISP%29_Logo_With_Character_Cropped.PNG" border="0" alt="Road Runner's official logo and mascot" /></a></p>
<p class="zemanta-img-attribution">Image via <a href="http://en.wikipedia.org/wiki/Image:Road_Runner_%28ISP%29_Logo_With_Character_Cropped.PNG" target="_blank">Wikipedia</a></p>
</div>
<p>This has been brought up in the past, but recently I’ve noticed that my Internet Service Provider (<a href="http://en.wikipedia.org/wiki/ISP" target="_top" alt="ISP"  title="ISP"  rel="nofollow" style="background-color:#F5F5F5 " >ISP</a>), Road Runner from Time Warner Cable, has decided that when I typo on the location bar, it’s perfectly acceptable to send me to a <em>not-so-</em>helpful <strong>search result</strong> page.</p>
<p><span id="more-276"></span></p>
<h3>The Problem</h3>
<p>This usually happens to me when I typo my own domain, <a title="Road Runner - Website Suggestions" href="http://ww23.rr.com/index.php?origURL=http://www.scrikbin.com/" target="_blank">like this</a> (or you can click on the picture for a bigger version):</p>
<p align="center"><a href="http://www.scribkin.com/wp-content/uploads/2008/06/roadrunner.png" rel="lightbox[276]"><img style="border: 0px none ;" title="roadrunner" src="http://www.scribkin.com/wp-content/uploads/2008/06/roadrunner-thumb.png" border="0" alt="roadrunner" width="485" height="383" /></a></p>
<p>As you can see, the result pages are pretty much bogus.  In fact, even legit-sounding sites like <strong>myspace</strong> resolve to blatantly different spam and link farm targets.  This page may look like a search result page, but it really isn’t.  <em>It’s a huge advertisement for Time Warner’s nebulous affiliates.</em></p>
<p>I’m guessing that it should include my site, since I simply transposed two letters, but it doesn’t.  And <strong>I don’t think it ever will.</strong></p>
<p>In the upper right corner, I noticed that Road Runner claims the search results are from Yahoo!  It also has a link entitled, “Why Am I Here”?  Which, when clicked, opens an <em>ajaxy</em> description:</p>
<p align="center"><a href="http://www.scribkin.com/wp-content/uploads/2008/06/whyamihere.png" rel="lightbox[276]"><img style="border: 0px none ;" title="why-am-i-here" src="http://www.scribkin.com/wp-content/uploads/2008/06/whyamihere-thumb.png" border="0" alt="why-am-i-here" width="530" height="143" /></a></p>
<p>Here’s the <a title="Road Runner Typo Service FAQ" href="http://ww23.rr.com/faq.php" target="_blank">FAQ page</a>.  The other blue text, the <a title="Road Runner Typo Service Preferences" href="http://ww23.rr.com/prefs.php" target="_blank">Preferences page</a>, is interesting in that it doesn’t seem to have any sort of login or other means of knowing <em>who you are</em>.  I am guessing they log the IP I (or other Road Runner clients) are using, and use that as a basis for future URL typo preferences.</p>
<p>By the way, I also did a specific Yahoo! search for the same typo and here is the result:</p>
<p align="center"><a href="http://www.scribkin.com/wp-content/uploads/2008/06/yahooresult.png" rel="lightbox[276]"><img style="border: 0px none ;" title="yahoo-result" src="http://www.scribkin.com/wp-content/uploads/2008/06/yahooresult-thumb.png" border="0" alt="yahoo-result" width="562" height="243" /></a></p>
<p>Not helpful, but also not<strong> harmful.</strong></p>
<h3>The Obvious Solution</h3>
<p><a href="http://www.scribkin.com/wp-content/uploads/2008/06/firefoxnotfound.png" rel="lightbox[276]"><img style="border: 0px none ; margin: 0px 0px 0px 5px;" title="firefox-not-found" src="http://www.scribkin.com/wp-content/uploads/2008/06/firefoxnotfound-thumb.png" border="0" alt="firefox-not-found" width="200" height="112" align="right" /></a></p>
<p>So, Time Warner doesn&#8217;t want to get in trouble for this practice, so the preferences pane is their way of allowing you to <em>opt out </em>of their crappy service.  And indeed, after updating my preferences, waiting the requisite 10 minutes, and trying my URL again, I got the standard Firefox <em>page load error</em> page, see over there to the right.</p>
<p>This would be the easy and perfectly adequate solution to this predatory practice.  However&#8230;</p>
<h3>A Better Solution?</h3>
<p><a title="OpenDNS" href="http://www.openDNS.com" target="_blank"><img style="border: 0px none ;" title="opendns-logo" src="http://www.scribkin.com/wp-content/uploads/2008/06/opendnslogo.png" border="0" alt="opendns-logo" width="147" height="56" align="right" /></a>We can actually go a step further, and <em>avoid using the ISP&#8217;s DNS service completely! </em>You may think that you are stuck using whatever your ISP gives you via <a href="http://en.wikipedia.org/wiki/DHCP" target="_top" alt="DHCP"  title="DHCP"  rel="nofollow" style="background-color:#F5F5F5 " >DHCP</a> but you aren&#8217;t.</p>
<p>First, let me explain a bit.  <a href="http://en.wikipedia.org/wiki/DNS" target="_top" alt="DNS"  title="DNS"  rel="nofollow" style="background-color:#F5F5F5 " >DNS</a> stands for <a href="http://en.wikipedia.org/wiki/<strong>Domain Name System</strong>" target="_top" alt="<strong>Domain Name System</strong>"  title="<strong>Domain Name System</strong>"  rel="nofollow" style="background-color:#F5F5F5 " ><strong>Domain Name System</strong></a> and it&#8217;s what computers on the internet use to figure out what the real number address for a website is.  When you type in something like <strong><a href="http://www.twitter.com">www.twitter.com</a></strong>, what your computer does is ask the DNS server what the <em>address</em> for that domain is.  The server looks it up from a table, and returns a number.. the <a href="http://en.wikipedia.org/wiki/<strong>IP address</strong>" target="_top" alt="<strong>IP address</strong>"  title="<strong>IP address</strong>"  rel="nofollow" style="background-color:#F5F5F5 " ><strong>IP address</strong></a>.  For Twitter, this would be: <strong>128.121.146.100 </strong>.</p>
<p>Go ahead and try it&#8230; you can get to twitter with that number:  <a href="http://128.121.146.100">http://128.121.146.100</a></p>
<p>But who wants to remember a long string of numbers for each web site they go to?  Thus the existence of DNS.</p>
<p>Anyway, in order to distribute the load of all these computers doing DNS lookups all the time, what is set up is a tiered system of DNS servers, all pointing up to an <a href="http://en.wikipedia.org/wiki/authoritative name server" target="_top" alt="authoritative name server"  title="authoritative name server"  rel="nofollow" style="background-color:#F5F5F5 " >authoritative name server</a> (actually 5 or 6) up at the top.  They are supposed to know pretty much every IP address in existence.  Once the lower-level DNS server gets the result, it <a href="http://en.wikipedia.org/wiki/<em>caches</em>" target="_top" alt="<em>caches</em>"  title="<em>caches</em>"  rel="nofollow" style="background-color:#F5F5F5 " ><em>caches</em></a> it, so that future lookups are faster.</p>
<p>Back to alternative DNS servers.  In the past, if your ISP had an unreliable, slow or suspect DNS server, you could use a different one, pretty much any DNS server on the internet.  In theory they are all supposed to give you essentially the same results.</p>
<p>But unless you <em>really knew </em>that the DNS server you were using was legit, it&#8217;s kind of scary to just start trusting random servers out there for your lookup results.  Remember &#8212; <strong>the DNS server can tell your computer <em>anything</em></strong> and it would be trusted implicitly.  One second you are going to twitter, the next you might be going <strong>somewhere completely different.</strong></p>
<p>So, a group called <a title="OpenDNS" href="http://www.opendns.com/" target="_blank">OpenDNS</a> was formed to provide a safe, reliable way of getting DNS results that you can hold them responsible for.  Also, they are committed to speedy results.<img style="border: 0px none ; margin: 5px 0px 0px 5px;" title="opendns-IP" src="http://www.scribkin.com/wp-content/uploads/2008/06/opendnsip.png" border="0" alt="opendns-IP" width="125" height="113" align="right" /></p>
<p>If you are going to go through the trouble of <em>re-programming your PC or router</em> to use a specific DNS server,  I would recommend OpenDNS.  They have full instructions for changing your PC or router settings on their page, and they work with other organizations (such as <a title="Google" href="http://www.google.com" target="_blank">Google</a>) to help prevent you from accidentally going to a <a href="http://en.wikipedia.org/wiki/phishing" target="_top" alt="phishing"  title="phishing"  rel="nofollow" style="background-color:#F5F5F5 " >phishing</a> or other nasty site.</p>
<p><strong>Best of all, they will never send you to an advertising-laden pseudo-search engine spam result page!</strong></p>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/d8cd1c46-8036-427d-ab2e-449616817891/"><img class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_a.png?x-id=d8cd1c46-8036-427d-ab2e-449616817891" alt="Zemanta Pixie" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.scribkin.com/2008/06/13/my-isp-is-a-dns-sellout/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:thumbnail url="http://upload.wikimedia.org/wikipedia/en/thumb/6/6f/Road_Runner_%28ISP%29_Logo_With_Character_Cropped.PNG/202px-Road_Runner_%28ISP%29_Logo_With_Character_Cropped.PNG" />
		<media:content url="http://upload.wikimedia.org/wikipedia/en/thumb/6/6f/Road_Runner_%28ISP%29_Logo_With_Character_Cropped.PNG/202px-Road_Runner_%28ISP%29_Logo_With_Character_Cropped.PNG" medium="image">
			<media:title type="html">Road Runner's official logo and mascot</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/06/roadrunner-thumb.png" medium="image">
			<media:title type="html">roadrunner</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/06/whyamihere-thumb.png" medium="image">
			<media:title type="html">why-am-i-here</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/06/yahooresult-thumb.png" medium="image">
			<media:title type="html">yahoo-result</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/06/firefoxnotfound-thumb.png" medium="image">
			<media:title type="html">firefox-not-found</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/06/opendnslogo.png" medium="image">
			<media:title type="html">opendns-logo</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/06/opendnsip.png" medium="image">
			<media:title type="html">opendns-IP</media:title>
		</media:content>
		<media:content url="http://img.zemanta.com/reblog_a.png?x-id=d8cd1c46-8036-427d-ab2e-449616817891" medium="image">
			<media:title type="html">Zemanta Pixie</media:title>
		</media:content>
	</item>
		<item>
		<title>Toluu Just Got Better: New Feed Page Views and More!</title>
		<link>http://www.scribkin.com/2008/06/11/toluu-just-got-better-new-feed-page-views-and-more/</link>
		<comments>http://www.scribkin.com/2008/06/11/toluu-just-got-better-new-feed-page-views-and-more/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 14:02:16 +0000</pubDate>
		<dc:creator>Phil Glockner</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Bookmarklet]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[new features]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[toluu]]></category>

		<guid isPermaLink="false">http://www.scribkin.com/?p=262</guid>
		<description><![CDATA[My use of Toluu has grown these past few weeks to the point where it has become a permanent addition to the list of useful sites I hit almost every day.  So imagine how pleased I was to hear that Toluu was going to add some great new features today!]]></description>
			<content:encoded><![CDATA[<p><a title="Toluu" href="http://www.toluu.com" target="_blank"><img class="alignright" title="toluu-icon" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="50" alt="toluu-icon" src="http://www.scribkin.com/wp-content/uploads/2008/06/toluuicon.jpg" width="50" align="right" border="0" /></a> Many of my regular readers will be familiar with <a title="Toluu" href="http://www.toluu.com" target="_blank">Toluu</a> because I have linked to it quite a bit, especially in my <a title="Lijit Blog Search: RSS Reset " href="http://www.lijit.com/search/eng1ne?q=rss%20reset&amp;type=blog" target="_blank">RSS Reset</a> articles.&#160; Toluu is a useful, unique utility that allows you to build a portfolio of RSS feeds that you subscribe to, and then using a matching algorithm, receive recommendations for feeds that you might like and other Toluu users that have similar tastes as you.</p>
<p>My use of Toluu has grown these past few weeks to the point where it has become a permanent addition to the list of useful sites I hit almost every day.&#160; So imagine how pleased I was to hear that Toluu was going to add some great new features today!</p>
<p><span id="more-262"></span></p>
<h3>New Feed View Tabs</h3>
<p><a title="Toluu Blog" href="http://www.toluu.com/blog/" target="_blank">Caleb</a> is the primary developer for Toluu and he’s been hard at work improving the service.&#160; The big update is definitely the new feed page views.&#160; Whenever you click on a feed (you can find mine <a title="Toluu: scribkin" href="http://www.toluu.com/feeds/214629282" target="_blank">here</a>), there are now some additional tabs you can view:</p>
<p align="center"><img title="toluu-feed-pane" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="369" alt="toluu-feed-pane" src="http://www.scribkin.com/wp-content/uploads/2008/06/toluufeedpane.png" width="568" border="0" /></p>
<p>The tabs are mostly self-explanatory.&#160; <strong>Recent </strong>gives you a chronological view, starting with the most recently article.&#160; <strong>Popular</strong> uses some Toluu magic to bring the most popular articles up to the top.&#160; Finally, <strong>Subscribers</strong> lets you see who is currently subscribed to that feed in Toluu (I will ignore the fact that <em>only three of you</em> are subscribed to my feed through Toluu!&#160; <strong>For shame!</strong>)</p>
<p>In addition to the tabs are the ability to add a feed to your RSS reader, recommend a feed, and add a feed to your favorites.&#160; These options haven’t changed.</p>
<h3>Speed Improvements</h3>
<p>Caleb and company have also improved the speed on the <strong>contacts</strong> page.&#160; Caleb says that it is now 3 times faster getting the list of contacts for your perusal.</p>
<p align="center"><img title="toluu-contacts-nav" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="309" alt="toluu-contacts-nav" src="http://www.scribkin.com/wp-content/uploads/2008/06/toluucontactsnav.png" width="557" border="0" /></p>
<p>In order to get to your contacts list, log in, and then on your profile page you will see a list of contacts on the right side.&#160; Simply click on the word <strong>Contacts</strong> or <strong>View all</strong> and you will get there.&#160; On an interface design aside: I just noticed that the word &quot;Contacts” isn’t underlined – I will make the suggestion that it is to hint to users that it is, in fact, a link.</p>
<h3>Benefit</h3>
<p>These changes aren’t just cosmetic, they add real functionality and use to the site.&#160; Caleb is all about enabling people to find interesting new feeds out there to read, and making those feeds easy to add to your reader.&#160; To that end the new tabs add a new dimension to the feed browsing experience.&#160; The <strong>Popular </strong>tab gives you a quick way to take a look at a selection of the best articles from a particular feed, and the <strong>Subscribers</strong> tab will enable you to find other followers of a feed that you may not have noticed before.&#160; Once you add those people as contacts, you get to peruse <em>their </em>selection of feeds and find some great stuff!</p>
<p>I encourage you to go out and re-visit <a title="Toluu" href="http://www.toluu.com" target="_blank">Toluu</a>, sync up your <strong>OPML</strong>, grab the <strong>bookmarklet</strong> (found on the OPML import page) and make use of the new features!</p>
<h3>25 Invitations</h3>
<p>Don’t have an account yet?&#160; Not a problem!&#160; Caleb has hooked me up with 25 extra invites to use the service.&#160; Please <strong>comment below</strong> <em>with your email address </em>or <strong>email me</strong> at <a href="mailto:phil@scribkin.com?subject=Please Send Me a Toluu Invite!">phil (at) scribkin.com</a><em> </em>and I’ll be happy to send an invite your way!</p>
<div class="zemanta-related">
<p class="zemanta-related-title">Related articles</p>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a title="Open in new window" href="http://www.readwriteweb.com/archives/toluu_gets_updated.php">Toluu Gets Updated, Adds Twitter Integration and More</a> </li>
<li class="zemanta-article-ul-li"><a title="Open in new window" href="http://www.readwriteweb.com/archives/rss_reset_dump_your_feeds_for.php">RSS Reset: Dump Your Feeds for a Month</a> </li>
</ul></div>
]]></content:encoded>
			<wfw:commentRss>http://www.scribkin.com/2008/06/11/toluu-just-got-better-new-feed-page-views-and-more/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
	
		<media:thumbnail url="http://www.scribkin.com/wp-content/uploads/2008/06/toluuicon.jpg" />
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/06/toluuicon.jpg" medium="image">
			<media:title type="html">toluu-icon</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/06/toluufeedpane.png" medium="image">
			<media:title type="html">toluu-feed-pane</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/06/toluucontactsnav.png" medium="image">
			<media:title type="html">toluu-contacts-nav</media:title>
		</media:content>
	</item>
		<item>
		<title>WinExtra&#8217;s New Sunday Blog Review: First Up, scribkin!</title>
		<link>http://www.scribkin.com/2008/06/01/winextras-new-sunday-blog-review-first-up-scribkin/</link>
		<comments>http://www.scribkin.com/2008/06/01/winextras-new-sunday-blog-review-first-up-scribkin/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 07:41:57 +0000</pubDate>
		<dc:creator>Phil Glockner</dc:creator>
				<category><![CDATA[Related]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[scribkin]]></category>
		<category><![CDATA[WinExtra]]></category>

		<guid isPermaLink="false">http://www.scribkin.com/2008/06/01/winextras-new-sunday-blog-review-first-up-scribkin/</guid>
		<description><![CDATA[It was with complete surprise that I learned tonight that this blog was chosen to be the very first on WinExtra's new series, the Sunday Blog Review!]]></description>
			<content:encoded><![CDATA[<p><a title="WinExtra" href="http://www.winextra.com/" target="_blank"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="90" alt="winextra-logo" src="http://www.scribkin.com/wp-content/uploads/2008/06/winextra-logo1.jpg" width="283" align="right" border="0" /></a> <em>It was with complete surprise</em> that I learned tonight that this blog was chosen to be the <a title="WinExtra - Sunday Blog Review: scribkin" href="http://www.winextra.com/2008/06/01/sunday-blog-review-scribkin/" target="_blank">very first</a> on <a title="WinExtra - Steven Hodson" href="http://www.winextra.com" target="_blank">WinExtra</a>&#8217;s new series, the <a title="WinExtra - A New Weekend Feature Coming to WinExtra" href="http://www.winextra.com/2008/05/31/a-new-weekend-feature-coming-to-winextra/" target="_blank">Sunday Blog Review</a>!&#160; </p>
<p>I was looking forward to seeing the review, as <a title="WinExtra - About" href="http://www.winextra.com/about/" target="_blank">Steven Hodson</a> had promoted the series earlier in the day.&#160; I just happened to be on FriendFeed when it picked up Steven&#8217;s tweet about the new article:</p>
<p><a title="It&#39;s a Surprise!" href="http://tinyurl.com/6rpta3" target="_blank"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 50px; border-right-width: 0px" height="220" alt="tweetshot-winextra" src="http://www.scribkin.com/wp-content/uploads/2008/06/tweetshot-winextra.png" width="504" border="0" /></a></p>
<p>Of course, I replied immediately in utter disbelief, and rushed over to check out the article.</p>
<p>Overall, I am completely flattered and honored that Steven chose my site to be reviewed.&#160; This attention really helps reinforce my resolve to continue writing solid, helpful posts and news into the future.&#160; And with that resolve comes a new awareness of <em>networking.&#160; </em></p>
<p>While each of our blogs may be an island, its important to remember that when reading something interesting or useful, link it up if you write about that subject later.&#160; It will add depth to your article and raise awareness for the other site.</p>
<p><strong>Now, head over to <a title="WinExtra - Steven Hodson" href="http://www.winextra.com" target="_blank">WinExtra</a> and check out the <a title="WinExtra - Sunday Blog Review: scribkin" href="http://www.winextra.com/2008/06/01/sunday-blog-review-scribkin/" target="_blank">article</a>!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.scribkin.com/2008/06/01/winextras-new-sunday-blog-review-first-up-scribkin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:thumbnail url="http://www.scribkin.com/wp-content/uploads/2008/06/winextra-logo1.jpg" />
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/06/winextra-logo1.jpg" medium="image">
			<media:title type="html">winextra-logo</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/06/tweetshot-winextra.png" medium="image">
			<media:title type="html">tweetshot-winextra</media:title>
		</media:content>
	</item>
		<item>
		<title>YAAOF &#8211; Yet Another Article on FriendFeed</title>
		<link>http://www.scribkin.com/2008/05/28/yaaof-yet-another-article-on-friendfeed/</link>
		<comments>http://www.scribkin.com/2008/05/28/yaaof-yet-another-article-on-friendfeed/#comments</comments>
		<pubDate>Wed, 28 May 2008 14:00:12 +0000</pubDate>
		<dc:creator>Phil Glockner</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[friendfeed]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[social bookmark]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.scribkin.com/?p=173</guid>
		<description><![CDATA[I know what you are thinking... This is the 35th FriendFeed post I have read in the past week! And you are absolutely correct.]]></description>
			<content:encoded><![CDATA[<p>I know what you are thinking&#8230;</p>
<blockquote><p><em><strong>This is the 35th FriendFeed post I have read in the past week!</strong></em></p>
</blockquote>
<p>And you are absolutely correct.</p>
<h3>I Need A Fix</h3>
<p><a href="http://www.scribkin.com/wp-content/uploads/2008/05/syringe-pen.jpg" rel="lightbox[173]"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="114" alt="Syringe Pen" src="http://www.scribkin.com/wp-content/uploads/2008/05/syringe-pen-thumb.jpg" width="150" align="right" border="0" /></a> <a title="FriendFeed" href="http://www.friendfeed.com" target="_blank">FriendFeed</a> has been a big news item for a while and especially recently as a result of <a title="Twitter" href="http://www.twitter.com" target="_blank">Twitter</a> downtime.&#160; Apparently, when (to use a crude metaphor) the heroin runs out, people start glumly looking at methadone, but not with any real sense of excitement.&#160; Sure, it takes the edge off, but it <em>just isn&#8217;t the same.* </em></p>
<p>In any case, this post isn&#8217;t going to be comparing the two services at all.&#160; My goal with this post is to raise some questions I had about FriendFeed when I first started using it, and what I learned to address those questions.</p>
<p>So, on to the questions.</p>
<h3>Why Use FriendFeed?</h3>
<p><a title="Flickr - WE &#224; Jervis Bay - 8" href="http://www.flickr.com/photos/pvk/58685520" target="_blank"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="244" alt="By Pascal Vuylsteker. Attribution: Share Alike.  Some Rights Reserved." src="http://www.scribkin.com/wp-content/uploads/2008/05/kangaroo-fight.jpg" width="164" align="right" border="0" /></a> This is the <a href="http://en.wikipedia.org/wiki/elephant in the room" target="_top" alt="elephant in the room"  title="elephant in the room"  rel="nofollow" style="background-color:#F5F5F5 " >elephant in the room</a>.&#160; Why, indeed?</p>
<p>Ok, let me turn it around: <strong>Why use Twitter?</strong></p>
<p>Because it is <em>paradigm changing?</em> The <em>future </em>of the <em>internet?     <br /><a href="http://en.wikipedia.org/wiki/Web 3.0" target="_top" alt="Web 3.0"  title="Web 3.0"  rel="nofollow" style="background-color:#F5F5F5 " >Web 3.0</a>?</em></p>
<p>The answer is the same: <em>Why indeed?</em></p>
<p>So basically, I can&#8217;t answer this one for everybody.&#160; We all have a different reason for using Twitter.&#160;&#160; Similarly, everyone has a different reason for using FriendFeed.</p>
<p>From personal experience, my reasons for using both services have changed over time, and respectively my involvement in both have fluctuated.</p>
<h3>FriendFeed Doesn&#8217;t Consolidate Similar Items</h3>
<p><a title="Yuvisense: Codin Kid" href="http://blog.yuvisense.net/" target="_blank">Yuvi</a> (also known as <a title="The Stat Bot" href="http://www.thestatbot.com" target="_blank">The Stat Bot</a>) recently wrote <a title="Yuvisense - FriendFeed&#39;s Major Problem" href="http://blog.yuvisense.net/2008/05/27/friendfeeds-major-problem/" target="_blank">a post</a> grumbling about the fact that FriendFeed will not consolidate identical links from different sources, a major issue perceived by most who use the service.</p>
<p>Basically, it has a clever algorithm for consolidating all the posts <em>on the same</em> service within a certain small window (for example if you send a bunch of tweets you might get something like below.)&#160; But, if you bookmark the same article in 3 different services, it shows up <em>three times</em> in FriendFeed.</p>
<div>
<table cellspacing="0" cellpadding="2" width="598" align="center" border="0">
<tbody>
<tr>
<td valign="top" width="305"><strong>Consolidated</strong></td>
<td valign="top" width="291"><strong>Not Consolidated</strong></td>
</tr>
<tr>
<td align="center" width="305"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="107" alt="ff-consolidated" src="http://www.scribkin.com/wp-content/uploads/2008/05/ff-consolidated.png" width="294" border="0" /></td>
<td align="center" width="291"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="147" alt="ff-not-consolidated" src="http://www.scribkin.com/wp-content/uploads/2008/05/ff-not-consolidated.png" width="279" border="0" /></td>
</tr>
<tr>
<td align="center" width="305">&#160;</td>
<td align="center" width="291"><em><span style="font-size: xx-small"><a title="YuviSense - FriendFeed&#39;s Major Problem" href="http://blog.yuvisense.net/2008/05/27/friendfeeds-major-problem/" target="_blank">shamelessly stolen from Yuvi</a></span></em></td>
</tr>
</tbody>
</table></div>
<p>I have to admit, this was a cause for quite a bit of consternation for me when I started using FriendFeed as well.&#160; But now I am not as worried about it.&#160; Not because it isn&#8217;t a problem, but because of a handy filtering feature FriendFeed has called <strong>hide.</strong></p>
<p>See, what I wasn&#8217;t taking into account originally is that other people are smart enough to see what they want to see.&#160; In Twitter, you don&#8217;t have a choice.. you are either following someone or you aren&#8217;t.&#160; But in FriendFeed, you have a very flexible way of only seeing what you want to:</p>
<ul>
<li>View everything </li>
<li>Hide an entry </li>
<li>Hide all <strong>x service</strong> entries that don&#8217;t have any <strong>likes<em> </em></strong>or <strong>comments </strong>from a <strong>specific user</strong> </li>
<li>Hide all <strong><em>x</em> service</strong> entries from a <strong>specific user</strong> </li>
<li>Hide all <strong><em>x</em> service</strong> entries from <strong>everybody </strong>with no <strong>likes </strong>or <strong>comments</strong> </li>
<li>Hide all <strong>x service</strong> entries from <strong>everybody</strong> </li>
</ul>
<p>This means all the power is in the hands of the FriendFeed user.&#160; I should not need to care if I use 9 different social bookmarking services, because eventually my followers will notice that I bookmark everything to all of them, and filter out all but the one (or more) that they use.</p>
<p>And in fact, it could actually <em>actually hurt</em> me!&#160; If I consistently link up the same URL to the same 9 sites, my followers will learn that they aren&#8217;t missing anything by hiding the other services.&#160; If, on the other hand, I share one article to del.icio.us, another to tumblr, and a third in Pownce, my followers have to follow everything, and the moment I use more than one service to promote something.. what happens?&#160; <em>Annoying redundancy!</em></p>
<h3><em></em>I Can&#8217;t Keep Track of It All!</h3>
<p><a title="Joshua McKenty - IMG_4156" href="http://www.flickr.com/photos/32397729@N00/2297179486/" target="_blank"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="148" alt="confusion" src="http://www.scribkin.com/wp-content/uploads/2008/05/confusion.jpg" width="244" align="right" border="0" /></a></p>
<p>This does indeed take some getting used to.&#160; The key thing to remember here is that the <strong>flow</strong> of new links and updates is not set it stone.&#160; It&#8217;s not like listing a directory or even watching tweets float past.</p>
<p><em>In FriendFeed, any entry that has a <strong>like</strong> or <strong>comment</strong> (that isn&#8217;t hidden) jumps to the top of the feed.</em></p>
<p>So there are actually two observations you can take away from this fact:</p>
<ol>
<li><strong>You don&#8217;t have to read everything the first time. </strong>For a number of reasons, actually, which I will go into below. </li>
<li><strong>If you have seen the same entry more than once, it&#8217;s been noticed by someone.</strong> This is actually a good thing.&#160; With time, you will get skilled at noticing <em>where the conversations are happening.</em> </li>
</ol>
<h3><span style="text-decoration: underline">Where Are</span> the Conversations Happening?</h3>
<p>That question has a complex answer that has just gotten <em>more</em> complex with the advent of FriendFeed <strong>rooms.</strong> Before late last week, I could have given you some fairly simple instructions to make the most out of conversation-hunting in FriendFeed.&#160; <em>Well heck</em>, let&#8217;s start there anyway.</p>
<ul>
<li>The default method of (hopefully) getting some enjoyment or value out of FriendFeed is to follow a bunch of people and just refresh the main (<strong>friends</strong>) tab.&#160; You will see a combined lifestream of what your friends are doing online.&#160; Now, just look out for the postings that have a <strong>yellow smilie face (like) </strong>or <strong>dialog bubble icon (comment)</strong> under them. </li>
<li>If you want to <strong>filter by service</strong><em>, </em>the easiest way to get started is wait until you see the <strong>icon </strong>for the service you want appear, and click on it.&#160; FriendFeed will refresh, only showing you items from that service, from the people you follow. </li>
<li>If you notice someone posting some very interesting things, or making some insightful comments, <strong>click on their name</strong>.&#160; This will bring you to a filtered feed specific to this user.&#160; You can actually click on <strong>anyone</strong>, not only people you follow.&#160; Also, you can <strong>hover<em> </em>over </strong>a name to get more info about that person and if you are following them (and they you). </li>
<li><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 5px; border-right-width: 0px" height="125" alt="ff-discussion" src="http://www.scribkin.com/wp-content/uploads/2008/05/ff-discussion.png" width="164" align="right" border="0" />If you want to see <strong>who has liked/commented on your stuff</strong>, click on the <strong>me tab</strong> at the top of the window.&#160; That will show you everything you have posted.&#160; Unfortunately, there isn&#8217;t a way of showing just your entries with likes or comments. </li>
<li>If you want to see what you have <strong>liked </strong>or <strong>commented </strong>on, or the same for someone else, look for the <strong>discussion links </strong>in the right-hand nav bar.&#160; Click on <strong>see both</strong>.&#160; Alternatively, you can add the word <strong>discussion</strong> to the end of any user&#8217;s URL <em>except for rooms<strong>.</strong></em> </li>
</ul>
<h3>What Are Rooms?</h3>
<p>A very good question, and one that is still being answered.&#160; Rooms have just been added.&#160; Currently, I can give you what I know about them, but you will have to draw your own conclusion about their usefulness.</p>
<ul>
<li>Rooms can be public or private.&#160; If a room is <strong>private</strong>, a user will have to be <strong>invited </strong>to the room in order to join it and participate. </li>
<li>Rooms have their own history and conversation space.&#160; You will not see updates from a specific room unless you join it and check the box to see the updates on your home page. </li>
<li>If you click on the <strong>rooms</strong> tab you will see a combined updated feed of all the rooms you have joined. </li>
<li>Rooms use the same <em>namespace</em> as users.&#160; This means you will never have a room and a user with the same <strong>nickname</strong>.&#160; Think of a <strong>nickname</strong> as a <em>handle<strong>.. </strong></em>just like your login name (or handle) is unique and often different than your name, a rooms <strong>nickname</strong> is unique.&#160; However, the <strong>room name</strong> can be anything at all, including the same name as a different room or even a user&#8217;s name. </li>
<li>If you use <a title="FriendFeed Bookmarklet" href="http://friendfeed.com/share/bookmarklet" target="_blank">the bookmarklet</a> to share an item in FriendFeed, you can choose where to put the link.. either in your main feed, or a room you subscribe to. </li>
</ul>
<h3>Random Stuff</h3>
<p>I&#8217;m going to wrap with some other useful FriendFeed tips:</p>
<ul>
<li>If you want to follow a friend who is not on FriendFeed, you can make an <strong>imaginary friend</strong> with links to the services you want to follow.&#160; That way, you can share or discussion things they have found <em>in FriendFeed.</em> </li>
<li>Every page you see on FriendFeed <strong>has its own RSS feed.</strong> If you want an RSS feed with just the stuff that Joe Blow marked as <strong>liked</strong>, pull up that view and subscribe. </li>
<li>FriendFeed has its own <strong>API</strong> and already there some enterprising developers making sites that take advantage of it.&#160; For example, <a title="FFToGo" href="http://www.fftogo.com" target="_blank">FF To Go</a> or the <a title="FriendFeed Comments WordPress Plugin" href="http://blog.slaven.net.au/wordpress-plugins/friendfeed-comments-wordpress-plugin/" target="_blank">FriendFeed Comments Wordpress Plugin</a>. </li>
<li>If you hide somebody&#8217;s FriendFeed entries, you will hide both links and comment-only entries.&#160; Currently FriendFeed thinks of FriendFeed entries of all types as a single type. </li>
<li>There is no way of <strong>blacklisting </strong>or <strong>blocking</strong> someone completely.&#160; Even if you stop following someone, and hide everything they post, you will still see their comments.&#160; If they comment on your updates, however, <em>you can delete those.</em> </li>
<li>Your name appears as a link on every <strong>lifestream update, friendfeed post, comment</strong> or <strong>like.</strong>&#160; Why does this matter? Read my article on <a title="SheGeeks - FriendFeed and Your Personal Brand" href="http://shegeeks.net/friendfeed-and-your-personal-brand/" target="_blank">FriendFeed and your personal brand</a> over at <a title="SheGeeks" href="http://www.shegeeks.net" target="_blank">SheGeeks</a>.</li>
</ul>
<table border="0">
<tbody>
<tr>
<td valign="top"><a href="http://www.amazon.com/gp/redirect.html%3FASIN=0393314804%26tag=ws%26lcode=sp1%26cID=2025%26ccmID=165953%26location=/Trainspotting-Irvine-Welsh/dp/0393314804%253FSubscriptionId=0525E2PQ81DD7ZTWTK82"><img alt="" src="http://ecx.images-amazon.com/images/I/71YPFQ0C98L._SL75_.gif" border="1" /></a></td>
<td valign="top"><strong>Trainspotting</strong>          <br />by Irvine Welsh
<p><a href="http://www.amazon.com/gp/redirect.html%3FASIN=0393314804%26tag=ws%26lcode=sp1%26cID=2025%26ccmID=165953%26location=/Trainspotting-Irvine-Welsh/dp/0393314804%253FSubscriptionId=0525E2PQ81DD7ZTWTK82">Read more about this book&#8230;</a></p>
</td>
</tr>
</tbody>
</table>
<p><em>* </em>I have never taken IV drugs but I <strong>have read Trainspotting.</strong> And I am <strong>sure</strong> that&#8217;s about as close to taking heroin as I want to get.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scribkin.com/2008/05/28/yaaof-yet-another-article-on-friendfeed/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:thumbnail url="http://www.scribkin.com/wp-content/uploads/2008/05/syringe-pen-thumb.jpg" />
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/05/syringe-pen-thumb.jpg" medium="image">
			<media:title type="html">Syringe Pen</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/05/kangaroo-fight.jpg" medium="image">
			<media:title type="html">By Pascal Vuylsteker. Attribution: Share Alike.  Some Rights Reserved.</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/05/ff-consolidated.png" medium="image">
			<media:title type="html">ff-consolidated</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/05/ff-not-consolidated.png" medium="image">
			<media:title type="html">ff-not-consolidated</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/05/confusion.jpg" medium="image">
			<media:title type="html">confusion</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/05/ff-discussion.png" medium="image">
			<media:title type="html">ff-discussion</media:title>
		</media:content>
		<media:content url="http://ecx.images-amazon.com/images/I/71YPFQ0C98L._SL75_.gif" medium="image" />
	</item>
		<item>
		<title>First Look: Zemanta</title>
		<link>http://www.scribkin.com/2008/05/24/first-look-zemanta/</link>
		<comments>http://www.scribkin.com/2008/05/24/first-look-zemanta/#comments</comments>
		<pubDate>Sat, 24 May 2008 16:42:19 +0000</pubDate>
		<dc:creator>Phil Glockner</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[plug-ins]]></category>
		<category><![CDATA[Windows Live Writer]]></category>
		<category><![CDATA[Zemanta]]></category>

		<guid isPermaLink="false">http://www.scribkin.com/?p=166</guid>
		<description><![CDATA[The Zemanta plugin for Firefox looks promising.]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="float: right; margin: 1em"><a href="http://www.flickr.com/photos/67945918@N00/2408088284" target="_blank"><img style="border-right: medium none; border-top: medium none; display: block; border-left: medium none; border-bottom: medium none" height="192" alt="Zemanta Firefox plugin" src="http://farm4.static.flickr.com/3279/2408088284_bdf38a2b3b_m.jpg" width="193" /></a><font size="1">&#160; Image by </font><a href="http://www.flickr.com/photos/67945918@N00/2408088284" target="_blank"><font size="1">Tom Raftery</font></a><font size="1"> via Flickr</font></div>
<p>Today I noticed an interesting new multi-browser plugin called <a title="Zemanta" href="http://www.zemanta.com" target="_blank">Zemanta</a>. Having both <a title="Get Firefox!" href="http://www.getfirefox.com" target="_blank">Firefox</a> installed and a <a title="WordPress.org" href="http://www.wordpress.org" target="_blank">WordPress</a> blog, I decided I would give it a spin and see what it could dig up for me with <em>itself</em> as the topic. So far, it found a nice screenshot and a few good related articles.</p>
<p>Plus, it scans the articles for words it can make link-able with anchor tags, which saves time.&#160; And it suggests tags too. Ok, that&#8217;s pretty cool.</p>
<p><strong>It looks promising.</strong></p>
<p>For me personally though, I use <a class="zem_slink" title="Windows Live Writer" href="http://writer.live.com" target="_blank" rel="homepage">Windows Live Writer</a> almost exclusively when creating content for my blog. <a class="zem_slink" title="Zemanta ltd." href="http://www.zemanta.com" target="_blank" rel="homepage">Zemanta</a> works <em>through the browser</em> and only activates when it notices you are on a <strong>write post</strong> page for WordPress, <a title="Blogger" href="http://www.blogger.com" target="_blank">Blogger</a>, etc. So, I don&#8217;t know how much I will use it. We&#8217;ll see.</p>
</p>
<p> <fieldset class="zemanta-related" style="padding-right: 0pt; padding-left: 0pt; padding-bottom: 0pt; margin: 0.5em 0pt 1em; padding-top: 0pt"><legend class="zemanta-title">Related articles</legend>
</p>
<ul class="zemanta-article-ul" style="padding-right: 0pt; padding-left: 0pt; padding-bottom: 0pt; margin: 1em 0pt 1.5em; padding-top: 0pt">
<li class="zemanta-article" style="margin: 0.5em 2em"><a title="Open in new window" href="http://www.rawdev.net/2008/03/30/zemanta/" target="_blank">Zemanta</a> [via Zemanta] </li>
<li class="zemanta-article" style="margin: 0.5em 2em"><a title="Open in new window" href="http://fourstarters.com/2008/03/28/zemanta-content-suggestion-for-bloggers/" target="_blank">Zemanta &#8211; Content Suggestion for Bloggers</a> [via Zemanta] </li>
<li class="zemanta-article" style="margin: 0.5em 2em"><a title="Open in new window" href="http://blogs.vinuthomas.com/2008/04/09/zemanta-plugin-for-firefox-and-your-blog/" target="_blank">Zemanta Plugin for Firefox and your Blog</a> [via Zemanta] </li>
</ul>
<p> </fieldset>
</p>
<div class="zemanta-pixie" style="margin: 5px 0pt; width: 100%"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border-right: medium none; border-top: medium none; float: right; border-left: medium none; border-bottom: medium none" alt="" src="http://img.zemanta.com/pixie.png?x-id=83cf02b9-5b61-4eb1-89b4-e4dbc54bec28" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.scribkin.com/2008/05/24/first-look-zemanta/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:thumbnail url="http://farm4.static.flickr.com/3279/2408088284_bdf38a2b3b_m.jpg" />
		<media:content url="http://farm4.static.flickr.com/3279/2408088284_bdf38a2b3b_m.jpg" medium="image">
			<media:title type="html">Zemanta Firefox plugin</media:title>
		</media:content>
		<media:content url="http://img.zemanta.com/pixie.png?x-id=83cf02b9-5b61-4eb1-89b4-e4dbc54bec28" medium="image" />
	</item>
		<item>
		<title>Tell Me About RSSmeme</title>
		<link>http://www.scribkin.com/2008/05/12/tell-me-about-rssmeme/</link>
		<comments>http://www.scribkin.com/2008/05/12/tell-me-about-rssmeme/#comments</comments>
		<pubDate>Mon, 12 May 2008 14:00:27 +0000</pubDate>
		<dc:creator>Phil Glockner</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[disqus]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[RSSmeme]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://www.scribkin.com/?p=132</guid>
		<description><![CDATA[RSSmeme actually evolved, and continues to grow, from a very simple thought: Wouldn't it be cool to tally up how many times a news post is shared in Google Reader and make a list of the most popular articles?]]></description>
			<content:encoded><![CDATA[<p><a title="RSSmeme" href="http://rssmeme.com" target="_blank"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://www.scribkin.com/wp-content/uploads/2008/05/rssmeme-header.png" border="0" alt="rssmeme-header" width="604" height="84" /></a></p>
<p>This isn&#8217;t going to be just any run-of-the-mill review from me. Why? Because the application I am going to review is different in several substantial ways:</p>
<ul>
<li>It isn&#8217;t a piece of software you install on your PC</li>
<li>It isn&#8217;t a web application like <a title="Gmail" href="https://mail.google.com" target="_blank">Gmail</a> or <a title="YouTube" href="http://www.youtube.com" target="_blank">YouTube</a></li>
<li>It really isn&#8217;t exactly meant to be a destination page like <a title="My Yahoo!" href="http://my.yahoo.com" target="_blank">My Yahoo!</a> or <a title="iGoogle" href="http://www.google.com/ig" target="_blank">iGoogle</a></li>
</ul>
<p><span id="more-132"></span></p>
<h4>What is RSSmeme?</h4>
<p>So, given all these things that RSSmeme <em>is not</em>, what the heck is it? It actually evolved, and continues to grow, from a very simple thought: <em>Wouldn&#8217;t it be cool to tally up how many times a news post is shared in Google Reader and make a list of the most popular articles? </em>And in fact, it wasn&#8217;t <a title="Benjamin Golub - Look Out ReadBurner!" href="http://benjamingolub.com/2008/02/06/rssmeme-look-out-readburner/" target="_blank">Benjamin Golub</a> that originally had that thought.. it was probably the folks at <a title="ReadBurner" href="http://www.readburner.com" target="_blank">ReadBurner</a> or <a title="TechMeme" href="http://www.techmeme.com" target="_blank">TechMeme</a>.</p>
<p>RSSmeme sprung, virtually overnight, from a challenge Benjamin gave to himself to make a competing service, but written in <a title="Django" href="http://www.djangoproject.com/" target="_blank">Django</a>, a development framework based on the programming language <a title="Python" href="http://www.python.org/" target="_blank">Python</a>.</p>
<p>While all three services being similar in that they give you <strong>top news stories</strong> based on shared articles, they all have different directions that they are going.</p>
<ul>
<li><strong>ReadBurner </strong>is a pure democratic post counter. Nothing gets special consideration.</li>
<li><strong>TechMeme </strong>uses a proprietary set of rules and contributions to determine the hot news of the day.</li>
<li><strong>RSSmeme </strong>not only counts shares, but also allows <em>searching, parameterization, different views, and RSS everywhere.</em> It also now <strong><em>has an API.</em></strong> I&#8217;ll dive down into these features in this article.</li>
</ul>
<h4>Default Home Page</h4>
<p><a href="http://www.scribkin.com/wp-content/uploads/2008/05/rssmeme-shot-1.png" rel="lightbox[132]"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 1px 5px; border-right-width: 0px" src="http://www.scribkin.com/wp-content/uploads/2008/05/rssmeme-shot-1-thumb.png" border="0" alt="RSSmeme-shot-1" width="232" height="169" align="right" /></a> When you first visit RSSmeme, you will notice that it gives you a default view &#8212; <strong>Most Popular Stories From The Last 24 Hours</strong>. A lot of people will find this to be a useful page, it simply shows you what has been <em>shared</em> the most in the last day. But, as you look more closely at the individual articles, you will notice that a lot of the article&#8217;s header and text are actually <em>hyperlinks<strong>:</strong></em></p>
<ul>
<li>The subject</li>
<li>The author</li>
<li>The site (or <em>source)</em></li>
<li>The tags</li>
<li>The names of people who shared the article</li>
<li>&#8230; and more</li>
</ul>
<p>In fact, each of these hyperlinks (except the subject) sends a command back to the RSSmeme engine to refine your list of articles based on your selection. You can get a list of articles by author name, source, tag and sharer. There are really <em>two</em> reasons why this is awesome. First, it means you can <em>easily refine how to view the list of shared articles.</em></p>
<p>Second, and this is the one most people don&#8217;t immediately notice (even though it&#8217;s in the site&#8217;s title), <em><strong>Every page you generate has its own special RSS feed.</strong> </em></p>
<p>Yes.. you get it now. Want to add an RSS feed for just shared articles written by <a title="RSSmeme | Stories Published by Louisgray" href="http://www.rssmeme.com/author/145/" target="_blank">Louis Gray</a>? Nothing could be easier. How about the most recent articles from <a title="RSSmeme | Stories Published on Gizmodo" href="http://www.rssmeme.com/source/9/" target="_blank">Gizmodo</a>? Not a problem.</p>
<p>In fact, it&#8217;s almost addictively fun to link-surf through RSSmeme, pulling up different lists of articles by clicking on an author name here, a source there. And any page you can view in your browser, you can subscribe to as an RSS feed. Beautiful.</p>
<h4>Searching</h4>
<p>Searching has a couple of caveats in RSSmeme. You can search for article headline or text, or a user name. However, there isn&#8217;t a direct way to search specifically for an author or source name. And in fact, due to the nature by which RSSmeme compartmentalizes the data as it comes in, internally it refers to authors and sources with a specific ID number. If you know this number, it&#8217;s a cinch to pull up that info later.</p>
<p>What I recommend is, if you are looking for a specific author (say, yourself) or a specific source (web site), search for a recent article published by that author or source, click on the name, and then <em>bookmark</em> that search result for future reference.</p>
<p>For example, if you want a list of articles written by me, you can find it <a title="RSSmeme | Stories Published by J. Phil" href="http://www.rssmeme.com/author/57639/" target="_blank">here</a>.</p>
<h4>Parameterization</h4>
<p>Essentially, we have already been talking about this. Since RSSmeme analyzes the incoming RSS feeds for individual elements such as author, source and sharer, it naturally is able to generate a list based on any of these things. The user interface already holds a lot of this power. You can change the time period to search, and the minimum number of shares. If you watch the address bar closely, you can construct custom queries:</p>
<blockquote><p>Want to find all stories in the last 48 hours by Gizmodo that have over 3 shares?<br />
<a title="Stories Published 48 Hours Ago With At Least 3 Shares" href="http://www.rssmeme.com/custom/48/3/?source=9" target="_blank">http://www.rssmeme.com/custom/48/3/?source=9</a></p>
<p>Want to find all English articles in the last 72 hours that have over 15 shares?<br />
<a title="Stories Published 72 Hours Ago With At least 30 Shares" href="http://www.rssmeme.com/custom/72/30/?language=en">http://www.rssmeme.com/custom/72/30/?language=en</a></p></blockquote>
<p>If you are running up against a wall with the UI, you can explore the <a title="RSSmeme API Help" href="http://www.rssmeme.com/api/help/" target="_blank">RSSmeme API</a> as well. In fact, let&#8217;s talk about the API a bit.</p>
<h4>RSSmeme API</h4>
<p>Benjamin <a title="benjamingolub.com - RSSmeme Under Maintenance" href="http://benjamingolub.com/2008/05/09/rssmeme-under-maintenance-api-coming-soon/" target="_blank">just revamped</a> the RSSmeme engine, and in the process added support for an <strong><a title="RSSmeme | API Help" href="http://www.rssmeme.com/api/help/" target="_blank">Application Programming Interface</a><em>, </em></strong>or <strong>API.</strong> What this means to you is that you can write your own code to query RSSmeme and extract information out of it in any format and sort order you wish. Some other features (not inclusive):</p>
<ul>
<li>Different output formats, including the RSS standard ATOM</li>
<li>Limit the number of hours to go back</li>
<li>A specific feed ID</li>
<li>Share minimum and maximum</li>
<li>Language</li>
<li>Sort order</li>
<li>Source ID</li>
</ul>
<p>The API is very flexible. In fact, Benjamin has already created two very useful RSSmeme API-based tools that are very handy. The first is over on the sidebar of my site.. it&#8217;s the <strong><a title="5 Top Shared Stories - scribkin" href="http://www.rssmeme.com/api/?output=html&amp;order_by=-feed_count&amp;source=36632" target="_blank">5 Top Shared Stories</a></strong>. A few others:<a href="http://www.scribkin.com/wp-content/uploads/2008/05/scribkin-top-shared.png" rel="lightbox[132]"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 1px 5px; border-right-width: 0px" src="http://www.scribkin.com/wp-content/uploads/2008/05/scribkin-top-shared-thumb.png" border="0" alt="scribkin-top-shared" width="244" height="115" align="right" /></a></p>
<ul>
<li><a title="RSSmeme + FriendFeed" href="http://benjamingolub.com/2008/04/18/rssmeme-friendfeed-personalized-rssmeme/" target="_blank">FriendFeed-Personalized RSSmeme</a> &#8211; This one is great, I&#8217;ve been using it for over a month now.</li>
<li><a title="Creating a Most Shared Stories Widget for your Blog" href="http://benjamingolub.com/2008/05/10/creating-a-most-shared-stories-widget-for-your-blog/" target="_blank">Creating a Most Shared Stories Widget for your Blog</a> &#8211; See above</li>
<li><a title="Mobile RSSmeme" href="http://benjamingolub.com/2008/05/11/mobile-rssmeme/" target="_blank">Mobile RSSmeme</a> &#8211; You can find the result at <a title="RSSmeme Mobile" href="http://m.rssmeme.com/" target="_blank">m.rssmeme.com</a></li>
</ul>
<p>Other people are also starting to take note of the API as well. I found a post by <a title="Evaristo on Twitter" href="http://twitter.com/evaristor" target="_blank">Evaristo</a> on his blog, <a title="Soliloquio" href="http://evaristor.blogspot.com/" target="_blank">Soliloquio</a>, about <a title="Soliloquio: Combining Filters With RSSmeme=" href="http://evaristor.blogspot.com/2008/05/combining-filters-with-rssmeme.html" target="_blank">how to combine RSSmeme Filters</a> for custom output.</p>
<p>With the advent of <a title="Google Reader Blog: Share anything.  Anytime.  Anywhere." href="http://googlereader.blogspot.com/2008/05/share-anything-anytime-anywhere.html" target="_blank">Google Reader&#8217;s support of sharing with a bookmarklet and notes</a><em>, </em>RSSMeme is now extracting the notes as well. Although not officially supported yet, Benjamin has already started generating some <a title="Some Google Reader Notes Stats" href="http://benjamingolub.com/2008/05/08/some-google-reader-notes-statistics/" target="_blank">notes-based statistics</a>.</p>
<h4>Other Features</h4>
<p>As I just mentioned above, one big up and coming feature is Google Notes. So far, RSSmeme is out front with being able to manipulate the notes on shared items. It&#8217;s really very cool to look at an article that has been shared 50 times and see the 20-odd notes that people have tacked on to it.</p>
<p><a title="URL Canonicalization: Stop the Dupes!" href="http://benjamingolub.com/2008/04/15/url-canonicalization-stop-the-dupes/" target="_blank">URL Canonicalization</a> is a fancy term for removing duplicate articles. Without this essential ability RSSmeme would be cluttered with dozens of slightly-different copies of each article.</p>
<p>RSSmeme supports the <a title="RSSmeme In Your Language" href="http://benjamingolub.com/2008/04/23/rssmeme-in-your-language/" target="_blank">Google REST language API</a>, to filter articles by language.</p>
<p>There is a handy <a title="FeedBurner FeedFlare" href="http://www.rssmeme.com/widget/" target="_blank">FeedBurner FeedFlare</a> that you can drop in your blog and FeedBurner Feed to show how many times an article is shared, <em>and the number of notes.</em></p>
<p>Finally, RSSmeme also uses <a title="Disqus" href="http://www.disqus.com" target="_blank">Disqus</a> as a comment system. All articles allow a viewer to create a comment about that article, and I can tell you that Benjamin tends to read all of them. At least, I&#8217;ve left a random comment here and there and he&#8217;s noticed them all so far. Probably not used much, but it is there if you want to start a discussion or if you notice a rendering bug that you want to bring to the developer&#8217;s attention.</p>
<h4>The Future</h4>
<p>I believe that Benjamin is really working out on the edge of useful RSS feed data manipulation and social media. It&#8217;s hard to say where the service will go in the future, but it is obvious that it has a <em>lot</em> of potential and can be used in a lot of different ways.</p>
<p>If I were to make a <em>blue-sky</em> sort of hypothesis, I could see RSSmeme being used in a variety of ways:</p>
<ul>
<li><strong>Canonicalized clipping service</strong>: This is a no-brainer. Find a keyword, source or author, construct an API query and you have an always-ready de-duped stream of articles.</li>
<li><strong>Trend analysis: </strong>With the amount of atomization RSSmeme does with RSS feed data, it would not be hard to get trending on any number of variables.</li>
<li><strong>Shared items corruption detection: </strong>I just thought of this. There is a big problem right now with Google Reader&#8217;s sharing bookmarklet, in that it lets you edit the text you cut and paste directly. So someone could completely change the content of a shared article. However, if RSSmeme has received this article shared more than one time, it would be relatively easy for it to<strong> diff</strong> the versions. Or go to the source to pick up the original text.</li>
<li><strong>Digg replacement:</strong> Ok, this one is really pie-in-the-sky, but Digg is not democratic. It can be gamed. Because of the way that RSSmeme <a title="RSSmeme is 100% Democratic" href="http://benjamingolub.com/2008/05/06/rssmeme-is-100-democratic-is-your-aggregator/" target="_blank">collects its data</a>, it is much more difficult to skew the popularity of a particular article or source.</li>
</ul>
<h4>Final Notes</h4>
<p>Obviously I am very excited by Benjamin Golub&#8217;s free offering. It has had its share of rocky times, but Benjamin has not only worked through this but consistently <em>improved</em> how RSSmeme works. The features he adds are well thought-out and generally enhance the overall usefulness of the site.</p>
<p>Also, Benjamin himself is very responsive to questions or feature requests. He is open to suggestions and seems completely committed to making RSSmeme a great site. I am very excited to see where he takes this technology!</p>
<p><strong>Update: </strong><a title="Sarah In Tampa" href="http://www.sarahintampa.com" target="_blank">Sarah Perez</a> has written an article that goes into more depth on the <a title="RSSmeme API Help" href="http://www.rssmeme.com/api/help" target="_blank">RSSmeme API</a> over at <a title="ReadWriteWeb" href="http://www.readwriteweb.com" target="_blank">ReadWriteWeb</a>.  <a title="RSSmeme Launches API, Provides Filtering Tools Galore" href="http://www.readwriteweb.com/archives/rssmeme_launches_api_provides_filtering_tools_galore.php" target="_blank">Check it out</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scribkin.com/2008/05/12/tell-me-about-rssmeme/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
	
		<media:thumbnail url="http://www.scribkin.com/wp-content/uploads/2008/05/rssmeme-header.png" />
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/05/rssmeme-header.png" medium="image">
			<media:title type="html">rssmeme-header</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/05/rssmeme-shot-1-thumb.png" medium="image">
			<media:title type="html">RSSmeme-shot-1</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/05/scribkin-top-shared-thumb.png" medium="image">
			<media:title type="html">scribkin-top-shared</media:title>
		</media:content>
	</item>
		<item>
		<title>Tell Me About Digsby</title>
		<link>http://www.scribkin.com/2008/04/25/tell-me-about-digsby/</link>
		<comments>http://www.scribkin.com/2008/04/25/tell-me-about-digsby/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 07:43:36 +0000</pubDate>
		<dc:creator>Phil Glockner</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[digsby]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Flock]]></category>
		<category><![CDATA[meebo]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.scribkin.com/?p=107</guid>
		<description><![CDATA[You're on AIM, MSN and Yahoo! Messenger.  You think you have it covered with Trillian or Pidgin. Perhaps you think you are a step ahead of your coworkers because you are using Meebo.  Think again.]]></description>
			<content:encoded><![CDATA[<p><a title="Digsby" href="http://www.digsby.com" target="_blank"><img style="border-width: 0px; margin: 1px 5px;" src="http://www.scribkin.com/wp-content/uploads/2008/04/digsby-196x196.gif" alt="digsby_196x196" align="right" border="0" width="183" height="196"></a> You&#8217;re on <a title="AOL Instant Messenger" href="http://dashboard.aim.com/aim" target="_blank">AIM</a>, <a title="Microsoft Network" href="http://www.msn.com" target="_blank">MSN</a> and <a title="Yahoo! Messenger" href="http://messenger.yahoo.com/" target="_blank">Yahoo! Messenger</a>.  You have <a title="Google Talk" href="http://www.google.com/talk/" target="_blank">Google Talk</a> through <a title="Google Mail" href="http://www.google.com/mail" target="_blank">Gmail</a> and you still have that old <a title="ICQ" href="http://www.icq.com" target="_blank">ICQ</a> account lying around.</p>
<p>You think you have it covered with <a title="Trillian" href="http://www.ceruleanstudios.com/" target="_blank">Trillian</a> or <a title="Pidgin" href="http://www.pidgin.im/" target="_blank">Pidgin</a>.</p>
<p>Perhaps you think you are a step ahead of your coworkers because you are using <a title="Meebo" href="http://www.meebo.com" target="_blank">Meebo</a>.</p>
<p><strong>Think again.</strong></p>
<p><span id="more-107"></span>There&#8217;s a new player in town, and its name is <a title="Digsby" href="http://www.digsby.com" target="_blank">Digsby</a>.  I&#8217;m not sure what the logo <em>represents</em> (A rock? A blob?), but it wears a baseball cap and it knows how to talk in all dialects of IM.  And that&#8217;s <em>just the beginning. </em>Add social networks like <a title="Facebook" href="http://www.facebook.com" target="_blank">Facebook</a>, <a title="Myspace" href="http://www.myspace.com" target="_blank">Myspace</a> and yes, even <a title="Twitter" href="http://www.twitter.com" target="_blank">Twitter</a>.  Email checking for Yahoo, Gmail and more.  Themes.  <strong>Configuration sync.</strong> Contact merge.  Facebook and embed-able flash site widgets for chatting. <strong>Cross-platform support.</strong> <em>And more.</em></p>
<p>Let&#8217;s start from the top and work our way into the details.</p>
<h4>Overview</h4>
<p><a href="http://www.scribkin.com/wp-content/uploads/2008/04/digby-themes.png" rel="lightbox[digsby]"><img class="alignleft" style="border-width: 0px; margin: 1px 5px; float: left;" src="http://www.scribkin.com/wp-content/uploads/2008/04/digby-themes-thumb.png" alt="digby-themes" align="right" border="0" width="260" height="200"></a>When you first sign up for Digsby and get the client installed and running, it looks a lot like Trillian, or any other multi-IM client out there.  Dock-able contact list, theme support, grouping of contacts, the works.  You might notice (in Windows at least) that it puts itself in your icon tray.  From there you can conveniently change your global status or get to the preferences pane.  The real magic happens when you start adding <em>other services.</em></p>
<p>Go ahead.  Throw in your Twitter, your Gmail, your Facebook.  New icons will pop up, indicating new activity on those services.  Click on the icons and you can get details, click a link to open that site in a browser window.  The Twitter icon opens a window that allows you to reply to a tweet, look at your replies, directs or favorites.</p>
<p>Ok, <em>now we are getting somewhere</em>.. we have our email and social media notification, along with a nice IM client.. but haven&#8217;t we seen this somewhere?  Yes, it is reminiscent of <a title="Flock" href="http://www.flock.com" target="_blank">Flock</a> in some ways, except for IM of course.  And no browser.  You know what I mean.  It&#8217;s like taking the social media sidebar <em>out of flock</em> and dropping it into a nice IM client.</p>
<p>Speaking of IM, let&#8217;s start with that.</p>
<h4>Instant Messaging Support / Customization</h4>
<p>IM is core to Digsby.  Here&#8217;s a feature run-down, in no particular order:</p>
<ul>
<li><a href="http://www.scribkin.com/wp-content/uploads/2008/04/digby-im.png" rel="lightbox[digsby]"><img class="alignright" style="border: 0pt none ; margin: 1px 5px; float: right;" src="http://www.scribkin.com/wp-content/uploads/2008/04/digby-im-thumb.png" alt="digby-im" align="right" border="0" width="260" height="200"></a>It supports all the major IM protocols:  <strong>AIM, MSN, Yahoo!, Google Talk, ICQ, Jabber</strong>.  Notably, there isn&#8217;t any support for IRC (<a title="IRC Support - digsbies" href="http://digsbies.org/site/node/29" target="_blank">yet</a>).</li>
<li>You can set universal <em>away</em> and <em>available</em> status messages, from the contact window <em>a la</em> Google Talk.</li>
<li>It supports invisible mode.</li>
<li>It can detect what music you are listening to.</li>
<li>Hovering over a contact gives you more information about them, and gives you access to the user-specific menu.</li>
<li>Separate theme and conversation window style support.</li>
<li>Tabbed IM window, with support for dragging tabs out, or <strong>in</strong> to <em>other</em> IM windows.</li>
<li>Fully-developed conversation log viewer, lets you choose by buddy and date (very nice!)</li>
<li>The user-specific menu allows you to <strong>get info</strong>, <strong>send/receive IMs</strong>, <strong>transfer files</strong> (or check what files have been transferred), <strong>send a quick email</strong> to the contact via a pre-configured email account, <strong>send a text message</strong> (to any number), <strong>start an audio/video chat</strong> using a 3rd party flash app, <strong>look up past chats</strong>, <strong>block/add user</strong> and a quick link to the <strong>alert menu</strong>.</li>
<li>Minimize IM windows and get a new IM popup.  <strong><em>Reply from within the popup!</em></strong></li>
<li><em><strong>Merge contacts.</strong> </em>This is a great feature &#8212; you can combine multiple IM client contacts (say you friend&#8217;s AIM and Yahoo!) into one contact in the buddy list.  Awesome.</li>
<li><strong><em>Sort your buddy list any way you want.</em></strong></li>
</ul>
<p><a href="http://www.scribkin.com/wp-content/uploads/2008/04/digsby-merge.png" rel="lightbox[digsby]"><img style="border: 0px none ; margin: 1px 5px;" src="http://www.scribkin.com/wp-content/uploads/2008/04/digsby-merge-thumb.png" alt="digsby-merge" align="left" border="0" width="236" height="260"></a> There are some novel concepts here, even in the jaded field of IM clients.  I totally saved the best for last on that list.  Being able to shoot off a quick reply in an IM popup window is <em>sweet.<strong> </strong></em>Doesn&#8217;t take you out of context, great for snap replies.  Also, the ability to merge your buddies&#8217; separate contacts is super-handy.  I have some friends who (like me) have a login to 5 different IM services, and then use a multi-client.  So they all log in at the same time, and <em>take up 5 lines of precious buddy list real estate.</em> This fixes that issue.</p>
<p>The ability to sort the buddy list by group, status, service, <strong>service then status</strong>, etc. is fantastic.  I found ways of viewing my buddy list I never even <em>considered</em> with other IM clients.</p>
<p>The buddy list skin and conversation theme support is nice, but isn&#8217;t quite there in terms of adding new skins and themes.  It really should have its own theme handler like Winamp, but for now you have to unzip the skin/theme and copy the files to the correct sub-directory.</p>
<p>Digsby is notably lacking IRC support, which for really <em>old-skool</em> folks is a must.  I always thought IRC was a bit heavy for most IM clients, and adding it to Digsby by itself would be a mistake, because Digsby also <strong>doesn&#8217;t support chat rooms</strong>.  On the surface these don&#8217;t have much to do with each other &#8212; but think about it.  If Digsby allowed people to make a spontaneous chat room for all their friends (like Meebo and Trillian do), they could re-use that &#8216;chat room&#8217; implementation for IRC.  So I&#8217;d like to see both make an appearance.</p>
<p>Also, I am personally disappointed that the IM chat window <strong>does not</strong> have a handy URL embed link that most clients offer.  I use IM mostly to send links to my friends, and sometimes those links are HUGE.  It would be much nicer if I could embed the URL in an anchor tag and spare my buddies the multi-line URL text, even if it is click-able.</p>
<h4>Email and Social Networks</h4>
<p><a href="http://www.scribkin.com/wp-content/uploads/2008/04/digby-email.png" rel="lightbox[digsby]"><img class="alignright" style="border-width: 0px; margin: 1px 5px; float: right;" src="http://www.scribkin.com/wp-content/uploads/2008/04/digby-email-thumb.png" alt="digby-email" align="left" border="0" width="260" height="200"></a>Digsby rolls robust support for multiple web-based and traditional email services into its application.  You get <strong>Gmail, Yahoo! Mail, Hotmail, POP, IMAP, </strong>and<strong> AIM mail </strong>support.<strong> </strong>Digsby handles its email accounts a little differently than Trillian, though, allowing you to specify as many accounts to check as you like.  That&#8217;s a definite plus.</p>
<p>You can mark a message read or as spam <em>from within the notification popup window.<strong> </strong></em>It&#8217;s little touches like this that make you wonder why more mail monitoring clients didn&#8217;t do it first.</p>
<p>You can compose a new email from the IM conversation window, as stated above.  Handy.</p>
<p>On the social networking side, you&#8217;ve got <strong>Facebook, Myspace, </strong>and <strong>Twitter.</strong> That may seem like a fairly short list until you realize that each of these integrations is fairly fully featured.</p>
<p><strong><a href="http://www.scribkin.com/wp-content/uploads/2008/04/digsby-social-networks.png" rel="lightbox[digsby]"><img style="border: 0px none ; margin: 1px 5px;" src="http://www.scribkin.com/wp-content/uploads/2008/04/digsby-social-networks-thumb.png" alt="digsby-social-networks" align="left" border="0" width="260" height="200"></a> Facebook </strong>gives you your river of news as well as your last status update.  You can change your status from a link in the window.  Also, it does a good job of making a link out of pretty much any Facebook page you could go to within the context.</p>
<p><strong>Myspace </strong>is very similar to Facebook.  To be honest, I don&#8217;t use Myspace so I can&#8217;t tell you if it does anything really cool/special.  Let me know if you find anything!</p>
<p>Saving the best for last again, the <strong>Twitter </strong>notification window has a nice <em>river of tweets</em> view with shortcut icons to reply, fave or direct message on every tweet.  You can also post a new tweet, of course.  The posting window keeps track of your remaining characters and sets a hard-stop when you hit zero.  There is also a URL shortening link that uses <a title="snipr - snip, snip" href="http://snipr.com/" target="_blank">snipr</a> without leaving the interface.</p>
<p>Personally, I still like <a title="Twhirl" href="http://www.twhirl.org/" target="_blank">Twhirl</a> a bit more for its ability to <em>stack</em> individual tweet notifications as they come in.  Digsby gives you a popup with a <strong>x/x</strong> in the corner.  As long as your mouse is hovering over the popup, it won&#8217;t fade away.  Great unless you get a new 1 of 5 twitter pop, and a <em>separate</em> 1 of 3 email pop simultaneously.. and one of them fades out before you can attend to it.  Not a severe issue but still, annoying.</p>
<h4>Unique Features</h4>
<p>Digsby has a couple more tricks up its sleeve.  The first, big one is <strong>synchronization.</strong> Yes, that does mean what you are guessing &#8212; everything you configure in Digsby, from the theme, buddy list sorting, window position, and preferences&#8230; are synced to the Digsby server.  It uses a secure 128-bit blowfish (think SSH style) connection and means you can install Digsby on any system, on any platform (in theory), and be up and running quickly with only one login name and password.  Meebo may gotten there first, but Digsby definitely takes it to a new level.</p>
<p>Speaking of any platform, Digsby&#8217;s beta platform is Windows, but they are promising builds on <strong>Mac OS X</strong> and <strong>Linux</strong> as well!  If they get everything to work the same across all these operating systems, that will be a killer feature.</p>
<p>Another feature that Digsby supports thanks to its <em>ASP-style </em>implementation is a <strong>Digsby chat widget.</strong> Similar (again) to Meebo, this gives you a customizable embeddable flash widget that connects directly to your Digsby login.  Put it on your web site, instant chat availability for your visitors.  Use their <strong>Facebook widget</strong> and your friends can say &#8216;hi&#8217; without having to leave the page.</p>
<h4>Summary</h4>
<p>I&#8217;ve been using Digsby for almost two months now, which in <a title="Digsby Blog" href="http://blog.digsby.com/" target="_blank">Digsby development time</a>, makes me an early adopter.  Overall, I find it very easy to use, especially configured where the buddy list is docked to a side and slides out of view, and I get my social network buttons in the tray.  Perfect.</p>
<p>Digsby has a <a title="The Digsby Wishlist - digsbies.org" href="http://digsbies.org/site/view/rfe?sort=desc&amp;order=Rating+%25" target="_blank">huge wish list</a> on their community/theme site.  For example, wishes for future support of FriendFeed, IRC, Pownce, etc.  My wish for a URL embed is on there too, but near the bottom (they do say they are <a title="Digsby - working on linkifying" href="http://forum.digsby.com/viewtopic.php?pid=1103#p1103" target="_blank">working on it</a>.)</p>
<p>Bottom line &#8212; if you use IM, email and social networks in Windows, and don&#8217;t like that stuff residing in your browser, check out <a title="Digsby" href="http://www.digsby.com" target="_blank">Digsby</a>.</p>
<h5>Credit</h5>
<p>I blatantly stole not only the Digsby icon (from their <a title="Digsby - Press" href="http://www.digsby.com/press/" target="_blank">press page</a>, so that should be fine) but a bunch of their screenshots.  You can find all the screenshots <a title="Digsby - Screenshots" href="http://www.digsby.com/screenshots.php" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scribkin.com/2008/04/25/tell-me-about-digsby/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:thumbnail url="http://www.scribkin.com/wp-content/uploads/2008/04/digsby-196x196.gif" />
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/04/digsby-196x196.gif" medium="image">
			<media:title type="html">digsby_196x196</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/04/digby-themes-thumb.png" medium="image">
			<media:title type="html">digby-themes</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/04/digby-im-thumb.png" medium="image">
			<media:title type="html">digby-im</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/04/digsby-merge-thumb.png" medium="image">
			<media:title type="html">digsby-merge</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/04/digby-email-thumb.png" medium="image">
			<media:title type="html">digby-email</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/04/digsby-social-networks-thumb.png" medium="image">
			<media:title type="html">digsby-social-networks</media:title>
		</media:content>
	</item>
		<item>
		<title>TwitKit &#8211; The Perfect Twitter Sidebar?</title>
		<link>http://www.scribkin.com/2008/04/17/twitkit-the-perfect-twitter-sidebar/</link>
		<comments>http://www.scribkin.com/2008/04/17/twitkit-the-perfect-twitter-sidebar/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 16:24:40 +0000</pubDate>
		<dc:creator>Phil Glockner</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[plug-ins]]></category>
		<category><![CDATA[tweetbar]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitterfox]]></category>

		<guid isPermaLink="false">http://www.scribkin.com/?p=93</guid>
		<description><![CDATA[Is TwitKit the perfect Firefox sidebar companion?  Maybe!]]></description>
			<content:encoded><![CDATA[<p><a title="TwitKit" href="http://engel.uk.to/twitkit" target="_blank"><img class="alignright" style="float: right; margin-left: 5px; margin-right: 5px; margin-top: 1px; margin-bottom: 1px; border: 0;" src="http://engel.uk.to/twitkit/images/logo.png" alt="twitkit" align="right" /> </a>In the course of reviewing different <a title="Twitter" href="http://www.twitter.com" target="_blank">Twitter</a> add-ons to Firefox yesterday, I noticed there was an entire page of betas that required a login to install.  <a title="Search Add-ons :: Firefox Add-ons" href="https://addons.mozilla.org/en-US/firefox/search?q=twitter&amp;cat=all&amp;page=2" target="_blank">One of the betas</a> that I noticed was called <a title="TwitKit" href="http://engel.uk.to/twitkit/" target="_blank">TwitKit</a>.  Apparently, I&#8217;m too lazy to create a login, but I did find the link to the developer site in the details.</p>
<p><a title="TwitKit screenshot - click for full size" rel="lightbox" href="http://www.scribkin.com/wp-content/uploads/2008/04/twitkit-full.png" rel="lightbox[93]"><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/twitkit-thumb.png" border="0" alt="twitkit" width="260" height="171" align="left" /></a>I couldn&#8217;t find any screenshots of the app anywhere.  But I shrugged and went ahead and installed it.  You can see a thumbnail of what it looks like over there.  I have to say, I&#8217;m impressed, even with this beta.</p>
<p>First, it has a nice, clean interface reminiscent of <a title="mike demers dot net &gt; tweetbar" href="http://mikedemers.net/projects/tweetbar/" target="_blank">TweetBar</a> (which I reviewed <a title="[scribkin] Tweetbar vs. TwitterFox" href="http://www.scribkin.com/2008/04/16/tweetbar-vs-twitterfox/" target="_blank">here</a>), in a pleasant brown color (or is that <em>colour) </em>scheme.   There are 6 tabs, and it defaults to the 2nd, <strong>user.</strong></p>
<p><strong>Public</strong> shows you everyone&#8217;s tweets.  <strong>User</strong> shows you the latest tweets from your friends.  <strong>Friends </strong>gives you a list of the people are you following.  <strong>Followers</strong> shows you who is following <em>you.</em> <strong>@s</strong> are messages directed toward you and <strong>me </strong>gives you a handy stat page similar to the<strong> </strong>&#8220;about&#8221; page on Twitter.</p>
<p>Also on the interface page, you have self-explanatory <strong>refresh </strong>and <strong>clear </strong>buttons.  Below that is your list of tweets.<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/twitkit-bar.png" border="0" alt="twitkit-bar" width="244" height="106" align="right" /> Now this is what gets my excited &#8212; as opposed to TweetBar, TwitKit has a tiny <strong>reply</strong> and <strong>favorite</strong> icon below each user picture.  Perfect!  Also, not shown, there is a red dot on the right side of your own tweets, which can be used to &#8216;hide&#8217; an update.  This feature doesn&#8217;t seem to work consistently, or well.  But this is a beta so I am not too worried.</p>
<p>Aside from the main interface, there is also an options page that allows you to add the <em>from application<strong> </strong></em>to each tweet, a refresh timer setting, the ability to change how names are shown, and a pull-down selection of 4 different color themes.</p>
<p>After using this add-on for a couple of days, I have to say that I find it fully as enjoyable to use as TwitterFox, but in a full sidebar form factor. It is stable and responsive.  There are a couple of drawbacks, but they aren&#8217;t major:  First, you cannot install TwitKit on Firefox Beta 3, it only works with FF2.  Also, TwitterFox supports multiple Twitter logins in the interface, and with TwitKit you would need to sign out, and then sign back in to a different log in, which would be a pain.</p>
<p>Otherwise, it is stable and easy to use.  I can definitely recommend this product!</p>
<p><span style="color: #ff0000;"><strong>Update: </strong>If you already have Tweetbar installed and active, <em>disable or uninstall it</em> before installing TwitKit.  Apparently the two plugins don&#8217;t like each other much.  Thanks <a title="tw3nty3ight" href="http://www.tw3nty3ight.com/" target="_blank">tw3nty3ight</a> for the heads-up!</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.scribkin.com/2008/04/17/twitkit-the-perfect-twitter-sidebar/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
	
		<media:thumbnail url="http://engel.uk.to/twitkit/images/logo.png" />
		<media:content url="http://engel.uk.to/twitkit/images/logo.png" medium="image">
			<media:title type="html">twitkit</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/04/twitkit-thumb.png" medium="image">
			<media:title type="html">twitkit</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/04/twitkit-bar.png" medium="image">
			<media:title type="html">twitkit-bar</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>
		<item>
		<title>Tell Me About StumbleUpon</title>
		<link>http://www.scribkin.com/2008/04/08/tell-me-about-stumbleupon/</link>
		<comments>http://www.scribkin.com/2008/04/08/tell-me-about-stumbleupon/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 01:04:14 +0000</pubDate>
		<dc:creator>Phil Glockner</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[social bookmark]]></category>
		<category><![CDATA[tag]]></category>

		<guid isPermaLink="false">http://www.scribkin.com/?p=76</guid>
		<description><![CDATA[StumbleUpon isn't very much like any social bookmarking site out there. And, in a way, that is good. If you are relatively new to web surfing, or even if you feel like you are going to the same 5 web sites every day, StumbleUpon is the perfect remedy.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="border-width: 0px; float: right; border: 0; margin-left: 10px; margin-right: 10px; margin-top: 1px; margin-bottom: 1px;" src="http://www.scribkin.com/wp-content/uploads/2008/04/stumble-logo.jpg" border="0" alt="stumble-logo" width="229" height="234" align="right" /><a title="StumbleUpon" href="http://www.stumbleupon.com" target="_blank">StumbleUpon</a> isn&#8217;t very much like any <a title="What Is Social Bookmarking?" href="http://www.scribkin.com/2008/03/28/primer-social-bookmarking/" target="_blank">social bookmarking</a> site out there.  And, in a way, that is good.  If you are relatively new to web surfing, or even if you feel like you are going to the same 5 web sites every day, StumbleUpon is the perfect remedy.</p>
<p><span id="more-76"></span></p>
<p>There are several features that differentiate StumbleUpon from its fellow bookmarking sites.  The big difference is pretty obvious from its name:  You &#8220;stumble upon&#8221; new, fresh sites.  No need to do a Google search or look for a particular category or tag, all you do is install the free StumbleUpon toolbar and restart your browser.  The toolbar is available for Internet Explorer and <a title="Get Firefox" href="http://www.getfirefox.com" target="_blank">Firefox</a> (and should work with Firefox derivatives like <a title="Flock" href="http://www.flock.com" target="_blank">Flock</a>).  Once installed, the toolbar will direct you to the StumbleUpon registration page so you can get yourself a free login to StumbleUpon.  Register, pick some categories, and you are ready to stumble!</p>
<p><img class="alignleft" style="border: 0; float: left; margin-left: 10px; margin-right: 10px; margin-top: 1px; margin-bottom: 1px;" src="http://www.scribkin.com/wp-content/uploads/2008/04/stumble-bar.png" border="0" alt="stumble-bar" width="196" height="32" align="left" /> To start stumbling you really don&#8217;t need to know anything about the toolbar, the web site, or anything else.  You simply click the <strong>Stumble!</strong> button and you are directed to a site that StumbleUpon thinks you might like.  That&#8217;s it!  If it &#8216;read your mind&#8217; and you love the page you landed on, just give it a thumbs-up.  Your rating will be recorded on the site, so you can get to it later, and you have contributed to the community nature by giving the site a quick review.  Whenever you are ready to move on, you can click the stumble button again and away you go.</p>
<p>It&#8217;s easy to lose an hour or two (or five) just stumbling from one site to the next.  You&#8217;ll find that every once and a while, StumbleUpon will send you to a SU page to give you a tip or expose you to another feature.  The process is educational and fun, and almost <em>relaxing </em>actually.  But, if you are ready to get serious with StumbleUpon, it can help you out through its more advanced features.</p>
<p><strong></strong> Moving from left to right across the default toolbar, after the thumbs-up/thumbs-down, you have a <strong>Send to</strong> button that lets you email other SU members or email recipients a link to the page you are looking at.  If you do send a link to someone who isn&#8217;t registered to SU, the email they will get will be in HTML and will also encourage them to sign up to SU.</p>
<p>Next, you should have a search box, to narrow what sort of sites SU will send you too, based on terms that you enter.  This is good if you are looking for something, but don&#8217;t know exactly where to look.  Try it with a term like <strong>sunset </strong>as a hint.  After typing in your search term, hit ENTER and the SU button will be updated to reflect the search-term stumble.  To the right of search are pre-defined <strong>channels</strong> that SU supports, like <em>everything, pictures, video, </em>and <em><strong>stumblethrough</strong>. </em>This last term is specific &#8212; you can pick certain large web sites and SU will constrain its stumble results to that domain.</p>
<p>Finally, you have a pull-down menu to select a specific category (out of the list you made when you signed up) or other types of categories.  After that you have a link to your favorites (more on this in a bit), your friends page, and a catch-all tools pull-down menu that lets you adjust account settings, modify your toolbar or report a site you stumbled across as &#8220;adult&#8221; or &#8220;spam&#8221;.</p>
<p>You will probably spend most of your time interacting with the SU toolbar.  Almost all of the functionality you are likely to need can be accessed through the bar quickly and easily.  However, SU also has a content-rich web site with full community integration that is worthy of exploration as well.  In fact, this is one of the reasons why people use a<em> social bookmarking</em> tool &#8212; for the <strong>social</strong> aspect!</p>
<p>You will notice that on every page StumbleUpon sends you to, you should be able to go to a <strong>review page</strong> for that URL that has discussion and details.  If you stumble on a page that, you&#8217;re not sure what it&#8217;s good for, this is a good place to start looking.  Also, every SU site shows who made the <strong>initial suggestion</strong>.. if you think the page is especially fantastic (say for example a gorgeous picture) you can follow the SU user link to see what else they have suggested or have marked as their favorites.</p>
<p><img class="alignright" style="border: 0; float: right; margin-left: 10px; margin-right: 10px; margin-top: 1px; margin-bottom: 1px;" src="http://www.scribkin.com/wp-content/uploads/2008/04/su-favorites.png" border="0" alt="su-favorites" width="84" height="32" align="right" /> Speaking of favorites and suggestions, you have complete control over your own profile!  Just click on <strong>Favorites</strong> and you will be redirected to your account page, where you can see the pages you liked, the pages you discovered, and also <strong>pages you blogged</strong>.  This last topic is another community feature &#8212; SU will maintain a blog page for you, so you can give your friends a URL (mine is <a title="eng1ne's Blog - StumbleUpon" href="http://eng1ne.stumbleupon.com" target="_blank">here</a>) that they can use to see what you have been up to.  You can even add text blog entries, and include some HTML if you want to have an embedded image or other item.  StumbleUpon then provides you a <a title="What is RSS?" href="http://www.scribkin.com/2008/04/01/primer-rss/" target="_blank">RSS Feed</a> for you (or your friends) to keep up on blog entries &amp; reviews, or favorites.</p>
<p>So, if you are stuck looking for something in those series of tubes we call the Internet and want someone else to do the driving, give StumbleUpon a try.  It&#8217;s quick, easy, and I can guarantee you will find several new web pages or entire sites that are right up your alley.  You will wonder why you never found them before.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scribkin.com/2008/04/08/tell-me-about-stumbleupon/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:thumbnail url="http://www.scribkin.com/wp-content/uploads/2008/04/stumble-logo.jpg" />
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/04/stumble-logo.jpg" medium="image">
			<media:title type="html">stumble-logo</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/04/stumble-bar.png" medium="image">
			<media:title type="html">stumble-bar</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/04/su-favorites.png" medium="image">
			<media:title type="html">su-favorites</media:title>
		</media:content>
	</item>
		<item>
		<title>Tell Me About Flock</title>
		<link>http://www.scribkin.com/2008/04/05/tell-me-about-flock/</link>
		<comments>http://www.scribkin.com/2008/04/05/tell-me-about-flock/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 06:41:03 +0000</pubDate>
		<dc:creator>Phil Glockner</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[Flock]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[social bookmark]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.scribkin.com/?p=69</guid>
		<description><![CDATA[So, why switch to a new browser? Isn't it possible to do everything you want to do with the one you are using, via plugins or mods? Well, perhaps. But maybe you will find a browser that works just as well as the one you are using, and provides a level of integration and convenience with services and sites you already use. Maybe that web browser is Flock.]]></description>
			<content:encoded><![CDATA[<p><a title="Flock" href="http://www.flock.com/" target="_blank"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 10px; border-right-width: 0px" src="http://www.scribkin.com/wp-content/uploads/2008/04/flock-logo.jpg" border="0" alt="Flock Logo" width="200" height="97" align="right" /></a> Every modern operating system comes with a web browser.  On Windows, it is <a title="Internet Explorer" href="http://www.microsoft.com/windows/products/winfamily/ie/default.mspx" target="_blank">Internet Explorer</a>.  On a Mac, it&#8217;s <a title="Safari" href="http://www.apple.com/safari/" target="_blank">Safari</a>.  Linux usually comes with more than one, but usually has at least <a title="Mozilla Firefox" href="http://www.mozilla.com/en-US/firefox/" target="_blank">Firefox</a>.  All of these (arguably) are decent web browsers and do the job of displaying web pages.  Generally, you should never <em>need</em> to install another browser on your computer, except for maybe on Windows.  There, many people are not satisfied with Internet Explorer for a number of reasons, and tend to install Firefox as their primary browser.</p>
<p>So, why switch to a new browser?  Isn&#8217;t it possible to do everything you want to do with the one you are using, via plugins or mods?  Well, perhaps.  But maybe you will find a browser that works just as well as the one you are using, and provides a level of integration and convenience with services and sites you already use.  Maybe that web browser is <a title="Flock" href="http://www.flock.com/" target="_blank">Flock</a>.</p>
<p><span id="more-69"></span></p>
<p>As you can see, Flock is betting that you will be intrigued by its additional baked-in features enough to give it a whirl.  And once you get it set up, that you might just end up loving it.  So how exactly is Flock different from, say, Firefox?  Well, it is simultaneously similar and very different.  The similarities lie in the core.. Flock is built on the Firefox core rendering engine.  Almost everything that Firefox can do, Flock can as well.. addons, tabs, themes, extensions, etc.  The Flock team has also <a title="Flock and Firefox 3" href="http://www.flock.com/node/60510" target="_blank">stated their intention</a> of moving to to the Firefox 3 engine once it comes out of beta.</p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 10px; border-right-width: 0px" src="http://www.scribkin.com/wp-content/uploads/2008/04/flockicon.jpg" border="0" alt="Flock Icon" width="200" height="199" align="right" />Flock is also different from Firefox, mostly in what it has built in:</p>
<ul>
<li><strong>Integration with social networks: </strong>Flock has support for <a title="Facebook" href="http://www.facebook.com" target="_blank">Facebook</a>, <a title="Twitter" href="http://www.twitter.com" target="_blank">Twitter</a>, <a title="Flickr" href="http://www.flickr.com" target="_blank">Flickr</a> and <a title="YouTube" href="http://www.youtube.com" target="_blank">YouTube</a>.</li>
<li><strong>Integration with media sharing sites: </strong><a title="Photobucket" href="http://www.photobucket.com" target="_blank">Photobucket</a>, <a title="Google Picasa" href="http://picasa.google.com" target="_blank">Picasa</a> and <a title="Piczo" href="http://www.piczo.com" target="_blank">Piczo</a> is built in.</li>
<li><strong>Support for direct blogging: </strong>You can compose a blog entry and publish it to <a title="Blogger" href="http://www.blogger.com" target="_blank">Blogger</a>, <a title="Blogsome" href="http://www.blogsome.com" target="_blank">Blogsome</a>, <a title="LiveJournal" href="http://www.livejournal.com" target="_blank">LiveJournal</a>, <a title="Typepad" href="http://www.typepad.com" target="_blank">Typepad</a>, <a title="wordpress.com" href="http://wordpress.com" target="_blank">WordPress.com</a>,<a title="Xanga" href="http://www.xanga.com" target="_blank"> Xanga</a> and common blog APIs based on <a title="Movable Type" href="http://www.movabletype.org/" target="_blank">Movable Type</a>, <a title="Atom Enabled" href="http://atomenabled.org/" target="_blank">ATOM</a> and <a title="Wikipedia: MetaWebLog" href="http://en.wikipedia.org/wiki/MetaWeblog">MetaWeblog</a>.</li>
<li><strong>Monitoring of web email: </strong><a title="Google Mail" href="http://mail.google.com" target="_blank">Google Mail</a> and <a title="Yahoo! Mail" href="http://mail.yahoo.com" target="_blank">Yahoo! Mail</a> notification are baked in as well.</li>
<li><strong>A fully-featured feed reader: </strong>You can add multiple news feeds, categorize them, and import/export</li>
</ul>
<p>These services are integrated in a way that do not impinge on the core browsing experience, but give you a wealth of information just by summoning up a sidebar or a media bar.  In addition, Flock has a very useful default home page called <strong>My World</strong> that integrates these disparate feeds of information such as new Twitter and Facebook entries, new photos and videos, and RSS feeds on to one page.  The page is configurable as well, you can have as much or as little information on it as you like.</p>
<p>My World is nice, but when you are browsing, you probably won&#8217;t go back to it all that often.  Honestly, how many times do you go to your home page, no matter what it is set to?  At best, it is usually a launching-off point.  No matter though, as Flock has more ways to get at that information, namely a custom <strong>sidebar</strong> and novel <strong>media bar</strong>.</p>
<h4>The Sidebar</h4>
<p>Let&#8217;s face it, in Firefox the sidebar is useful, but we generally avoid keeping it open.  Unless you have a compelling plugin like Meebo or a Twitter app that fits nicely in a sidebar-sized window, it&#8217;s easier to just keep it closed.  Flock&#8217;s developers realized this and built in some very useful apps.  In order from left to right you have <strong>My World </strong>(not a sidebar app)<strong>, People, Media Bar </strong>(more on that in a bit)<strong>, RSS Feeds, Email, Favorite Sites, Accounts, Clipboard, Blog </strong>and <strong>Upload Pitctures.</strong></p>
<p><img style="border-right: 0px; border-top: 0px; margin: 10px; border-left: 0px; border-bottom: 0px" src="http://www.scribkin.com/wp-content/uploads/2008/04/flock-sidebar.jpg" border="0" alt="flock sidebar" width="208" height="148" align="right" />Let&#8217;s start with the <strong>People </strong>sidebar.  When you click on this icon, you will get another set of tabs listing the services you have provided Flock with a login to (it also picks this up by context, if you log in to Facebook it knows to cache your credentials for the sidebar), and lets you know if there is any new updates for each of those services, as evidenced by the red dot in the upper-right corner of each tab.  If you click on <strong>All</strong>, you will get a &#8220;river of news&#8221; type display, showing the most recent 6 or 7 updates from all services flowing down the sidebar.  You can then use this sidebar to perform actions such as send a message or view new media.  It&#8217;s a nice way to catch up on your social networks without having to leave the site you are viewing.</p>
<p>Let&#8217;s skip the <strong>Media Bar<em> </em></strong>for now and look at the <strong>RSS Feeds</strong>.  While probably not as full-featured as a standalone feed reader such as <a title="NewsGator" href="http://www.newsgator.com/" target="_blank">NewsGator</a>, this does allow you to add <a title="What is RSS?" href="http://www.scribkin.com/2008/04/01/primer-rss/" target="_blank">RSS feeds</a> directly into Flock and them pull them up one at a time or as one big river of news.  It is flexible in allowing you to set how much from each article you see (title only, some text or all text) as well as how you mark an article &#8220;read.&#8221;  Personally, I think it a much nicer implementation than the RSS bookmark feature in Firefox, but doesn&#8217;t really compare to <a title="Google Reader" href="http://reader.google.com" target="_blank">Google Reader</a> or <a title="Bloglines" href="http://www.bloglines.com" target="_blank">Bloglines</a> in its feature set.</p>
<p>Next is the <strong>Email</strong> button.  This doesn&#8217;t actually come up in the sidebar, but a dialog window will pop up and let you see what new messages you have waiting, or compose a new email if you so choose.</p>
<p>The icon with the stars is your <strong>Favorite Sites</strong> sidebar button.  This is very much like Firefox&#8217;s bookmarks sidebar, except it also integrates sites bookmarked online in del.icio.us and mag.nolia as well.  This is ver handy if you wish to quickly search through all of your online and offline bookmarks to find a web site that you have previously saved.  You can also copy (or publish) your local bookmarks to your online site or make a local copy.</p>
<p>The next icon is <strong>Accounts and Services </strong>which lists what accounts Flock is currently keeping track of, and allows you to log in/out or remove that account from Flock&#8217;s memory.  You can also see a list of services that Flock <em>supports</em> here if you wish to add it.</p>
<p>Next we have the <strong>Web Clipboard. </strong>This is actually very handy; you can compare it to <a title="Google Notebook" href="http://www.google.com/notebook" target="_blank">Google Notebook</a> in that you can drag  stuff that you highlight on a web site into this bar, and save it for later.  You can then view, edit, delete, email, or publish these clippings to a blog post.</p>
<p>Speaking of blog posts, the <strong>Open Blog Editor</strong> button, which looks like a feather quill, allows you to write a new blog entry and then publish it without ever having to open a different application.  It is a fairly no-frills affair, on par with what you would get with a Firefox addon, but it does support multiple blogs and handles all the HTML for you.</p>
<p>Finally, we have the <strong>Upload Pictures</strong> button.  This will open a new dialog window which will allow you to upload local pictures to any photo service you are subscribed to, such as Flickr or Picasa.  It is designed to work with batches of photos and has tabs for batch editing as well as individual photo descriptions and tags.</p>
<h4>The Media Bar</h4>
<p><img style="border-right: 0px; border-top: 0px; margin: 10px; border-left: 0px; border-bottom: 0px" src="http://www.scribkin.com/wp-content/uploads/2008/04/flock-media-bar.png" border="0" alt="flock media bar" width="244" height="128" align="right" /> This is a horizontal bar that can be confgured to appear at the top of your browser window (inside the active tab) or at the bottom of same.  This media browser is almost as flexible as the sidebar apps in what it does.  Basically, it intelligently gathers media from many sources such as Flickr, YouTube and Facebook and allows you to browse through either individual streams or full mashups across all your registered sites.  When you see a photo or video that you like, you can hover over it to get a larger picture, or click on the arrow that appears to bring up an action menu.</p>
<p>From the action menu you can share the selection via email or blog, you can make a copy for yourself or, in the case of video, even view it in a mini-window.  Very handy!  There is also an integrated search field that allows you to search different services for specific images or videos.  By the way, you can also drag a photo or video from this bar into your Web Clipboard to save it for later.</p>
<h4>A Few Other Features</h4>
<p>Flock has a few other tricks up its sleeve.  On the main navigation bar, you will notice that it has the usual back/forward and refresh buttons, but no STOP button.  Also, there is a giant button with a<strong> star</strong> on it!  The refresh button actually turns into the stop button when a page is loading.  As for the star<strong> </strong>button, that is your &#8220;add to favorites&#8221; button. By default, this allows you to save a bookmark locally, but unlike Firefox where you can only specify the location where the bookmark goes, Flock also lets you <strong>tag</strong> the bookmark (basically, categorize it) as well as optionally save it to an online bookmark service.  You can configure it to always save local, always save online or both, or always ask.</p>
<p>There are more buttons next to the address bar that change color to indicate the page you are on having a media stream, a RSS feed or a custom search engine.  When you click a highlighted button, you can view the stream or add the feed or search engine directly in to Flock.</p>
<p>There is one last thing that is built-in to Flock that I find handy, which you can add to Firefox via an addon.  If you are on a site and you have Flock set up to open a new window as a tab (which I believe is the default configuration) Flock will open the tab <em>right next to the tab you are viewing</em>.  In Firefox, the tab that opens is at the very end of your list of tabs, so logical grouping isn&#8217;t always preserved.  It&#8217;s a small point but I really like that.</p>
<p>Well, I am sure there is more I missed but that covers the big differences between it and Firefox.  If you want a browser that is social media savvy, look no further than Flock.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scribkin.com/2008/04/05/tell-me-about-flock/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:thumbnail url="http://www.scribkin.com/wp-content/uploads/2008/04/flock-logo.jpg" />
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/04/flock-logo.jpg" medium="image">
			<media:title type="html">Flock Logo</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/04/flockicon.jpg" medium="image">
			<media:title type="html">Flock Icon</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/04/flock-sidebar.jpg" medium="image">
			<media:title type="html">flock sidebar</media:title>
		</media:content>
		<media:content url="http://www.scribkin.com/wp-content/uploads/2008/04/flock-media-bar.png" medium="image">
			<media:title type="html">flock media bar</media:title>
		</media:content>
	</item>
	</channel>
</rss>
