hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Web Design and Content : Want to learn PSD slicing
Reply

Web Design and Content Subjects include, HTML, graphics, editors, CSS, Flash, graphics creation, placing of ads, ad serv companies, copyright, content and nearly anything else design related. Also talk about businesses that provide design services. If you link to your site, you must post in Web Site Reviews.
Forum Jump

Want to learn PSD slicing

Reply Post New Thread In Web Design and Content Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 06-26-2011, 09:20 PM
ThatScriptGuy ThatScriptGuy is offline
Web Hosting Master
 
Join Date: Feb 2003
Location: AR
Posts: 2,370

Want to learn PSD slicing


The title says it all. I've been in web development for over 8 years now, and have always hired out the HTML/CSS part of the job. But I want to dive in and learn it now. Where do I start? I've got a design in photoshop and want to turn it into XHTML/CSS. I know I can do it myself, but I also know that I will be terribly inefficient when I do.

So what is your slicing and coding process?

__________________
Kevin Cackler
Tech Daddies - A Conway, Arkansas based development company.
501-205-1512

Reply With Quote


Sponsored Links
  #2  
Old 06-27-2011, 01:38 AM
comswww comswww is offline
Temporarily Suspended
 
Join Date: Jun 2011
Location: Toronto
Posts: 122
1. Photoshop
2. DreamWaver

