Detecting CSS selectors support + my JSConf EU talk
A developer shares her journey to JSConf EU and explores techniques for detecting CSS selector support, crucial for writing robust polyfills.
A developer shares her journey to JSConf EU and explores techniques for detecting CSS selector support, crucial for writing robust polyfills.
A developer's journey creating a polyfill for the HTML5 progress element, detailing technical challenges and solutions for cross-browser compatibility.
Creating CSS reflections in Firefox using -moz-element() and SVG masks, as an alternative to -webkit-box-reflect.
A tutorial on creating a Tic Tac Toe game using only CSS, with hidden checkboxes and pseudo-classes for game logic.
A web developer shares her experience speaking about CSS3 at two London tech conferences, Web Directions @media and Standards.next.
A CSS technique for conditionally applying styles based on selector support, using invalid selectors to filter unsupported browsers.
A guide to inverting all colors on a webpage using only CSS, with a cross-browser bookmarklet and browser support details.
A script to automatically convert standard CSS gradient syntax to the older, cumbersome -webkit-gradient format for broader browser support.
Learn how to create beveled corners and simulate negative border-radius using pure CSS3 gradients, no images required.
A CSS technique using :nth-child and :nth-last-child to style elements based on sibling count with improved efficiency.
Announcing rgba.php v1.2 with an improved, easier-to-use URL syntax for generating RGBA color fallbacks, now hosted on GitHub.
Explores the use of percentages in CSS border-radius, covering the specification, browser bugs, and practical use cases for creating circles and ellipses.
Author shares slides and CSS framework from their Front Trends 2010 talk on practical CSS3, including browser compatibility notes.
A proposal to allow CSS attr() values inside calc() functions for more dynamic styling and semantic HTML integration.
A web developer shares insights from designing a modern university course on web development, focusing on standards and future-proof skills.
A technique for creating custom checkboxes and radio buttons using CSS sprites, improving on an existing method for better image control.
Announcing an updated version of rgba.php, a server-side script for cross-browser RGBA color support, with new features and bug fixes.
A developer creates a simple web tool to calculate the byte size of text, useful for optimizing CSS, JavaScript, and code.
Quick CSS tips to improve website usability, including button feedback, smooth color transitions, and adding functional dingbats to buttons.
Explores the potential benefits and use cases for implementing CMYK color support in CSS for web design and print stylesheets.