Webmaster Forum


Go Back   Webmaster Forum > Web Development > Graphic Design Forum

Graphic Design Forum Discuss and share graphic design and multimedia topics and projects, including ads, banners, logos, etc. Be creative. Be original. Show us what you got. Constructive criticism only!


Reply
 
LinkBack Thread Tools Display Modes
Share |
  #1 (permalink)  
Old 03-19-2004, 09:32 AM
Pipeline-Webdesign's Avatar
Senior Member
Latest Blog:
None

 
Join Date: 02-11-04
Location: Corpus Christi, TX
Posts: 433
iTrader: 0 / 0%
Photoshop Web Design

how do i go about designing my site in photoshop... i've seen several people go about it this way and they're sites look great... if someone can pretty much step me through this... i'd greatly appreciate it!
__________________
MichaelF[at]pipeline-webdesign.com
 
Reply With Quote
  #2 (permalink)  
Old 03-19-2004, 09:35 AM
Calisonder's Avatar
v7n Mentor
Latest Blog:
None

 
Join Date: 10-13-03
Location: Dallas, Texas, U.S.A.
Posts: 1,502
iTrader: 0 / 0%
think of an idea, sometimes drawing it out on paper first helps, then use your skills and create it in photoshop, then save it as a .jpg or .gif, then cut it up and write the html code and wah lah
__________________
5Twelve Design

"The music that really turns me on is either running toward God or away from God. Both recognize the pivot, that God is at the center of the jaunt."
::: Bono :::
 
Reply With Quote
  #3 (permalink)  
Old 03-19-2004, 09:46 AM
DaveyBoy's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 10-13-03
Location: England.
Posts: 3,886
iTrader: 0 / 0%
wait a second, you seem to ask an awful lot of 'how do i...' questions for someone just been awarded a $4000 contract.
 
Reply With Quote
  #4 (permalink)  
Old 03-19-2004, 09:47 AM
DaveyBoy's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 10-13-03
Location: England.
Posts: 3,886
iTrader: 0 / 0%
GIF, not JPG by the way, calisonder - endlessly better
 
Reply With Quote
  #5 (permalink)  
Old 03-19-2004, 09:52 AM
Calisonder's Avatar
v7n Mentor
Latest Blog:
None

 
Join Date: 10-13-03
Location: Dallas, Texas, U.S.A.
Posts: 1,502
iTrader: 0 / 0%
what ever, just a sugestion
__________________
5Twelve Design

"The music that really turns me on is either running toward God or away from God. Both recognize the pivot, that God is at the center of the jaunt."
::: Bono :::
 
Reply With Quote
  #6 (permalink)  
Old 03-19-2004, 09:52 AM
Calisonder's Avatar
v7n Mentor
Latest Blog:
None

 
Join Date: 10-13-03
Location: Dallas, Texas, U.S.A.
Posts: 1,502
iTrader: 0 / 0%
Quote:
Originally Posted by DaveyBoy
wait a second, you seem to ask an awful lot of 'how do i...' questions for someone just been awarded a $4000 contract.
how do u know that
__________________
5Twelve Design

"The music that really turns me on is either running toward God or away from God. Both recognize the pivot, that God is at the center of the jaunt."
::: Bono :::
 
Reply With Quote
  #7 (permalink)  
Old 03-19-2004, 10:19 AM
Senior Member
Latest Blog:
None

 
Join Date: 02-29-04
Location: Indiana
Posts: 249
iTrader: 0 / 0%
Not to sound harsh or anything, but if you don't know how to design a layout using photoshop, then you really shouldnt be taking on a $4000 project.

Why not just manage the project, and let the professionals do the work. JMO
 
Reply With Quote
  #8 (permalink)  
Old 03-19-2004, 11:12 AM
Pipeline-Webdesign's Avatar
Senior Member
Latest Blog:
None

 
Join Date: 02-11-04
Location: Corpus Christi, TX
Posts: 433
iTrader: 0 / 0%
since when do we judge others that are actually working hard to increase our skills? by the way, i, michael, was not awarded a $4000 contract... my firm was awarded a $4000 contract that i will be working along with others...

and in regards to asking the question "how do i"... how are you supposed to learn with out asking... or attempting to find out... skills aren't just aquired... thx for the help
__________________
MichaelF[at]pipeline-webdesign.com
 
Reply With Quote
  #9 (permalink)  
