Tags
ado Ainstein architecture asimov blogging c++ CallStream cloud com component computer credit crunch csharp dbjson dictionary ecma5 Filosofia future Gogoly google highlighter html javascript jQuery json marketing microsoft msxml mvp os phishing security service setup sip soa sql w7 windows wordpress wsf wtl xaml xml
Tag Archives: jQuery
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
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
3 jQuery Nuggets
In this post, I will “give” you 3 tiny jQuery plugins. They are present in almost all of my JavaScript enabled pages. At least theoretically this means they are worth it.
jQuery.strict = true
(originaly published 2009 Mar 20) “strict” mode? Why? To make jQuery enabled web applications, faster and behave better, I suggest introduction of jQuery.strict. The purpose is to be able to impose strict logic of jQuery usage. Exactly the same intent … Continue reading
Safe(r) and slow(er) jQuery
This is an jQuery 1.3.2 version of mine, made to work in the presence of Object.prototype (ab)use. http://dbj.org/jquery.1.3.2.safe.slow.js