Question on Design and Photoshop

Discussion in 'HTML & Website Design' started by Rio38, Jun 11, 2007.

  1. #1
    Just to get an idea of how many people do their design this way. How many people design there site in Photoshop and then transfer it to Dreamweaver to place the text, tables, CSS, etc.?
     
    Rio38, Jun 11, 2007 IP
  2. ninjamuk

    ninjamuk Peon

    Messages:
    305
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Not I. I hand-slice and hand-code everything. WYSIWYGs seem to generate a lot of clutter in the code.

    Just my $0.02 :)
     
    ninjamuk, Jun 11, 2007 IP
    Rio38 and rgordon83 like this.
  3. Rio38

    Rio38 Peon

    Messages:
    334
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Clarify what you mean by "hand-slice" everything. I am just trying to see the benefits of designing the entire page in Photoshop, slicing it in Image Ready, and then putting it into tables in Dreamweaver, and creating separate images and then putting them into tables in Dreamweaver.

    I am not knocking either way, I just want to see what others are doing.

     
    Rio38, Jun 11, 2007 IP
  4. pavaranda

    pavaranda Guest

    Messages:
    39
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I design in Photoshop and slice it up myself. Spitting it out of Photoshop or Illustrator in slices creates cluttery code, as ninjamuk said. I know, because I used to do it until I realized the error of my ways! :) You don't want to be using tables at all. Only CSS.
     
    pavaranda, Jun 11, 2007 IP
    Rio38 likes this.
  5. Rio38

    Rio38 Peon

    Messages:
    334
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #5

    How do you slice it up yourself without using ImageReady or a similar program? I normally take the slices and manipulate htm to my liking once they are in Dreamweaver, but enlighten me as to your ways.

    Thanks.
     
    Rio38, Jun 11, 2007 IP
  6. ninjamuk

    ninjamuk Peon

    Messages:
    305
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Well, the slicing isn't really the issue, it's how you get the files into DW. If you let PS/DW make the code for you then you're going to get a lot of nasty, needless, nested tables (that sounded awesome, lol). I would HIGHLY recommend learning to build a page in DW from scratch using only the 'coder view'. It's worth it to learn because then you can do so much more is much less time.
     
    ninjamuk, Jun 11, 2007 IP
  7. Rio38

    Rio38 Peon

    Messages:
    334
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I know HTML and can build a site from scratch using Notepad, but find it much easier to slice it in ImageReady and move it over. Maybe I will try to build the tables myself with the images from PS. Nobody needs nasty, needless, nested tables.
     
    Rio38, Jun 11, 2007 IP
  8. LeetPCUser

    LeetPCUser Peon

    Messages:
    711
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I get the designs in Photoshop and then manually cut pieces and use XHTML, CSS, and PHP to design the site.
     
    LeetPCUser, Jun 11, 2007 IP
  9. pavaranda

    pavaranda Guest

    Messages:
    39
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Like LeetPCUser, I manually cut pieces using the selection tool and the save them in an optimized version and put them together in the code in Dreamweaver by using CSS to design the site. I rarely use tables.
     
    pavaranda, Jun 11, 2007 IP
  10. Katy

    Katy Moderator Staff

    Messages:
    3,490
    Likes Received:
    513
    Best Answers:
    7
    Trophy Points:
    355
    #10
    I design in Phtoshop and then code everything in Notepad, cos Dreamweaver sucks. ;)
     
    Katy, Jun 11, 2007 IP
  11. Daniel591992

    Daniel591992 Well-Known Member

    Messages:
    594
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    125
    #11
    You should, however, try to avoid tables when you can. Imageready will give you a ton of tables.
     
    Daniel591992, Jun 11, 2007 IP