Web Programming Category

DB Cache Reloaded Fix v2.2.4 Released

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

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...]

Optimize Image Size With Photoshop

Optimize Image Size With Photoshop

Images have important role for web design, but in the other hand unoptimized images could be a nightmare for your bandwidth. We need to optimize image size for our web design. Please bear in mind that,... [More...]

AJAX and Javascript Live Testing Tools

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

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...]

Free Photo Editor Tools

Free Photo Editor Tools

Since digital era, most people in the world use digital image or photo. The negative film era has come to the end. You can store your digital image in any digital storage devices (such as harddisk, flashdisk,... [More...]

Free Twitter Page Designer Tool

Free Twitter Page Designer Tool

Most of internet users are on Twitter including me and probably you have Twitter account as well. Twitter is owned by Twitter Inc., a social networking and microblogging service, enabling its users to... [More...]

Send Bulk Email With PHP

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

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

[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

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

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

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

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...]

Make Glow Effect With CSS

Make Glow Effect With CSS

This glow effect trick with CSS is not a new trick. As the example you can see the glow effect when you mouse hover to any related post images at the end of this post. To make CSS glow effect is not hard,... [More...]

[HowTo] Export All Your Visitors Comment Email In WordPress

[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

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

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...]

PHP APC vs eAccelerator vs XCache Benchmarking

PHP APC vs eAccelerator vs XCache Benchmarking

From my previous post i wrote about how to install APC and XCache for caching system for PHP 5. Now i would like to review which one is have best performance between APC, eAccelerator and XCache. Since... [More...]