Web Design and Development Forums

Photoshop design to a page

This is a discussion on "Photoshop design to a page" within the CSS Forum section. This forum, and the thread "Photoshop design to a page are both part of the Design Your Website category.


Go Back   Webforumz.com > Design Your Website > CSS Forum

Welcome to Webforumz.com.
Register Now Register now!

Reply
 
LinkBack Thread Tools Rate Thread
Old Apr 22nd, 2008, 05:05   #1 (permalink)
New Member
 
Join Date: Apr 2008
Location: Texas
Age: 20
Posts: 2
Photoshop design to a page

ok, so i have finally made something that i am actually content with. although, i have designed it entirely in photoshop. how do i make it all into a functional site that i can throw content into while having the patterns line up.

http://www.blindmist.net/justin.slay/
blindmist is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 22nd, 2008, 11:15   #2 (permalink)
Lead Administrator
 
saltedm8's Avatar
 
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,062
Blog Entries: 1
Send a message via MSN to saltedm8
Re: Photoshop design to a page

moving to css forum
__________________
recipebite.co.uk - its a working progress...
saltedm8 is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 22nd, 2008, 19:55   #3 (permalink)
Up'n'Coming Member
 
Join Date: Mar 2008
Location: Chester, UK
Age: 17
Posts: 90
Re: Photoshop design to a page

You have to slice it up

Think carefully... You don't need everything sliced, and you may need to re-slice when you realise somethings wrong....

Only Slice the key elements...

Repeating backgrounds, set graphics etc.

Say you have a vertical gradient spanning the entire width of a page, you only need a slice 1px wide and spanning the height of the gradient no more...

Can you post an example of the design?

I will try to look for a decent tutorial for it, but i've yet to find one, and some people do things slightly differently.
Bocaj is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 22nd, 2008, 21:27   #4 (permalink)
New Member
 
Join Date: May 2007
Location: UK
Posts: 8
Wink Re: Photoshop design to a page

Although i have read a few threads in which some members are not in favour of using the photoshop slicing tool. Having looked at your graphic design, i don't think there is any other option.

As Bocaj already said think carefully about what you want to do. Your navigation menu with its dark grey/black background and white print will be a bit tricky, you can either simulate this affect with ordinary html and css styling or simply attempt to use it as a background with a super imposed html table on top (with hyperlinks)

Lastly, create your home page first slice it up then by using the "SAVE AS" feature make this the slicing template for all the other pages (design, photography, ....) as this will help with all pages having a consistent alignment. Also don't forget to use the "Save For Web" option in photoshop

cheers 1databyte
1databyte is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 23rd, 2008, 07:57   #5 (permalink)
New Member
 
Join Date: Apr 2008
Location: Texas
Age: 20
Posts: 2
Re: Photoshop design to a page

I have sliced it up and all and i save it for web, but now all i have is a lot of images embeded into tables that looks great.

although i am still having problems with the background pattern and i cannot seem to figure out how to put my content over these images.

I have tried using dreamweaver and it has been 2-3 years since i have actually written any code. I just wanted to get back into it because of a spur of inspiration in my head.

am i making sense?
blindmist is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 23rd, 2008, 10:09   #6 (permalink)
LZ Team
 
crackafaza's Avatar
 
Join Date: Jun 2007
Location: UK
Posts: 397
Re: Photoshop design to a page

Ok,

Please don't use the Photoshop slice function, barely anyone in this business uses that function, for the main fact you suggested above, it creates so many images, most are useless and you don't even need them, so please don't use the slice option.

I will tell you my technique (which may differ from other people) but when in photoshop, I use the crop function, and crop the individual image, and once cropped I then save this as whatever format is needed, and save it into my directory.

Then I CTRL & Z (Undo) and then I go back to the original again, and on this I do the same again, crop another piece of the website, and do the same saving as above.

Then you can begin the joys of coding
__________________
Check Out My Brand New Portfolio Website
Currently Under Construction
crackafaza is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 23rd, 2008, 10:10   #7 (permalink)
LZ Team
 
