Best jQuery Video Plugins | jQuery Wisdom

No Comments

Best jQuery Video Plugins | jQuery Wisdom.

Share

JungleDisk as a service

No Comments

http://rickguyer.com/starting-jungle-disk-on-boot-in-ubuntu/

http://support.jungledisk.com/forums/30235/entries/83116
http://kswantech.com/blog/how-setup-jungledisk-ubuntu-server
http://blog.kenweiner.com/2008/03/jungle-disk-on-linux.html
Share

Install Adobe Air Linux 1.5 on 64-bit Ubuntu

No Comments

Install Adobe AIR Linux 1.5 on 64-bit Linux distributions
Summary :

  1. Uninstall any previous version of air installer (Applications > Accessories > Adobe Air Uninstaller)
  2. Install getlibs
  3. Download AdobeAIRInstaller and cd to the download directory
  4. 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
  5. Download libnss3 32b : http://mirrors.kernel.org/ubuntu/pool/main/n/nss/libnss3-1d_3.12.0~beta3-0ubuntu1_i386.deb
  6. Download libnspr4 32 : http://mirrors.kernel.org/ubuntu/pool/main/n/nspr/libnspr4-0d_4.7.1~beta2-0ubuntu1_i386.deb
  7. <code>Extract libnss $ sudo file-roller ./libnss3-1d_3.12.0~beta3-0ubuntu1_i386.deb</code>
  8. Double click data.tar.gz (choose open with file-roller if you are asked)
  9. select these files in ./usr/lib folder :
    libnss3.so.1d<br />libnssutil3.so.1d<br />libsmime3.so.1d<br />libssl3.so.1d
  10. Extract to /usr/lib32 and close file-roller
  11. Enter :
    $ 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
  12. Then :
    <code>$ ./AdobeAIRIntaller.bin</code>
  13. <code>sudo cp /usr/lib/libadobecertstore.so /usr/lib32</code>
  14. sudo apt-get install lib32nss-mdns

Done !
Accept any update on first launch

Share

Task/project management services or apps

No Comments

  • Doit.im – Do it Anywhere, Anytime! A GTD software. GTD + Air application with cross-platform synchronization (by a server), support delegation feature. All tasks can be synchronize with Google Calendar. Clean and usable GUI.
  • LogMyTask : No features for Project management (due date, client, delegation…). Time tracking (you and coworkers), team and task management. On line service.  “No matter how well we schedule our tasks, we end up doing something that is not in our schedule. More than that, we cannot schedule everything that we are going to do. So, most of us at the end of the day ask – Where the heck has my time gone? Well, that is what LogMyTask answers. LogMyTask is a collaboration-friendly time tracking and task management software.” Track your time and allow to know what coworkers are doing (real time).
  • qdPM : Open source (PHP/MySQL – Symfony) project management. Allows to manage projects, users, tasks, reports. Simple and efficient. Projects can be of different types (fixed price, time billed). The application is localised (with i18n of Symfony)
Share

Another vision of Human-computer interfaces (TED)

No Comments

David Merrill demos Siftables | Video on TED.com

Share

A StackOverflow clone in PHP/MySql

No Comments

PHP StackOverflow Clone | anant garg

Share

RBL Forms

No Comments

RBL Forms, un outils de création de formulaires pour jQuery | Dator Blog

Share

jQueryList : 1-page list of jQuery plugins and examples (to bookmark !)

No Comments

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

  • Ajax plugins
  • CSS plugins
  • Form plugins
  • Upload plugins
  • etc.

Bookmark it immediatly !

Share

Enable flash in Google 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

Share

Install Google Chrome on Ubuntu (dev channel)

No Comments

You can install a “developper only” version of Google Chrome on Linux (a .deb package).

  1. Go to the Early Access Release Channels
  2. Install either the 32 bit or 64 version (which ever will match your architecture.)
Share

Older Entries Newer Entries