|
Recent
Articles |
Google Sitemaps and Competitive Intelligence I'm a big fan of the Google Webmaster Central Program and using sitemaps. I agree that you should build your website so that it is crawlable and not rely on sitemaps to compensate for poor site architecture, but...
A Milestone for XBRL This could be a milestone in illustrating the benefits of using XBRL for companies filing financial data.Last week, Microsoft submitted a Form 8-K filing to the financial data.Last week, Microsoft submitted a Form...
When Is XML Not XML? Here is a mystery for folks. I've updated my parsing engine for coldfusionbloggers.org. I'm using CFHTTP now so I can check Etag type stuff. I take the result...
Caching CFCONTENT A few days ago I blogged about a code review I was doing for another client. Yesterday I found another interesting bug in their code. (It is always easier to find bugs in other people's code.) The code in question...
Persisting With XML, Or Else There are a few ways of persisting XML to a file, each with their pros and cons, that programmers may want to consider. Brett D. McLaughlin, Sr., of O'Reilly....
Using Sitemaps And Verity Not many people know that ColdFusion ships with a HTTP spider that integrates with Verity. Unfortunately, this spider will only work with localhost as a server. This means if you want to spider multiple sites, you can't.
|
|
|
02.07.08
A New Way to Organize Your Feeds
by
Neville Hobson
When you come across something interesting on the web, but don't have time to read it at that moment, what do you do?The old way is to add the web page to your browser's bookmarks or favourites so you can retrieve it when you do have time.
A more recent method is to add that page of interest to a social bookmarking site such as del.icio.us.
This has two additional advantages - you can tag the page with keywords so you can share your bookmarked content with others, and you can access your bookmarked content from any other computer or device with a connection to the internet.
But what if you simply want to note something to come back to later, and have the option of doing that from any device? And if you don't want to tag it until you've read it and decided whether it's even worth tagging? And when you've read it, you can just delete it if you want?
That's where Instapaper comes in.
This neat web service offers you a means to keep an online reading list. A lot of people have been raving about it recently.
I must admit that I didn't get swept up with all that enthusiasm. I figured the save-as-bookmark route was fine for me.
Wrong. This is much better. What's changed my mind is a means to do it that is so attuned to how I read content on the web.
I don't visit many websites in a browser. I do read an awful lot of content on the web, though, via FeedDemon, my desktop RSS reader.
There's now an easy way to add RSS feed items to Instapaper from within FeedDemon.
It's all to do with saving this code in a file called instapaper.xml and putting that file in the /SendTo folder within the folder where FeedDemon is installed on your computer:

That then gives you a choice to send a feed item to Instapaper via FeedDemon's right-click menu.
Glenn Slaven and Nick Bradbury explain it all in detail.
If you live in your RSS reader as I do, you'll find this very helpful.
Now that is what I call a really useful web service.
Comments
About the Author:
Neville Hobson is the author of the popular NevilleHobson.com blog which focuses on business communication and technology.
Neville is a UK-based communicator, blogger and podcaster. He helps companies use effective communication to achieve their business goals. Visit Neville Hobson's blog: NevilleHobson.com.
|