Yesterday I took the day off and went downtown to have a look at the Air & Space Museum’s exhibition Leonardo da Vinci’s Codex on the Flight of Birds.
Simple Multitenancy with ASP.NET MVC 4
In this walkthrough I show how to create a simple ASP.NET MVC 4 web application where each client instance is accessed via a unique subdomain using a multitenant architecture.
Preserving Whitespace in DropDownList Items with C# MVC 3
Recently I noticed that the whitespace of the text on my pages wasn’t being preserved when the page loaded. Then I was reminded that, generally, multiple spaces get collapsed and text will wrap when it’s necessary. If you want to change this behavior then you’ll need to reach for the […]
Opening Netbeans PHP Projects from the Windows 7 Command Line
So here is a fabulously irritating bug in the NetBeans CLI. The basic syntax for opening a NetBeans project from the CLI looks like this: C:\Program Files\NetBeans 7.2.1\bin>netbeans –open <project path> And for project paths that do not contain spaces this works as expected. However, if the path to your […]