Google Reader For Android

Google Reader For Android

Google Reader recently update their Google Reader for Android application. This update comes with new interesting features. Like Widget, widgets have long been one of the most requested feature for Google... [More...]

Will Google Social Search Improve The Relevance Of Search Results?

Will Google Social Search Improve The Relevance Of Search Results?

Google Social Search is already been a while. Google Social Search project start since 2009. Google used to display a few links to pages created or recommended by your friends and social connections at... [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...]

Revalidate Cache On Static Files In Google App Engine

Revalidate Cache On Static Files In Google App Engine

I’m using Google App Engine to cache my static files for a while now. So far, i’m quite happy with my blog performance and using Google App Engine as CDN is definitely improve my blog page... [More...]

Beginner Tips: Bad interpreter – no such file or directory

Beginner Tips: Bad interpreter – no such file or directory

Sometimes when you run your script there was an error like this: root@server1$ ./script.sh bash: ./script.sh: /bin/sh^M: bad interpreter: No such file or directory Thats because there are one or many... [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...]

[HowTo] Install XCache For PHP5 In CentOS

[HowTo] Install XCache For PHP5 In CentOS

Instead using Alternative PHP cache (APC), we can use PHP XCache for PHP caching system. XCache is an open-source opcode cacher, to accelerates PHP performance on servers. It optimize performance by removing... [More...]

New Google Security System: 2 Steps Verification

New Google Security System: 2 Steps Verification

Google just launch a new security feature to access Google Account. It is called 2-steps verification. With this 2-steps verification, the hacker cannot enter your account only with your hijacked password.... [More...]

Alternative PHP Cache (APC) Not Compatible With Zend Optimizer

Alternative PHP Cache (APC) Not Compatible With Zend Optimizer

This problem happen in my VPS after i install Alternative PHP cache (APC). And also i already have Zend optimizer installed on the same VPS. After i installed APC, my WordPress blog show strange behavior.... [More...]

DNS Benchmarking Tools

DNS Benchmarking Tools

As digging more about DNS performance benchmark, i found a great tools instead using the command prompt as you can see in my previous post: Test DNS Server Speed, Google Public DNS and OpenDNS Benchmarking.... [More...]

Test DNS Server Speed, Google Public DNS and OpenDNS Benchmarking

Test DNS Server Speed, Google Public DNS and OpenDNS Benchmarking

DNS (Domain Name System) is a hierarchical naming system built on a distributed database for computers, services, or any resource connected to the Internet or a private network. It associates various... [More...]

Snippet Code To Benchmark Your PHP Script

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

Securely Transfer Your File To Remote Computer

Securely Transfer Your File To Remote Computer

A very common job for a web developer is actually uploading a single file from a directory in your development environment to the exact same subdirectory on a remote server. Unfortunately, this always... [More...]

Free PHP Obfuscator

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

Remove All Annoying Ads With Greasemonkey

Remove All Annoying Ads With Greasemonkey

Greasemonkey is a Mozilla Firefox extension that allows users to install scripts that make on-the-fly changes to HTML web page content on the DOMContentLoaded event, which happens immediately after it... [More...]

Use Pastebin.com To Share Your Code Or Result Set

Use Pastebin.com To Share Your Code Or Result Set

Sometimes a software or web developer or web administrator or server admin, stuck with the problem they are facing. And you need help from the expert. So you need to paste your code for temporary, so the... [More...]

Incredible iPhone As Music Instrument

Incredible iPhone As Music Instrument

See how you can use iPhone as a Music Intrument: Lady Gaga -- Poker Face by Applegirl (ver. I-Phone Apps) Irreplaceable by beyonce (ver. I-Phone Apps) Iphone guitar hotel california --... [More...]

[HowTo] Install ODBC Driver For MySQL On Ubuntu

[HowTo] Install ODBC Driver For MySQL On Ubuntu

ODBC or Open Database Conectivity provides a standard software interface for accessing database management systems (DBMS). ODBC could work in multi platform. With ODBC API, the application only needs to... [More...]

Add Your Custom Logo To Your WordPress Dashboard

Add Your Custom Logo To Your WordPress Dashboard

WordPress dashboard is WordPress backend to manage your blog. As WordPress can easily customize, you can add your custom logo and favicon in your WordPress Dashboard page. This can be done by adding a... [More...]

[HowTo] Install Memcached On Centos 5

[HowTo] Install Memcached On Centos 5

Memcached is a free & open source, high-performance, distributed memory object caching system, intended for use in speeding up dynamic web applications by alleviating database load. A WordPress blog... [More...]