This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:(function(){ | |
| var txtAlert=''; | |
| txtAlert+='Browser : '+window.navigator.appName+' '+window.navigator.appVersion+'\nUser-Agent : '+window.navigator.userAgent+'\nDocumentMode : '+document.documentMode+'\nCompatMode : '+document.compatMode; | |
| //console.log(txtAlert); | |
| alert(txtAlert); | |
| })() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- | |
| These two following tasks are intended to be called via Maven. If you want to call these from Ant directly | |
| you will have to manage dependencies (especially for the css_process task): | |
| args4j-2.0.9.jar | |
| commons-io-1.4.jar | |
| commons-lang-2.3.jar | |
| commons-math-1.1.jar | |
| google-collections-1.0.jar | |
| smartsprites-0.2.8.jar | |
| --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CYGWIN : | |
| ======== | |
| Lister les fichiers png d'un rep. par date de modif, les cracher dans un fichier texte, avec retour chariot windows (un fichier par ligne) : | |
| ls -t -1 *.png | sed 's/$/\r/' > toto.txt | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @CHARSET "ISO-8859-1"; | |
| /* | |
| Cette feuille de style est la brique de base : | |
| Elle est composee : | |
| - d'un reset CSS (normalisation cross browser des styles par defaut) | |
| - un premier niveau de stylage minimal et générique (couleurs, marges, tailles et fontes) | |
| - un ensemble de classes utilitaires destinees a etre reutilisees dans les differents developpements | |
| - quelques classes spécifiques aux principaux plugins utilises sur stores.com (que nous vous invitons à supprimer si aucun besoin sur ce sujet) | |
| */ |
NewerOlder