Recent Posts

November 2009
M T W T F S S
« Oct   Dec »
 1
2345678
9101112131415
16171819202122
23242526272829
30  

Mobile Barcode Tool

This is a 2D-barcode containing the address of our mobile site.If your mobile has a barcode reader, simply snap this bar code with the camera and launch the site.

Ternary Operators – Three is magic

Binary’s Sibling Ternary
The ternary operator for many programming languages allows you to use a shorthand when making simple evaluations.  The usual sequence of conditions (and this can vary between languages, so search for ‘your_language ternary operator‘ for more information.)  Using this operator allows us to take ~6 lines of code and replace it with one [...]