Sites like those are designed in Photoshop, and then sliced up into tables and multiple images using Photoshop's slicing tools. After that, it's just a matter of fine-tuning the design with CSS - the general table layout is done by Photoshop.
cscgal
The Queen of DaniWeb
19,437 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 231
Those are regular web sites. Probably from http://www.4templates.com or http://www.templatemonster.com . What they probably do is create the layout in something like Photoshop, then use Fireworks or ImageReady to slice it up, tweak it and clean it up, add some CSS, possibly create a Dreamweaver template out of it, and presto. That doesn't really impress me, as I do it all the time. What does impress me is the talent of the web designers. Those are some really nice designs.
Edit: Hehe, Dani's post wasn't there before I started writing this post. Oh well. :eek:
samaru
a.k.a inscissor
1,256 posts since Feb 2002
Reputation Points: 262
Solved Threads: 18
Yeah paladine, I've done it before, although my designs are much much much simpler :p
Actually if someone would show me one of their more 'detailed' designed that they have done this way I'd appreciate it alot :)
Oh, including code too
Slade
Practically a Master Poster
633 posts since Mar 2004
Reputation Points: 115
Solved Threads: 7
With Photoshop you can do a "slicing" tool as mentioned above but its not the best way to arrange a website. Plus Photoshop is very expensive and harder to work with because it focuses on editing photographs rather than making graphics. You may want to look into other graphics programs that were made with websites more in mind like Paint Shop Pro.
I'll get to why Photoshop’s slicing is not the way to go in one sec
Sites like the one you showed rely on tables for structure. The best way for you to see examples of this would be to visit pages and view their source file. You can do that by going to View in the menu then Source. Copy their source and paste it into your html program (FrontPg, DreamWv.) Then you can see what the web designer did for that site.
The reason why Photoshop isn’t a good tool for slicing sites is that its not smart enough. I'll use your first template site for an example. There are patterns on that page such as gradients. (A gradient is one color slowly fading into another). If you sliced those areas up you would get big image files and the index page alone would probably be about 300k. Unlike the PS program, you can do smart things like make a smaller version of that gradient, then tile it behind the text in one of the cells of the table. Since the gradient is a seamless pattern, it looks like a huge image but is actually very small. Now your site is about 30k. There are lots of tips and tricks to doing this kind of stuff. I cant possibly list all here but if you have anymore questions, feel free to ask.
Brad Westfall
Designer
www.azpixels.com
bwest
Junior Poster in Training
57 posts since Jul 2004
Reputation Points: 14
Solved Threads: 1
Well paladine, I can tell you right now css is not easier :) (in my opinion) but, it is much more compatible across browsers and platforms. My website is designed in css and has been tested in mozilla, ie, opera and netscape and it looks identical across all those browsers, so I'm happy :). It is a pain for positioning and layout but you just have to tweak it... alot until you get it. That and look up tutorials etc. I use padding and margins alot, but it depends on what you want it all for.
Sorry I couldn't be more help,
Slade
Slade
Practically a Master Poster
633 posts since Mar 2004
Reputation Points: 115
Solved Threads: 7
Slade
Practically a Master Poster
633 posts since Mar 2004
Reputation Points: 115
Solved Threads: 7