I moved my jQuery Class plug-in to GitHub. Not sure what I was thinking when I provided it as a tarball download before. I followed jQuery’s style in the repo, so I have my features as separate source files under src, and a Makefile is used to build complete and minified versions under dist. I am also planning to start using QUnit for unit testing my JavaScript applications, more on that later.
In the past few months, I came across these two jQuery-based plug-ins that use the canvas (or VML, in the case of IE) capabilities of modern browsers to draw charts and graphs. Both seem like they might have legitimate uses, and are definitely fun to play around with. Sparklines provides small inline charts, whereas flot is much more sophisticated and can produce full graphs with zoom functionality.
Last week I finally decided to switch my hosting service from MediaTemple to SliceHost. I have been postponing this move for almost a year, since I simply didn’t have the time to redeploy ten separate domains and move all their e-mail accounts. But, in a moment of foolishness, I cancelled my MediaTemple account and opened a brand new SliceHost one with Ubuntu 8.04 - little did I know what I was getting myself into…
There are several ways to do this, but I found out today that it’s possible to use itertools’ izip method to achieve the same effect as well, so I thought I would note it down here to reference later.
John Gruber’s SmartyPants script is a great tool for converting a body of text into a more typographically correct and visually appealing version. Chad Miller’s Python port makes it really easy to implement this functionality as a template tag, but I wanted to take it a step further and use SmartyPants as a Markdown pre-processor, just as I did with Pygments.
© Copyright 2001-2010 Taylan Pince. All rights reserved.