PHP »
Basics — almost 4 years ago
— reviewed, not listed
Demonstrates the basics of the language and how to use it.
This article demonstrates some of the key differences in some commonly used parts of PHP between versions 4 and 5!
How to Dynamically Create Thumbnails
Simple guide to doing text completion in a form, using Ajax and PHP
This tutorial will teach a beginner to CSS how to program a CSS Web-Header using only 2 images. It also teaches common practices for making sure your website is Cross Browser Compatible.
This example will automatically create auto resized popup windows that contain a big version of the clicked image. Only images meeting certain criteria are affected.
One struggle that still remains today in web design is displaying all of the redundant information on every page. For example, a login form. What if there was a way to easily make the content accessible on every page, but keep it hidden until needed? Well you can, by making a top panel that when clicked, will reveal its self and its content. But we need to make this look nice, so we'll also animate it.