Activate your free membership today | Log-in

Friday, April 20th, 2007

Unobtrusive JavaScript, Microformats, and the Google AJAX Feed API

Category: Examples, JavaScript, Unobtrusive JS

<p>Over on my personal blog I discussed Unobtrusive JavaScript, Microformats, and the Google AJAX Feed API.

The posting discusses an example that creates a Feed Billboard using the Google AJAX Feed API released the other day.

Here is the outcome:

The fun part was creating a microformat that would degrade nicely:

HTML:
  1.  
  2. <ul class="feedbillboard access:randomly">
  3.   <li><a href="http://code.google.com/">Google Code</a> (<a href="http://code.google.com/feeds/updates.xml">RSS</a>)</li>
  4.   <li><a href="http://ajaxian.com/">Ajaxian</a> (<a href="http://ajaxian.com/feed">RSS</a>)</li>
  5.   <li><a href="http://almaer.com/blog">techno.blog(Dion)</a> (<a href="http://almaer.com/blog/index.xml">RSS</a>)</li>
  6. </ul>
  7.  

I have gone into more detail over there.

Related Content:

  • Google releases API for mashups
    Google Ajax Feed API released today is designed to help mashup developers more easily integrate RSS and Atom feeds into their applications. "Today, if...
  • Google claims it makes Ajax easy
    The new Google Web Toolkit (GWT) is said to take the bother of working with JavaScript out of Ajax development. The toolkit works with "any Java IDE"...
  • Ajax Learning Guide
    Chances are, you've been doing JavaScript and XML developer work in Lotus Domino for quite some time. This old/new approach is causing quite a stir in...
  • Ajax Learning Guide
    Are you a Web developer? The time has come to rethink your entire approach to developing Web applications. Find out about the Ajax approach...
  • JavaScript Achilles heal for Ajax?
    Web 2.0 applications can be hacked by exploiting a security hole in the JavaScript component of Ajax, according to security vendor Fortify Software...

Posted by Dion Almaer at 9:55 am
4 Comments

+++--
3.5 rating from 24 votes

4 Comments »

Comments feed TrackBack URI

When i click a link, the page content is loaded inside the feed’s iframe.

Comment by Tim — April 21, 2007

This isn’t a microformat.

Comment by Nick — April 29, 2007

Nick’s right. Microformats have been through the microformat process, the name isn’t trademarked or anything but still.

Maybe you could call it a tinyformat?

Comment by Thom Shannon — April 30, 2007

Microformats are the trend of the next web generation. I think that every one should have his own hcard and hcalendar. With Microsoft and Firefox 3 intent to implement microformats into their browser, it should surely make a revolution in the coming years.

So, everyone grab your hcard now, breofre it’s too late…

Comment by Shane plasebo — May 5, 2007

Leave a comment

You must be logged in to post a comment.