Old 03-19-2004, 12:09 PM
JuggoPop's Avatar
Senior Member
Latest Blog:
None

 
Join Date: 10-09-03
Posts: 4,284
iTrader: 0 / 0%
First off... I missed the $4000 comment elsewhere so I won't really get into that without saying that from time to time we get some people in here that claim more than they really do or need and it has made people a little weary of first impressions on some subjects. With that said...
congrats on the contract, it feels good to be on a team that can actually pull off nice projects & good luck.

back to your question... here are the steps.
- design the layout as you would want it to look, in photoshop.
- tip: always save your layered psd and never use the erase/use masking instead
- after finishing the layout, export it directly to imageready.
- in image ready, slice the image (this is where you will be putting your html skills to the test, as you will need to slice it with the vision of how the code is going to relate and how it will expand.)
- preview in a browser (from imageready)
- it will show you an example, and give you the html.
- take that html, put it in a editor, save your images over from the images folder that it exported to...
- clean the code as needed.
- remove any images that are solid colors (replace them with hex values)
- replace images that can expand, with one pixel (width or height depending on where it is) versions that will save load time and still look the same.
- move any images that are not linked to the background of that cell...

test, add content, etc.
to do it in CSS only, it's a whole other story... one which I am still trying to get down 100% myself.

good luck.
 
Reply With Quote
  #10 (permalink)  
Old 03-19-2004, 01:36 PM
Pipeline-Webdesign's Avatar
Senior Member
Latest Blog:
None

 
Join Date: 02-11-04
Location: Corpus Christi, TX
Posts: 433
iTrader: 0 / 0%
Quote:
Originally Posted by JuggoPop
First off... I missed the $4000 comment elsewhere so I won't really get into that without saying that from time to time we get some people in here that claim more than they really do or need and it has made people a little weary of first impressions on some subjects. With that said...
congrats on the contract, it feels good to be on a team that can actually pull off nice projects & good luck.

back to your question... here are the steps.
- design the layout as you would want it to look, in photoshop.
- tip: always save your layered psd and never use the erase/use masking instead
- after finishing the layout, export it directly to imageready.
- in image ready, slice the image (this is where you will be putting your html skills to the test, as you will need to slice it with the vision of how the code is going to relate and how it will expand.)
- preview in a browser (from imageready)
- it will show you an example, and give you the html.
- take that html, put it in a editor, save your images over from the images folder that it exported to...
- clean the code as needed.
- remove any images that are solid colors (replace them with hex values)
- replace images that can expand, with one pixel (width or height depending on where it is) versions that will save load time and still look the same.
- move any images that are not linked to the background of that cell...

test, add content, etc.
to do it in CSS only, it's a whole other story... one which I am still trying to get down 100% myself.

good luck.
thanks so much for the help... all i needed was a push... i appreciate it!
__________________
MichaelF[at]pipeline-webdesign.com
 
Reply With Quote
  #11 (permalink)  
Old 03-19-2004, 01:44 PM
Atom's Avatar
Senior Member
Latest Blog:
None

 
Join Date: 10-12-03
Location: Tennessee, USA
Posts: 32,616
iTrader: 0 / 0%
Don't stop asking questions, RT, we all learn when people ask questions here...
 
Reply With Quote
  #12 (permalink)  
Old 03-19-2004, 01:53 PM
SN3's Avatar
SN3 SN3 is offline
Senior Member
Latest Blog:
None

 
Join Date: 10-13-03
Location: Work, USA
Posts: 2,795
iTrader: 0 / 0%
Quote:
Originally Posted by JuggoPop

back to your question... here are the steps.
- design the layout as you would want it to look, in photoshop.
- tip: always save your layered psd and never use the erase/use masking instead
- after finishing the layout, export it directly to imageready.
- in image ready, slice the image (this is where you will be putting your html skills to the test, as you will need to slice it with the vision of how the code is going to relate and how it will expand.)
- preview in a browser (from imageready)
- it will show you an example, and give you the html.
- take that html, put it in a editor, save your images over from the images folder that it exported to...
- clean the code as needed.
- remove any images that are solid colors (replace them with hex values)
- replace images that can expand, with one pixel (width or height depending on where it is) versions that will save load time and still look the same.
- move any images that are not linked to the background of that cell...

test, add content, etc.
to do it in CSS only, it's a whole other story... one which I am still trying to get down 100% myself.

good luck.
That's what I do, but sometimes I start from scrach in notepad. I also do a lot of editing in notepad after it is exported. You will probably need to edit a lot of html for it to load fast, work well (in all browsers, etc.
__________________
[affiliate link removed. V7N Moderator]
 
