Infuriating Search Result Infuriare il risultato della ricerca
April 17th, 2007 · by David Bradley 17 aprile 2007 da David Bradley
One of the most infuriating phenomena on the net isn’t sites that crash your browser or blogs that never update, it is not even news sites that don’t seem to have a newsfeed. Uno dei fenomeni più irritante sulla rete non è siti che crash il browser o blog che mai l'aggiornamento, non è nemmeno siti di notizie che non sembrano avere un newsfeed. No, it is those little search boxes that webmasters see fit to include the word “search” smack in the middle of the form that don’t disappear when you click the search box to enter your search terms. No, non lo è poco quelle caselle di ricerca che i webmaster che ritenga opportuno includere la parola "ricerca" smack in mezzo sotto forma che non scompaiono quando si fa clic sulla casella di ricerca di inserire i termini di ricerca.
Why are they infuriating? Perché sono infuriare? Well, as soon as you realize that the form is not self-clearing, you have to then select the word that is already there (”search”) and either delete it before you add your own terms, or else select and type or paste over the top of it. Ebbene, non appena si rendono conto che la forma non è auto-compensazione, dovete quindi selezionare la parola che è già presente ( "ricerca") e cancellare o prima di aggiungere i tuoi termini, altrimenti selezionare e digitare o incollare sulla cima di esso. If you slip with your mouse you’ll occasionally end up with the word “search” at the start or finish, or even in the middle of your keywords - eg signifsearchicant figures. Se si scivolone con il mouse potrete finire di tanto in tanto con la parola "ricerca" all'inizio o finale, o anche nel mezzo delle parole chiave - ad esempio signifsearchicant cifre.
There is a solution, but it has to be implemented by the webmaster, there is no quick fix from the browser’s perspective (unless you know different). C'è una soluzione, ma deve essere realizzata entro il webmaster, non vi è alcuna soluzione rapida dalla prospettiva del browser (a meno che non sappiate diversi). So, with thanks to Così, con grazie a Urban75 , webmasters please embed the following in your search form as appropriate: , I webmaster ti invitiamo a incorporare la seguente nel tuo modulo di ricerca a seconda dei casi:
<FORM> <form>
Search: <INPUT TYPE=text VALUE=”Search Text” ONFOCUS=”clearDefault(this)”> Ricerca: <input TYPE=text VALUE="Search Text" ONFOCUS="clearDefault(this)">
</FORM> </ FORM>
(Similarly, if you insist on including the word “email” in your email subscription form then use (Allo stesso modo, se si insistere sul contenenti la parola "email" nella tua e-mail sotto forma di abbonamento, quindi utilizzare
Email: <INPUT TYPE=text VALUE=”E-Mail Address” ONFOCUS=”clearDefault(this)”> Email: <input TYPE=text VALUE="E-Mail Address" ONFOCUS="clearDefault(this)">
in there instead. lì.
There is an additional step to make it work and it requires a wee script in the head section of your page: Vi è un ulteriore passo per rendere il lavoro e richiede un wee script nella sezione head della pagina:
<script type=”text/javascript”> <script type="text/javascript">
<!– <! --
function clearDefault(el) { funzione clearDefault (el) (
if (el.defaultValue==el.value) el.value = “” if (el.defaultValue == el.value) el.value = ""
} )
// –> / / ->
</script> </ script>
It’s all very easy and it saves a lot of infuriation (is that a word?). È tutto molto facile e permette di risparmiare molto infuriation (che è una parola?). There is of course a much simpler solution that involves a serious assumption. Non vi è naturalmente una soluzione molto più semplice che coinvolge un grave ipotesi. You could simply assume that your readership knows what a search box is and will use it to search or if you have an email subscription box they will know to type their email address in order to subscribe, so you could just as easily leave out that “search” and “email” from the boxes’ startup settings in the first place. Si potrebbe supporre che semplicemente il vostro lettori sa che cosa una casella di ricerca è, e utilizzarlo per cercare o se si dispone di una casella di posta elettronica abbonamento sapranno di digitare il proprio indirizzo email per abbonarsi, in modo che tu possa facilmente così come lasciare che " ricerca "e" email "dal box 'avvio impostazioni in primo luogo. It looks slicker too. Sembra troppo lisciante.
Related Posts Posti connessi
- Infuriating Search Result Infuriare il risultato della ricerca
- Compact Flash Goes AWOL Compact Flash Goes AWOL
- Simple Google Hack Gives You More Semplice hack di Google offre di più
- Google Bugs and Newbie Traps Google bug e newbie trappole
- Hack Your Own Site for Simpler Searching Hack il tuo sito più semplice per la ricerca






















1 response so far ↓ 1 risposta finora ↓
David Bradley David Bradley // / / Apr 18, 2007 at 8:29 am Apr 18, 2007 at 8:29 am
Apologies the > signs were’nt working properly in the original post, fixed now Le scuse> segni were'nt funziona correttamente nel post originale, fissato ora
Leave a Comment Lascia un commento