Webmaster Projects
Learning by doing is the easiest way to master a new
subject, and that's just what we do in this section!
Moving a vBulletin Discussion Forum From One Server to Another vBulletin is one of the most popular discussion forum software packages in use today. Installing it is a breeze, but you may have a need to transfer your whole site, including the discussion forum, to a new server. Just how exactly do you do that? This article will walk you through the steps!
Opening The Source On Your Host In this article you'll learn how to configure Apache to allow your visitors to learn from (or offer advice on) your source code through browsing it in much the same way that they would browse your ordinary Web pages.
Customizing a MySpace Page for a Band Most musicians today have a Web site which they use to market their CD's, band schedules and merchandise. Among the many marketing options, one approach is to customize a Web page on MySpace to use for your band. This week you'll learn how.
An E-Commerce Journal Part 3 This week we pick up this project where we left it last week--we're ready for the search engines and our first customers!
An E-Commerce Journal Part 2 Last week we began to plan our ecommerce project and created a business plan for our site. This week our story continues as we begin to set up the server and start working on the site itself!
An E-Commerce Journal Part 1 My wife and I have spent the past year working to create our own e-business. I made a point of keeping a journal of all that happened during that year so that when our site finally went live, I could write about it. Read on to join us in our journey.
A Simple Order Form Page This is the first part of a short series in which we illustrate the development of a web project from beginning to end. These illustrations are intended to show you a more complete picture of a web development effort, spanning multiple technologies to accomplish a single objective.
Order Form Part 7: Form Validation, step 2 As we continue with the form validation work in our Order Form project series, we validate all our input numeric fields to ensure proper values are entered.
Order Form Part 8: Form Validation, step 3 Now we add validation to our Order Form Project that will verify the integrity of data entered (or not!) in the different fields provided (or required) on our Order Form. This project illustrates the use of multiple technologies in the implementation of a single Web based solution.
Order Form Part 9: Building The PHP Script Now it's time to process our order form. To do this we must build our PHP script. In this first part of our script we do some validation.
Order Form Part 11: The PHP Script -- The MySQL Database We have validated our data and sent out confirmation emails and a confirmation page. The only thing left to do is to add our order data to our MySQL database. This section completes our order form project, to provide a soup-to-nuts example of the development of a small project involving multiple technologies.