The Best Way to Educate Readers About RSS

I’ve found that the best way to teach blog readers about RSS is to link to a great video I found.

RSS in Plain English does a great job at explaining RSS in a simple, visual manner. The whole thing is done on a whiteboard, with a voiceover and pre-made bits of paper.

The video has everything someone needs to know to understand RSS, and get started using it. CommonCraft.com (the maker of the video) recommends Google Reader, and provides instructions on creating an account and adding feeds, though the video also shows URLs for alternatives.

It’s a great video, and I think Lee LeFever really found the best metaphor to describe RSS: It’s like Netflix, for the web. Instead of going and looking for content (e.g. going to Blockbuster) the content comes to you.

How Does Netvibes Store Our Email Passwords?

The popular start page Netvibes features a widget that automatically checks your email for new messages. For it to do this, you must supply your email address and it’s password (as well as your mailserver, if you use POP or IMAP). Here’s what I…

Net Neutrality Watch: ISPs to Insert Rubbish Into Your Pages

Rogers|Yahoo, a Canadian ISP, has been experimenting with technology that enables them to modify page content before it gets to you. Shown in the Ars Technica linked previously, is the Google.ca homepage with a huge banner proclaiming that the user has used 75% of…

Handling passwords safely in PHP

A great tutorial on storing passwords securely.

The Secret to Making Money With AdSense

Do you know how Google AdSense picks the ads that show on your site? It’s done through an automated auction process. AdSense’s robot scans your page for keywords, then it queries it’s database for advertisers that match the keywords. Next, the auction begins. The…

BlogBuzz December 15, 2007

Essential Firefox Extensions For Webmasters

Mozilla Firefox is truly the best browser for web designers and developers. It’s Extensions system makes it possible to equip your browser with tools to make your life easier. But if you’re reading this, you probably already know that. What extensions are the most…

jQuery/Firefox Bug

When I was developing the NTugo webtop, I did a bit of work with jQuery and noticed an odd bug. Using the show() and hide() functions on divs, there is one instance where the body’s background image is disrupted by the animation. It only…

Random Redirect Plugin

The Random Redirect plugin for WordPress is not as useless as it sounds. It gets people to read posts from your archives, and there are plenty of reasons why your readers will use it. If I’m bored, I use StumbleUpon. What is this plugin…

Box-Model Lunacy

I’ve been doing some design work lately, and I’ve been dealing heavily with the Box Model. If I want to create a 200px-wide box with 3px padding, I have to set the width to 194px. Why? Because otherwise the box ends-up as 206 pixels…