So you want to make a website? Anyone can throw together a simple site using a WYSIWYG editor like Dreamweaver or Microsoft Expression Web, but that usually results in non-valid code and a very “cheap-looking” website. Taking a design and turning it into raw, standards-compliant code may seem like a daunting task, but after you get through this tutorial, you’ll be using “DIV”s and styling with CSS like you’ve known it your whole life! That’s right, I said DIVs, no tables here (don’t worry if you don’t know what a div is)! This is a massive 4-part tutorial that will teach you the very fundamentals of design and give you the tools you need to make professional, high-caliber websites. It will walk you through conceptualizing the website, designing it, turning it into valid XHTML/CSS and lastly coding it to the blogging software WordPress. We’ll make a web designer out of you yet!
Congratulations, you’ve made it to the final segment of this tutorial series. In the first part, we conceptualized our website. Then we designed it. After that, we wrote the XHTML and CSS for it. Now it’s time to turn it into a WordPress template using some PHP.
FireFox’s default stylesheet adds a dotted border around images when they are clicked. It can really detract from a website’s design, especially when the image is indented and the border comes all the way from the left of the page. How can you remove that border? It’s actually really easy to do.

Here’s another nice tutorial for beginners. In this one we’ll write the markup for a simple contact form that you could use on a website. Nothing too complicated or fancy, but we’ll talk about how we can add some nice effects to it easily using CSS. We’ll use PHP to have the form send an email when it’s filled out. I’ll also talk about what we can do for form validation.
Here’s a pretty simple JavaScript tutorial. This script will allow us to change images on mouse over and mouse out, letting us create a nice hover effect. I’ve used this technique on several sites that I’ve designed. We’ll also take a look at how we can pre-load the images to reduce lag time in the hover. Here’s the end result. Let’s get started.
In the previous part of this series, we created a design for a travel blog in Photoshop. Now it’s time to turn that design into code. Open up your web development application (I’ll be using Dreamweaver) and open up the design in Photoshop and let’s begin (if you skipped the design segment and would like to download the PSD click here).
In the previous part of this tutorial, we conceptualized our website, which is a travel blog, by deciding on a color scheme and structure and by brainstorming some ideas. Now it’s time for the fun part, designing! Open up Photoshop and let’s start. (more…)
This is a cool technique and really easy to do. I used it in Clarion Media’s current splash/under construction page:
This is a quick and easy tutorial for creating a cool exhaust effect in 3ds Max. It’s great for using with jet airplanes or other vehicles with jet engines, but it has a variety of other uses as well. To do it, we’ll use a particle system called “Super Spray”. When we’re all done, this is what we’ll get:
Before a designer jumps straight into designing, it’s generally good practice to first understand what direction you want to take with your website. What goal is the website trying to achieve? What’s the site’s theme? What will it look like? How will it be structured? These are some of the questions you should ask yourself before you even touch Photoshop. This is what I call the conceptualizing process. Thinking about these questions will help us in our design decisions and give us focus. Otherwise, the design process becomes, more or less, a series of trial and error (although trial and error is still very much a part of designing). (more…)