Archive for juillet, 2009

blink css property in IE

Mardi, juillet 21st, 2009

IE doesn’t support blinking property :

text-decoration: blink;

You can achieve this effect with (compatible FX and IE) :

.blinking_zone
{
visibility: expression((Math.floor(new Date().getTime()/500)%2)?”visible”:”hidden”);
text-decoration: blink;
}

Convert HTML to BBCode

Vendredi, juillet 17th, 2009

If you want to publish some HTML text on a board, you can directly convert your HTML to BBCode (or other board-code) with this small online app :

http://www.seabreezecomputers.com/html2bbcode/

Set free PDF, allow copy, paste, print and whatever

Jeudi, juillet 9th, 2009

Somehow, manuel’s writer, vendor material’s author, think the best way to discribe their product is to lock documentation and information in a vault, protected by a user registration, and to only let them read it, no printing, coping and pasting (I’m developing solution involving writing 32bits registers, I don’t feel like typing all thoses down).
To bad, that’s not the way I conceive it: so lets unlock a PDF, and on-line though: here

Just upload, and download the new cracked/unlocked, freed PDF.

Cabine téléphonique

Mardi, juillet 7th, 2009

Réflexion du jour : pourquoi est-ce que les cabines téléphoniques d’Orange ne sont-elles pas gratuites, au moins vers les fixes en France ?

Une majorité de foyer ont des box permettant des appels illimités au chaud (ou au frais) vers un nombre incalculable de destination. Et on ne peut pas passer un coup de phone gratuitement dans une cabine qui sent l ‘urine ou dans lequel vous pourrez expérimenter la notion d’effet de serre en direct ?

J’offre donc ce coup marketing à Orange : mettez en place une grande campagne de réhabilitation de vos cabines (qui sont complétement délaissées) avec une offre d’appels gratuits vers les fixes. Votre image de marque va grimper, pour un prix tout à fait modéré.
Bonus track : pourquoi est-ce que les fixes ne sont pas directement classés dans la catégorie numéro vert ?

Taskbar, status bar, takstray on both screen with extended desktop (dual monitor)

Dimanche, juillet 5th, 2009

Ubuntu 9.04, two screen, but still one taskbar, and tasktray….

Solution: Right click on a bar, add New Panel, add New Panel, etc,… as many time as needed to reach the other screen. Remove the usless extra one.

Right click add to Panel on the new taskbar: Window Selector.

Reorganize all you applet, sound etc…

Now you’ve got a wonderful one meter long desktop, with taskbar linked to the display desktop.

Dual monitor on Ubuntu 9.04 on Acer X1700

Dimanche, juillet 5th, 2009

Dual monitor (HDMI and DVI, two LG22W) on Acer X1700 seems to be a problem with the open source drivers.

To get them working (extended desktop, not mirror) just follow the guide:

  1. Run the following commands:
    Code:
    wget --no-check-certificate https://www2.ati.com/drivers/linux/ati-driver-installer-9-5-x86.x86_64.run
    chmod 755 ati-driver-installer-9-5-x86.x86_64.run
    sudo ./ati-driver-installer-9-5-x86.x86_64.run --buildandinstallpkg Ubuntu/9.04
    sudo aticonfig --initial -f
  2. Reboot the system
  3. Use System > Preferences > Display to detach the monitors from each other, and set the proper resolution
  4. Log out, and back into the system

Source