Posts Tagged “jquery tutorial”

WordPress : Get page permalink by name, slug or title outside loop

by ronggur on April 19, 2011

I know we have get_permalink() in WordPress to get permalink by id of specific page. So this post is only alternative how to get the permalink by name, slug or title. 1. Get Page ID by name, slug or title

jQuery Tutorial : Simple ajax star rating with php (extended)

by ronggur on January 19, 2010

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 (…)

Read the rest of this entry »

Google Maps : Pointing and get your marker location

by ronggur on August 1, 2009

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

jQuery Tutorial : Simple ajax star rating with php

by ronggur on May 30, 2009

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 (…)

Read the rest of this entry »

jQuery Tutorial : Horizontal Animated Menu

by ronggur on January 25, 2009

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 : (…)

Read the rest of this entry »