Security Review of Online Feed Aggregators with Password Protected FeedOctober 8th, 2008 In my previous article I have already discussed about how to use the Online Feed Aggregators to view the password protected Feed with username and password. Now the next thing that should come to your mind is how do they actually fair in maintaining the security of your account.
Creating rss feed for your blogspot blogFebruary 2nd, 2004 One of the reasons I moved out from blogspot, to my own server, was because I couldn't create a RSS Feed of the blog easily. Today I found that blogstreet provides a simple way to do so.
How To Access Password Protected RSS Feed From Popular Online Feed AggregatorsOctober 7th, 2008 Online feed readers are the latest evolutions in the world of information and news sources. It is developing by leaps and bounds and that day isn't far off when online feed readers will be as essential as your newspaper or careergraphs.
Can RSS Feeds carry a Virus Payload?June 12th, 2005 With the rapid proliferation of RSS Feeds and offline aggregators it is presumable that virus writers will try to exploit this avenue to spread the virus. But the question is whether it is feasible?
In short technically a resounding YES.
List of WordPress 2.x Rewrite Rules & Usage NotesAugust 26th, 2006 Comprehensive List of WordPress 2.x Rewrite Rules:
Note 1: The built-in rules are provided to guide you in writing your own fancy rules. Note 2: In case you are wondering anything before and including the '?' is ignored in match.
RSS Feeds: Full / Summary Feeds? - A Solution for Both CampsOctober 20th, 2005 I wouldn't re-hash popular arguments for / against providing full RSS feeds here. I would just like to point out a simple capability with most RSS readers, I have tested with, that can be leveraged to keep both camps happy.
How to Protect your RSS Feeds from Unscrupulous Aggregator'sJune 16th, 2005 Recently there has been a plethora web based aggregator sites. Some of them like diabetologica blatantly displays the full content from the feed.
RSS Usage and CTR DataJuly 24th, 2005 Tuesday is the most active day in RSS; Saturday least active. - Our initial observations of the data point to Tuesday being the most active day for viewership, feed retrieval and click-throughs.
Low Noise Way to Read LifeHacker / Gawker Media Sites With SmartFeedNovember 30th, 2005 LifeHacker is a nifty blog in Nick Denton's blogomerate (blog + conglomerate) which provides interesting tips for computer users. So here is my tip for LifeHacker users (and other readers of Gawker Media), LifeHacker style.
Java Tip: Basic Authentication with HttpURLConnectionJuly 6th, 2007 Java provides a super simple, yet hidden from plain view, way to do basic authentication of HttpURLConnection / URLConnection. Before making a connection add the following lines of code:
final String login ="...";
final String password ="...";
Authenticator.setDefault(new Authenticator() {
protected PasswordAuthentication getPasswordAuthentication() {
return new PasswordAuthentication (login, password.toCharArray());
}
});
This sets your default Authenticator which is called whenever authentication is required for any URLConnection.
Switching Mailing List For BlogsJuly 13th, 2006 We are working to provide a better mailing list for our blog readers who prefer to subscribe by email. The current provider bloglet.com is unreliable at times.
Full Feed or Excerpt only in RSS Feeds?June 11th, 2005 I was initially providing excerpted feeds only. However I switched over to full feed format.
Simple Thoughts Subscribe By Email Now ActiveOctober 8th, 2008 Simple Thoughts now has a working Subscribe-by-email facility. Unlike many other blogs which provide this facility, we do not use FeedBurner.
Sharing Experience with Google AdSense For Feed August 29th, 2008 Please share your experience with Google AdSense for Feeds. My experience is pretty dismal so far.
How To Use cURL (in PHP) For Authentication And SSL CommunicationJune 8th, 2006 Using cURL (in PHP) to access https url is often not as simple as using the proper url. Using it for authentication is also not very clearly documented.
February 22nd, 2007 at 4:05 am
RSSOwl - HTTPS/SSL: Yes, HTTP Authentication: Yes.
Vienna (mac-only) - HTTPS/SSL: Yes, HTTP Authentication: Yes.
February 22nd, 2007 at 5:17 am
Thanks. I have updated the list.
February 22nd, 2007 at 10:31 am
Thanks for this! I’ve been writing a Java app to read feeds.
Cheers,
Dr.E
April 18th, 2007 at 2:15 pm
Bloglines - HTTPS/SSL: No, HTTP Authentication: Yes.