Reply With Quote
  #13 (permalink)  
Old 03-19-2004, 04:30 PM
greg's Avatar
Senior Member
Latest Blog:
None

 
Join Date: 10-13-03
Location: Little Rock
Posts: 1,184
iTrader: 0 / 0%
i just use it to get a general feel for how i want the layout to be then i start working on it. Sometimes i'll cut out the header from the layout i make in PS, but not always.

I tried to keep this last site fairly minimalistic though, used a lot of css on it. not much of a graphic job honestly. The next one that i will work on this weekend should be though.
 
Reply With Quote
  #14 (permalink)  
Old 03-22-2004, 07:41 AM
Pipeline-Webdesign's Avatar
Senior Member
Latest Blog:
None

 
Join Date: 02-11-04
Location: Corpus Christi, TX
Posts: 433
iTrader: 0 / 0%
Quote:
Originally Posted by JuggoPop
First off... I missed the $4000 comment elsewhere so I won't really get into that without saying that from time to time we get some people in here that claim more than they really do or need and it has made people a little weary of first impressions on some subjects. With that said...
congrats on the contract, it feels good to be on a team that can actually pull off nice projects & good luck.

back to your question... here are the steps.
- design the layout as you would want it to look, in photoshop.
- tip: always save your layered psd and never use the erase/use masking instead
- after finishing the layout, export it directly to imageready.
- in image ready, slice the image (this is where you will be putting your html skills to the test, as you will need to slice it with the vision of how the code is going to relate and how it will expand.)
- preview in a browser (from imageready)
- it will show you an example, and give you the html.
- take that html, put it in a editor, save your images over from the images folder that it exported to...
- clean the code as needed.
- remove any images that are solid colors (replace them with hex values)
- replace images that can expand, with one pixel (width or height depending on where it is) versions that will save load time and still look the same.
- move any images that are not linked to the background of that cell...

test, add content, etc.
to do it in CSS only, it's a whole other story... one which I am still trying to get down 100% myself.

good luck.
what size do i create my new image in?
__________________
MichaelF[at]pipeline-webdesign.com
 
Reply With Quote
  #15 (permalink)  
Old 03-22-2004, 08:23 AM
ATLien's Avatar
Contributing Member
 
Join Date: 10-13-03
Location: Atlanta, GA
Posts: 1,135
iTrader: 0 / 0%
Pay me to do it, and then just look at the final product.
 
Reply With Quote
  #16 (permalink)  
Old 03-22-2004, 08:35 AM
DaveyBoy's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 10-13-03
Location: England.
Posts: 3,886
iTrader: 0 / 0%
lol @ atlien's desperate attempts.

can't you do a mailshot with your 80 bucks, take a risk, it may work.
 
Reply With Quote
  #17 (permalink)  
Old 03-22-2004, 10:01 AM
TranceSpeeder's Avatar
Senior Member
Latest Blog:
None

 
Join Date: 12-23-03
Location: Ohio, USA
Posts: 690
iTrader: 0 / 0%
when i make something, i just get a huge idea in my head of what I want it to look like, than i just go with the flow.
 
Reply With Quote
  #18 (permalink)  
Old 03-22-2004, 10:06 AM
Atom's Avatar
Senior Member
Latest Blog:
None

 
Join Date: 10-12-03
Location: Tennessee, USA
Posts: 32,616
iTrader: 0 / 0%
what size do i create my new image in?[/quote]

749x375 will fit in an 800x600 browser perfectly, w/no scrolling. This is the "safe" size.
 
Reply With Quote
Go Back   Webmaster Forum > Web Development > Graphic Design Forum

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with photoshop Nicolet Graphic Design Forum 29 04-12-2007 01:59 PM
The Best Program for Web Design Mock Ups: Photoshop vs Illustrator Pairodime Graphic Design Forum 0 01-04-2007 12:19 PM
Photoshop suggestion for vintage clothing design Dustin07 Graphic Design Forum 11 11-17-2006 10:04 PM
Is Photoshop or Illutrator better for Design yerabbit1 Web Design Lobby 26 02-06-2006 08:53 AM


V7N Network
Get exposure! V7N I Love Photography V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 09:57 AM.
Powered by vBulletin
Copyright © 2000-2013 Jelsoft Enterprises Limited.
Copyright © 2003 - 2013 Escalate Media LP




Search Engine Optimization by vBSEO 3.6.0 RC 2 ©2011, Crawlability, Inc.