Posts

Showing posts from September, 2007

QuTags - Easy Ajax Usage, Fast PHP Results

QuTags - http://qutags.sourceforge.net - has finally hit 1700+ downloads (since 05/2007). I guess its about time I post a little blog entry about its existence. QuTags is the culmination of thoughts and examples of great ways to implement AJAX for PHP, without knowing any JavaScript; none. But this implementation actually does hide the JavaScript from the PHP programmer. Don't get me wrong, its not invisible to the advanced user, but most of the time (if not all), you can do without touching the JavaScript. QuTags allows you to easily and rapidly bring Ajax advantages to ANY existing PHP web application. Simple, fast and supported. The framework is young but extremely powerful. It dominates every other attempt at simplicity; seriously. The following example demonstrates the Javascript-less Ajax framework. Its a simple page that changes the DIV's text when the user clicks the button. Ex: [code] <?php # include qutags script (if you're no using the Apache module) require