Ir al contenido / Skip navigation
Menú
¡Lo último!
Últimos artículos
Comentarios recientes
<ul><li>Saladashed.-: <a href="http://jordisan.net/blog/2006/que-es-un-framework#comment-11484" title="Saladashed.-">QUE GENIAL, la verdad que este post vale oro, está explicado sencilla y claramente, sin caer en la simplicidad. Oja...</a> <small> </small></li> <li>mike: <a href="http://jordisan.net/blog/2008/consejos-access#comment-11447" title="mike">las key las puedes nombrar como datos unicos y para generar reportes o kardex como lo que tu quieres hacer te recomie...</a> <small> </small></li> <li>TorvusBog: <a href="http://jordisan.net/blog/2008/un-badge-javascript-mejor-para-twitter#comment-11393" title="TorvusBog">excelente, me funcionó de inmediato, gracias! http://blog.felipebarrientos.cl</a> <small> </small></li> <li>Julio: <a href="http://jordisan.net/blog/2006/que-es-un-framework#comment-11236" title="Julio">Y yo que pensaba que un framework era solamente un conjunto de librerías...Gracias por sacarme de la ignorancia...</a> <small> </small></li> <li>Paula Alvarez: <a href="http://jordisan.net/blog/2006/proyecto-fin-de-carrera-analisis-de-logs-web#comment-11226" title="Paula Alvarez">Felicitaciones...Muy interesante</a> <small> </small></li> <li>JJTR: <a href="http://jordisan.net/blog/2006/que-es-un-framework#comment-11191" title="JJTR">Sprng es un frame work y como empiezo ha usar Spring</a> <small> </small></li> <li>Twitter Trackbacks for La mejor tira de Dilbert sobre usabilidad -@- jordisan.net [jordisan.net] on Topsy.com: <a href="http://jordisan.net/blog/2009/la-mejor-tira-de-dilbert-sobre-usabilidad#comment-11013" title="Twitter Trackbacks for La mejor tira de Dilbert sobre usabilidad -@- jordisan.net [jordisan.net] on Topsy.com">[...] Topsy Retweet Button var topsy_style = &quot;small&quot;; var topsy_order = &quot;count,retweet,badge&quot...</a> <small> </small></li> <li>jose: <a href="http://jordisan.net/blog/2006/consultando-el-diccionario-de-la-rae#comment-10944" title="jose">no me gusta nada es una putaa mierda</a> <small> </small></li> <li>José: <a href="http://jordisan.net/blog/2010/asi-son-los-correos-que-recibo#comment-10927" title="José">Hola amigo, mira, estamos realizando un concurso-sorteo para bloggers para presentar nuestra nueva tienda, el concurs...</a> <small> </small></li> <li>Victor Moral: <a href="http://jordisan.net/blog/2010/asi-son-los-correos-que-recibo#comment-10807" title="Victor Moral">Ciertamente sí, me pasa lo mismo. El caso de los avisos legales no tiene mucho remedio a menos que emplees filtros m...</a> <small> </small></li> </ul>
Clasificación de artículos
D'oh! The attachment! A simple solution

D'oh! The attachment! A simple solution

Miércoles, 18 Marzo 2009

A simple and easy solution to those forgotten attachments in e-mails. Hasn't it happened to you?

Has this ever happened to you? You want to send a file to someone, so you write a nice e-mail explaining what it is; then you click the send button, and some minutes later you receive the reply: "ok, very nice, but … where's the attached file?".

Yes, you forgot to attach the file. It's a common but hard to avoid problem; a good rule is always attach the file before writing the e-mail, but aren't there any better ways to avoid this?

Some systems, like GMail or Thunderbird, have options to alert you when you try to send an e-mail which includes specific words ("file", "enclose", "photo", …) but has no attached files. It's a nice idea, but far from perfect: you will still miss files if the system doesn't detect these words, or you will get an annoying alert about an attachment you don't want to send.

A simple solution

Here's a simpler solution: the user gets notified of how many attachments the e-mail has when he/she is about to send the e-mail, not using annoying alerts but simply including that information in the send button, like this (GMail example):

Composing a message in GMail, with the button 'Send (0 attachments)' highlighted 

So when you are going to send the e-mail, you realize that the message has no attachments. Simple and effective, don't you think so?

Implementing it in GMail

Developers should be able to include this functionality easily in e-mail clients. Meanwhile, however, we can try to implement it using plugins or other customization systems.

As an example, you can get that functionality (seeing the number of attachments in the send button of Gmail like in the previous image) installing the following Greasemonkey script:

Greasemonkey is a system to allow the user to control the way they use the web, by customizing it with scripting. It works with Firefox with this addon installed.

The number of attachments is computed when the cursor goes over the button. This is not the best implementation but a demonstration of how the functionality would work. The feature could be easily included by the developers (Mozilla, Google, Microsoft, … You know) in their e-mail clients.

This idea is just one of the improvements our e-mail systems need, as I explained in a previous article (in Spanish).

Deje un comentario