Archive for March, 2007

Programming Language Benchmarks

I’m suprised I’ve never come across this before but you can find a pretty extensive list of programming benchmarks for just about any language you can think of over at the Gentoo Linux site. One graph I’m sure many of you here would like to see is… The lines in the above graph represent various [...]

YABSML Ruby & Rails Markup Language

After many hours of blood sweat and tears I have finally released my brand spanking new, revolutionary markup language for Rails. To keep things simple I decided to make 40% of it identical to Markaby, 20% identical to DRYML and some RBML thrown in for good measure. I’ve added some of the features available in [...]

YUI After the Dojo Snail

I remember seeing Dojo for the first time and I was hooked on the flashy gizmo’s and widgets from the off. The awkward learning curve was cast aside as I went about reading and listening to everything I could lay my hands on. After a while of using Dojo on many of my work projects [...]

YUI: Refresh DataTable – Method 2

As mentioned in the previous post the way I refreshed a datatable widget after a change in the data was to reinstantiate the table. The way I did this was to simply make my widgets configuration and creation into a functin which I could then call at will whenever I needed it to take on [...]