Posted by Ariel G. Saputra in Tools, Tutorials on 09. May, 2009 | No Comments
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 [...]
Posted by Ariel G. Saputra in Tutorials, ajax on 09. May, 2009 | No Comments
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 [...]