Proxy Changer is a windows program that runs in the system tray and allows you to quickly change between proxy servers, or to quickly change proxy settings. Simply setup proxy servers in the program and set one as default and one as an alternate to be able to quickly switch between them. All settings are changed on the fly without the need to restart Internet Explorer.
This is a very easy to use yet powerful and quick template engine. Enables you to seperate your page layout/design from your code. It can handle simple variable replacement and table building using two dimensional arrays and/or MySQL result sets (Meaning that given a single row in the template, this class can build an entire table of data). Performance is excellent. Has support for multiple template files.
Have you ever wanted to provide your visitors with an easy way to translate the page? Here is a small PHP script that will enable you to automatically translate your webpage using the Google and Bablefish translation services. No configuration required, very easy to use!
LMan_Template is a PHP template engine that can be used to separate your HTML from your PHP. It supports caching of templates (to increase loading speed), nested loops, for-loops, alternation (see the example
PHPTagLib is a PHP class for parsing XML using a tag library. It also contains a sample library, a sample XML file and a sample calling script. With this class, you can create custom tags. To define a tag, you can choose between two methods: Use a template definition with {placeholders} or create a php function that gets the content and parameters of a tag as arguments and returns the created HTML.