Django and nginx settings
Fixes a common Django and nginx FastCGI configuration issue where incorrect URL routing occurs due to the SCRIPT_NAME parameter.
Fixes a common Django and nginx FastCGI configuration issue where incorrect URL routing occurs due to the SCRIPT_NAME parameter.
Author announces being awarded the 2009 Microsoft MVP Award for ASP.NET, recognizing community contributions.
A technical guide on deploying a Twitter application to Microsoft Azure, covering cloud deployment and DNS configuration.
Part 6 of a series detailing the back-end architecture of TwitterMatic.net, focusing on Azure worker roles and multi-threaded tweet processing.
Part 5 of a series detailing the front-end development of TwitterMatic.net using ASP.NET MVC, jQuery UI, and time pickers.
Part 4 of a series on building TwitterMatic.net, focusing on implementing OAuth authentication with Twitter's API.
Part 3 of a series on building TwitterMatic.net, focusing on using Windows Azure Table and Queue storage for cloud data persistence.
A technical guide on setting up an ASP.NET MVC project within a Windows Azure Web Role for building a Twitter application.
A technical introduction to building TwitterMatic, a cloud-based tweet scheduling app using Windows Azure services like web/worker roles and table storage.
Developer introduces Smipple, a new service for saving, organizing, and sharing code snippets, built on Google App Engine.
Announcement of the Azure User Group Belgium (AZUG.BE), a community for sharing knowledge on Microsoft Azure development and architecture.
Guide on converting Virtual PC 2007 disks to Windows Virtual PC on Windows 7, with tips for full integration.
Discusses password masking usability issues and proposes a JavaScript solution with a checkbox to toggle visibility, addressing browser compatibility.
Critique of Microsoft Outlook 2010's decision to use Word's rendering engine for HTML emails, highlighting poor CSS support and developer backlash.
A tutorial on implementing application-wide action filters in ASP.NET MVC to ensure consistent logging and behavior across all controllers.
Google App Engine SDK 1.2.3 released with Django 1.0 support and a new Task Queue API for background processing.
Explains the benefits of progressive enhancement for web development, using client examples to show cost and performance advantages.
A summary of the second Tokyo Hackerspace meeting, covering updates, attendee interests, and a custom prototyping board project.
A revised approach to integrating ASP.NET MVC with the Managed Extensibility Framework (MEF) to enable pluggable controllers and views, addressing a specific Server Error.
A technical guide on handling multi-step forms in web development, focusing on usability and avoiding common pitfalls with URLs and POST data.