jQuery charToTable plugin
I was playing with jQuery and tables yesterday, and got a weird idea: what about converting characters to tables using jQuery?The idea evolved and I started to write a new jQuery plugin, charToTable.I...
View ArticlejFeed: JavaScript jQuery RSS/ATOM feed parser plugin
I needed a lightweight JavaScript feed parser based on jQuery and couldn't find one, so I wrote jFeed yesterday. Thanks to jQuery, it was quite easy and fun to do.jFeed currently parses RSS 0.91, 0.92,...
View ArticleJSS: JavaScript Simple Syndication - yet another implementation
jFeed, the jQuery RSS/ATOM feed parser plugin I wrote lately has a drawback: you must use a server-side proxy to load cross-domain feeds.It's a little bit annoying, so I looked for a more elegant...
View ArticlefixedBox jQuery plugin
fixedBox is a lightweight jQuery plugin that allows you to display a fixed box in the web page. The box is centered by default, but you can also define the left and/or top positions.Look at a fixedBox...
View ArticleRelated feeds widget
This a widget example, using the jQuery jFeed and wordStats plugins, to display a list of articles related to the current document.wordStats computes the top keywordsjFeed asks Google Blogsearch for...
View Article