kod.io Linz
A review of the kod.io developer conference in Linz, covering talks on support, CSS, command-line tools, and AngularJS.
A review of the kod.io developer conference in Linz, covering talks on support, CSS, command-line tools, and AngularJS.
A beginner-friendly tutorial covering HTML basics, tag structure, text formatting, and essential web development concepts for absolute beginners.
Part 2 of an HTML and CSS tutorial for beginners, covering CSS basics, selectors, and styling techniques.
How to use CSS animation-play-state to create smooth hover animations that freeze instead of snapping back to the original state.
The author built Markedstyle, a web app using Laravel to manage and share custom CSS styles for the Marked Markdown previewer.
The author argues that CSS is a developer's tool, requiring programming skills and analytical thinking, not just design sensibilities.
A tutorial on creating a clean, scalable CSS spinner using only 2 HTML elements and pseudoelements, focusing on maintainable code and performance.
A technical guide on recreating Google's animated loader using pure CSS, covering border animations and rotation techniques.
Explains why CSS-only auto-resizing of input fields is impossible due to HTML's definition of inputs as void elements.
A tutorial on creating slanted, 3D-looking tabs using CSS transforms and pseudo-elements, with graceful degradation for older browsers.
Author explains their decision to leave the W3C to focus on personal projects, open source work, writing a book, and standards development.
A guide on using CSS to maintain the aspect ratio of embedded iframes (like videos) in responsive web design.
A developer shares their experience redesigning a personal blog using WordPress, focusing on CSS changes and exploring the Ghost platform.
Analyzes browser support for unprefixed CSS gradients and advises which vendor prefixes are still necessary for web developers in 2013.
The CSS border-corner-shape property is at risk of being removed from the spec. The author calls for developers to provide use cases to help save it.
Preview the upcoming CSS corner-shape property with an interactive SVG tool, exploring beveled, scooped, and notched corners before browser support.
A guide to using MathML for web equations with a CSS fallback for browsers lacking native support, based on a real-world use case.
A guide to creating iOS 6-style toggle switches using only CSS, focusing on accessibility, browser compatibility, and no JavaScript.
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.