Major update to Chainvas: modularity, a client side build script & more
Chainvas library update adds modularity, IE8+ compatibility, client-side build script, and extensive documentation for API chaining.
Chainvas library update adds modularity, IE8+ compatibility, client-side build script, and extensive documentation for API chaining.
A developer's first look at the newly launched Google+ API, covering initial impressions and the potential for new applications.
Update to a .NET tool for importing UK postcode geographic data from Ordnance Survey, fixing changes in the source file structure.
Introducing cubic-bezier.com, an improved tool for creating and visualizing CSS cubic-bezier() easing functions with advanced features.
Explains the ambiguous GATHER AUTO option in Oracle's DBMS_STATS for gathering database statistics, clarifying its behavior compared to STALE and EMPTY.
A programmer's personal challenge to create 10 different games using 10 different programming languages, starting with a Java school project.
Troubleshooting guide for Fedora 14 to 15 upgrade errors, focusing on proxy configuration and post-reboot issues.
A developer compares clang++ and g++ compilers, highlighting clang++'s superior and more helpful error messages for debugging C++ code.
A technical guide on implementing dynamic view sections in ASP.NET MVC using a dynamic view model and DisplayTemplates.
Analysis of the AVG Mobilation antivirus app for Windows Phone, revealing it as a non-functional port with humorous, ineffective scanning code.
A guide to properly labeling time-based axes in Excel by understanding how Excel stores time as fractions of a day.
Analysis of technical capabilities of U.S. federal .gov domains, covering server status, IPv6, CDN usage, CMS popularity, and cloud hosting.
A developer explains the cost-effectiveness, global traffic management, and CDN benefits of using Windows Azure for the MyGet package hosting service.
A guide offering practical advice and best practices for writing and distributing Vim plugins, covering compatibility, scripting, and documentation.
A tutorial on creating a typing animation effect using the CSS3 steps() function, requiring monospace fonts and a solid background.
A developer creates a web tool to convert CSS color names to RGB, HEX, and HSL values using HTML5 Canvas and modern web APIs.
Explains tail recursion optimization in C#, its absence in the compiler, and workarounds like the trampoline technique to prevent stack overflows.
An overview of WordPress as a powerful, user-friendly, and community-supported content management system (CMS) for publishing.
Introduces WP Document Revisions, a WordPress plugin for document management, version control, and team collaboration on files.
Explains how to resolve a UriFormatException in WPF unit tests by registering the pack:// URI scheme before testing resources.