Why moving elements with translate() is better than pos:abs top/left
Explains why using CSS translate() for animations is more performant than position:absolute with top/left, covering GPU acceleration and paint costs.
Explains why using CSS translate() for animations is more performant than position:absolute with top/left, covering GPU acceleration and paint costs.
A CSS tip explaining how to simplify animation code by using only one keyframe, leveraging browser defaults for cleaner, more efficient stylesheets.
Comparing JavaScript sorting algorithm performance, showing custom implementations can be slower than V8's native sort function.
A technical guide on preventing the Flash of Unstyled Text (FOUT) specifically in Internet Explorer 9 when using webfonts.
A blogger details their switch from ModX back to WordPress for better blogging capabilities and hints at future website changes.
Upcoming improvements to Dabblet, including JavaScript support, cross-browser compatibility, security enhancements, and Prism integration.
A guide for developers on using Chrome Canary for front-end development, highlighting its daily updates and new web platform features.
A tutorial on client-side image scaling using HTML5 Canvas and JavaScript, with a step-by-step code explanation.
An interview discussing frontend development, the developer's background, and insights into HTML5 Boilerplate and web tooling.
A personal travelogue showcasing beautiful global locations through photographs taken by the author's girlfriend.
A developer's tool for calculating WCAG-compliant color contrast ratios, including support for semi-transparent colors and real-time updates.
The author expresses excitement for Web Platform Docs, a collaborative project by browser vendors to create unified web development documentation.
Introduction to RoboHornet, a community-driven browser benchmark focused on real-world web performance pain points like DOM and canvas.
A developer shares their journey of creating ELang, a simple interpreted programming language from scratch using Java, covering lexing, parsing, and execution.
Explores academic research on frontend development, browsers, and debugging tools, compiling papers from universities and researchers.
Exploring how to use HTML5 localStorage to cache CSS files for improved website performance and faster loading times.
Explains JavaScript IIFEs (self-invoking functions), their syntax, benefits for avoiding global scope pollution, and use in the module pattern.
Guide to fixing Ubuntu 12.04 issues on Asus N56VZ laptop, covering subwoofer, ethernet, and multimedia buttons.
A curated list of influential front-end developers recognized for their open-source contributions, technical expertise, and community teaching efforts.
Web developer Lea Verou announces joining the W3C team to work on developer relations, web education, and standards design.