software that will convert Photoshop design layouts to tableless CSS/HTML code?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mutt
    Too lazy to set a custom title
    • Sep 2002
    • 34431

    #1

    software that will convert Photoshop design layouts to tableless CSS/HTML code?

    i know there are lots of people providing this service, what about software? anything that does a competent job?
    I moved my sites to Vacares Hosting. I've saved money, my hair is thicker, lost some weight too! Thanks Sly!
  • jay23
    Confirmed User
    • Jun 2003
    • 1444

    #2
    http://www.medialab.com/sitegrinder3/

    Comment

    • MetaMan
      I AM WEB 2.0
      • Jan 2003
      • 28682

      #3
      if you are using software you are defeating the point of CSS in the firstplace.

      Comment

      • Deej
        I make pixels work
        • Jun 2005
        • 24386

        #4
        Originally posted by MetaMan
        if you are using software you are defeating the point of CSS in the firstplace.
        actually no metaman... sitegrinder does well with laying out a PSD into CSS format witht the click of a button. YOu can then alter it to specific needs.

        What it does is eliminate a lot of initial time to set up a template.

        I dont use it myself, but have heard great things about it and watched their videos on the product.

        Its not an alternate solution, its a time saver.

        Deej's Designs n' What Not
        Hit me up for Design, CSS & Photo Retouching


        Icq#30096880

        Comment

        • Serge Litehead
          Confirmed User
          • Dec 2002
          • 5190

          #5
          Originally posted by Deej
          actually no metaman...
          expecting META explosion t minus...
          ))

          Comment

          • Deej
            I make pixels work
            • Jun 2005
            • 24386

            #6
            Originally posted by holograph
            expecting META explosion t minus...
            ))
            hehe

            Im expecting something too

            Deej's Designs n' What Not
            Hit me up for Design, CSS & Photo Retouching


            Icq#30096880

            Comment

            • harvey
              Confirmed User
              • Jul 2001
              • 9266

              #7
              notepad++
              This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truth

              Comment

              • MetaMan
                I AM WEB 2.0
                • Jan 2003
                • 28682

                #8
                Originally posted by Deej
                actually no metaman... sitegrinder does well with laying out a PSD into CSS format witht the click of a button. YOu can then alter it to specific needs.

                What it does is eliminate a lot of initial time to set up a template.

                I dont use it myself, but have heard great things about it and watched their videos on the product.

                Its not an alternate solution, its a time saver.
                YOU STUPID MOTHER FUCKER! no jk

                the point of CSS is to compress a layout and use similar styles so it is easy to change a layout across the board.

                i dont understand how a program is going to be able to do that.

                not to mention properly tagging things for SEO.

                i would never trust a program with my code. but i am amazing and i do not expect all of you to be like me.

                Comment

                • fatfoo
                  ICQ:649699063
                  • Mar 2003
                  • 27763

                  #9
                  Originally posted by jay23
                  Thanks for the link. Useful read.
                  Send me an email: [email protected]

                  Comment

                  • Calico Jack
                    Confirmed User
                    • Jul 2004
                    • 2051

                    #10
                    SiteGrinder will do it and highly recommended by those who use it.

                    Comment

                    • Deej
                      I make pixels work
                      • Jun 2005
                      • 24386

                      #11
                      Originally posted by MetaMan
                      YOU STUPID MOTHER FUCKER! no jk

                      the point of CSS is to compress a layout and use similar styles so it is easy to change a layout across the board.

                      i dont understand how a program is going to be able to do that.

                      not to mention properly tagging things for SEO.

                      i would never trust a program with my code. but i am amazing and i do not expect all of you to be like me.
                      Well... it is what it is man...

                      It will take psd and spit out css. In under a minute you can do it. Seo can be mapped out after.

                      All the program does is give you an express layout. nothing more.

                      Like I said, I have only heard and looked at it. So I wont sell the farm over it but I would recommend it for such a subject.

                      Deej's Designs n' What Not
                      Hit me up for Design, CSS & Photo Retouching


                      Icq#30096880

                      Comment

                      • candyflip
                        Carpe Visio
                        • Jul 2002
                        • 43069

                        #12
                        I own a Sitegrinder license. It does do what it says, but does so in a way that no one actually coding a page properly would do.

                        It's messy to look at and deal with, in most cases the CSS validates, but it does work and has a pretty easy learning curve. They do a great online video walk-through to help get you up to speed.

                        I like it, but I wouldn't call it the best CSS output.

                        Spend you some brain.
                        Email Me

                        Comment

                        • sortie
                          Confirmed User
                          • Mar 2007
                          • 7771

                          #13
                          Originally posted by Mutt
                          i know there are lots of people providing this service, what about software? anything that does a competent job?
                          Or just :

                          http://www.w3schools.com/TAGS/tag_map.asp

                          <img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap" />

                          <map name="planetmap">
                          <area shape="rect" coords="0,0,82,126" href="sun.htm" alt="Sun" />
                          <area shape="circle" coords="90,58,3" href="mercur.htm" alt="Mercury" />
                          <area shape="circle" coords="124,58,8" href="venus.htm" alt="Venus" />
                          </map>

                          That creates a 100% cross-browser web page without tables or CSS.

                          Comment

                          • gimme-website
                            Confirmed User
                            • Jun 2008
                            • 1589

                            #14
                            Id be embarrassed to use these softwares.. the code they spit out is junk.
                            www.gimme-website.com

                            Comment

                            • cardinalvices
                              Confirmed User
                              • Dec 2006
                              • 2084

                              #15
                              hey, its not professional, but for an amateur its a time saver.

                              Comment

                              Working...