google protobuf
Published by admin on Tagged googlehttp://code.google.com/p/protobuf/
google chrome
Published by admin on Tagged googlereally exciting news: http://www.google.com/chrome
guice
Published by admin on Tagged googlehttp://code.google.com/p/google-guice/
flex 3 component explorer
Published by admin on Tagged Uncategorizedhttp://examples.adobe.com/flex3/componentexplorer/explorer.html
copy files using ssh
Published by admin on Tagged Uncategorizedssh user@host cat <filename “>” remote_location/remote_file
How to setup Sun’s Java JDK on Fedora 8
Published by admin on Tagged UncategorizedHow to setup Sun’s Java JDK on Fedora 8
heroku
Published by admin on Tagged Ruby, ruby on railshttp://heroku.com/ - awesome work…
Live Query plugin for jquery
Published by admin on Tagged Javascript, jqueryIt’s annoying to rebind events to their targets after Ajax request. You can read more about it here.
In order to fix it you can use Live Query plugin.
Instead of doing:
$('a').click(dosomething);
$('#htmlElement').load('server.php',function(){
$('a').click(dosomething);
});
you can now do:
$('a').livequery('click',dosomething);
$('#htmlElement').load('server.php');
Flex 2 TileList - Selecting multiple elements by Dragging
Published by admin on Tagged RIA, flex 2This is still work in progress. It’s based on the TileList component.

You can play with it here:





