Archives for Friday, February 6, 2009

February 2009 (19)
SMTWTFS
« Jan Mar »
1234567
891011121314
15161718192021
22232425262728

Like this Archive Calendar widget? Download it here.


Party Shuffle Friday 2

A quick iTunes party shuffle gave me this list. Some eclectic tracks this time. […]

READ MORE

JavaScript for C# Programmers: Types

When I was learning JavaScript, I found I was being tripped up by a whole bunch of invalid assumptions. I was being lulled into a false sense of security by the very familiarity of the C-like structures and syntax. I was also being tripped up by the parts of JavaScript which are just plain awful and that should be avoided at all costs. Despite these bad parts of JavaScript, the main problem was: it's got the word Java in the name, so it must work like Java, and since Java and C# are very close, it must work like C#. Right? Right! Wrong, and hence this new occasional series where I talk about the things which tripped me up. […]

READ MORE