Bash : jolie invite et améliorations

On 25 February 2008, in computing, config, by ayoli

J’ai longtemps cherché comment faire un joli bash prompt J’ai trouvé pas mal d’exemples datant de 1996 et 1998 que j’ai du pas mal bidouiller.

Tagged with:  

Nouveau theme wordpress pour ayozone

On 24 February 2008, in blog, by ayoli

Here’s a brand new theme for ayozone 2 columns, fixed width but larger than the old one. Bright colors make it clean and maybe more readable. There might have some bugs left, feel free to leave a comment here if you find some. (note: IE fixes aren’t yet implemented).

Tagged with:  

Faire un plugin de recherche pour firefox et IE7

On 15 February 2008, in computing, by ayoli

Voici un petit guide pour vous aider a fabriquer et mettre en place un plugin de recherche pour firefox et Internet Explorer 7 (un moteur de recherche de votre site à ajouter dans le champ de moteurs de recherche du navigateur à droite de la barre d’adresse), avec découverte automatique du plugin et lien pour [...]

Tagged with:  

Menu déroulant avec jquery

On 6 February 2008, in computing, by ayoli

Here’s a drop down animated menu example made with jquery.js 1.2.2 $(function() { $(“a#menu-call”).mouseover( function() { $(“ul#menu”).animate({height:”show”,opacity:”show”},”medium”); return false; }); $(“ul#menu”).hover( function() {}, function() { $(“ul#menu”).animate({opacity:1.0},1125).slideUp(268); return false; }); $(“a.mlnk”).hover( function() { $(this).css({ backgroundColor:”#ececec”, border:”1px solid #1042de” }) }, function() { $(this).css({ border:”none”,backgroundColor:”#ffffff” }) } ); }) Roll over this text to show the menu [...]

Tagged with:  

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!