Recently Added

PHP Quick Profiler a firebug for PHP

Posted by Ariel G. Saputra in Tools, Tutorials on 09. May, 2009 | No Comments

PHP Quick Profiler a firebug for PHP

In developing a quality application, code review is important, to figure out security holes, memory leaks, poor queries, unecessary file and routines which may exists. Unfortunately, these process are very time consuming, we often need to echoing queries, memory stats and objects to the browser just to see how they are being used in the [...]

Mimic facebook post to wall with PHP & jQuery

Posted by Ariel G. Saputra in Tutorials, ajax on 09. May, 2009 | No Comments

Mimic facebook post to wall with PHP & jQuery

Antonio Lupetti the man behind woork has published a nice tutorial along with source code for PHP/ajax/jQuery beginners to mimic the facebook post to wall with PHP & jQuery. A very simple tutorial with just few lines of PHP & javascript codes.
This tutorial shows you how to do ajax form handling and basic DOM manipulation [...]