Hello, World!
A freelance web developer introduces their new blog, 'bits of code,' where they will share web development knowledge and lessons learned.
A freelance web developer introduces their new blog, 'bits of code,' where they will share web development knowledge and lessons learned.
Explains the CSS currentColor variable, its benefits for maintaining consistent color schemes, and how it works within the cascade.
An explanation of Jekyll collections, a powerful feature for organizing non-chronological content like products or recipes on a static website.
Introducing Awesomplete, a lightweight, dependency-free JavaScript library for creating customizable autocomplete widgets.
A critique of treating web accessibility and progressive enhancement as optional features, arguing they should be fundamental requirements.
A technique to prioritize loading of CSS background images using a hidden <img> tag to improve perceived page speed.
Monthly roundup of browser news, bug fixes, and developer tools updates, focusing on Project Spartan and WebKit issues.
A CSS technique to restart an animation on hover by triggering a reflow with a second, dummy animation.
A web developer argues against using target="_blank" on links, explaining why it's bad for user experience and control.
Explains the HTML download attribute, its use cases for triggering file downloads, browser support, and best practices like showing file size.
A step-by-step guide on how to install Craft CMS using Laravel Forge, covering server setup and installation.
A developer shares a script for sharing selected webpage text directly to Twitter, with automatic highlighting and URL hash integration.
A comprehensive guide to implementing favicons and related icons for modern websites, covering various devices and platforms with ASP.NET MVC examples.
A developer's experience improving accessibility in AngularJS Material Design and the ngAria module, including collaboration with the Angular team.
Author announces updates to the Learning Susy book, addressing common issues with the Susy Sass layout framework installation and usage.
An overview of ASP.NET Core Boilerplate, a professional template for building secure, fast, and SEO-friendly web applications with improvements over the default MVC template.
A developer explains the technical drawbacks of icon fonts and details their workflow for replacing them with inline SVG for better rendering and maintainability.
Introduces Shoestring, a lightweight JavaScript DOM utility that helps reduce code bloat by offering a modular, jQuery-like alternative.
How to disable Safari's URL truncation in OSX Yosemite to show the full web address, useful for developers and security.
Explores the evolution and future capabilities of CSS media queries, moving beyond screen size to adapt to user environment and device features.