Archive For downloads
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...]
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...]
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
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...]
[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...]
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...]
Guide To Improve Your WordPress Blog Performance For Free
WordPress is a free and open source CMS for blogging (which is suitable, via add-ons, for e-commerce use). And besides blogging, WordPress has the advantage of being already SEO-friendly, as it is easily... [More...]
[HowTo] Check And Repair MySQL Database
Sometimes your MySQL database data is corrupted. Usually it is not properly close when querying to the database, because of high server load or MySQL server suddenly down. This will make your database... [More...]
Copy Files Faster On Windows
Windows native file management is not fast especially when you copying thousands of small to medium size files. And when it have broken files, the copy process will stop and cannot continue. And the other... [More...]
Easy To Use Remote Admin Tools
You can control your Windows machine far away with remote desktop, this is known as virtual network computing (VNC). “Virtual Network Computing (VNC) is a graphical desktop sharing system that uses the... [More...]
URL Validation Class In PHP
A couple days ago i’ve been struggling with URL validation in PHP. And i found a URL validation class from phpclasses.org which i think is great and do what i need. And to use it, is really simple. Beside... [More...]
Turn Off Light Feature For Video Streaming Site
Most of the times when you watching a streaming video from Youtube or other else, you found that all the comment or related videos or ads are little bit distracting. So if you own a video streaming website,... [More...]
Get Last Tweet Without OAuth Using PHP
Get last tweet of your tweets or someone’s tweet with username doesn’t need OAuth. Twitter have their own API to get last tweet with username. You can access the API with http://api.twitter.com/1/statuses/user_timeline/,... [More...]
Get Twitter Update With JQuery
From the previous article i write, Get Last Tweet Without OAuth Using PHP, and now i want to share with you how to get the twitter update with JQuery. Get Twitter update with JQuery is not much different,... [More...]
Regular Expressions Cheat Sheet
Regular expressions (regex or regexp) provide a concise and flexible means for matching strings of text, for instance particular characters, words, or patterns of characters. A regular expression is written... [More...]
Hardening Your Server Security With ConfigServer Security & Firewall
Talking about server side security will come down to firewall or filter connections from and to your server. Close unnecessary ports, block unwanted connection and blacklist spammers are the things that... [More...]
10 Smartphone Apps For Vacation
With their own operating systems and software, smartphones are morphing into the PCs of the future. What makes smartphones more than mobile phones is the myriad of advanced applications available for download.... [More...]
Tools To Monitor Your Hardware Information And Status In Windows
When you buy a new brand PC or laptop, you were told by the seller about the specification of your PC or laptop. But how do you if it is true or not? Or maybe you want to know your full hardware information... [More...]
Useful Google Chrome Extensions For Web Developer
Google Chrome is a web browser developed by Google that uses the WebKit layout engine and application framework. It was first released as a beta version for Microsoft Windows on 2 September 2008, and the... [More...]



