I’ve been learning a lot of hands-on technical things lately.
Recently made the switch from Drupal 6 to 7 (I’ll probably write some technical posts about that), started playing around with Drupal’s REST services module (useful, but poorly documented – I’ll write about that too!), and am in the process of putting together a Firefox toolbar for a project (hopefully released to the public soon).
The toolbar will be heavily integrated with a Drupal website, including login control. That was an interesting challenge, since Drupal uses cookies to manage sessions, and javascript (at least in modern browsers) won’t allow cross-site cookie access. That could be a topic for another post.
In addition, I’ve been playing around with HTML5 canvas, and particularly manipulating images on the fly. I’ve experimented with it before, over the past two years, but until recently it wasn’t supported by enough browsers for me to actually use it for a live project, and in addition the javascript libraries weren’t there yet, so everything had to be hand-coded. jQuery makes things a lot easier, of course. There’s a number of tutorials on the topic now, but I find that they don’t address some of the “obvious” beginner stuff that I had to figure out through trial and error. I may write about this as well, although it will depend on the timing of a project that I can’t talk about yet.
Stay tuned for some techy material!

