hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Web Design and Content : Slicing PSD into websites
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

Slicing PSD into websites

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 09-08-2003, 01:33 AM
Pete Pete is offline
WHT Addict
 
Join Date: Jan 2001
Posts: 123

Slicing PSD into websites


Anyone got any advice/links on properly slicing psd templates into html websites.

It's my least favorite part... ahmm anyone want a job slicing and coding templates?

Reply With Quote


Sponsored Links
  #2  
Old 09-08-2003, 04:01 AM
abang abang is offline
Junior Guru Wannabe
 
Join Date: Jul 2003
Location: Philippines
Posts: 72
You can try using ImageReady. It comes free with PhotoShop. I can do the slicing and coding for you if you like.

Reply With Quote
  #3  
Old 09-08-2003, 04:55 AM
Rich2k Rich2k is offline
Web Hosting Master
 
Join Date: May 2002
Location: UK
Posts: 2,994
One big bit of advice. Once you have sliced your webpage into HTML.... regenerate all of the HTML yourself (either using handcoding or decent software) as photo packages generate horrible HTML usually going overboard with colspans and rowspans... which don't downgrade gracefully.

Reply With Quote
Sponsored Links
  #4  
Old 09-08-2003, 10:06 PM
InternetPEI InternetPEI is offline
Aspiring Evangelist
 
Join Date: May 2003
Location: Kansas and PEI
Posts: 409
Pete,

I can vouch for abang, I had him do the finishing touches on a psd for me recently.. He was quick and did a good job on that psd.

__________________
Custom wood cnc carved signs available for your home or business.
www.customcarves.com

Reply With Quote
  #5  
Old 09-15-2003, 08:16 AM
Hamad Hamad is offline
New Member
 
Join Date: Sep 2003
Posts: 2
Any one can explain that answer for us ... its important for me same as Pete
Regards

Reply With Quote
  #6  
Old 09-15-2003, 04:20 PM
chrisrhee chrisrhee is offline
Junior Guru Wannabe
 
Join Date: Aug 2003
Posts: 33
When you use a program to do the HTML coding for you, it generates a lot more code than what's absolutely needed. Also, it may not load properly in all browsers.

Coding by hand can reduce file sizes of the pages and also you can be more precise because you know exactly what you want the design to look like and how you want it to function.

Reply With Quote
  #7  
Old 09-15-2003, 04:53 PM
Charlottezweb Charlottezweb is offline
Web Hosting Evangelist
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 527
There's an art to it if done properly. It's also a good idea to think about the way it will be sliced while you're designing it in the first place. Slicing should influence good design.

But that said, think of the image as made up of tables. Slice around anything that will need to be linked (or a rollover) first since those need to be done fairly exact. You don't want mouseovers that aren't exactly where the buttons are.

After that, I slice out the main content area(s). Then if there are single -colored websafe portions, you'll want to slice those together so you can just use code instead of the graphics for those cells to save space and increase load times.

It's not extremely difficult but it's definitely something that you'll get MUCH better at the more times you do it.

I TOTALLY agree with the fact that I NEVER use generated code from a graphics program. I code that by hand after I've exported everything. You will have a much more stable and compatible page if you do this.

Feel free to ask specific questions if you have any.

Jason

__________________
http://www.charlottezweb.com
HOSTING your livelihood

Reply With Quote
  #8  
Old 09-15-2003, 04:56 PM
platinum platinum is offline
Aspiring Evangelist
 
Join Date: Jan 2002
Location: Adelaide, Australia
Posts: 405
Yes, never use the coding from programs like imageready, awful stuff. You want to use CSS where possible, and hand-selecting and slicing is the only way to efficiantly do it

I have coded a ton of layouts for people in the past, so if you're looking for someone...

Reply With Quote
  #9  
Old 09-15-2003, 05:31 PM
Rich2k Rich2k is offline
Web Hosting Master
 
Join Date: May 2002
Location: UK
Posts: 2,994
I just love the way people claim that css is the answer to everything. Layout tables are OK so long as you use them well (i.e. keep WAI compliance).

However the image packages don't.

I let the image packages generate the slices for me but then I completely re-write the HTML properly i.e. get rid of the millions of colspans and rowspans. Faster to render too.

Reply With Quote
  #10  
Old 09-15-2003, 06:14 PM
platinum platinum is offline
Aspiring Evangelist
 
Join Date: Jan 2002
Location: Adelaide, Australia
Posts: 405
Quote:
Originally posted by Rich2k
I just love the way people claim that css is the answer to everything. Layout tables are OK so long as you use them well (i.e. keep WAI compliance).
Nothing wrong with using tables for complex layouts, but a lot of the time you will fine CSS is the answer to everything, if you don't start implementing it on your sites you will be left behind in the rush. Sites like www.news.com, www.wired.com and www.espn.com are all CSS layouts - maybe you should let them know about the advantages of tables

Reply With Quote
  #11  
Old 09-15-2003, 06:19 PM
Charlottezweb Charlottezweb is offline
Web Hosting Evangelist
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 527
Not to jump in this battle, but why bother slicing psd's in the first place if you're talking about a "news layout" like the sites you mentioned? I'm not picking sides either way but when I think of slicing psds, I'm thinking of a site involving heavily integrated graphics or a least something that I couldn't do with just tables alone. Those example sites are all simple formats unless I'm missing your point.

Jason

__________________
http://www.charlottezweb.com
HOSTING your livelihood

Reply With Quote
  #12  
Old 09-15-2003, 06:34 PM
Rich2k Rich2k is offline
Web Hosting Master
 
Join Date: May 2002
Location: UK
Posts: 2,994
Quote:
Originally posted by platinum
Nothing wrong with using tables for complex layouts, but a lot of the time you will fine CSS is the answer to everything, if you don't start implementing it on your sites you will be left behind in the rush. Sites like www.news.com, www.wired.com and www.espn.com are all CSS layouts - maybe you should let them know about the advantages of tables
I do know the difference and I do know how to design an entirely CSS website (and have done so) I just don't 'currently' see the point. Of course when doing a three column DIV site float:left is your friend Although I notice you using layout tables on your site too

BBC recently redesigned their site and they didn't go CSS layout.

Actually no I often design nav structures in photoshop and then slice them and export. Also I might design the entire page in photoshop (including where the HTML text will go) and then just remove those spacer images from that part from the template with putting the HTML back together.

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Pingdom Study Measures Popularity of Onshore Hosting Web Hosting News 2013-05-17 12:40:15
Mozilla Firefox 23 Will Block Mix SSL Content by Default Web Hosting News 2013-04-12 11:39:07
Iran Moves Websites In-House to Protect Against Attacks Web Hosting News 2011-12-21 20:03:37
UK Police e-Crime Unit Shuts Down More Than 2,000 Fake Online Stores Web Hosting News 2011-11-23 21:50:33
Web Host UK2 Partners with GoMobi to Offer Mobile Website Publishing Tool Web Hosting News 2011-05-27 20:39:18


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?