Control.Modal

With this library, based on Prototype Javascript library, you can display a lot of modal box on your web interface :

  • Relative Modal – Opens a local modal window relative to the position of the link. With custom width and height.
  • Centered Modal – Opens a local modal window in the center of the screen. Adds CSS classes to the container and overlay.
  • AJAX Modal – Opens a modal window that is the response of an AJAX call.
  • iframe Modal – Opens a modal window that contains an iframe.
  • Lightbox One – Opens a modal window with an image inside.
  • Lightbox Two – Opens another modal window with an image inside.

Discover it !

Geekeries

Une liste de quelques situations geekesques… Ca vaut le détour ! Attention geek inside, si vous comprenez, vous êtes probablement contaminé, débranchez immédiatement votre cable réseau, revendez votre ordinateur, faites du vélo…

  • Etre le seul d’un amphi à trouver cool que l’indice de refraction d’un milieu soit 1,337
  • Double cliquer sur un bouton d’ascenseur par exemple
  • Essayer l autocomplétion avec tab en parlant sur amsn
  • Une fois, je me suis réveillé avec le bras endormi (et mon cerveau encore un peu aussi) et je me dis “tiens, mon bras, il marche pas. Mais oui, c normal, je l’ai pas monté (comme une partition…)”
    Je me suis rendu compte tout de suite du truc et ca m’a fait trop flipper ! en tout cas, ca réveille !
  • nous on est un petit poignée à guetter en cours l’heure fatidique…. 13h37
  • Devoir me retaper tout mon exo de stats parce que j’avais remplacé l’effectif de 1023 personnes par 1024
  • Avec des copains on organise un paintball. J’avais pas de chaussures adaptées, le terrain était gadouilleux. Un pote me dit :
    – “Moi, je joue avec des bottes”
    Pis moi je lui réponds :
    – ” Ah non, moi je joue avec des vrais joueurs…”
    edit : je précise que c’est sorti tout seul, hein, j’avais réellement compris “bot”, je ne voulais pas faire de blagues…
  • Dire “cliquez” au lieu de “appuyez sur le bouton” pour une machine quelconque (photocopieuse par exemple) !!!
  • Penser ‘CTRL F’ en lisant sur papier…
  • Demander à orange pendant une coupure de connection s’ils assuraient le soutien psychologique et le n° de la cellule d’urgence.
    Et aussi avoir dit sérieusement à ma mère qui conduisait “‘tin tu lag”
  • Bah moi IRL je dis souvent “lol” ou encore “osef” mais bon xD
  • Aussi à mon entrainement de badminton, on devait faire un exo sur un un terrain sauf qu’il y a avait deux de libres. Je sorts pas à ma partenaire “On joue sur quel serveur ?” à la place de “.. sur quel terrain ?”
  • ben moi j’ai eclate de rire en voyant une salle vide de tout bureau, c’etait la salle 404… (bureau not found !)
  • Moi j’ai étais malade de rouler pendant trois ans avec une plaque d’immatriculation avec les lettres XP. J’ai demandé à la préfecture si c’était pas possible d’avoir un autre numéro, et le gars m’a demandé pourquoi je me suis trouvé un peu con… J’avais trop honte, surtout que j’arrêtais pas de faire de la propagande pour linux.
  • Moi une fois j’ai dit a un potes que son écran avait une super qualité alors que je voulais dire que son pare-brise été super propre …
  • Une petite pour moi hier soir : je sors pieds nus alors que le sol est un peu mouillé. Je reviens vite au sec, et en regardant derriere moi, je vois une belle empreinte de pied. La premiere chose à laquelle j’ai pensé c’est Gnome
  • Quand j’ai installé mon nouvel autoradio dans ma voiture, dans ma tête je me suis demandé si il allait être reconnu nativement parce que j’avait pas le driver avec
  • Un mot allemand commençant par K => c’est un programme en qt?
  • Voir un plot sur la route —> aaaah VLC !
  • J’avais un pote, fan de CS (parmi les boss des boss) qui se baissait quand il entendait un son brusque, ou qui avait des réflexes bizarre.

A suivre ici sur le forum d’Ubuntu-fr

Bluetooth Wireless PC card 3COM 3CRWB6096

After the ugly-cheap-o-dongle-microtune I bought on Ebay for 20€ inc P&P a PCMCIA 3Com bluetooth card:

bt3como.jpgbt3comc.jpg
The main advantage is the retractable antenna and the PCMCIA small size doesn’t protrude from the laptop ( very interesting, compared to the usb stick)
I assume you already install all the previous software needed in the previous topic.

You should install all this packages:

sudo apt-get install gnome-bluetooth obexserver bluez-utils bluez-passkey-gnome

And add bt-applet in start up session, to allow pairing.
Start the blutooth service.

