If you want to add rating system for your posts in Blogger, check Outbrain (http://www.outbrain.com/). They have fully automated script for that.
I’m using it form my animated gifs blog.
AquilaX’s development blog
You are currently viewing the category archives of Java Script
Category Archives: Java Script
Rating for Blogger (Blogspot)
Control.Tabs
I spend half of the day today, wondering why Control.tabs didn’t work properly. The non-active div-s didn’t hide on page load and the only way to initialize them as hidden was to set style=”display:hidden” on every div, which makes the code very ugly.
So I decided to debug the problem and it turned out that [...]
My first Google Gadget
A while ago I decided to give Google Gadgets a try. I looked at the API and decided to create small gadget, which shows how much time I spend on the iGoogle page. The gadget itself can be found here and the source code can be downloaded from here.
The main idea is to use _IG_Prefs [...]