Best jQuery Video Plugins | jQuery Wisdom
Dec 18
Hints and tips of a web worker
Dec 16
applications, Linux, ubuntu jungleDisk No Comments
http://rickguyer.com/starting-

Dec 16
applications, Linux, ubuntu No Comments
Install Adobe AIR Linux 1.5 on 64-bit Linux distributions
Summary :
sudo getlibs ./AdobeAIRInstaller.bin $ sudo getlibs -l libgnome-keyring.so $ sudo getlibs -l libgnome-keyring.so.0 $ sudo getlibs -l libgnome-keyring.so.0.1.1
<code>Extract libnss $ sudo file-roller ./libnss3-1d_3.12.0~beta3-0ubuntu1_i386.deb</code>
libnss3.so.1d<br />libnssutil3.so.1d<br />libsmime3.so.1d<br />libssl3.so.1d
$ sudo ln -s /usr/lib32/libnss3.so.1d /usr/lib32/libnss3.so $ sudo ln -s /usr/lib32/libssl3.so.1d /usr/lib32/libssl3.so $ sudo ln -s /usr/lib32/libnspr4.so.0d /usr/lib32/libnspr4.so
<code>$ ./AdobeAIRIntaller.bin</code>
<code>sudo cp /usr/lib/libadobecertstore.so /usr/lib32</code>
sudo apt-get install lib32nss-mdns
Done !
Accept any update on first launch

Dec 16
applications, Project management todo No Comments

Dec 15
David Merrill demos Siftables | Video on TED.com

Dec 13
jQueryList.com is a new website listing all jQuery plugins + the examples, on one page. Useful too by its sorting by category :
Bookmark it immediatly !

Nov 27
Google, ubuntu chrome No Comments
sudo mkdir /opt/google/chrome/plugins
sudo cp /usr/lib/firefox-3.5.5/plugins/npwrapper.libflashplayer.so /opt/google/chrome/plugins/
Edit Google Chrome Menu item : Right click on “Applications” > Edit menus, and replace “/opt/google/chrome/google-chrome %U” by “/opt/google/chrome/google-chrome –enable-plugins %U” (do the same if you placed this launcher on your panel or on your desktop.
N.B. If you don’t know where is your flash player :
sudo updatedb
sudo locate libflashplayer.so
Nov 27
You can install a “developper only” version of Google Chrome on Linux (a .deb package).