sudo sh /etc/init.d/bluetooth start

Insert the PC card, and type:

tail /var/log/syslog

You will probably get that:

pccard: PCMCIA card inserted into slot 0
pcmcia: registering new device pcmcia0.0
bt3c_open: Firmware request failed

You need to download the 3Com firmware as detailed to the bluez website:

3com pcmcia driver

The driver for the 3Com and HP Bluetooth PCMCIA card is called bt3c_cs and to make this device working a firmware download is needed. Due the licence issue the firmware is not distributed with any of the BlueZ packages. The firmware file can be found at the Windows driver distribution or on the driver CD-ROM. The following command will extract the BT3CPCC.bin file into the right place on the local file system:

sudo sh
unzip -p btp1_1en.exe \
Drivers.W2k/BT3CPCC.bin > /lib/firmware/BT3CPCC.bin

The 3Com Bluetooth card 3.0 (3CRWB6096B) will not work with this driver. This card is a simple serial port based Bluetooth PCMCIA card and must be used together with the hci_uart driver.

And it works straight , that means, you can scann the service available.

hcitool scan
Scanning …
00:16:BC:D7:FC:18 Timothee-Nokia

sudo l2ping 00:16:BC:D7:FC:18
Ping: 00:16:BC:D7:FC:18 from 00:04:76:E1:4C:5D (data size 44) …
0 bytes from 00:16:BC:D7:FC:18 id 0 time 30.42ms
0 bytes from 00:16:BC:D7:FC:18 id 1 time 32.10ms
0 bytes from 00:16:BC:D7:FC:18 id 2 time 30.33ms
3 sent, 3 received, 0% loss

sudo sdptool browse 00:16:BC:D7:FC:18
Browsing 00:16:BC:D7:FC:18 …

Then you can install Phone Manager to send SMS from your PC.

Or also Wammu is a very good phone manager, compatible with nokia to manage sms, contact , sms, todos and also calendar.

Select in device settings, the mac address and bluephonet as connection.
Here appear a problem, the need of pairing the device, when you try either from the phone or from the computer, it fails after asked you for the PIN.

To solve it, edit the file to enable and set a new pin:

sudo gedit /etc/bluetooth/hcid.conf

And in the file, be sure to have:

# Automatically initialize new devices
autoinit yes;
# Pairing mode
pairing multi;

# Default PIN code for incoming connections
passkey “1234”; # or the pin you wish

References:

http://www.bluez.org/

http://www.teaparty.net/technotes/blue-gprs.html

http://www.symbianos.org/cgi-bin/viewcvs.cgi/vaio_vx71p/index.html?rev=1.5

ENE CB-712/4 card reader issue : Hibernate mode interrupted

Still running with a Toshiba Satellite M60-103 embbeding a ENE CB-712/4 card reader who doesn’t work with Ubuntu

To check the model of your reader:

lspci -v | grep ENE
06:04.0 CardBus bridge: ENE Technology Inc CB-712/4 Cardbus Controller (rev 10)
06:04.1 FLASH memory: ENE Technology Inc ENE PCI Memory Stick Card Reader Controller (rev 01)
06:04.2 Class 0805: ENE Technology Inc ENE PCI Secure Digital Card Reader Controller (rev 01) (prog-if 01)
06:04.3 FLASH memory: ENE Technology Inc FLASH memory: ENE Technology Inc: (rev 01)
06:04.4 FLASH memory: ENE Technology Inc Unknown device 0551 (rev 01)

And If you get this error while hibernating:

[17233006.828000] mmc0: Got command interrupt even though no command operation was in progress.
[17233006.828000] mmc0: Please report this to .
[17233006.828000] mmc0: Card is consuming too much power!
[17233006.828000] mmc0: Unexpected interrupt 0x00800000. Please report this to .

So needed to disable the  mmc_core: sdhci module

sudo rmmod sdhci
sudo sh -c ‘echo blacklist sdhci >> /etc/modprobe.d/blacklist’

Constant Hard Drive activity every 3sec / Ubuntu

I’m running with a laptop and Ubuntu 6.10, and during the night a very small access to the HD every 3-5 sec is annoying, plus can maybe shorten the hdd life time.

This is a bug is oppened:

https://launchpad.net/ubuntu/+source/dbus/+bug/17878

You can check if your are involved, type:

sudo hdparm -y /dev/hda

or (for sata)

sudo hdparm -y /dev/sda

to stop then hard drive wich should spin down and up just after a while.

A temporary solution is to enable the laptop_mode, but the hdd stop after 5sec, a bit annoying.

sudo laptop_mode start

http://samwel.tk/laptop_mode/

and then edit this file:

/etc/laptop-mode/laptop-mode.conf

To makes it start on boot and set the halt drive time at 10 min