Webmaster Projects
Learning by doing is the easiest way to master a new
subject, and that's just what we do in this section!
JavaScript Tutorial: Build Your Own Image Viewer with Scrollbar In our last article we showed you how to use JavaScript to make a space saving image scrollbar complete with a pseudo animation effect. In this tutorial we are going to extend the image scrollbar into a full image viewer with scrollbar.
ActionScript 3 Tutorial, Using Shared Objects to Show a Visitor's Browsing Time Flash developer Paul Flashdaweb from the FlashKit Forums wrote this ActionScript 3 tutorial which will show you how a SharedObject can be used to show the time a user has been visiting a page on your site--even after they have closed the page.
HTML Tutorial: How To Select and Modify a Site Template Probably the fastest way to get a very capable site up and running is to use a Content Management System (CMS) such as WordPress, Joomla, or Drupal as the heart of your site. This article will show you how to select and modify a site template to use with such a CMS to provide an integrated look and feel to your site.
Blogging with WordPress Just about everyone has heard the term blog, which is basically an online diary which allows the blogger a medium to post thoughts on everything from recipes to politics to technical subjects. In this article well take a look at one of the most popular free blogging tools on the web today, WordPress.
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.