CSS Reset

CSS Reset removes the inconsistent styling for HTML element in the browsers . YUI CSS Reset To use css reset include source file in your web page <link rel=”stylesheet” type=”text/css” href=”http://yui.yahooapis.com/3.2.0/build/cssreset/reset-min.css”> An Example http://developer.yahoo.com/yui/3/examples/cssreset/cssreset-basic_source.html

Continue reading

960.gs

960.gs is a popular CSS framework that helps web developers rapidly speed up development by offering a clean, structured grid system. Here’s why developers love it: ✅ Speeds up development time✅ Clean and flexible grid system – supports both 12-column and 16-column layouts✅ Simplifies browser compatibility✅ Great for creating mockups…

Continue reading

BBC Glow

BBC Glow is yet another JavaScript library designed to simplify DOM manipulation — this one developed by the BBC. What makes it interesting? It was specifically built to support older browsers, ensuring broader compatibility during a time when cross-browser support was a major challenge. 🔍 Check out the demos: [BBC…

Continue reading