Have you ever wonder how to create a
table of content of your Blogspot/Blogger post? If you don’t have any clue how to do it, then you should try this.
Actually, Blogspot already have a widget that can retreive your blog post in form of feed. You may insert that widget and point to your RSS feed of your blog, something like
http://YOUR-BLOG.blogspot.com/feeds/posts/default?orderby=updated. That’s fine if you only want to show your last 5 or 7 post to your reader. But if you want to show all your blog post in one page, that’s why I’m writing this.
I got this idea when I play around in the
Google Code Playground. It explains how to use javascript to retrieve your posts in a certain blog. Well, you can read the explanation
over here, for now let’s just play with the script: