Posts Tagged “featured”
WordPress : How to get category ancestor
by ronggur on October 31, 2011
Here is code I usually use to find ancestor or parent of a category I know this code is premature, it’s only works when you didn’t modify the category slug. But at least it is working in almost all my (…)
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 (…)
Newscoop Contest Design
by ronggur on July 27, 2011
Newscoop is an open source CMS used by hundreds of independent news organisations to publish content online. Sourcefabric are looking for individuals to create a new theme that brings together quality journalism, with quality design. The prize? A chance to (…)
RH Yahoo! Messenger WordPress Plugin
by ronggur on May 24, 2011
Hi, there. In this post I want to introduce my first WordPress plugin . This plugin is a widget plugin that will shows multiple Yahoo! Messenger Status of your own. So here it is.. Installation The plugin is simple to (…)
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
WPTrick : Add new element into wp menu
by ronggur on January 9, 2011
A simple trick to add new element into your wp menu.In this case I want to add custom search form to may Just add this codes to your wp code I usually put in in functions.php Method above will add (…)
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 (…)
New Google search interface
by ronggur on November 26, 2009
Have you tried the new google search intrerface? here i put the screenshot This interface isn’t officially launch, so you need do simple trick to view it. Visit http://google.com On your url address field type in this code Refresh your (…)
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 (…)
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 (…)

