testimonials

Design 101: Creating a Website

August 16, 2009 at 11:39 pm | Design, Design 101, Design Tutorials, Tutorials, Web Development | 5 comments

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!

(more…)

10 Things Every Web Developer Needs

August 10, 2009 at 7:47 pm | Design, Web Development | No comments

There are a lot of tools that are vital to the development of a website. This list is intended to condense all of the many different things a web developer needs into just 10 resources. Think of this list as a web developer’s survival kit. These are the essential items in no particular order.

(more…)

Creating a Website (Part 3: The Markup)

August 7, 2009 at 1:48 am | CSS, Design 101, Tutorials, Web Development, XHTML | 1 comment

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).

(more…)