As I don’t have a car at the moment, I haven’t been able to hit the road and take many photographs. I had a few pictures left in my Instax Wide, Polaroid 1200, and Polaroid 600SE (my new favourite camera) and decided to take a few snaps. I have skylight in my place so I decided to muck around with a few shots that my girlfriend had brought home:
Canvas is bringing some unique opportunities to the isometric gaming world. Here’s a new 2d game engine I’ve add to my isometric game engine list:
The Flax Engine (henceforth called Flax) is to be a 2D game engine for the web, using features introduced in HTML5, specifically the canvas and audio tags. Flax will be developed in Java using GWT 2.0 to cross compile the code into robust JavaScript code which will run across all mordern browsers and is intended to be a native framework for developing 2D browser-based games. Adobe Flash is used to program the vast majority of browser-based games (with Java applets coming distant second), though Flash is not supported on many mobile devices (specifically, any running Apple’s iOS) and is also rather heavy on hardware requirements. Also with the upcoming release of an operating system which completely depends on the Internet for its applications and data storage (Chromium OS) we are very excited about being able to develop games for these type of mobile devices.
My job sometimes requires me hiring some very skilled programmers for companies. I’m no headhunter (I profession I disdain) but I am proud of the fact I’ve placed several key people into roles they love in a company that values their expertise. Overall I’ve placed about 8 people in various programming jobs. Not a high number at all, but I am not a headhunter. An interesting observation is that out of those 8 people I’ve hired, only only one was local.
So whats wrong with that? Nothing – but the problem was that this was a start up. Since he negotiated salary – something more in the ‘here and now’ he missed out hugely on getting shares of the company. Other programmers started out much lower than him and got shares and now make much more than him. He is still the highest salaried employer in the organisation- but will never be offered shares because he felt ‘entitled’ to get a high salary.
I recently helped a friend set up a blogger custom domain for Australia (.com.au) and New Zealand (.co.nz) registrars.
For the most part, its fairly straight forward – you can add a cname record as detailed here http://www.google.com/support/blogger/bin/answer.py?hl=en&answer=58317.
However for some registrars in New Zealand and Australia it doesn’t quite go so smoothly. The ‘www’ would go to the blogger site, where the naked domain still remained parked at the registrar. For instance:
www.custombloggerdomain.com would go to google blogger (yay!)
customerbloggerdomain.com would go to registrar parking page (boo!)
As usual, the registrar support system was very poor. However I found a link from google that was a lifesaver: http://www.google.com/support/blogger/bin/answer.py?hl=en&answer=55373
You have to set up an addition ‘A’ Record with Google’s IP for the ‘naked’ domain and set the name for the www domain. So it should look a bit like this:
Hostname: customerbloggerdomain.com
Record Type: A
Value: 216.239.32.21
Hostname: www.customerbloggerdomain.com
Record Type: CNAME
Value: ghs.google.com
It was the first time I had deal with both CNAME and A Records for Blogger, most large American registrars make this process easy. I suppose these particular registrars don’t deal much with Google Blogger – but hopefully that will be useful to anybody setting up Blogger with a New Zealand or Australian registrar!