Archive for the ‘Javascript’ Category

Javascript function of the day (JFOTD)

Wednesday, June 15th, 2011

Doing some manipulation of selectboxes with the help of http://www.texotela.co.uk/code/jquery/select/. Using it to add a massive amount of options with the use of ajax. $("#QueryResp").ajaxAddOption("./persons.xsp", {}, false, setOptionValue, [{"value":strResp}]); Yes, I'm using xPages to feed the JSON to the function. Works very well with the added performance and cache possibilities of ...

Regular expressions

Thursday, September 11th, 2008

Once in a while you need to use regular expressions, really handy for validations! But when you don't use it every week it can be somwhat of a pain to get it right. Recently I've found this tool to be nicely implemented. It's available both as a online flash ...

When choosing javascript framework

Monday, August 25th, 2008

There are quite a few javascript frameworks that fights for the attention. Prototype + Scriptacously, Dojo, Ext, jQuery, Mootools just to name a few.As a web developer you need to stay ahead of all these to know what framework to choose in a particular situation. So far I've been working ...

Messagebox in mootools

Tuesday, March 4th, 2008

Untitled Document