Css Message Boxes

Css Message Boxes

When working with Dynamic Site Development, it is often necessary to give the client some kind of message to inform them that their action has been either successful or not successful or not so good or…you get the picture. I have used several different methods...
Using your Footer

Using your Footer

I recently came across an article online, that talked about and showed many examples of using the space in your web pages footer more effectively. Wow talk about insightful, and the examples on the site give you a great feel for what some other web...
Simple E-Commerce

Simple E-Commerce

I have worked with many different e-commerce platforms over the years, From very basic to extremely complex. I have recently come across a relatively new e-commerce platform that has got me hooked. FoxyCart has created a great set of e-commerce tools that allow you to...
Form Validation

Form Validation

One of my biggest concerns when building a dynamic website is, “How do I validate the users input?” Obviously there are many different ways to do this, you can validate the data on the back end as it receiving script is processing, and send an error,...