True Story w/ James.

James:  Did you ever play a game called Honey [my mother's dog] versus Ralph [my aunt's cat]?
Me:  No.
James: That is a very inappropriate game.
Me: Why?
James:  It is too violent.

Crazy tie day!

Today, all the kids in James school are dressing up to show school spirit.

Photo1

Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. —Brian W. Kernighan, co-author of The C Programming Language and the “K” in “AWK”

Seven ways to think like the web « Jon Udell

  • Be the authoritative source for your own data

  • Pass by reference not by value

  • Know the difference between structured and unstructured data

  • Create and adopt disciplined naming conventions

  • Push your data to the widest appropriate scope

  • Participate in pub/sub networks as both a publisher and a subscriber

  • Reuse components and services