So I have the links to all the stuff I use in one place: bgiframe BlockUI Cycle FCKEditor Flash form hoverIntent jQMinMax Lightbox (balupton edition) Metadata Multiple File Upload Validation Superfish Impromptu Thickbox and of course, jQuery and jQuery UI .
Posted to
Loser-X
by
loser-x
on 10-14-2008
Filed under: Code, Javascript
Very exciting, Adobe open sourced their ActionScript Virtual Machine, a "high performance" VM featuring a Just-In-Time (JIT) compiler. They have also contributed it to Mozilla which created the Tamarin Project will eventually be integrated to the core Javascript engine. The good news for developers is...
Posted to
Loser-X
by
loser-x
on 11-08-2006
Filed under: Tech, Javascript, Tamarin, Adobe, Mozilla
Filtery is a beautiful piece of code by Justin Whitford that I came across back when it was new (Feb 2003!) and have used it in various projects since. In a recent project, the number of items to be filtered was large enough that the browser noticeably slowed down during the script execution. As originally...
Posted to
Loser-X
by
loser-x
on 09-26-2006
Filed under: Tech, Code, Javascript
I needed a light-weight tabbing widget for one of the projects I was working on, and not finding anything satisfactory decided to throw one together. The objective was to make it as simple to use as possible. The content to be tabbed should be marked up like so: <div id="tab1" class="tabbable">1st...
Posted to
Loser-X
by
loser-x
on 04-06-2006
Filed under: Tech, Code, Javascript