Blogger image resize
A technical solution using JavaScript/jQuery to fix image resizing issues in Google's Blogger platform by enforcing maximum width constraints.
A technical solution using JavaScript/jQuery to fix image resizing issues in Google's Blogger platform by enforcing maximum width constraints.
A technical guide on how to disassemble and inspect JIT-compiled code for the Windows Phone CLR, revealing emulator vs. device differences.
Explains how to copy NuGet packages between feeds for stability and speed, covering client-side scripts and MyGet's server-side mirroring feature.
A guide to using the Windows Azure Accelerator for Web Roles to quickly deploy and manage a multi-site web farm on the Azure platform.
Explores undocumented command-line parameters for the nqcmd utility in Oracle Business Intelligence, including their potential uses and limitations.
Explores a hidden command-line parsing tool within the Windows Azure SDK for PHP, simplifying script development.
Introduces Waldo, a tiny JavaScript bookmarklet for searching and inspecting objects in a web page's runtime object model.
A tutorial on using Clojure to programmatically color SVG maps of Europe, demonstrating XML parsing and manipulation.
Analyzes accessible text replacement methods for web headings, comparing techniques to hide text visually while keeping it available for screen readers and SEO.
A guide exploring the immense challenges and technical steps required to create a high-performance Python implementation from scratch.
A developer praises the Solarized color scheme for its eye comfort, dual dark/light themes, and widespread editor support.
A developer introduces createTree, a JavaScript function for building DOM structures to avoid Mobile Safari's innerHTML bugs.
An early look at Windows Azure AppFabric Applications, exploring its new container-based architecture and how it redefines PaaS for easier Azure component integration.
A developer's journey creating a polyfill for the HTML5 progress element, detailing technical challenges and solutions for cross-browser compatibility.
Author celebrates being re-awarded the Microsoft MVP title, now in the Windows Azure category, and thanks the community.
Fixing a Group Policy printer deployment error in Windows Server 2008 R2 by updating the Active Directory schema.
A developer shares practical tips and tricks for working with Django, covering tools like Vagrant, Fabric, and Vim to improve workflow and avoid common pitfalls.
A technical guide on integrating Google Analytics social engagement tracking with WordPress Jetpack's Sharedaddy plugin using jQuery.
MyGet introduces feed privilege delegation, allowing co-admins and contributors to manage private package feeds, plus enhanced security and global deployment.
Creating CSS reflections in Firefox using -moz-element() and SVG masks, as an alternative to -webkit-box-reflect.