Web Programming Category
DB Cache Reloaded Fix on Github
First of all i would like to thanks all of you that already support me and using DB Cache Reloaded Fix plugin. And also i would to apologize if lately the DB Cache Reloaded Fix development is delayed.... [More...]
DB Cache Reloaded Fix v2.2.4 Released
I’m happily to announce DB Cache Reloaded Fix v2.2.4. For you who don’t know DB Cache Reloaded Fix, it’s a WordPress plugin to cache the queries made to the database whereas improve... [More...]
Facebook Thumbnail Image
Here come a question from my Facebook fans regarding Facebook thumbnail image: How can i share my blog post with the right thumbnail on Facebook? Sometimes it show the wrong thumbnail and... [More...]
AJAX and Javascript Live Testing Tools
Ajax and javascript is hard to debug and find where it go wrong. One of the great offline tools to debug your ajax and javascript code is Firebug with Firefly extension. But you need to modify your code... [More...]
Facebook FBML Live Testing Tool
Recently i tried to developing an application for Facebook as my client demand. Facebook use XFBML (eXtensible FaceBook Markup Language) as their mark up language to use Facebook UI and API. And it took... [More...]
Send Bulk Email With PHP
With mail() function in PHP you can send email from your system to any email address easily. If you using a Linux system, you don’t have to set anything to use mail() function. But in Windows you... [More...]
Easy Noindex and Nofollow WordPress Plugin
As Google update it’s algorithm so called Panda algorithm, you should aware with your low quality post in your website. So i made a simple plugin to easily add noindex and nofollow meta in your post.... [More...]
[HowTo] Upload Your Plugin To WordPress Plugin Repository
What make WordPress powerful is WordPress plugin. WordPress have extendability through plugins, as you can turn WordPress to any kind of websites (ex: ecommerce), beside just a plain blog. So if you are... [More...]
TortoiseSVN: Free and Easy To Use Subversion Client
Apache Subversion (SVN) is software version and revision control. You can collaborate with other developer using SVN. As you can commit your revision to the code and also add a comment about the changes.... [More...]
DB Cache Reloaded Fix For WordPress 3.1
Since WordPress upgrade to version 3.1, there are some plugin compatibility issue for example DB Cache Reloaded. You may read my previous article DB Cache Reloaded not compatible with WordPress 3.1 as... [More...]
Web Development Using PHP, MySQL and Flash
PHP and Adobe Flash (formerly Macromedia Flash) are popular scripts used for creating web pages and online multimedia presentations. The two scripts can be combined to create dynamic, interactive pages... [More...]
Fast and Relevant WordPress Search
It’s not a secret anymore that WordPress search results is not very good. Sometimes it is not relevance. It is because WordPress search use “OR” sql query for search keyword. And i manage... [More...]
List Of Useful Websites For A Web Developer
I have been programming web application for a several years now. It was start from 2003 when i was in a college. Built a very simple static html websites at that time. And then i’m learning several... [More...]
[HowTo] Export All Your Visitors Comment Email In WordPress
In default WordPress comment your visitors need to input their email to leave a comment in your blog. And you can export those emails for whatever reasons you need. Probably you need to keep in touch,... [More...]
Snippet Code To Make Automatic Live URL With JQuery
Sometimes if you a blog or forum owner you need to make all your text (in url format) turn into a live url (clickable) to make your visitors easier to visit the link inside that content rather than manual... [More...]
PHP Snippet Code To Generate Random Float Number
Generating a float random value in PHP is little bit tricky. Both rand() and mt_rand() will return Integer value. But sometimes you need to generate random float value, for currency or math case for examples.... [More...]
Snippet Code To Benchmark Your PHP Script
Testing is one of common task for programmer. In every development phase, testing is need to be done before moving to next phase. There are a lot of testing technique. One of them is benchmarking, to test... [More...]
Free PHP Obfuscator
You may need to obfuscate your php code for security or licensing reasons. So the other third party cannot easily hijack your code for their own reasons. Obfuscated code is source or machine code that... [More...]
Free Programming E-Book List
Everybody love free things. Including me. Here is the compiled list of Free programming books and tutorial available for you to download. And once again it is free, i will update it more as soon as i... [More...]
Debug WordPress To See How It is Works
It’s no doubt that WordPress is one of the most powerful CMS for blogging. Beside it is free and open source, it also user friendly. But do you know how exactly WordPress executing it’s code? Well,... [More...]



