The death IE8, IE9 and IE10
Microsoft ends support for IE8, IE9, and IE10, sparking discussion on how to handle core web experiences for outdated browsers.
Microsoft ends support for IE8, IE9, and IE10, sparking discussion on how to handle core web experiences for outdated browsers.
A guide to correctly labeling HTML form elements using name, id, label, fieldset, and legend for accessibility and functionality.
A developer discusses common logical fallacies used in tech arguments, like the 'gospel' and 'Luddite' fallacies, to justify choices or disparage others.
A tutorial on testing asynchronous callback functions in Swift using XCTestExpectation, part of a series on practical testing.
A technical guide for creating a custom table of contents filter for Jekyll sites using a Liquid module.
Explains how Python's Mock objects handle non-existent attributes and methods, focusing on special behavior for 'assert' prefixes.
A technical guide on automating free SSL certificate acquisition and renewal for Azure websites using Let's Encrypt and a Vagrant box.
Analysis of Intel's strong 2015 market performance contrasted with the emergence of serious CPU bugs and the expectation of more in the future.
Step-by-step guide to create a RHEL 6 image for Microsoft Azure using VirtualBox.
Tips and best practices for writing clean, readable, and maintainable SQL code, including formatting, CTEs, and commenting.
A technical guide on using Docker's user namespace support to run desktop applications like Chrome, Irssi, and Docker-in-Docker in containers for improved security.
Discusses a bug in XAML Compiled Bindings when using null fallback values, with code examples and a warning for developers.
A guide to JavaScript coding conventions covering indentation, semicolon usage, line length, and other style guidelines for readable, maintainable code.
A guide to hosting and running durable Windows Workflow Services on Microsoft Azure, covering persistence, tracking, and using Service Bus queues.
A guide to preventing unit tests from loading the main AppDelegate in Swift, improving test speed and isolation.
An overview of the new `make:auth` artisan command and authentication scaffolding features introduced in Laravel 5.2.
Argues that all websites must begin with server-side rendered HTML for universal accessibility, even if they later use advanced JavaScript features.
A guide to using PowerShell's Test-NetConnection cmdlet for advanced network troubleshooting, including port checks.
Argues that Python is the best programming language for scientists to learn, highlighting its community, learning resources, and scientific packages.
Explores the evolution of password hashing from bcrypt to modern memory-hard algorithms like Argon2 for security in a parallel computing world.