CSS reflections for Firefox, with -moz-element() and SVG masks
Creating CSS reflections in Firefox using -moz-element() and SVG masks, as an alternative to -webkit-box-reflect.
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 call for contributors to help create a modern, streamlined fork of jQuery that removes legacy browser code and uses native JavaScript.
A web developer shares her experience speaking about CSS3 at two London tech conferences, Web Directions @media and Standards.next.
A guide to correctly extracting URL hash values in JavaScript, addressing common pitfalls and naive approaches.
Explains a common JavaScript closure issue where loops create unexpected behavior and provides solutions using IIFEs and libraries.
Announcement for a 2-year junior engineer position to work on the scikit-learn machine learning library at INRIA near Paris.
Learn how to change the URL hash without causing a distracting page jump using the History API and a fallback for older browsers.
Introducing StronglyTyped, a JavaScript library for adding strongly typed properties and constants using ES5 getters/setters.
A CSS technique for conditionally applying styles based on selector support, using invalid selectors to filter unsupported browsers.
EuroScipy conference in Paris announces program details, keynote speakers, and a new poster session. Submission deadline is May 8th.
A gallery showcasing CSS3 gradient patterns, including a new 'Japanese cubes' design, with browser support details.
A guide to inverting all colors on a webpage using only CSS, with a cross-browser bookmarklet and browser support details.
A programmer reflects on using VBA for Excel automation after starting with BASIC, discussing the language's quirks and suitability for data processing.
A guide to creating complex, readable regular expressions in JavaScript by composing them from smaller, reusable sub-patterns.
The scikit-learn team announces a community sprint on April 1st for improving the Python machine learning library, with in-person and remote participation.
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 developer discusses migrating their blog from Blosxom to Posterous, citing features like Markdown support and Clojure syntax highlighting.
A critical analysis of CSS preprocessors like SASS and LESS, discussing their benefits but highlighting filesize concerns.