Archive for the “Tutorials” category

WordPress : Custom Action Hook in Action

by ronggur on August 9, 2011

There are two types of hook in WordPress, filter and action. And in this occasion I will try to give examples about Actions hook. According to codex.wordpress.org: Actions: Actions are the hooks that the WordPress core launches at specific points (…)

Read the rest of this entry »

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 »

How to generate image on the fly with codeIgniter

by ronggur on November 20, 2009

This post is talking about how to generate image on the fly with codeigniter. This is the basic code and sure you can improve it as you far as you need, All we need is only 1 controller and 1 (…)

Read the rest of this entry »

3 Ways to Create Round Corner Menu

by ronggur on September 11, 2009

There are 3 ways (as far as i knows) to create round corner menu, by image and css, css property and javascript. And in this post we’ll try to create in that 3 different ways. Actually this is some old (…)

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 »