View Single Post
  #12 (permalink)  
Old 11-06-2006, 09:54 PM
Griff Griff is offline
Junior Member
 
Join Date: Nov 2006
Posts: 4
Griff is on a distinguished road
Post

I usually begin by organizing the content using a mind mapping program like MindManager. Once I have my content organized, I'll look around for a CSS layout that I like, usually from Open Source Web Design (www.oswd.org). Once I have a CSS template, I'll fire up Visual Studio or Dreamweaver (depending on what language I'm writing in) and start translating content over to the layout. I'll tweak the colors and images as needed, and add any logic code to the layout for database processing. So in order I have:
  • Organize Content
  • Find CSS Layout
  • Add content to layout
  • Add logic and database code
  • Tweak colors, fonts, and images

Hope this helps.

Last edited by Griff : 11-07-2006 at 02:14 PM.
Reply With Quote