Revisiting LESS
A developer revisits the LESS CSS preprocessor, comparing it to Sass and highlighting new features like 'extend'.
Persönlicher Blog über TypeScript und Webentwicklung
180 articles from this blog
A developer revisits the LESS CSS preprocessor, comparing it to Sass and highlighting new features like 'extend'.
A guide on how to revert a single file to a previous state using Git commands like 'checkout' and 'reset'.
A technical guide on using htaccess to force IE compatibility view settings via HTTP headers for better user experience.
A WordPress code snippet to restrict authors to only view their own posts in the admin post overview.
A WordPress code snippet to restrict authors to only view their own uploaded images in the media library.
A guest post contribution on reading other developers' code to learn different problem-solving approaches and evolving best practices.
An introduction to Yeoman, a toolchain for streamlining web development workflows using generators for project scaffolding.
A guide explaining several methods to configure and run NPM packages without requiring sudo permissions on your system.
A guide to using the HTML <small> element for legal disclaimers and fine print, not for presentation.
A guide to removing Byte Order Marks (BOM) from files using a simple PHP code snippet.
A JavaScript tutorial on dynamically calling functions with variable parameters using apply() and slice().
An introduction to the HWB color model in CSS, explaining its intuitive approach to defining colors using Hue, Whiteness, and Blackness.
A tutorial on how to style HTML <select> elements using CSS, covering cross-browser compatibility and mobile usability.
How to use Grunt.js's built-in file copy utility to rename files by changing their extensions, avoiding the need for a dedicated rename plugin.
A guide on configuring Gulp with Sass, Autoprefixer, and Sourcemaps to maintain sourcemap integrity during CSS processing.
A review of the kod.io developer conference in Linz, covering talks on support, CSS, command-line tools, and AngularJS.
Explains the Modernizr 'noPrefixes' flag, a feature to disable vendor prefix testing for cleaner, more stable code.
A guide on creating reusable Sass components and managing them with the Bower package manager for efficient web development.
A technical guide on migrating a blog from WordPress to the static site generator Jekyll, covering the setup process and benefits.
Explains how to use grunt-contrib-connect to run a local server with PHP support and livereload for front-end development.