siforek
New member
Everyone has "what works for them". Mine, I'm assuming like other's, has been determined over many years. Beginners spend 20x times more time designing/developing their site(s), or at least I did at first, simply because "My Process" wasn't yet perfected.
I'd like to hear how others work. Hopefully someone starting out will stumble upon this topic and save some trial and error time, and perhaps even proficient design/developers will get some ideas on how to better perfect their process, including me. So here's mine, if I were creating an entire site from the ground up:
1. I start with the business/domain name, review goals, and get a mental image/emotional sense of what the site should project.
2. Lay back in my bed, close my eyes and daydream, envision, and create the finished design on the back of my eyelids
3. Go to my notebook. Nothing special, bic pen, line paper and work out the layout. I usually sketch out minor elements, divs, etc.
4. Create a draft of the logo. Determine the color scheme.
5. Draft notebook items in Photoshop, navigation, & apply minor colors.
6. 2 Notepad++ windows, xhtml & css.
7. Basic xhtml markup, much with Lorem Ipsum, then link all css elements.
8. Revise logo(final), and any images(stock photos, icons, backgrounds)
9. Apply style to all css elements, going back and forth between color wheel. (this is where much of the design is done in my case)
10. Replace Lorem Ipsum with actual content. Populate links href, alt, titles, etc.
That's pretty much it I guess. There'd be additional steps if scripting/functionality were needed or if it needed to be integrated into an existing software, eg. Wordpress, WHMCS, etc. I'd simply split things up and rebuild the template files.
So 10 basic steps for the most part. If someone simply needs me to slice and code an existing PSD it would only be steps 6, 7, 9 & 10.
The only thing about my process that may differ from others and mite be surprising is that I don't design an entire PSD of the site before coding. I mite play with div colors, sizes, and the very basics of the layout, but anything more than that waists quite a bit of time.
Again, I'd like to hear how others do things.
I'd like to hear how others work. Hopefully someone starting out will stumble upon this topic and save some trial and error time, and perhaps even proficient design/developers will get some ideas on how to better perfect their process, including me. So here's mine, if I were creating an entire site from the ground up:
1. I start with the business/domain name, review goals, and get a mental image/emotional sense of what the site should project.
2. Lay back in my bed, close my eyes and daydream, envision, and create the finished design on the back of my eyelids
3. Go to my notebook. Nothing special, bic pen, line paper and work out the layout. I usually sketch out minor elements, divs, etc.
4. Create a draft of the logo. Determine the color scheme.
5. Draft notebook items in Photoshop, navigation, & apply minor colors.
6. 2 Notepad++ windows, xhtml & css.
7. Basic xhtml markup, much with Lorem Ipsum, then link all css elements.
8. Revise logo(final), and any images(stock photos, icons, backgrounds)
9. Apply style to all css elements, going back and forth between color wheel. (this is where much of the design is done in my case)
10. Replace Lorem Ipsum with actual content. Populate links href, alt, titles, etc.
That's pretty much it I guess. There'd be additional steps if scripting/functionality were needed or if it needed to be integrated into an existing software, eg. Wordpress, WHMCS, etc. I'd simply split things up and rebuild the template files.
So 10 basic steps for the most part. If someone simply needs me to slice and code an existing PSD it would only be steps 6, 7, 9 & 10.
The only thing about my process that may differ from others and mite be surprising is that I don't design an entire PSD of the site before coding. I mite play with div colors, sizes, and the very basics of the layout, but anything more than that waists quite a bit of time.
Again, I'd like to hear how others do things.