Archive for the ‘Development Tools’ Category

Stop Spam - Hide your email address from the spam bots.

SafeEmail.org is a simple free resource which will help to hide your real email address from the spam bots. Use this simple utility to quickly convert the email address to ascii text. This makes it hard for the spam bots to read, and they will most likely ignore it and move on. This will help stop spam and keep your email address safe.

Visit this Script

Smarty

Although Smarty is known as a “Template Engine”, it would be more accurately described as a “Template/Presentation Framework.” That is, it provides the programmer and template designer with a wealth of tools to automate tasks commonly dealt with at the presentation layer of an application. I stress the word Framework because Smarty is not a simple tag-replacing template engine. Although it can be used for such a simple purpose, its focus is on quick and painless development and deployment of your application, while maintaining high-performance, scalability, security and future growth. See the links on the Smarty site for more details.

Visit this Script