D
D
DeNnEr2010-12-10 23:36:59
css
DeNnEr, 2010-12-10 23:36:59

What "blanks" you use when imposing a new project?

Tired of typesetting from scratch, I know that many people use various blanks like oocss, html5 boilerplate, but other than these two, I don’t know anything else.
I looked at oocss and realized that nothing is needed from its functionality, and the idea is not so interesting.
html5bloilerplate is broken, half of everything doesn't work, something doesn't work, something doesn't even work in chrome.
Maybe there is something else?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
V
Vitaly, 2010-12-11
@DeNnEr

I use my own framework, which was built based on:
1. csstemplater.com/
2. www.blueprintcss.org/
3. www.yaml.de/en/home.html
4. reset by Eric Meyer meyerweb.com/eric/tools/ css/reset/
5. clearfix www.positioniseeverything.net/easyclearing.html
6. pngfix www.dillerdesign.com/experiment/DD_belatedPNG/
7. Typography
for the framework set next. tasks.
1. Transition between fixed/fluid layout at the css level
2. 1-2-3 column markup
3. Quick selection of the number of columns (a class is added to one container and the extra html code of the column is removed)
4. Footer is pressed to the bottom
5. Minimum-maximum width
6. Ready-made typography
7. Cross-browser compatibility for ie6+, FF3+, Opera 9+, Safari, Chrome
In principle, according to the links I gave, you can relatively quickly put together everything you need to prepare.
Well, there already proceed from your goals. ZenCoding has already been mentioned above.

S
SEObomj, 2010-12-11
@SEObomj

I have only reset.css from the blanks =) To be honest, I don’t even know what other blanks can be.

S
Sererator, 2010-12-11
@Serator

Well, who knows what you need :). Write your own and use it. You need a template and nothing more ...

M
Mark, 2010-12-11
@printf

960gs, and Zen Coding (you write html:5 there, and you get an html page template with DOCTYPE and meta charset).

L
loat, 2010-12-13
@loat

Perhaps it will be useful for you - lodoss.org/blog/the-best-front-end-techniques (unfortunately in English, but everything is clear)

I
Ilya Lesnykh, 2010-12-13
@Aliance

Why is html5boilerplate.com broken? Everything seems to be working great there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question