Basic SVG path tweening with SMIL
A tutorial on animating SVG path transitions using SMIL, comparing it to JavaScript libraries like RaphaëlJS for a Batman emblem project.
A tutorial on animating SVG path transitions using SMIL, comparing it to JavaScript libraries like RaphaëlJS for a Batman emblem project.
A guide on using CSS to maintain the aspect ratio of embedded iframes (like videos) in responsive web design.
Presentation on the Nokia Music API and Cimbalino Toolkit at the London Windows Phone User Group meeting in May 2013.
A developer shares additional long-term goals: creating their own programming language and writing a programming book.
A tutorial on creating a 3D animation of the chaotic Lorenz system using Python, matplotlib, and SciPy.
A technical analysis of migrating from BSON to msgpack by examining serialization formats to ensure data can be unambiguously interpreted.
Explains the FrameworkElement.Language property and its impact on culture in WPF/Silverlight data binding converters, solving a 'pt-PT' vs 'en-US' mystery.
Explores how open source collaboration principles can replace traditional management by enabling transparent, merit-based work across distributed teams.
A technical guide on preventing the Flash of Unstyled Text (FOUT) specifically in Internet Explorer 9 when using webfonts.
How to use NServiceBus's IWantToRunBeforeConfiguration interface to apply DRY, unobtrusive message conventions across multiple endpoints.
A student reflects on completing a series of challenging Pintos operating system labs, implementing system calls and synchronization.
Benchmarking Cython typed memoryviews vs ndarray syntax for array operations, focusing on inlining effects on performance.
A guide to using Chocolatey for automated software installation and Windows 8's Reset feature to create custom system baselines for faster PC setup.
Explores hacky JavaScript methods to detect device orientation, addressing inconsistencies across mobile devices like the Galaxy Tab.
Slides and demo code for a TechDays Belgium 2012 presentation on implementing real-time web features using SignalR.
Developer creates a jQuery UI plugin for a rotating image gallery using JavaScript and analytic geometry for broad browser compatibility.
Explores whether JavaScript uses UCS-2 or UTF-16 encoding, detailing the differences and implications for handling Unicode characters.
A developer shares a custom jQuery plugin for animating color transitions using RGB interpolation in 3D space.
MyGet now supports publishing symbol packages for private feeds via SymbolSource.org integration, enabling easier debugging of NuGet packages.
A developer's first look at the newly launched Google+ API, covering initial impressions and the potential for new applications.