bryan's blog

Special Characters Quick Reference

bryan's picture

Bryan Cribbs

Mar 03, 2010

I've had a quick reference table for special characters around for years, and I refer to it pretty often. It includes the HTML entity name, numeric code, and keyboard shortcuts to type the characters on windows and mac, when available. I've posted it on ojctech.com, and hope others find it useful too.

ECMAScript Loops Cheatsheet

bryan's picture

Bryan Cribbs

Dec 17, 2009

Note to self:

  • for (var property:String in o:Object)
  • for each (var child:Object in o:Object)
  • for (var i:int in a:Array)
  • for each (var item:* in a:Array)

Project Site Login Changes

bryan's picture

Bryan Cribbs

Dec 15, 2009

37signals, The provider of our project management sites, is changing how you log in to their systems.