Definining aspect ratio to prevent reflow
Explains CSS techniques to define image aspect ratios, preventing layout reflow and improving page load experience.
Explains CSS techniques to define image aspect ratios, preventing layout reflow and improving page load experience.
A guide to using the PrettyTime Java library for human-readable date and time formatting (e.g., '2 minutes ago').
A developer documents the open redesign of their personal website, focusing on performance, accessibility, and modern web features.
Explores changes in CultureInfo behavior for localization and formatting when moving from .NET Framework to UWP/WinRT.
A blog owner is seeking guest bloggers to write about Python and related topics due to their busy schedule.
A CSS technique using text-shadow to create bold hover effects without causing layout jumps, with fallbacks for older browsers.
Part 11 of a Docker tutorial series, focusing on using Docker Compose to manage and run a complete multi-container web application stack.
Part 2 of optimizing AngularJS performance with immutable data, using Benchpress for detailed profiling of execution and garbage collection times.
A monthly roundup of browser updates, bug fixes, and developer tools news, focusing on cross-browser compatibility and debugging techniques.
A tutorial on using Python and OpenCV to detect and count books in an image, filtering out other objects.
Explores two CSS techniques for reversing element order: using transform rotations and flex-direction: column-reverse.
Explains and solves common .NET assembly binding errors caused by NuGet version conflicts, with a practical fix.
A developer's guide to using Vagrant for virtual machine management and transitioning from shell scripts to Puppet for advanced provisioning.
Cimbalino Windows Phone Toolkit version 3.2.3 is released, featuring new services, behaviors, and bug fixes for Windows Phone development.
A developer's deep dive into the complexities and pain points of setting up a .NET build environment, highlighting dependency and SDK management issues.
Explains how NuGet configuration file inheritance works, allowing settings from multiple config files to be applied to projects.
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 using Python and tools like rtmpdump to reverse engineer and download songs from Myspace.
Explains how to use grunt-contrib-connect to run a local server with PHP support and livereload for front-end development.
An introduction to Python's unittest framework, covering basic setup, writing tests, and using assert methods.