Raccourci clavier pour accéder au Menu Pomme sur MacOSX
Il existe un raccourci clavier bien caché sur MacOSX pour accéder au Menu Pomme :
CTRL+Shift+F2: Accéder au Menu Pomme
Un autre raccourci clavier peut-être intéressant pour ceux qui ne sont pas fans des Spaces et de Expose
CTRL+Shift+F4: Cycle parmis les différentes applications ouvertes
Ce dernier raccourci clavier est aux fenêtres de différentes applications ce que Command+` est aux différentes fenêtre d’une même application.
Equivalent tracert sur MacOSX
note pour plus tard, l’équivalent de tracert
sur Mac OS X, est, dans une fenêtre terminal :
traceroute <host|ip>
et surtout pour annuler la requête, sur OSX c’est :
ctrl+z et pas command+z ni esc
Quand j’insiste sur la consistance c’est vraiment pas pour rien…
Signature automatique sur un blog
Quand je vois le nombre de signatures sur les commentaires de blogs, je me dis qu’un petit script pour automatiser les signatures serait le bienvenu.
Prérequis
Quelques ingrédients sont nécessaires pour avoir une signature automatique :
- Un navigateur internet (Firefox/Safari/Chrome/Opera/IE)
- L’addon GreaseMonkey pour Firefox ou équivalent :
- GreaseMetal pour Chrome
- SIMBL et GreaseKit pour Safari MacOSX
- gm4ie pour Internet Explorer
- rien de spécial pour Opera, on peut directement exécuter des userscripts
- Un fichier JavaScript.
Amicalement, Greasemonkey
Greasemonkey est une extension qui vous permet d’écrire des scripts pour modifier les pages que vous visitez.
Voici le script :
//<![CDATA[ // ==UserScript== // @name Amicalement Greasemonkey // @author Marin Gatellier // @namespace //www.gatellier.be/blog/ // @description Ads your signature into textareas // @include * // ==/UserScript== (function(){ var t=document.getElementsByTagName("TEXTAREA"); var signature="\n\nAmicalement,\nGreasemonkey"; for (var i=0,j=t.length;i<j;i++){ if (t[i].value.indexOf(signature)<0){ t[i].value=t[i].value+signature; } } })() //]]>
Vous devez évidemment modifier la variable signature
(ligne 10) avec votre propre signature.
Petites astuces :
\n
- représente une nouvelle ligne
\t
- représente un tab
\\
- représente un backslash
Une fois installé, ce petit script ajoutera automatiquement votre signature à chaque textearea de chaque site web (peut être customisé par site)
Installer le script Amicalement Greasemonkey
Rétablir l’ancienne icône de status de Firebug
Firebug, l’excellente extension Firefox de Joe Hewitt, n’est compatible avec Firefox 3 que dans sa version 1.2 beta.
Cette nouvelle version apporte plein de changements sous le capot mais aussi une nouvelle icône de status qui me chipote un peu.
La nouvelle icône de status de Firebug, qui reprend le logo Firebug, passe vraiment inaperçue. Elle manque vraiment de contraste par rapport aux autres icônes qu’on pourrait avoir dans la barre de status.
La nouvelle icône de status Firebug passe inaperçue.
La bonne nouvelle c’est que, vu l’architecture des Addons Firefox, l’ancienne icône peut être facilement rétablie.
Localisation du fichier CSS de Firebug.
Pour ce faire, il faut trouver et éditer la CSS qui gère la présentation de Firebug.
Sur Windows, par défaut, elle se trouve dans le répertoire :
C:\Documents and Settings\User\Application Data\Mozilla\Firefox\Profiles\la1xxvhe.default\extensions\firebug@software.joehewitt.com\skin\classic\firebug.css
Les parties en italiques sont des parties qui différeront sur votre PC.
Sur MacOS, il faut chercher un petit peu, l’explication se trouve sur le site de support Mozilla.
Edition du fichier CSS.
Pour rétablir l’ancienne icône de Firebug, j’ai simplement quitté Firefox puis remplacé les lignes suivantes dans le fichier CSS :
#fbStatusIcon { list-style-image: url(chrome://firebug/skin/firebug-gray-16.png); } #fbStatusIcon[jsd="on"] { list-style-image: url(chrome://firebug/skin/firebug16.png); } #fbStatusIcon[net="on"] { list-style-image: url(chrome://firebug/skin/firebug16.png); } #fbStatusIcon[errors="on"] { list-style-image: url(chrome://firebug/skin/firebug16.png); }
par :
#fbStatusIcon { list-style-image: url(chrome://firebug/skin/disabledIcon.png); } #fbStatusIcon[jsd="on"] { list-style-image: url(chrome://firebug/skin/okIcon-sm.png); } #fbStatusIcon[net="on"] { list-style-image: url(chrome://firebug/skin/okIcon-sm.png); } #fbStatusIcon[errors="on"] { list-style-image: url(chrome://firebug/skin/okIcon-sm.png); }
Et hop, une fois Firefox redémarré, l’ancienne icône, beaucoup plus visible, est restaurée.
Liens relatifs :
Extensions Firefox d’un Intégrateur
Tout comme j’ai exposé ma liste de plugins WordPress, je profite de la sortie imminente de Firefox 3 pour faire un status des extensions que j’emploie sur mon butineur préféré au travail.
Ma version: Firefox 2.0.0.14 (2008040413)
Operating System: WINNT (x86-msvc)
- Adblock Plus 0.5.11.4
Firefox 0.7 – 3.*
Filters ads from web-pages. Now with whitelisting and synchronization. - Better Flickr 0.2.1
Firefox 0.8 – 3.0
Enhances Flickr with Greasemonkey user scripts. - BetterPrivacy 1.14
Firefox 1.5 – 3.0.*
Super-Cookie Safeguard - Bloglines Toolkit 1.6.8
Firefox 1.5 – 2.0+
Browser utilities for use with Bloglines - Colour Contrast Analyser 0.96
Firefox 0.7 – 3.*
Examines the colour contrast of elements in the DOM. - Context Search 0.4.1
Firefox 2.0a2 – 3.0b3pre
Expands the context menu’s ‘Search for’ item into a list of search engines. - del.icio.us Complete 1.3
Firefox 0.8 – 2.0.*
del.icio.us is a social bookmarks manager. It allows you to easily add sites you like to your personal collection of links, to categorize those sites with keywords, and to share your collection not only between your own browsers and machines, but also with others. - DevBoi 0.5.1
Firefox 1.5 – 2.5
Adds a sidebar with web-development references. - DevBoi PHP Package 0.1.0
Firefox 1.5 – 2.5
Adds PHP reference to DevBoi - DevBoi: Prototype JS Reference (1.5.1) 0.0.3
Firefox 1.5 – 3.0
Adds Prototype JavaScript Library reference to DevBoi - DOM Inspector 1.8.1.14
Firefox 2.0.0.14 – 2.0.0.14
Inspects the structure and properties of a window and its contents. - Dublin Core Viewer 0.5
Firefox 1.5 – 3.0a1
Displays Dublin Core Metadata embedded into the <head> section of an XHTML Web page using the <meta> and <link> elements. - Dust-Me Selectors 2.0
Firefox 1.5 – 2.0.0.*
Finds unused CSS selectors - Extension List Dumper 1.13.1
Firefox 1.5 – 3.0b5
Dumps a list of the installed extensions. - Fangs 1.0.3
Firefox 1.0 – 2.0+
Renders a text version of a web page similar to screen reader output. - Firebug 1.05
Firefox 1.5 – 2.0.0.*
Web Development Evolved - Firecookie 0.0.6
Firefox 2.0 – 3.0b5pre
Cookie manager for Firebug. Firebug has to be installed in order to use this extension. - Firefox Accessibility Extension 1.4.0.4
Firefox 1.5 – 3.0b5pre
Adds tools for accessible navigation and the development of accessible web content. - Firefox Throttle 1.00
Firefox 1.5 – 2.0.0.*
Bandwidth utilization throttling plug-in for Firefox. - Geo 0.8
Firefox 1.5 – 3.0.*
Opens useful sites for pages geographically marked with ICBM or geo.position META tags. - Gmail Notifier 0.6.3.3
Firefox 1.5 – 3.0
A notifier for Gmail accounts. - Go Up 1.0
Firefox 1.5 – 2.0.0.*
Easily navigate ‘up’ a level in a web site - Google Gears 0.3.14.2
Firefox 1.5 – 2.0.*
These are the gears that power the tubes! 🙂 - Google Notebook 1.0.0.20
Firefox 1.5 – 3.0.*
Allows notetaking while browsing - Google Pagerank Status 0.9.8
Firefox 1.5 – 2.0+
Display the Google PageRank in your browser’s status bar. - Greasemonkey 0.7.20080121.0
Firefox 1.5 – 3.0b5
A User Script Manager for Firefox - How’d I Get Here 0.1.2
Firefox 1.5 – 2.0.0.*
Helps you remember how you first discovered a site. - Html Validator 0.8.4.0
Firefox 1.0 – 2.0.0.*
Adds HTML validation to the View Page Source of the browser. The validation is done by Tidy from W3c. - IE View 1.3.7
Firefox 1.0 – 3.0.*
Open pages in IE via Firefox menus - JavaScript Debugger 0.9.87.3
Firefox 0.9 – 3.0pre
JavaScript debugger and profiler - keyconfig 20060828.1
Firefox 1.5.0.6 – 2.0.0.14
Rebind your keys. - KGen 0.3
Firefox 1.0 – 3.0.*
Display strongest keywords of a webpage - LinkChecker 0.6.2
Firefox 1.5 – 3.0b5
Check the validity of links on any webpage. - Linky 2.7.1
Firefox 0.7 – 2.0+
Open/download/validate links and pictures in tabs or windows - Live HTTP Headers 0.14
Firefox 0.8 – 3.0.*
View HTTP headers of a page and while browsing. - Longdesc 0.6
Firefox 1.5 – 3.0.*
Makes an image’s longdesc link attribute accessible via context menu. - Mobile Barcoder 0.1.4
Firefox 1.0 – 3.0b4
Generate on-the-fly barcodes to zap with your mobile device - ocawatoolbar 1.1.6.2
Firefox 1.5 – 2.1
Check accessibility of your web site. - Operator 0.9.3
Firefox 2.0 – 3.0.*
The Semantic Web in Action - OperaView 0.6.1
Firefox 1.0 – 3.0.*
Open pages in Opera from Firefox, Mozilla, Flock and Netscape 8 context menus. - pageaddict 0.4
Firefox 1.5 – 3.0b4pre
Monitor your internet addiction - PicLens 1.6.4.3021
Firefox 2.0 – 2.0.0.*
Discover More - SecurePassword Generator 0.5.1
Firefox 0.7 – 2.*
Creates a toolbar icon and dialog which helps to create secure passwords. - Stylish 0.5.7
Firefox 1.5 – 3.0.*
Customize the look of websites and of the user interface. - Tab Clicking Options 0.6.9
Firefox 1.0 – 3.0.*
Assign tab related actions to clicking events on a tab or the tabbar - Tails Export 0.3.2
Firefox 1.5 – 2.0.0.*
Extension for Showing and Exporting Microformats. - Tamper Data 10.0.4
Firefox 2.0 – 3.0.*
View and modify HTTP/HTTPS headers etc. Track and time requests. - Unicode converter/Input Tool 2.099
Firefox 1.5 – 3.0b2
Converts character references, etc. into Unicode and back - User Agent Switcher 0.6.11
Firefox 1.0 – 3.0.*
Adds a menu and a toolbar button to switch the user agent of the browser. - View Cookies 1.6
Firefox 1.0 – 2.0.0.*
View cookies of the current web page. - View Dependencies 0.3.2.2
Firefox 1.0 – 2.0.0.*
Adds a tab listing dependencies and their sizes in the Page Info window. - ViewSourceWith 0.1.1
Firefox 1.5 – 3.0.*
View page source with external application - Web Developer 1.1.6
Firefox 1.0 – 3.0.*
Adds a menu and a toolbar with various web developer tools. - XHTML Mobile Profile 0.5.3
Firefox 1.0 – 3.0b5
Allows XHTML Mobile Profile to be displayed in the browser. - YSlow 0.9.5b1
Firefox 1.5 – 3.0b5
Make your pages faster with Yahoo!’s performance lint tool.
Je teste aussi évidemment mon code sur IE 6, 7, 8 (et des fois sur 5.5), Opera 9.27, 9.5b, FF 3RC1, Safari etc…
Un commentaire