New site address and new website 2

Posted by Jack Hsu Thu, 17 Jun 2010 00:35:00 GMT

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

Posted by Jack Hsu Fri, 04 Jun 2010 13:55:00 GMT

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!