google protobuf

Published by admin on Tagged google

http://code.google.com/p/protobuf/



google chrome

Published by admin on Tagged google

really exciting news: http://www.google.com/chrome



guice

Published by admin on Tagged google

http://code.google.com/p/google-guice/



flex 3 component explorer

Published by admin on Tagged Uncategorized

http://examples.adobe.com/flex3/componentexplorer/explorer.html



copy files using ssh

Published by admin on Tagged Uncategorized

ssh user@host cat <filename “>” remote_location/remote_file



How to setup Sun’s Java JDK on Fedora 8

Published by admin on Tagged Uncategorized

How to setup Sun’s Java JDK on Fedora 8



heroku

Published by admin on Tagged Ruby, ruby on rails

http://heroku.com/ - awesome work…



Live Query plugin for jquery

Published by admin on Tagged Javascript, jquery

It’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 2

This is still work in progress. It’s based on the TileList component.

You can play with it here:



Flex 2 Explorers

Published by admin on Tagged ActionScript, flex 2
  1. Adobe Style explorer
  2. Effects explorer
  3. Flip/Rotate/… explorer
  4. Primitive explorer
  5. Filter explorer