![]() |
|
|||||||
| Notices |
| General Web Design Forum Discuss General Web Design Issues |
![]() |
|
|
LinkBack (1) | Thread Tools | Display Modes |
|
||||
|
Many sites have the e-mail link, which when clicked, attempts to open up a new message in the e-mail client installed as default.
While this maybe seen as handy for those who have their e-mail going through such programs, what about shared computers or those with webmail accounts? Hell - I have my own computer and still only use webmail, since entourage spazed out and ditched all my emails, and even the back-up didn't work.. Webmail has the advantage of my e-mails anywhere too... Does this mean sites that have such a link, particularly in flash (where the e-mail link does not display in the bottom bar) are cutting off contacts and putting off users? Take this shiny site StudioMakgill — Design and Branding . Beautiful work, but does the lack of easy e-mail link make it harder to get in touch? would simply making the e-mail link the actually address solve this simple? Is there another way that could launch my webmail? a plug-in for firefox as yet unrealised.....? |
|
||||
|
The e-mail link on a web page is by far the easiest way to get spammed.. I don't use it; in fact, I break them on purpose... but that said, I find it interesting how many people rely on webmail as their sole resort. I can't tell you how many people I know that got screwed on that deal.. lost everything.
I have 23 email accounts... and I have NEVER been let down by Outlook. If you're not using a POP3 client and downloading your mail to your local machine.. shame on you, you deserve to lose it all!!!
__________________
Tommy Logic ™ Web Design :: Valid XHTML & CSS :: SEO :: CMS :: eCommerce Web Design Tutorials :: Computer Tutorials |
|
||||
|
I wrote an article on the same kind of thing here.
I do get annoyed though when there's just a mailto: link and no contact form.
__________________
Standards Compliant Web Consulting and Development | Labs - Free Snippets and Codes | CSS Wizardry |
|
||||
|
I prefer A CGI script.. Perl.. but spiders are funny & wicked
__________________
Tommy Logic ™ Web Design :: Valid XHTML & CSS :: SEO :: CMS :: eCommerce Web Design Tutorials :: Computer Tutorials |
|
||||
|
Quote:
The whole point is that the email address is constructed client-side. Server-side is completely pointless.
__________________
Subtlety is my middle name... and first and last in case you didn't get the point. |
|
||||
|
Server side is the best way, IMO.. I prefer hosts with CGI scripting allowed
__________________
Tommy Logic ™ Web Design :: Valid XHTML & CSS :: SEO :: CMS :: eCommerce Web Design Tutorials :: Computer Tutorials |
|
||||
|
I just write email addresses as their ASCII equivalents & # 97 ; = a, & # 98 ; = b etc (without spaces obviously)...
...or to refer you to another article of mine: Hide Email Addresses From Spiders With CSS :: PR Consulting - Web Standards Consultancy West Yorkshire // Usability, Accessibility, UX, Web Standards, Semantics, CSS & xHTML Consulting and Front-End Development
__________________
Standards Compliant Web Consulting and Development | Labs - Free Snippets and Codes | CSS Wizardry |
|
||||
|
No, you're missing the point tommy. If a spider requests the page from your CGI script, they're going to be handed the email addresses on a plate. The work is done for them and there's no point in even using a script to construct the email address.
They download a page, scan it for email addresses and links and move on. With a javascript constructor, they'll scan the page but find nothing, with any server-side script, they'll scan the page they downloaded and find everything. I wouldn't rely on the ASCII trick these days. That's a very old trick by now. Another advantage of the javascript is that you can write it to be as obscure as you like to make it extra difficult for the bots. If you really wanted to make it secure, you could even pull in variables from things like image heights or something specified in the css so that only a fully loaded and rendered webpage (web crawlers won't do either) will result in the script outputting the real email address. *edit* I should also point out that writing out tags like <a> using document.write is not recommended. It's not the DOM way to do things and your page won't validate (not as xhtml strict anyway).
__________________
Subtlety is my middle name... and first and last in case you didn't get the point. |
|
||||
|
Server Side Script.. not like PHP, but Perl app can throw them in a loop which their spider will never escape... a much better trick
__________________
Tommy Logic ™ Web Design :: Valid XHTML & CSS :: SEO :: CMS :: eCommerce Web Design Tutorials :: Computer Tutorials |
![]() |
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Useless Sign Challenge - Free Logo Decals | DistinctGraphicz | Graphic Design Competitions | 10 | 30-04-2008 10:54 PM |
| Useless Facts | Toon | Off Topic | 3 | 20-02-2008 12:12 PM |
| E-Mail Programs for MAC | TripleMoonsDesign | Off Topic | 21 | 13-11-2007 06:54 PM |
| Fuser - All Your Mail in one place | Toon | General Web Design Forum | 2 | 26-09-2007 11:44 AM |
| G-Mail vs Yahoo Mail | Toon | General Web Design Forum | 56 | 10-09-2007 03:02 PM |
| All times are GMT. The time now is 07:04 AM. |