Check whether a CSS property is supported
Learn how to detect browser support for specific CSS properties using JavaScript feature detection instead of browser sniffing.
Learn how to detect browser support for specific CSS properties using JavaScript feature detection instead of browser sniffing.
Introduces CSSDOC, a standardized DocBlock-style commenting system for CSS to improve code organization, navigation, and maintainability.
Explores the @font-face CSS rule for using custom fonts on the web, discussing browser compatibility and implementation.
A review of the book 'Mobile Web Development' by Nirav Mehta, covering its content, target audience, and approach to teaching mobile web technologies.
A critique of outdated web development education in colleges and suggestions for curriculum reform to align with industry standards.
A developer discusses the pros and cons of using code libraries and frameworks, focusing on JavaScript and CSS, and advises on when to use them.
A critique of CSS transitions in WebKit, discussing their cool features but questioning if they blur the line between presentation and behavior.
A roundup of web development resources covering CSS line-height, jQuery/JavaScript updates, Silverback testing tool, content audits, and UserVoice feedback platform.
Explains CSS pseudo-classes like :link, :visited, and :first-child, describing them as 'phantom' classes that style elements based on state.
Explains CSS media types for optimizing website presentation across different devices like printers, screens, and handhelds.
A deep dive into the CSS z-index property, explaining stacking order, default behavior, and how to control element layering.
A tutorial on using CSS and JavaScript to display a link's URL when printing a webpage, with a workaround for Internet Explorer.
Explains CSS specificity, how it's calculated, and how it determines which styles are applied to HTML elements.
Tips for making CSS development smoother, covering common browser bugs, frequent testing, troubleshooting techniques, and essential resources.
A web developer argues for reinventing the wheel to deepen understanding and potentially create better solutions.
A web development article exploring the best CSS method to clear floats, comparing traditional fixes with modern techniques.
A web developer's personal blog focusing on CSS, XHTML, and JavaScript, with plans for educational content and technical discussions.
Announcement and initial review of Internet Explorer 7 Release Candidate 1, focusing on new UI features and improved web standards support.