It's quite straightforward actually. Simply follow the steps described on the script page, and for the code of Step 2, you'll want to change it to something like:
Code:
<script type="text/javascript">
var cssfeed=new gfeedfetcher("example1", "example1class", "")
cssfeed.addFeed("CSS Drive", "http://www.mixtaka.com/feeds/posts/d...ax-results=999") //Specify "label" plus URL to RSS feed
cssfeed.displayoptions("date") //show the specified additional fields
cssfeed.setentrycontainer("li") //Display each entry as a list (li element)
cssfeed.filterfeed(10, "title") //Show 10 entries, sort by title
cssfeed.init() //Always call this last
</script>
Bookmarks