crackafaza's Avatar
 
Join Date: Jun 2007
Location: UK
Posts: 397
Re: Photoshop design to a page

Hi again,

I forgot to mention, please show us your code, or your website URL so we can have a look at your code, and then tell you where to go from then
__________________
Check Out My Brand New Portfolio Website
Currently Under Construction
crackafaza is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 23rd, 2008, 19:09   #8 (permalink)
Up'n'Coming Member
 
Join Date: Mar 2008
Location: Chester, UK
Age: 17
Posts: 90
Re: Photoshop design to a page

You don't use all the images generated by photoshop, you select the relevant ones.

In an entire layout you may only need 5 or 6 images because you know the rest can be done with css.

But it is a pain to rewrite what photoshop churns out.

My latest design i sliced up into a about two dozen or so slices, only needed about 7 images...

5 hotizontally repeating images and the logo...

It's coded in valid html strict and css... didn't take too long either and now i'm just fitting it to a cms and doing the finishing touches.

Quote:
I will tell you my technique (which may differ from other people) but when in photoshop, I use the crop function, and crop the individual image, and once cropped I then save this as whatever format is needed, and save it into my directory.
That's what the slice tool does, only you save them all in one go.... You don't even have to generate the html with the images.... but i find it useful for reference as apposed to constantly referring to my layout outside of the browser.
Bocaj is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 24th, 2008, 12:43   #9 (permalink)
Reputable Member
 
Join Date: Sep 2007
Location: Manchester
Age: 25
Posts: 131
Re: Photoshop design to a page

I've never used the sliced tool simply because I like knowing exactly what I'm doing. I do exactly what cracka does, it's simple and easy to do.

When you code your site make sure it's centered for all screen resolutions as on the example image the site is a bit too much on the right (and I'm using 1280x1024).
__________________
Web Design Manchester - Enjoy Online Ltd. Emz Design - Web Design Blog
Emzi is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Apr 26th, 2008, 23:30   #10 (permalink)
Up'n'Coming Member
 
Join Date: Mar 2008
Location: Chester, UK
Age: 17
Posts: 90
Re: Photoshop design to a page

This might be of use ...

Tutorial
Bocaj is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Created Flash Photo Gallery in PhotoShop. How can I put this Gallery INSIDE a page?? BlackReef Flash & Multimedia Forum 3 Dec 13th, 2007 18:30
Want to learn how to design sites with Photoshop AdRock Graphics Forum 30 Oct 19th, 2007 23:00
page design Rasta CSS Forum 1 Aug 15th, 2007 21:40
photoshop design page mash3ooly HTML Forum 2 Mar 13th, 2007 22:01
Website Templates design in Adobe Photoshop aatayyab HTML Forum 1 Oct 4th, 2005 03:02



Latest Updates

All Points SEO Security Advisory - CHECK YOUR SITE NOW!

Creative Coding :: February 2008

Webforumz is sponsored by: WESH UK Web Hosting
All times are GMT. The time now is 23:05.

Sleep Study Scoring :: Free Bet :: Website Templates :: Online Betting :: Bookmakers :: Funny Quotes :: Internet Recruitment Software :: Microsoft CRM Experts :: Online Casino :: Decorated Christmas Trees :: Midwife Forums :: Football Betting :: Ecommerce Software :: Web Hosting :: Football Stats :: Dry Cleaning Collection :: xtreme wales - extreme clothing :: Apuestas :: Sharepoint Consultants :: Website Optimisation :: Office Clearance London :: Sharepoint Experts :: Sports Betting :: Casino :: Website Templates :: Web Design Development India :: Online Gambling

Powered by: vBulletin Version 3.7, Copyright ©2000 - 2008, Jelsoft Enterprises Limited.
© 2003-2008 Webforumz.com : All Rights Reserved
Search Engine Friendly URLs by vBSEO 3.2.0 RC6


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59