• Following no one
  • Everyone
  • Someone Random
  • Recommendations
  • Events
 

Gareth Jones   -   Follow Person   Add Another Site   Edit
garethj   
Flickr photos


Twitter
@danhon i was hoping faceyourmango.com exists but unfortunately not :) 21 hours ago
@danhon i imagine http://faceyourmanga.com/ - all the cool kids are doing it :) 22 hours ago
@pete_v definitely that kind of Web2.0 project :) it's a Battlefield2->MQTT->Python->JSON->PHP->RDF/OWL->PHP->Javas ... 23 hours ago
Delicious/garethjones
Engrish Funny: Engrish Pictures That Is Your Funny Engrish   Yesterday

Engrish is NOW! :)

Zapproved.com   6 days ago

An interesting tool similar to Doodle but for making approval decisions as opposed to choosing dates/times

Deafness and the User Experience   8 days ago

An interesting article from A List Apart on making online resources accessible to deaf (and Deaf) users.

Gareth Jones
Paying off that mortgage   26 days ago

Just a warning: I’m now going into sales-pitch mode. I do not work for the One Account but I think it’s brilliant (well, brilliant for me, I take no responsibility if you listen to me and end up huge great hole of debt). Having said that, I could get some money if you sign up and say I recommended you but that’s not the point of this post. Really it isn’t. That *would* be nice though…

Things to do in Toronto   33 days ago

I went on a brief trip to Toronto a few weeks ago and a friend of mine asked for recommendations on things to do. Here are mine - please make add any comments/suggestions Things to do

Dojo checkboxes   48 days ago

I recently hit this snag when working with Dojo. Basically I wanted to set the checked status of a checkbox on a webpage programmatically. Simple you might think? Apparently not as easy as it should be.

Interaction with checkboxes has changed slightly in Dojo 1.1 (apparently) but myCheckbox.setValue(true) should be valid. When calling dojo.byId('my-checkbox-id').setValue(true), I was getting an error saying the method didn’t exist. The object was definitely the checkbox as I could determine the correct checked state from that object (myCheckbox.checked) so I was very confused. I then remembered another way to access objects with Dojo is using the HTML attribute ‘jsId‘. This creates a global javascript variable referring to that object in the DOM. So I set something like jsId='myCheckbox' and then called myCheckbox.setValue(true) and it worked!


Learn about this site | Contact | API
© 2008 Christopher Blizzard