Accueil > > > PETIT ADDON SYMPA POUR LES MOTEUR DE RECHERCHE
PETIT ADDON SYMPA POUR LES MOTEUR DE RECHERCHE
Information sur la source
Description
voila ! c'est pas revolutionnaire mais quand meme sympa ! ca l'evite parfois de se deplacer pour rechercher quelque chose ;) j'aurais en ajouter plus mais j'ai juger que cetait suffisant pour l'instant
Source
- alias recherche dialog -md recherche recherche
- dialog recherche {
- title "recherche internet"
- size -1 -1 180 213
- option dbu
- edit "", 1, 17 29 112 11
- box "google", 2, 14 21 119 22
- box "altavista", 3, 14 53 119 22
- edit "", 4, 17 61 112 11
- button "GO", 5, 137 29 25 12
- button "GO", 6, 137 60 25 12
- box "metacrawler", 7, 14 85 119 22
- button "GO", 8, 137 92 25 12
- edit "", 9, 17 93 112 11
- box "astalavista box", 10, 14 117 119 22
- button "GO", 11, 137 124 25 12
- edit "", 12, 17 125 112 11
- box "yahoo", 13, 14 149 119 22
- button "GO", 14, 137 156 25 12
- edit "", 15, 17 157 112 11
- box "sharereactor", 16, 14 181 119 22
- button "GO", 17, 137 188 25 12
- edit "", 18, 17 189 112 11
- menu "recherche", 19
- item "tips", 20, 19
- item "fermer", 21 , cancel
- }
-
- on 1:dialog:recherche:sclick:5:{
- if ( $did(recherche,1) == $null ) { goto finrecherche }
- /run http://www.google.fr/search?hl=fr&ie=UTF-8&oe=UTF-8&q= $+ $did(recherche,1) $+ &btnG=Recherche+Google&meta=
- /did -r recherche 1
- : finrecherche
- }
-
- on 1:dialog:recherche:sclick:6:{
- if ( $did(recherche,4) == $null ) { goto finrecherche2 }
- /run http://fr.altavista.com/web/results?q= $+ $did(recherche,4) $+ &kgs=1&kls=1&avkw=xytx
- /did -r recherche 4
- : finrecherche2
- }
-
- on 1:dialog:recherche:sclick:8:{
- if ( $did(recherche,9) == $null ) { goto finrecherche3 }
- /run http://search.metacrawler.com/texis/search?q= $+ $did(recherche,9) $+ &cat=web&method=all&brand=metacrawler&qk=20&timeout=&rpe=10&collate=1&cat=web&top=1&refer=mc-results1
- /did -r recherche 9
- : finrecherche3
- }
-
- on 1:dialog:recherche:sclick:11:{
- if ( $did(recherche,12) == $null ) { goto finrecherche4 }
- /run http://astalavista.box.sk/cgi-bin/robot?srch= $+ $did(recherche,12) $+ &submit=+search+
- /did -r recherche 12
- : finrecherche4
- }
-
- on 1:dialog:recherche:sclick:14:{
- if ( $did(recherche,15) == $null ) { goto finrecherche5 }
- /run http://fr.search.yahoo.com/search/fr?p= $+ $did(recherche,15)
- /did -r recherche 15
- : finrecherche5
- }
-
- on 1:dialog:recherche:sclick:17:{
- if ( $did(recherche,18) == $null ) { goto finrecherche6 }
- /run http://www.sharereactor.com/search.php?search= $+ $did(recherche,18) $+ &category=0&submit=Search
- /did -r recherche 18
- echo -a sharereactor est souvent surcharger . si la page n'apparait pas . essayer de nouveaux
- : finrecherche6
- }
- on 1:dialog:recherche:menu:20:{
- echo -a Pour supprimer un mot de votre recherche
- echo -a utiliser le symbole -
- echo -a pour exemple :
- echo -a jeuxvideo -xbox
- echo -a ainsi tout les sites contenant le mot xbox seront supprimer
- }
alias recherche dialog -md recherche recherche
dialog recherche {
title "recherche internet"
size -1 -1 180 213
option dbu
edit "", 1, 17 29 112 11
box "google", 2, 14 21 119 22
box "altavista", 3, 14 53 119 22
edit "", 4, 17 61 112 11
button "GO", 5, 137 29 25 12
button "GO", 6, 137 60 25 12
box "metacrawler", 7, 14 85 119 22
button "GO", 8, 137 92 25 12
edit "", 9, 17 93 112 11
box "astalavista box", 10, 14 117 119 22
button "GO", 11, 137 124 25 12
edit "", 12, 17 125 112 11
box "yahoo", 13, 14 149 119 22
button "GO", 14, 137 156 25 12
edit "", 15, 17 157 112 11
box "sharereactor", 16, 14 181 119 22
button "GO", 17, 137 188 25 12
edit "", 18, 17 189 112 11
menu "recherche", 19
item "tips", 20, 19
item "fermer", 21 , cancel
}
on 1:dialog:recherche:sclick:5:{
if ( $did(recherche,1) == $null ) { goto finrecherche }
/run http://www.google.fr/search?hl=fr&ie=UTF-8&oe=UTF-8&q= $+ $did(recherche,1) $+ &btnG=Recherche+Google&meta=
/did -r recherche 1
: finrecherche
}
on 1:dialog:recherche:sclick:6:{
if ( $did(recherche,4) == $null ) { goto finrecherche2 }
/run http://fr.altavista.com/web/results?q= $+ $did(recherche,4) $+ &kgs=1&kls=1&avkw=xytx
/did -r recherche 4
: finrecherche2
}
on 1:dialog:recherche:sclick:8:{
if ( $did(recherche,9) == $null ) { goto finrecherche3 }
/run http://search.metacrawler.com/texis/search?q= $+ $did(recherche,9) $+ &cat=web&method=all&brand=metacrawler&qk=20&timeout=&rpe=10&collate=1&cat=web&top=1&refer=mc-results1
/did -r recherche 9
: finrecherche3
}
on 1:dialog:recherche:sclick:11:{
if ( $did(recherche,12) == $null ) { goto finrecherche4 }
/run http://astalavista.box.sk/cgi-bin/robot?srch= $+ $did(recherche,12) $+ &submit=+search+
/did -r recherche 12
: finrecherche4
}
on 1:dialog:recherche:sclick:14:{
if ( $did(recherche,15) == $null ) { goto finrecherche5 }
/run http://fr.search.yahoo.com/search/fr?p= $+ $did(recherche,15)
/did -r recherche 15
: finrecherche5
}
on 1:dialog:recherche:sclick:17:{
if ( $did(recherche,18) == $null ) { goto finrecherche6 }
/run http://www.sharereactor.com/search.php?search= $+ $did(recherche,18) $+ &category=0&submit=Search
/did -r recherche 18
echo -a sharereactor est souvent surcharger . si la page n'apparait pas . essayer de nouveaux
: finrecherche6
}
on 1:dialog:recherche:menu:20:{
echo -a Pour supprimer un mot de votre recherche
echo -a utiliser le symbole -
echo -a pour exemple :
echo -a jeuxvideo -xbox
echo -a ainsi tout les sites contenant le mot xbox seront supprimer
}
Conclusion
des commentaires ? :) n'esitez pas
Sources du même auteur
Sources de la même categorie
Commentaires et avis
|
Derniers Blogs
PRATIQUE DE SILVERLIGHT PAR ERIC AMBROSIPRATIQUE DE SILVERLIGHT PAR ERIC AMBROSI par MPOWARE
Je viens de finir la lecture du dernier livre d'
Eric Ambrosi
éditions PEARSON
Son livre donne une approche pratique de Silverlight qui sera aussi bien comprise par le développeur que par le designeur.
Tous les aspects du développement RIA sont abor...
Cliquez pour lire la suite de l'article par MPOWARE APPRENDRE à DéVELOPPER POUR LES MOBILES AVEC LA NOUVELLE GéNéRATION .NETAPPRENDRE à DéVELOPPER POUR LES MOBILES AVEC LA NOUVELLE GéNéRATION .NET par odewit
2 déclinaisons de Silverlight et 2 déclinaisons de Mono permettent dorénavant (ou permettront prochainement) de développer des applications .NET mobiles pour les principales plates-formes du marché :
Silverlight pour Symbian, basé sur Silverlight 2...
Cliquez pour lire la suite de l'article par odewit ZUNE : NOUVELLE VERSION DU ZUNE SOFTWARE - V 4.2ZUNE : NOUVELLE VERSION DU ZUNE SOFTWARE - V 4.2 par ROMELARD Fabrice
Avec la dernière génération du lecteur MP3 de Microsoft, le ZUNE HD, Microsoft a publié une nouvelle version du logiciel pour PC. Ainsi, je me suis décidé à installer celle-ci sur mon Tablet PC ACER, comme toujours le logiciel est donc tél...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice L'INTERFACE NATURELLE DE WINDOWS PHONE 7 SERIESL'INTERFACE NATURELLE DE WINDOWS PHONE 7 SERIES par odewit
La tendance est aux interfaces naturelles (NUI), et le keynote de Bill Buxton au MIX l'a bien souligné.
La charte graphique et ergonomique de Windows Phone 7 a donc été entièrement repensée en vue d'obtenir un maximum d'efficacité sur ce point. En re...
Cliquez pour lire la suite de l'article par odewit
Logiciels
Academy System (10.9.4.0)ACADEMY SYSTEM (10.9.4.0)Logiciel de gestion des établissements.
- élèves/étudiants (inscription, dossier, absence...)
-... Cliquez pour télécharger Academy System Xilisoft Convertisseur Vidéo Ultimate (5.1.39.0305)XILISOFT CONVERTISSEUR VIDéO ULTIMATE (5.1.39.0305)Xilisoft Convertisseur Vidéo Ultimate est un outil puissant de conversion vidéo, facile à utilise... Cliquez pour télécharger Xilisoft Convertisseur Vidéo Ultimate Xilisoft DVD Ripper Ultimate (5.0.64.0304)XILISOFT DVD RIPPER ULTIMATE (5.0.64.0304)Xilisoft DVD Ripper Ultimate est un logiciel excellent pour copier et convertir DVD vers presque ... Cliquez pour télécharger Xilisoft DVD Ripper Ultimate Rigs of Rods (63.3)RIGS OF RODS (63.3)c'est un jeu de multi-simulation camions,autobus voitures, avions, bateaux, hélicoptère avec défo... Cliquez pour télécharger Rigs of Rods
|