Infuriating Search Result Exasperante resultado de la búsqueda
April 17th, 2007 · by David Bradley 17 de abril de 2007 por 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 de los fenómenos más exasperante en la red no es accidente que los sitios de su navegador o blogs que nunca actualización, no es incluso sitios de noticias que no parecen tener una fuente de noticias. 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, es esos pequeños cuadros de búsqueda que los webmasters que considere oportuno incluir la palabra "búsqueda" smack en el centro de forma que no desaparecen al hacer clic en el cuadro de búsqueda para entrar en los términos de búsqueda.
Why are they infuriating? ¿Por qué son exasperante? 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. Bueno, tan pronto como te das cuenta de que la forma no es auto-limpieza, usted tiene que seleccionar la palabra que ya existe ( "búsqueda") y, o bien eliminarla antes de añadir sus propios términos, o bien seleccionar y escriba o pegue sobre la parte superior del mismo. 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. Si resbalón con el ratón que de vez en cuando acaban con la palabra "búsqueda" en el comienzo o el final, o incluso en medio de sus palabras clave - por ejemplo, signifsearchicant cifras.
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). Hay una solución, pero tiene que ser aplicado por el webmaster, no hay solución rápida de la perspectiva del navegador (a menos que usted sabe diferente). So, with thanks to Así que, con gracias a Urban75 , webmasters please embed the following in your search form as appropriate: , Los webmasters, por favor integrar la siguiente en su búsqueda de lo que corresponda:
<FORM> <form>
Search: <INPUT TYPE=text VALUE=”Search Text” ONFOCUS=”clearDefault(this)”> Buscar: <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 (Del mismo modo, si usted insiste en que figure la palabra "correo electrónico" en el correo el formulario de suscripción a continuación, utilice
Email: <INPUT TYPE=text VALUE=”E-Mail Address” ONFOCUS=”clearDefault(this)”> Correo electrónico: <INPUT TYPE=text VALUE="E-Mail Address" ONFOCUS="clearDefault(this)">
in there instead. existe en su lugar.
There is an additional step to make it work and it requires a wee script in the head section of your page: Hay un paso adicional para hacer que funcione y que requiere un script wee en la sección de cabecera de su página:
<script type=”text/javascript”> <script type="text/javascript">
<!– <! --
function clearDefault(el) { clearDefault función (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?). Todo esto es muy fácil y se ahorra una gran cantidad de infuriation (que es una palabra?). There is of course a much simpler solution that involves a serious assumption. Hay, por supuesto, una solución muy simple que implica una grave presunción. 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. Usted podría simplemente suponer que sus lectores saben lo que es un cuadro de búsqueda es y lo utilizarán para buscar o si tiene una casilla de correo electrónico de suscripción ellos sabrán escribir su dirección de correo electrónico con el fin de suscribir, por lo que podría dejar la misma facilidad que " búsqueda "y" correo electrónico "de las cajas' configuración de arranque en el primer lugar. It looks slicker too. Parece slicker demasiado.
Related Posts Puestos relacionados
- Infuriating Search Result Exasperante resultado de la búsqueda
- Compact Flash Goes AWOL Compact Flash Goes AWOL
- Simple Google Hack Gives You More Simple Google Hack le da más
- Google Bugs and Newbie Traps Google errores y trampas novato
- Hack Your Own Site for Simpler Searching Hack su propio sitio de búsqueda más simple






















1 response so far ↓ 1 respuesta hasta el momento ↓
David Bradley David Bradley // / / Apr 18, 2007 at 8:29 am 18-abr-2007 a las 8:29 am
Apologies the > signs were’nt working properly in the original post, fixed now Las disculpas las> señales were'nt funciona correctamente en el post original, fijado ahora
Leave a Comment Déjanos tu comentario