Tips for Creating and Exporting Better SVGs for the Web
A developer's guide to optimizing SVG creation and export for web projects, focusing on cleaner code and better designer-developer workflows.
A developer's guide to optimizing SVG creation and export for web projects, focusing on cleaner code and better designer-developer workflows.
Introduces 'Classy CSS', a programmatic, scalable approach to writing modular Sass stylesheets using class-based architecture and @extend.
A tutorial on creating a faux infrared photography effect using CSS filters and blend modes, with step-by-step code examples.
A technical guide explaining the CSS border-image property, its syntax, sub-properties, and how to use images as borders.
A technical tutorial on recreating the vibrant, blurred Lomography photography aesthetic using CSS filters, blend modes, and gradients.
A developer builds a prototype hot loader for Angular 2, inspired by React, to update components without a full page refresh.
CSSgram is a lightweight CSS library for applying Instagram-style photo filters using CSS filters and blend modes.
Explains the CSS z-index property, stacking levels, and stacking contexts for controlling element layering in web development.
Exploring the use of TypeScript with AngularJS 1.x, including benefits for Java developers and tools for integration.
A tutorial on creating a vintage photo washout effect using CSS blend modes and filters, focusing on the 'lighten' blend mode.
Explains the semantic differences between HTML5's <div>, <section>, and <article> elements and provides guidelines for when to use each.
A final comparison article summarizing various CSS and SVG techniques for web design, with links to detailed resources.
Explains how to execute code after AngularJS's ng-repeat directive finishes rendering a list using the $last property.
A guide to detecting and measuring webpage jank (poor scrolling performance) using a custom JavaScript bookmarklet and browser developer tools.
Explains the difference between CSS units 'em' and 'rem' for relative sizing, with practical examples.
Compares CSS and SVG techniques for creating non-rectangular UI components like circular menus, exploring their capabilities and trade-offs.
The author announces their new book, 'Front-End Tooling with Gulp, Bower and Yeoman,' and details its advanced, conceptual approach.
A glowing review of Lea Verou's 'CSS Secrets', a book for advanced developers offering 47 CSS solutions and techniques.
A guide to the different methods for defining colors in CSS, including named keywords, RGB/RGBA, and HSL/HSLA formats.
An article clarifying the differences between pre-processing and post-processing in web development, with illustrations and a final verdict.