Star based rating system is created using html for user interface, client side script/language, server side script/language and database for storing the rating points. I have created three versions of rating systems using simple javascript, mootools, jquery for client side script. PHP for server side script for storing the rating points in MySQL database, actually one can use any server side scripts like C#,VB.NET, typically any language.
Twitter Integration for website using OAuth
Twitter recently stopped supporting simple authentication support which was the easiest way of integrating twitter integration in websites. Now it supports only token based authentication using OAuth.
Display date difference in human readable form
This Article will help to display date/time difference like orkut, twitter, FB,. The code snippet i have written is to show date/time difference between current and stored date-time from database.
Inheritance in Javascript
This article will help to get a better understanding of implementing inheritance in javascript using the prototype feature in javascript.