Archives for Tuesday, March 29, 2011

March 2011 (7)
SMTWTFS
« Feb Apr »
12345
6789101112
13141516171819
20212223242526
2728293031

Like this Archive Calendar widget? Download it here.


JavaScript for C# developers: callbacks (part I)

As I’ve said pretty much from the very start of this series: functions are objects. You can pass them around in variables, pass them into functions as parameters, return them from functions, the whole nine yards. When you pass a function into another where it will be called, it’s generally known as a callback. […]

READ MORE