Category Archives: Programming

Open Source Flash Game Programming – Introduction / Setup

Learn to create a Flash game using free and open-source tools. This first tutorial covers setup and a basic ‘Hello World’ application in ActionScript 3.

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 »

ASP.NET MVC1 Areas

Areas are a new feature of ASP.NET MVC2 that allow you to efficiently organize large projects. You can easily achieve the same effect in ASP.NET MVC 1 as shown in this example.

Read more »

INI Parser using Flex and Bison in C++

Example of using Bison and Flex in C++ mode to parse an INI file. See how the Bison class and Flex class can data, and how the results of parsing can be stored and accessed.

Read more »