From: Dotan Cohen on 14 Jun 2010 10:50 On 14 June 2010 15:36, HallMarc Websites <sales(a)hallmarcwebsites.com> wrote: > Another is a CSS solution where you type the email address backwards and > then use the CSS style declaration: > style="direction: rtl; unicode-bidi: bidi-override;" > How does that work with screen readers? How about copy-paste? -- Dotan Cohen http://gibberish.co.il http://what-is-what.com
From: Jonesy on 14 Jun 2010 10:51 On Mon, 14 Jun 2010 08:02:02 -0400, David Mehler wrote: > > I've got a site that is needing to have two email addresses on it, one > for general contact and information and the other for webmaster for > site problems. I do not want these addresses to become harvested by > spammers yet i want to make it possible for people to email if needed. > I can not use javascript for this solution. One way I do it at times is v-a-v what is seen in my .sig below. It usually requires a fixed pitch font -- depending on how it's laid out. I also use the image technique as described by others. I also use the obfuscator technique with acceptable success. One reference at: http://www.healyourchurchwebsite.com/obfuscator/ I would not use _all three_ on the same email addy.... :-) HTH Jonesy -- Marvin L Jones | jonz | W3DHJ | linux 38.24N 104.55W | @ config.com | Jonesy | OS/2 * Killfiling google & XXXXbanter.com: jonz.net/ng.htm
From: Ashley Sheridan on 14 Jun 2010 10:52 On Mon, 2010-06-14 at 17:50 +0300, Dotan Cohen wrote: > On 14 June 2010 15:36, HallMarc Websites <sales(a)hallmarcwebsites.com> wrote: > > Another is a CSS solution where you type the email address backwards and > > then use the CSS style declaration: > > style="direction: rtl; unicode-bidi: bidi-override;" > > > > How does that work with screen readers? How about copy-paste? > I don't think there's an accessible way of doing this. Anything that allows a screen reader to speak the email address would also be susceptible to spammers email scrapers. Thanks, Ash http://www.ashleysheridan.co.uk
From: Paul M Foster on 14 Jun 2010 17:20 On Mon, Jun 14, 2010 at 01:06:29PM +0100, Ashley Sheridan wrote: > On Mon, 2010-06-14 at 08:02 -0400, David Mehler wrote: > > > Hello, > > I've got a site that is needing to have two email addresses on it, one > > for general contact and information and the other for webmaster for > > site problems. I do not want these addresses to become harvested by > > spammers yet i want to make it possible for people to email if needed. > > I can not use javascript for this solution. > > Suggestions appreciated. > > Thanks. > > Dave. > > > > > If Javascript isn't a solution (which I can understand for accessibility > reasons) then the only method I've seen that seems to work is to have > the email as an image in the same font style as it would be on the page > if it were just text. Facebook uses this to display contact email > addresses for people, and I've seen it used elsewhere also. The only > other method I've seen is to add in extra characters with a small note > to humans to remove them, but I find this quite a messy solution. > > Unfortunately, you can't get away with just a contact form these days if > you're a business, as it's a legal requirement in some countries to have > a contact details available, and not just a contact form. Do you have specifics? I've never heard of such a requirement. Notwithstanding Ash's assertion, I would suggest a contact form. The email address is effectively hidden, and you can apply CAPTCHA to the form to cut down on bot spam. It also introduces some discipline on the user, and potentially allows you to categorize inquiries (making it easier to pass them on to the proper person). You can also have a pick list on the form which details which person you'd like the form to be sent to. In general, on contact forms or "about us" pages, I include some physical address and possibly a phone number. This might satisfy Ash's requirement for "contact details". Paul -- Paul M. Foster
From: Ashley Sheridan on 14 Jun 2010 17:51 On Mon, 2010-06-14 at 17:20 -0400, Paul M Foster wrote: > On Mon, Jun 14, 2010 at 01:06:29PM +0100, Ashley Sheridan wrote: > > > On Mon, 2010-06-14 at 08:02 -0400, David Mehler wrote: > > > > > Hello, > > > I've got a site that is needing to have two email addresses on it, one > > > for general contact and information and the other for webmaster for > > > site problems. I do not want these addresses to become harvested by > > > spammers yet i want to make it possible for people to email if needed. > > > I can not use javascript for this solution. > > > Suggestions appreciated. > > > Thanks. > > > Dave. > > > > > > > > > If Javascript isn't a solution (which I can understand for accessibility > > reasons) then the only method I've seen that seems to work is to have > > the email as an image in the same font style as it would be on the page > > if it were just text. Facebook uses this to display contact email > > addresses for people, and I've seen it used elsewhere also. The only > > other method I've seen is to add in extra characters with a small note > > to humans to remove them, but I find this quite a messy solution. > > > > Unfortunately, you can't get away with just a contact form these days if > > you're a business, as it's a legal requirement in some countries to have > > a contact details available, and not just a contact form. > > Do you have specifics? I've never heard of such a requirement. > > Notwithstanding Ash's assertion, I would suggest a contact form. The > email address is effectively hidden, and you can apply CAPTCHA to the > form to cut down on bot spam. It also introduces some discipline on the > user, and potentially allows you to categorize inquiries (making it > easier to pass them on to the proper person). You can also have a pick > list on the form which details which person you'd like the form to be > sent to. > > In general, on contact forms or "about us" pages, I include some > physical address and possibly a phone number. This might satisfy Ash's > requirement for "contact details". > > Paul > > -- > Paul M. Foster > It's not my requirement, it's been a legal requirement in the UK for 3 years now. http://www.calmdesign.co.uk/articles/Website_legal_requirements/?id=16 Thanks, Ash http://www.ashleysheridan.co.uk
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 4 Prev: String Parse Help for novice Next: Another parse problem |