Question on template n html

Discussion in 'HTML & Website Design' started by wealthseeker, Jul 31, 2007.

  1. #1
    I see ppl request designer to do up templates which is purely on graphic or like psd format.

    How is it able to convert those templates for real use into flash or HTML?
     
    wealthseeker, Jul 31, 2007 IP
  2. Dino

    Dino Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What I do with these is slice the image into (jpg) pieces using photoshop.
    I'll slice the header into one piece and the footer into another. Any white space or backgrounds I make purely html to save on downloading time.
     
    Dino, Jul 31, 2007 IP
  3. wealthseeker

    wealthseeker Peon

    Messages:
    43
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Ic.. what about those ppl who said code template? Does that means that the designer slice those graphic already?
     
    wealthseeker, Aug 1, 2007 IP
  4. Fry_

    Fry_ Guest

    Messages:
    69
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    That means that its been all sliced up and converted to html code.
     
    Fry_, Aug 1, 2007 IP
  5. revdesigner

    revdesigner Peon

    Messages:
    42
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Basically imageready will generate the html when the images are sliced, some people use dreamweaver to do this but i think imageready is fine. Layouts are sliced to reduce load times as well.
     
    revdesigner, Aug 1, 2007 IP
  6. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Have never seen any system that automatically slices and codes xhtml/ css to an acceptable level.

    Coding a template (would never use the term myself) is taking the PSD/ PNG file and creating the xhtml/ css files from it. In all honesty, I would tend to want the designer and HTML person to work together on the design (if they arent the same person) as minor changes can make big savings in terms of the ultimate html/ css template file size which of cause helps the site in terms of both bandwidth useage and speed of pages loading which is getting more important again with the increased usage of mobile devices.
     
    AstarothSolutions, Aug 2, 2007 IP
  7. Mooseman

    Mooseman Peon

    Messages:
    453
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I still don't get why people use imageready to slice when you can do it in Photoshop :S
    Slicing basicly makes tables out of it, making every piece of slice an image.

    I never slice myself though.
    What I do is first designing in Photoshop to see everything looks well, then I simply save all images I need then start with the html/css coding.. simple as that.
     
    Mooseman, Aug 2, 2007 IP
  8. Xabber

    Xabber Active Member

    Messages:
    437
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
    #8
    I slice the images in photoshop > file > save for web > images only [.GIF]

    Then make 2 new files index.html and basic.css, open up notepad and start coding :)
     
    Xabber, Aug 2, 2007 IP