CanIUse.com: Resource for Cutting Edge CSS/JavaScript Developers
Here’s a great resources for CSS & JavaScript developers who want to be on the bleeding edge of CSS3 and HTML. Interactive visualizations show you browser support for various parts…
Achieving Developer Excellence with Automated Testing
CSS
Here’s a great resources for CSS & JavaScript developers who want to be on the bleeding edge of CSS3 and HTML. Interactive visualizations show you browser support for various parts…
An anti-pattern is a set of practices or habits (in the context of computer programming) that although are common and repeated are ultimately unhelpful or detrimental. Why anti-patterns form is…
CSS Positioning cheet-sheet. You actually need quite a bit of understanding of CSS to find this useful. I recommend David Sawyer McFarland’s book, CSS The Missing Manual.
OK, so I feel it is officially time to kill IE 6 and below. IE 6 has been the bane of web developers’ existence for quite some time now. I…
Some experimentation with the text-overflow property. <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN” “http://www.w3.org/TR/html4/strict.dtd”><html> <body><div style=”border: 1px solid red; max-width: 400px; overflow:hidden; text-overflow: ellipsis;”><nobr>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ac…
A little CSS pattern to demonstrate what to do when you want one column to stay at a fixed width and the other column to stretch horizontally with the window.…
Symbols used in CSS symbol name what for notes . dot (period) denotes class value # pound denotes id value * star universal selector space descendant selector , comma group…