Archive for the ‘Programming’ Category:

Why do I practice pair programming?

Written on September 8th, 2009 by Thorno shouts

I used to practice pair programming in my previous job, when leading a team of 8 people and some of them are junior. The main reason I practiced pair programming [...]

Filed under Programming Tags:,

Installing Scala on Windows

Written on September 2nd, 2009 by Thorno shouts

Here’s some simple guide for you to install Scala in Windows environment. 1.Make sure you have Java installed. Fire up a command line window and type “java -version”, if you [...]

Filed under Programming Tags:

Logging for different requested URI in Apache HTTP Server

Written on September 1st, 2009 by Thorno shouts

Sometimes,we might want to log differently for different requested URI in Apache http server. Activate custom logging in your Apache http server First,write a line of custom log format and [...]

Filed under Programming Tags:

Say hello to Java and Scala

Written on August 30th, 2009 by Thorno shouts

Let’s write a legendary “Hello world” program in both Java and Scala language. This is how we do in Java. public class Hello { public static void main(String[] args) { [...]

Filed under Programming Tags:, ,

Javascript manipulating multiple cookie values in one cookie

Written on August 28th, 2009 by Thorno shouts

Sometimes,its convenient to store values in cookies and retrieve it later.But,when dealing with different browsers,you may have problems as different browser may support different numbers of cookies.For example, IE can [...]

Filed under Programming Tags:,
« Newer Posts