Tuesday 29 September 2009

JQuery Example: Hiding alt attribute tooltips in Internet Explorer

Snippet to hide alt tooltips using Javascript:

JQuery Example: Showing and hiding form elements based on user input

Here's a quick example of how something close to XForm relevancy binding can be achieved using an html form and JQuery:

Thursday 24 September 2009

Daisy CMS - Javascript Document Task for setting all draft content to "PUBLISH"

Once you have your query, as an administrator, create a document task and use this to publish everything:

Tuesday 1 September 2009

Java note: Traversing a Map

I use this snippet quite a bit:



Here's the JSTL way: