05. September 2014
Canvas Spinny
This will make a nice semi transparent spinner for you.
Ocassional Notes
05. September 2014
This will make a nice semi transparent spinner for you.
02. July 2014
Javascript has a with
statement that you probably shouldn’t use. I’ve never seen it used non-jokingly in JavaScript in the past decade or so, other than the occasional clever hack. Visual Basic also has a with
statement, and I did see it used a fair bit in that realm, back in the day. In my experience it’s not something that developers are clamoring for.
14. June 2014
PHP 5.4 discontinued support for SQLite 2 databases. Updating an old legacy PHP application with a SQLite database to a new server is not very difficult.