» PHP
-
Quicker and cleaner Form using Zend Form
By vinu on February 13th, 2008 | 2 Comments
Usually handing forms involves coding the form in HTML and performing client and server side validation, which usually makes the code for complex forms quite unwieldy. Zend_Form which is available in Zend Framework vers... -
Inspekt - Filter your inputs
By vinu on February 3rd, 2008 | No Comments
Inspekt is a PHP library that makes it easier to write secure web applications, which works on PHP 4 and 5 and has no external dependencies. Inspekt acts as a sort of ‘firewall’ API between user input and... -
Improve page load time with a class and 3 lines of PHP
Here’s a PHP script from Leon Chevalier which improves your page load time drastically. His compressor class improves your site’s performance by combining and minifying the css, Javascript and HTML files on ... -
knjPHPBCompiler
By vinu on January 18th, 2008 | No Comments
knjPHPBcompiler is a application which compiles PHP files into Bytecode PHP files. You can use this application to byte compile all the pages of your website. This helps in speeding up the “cold” load of a P... -
PHP help at your command line
If you’d like to get help on PHP commands without having to fire up your browser, here’s something which you may like. In Ubuntu/Debian systems you can install phpm, which is a command line PHP help utilit... -
dropr - PHP based Message Queue
By vinu on December 11th, 2007 | No Comments
Here’s a new project which is dealing with creating message queue system for PHP based applications. It’s a work in progress project but keep a look out for this over the coming months if you’re lookin... -
Installing the PHP Java Bridge in Ubuntu (Gutsy Gibbon)
By vinu on November 22nd, 2007 | 25 Comments
If you’re looking for the easiest way to install the PHP Java Bridge in Ubuntu, follow these simple steps: If you don’t have Java Installed on your machine, enable the multiverse option in your Software Sourc... -
All in one caching for PHP
By vinu on November 9th, 2007 | No Comments
All you wanted and need to know about caching PHP applications in one article by Ben Balbo over at Sitepoint. In the good old days when building web sites was as easy as knocking up a few HTML pages, the delivery of a we... -
Gedit as a PHP IDE
By vinu on October 31st, 2007 | 2 Comments
Here’s a cool article I came across showing you how to configure gedit in Ubuntu to become a IDE for PHP / web developers. Tips in this article include ways to customize your display optimially for PHP editing, pl... -
PHP >> ignore_user_abort
By vinu on October 3rd, 2007 | No Comments
If you’re looking for a way to keep a PHP script running on the server even after the user navigates from the page or hits the stop button, you can use the “ignore_user_abort” flag in the php.ini file ...





