
This is the second part of a two part series on building a website from scratch a to z. If you have not yet seen part 1 on “design”, you can follow the link below. Part 1 (Design)

While 98% of the browsers have Javascript turned on, there are still others out there that does not. So let’s explore what the “noscript” tag can do for you.

Many times as an online marketer or a product promoter you want to draw a hype to a specific campaign be it a 24 hour sale or days left until free giveaways are over. What better way than to use … Continue reading

In this tutorial I want to show you how “I” build a website from designing the layout in Photoshop to coding it in Dreamweaver A to Z. I am expecting this to be a 2 part series. The first part … Continue reading

In this article I want explore what can be achieved with the “Multi-Column Layout” module. While we can’t fully use this feature just yet, it is something we can all look forward to.

As I was creating the tutorial for the input style I came across a CSS syntax sensitivity with IE6-IE8. It appears the following syntax will cause IE6-IE8 not to display the background image.

In this tutorial, I want to show you how I personally style my form input fields that is cross browser compatible all with just CSS.

As many of you already know that the upcoming CSS 3 allows for rounded corners to be implemented with the “border-radius” property. Here I want to demostrate the use of this property and which current browsers supports it.

Recently I’ve discovered that in IE8 if you have an input field element on top of an image, you will not be able to get focus inside on the input field.