Categories
Archives
Monthly Archives: November 2011
Testing HTML Forms the Automated Way with WATIR
Despite identifying itself as “Web Application Testing in Ruby,” WATIR can perform automated acceptance testing for websites powered by any language, PHP included. All but the simplest HTML forms typically have too many variations to be effectively tested manually. The … Continue reading
Posted in HTML5, Web Development
Leave a comment
Build a Shopping Cart Admin Tool for PHP Online Store
Your online business is doing well, but a couple of months down the line your online shopping application gets very slow and unresponsive. Why? It could be a number of things, but most likely, because you do not remove redundant … Continue reading
Posted in PHP
Leave a comment
Build Your Own PHP Web Mailer
In this tutorial you will learn how to create your own PHP Web mailer. You will learn the necessary steps for creating an email account and making connections to the server protocols for sending and receiving email. You also will … Continue reading
Posted in PHP
Leave a comment