Slice the layout and put it together in dreamwaver (That's the basic Part).

More advanced sites require planning for Client Management Systems or some sites require special scripting depending how you want the site to function.

Reply With Quote
  #3  
Old 06-27-2011, 04:57 AM
nancysmith nancysmith is offline
Disabled
 
Join Date: Jan 2011
Posts: 876
I think you must refer the websites http://www.hiddenpixels.com/ and http://www.bestpsdtohtml.com/ for getting better knowledge about PSD slicing.

Reply With Quote
Sponsored Links
  #4  
Old 07-08-2011, 02:37 AM
GasArts GasArts is offline
New Member
 
Join Date: Jun 2011
Posts: 4
I'm a web designer, and my advice is "NEVER USE SLICING" as slicing is a very bad technique that will increase the loading time of your site, and you may lose many visitors this way.

Reply With Quote
  #5  
Old 07-08-2011, 03:00 PM
GH_Dom GH_Dom is offline
Disabled
 
Join Date: Jun 2010
Location: Guernsey
Posts: 185
I just use the Slice Tool and seperate it into the bits I want linked and the bits I don't. For more detail, a quick google search will bring up all you need to know

Regards
guernseyhosting

Reply With Quote
  #6  
Old 07-08-2011, 06:38 PM
bear bear is offline
Community Leader
 
Join Date: Oct 2002
Location: cognito
Posts: 17,289
Quote:
Originally Posted by GasArts View Post
I'm a web designer, and my advice is "NEVER USE SLICING" as slicing is a very bad technique that will increase the loading time of your site, and you may lose many visitors this way.
Are you sure you know what slicing is?

__________________
Have problems (don't we all)? Head over to the help desk
If at first you don't succeed, that's one data point.


Reply With Quote
  #7  
Old 07-08-2011, 06:43 PM
ThatScriptGuy ThatScriptGuy is offline
Web Hosting Master
 
Join Date: Feb 2003
Location: AR
Posts: 2,370
Yeah, I was confused at that statement, too.

__________________
Kevin Cackler
Tech Daddies - A Conway, Arkansas based development company.
501-205-1512

Reply With Quote
  #8  
Old 07-08-2011, 06:51 PM
lynxus lynxus is offline
Lord of live chats
 
Join Date: Jul 2009
Location: UK
Posts: 1,221
Hmm. - A better way to do it rather than automated slicing

I suppose the most simple way is to:

Draw your site how you want it.. Make sure each part of your site is a new layer..
For example, the MENU background could be one layer, The main content area could be another layer , so on..

once your site looks nice, Either slice it into smaller bits as a whole OR ( what I do is.. )
Save EACH layer as a new optimized image ( smaller file, into a jpg.. )

Then use dreamweaver to create the <div>'s and use the images as DIV backgrounds.

You can then move the divs around like a layer in the photo app.

Bingo, Your site is done.
Same as it looked in photoshop / fireworks but now fully done in html and you can move / change any image element freely.

__________________
Live support chat software -> IMsupporting.com
█ Talk to your visitors in real time, Increase sales.


Last edited by lynxus; 07-08-2011 at 06:55 PM.
Reply With Quote
  #9  
Old 07-08-2011, 06:54 PM
Harzem Harzem is online now
Community Liaison
 
Join Date: Feb 2006
Location: Istanbul, Turkey
Posts: 3,090
I'm a web designer as well, and my advice is "NEVER USE SLICING" if you want to produce quality code

Please note that there are two SLICING options, and one of them codes a garbage html, while the other one is just for separating the images into png files. Nothing wrong with the latter. However I still don't use slicing, personal preference. It just isn't flexible enough once you get used to coding.

Reply With Quote
  #10  
Old 07-08-2011, 07:41 PM
Hsunami Hsunami is offline
Web Hosting Master
 
Join Date: Jan 2010
Location: NYC
Posts: 1,755
Quote:
Originally Posted by Harzem View Post
It just isn't flexible enough once you get used to coding.
This is exactly it. The slicing tool in PS simply isn't flexible enough for detailed, complex designs. It assumes your design consists of rigid rectangular shapes that can be pieced together like tiles, which isn't the case anymore as trends evolve, both design and front-end development wise.

Say for example you have a button with rounded corners in your design. Ideally, you'd want to crop out just the button and save it as a PNG such that the corners are transparent. That way, the button can be reused anywhere without concerns of the background. The slicing tool won't do this for you. Taking this a step further, if you want to implement the sliding doors technique for this button, you'd have more manual slicing work which the slicing tool would simply be too tedious to use.

At the end of the day, knowing how and what to slice comes down to your understanding of HTML/CSS. Once you truly understand how HTML/CSS "assembles" a website, you will naturally understand how to slice a PSD.

Hope this helps.

Reply With Quote
  #11  
Old 07-08-2011, 08:12 PM
techjr techjr is online now
Web Hosting Master
 
Join Date: Mar 2010
Posts: 3,904
Quote:
Originally Posted by WickedFactor View Post
This is exactly it. The slicing tool in PS simply isn't flexible enough for detailed, complex designs. It assumes your design consists of rigid rectangular shapes that can be pieced together like tiles, which isn't the case anymore as trends evolve, both design and front-end development wise.

Say for example you have a button with rounded corners in your design. Ideally, you'd want to crop out just the button and save it as a PNG such that the corners are transparent. That way, the button can be reused anywhere without concerns of the background. The slicing tool won't do this for you. Taking this a step further, if you want to implement the sliding doors technique for this button, you'd have more manual slicing work which the slicing tool would simply be too tedious to use.

At the end of the day, knowing how and what to slice comes down to your understanding of HTML/CSS. Once you truly understand how HTML/CSS "assembles" a website, you will naturally understand how to slice a PSD.

Hope this helps.
If you do not suggest slicing, What do you suggest after a design has been created using photoshop?

I always slice each individual image and then code it all together to better optimize the images, but of course, it only slices in squares and is unable to do round shapes which I always end up having to do manually.

Reply With Quote
  #12  
Old 07-08-2011, 08:35 PM
Hsunami Hsunami is offline
Web Hosting Master
 
Join Date: Jan 2010
Location: NYC
Posts: 1,755
I think the terms are getting confused a bit. There's slicing/cropping where you manually select a piece to save, one by one. Then there's the slicing tool in Photoshop where you "slice" up the PSD as a whole and then it'll save it all at once. I was saying the tool is what's lacking and that one should really have a solid understanding of HTML/CSS to be able to manually slice/crop a PSD into the necessary images to build a website.

Reply With Quote
  #13  
Old 07-08-2011, 08:43 PM
KmacK KmacK is offline
Web Hosting Guru
 
Join Date: Mar 2009
Location: /home/ohio
Posts: 264
The best way IMO is to use the marque select tool after you combind the layers you want into a smart image. You can also select the layers that makeup the image part that you want and export them to a new document and layer>trim the transparent pixels, then you can save for web and optimize the image. The slice tool really isn't very useful.

__________________
HostREA.com
kirk[@]hostrea.com
Shared / Reseller cPanel Web Hosting
WHMCS Templates -Ready to go instant downloads.

Reply With Quote
  #14  
Old 07-08-2011, 08:48 PM
GasArts GasArts is offline
New Member
 
Join Date: Jun 2011
Posts: 4
Quote:
Originally Posted by bear View Post
Are you sure you know what slicing is?
What I know about slicing a PSD is to use the Photoshop slicing tool to turn your PSD template into slices, and then rearrange them using HTML, and CSS in order to make your website looks exactly the same as your PSD file. If that's what you mean then this will increase the loading time, because it's like you are loading one big image to your browser, which will take much time to load.

Reply With Quote
  #15  
Old 07-08-2011, 08:55 PM
techjr techjr is online now
Web Hosting Master
 
Join Date: Mar 2010
Posts: 3,904
Quote:
Originally Posted by WickedFactor View Post
I think the terms are getting confused a bit. There's slicing/cropping where you manually select a piece to save, one by one. Then there's the slicing tool in Photoshop where you "slice" up the PSD as a whole and then it'll save it all at once. I was saying the tool is what's lacking and that one should really have a solid understanding of HTML/CSS to be able to manually slice/crop a PSD into the necessary images to build a website.
Oh okay, I figured it was the same tool just people used it differently. I always do the manual slicing/cropping as you mentioned.


I took an HTML/CSS course in a school in New Hampshire and although you learn the basics (Mostly outdated items that are not used much but it does give a slight understanding of how it works) You do not learn nearly enough to be able to go off on your own and be a success at it. So I am having to learn more using free online guides which is much more useful but there's still missing pieces on almost all of them which makes the whole proper design and exportation techniques still a "foriegn" thing to me.


Last edited by techjr; 07-08-2011 at 08:58 PM.
Reply With Quote
Reply

Similar Threads
Thread Thread Starter Forum Replies Last Post
PSD Slicing No1Resource Employment / Job Offers 2 04-16-2010 06:47 PM
Help with slicing a psd ilyash Web Design and Content 3 11-11-2007 10:01 AM
slicing a PSD Derrick Web Design and Content 1 05-12-2004 11:59 PM
Need PSD Slicing LPHosting Employment / Job Offers 6 10-29-2003 01:42 PM
PSD Slicing LogicChris Other Offers & Requests 3 03-31-2003 01:44 AM

Related posts from TheWhir.com
Title Type Date Posted
3 Ways GlowTouch Can Help You Grow Your Business Leveraging Amazon Web Services Webinars 2013-05-17 13:17:18
Wrapping up WHD.global Blog 2013-03-22 05:42:32
Parallels Summit 2013 Web Hosting Events 2013-01-31 19:51:16
Getting smart about web hosting bundles – a blueprint for success Webinars 2012-09-17 18:22:01
Parallels Summit 2012 – What I Want to Learn And Chat About, Part I Blog 2012-02-08 17:33:13


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

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 Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?