Safely using FeedBurner

Wednesday, July 9th, 2008

So you have some feeds and you want to track subscriptions using FeedBurner.

The problem?

FeedBurner is a great service and probably will stay that way since it was recently acuired by google. However, it is still a 3rd-party service and that’s somthing you should always be worried about.

You see, when someone subscribes to a burned feed, they will be pointing the agregator to: <feeds.feedburner.com/your-feed>. This means that you will loose all of your subscribers if any of the following happens:

  • FeedBurner goes down, closes shop, or starts charging an outrageous fee. (unlikely)
  • The person who set up the account forgets the password, or becomes a disgruntled employee. (possible)
  • A better service comes along and you decide to switch. (very likley)

The solution

The simple solution is to have users subscribe to a feed on your domain.

  1. Create a folder structure for the feeds - like: /feeds/news/ and /feeds/videos.
  2. In each folder create an index page using you favorite server-side language - index.php, index.cfm, etc. This gives us added flexibility. We can even change the language at a later date!
  3. Use this page to mirror the FeedBurner feed. below is an example in ColdFusion. In PHP you will want to look into cURL:

<!----------------------------------------------------------------------------------------------------
-  This is a placeholder for a feed.
-  Make sure to link to the folder and not this .cfm page for even more flexibility.
-  Created:   2008-04-09 Gabriel McGovern
-  Modified:
----------------------------------------------------------------------------------------------------->

<cfhttp url="http://feeds.feedburner.com/pcc-videos/">
<cfoutput>#cfhttp.filecontent#</cfoutput>

Examples

Check out the feeds we offer for Portland Community College. Each is being run through FeedBurner, but you subscribe to a URL in our domain. If we decide to change services - all we have to do is update the index page. You as a subscriber would never even have to know.

WebVisions: Tagging - Emerging Trends

Friday, May 23rd, 2008

geneGene smith

  • nForm (user expert consultant )
  • blogger
  • author.

Voodoo Donuts = donut porn

When was metadata invented?

As soon as or before the first data. Even culture that never developed written language still used matadata - Incas

Railroads in 1900s drove advancements in metadata.

Filing cabnets virtical filing and tabs really changes record keeping in the 1900s - reason why we still have Folders on our computers

Yahoo vs google

Hierarchy vs search

Not explosion… A stream.

Wasabe

Financial tagging (He shows example where he only has $22 in his savings… Need to buy his book).

Uses bubble up tagging song album artist

Zigtag

FF browser plugin.

When appling tags it shows you related tag concepts and shows defn. “ny” “nyc” “big apple”.

They mine wikipedia to get definitions. This is second generation user created content.

LibraryThing

Gold standard. Shows similarities. Largest library catalog in world.

Created ways to merge tags. Can see changes. Wiki like community.

Can split up tags humor vs humour… Sociosmantic differences.

Automanual Folksonomy

Etsy everything is handmade and unique.
Catagories might be limiting
Only controls top level. Then suggests tags. These tag relations are used to create standard navigation.

Tagmash

Groups tags. Then you can punch out tags to refine your results. They then use tag mashes to help approximate evergrewn caragory taxonomy. Predefined by lib of congress

Manual work does not scale. However a little structure can give a lot of value to encourage automannual.

Lookup peter van dijick

Sparking innovation.

Flikr is example. Where rss is created for every tag even if only used once. This is how geotagging evolved

  • Market tag 2 machine tags geotagged + geo:lat=46733… + geo:lon=345345
  • In 2005 this was usually entered by hand.
  • Tools then created tools to make use of the tags.
  • Dan Catt user was hired by flickr.

Trends

  • More structure
  • Automannual folksonomy
  • Leveraging communities

Great questions and discussion

  • Freetag php plugin. Lots of functionality built in. No support though.
  • GeneSmith.ca

WebVisions: RSS - Bleeding Edge Tips and Tricks

Thursday, May 22nd, 2008

Marshall Kirkpatrick

http://marshallk.com/

Recommendations:

  • Blog search: Ask.com – uses bloglines to filter out spam.
  • Sets up bookmarklet to blog search.
  • News Search: topix.net, yahoo news, as well as dilicio.us popular items
  • Web Results: live.com (search sucks, but does publish newly found pages)
  • Twitter: Summize.com

Big proponent to over subscribing to feeds. Argues that is better to prioritize then not subscribe out of fear of information overload.

It’s all about reading so far….

  • Filtering: aidrss.com (scores by comments, votes, links…)

This would be cool for the highed web – we could import the hot topics surrounding the “highedweb”…

Sites that don’t offer RSS:

  • Email: (based on lifehacker article) sends gmail with label directly to RSS.
  • Dapper: pull from static pages?
  • Also feedity, feed43, …
  • FeedInformer: Filter for dupes, filter common layouts = widget to paste in site. (php or java). RevenueRecognition.com is an example. 1.The owners get feeds in delicious, 2. They tag then and add short intros in delicious. 3. feed digest pulls them in as current news on the website.
  • Yahoo Pipes: Lets you set up lots of operator to add and filter feeds.
  • Feedburner: Lets you track and modify feeds that you hand out! You can update the source feed and the end user will never know.
  • ZapTXT: RSS to mobile alerts. Really helps you to instantly track any particular fields.

A great use case:

Local person monitoring major news agencies. When they have news related to local person/business zaptxt is used to send them an automatic message. Then they can inform local news about their angle…

At PCC, we could set up a system to system to immediately inform public affairs about any news related to the college or bond or…

Web-based Pod Casting for Faculty and Staff

Wednesday, October 25th, 2006

Daniel Harvey, Eastern Illinois University

This one’s for Monica:

Easter IU not only supports podcasting for their instructors, but they have created an online CMS that allows instructors to to maintain their own feeds. It was scripted in PHP - allows for mp3s and most mp4 codacs. When I talked to him after the session, he agreed to send me a zip of the code base.

Dynamic Gears

Monday, March 17th, 2003

dilate.gifThe original splash page for my home site: DilateYourMind.com. This flash example loads variables from a PHP page and then creates random size gears to represent the links to the separate sections of the site. The Flash movie automatically creates a new gear-link each time that a section is added to the site.

Dynamic Photo

Monday, October 1st, 2001

dynamic-photo.gifDynamicPhoto is a little web application written that I created while teaching myself PHP. It uses object-oriented techniques and the GD library, allowing a user to easily manage an online photo album. Once photos are uploaded, the server dynamically creates all of the borders, text and icons.