Where Have All The Tables Gone?

Goog Feed, CSS, Design    Comments (5)


I have been in the web world for around 5 years now, and when I first learned how to build a web page, my layouts were based on HTML tables. Now thanks to Cascading Style Sheets (which are nothing new) I have practically abandoned tables and now design with strictly CSS.

I used to fear CSS. I would look at a style sheet and think that tables were so much better. Until a few years ago, I figured out that you could create some nifty little rollovers with just an HTML anchor tag and a bit of CSS. Before I used to create rollover images in Photoshop and slice them up creating nifty rollovers which took forever to load.

CSS is all about freedom, optimization, beauty and ease of future manageability. With CSS you can change the look of a site quickly from one look and feel to another with the swapping out of a style sheet. No more going through pages of code and HTML to try to swap out all of the image names and possibly reposition things, CSS allows you to do all this cleaner, quicker, and all from one file.

Case In Point

At work we are developing a completely web-based totally configurable web enrollment system for the health care industry. Part of my task thus far have been to create the look and feel for the application. This app will be used by multiple clients, and each client will most likely want their own look and feel to the app, not a logo change, but an entire look and feel.

Here is my crack at a little illustration showing the power of css. One HTML document or set of code, you don't touch it at all, you just apply different style sheets and layout your page totally different based on the CSS not the HTML.
Pretty neat huh? You can see this in real action at the CSS Zen Garden.

Southwest Hunting Adventures Goes Live

Portfolio, Clients, Design    Comments (0)


Two Nine Media recently launched SouthwestHuntingAdventures.com.

About The Client

Southwest Hunting Adventures is located in Salome, Arizona, and provides hunting guide services to various clients from all over the United States. Travis Scott, owner/president would go on hunts as a hobby quite frequently, and realized his potential, passion and talent for hunting. He pursued his dream of starting his own business, and has been dedicated to bringing his clients a unique and unforgettable hunting experience.

Project Overview

The primary goal when developing SouthwestHuntingAdventures.com was to showcase the talents and experience that Travis has brought and can bring his clients. So, we gave him a blog which dynamically feeds portions of his website, as well as a sweet looking gallery. Website visitors can easily click thru the photos in the gallery to get a sense of what they may experience when choosing Southwest Hunting Adventures.

We used ColdFusion, Photoshop, and CSS to code and layout the site. The blog was built using Blog CFC and the gallery is powered by Lightbox 2.0.