Category Archives: javascript

One Plugin to end all jQuery Plugins

Well, I could not resist this catchy title, could I? Perhaps I could. In any case I have this idea and implementation where one jQuery plugin is sort-of-a “socket” (not a network socket, but a socket in the wall) into … Continue reading

Posted in Development, IT, jQuery, javascript | Tagged , | Leave a comment

CallStream. An JavaScript Interfacing Pattern

CallStream. An JavaScript Interfacing Pattern. JavaScript message based interfacing mechanism. Continue reading

Posted in CallStream, Development, IT, javascript | Tagged , | 23 Comments

Microsoft + jQuery = Love

Yesterday (on MIX10) Microsoft has re-iterated and strengthened its commitment to jQuery.  This is certainly (very) good news for jQuery (and John Resig) : http://visualstudiomagazine.com/articles/2010/03/16/mix10-jquery-announcement.aspx Very cynical geek (what, me ?) can appear very clever and write : What’s next … Continue reading

Posted in Development, IT, jQuery, javascript | Tagged | 6 Comments

The humble ‘in’ operator

This might be an “opportunity for optimization” … if not already discovered by someone else that is. First published on: Jul 19, 2009.

Posted in IT, javascript | Tagged | 6 Comments

Cross browser JSON parsing

Well that is easy, surely? Native JSON object is here, why should anyone now worry about JSON string parsing?

Posted in Development, IT, JSON, javascript | Tagged , | 3 Comments