Asynchronous Form Submission With Xajax
This short tutorial describes and shows how to submit a form asynchronoussly using xajax. This allows users to submit a form without a page reload. Ideal for login scripts etc. The tutorial follows on to show how the response form the form can be manipulated by adding effects from the scriptaculous library. The first of these is adding a fade effect to the form response.
Read More
How To Become A Coding Guru
If you have ever sought the help of a fellow coder or programmer, you will know there are many self appointed guru's out there. But just how do you get to Guru status. One would think the answer lies in hard work and a successful career, nothing could be further from the truth
Read More
Basic PHP Calendar Class
This class is provides the bare bones functionality to creating a PHP calander class. The class itself is complete but does very little and can be extended or build upon to create any type of calander solution. The dates are all gained via PHP rather than using a database so it is very portable and extensible.
Read More
Validate Email By Regular Expression
Latter day PHP versions have the benifit of validating email address using the filter_var function from the filter extension. For those who dont have access to filter var, or simply prefer to do things with a regular expression, this function will validate most email addresses using a simple regular expression.
Read More
