23
2010
PHP image resizer class
For the longest time I had been using a function I wrote some time ago to handle resizing of images through PHP. I decided it was time to convert it into a class and give it it’s own special place in my application workspace. It works so well I figured the least I could do is share with the world.
24
2010
Ajax Poll Script With PHP, MySQL & jQuery
In this tutorial, we’ll be creating an Ajax Poll Script that displays the results with colored and animated lines using PHP, MySQL and jQuery. The script has a pretty easy logic and can be implemented into any website quickly by simply calling a php function like getPoll(2) which brings the second poll.
20
2010
10 New And Useful PHP CMS
CMS Made Simple CMS Made Simple helps experienced web developers and designers to create sites of power and beauty in a fraction of the normal time, avoiding hours of coding and allowing your clients to update their own sites with a minimum of fuss. From a simple brochure site to a complex portal, CMS Made Simple puts the power of a modular and extendable content management system at your fingertips.
7
2010
10 Essential PHP Code Snippets You Might be Looking For
PHP is a scripting language that is perfect for developing dynamic web pages and applications. Being one of the most popular scripting languages on the internet today, makes it pretty easy to get started with. If you are looking for a technique that you forgot about, or a function you didn’t know someone else has created before; then this article might be something useful for you and will save you some time for sure. Today [...]
1
2010
Create an AJAX/jQuery/PHP Contact Form
This tutorial uses XHTML, CSS, jQuery and a little PHP to make a pop-up/modal contact form that validates whatever is entered into the form and then uses AJAX to send the form without refreshing the page. Sounds complicated…actually it’s very simple!!
25
2010
20 Tips to Make Your PHP Code Better
The most used and well documented programming language for web development is PHP, but it has some problems as a language (every language does). The most important problem is it’s too much permissive, and we can make some common mistakes that can hide our program’s behaviour beyond the limit, instead of writing a clean and easy readable code.

An article by qeqnes


