Archive for the ‘scal’ Category

Scal v0.1b8 Released - More enhancements on the way

Friday, October 19th, 2007 | 5 Comments

First, a big thanks to Ian Tyndall for supplying the code for the update. Here’s a snippet from Ian’s email to me:
I recently picked up scal and started putting it to use. During this, I’ve made some minor enhancements that you might be interested in.
I’ve removed the dependency on Builder and replaced it with [...]

Continue reading »

Turning an AJAX Control into a Dashboard Widget

Saturday, October 6th, 2007 | No Comments

I wouldn’t say I’m a heavy user of Dashboard, but I really like the idea of creating widgets. Widgets are also used in the iPhone and iPod Touch, so if I ever make the switch [crave] there’s no doubt I’ll want to develop some useless toys for my $$$ toy.
Since I’ve [...]

Continue reading »

How to format Scal's Date Output

Friday, September 21st, 2007 | No Comments

When you create the scal object, there is a parameter called update_id that you use to reference the HTML element you wish to update with the “clicked” day value. By default, this puts in a raw Javascript Date object. However, instead of providing the id of an HTML element you can also reference [...]

Continue reading »

Using Scal's Mini Planner

Friday, September 21st, 2007 | No Comments

Scal is designed to be a basic Javascript calendar. However, a suggestion came in about adding a planner-like function that kept day information intact as a user scrolled through the months. I thought that was a good idea and so I put it into a release.

Continue reading »