Archive for the 'php scripting' Category

A simple page

Thursday, January 11th, 2007

Have you ever been to Yahoo? I bet you have. Yahoo used to be the #1 search site. It is still very popular, but has expanded to include many different services and functions.
Yet still, the home page isn’t that complicated. There’s quite a bit of stuff there, but it is […]

Handling shopping carts and logins

Wednesday, December 6th, 2006

One of the difficulties of the web is it’s statelessness. What does that mean exactly? The web was designed to show text content with some pictures. The web part of it was using hyperlinks to allow people to easily navigate between these web pages. At the time, everything was static, non-changing […]

Checking for page origin

Monday, September 25th, 2006

I’d like to talk about a bit of security programming.
Let’s look at a contact form. This is usually a form that the user fills out to communicate with the web owner. You can have email, comments, and possibly other types of fields to fill out. When this is submitted, the information is […]

Effective Testing

Friday, August 18th, 2006

The importance and difficulty of testing.

What we’re about

Saturday, February 4th, 2006

Why we are doing this blog.