Archive for June, 2004

ActionScript scoping

Tuesday, June 22nd, 2004

I recently ran into this crazy ActionScript scoping issue, that drove me so crazy I decided it needed a post. ActionScript is an ECMAScript language so learning it has been very fun. I’m able to use all my JS knowledge and then extend it to a much richer language.

In my test app, I’ve got a […]

I’m famous!

Monday, June 14th, 2004

A long time ago, people were bitching about Hungarian notation in code. Its a rediculous convention perpetrated by Microsoft in the early nineties. During some debates on a mozilla newsgroup, circa 1999, I made this comment:
prepBut nI vrbLike adjHungarian! qWhat’s artThe adjBig nProblem?
Well, I had no idea how this goofy statement had been passed around. […]

OpenJade and Cygwin

Wednesday, June 9th, 2004

I’ve spent more time with OpenSP/OpenJade trying to get everything working under Cygwin, and I think I’ve finally got it.
Here’s what I had to change:

OpenSP 1.5.1

Edit config.h.in, and comment out #define SP_HAVE_LOCALE OpenSP will work with this turned on, but OpenJade will break. Better to just disable locale support in OpenSP and let OpenJade figure […]