I’ve asked a friend of mine who is much more competent at programming than me about how long it would take to code a CSS compiler that retained the original CSS syntax but added a bunch of new features. He liked the idea and so we’ve put together our own version of CSS together with a compiler we call LESS, which stands for Leaner CSS.
Related Submissions:
- Create a Mac-like Login Form Yesterday, a friend of mine asked me how to create a login page like Mac’s (shaking, sliding, loading bar) because he need it for an...
- CSS Lightview Style Popup My friend and I were working on his site last week and we were in need of a popup very similar to how the lightview...
- LESS - Leaner CSS Less is Leaner CSS. Less extends CSS by adding: variables, mixins, operations and nested rules. Less uses existing CSS syntax. This means you can migrate...
- Page Zoom, Elastic Layouts & Em (Erratic Moustaches) 1 in 4 people have some sort of vision impairment that makes reading on the web more difficult. We discuss the browser features which make...
- New Screencast: jQuery – Image Title Plugin This video focuses on taking an already existing idea and code and turning it into a jQuery plugin. In this case, it helps keep our...