How to follow DotNetKicks.com efficiently

February 21, 2008

I’ll show here a little tip how I follow my favorite .NET-community, DotNetKicks.com (DNK). It is one of the best .NET-resources and it gets lot’s of quality content daily so staying up to speed with the site requires some effort.

Luckily, DotNetKicks offers RSS-feeds for almost every list so I fiddled around with Firefox and its nice Live Bookmarks to find an optimal way to follow what’s happening at the DotNetKicks.

The most interesting feeds or pages for me are:

  1. Published front page stories
  2. Upcoming, recently submitted stories
  3. Stories Kicked by me
  4. Stories submitted by me
  5. Kick Spy! that follows the activities in the site in almost real time.

When I put the Live Bookmarks in a folder in Bookmarks Toolbar, I can easily drag the mouse down to see with a glance if there’s anything new in any of the first three sections.

clip_image001

Works great with the del.icio.us, too

By the way, this works well with many other social bookmarking sites as well.

For example, the Latest deli in the screen capture refers to my feed at del.icio.us. Similarly the Daily Live Bookmark shows my links that I visit regularly. They are links that have “Daily”-tag in del.icio.us which is flexible with rss-feeds.

The advantage is that the links are centralized and I can access the same bookmarks from work and home. When I add new links, they are automatically synchronized wherever I use them. If I’m at public computer, I can still access my bookmarks through the del.icio.us -web site.

It’s really fast to setup the regular feeds as Live Bookmarks after fresh install of Firefox. del.icio.us Complete is my favorite extension for posting links to del.ico.us straight from the Firefox:

clip_image001[5]

I hope these tips helped you to get some ideas to boost your productivity. :)

kick it on DotNetKicks.com


Using Yahoo Pipes to Create a Link Blog

August 13, 2007

When I was constructing this blog, I wanted to share interesting items through a link blog, which is embedded as My Link Blog -box on the right (feed).

At first it simply showed only items that were shared through Google Reader’s Shared Items, which is a very nice feature in the feed reader. Then I realized that I have many other places where I share links: del.icio.us, dotnetkicks.com and digg.com.

Since publishing all the links in their own boxes would make the blog look too crowded, I thought this could be great opportunity to try Yahoo Pipes for combining the feeds into one RSS-feed. Luckily all the services allow accessing the shared data through RSS so all the data is easy to collect.

Pipes is a tool which you can use to mashup data (usually RSS-feeds) from various sources and edit and filter the data with numerous operations. The final result is exposed as HTML and RSS-feed, which I have used on this blog.

After playing around with various combinations, I decided to settle just for the data that comes from Google Reader and Digg.com as they provide most interesting content.

Here is a big picture from the current (13.8.2007) link blog logic:

2007-08-13_Pipes_LinkBlog

In short, it takes two feeds, unions them together, filters out duplicate links, sorts them by date in descending order and finally truncates the list to 15 entries.

Here is a detailed picture about the operation settings at the end of the pipe:

2007-08-13_Pipes_LinkBlog_Operators

As an interesting detail, I wanted to add the number of diggs an url has gotten. For that, I made the following loop with the string operations (String Builder inside a Loop-container):

2007-08-13_Pipes_LinkBlog_Digg

The final result can be seen here.

In my opinion, Pipes are really easy to use, even for non-programmers. Experienced programmers may miss some operations, but still Pipes offers many nice possibilities with little effort. Here is a posting that shares 5 cool ways to use Pipes.