Some people ask me question about how to implement my last star rating in multiple star rating, and here is the answer on how to implement it.
1. Upgrade latest table
Since you’ll need to add ‘id’ on multiple record then we need to upgrade the existing table. Here is the full sql

CREATE TABLE IF NOT EXISTS [...]

In this post i want to try give some simple script to get your marker location in google maps. Next we will ceate one marker and when you drag and drop it, you’ll get the position of the marker ( latitude and langitude ). You can use this kind of script if you want to add google maps feature in to your websites and want to point position and save it in to your database

I made this simple ajax star rating for my latest poject. And now i want to share it to you. Let’s start it .
Step 1 : CSS Star Rater
First thing is the star rater. I got this cool ‘css star rater’ from http://www.komodomedia.com/ . I assumed that we already understood how to use [...]

In this occasion, we’ll try to build basic horizontal animated menu using jQuery. Ok, lets just start it
Step 1 : Create files needed
Ok, first let us create files needed to build this ‘menu’. All we need is :

jQuery library, you can download the latest version in http://code.google.com/p/jqueryjs/downloads/list
JavaScript document – let us named it ‘menu.js’
index.html
style.css

Let [...]