CSS Framework

While the rain is so busy falling down outside and getting cold inside the office because of the bad weather i make myself more focus in what i’m reading about CSS framework.

Actually, i’m not really familiar with CSS framework and its importance in web development i’m only heard it to my co-employees but not yet try at all.

Right now, I understand that proper use of frameworks would help us a lot in your coding in CSS most especially if you’re working in different web projects.

Instead, of creating CSS code from scrath over and over again with the same CSS rules you had already did before in your previous projects why you don’t try to use a framework for you to increase your productivity in your work.

In my opinion, using CSS framework is really depends upon your work preference on how will you apply it in a proper way without affecting your work and style of your coding in CSS.

I listed some of advantages and disadvantages of CSS framework while i’m reading article in the internet about this framework. :-)

A CSS framework is a library that is meant to allow for easier, more standards-compliant styling of a webpage using the Cascading Style Sheets language. Just like programming and scripting language libraries, CSS frameworks package a number of ready-made options for designing and outlaying a webpage.

Advantages of CSS Frameworks

You increase your productivity and avoid common mistakes.

You normalize your code/class base.

You have a better workflow within a team.

You gain an optimal browser-compatibility.

You have a clean, well-structured and complete code.

Disadvantages of CSS Frameworks

You need time to fully understand the framework.

You need a close familiarity with your code’s architecture.

You might inherit someone’s bugs or mistakes.

You develop sites upon a framework, not upon the solid knowledge of CSS.

You get a bloated source code.

CSS can not be framed semantically.

Ignoring the uniqueness of your projects.

Comments

Leave a Reply