Friday, April 20th, 2007
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:
-
-
<ul class="feedbillboard access:randomly">
-
<li><a href="http://code.google.com/">Google Code
</a> (
<a href="http://code.google.com/feeds/updates.xml">RSS
</a>)
</li>
-
<li><a href="http://ajaxian.com/">Ajaxian
</a> (
<a href="http://ajaxian.com/feed">RSS
</a>)
</li>
-
<li><a href="http://almaer.com/blog">techno.blog(Dion)
</a> (
<a href="http://almaer.com/blog/index.xml">RSS
</a>)
</li>
-
</ul>
-
I have gone into more detail over there.
- 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...
When i click a link, the page content is loaded inside the feed’s iframe.
This isn’t a microformat.
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?
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…