Tag Archives: Programming

Simple Spring MVC Part 1

Covers creating a new Spring MVC web application without Spring XML configuration files or a web.xml file. A good introduction to the Spring Web MVC framework for web applications.

Read more »

Flex 2.5.35 and Win32 / Visual C++

Quick guide to getting the latest version of Flex working with Visual Studio on Windows

Read more »

Powershell: Convert Hex Groups to ASCII (Softalk Mail Server)

A friend came to me the other day asking if I knew how to convert hex strings to ASCII. For some backstory, the e-mail server they use at his workplace (Softalk Mail Server) wasn’t archiving e-mail properly, so he had …

Read more »

Add Assembly to list of References in MonoDevelop (Linux)

How to add assemblies to the list of installed assemblies in MonoDevelop (on Linux) so you don’t have to browse for one every time you want to reference it. For example, the MySQL Connector/NET

Read more »

ASP.NET MVC Favicon Routing

A routing workaround for ASP.NET MVC that will serve the favicon.ico file from the top-level URL even though it is stored in the content directory.

Read more »