Amazing Website Designs - How do they do this?

Please support our Site Layout and Usability advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: Feb 2003
Posts: 793
Reputation: Paladine has a spectacular aura about Paladine has a spectacular aura about Paladine has a spectacular aura about 
Solved Threads: 27
Team Colleague
Paladine's Avatar
Paladine Paladine is offline Offline
Master Poster

Amazing Website Designs - How do they do this?

 
0
  #1
Jul 15th, 2004
Ok folks how does one do this? Meaning, how do you ever get things placed in the right spot, aligned, and the get the feel right on a web page design like this? Do you have to been an "artist" or use a fancy web design tool?

http://www3.telus.net/public/tmlohnes/IP0002BR.jpg

or even more intense?

http://www3.telus.net/public/tmlohnes/AX0039BL.jpg

I would like to really know how this is possible... :-|
Assistant Manager, Pharmacy Informatics
Wordpress Learning Blog
Updated : ASP.Net Login Code
Reply With Quote Quick reply to this message  
Join Date: Jun 2003
Posts: 313
Reputation: red_evolve is on a distinguished road 
Solved Threads: 0
red_evolve's Avatar
red_evolve red_evolve is offline Offline
Posting Whiz

Re: Amazing Website Designs - How do they do this?

 
0
  #2
Jul 15th, 2004
Greetings.
Interesting! Are those sites developed using Flash? Or not at all? Could you check it?
"Study the past if you would define the future" - Confucius
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,035
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 127
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: Amazing Website Designs - How do they do this?

 
0
  #3
Jul 15th, 2004
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.
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/daniweb
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 1,135
Reputation: samaru is just really nice samaru is just really nice samaru is just really nice samaru is just really nice 
Solved Threads: 6
Team Colleague
samaru's Avatar
samaru samaru is offline Offline
a.k.a inscissor

Re: Amazing Website Designs - How do they do this?

 
0
  #4
Jul 15th, 2004
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:
Check out my blog at http://www.shinylight.com for more stuff about web dev.
Reply With Quote Quick reply to this message  
Join Date: Feb 2003
Posts: 793
Reputation: Paladine has a spectacular aura about Paladine has a spectacular aura about Paladine has a spectacular aura about 
Solved Threads: 27
Team Colleague
Paladine's Avatar
Paladine Paladine is offline Offline
Master Poster

Re: Amazing Website Designs - How do they do this?

 
0
  #5
Jul 16th, 2004
With photoshop eh? Hmm, well maybe I had better look into my Photoshop and Fireworks MX... I maybe missing something.

I just found them....extraordinary in the overall look and design. Didn't know how they did that.

Thanks
Assistant Manager, Pharmacy Informatics
Wordpress Learning Blog
Updated : ASP.Net Login Code
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 634
Reputation: Slade has a spectacular aura about Slade has a spectacular aura about 
Solved Threads: 7
Slade's Avatar
Slade Slade is offline Offline
Practically a Master Poster

Re: Amazing Website Designs - How do they do this?

 
0
  #6
Jul 16th, 2004
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
Formerly known as Slade.
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 13
Reputation: JasonRCS is an unknown quantity at this point 
Solved Threads: 1
JasonRCS's Avatar
JasonRCS JasonRCS is offline Offline
Newbie Poster

Re: Amazing Website Designs - How do they do this?

 
1
  #7
Jul 16th, 2004
I am a coder an not an artist, but that is why I work with a graphic designer! :cheesy:

Anyways, CSS (Cascadign Style Sheets) are very powerful and that is what I use for formating and positioning. It is a lot easier than table layouts and you can do alot more. I have the graphic artist create an image in Photoshop, then I have at it. I slice the image up, create the DIVs, position them with CSS, and then you have a beautiful site.

In my opinion, the toughest part is creating a nice design and that is why I use an graphic artist.

I have attached one of the sites you had with some of the divs I would create. The neat thing about CSS is that the DIVs can overlap, like for the Nav bar.
http://www.rcswebdesign.com/css.jpg

Let me know if that helps,
JasonRCS

Always a work in progress...
Reply With Quote Quick reply to this message  
Join Date: Feb 2003
Posts: 793
Reputation: Paladine has a spectacular aura about Paladine has a spectacular aura about Paladine has a spectacular aura about 
Solved Threads: 27
Team Colleague
Paladine's Avatar
Paladine Paladine is offline Offline
Master Poster

Re: Amazing Website Designs - How do they do this?

 
0
  #8
Jul 16th, 2004
Hey JasonRCS! Thanks for the tips, but I think what I am lacking for understanding is how to slice the page image up.

Actually there are several things I don't know it I understand.

1. How do you slice the page up? I have briefly seen this in DW MX and I see by your example how to approach it.
2. What is created from "slicing"?
3. How do you use CSS to position so accurately. I just have never grasped that very well.
4. You say use <div>, but how does this overlap? what is between the tags? i.e. image tags, or what?


Thanks for an enlightenment!
Assistant Manager, Pharmacy Informatics
Wordpress Learning Blog
Updated : ASP.Net Login Code
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 13
Reputation: JasonRCS is an unknown quantity at this point 
Solved Threads: 1
JasonRCS's Avatar
JasonRCS JasonRCS is offline Offline
Newbie Poster

Re: Amazing Website Designs - How do they do this?

 
0
  #9
Jul 16th, 2004
I have to take off for a funeral right now.

I will give some examples and more explaintions soon....


Originally Posted by Paladine
Hey JasonRCS! Thanks for the tips, but I think what I am lacking for understanding is how to slice the page image up.

Actually there are several things I don't know it I understand.

1. How do you slice the page up? I have briefly seen this in DW MX and I see by your example how to approach it.
2. What is created from "slicing"?
3. How do you use CSS to position so accurately. I just have never grasped that very well.
4. You say use <div>, but how does this overlap? what is between the tags? i.e. image tags, or what?


Thanks for an enlightenment!
JasonRCS

Always a work in progress...
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 57
Reputation: bwest is an unknown quantity at this point 
Solved Threads: 1
bwest's Avatar
bwest bwest is offline Offline
Junior Poster in Training

Re: Amazing Website Designs - How do they do this?

 
1
  #10
Jul 16th, 2004
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
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the Site Layout and Usability Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC