Today I am happy to introduce the Easy front-end framework. Easy is CSS/HTML/JavaScript framework designed to reduce the amount of time needed for converting the design into HTML as well as to provide a rock-solid base for further site development.
This framework started as a personal project and then grew into something more. I needed a way to avoid the repetitive initial steps when starting to code the design so I slowly put the pieces of this framework together.
Easy is more than just a pure CSS layout or grid framework. It includes very useful set of built-in jQuery powered functions that are extremely easy to use. That is probably most interesting feature of Easy, because now you can avoid adding numerous plugins and scripts to perform simple tasks. You have it all within Easy.
Easy basically consists of 3 parts:
- basic CSS styles and layout setup
- library of precoded HTML content blocks (this library is still very small but it will grow in time)
- built-in set of interactive functions like popups (modal windows), form validation etc...
To get to know this framework better, please visit the website, read the documentation page. You can even book a 1-on-1 session with me and I will guide you through it.
Next couple of articles on CSS Globe will be dedicated to Easy, to teach you how to use it, speed up and simplify your coding process. Stay tuned!


cancel bubble 7 Dec, 2009
cssglobe 7 Dec, 2009
Let me know if you find any errors. I need more eyes on it.
papaman 7 Dec, 2009
I tested it and I love easy.form. That will save hours of development. I would love to see some more form layouts.
Evert 8 Dec, 2009
cssglobe 8 Dec, 2009
Chris Heilmann 8 Dec, 2009
Evert 9 Dec, 2009
Evert
jitendra 9 Dec, 2009
cssglobe 10 Dec, 2009
jitendra 11 Dec, 2009
Ibrahim 11 Dec, 2009
Congrats on launching this framework. I am downloading it and giving it a try :)
Cheers
wow 11 Dec, 2009
Elmer|Digital Room 11 Dec, 2009
james 14 Dec, 2009
Catherine Azzarello 16 Dec, 2009
Rory 16 Dec, 2009
One comment I have though... Why use cryptic class names?
It's particularily frustrating and confusing.
- Left? Left what? Oh right, floatLeft.
- main? Main what? Oh right, mainContent.
- secondary? Secondary what? Oh right, rightColumn.
- nav? Which Nav? mainNavigation, leftNavigation, footerNavigation?
- cols, col? Col what? Column? Columns? Oh right.
Plain text goes along way for usability by developers, not only when adopting frameworks, but learning them.
Cheers.