QuickStart basic layout/template for web development?

后端 未结 4 869
盖世英雄少女心
盖世英雄少女心 2020-12-30 17:20

I\'m looking for a quick start or template, or something, to get a web site\'s basic layout done quickly and looking fairly professional, and then let me do the coding. I d

相关标签:
4条回答
  • 2020-12-30 17:29

    you could use the BluePrint CSS framework or check out the CSS Templates

    0 讨论(0)
  • 2020-12-30 17:29

    Depending on your IDE, Eric Meyer wrote a program called CSS Sculptor that you can use to quickly develop standards-based layouts. I've used it, and it's great.

    0 讨论(0)
  • 2020-12-30 17:35

    You don't mention what language you're using, but if it's Java, Appfuse is a really great tool for creating an entire (skeleton) web application project from a configurable template. This skeleton includes an initial HTML/CSS/Javascript UI that includes common elements such as a login page, an "add user" page, etc.

    0 讨论(0)
  • 2020-12-30 17:41

    Something like YUI Grids CSS?

    http://developer.yahoo.com/yui/grids/

    or Blueprint CSS?

    http://www.blueprintcss.org/

    Or CSS boilerplate?

    http://code.google.com/p/css-boilerplate/

    0 讨论(0)
提交回复
热议问题