All Articles
ASP.NET MVC TDD using Visual Studio 2010
A tutorial on using Test-Driven Development (TDD) workflow in Visual Studio 2010 for ASP.NET MVC controller development.
JCR: Sorting on child node properties
Explains a JCR query limitation in Apache Jackrabbit when sorting on child node properties and discusses a workaround.
A view from the cloud (or: locate your ASP.NET MVC views on Windows Azure Blob Storage)
Guide to storing ASP.NET MVC views in Windows Azure Blob Storage using a custom VirtualPathProvider for easier updates.
Why Google Wave Will Fail
An analysis arguing that Google Wave will fail because Google fundamentally misunderstands social collaboration and user needs.
New Django-based Homepage
A Django developer details migrating their personal blog from PHP to Django, discussing performance, new tools, and a custom lifestream app.
Debugging your code execution for anonymous users in SharePoint
Tips for debugging SharePoint code execution for anonymous users, including remote debugging setup.
Article on Hades in current issue of German JavaMagazin
Announcement of a 2009 JavaMagazin article introducing Hades, a persistence layer solution for Java developers.
A response to "Python sucks"
A rebuttal to a critical article about Python, defending its features like closures, generators, lambdas, and the C-API.
Google Wave BOF
A developer shares their experience demoing a debugging robot for Google Wave at a Birds of a Feather (BOF) session, discussing attendee interest in the new platform.
PHP and Silverlight - DevDays session
A session recap on integrating Microsoft Silverlight rich front-ends with existing PHP applications, including demo code.
How to Contribute to Mercurial
A guide for developers on setting up a development environment and contributing patches to the Mercurial version control system.
What I Hate About Mercurial
A developer's critique of Mercurial's design quirks, including confusing commands and configuration methods.
Diggin' into Spring 3 transactional test facilities
A developer investigates and explains a transactional test failure when migrating the Hades project to Spring 3 M3, tracing it to a rollback flush.
ConnectedShow Podcast - PHP SDK for Windows Azure
Podcast episode discussing the new PHP SDK for Windows Azure, designed to help PHP developers utilize Azure cloud services.
nqcmd and [nQSError: 27005] Unresolved column
Troubleshooting an OBIEE nqcmd error caused by hidden spaces in column names when copying logical SQL from a web interface.
Using Spring's @Configurable in three easy steps
A tutorial on using Spring's @Configurable annotation to inject dependencies into domain objects not managed by the Spring container.
Mozilla lightning in Ubuntu Jaunty
Fixing Lightning calendar extension issues in Ubuntu Jaunty after a fresh install, enabling Google Calendar integration.
Hades 0.5.0 released
Announcement of Hades 0.5.0 release, detailing Spring namespace simplification, OSGi compatibility, and a new programmatic API.
ASP.NET MVC Domain Routing
A technical guide to implementing custom domain and subdomain routing in ASP.NET MVC, addressing multilingual and multi-tenant scenarios.