Wednesday, February 28, 2007

PHPEclipse - PHP editor

PHPEclipse is a set of plugins for the Eclipse Framework (http://www.eclipse.org/) which provide an integrated IDE for PHP (http://www.php.net/) developers. Eclipse, and PHPEclipse are written in Java, and will run on all graphical desktop environments.

Tuesday, February 27, 2007

Captcha PHP

The captcha.php module prevents WWW bots from submitting HTML forms by presenting an image that must be identified before the submission will be accepted. It is very easy to use and integrate because of its simple API and sensible defaults. Built-in timeouts make database tracking unnecessary, and by using data: URIs it does not need any temporary files. For visually impaired users or text-only browsers, a letter riddle can be provided instead of an image.