UIAppearance for Custom Views
Explains how to properly implement UIAppearance for custom iOS views, covering common pitfalls and internal mechanisms.
Explains how to properly implement UIAppearance for custom iOS views, covering common pitfalls and internal mechanisms.
Explores academic research on frontend development, browsers, and debugging tools, compiling papers from universities and researchers.
A developer shares a custom debug tool to recursively list UIViewController hierarchies in iOS, improving on UIView's recursiveDescription.
Explores under-the-radar improvements in Visual Studio 2012 RC, including better Edit and Continue for lambdas and optimized autocompletion.
A technical guide to quickly complete Dropbox's 2012 Dropquest puzzle challenge using URL manipulation and JavaScript debugging to earn extra storage.
MyGet now supports publishing symbol packages for private feeds via SymbolSource.org integration, enabling easier debugging of NuGet packages.
A beginner's guide to understanding and fixing the NoMethodError in Ruby on Rails 3, explaining its common causes.
Introducing Glimpse for PHP, a client-side debugging tool that provides insights into server-side operations, similar to Firebug for the client.
A technical guide on how to disassemble and inspect JIT-compiled code for the Windows Phone CLR, revealing emulator vs. device differences.
A guide to displaying generated SQL queries in the Rails 3 console by configuring ActiveRecord's logger to output to STDOUT.
Explains how to use JavaScript's debugger statement to inspect private variables in closure-based modules, improving debugging for patterns like the Module Pattern.
A developer investigates why their C++ game executable file was unexpectedly large, discovering that debug flags and lack of optimization were the culprits.
Introducing consul.js, a JavaScript logging abstraction that wraps console functions for easier debugging and cross-browser compatibility.
A guide to installing Microsoft Security Essentials on Windows Server 2008, with warnings about unsupported methods and potential risks.
A positive review of the Python Essential Reference book, highlighting its coverage of syntax, libraries, and debugging tools.
A guide to installing Microsoft Security Essentials on Windows Server 2008 by modifying system checks during installation.
A guide to setting up GDB and QEMU on Windows for debugging a custom MIPS operating system kernel, including a fix for IPv6 connection issues.
Learn how to use javascript: URIs in the address bar for quick debugging in browsers without a console, like IE6 or Opera.
A collection of useful Python tips and tricks, including chained comparisons, dictionary instantiation, and the turtle graphics module.
A Microsoft intern shares highlights from their summer, including team work, access to software builds, and meeting tech legends.