Monthly Archives: October 2012

Jogo Bonito

I’ve been looking around for a nice WordPress theme. Christophe Coenraets does a fine blog with StudioPress Minimum theme but that is more the reassuringly expensive option. This Blaskan one seems like a good free choice, it’s responsive, clean and uncluttered. All I think I need to add is source code formatting and a GitHub respository to share example code.

class JogoBonitoApp {
    public static void main(String[] args) {
        System.out.println("The Beautiful Game!");
    }
}

And for Gists…


package net.playermanager.samples.HelloWorld;
public class HelloWorldFootballApp {
public static void main(String[] args) {
System.out.println("Hello World Football");
}
}

 

Advertisement

Kick Off!

I’ve started developing an app called playermanager, you can find it at www.playermanager.net. It’s a webapp to help organise my kids’ footie teams and the games that I play in. Even when the app is finished it probably won’t help get Scotland to a World Cup finals but it should make informing parents that the school footie training is cancelled or getting 10 players for a works 5-a-side game a wee bit easier…