22 Responsive CSS Frameworks and Boilerplates Explained | Design Shack

22 Responsive CSS Frameworks and Boilerplates Explained | Design ShackCSS frameworks have been around for years now, but the arrival of responsive design practices has rendered many of our old favorites useless. Fortunately, lots of really talented developers have jumped in to fill the gap with the next generation of CSS frameworks and boilerplates. There’s [...]

demosthenes.info – Make Your Web Pages More Legible With CSS3 Ligatures and Kerning Pairs

demosthenes.info – Make Your Web Pages More Legible With CSS3 Ligatures and Kerning PairsCSS3 offers many controls for kerning, but the easiest and fastest is very simple: body { text-rendering: optimizeLegibility; } The text-rendering property is supported in all current versions of Firefox, Safari and Chrome, and automatically substitutes kerned pairs and ligatures as appropriate throughout [...]

10 CSS Rules Every Web Designer Should Know

10 CSS Rules Every Web Designer Should KnowThrough experience as web designers we memorise all kinds of code syntax, hacks and snippets. With CSS in particular there is a number of rules and declarations that can really help transform your website designs and open up new possibilities when compared to older techniques. This post rounds [...]

The Amazing Powers Of CSS (Some Handy CSS Selector Tricks) – HTML5Rocks

The Amazing Powers Of CSS (Some Handy CSS Selector Tricks) - HTML5RocksSome cute tricks using clever applications of CSS selectors to style absolute links different from relative ones, highlight ‘empty’ links, make external links look different to internal ones, and more. 

AngularJS — Superheroic JavaScript MVC Framework

AngularJS — Superheroic JavaScript MVC FrameworkWhy AngularJS? HTML is great for declaring static documents, but it falters when we try to use it for declaring dynamic views in web-applications. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.