testbox

Categorycode

  • 18 Apr 2009

    10 comments

    Fun with PHP: Randomness

    I have been thinking to write some basic stuff with PHP. Although I learned quite a lot already, but writing a PHP tutorial is not as easy as CSS, because I might be wrong, since in PHP, we need to consider some parameters as the speed, security and stuff – and I don’t know that [...]

  • 24 Dec 2008

    43 comments

    How to modify a WordPress theme/css (for beginners)

    For some new users out there who are still clueless on how to modify your theme to your liking, this post is definitely for you. I’m focusing here on WordPress (not Wordpress.com) users, but if you’re not one of them, you still can follow on, as long as you have access to your CSS file.
    First [...]

  • 09 Aug 2008

    64 comments

    WP: Latest comment(s) for each post on main page

    Normally, we will put a recent comment widget on the sidebar of our blog. That widget will show all recent comments taken from all posts. But now, we want to do something different. We want to show the recent comment(s) for each of our post on the main page. Something like the Gizmodo (but of [...]

  • 07 Jun 2008

    16 comments

    WordPress: Conditional statement using custom fields

    Custom field is among the most useful features in WordPress that makes it easier to be developed as a CMS. Most of the current usage of custom field are focusing to output certain info or images in a blog entry. Have you thought of using it along with conditional statement? Here’s how to implement it