Aug 24 11:24

Email template for useless website

Nice website should make your life easier. Most of the times you just want a phone number or buy a product. Right? You certainly enjoy more a concert, movie or start iTune or your xBox if you want to have a "multimedia experience".

I'm so tired about those stupid website I started to send a mail throught the contact page (if contact page is not under construction...).

Aug 24 00:35

Désactiver manuellement un module Drupal

Si vous devez désactiver manuellement un module faite avant tout une sauvegarde de votre base de données au cas où vous feriez une erreur...

phpMyAdmin

Évidemment, connectez-vous à phpMyAdmin. Sur la base de données où vous avez installé Drupal, ouvrez la table "system". Parcourez les données de la table pour trouver la ligne qui correspond au module que vous souhaitez désactiver. Cliquez sur edit, passez le champ "status" à 0 et sauvegardez.

Jul 16 00:27

Get free books for your Kindle

They are differents option to download free ebooks for your kindle

Jul 16 00:10

Unlock 3G wireless of your Kindle - Switch the country associated with it to United States

Kindle 2 come with a experimental Web browser. Sadly this feature is not officialy available for customers from outside the U.S. Every time you try to access to a page you will get this message "due to local restrictions web browsing is not available for all countries".

Jun 10 19:23

Switch graphics modes on MacBook Pro without logout

GfxCardStatus is a simple menu bar application than allow you to switch the active graphic card of your MacBook Pro without logout.

It work with 9400M to 9600M GT or Intel HD to 330M. It take ~1s to switch and all applications stay exactly in the same state.

Thanks to Cody to fixe MacOSX.

 

Jun 04 12:47

Nice CSS to remove links's outline but keep full accessibility

Links get a dashed box when you click on them. This is ugly specially if your link it's an image.

This dash actually show witch link is on focus. Useful if you navigate with tab...

This CSS remove outline but keep accessibility by hidden it only when the user click on the link (the new page is loading). 

a:focus {
   outline: 1px dotted;
}
a:active {
   outline: 0;
}

May 03 13:56

Hostmonster writes your login and password in URL

 Hostmonster  has a nice login page but a little bit insecure...

Apr 24 08:59

Accélérer Firefox

Votre navigateur Firefox est lent? Voici quelques méthodes pour augmenter sa vitesse et avoir à nouveau un Firefox rapide.
Apr 21 11:43

Recherche de proximité avec les modules view et geo

Ce billet explique comment faire une view avec un filtre qui permet de faire de la recherche de proximité. Je vous conseille de lire mon premier billet qui vous explique comment géolocaliser une adresse et stocker sa position géographique.

Apr 02 08:34

Installing Apache Solr on Mac OSX Snow Leopard for Drupal

The apachesolr module for Drupal provides a first class search engine with faceted search and more. This module needs a solr server to work. This post explains how you can install the module and a solr server on Mac OS 10.6.

Snow Leopard has already Java installed so it's pretty easy to install Apache Solr. You can almost follow the readme coming with the module but this give you a fast way ;).