
September 19th, 2003
10:27 PM
How to design a layout
I am curious as to how a layout is made. I know that sounds like a very general question, so let me provide some more details. What programs are typically used to design layouts? I see a lot of posts where ppl offer up their layouts as PSD files, so is the entire layout designed in Photoshop and then just posted to a website as a background image? I know the buttons would be separate images, but are any other parts of the layout separated and treated individually (ie. table heading decoration, etc.)? Are there any other important pieces I am missing?
Thanks for the help.

September 19th, 2003
10:43 PM
designs are usually made in photoshop or a similar graphics program, and then they are sliced into images, and then coded in html.
___________________
Talk iPod Forums - iPod Discussion

September 20th, 2003
01:03 AM
loves kitties and cuddles
Status: Offline!
Adam's right. Most people design in Photoshop, then move over to ImageReady where the whole layout is sliced into different images and the tables are automatically coded for you (to fit the sliced images) when you export for web.
___________________
I've got a girlfriend! WOOT.

September 20th, 2003
03:50 AM
Originally posted by JeffSquared
the whole layout is sliced into different images and the tables are automatically coded for you
You mention tables ... what if I don't want to use tables but want to try and position everything using CSS. Does the same process apply (ie. design in PS and slice in ImageReady)?

September 20th, 2003
03:56 AM
Sure, but you might need to modify a lot of the code. Check out the sourcecode behind places like CSS Zen Garden. Or, check out this sticky thread for a lot more great resources!
___________________


September 20th, 2003
04:21 AM
Thanks for all the pointers folks.
And fredmv, I'm gonna have my work cut out for me reviewing all those links.
Cheers.

September 20th, 2003
02:09 PM
Yeah, like Fred said....using CSS is going to take ALOT more work... I was working on a new design the other day... Had it looking good in IE, swapped over to mozilla to finish the process and it was still looking good... After hours with a caculator I was finally done .... Then I swapped back to IE and it looked like crap.... But fine in mozilla 
___________________

| Come join the Purephotoshop.net forums

September 20th, 2003
03:41 PM
loves kitties and cuddles
Status: Offline!
Yes... CSS is a lot of hard work, if you plan to replace tables using CSS positioning.
___________________
I've got a girlfriend! WOOT.

September 21st, 2003
12:00 AM
Neverside Newbie
Status: Offline!
Here's a link that might be pretty useful for your main question with regards to designing in ps.
Oh, and welcome to TF. Good luck with it 