Has anyone encountered a jQuery plugin that allows you to display blog posts on your website (like the twitter plugin for jQuery). It can be for any blog, but ideally blogger.
You could make use of the fact Blogger makes posts available via RSS. You can parse this using the jQuery rss plugin (see here). You will need to do some coding yourself, but this fits nicely since it is a programming project.