News

So I'm slowly tinkering with PHP and am looking for good tutorials or books regarding it. I know php.net is great, but I can't seem to find a nice tutorial to using php for web development.<BR><BR>I ...
Shopping cart applications are usually pretty straightforward. When a user adds an item to the shopping cart, you store the item's unique identifier plus the quantity for that particular item with a ...
I'm helping a video producer friend tweak her website. One of our goals is to make it simple for her to add video clips in the future. Her reel page currently displays a grid of 10-15 thumbnails. When ...
In this article, you’ll build a simple AJAX (Asynchronous JavaScript and XML) application. This exercise is for the most impatient readers willing to start coding ASAP, but it assumes you’re already ...