Nginx mod_rewrite

Posted on Friday, February 14, 2014


I have a write up on using nginx and php at http://www.whiteboardcoder.com/2014/02/nginx-and-python.html  but at the time I did not have a need for what would be called a mod_rewrite in Apache.
I have a wordpress site I set up for my business and the url links for the pages are of the form.

Visual Studio 2012 C# Transparent Overlay Panel

Posted on Wednesday, February 5, 2014


I recently had a need to overlay a warning over all the tools I had displayed on a Panel.   Basically I wanted a transparent image over the entire panel that said something like "Warning" over and over again.



This guide will be a complete step by step on how to accomplish this.

Scala and sbt

Posted on Monday, February 3, 2014


This guide goes over installing and using the sbt plugin.
This guide was written using an Ubuntu 12.04 server.

Nginx and python

Posted on Sunday, February 2, 2014


In this guide I am going to go over install nginx and getting it to work with python


Ubuntu Upstart job with java jar

Posted on Saturday, February 1, 2014


This article covers setting up an Upstart Job on an Ubuntu 12.04 server. This upstart job will start/stop a program packaged in a jar file.

For lots of details on upstart you can go to http://upstart.ubuntu.com/cookbook/ [1]