New site address and new website 2
I’m using jaysoo.ca now. I’m not sure if it’ll be the domain I primarily use, but it makes sense since it’s my username for many websites (github, hacker news, etc.).
Also, I helped my dad launch his company’s website over at enguda.ca. It’s running on Python and Django on the server-side, and jQuery in browser-land.
Link: JavaScript Semicolon Insertion 1
Read a really good post on automatic semicolon insertion (ASI) in JavaScript. I highly recommend reading it if you’re not familiar with how ASI works.
http://inimino.org/~inimino/blog/javascript_semicolons
The author even includes the parser expression grammar for ECMAScript for those interested.
Enjoy!
