vote up 5 vote down star

CSS frameworks have nice styles inbuilt and ask you to focuses on the grids but still there is a bit of dependency and lack of freedom it provide.. If I need to generate a webpage by looking on a PSD based mockup screen ..either i will use the classes provided by the framework but if that actual measurements does not exist I need to again specify my own rules that will add upto my CSS filesize and if performance is a constraint as always it is...you need not a big size file..though its in kb but every drop counts.

Any comments and suggestions to use the framework in a best possible way.

flag

5  
I can't recommend the accepted answer in this question enough: stackoverflow.com/questions/203069/… - I think it nails it. – Paolo Bergantino Jun 18 at 6:24

6 Answers

vote up 7 vote down check

Css frameworks are not like the regular code frameworks/libraries that provide functions that allow you to do your work faster.. it is more like having a starter file, that saves you the time of writing css that you use in all your projects.

Saying that, I really do believe the best way to use a css framework is to look at what css you use more often and create a homegrown css framework. Personally i use the same reset and typography rules for the majority of my projects. I do have a collection of different grids, but really that differs based on the type of project. Not all designs will work with a grid.

Before when I tried to use a pre-built framework, I found myself wasting time removing styles or working around some of the styles from the framework. That is just from my experience with frameworks, I do know people that love working with Blueprint and swear by it.

link|flag
vote up 8 vote down

I think a style reset is great - but a framework is too limiting. You are forced to use their classes etc.

See UnobtrusiveCss for a laugh

link|flag
link doesn't work – Jason Jun 18 at 6:28
It should work now - I think they were updating it as soon as I posted it! @shog9 - Aw I thought it might work, the cached version! – alex Jun 18 at 6:42
vote up 1 vote down

I think it is a question of using the right tool for the job.

I use BluePrint CSS a lot and it really helps me to create standard web sites very quickly. Most of the time that is just what my clients want. If I need to dig deeper - I'll roll my own CSS, for that job - but it makes the site more expensive and takes a wee bit longer to develop and test.

I don't think CSS frameworks are an alternative to learning CSS, they just help you do standard things quickly and easily.

Hope that helps?

link|flag
vote up 0 vote down

CSS Frameworks are my favourite tools for designing a page, take a look on 960er.gs a nice grid framework.

Ok you're limited somethines about the sizes, but you are able to design your pages much faster, after a week you know all classes.

link|flag
vote up 0 vote down

@ArneRie: Isn't 960 gs more like a pattern than a framework? (sorry it's here but can't make comments yet)

link|flag
vote up 0 vote down

So the moral of the story is use css reset and for visual aid for debugging a grid image in body will do the necessary. Pic lens addon will surely help for matching pixel. Thanks all for your encouraging response

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.