Topics  |  Help  |  Profile  |  Register  
Last 1  | 3 | 7 Days  |  Search  |  Tree View  |  Board Clock  |  Board FAQ    
JADE STARS * Science Lab * Google matters < Previous Next >

  Thread Last Poster Posts Pages Last Post
Archive through July 29, 2008Cavebear25 7-29-08  2:51 am
Archive through December 18, 2007Don25 12-18-07  1:29 am
  ClosedClosed: New threads not accepted on this page        

Author Message
Top of pagePrevious messageNext messageBottom of page Link to this message

Hitman84
hunter
Username: Hitman84

Post Number: 257
Registered: 9-2006
Posted on Tuesday, August 05, 2008 - 5:35 pm:   Edit PostView Post/Check IPPrint Post   Move Post (Moderator/Admin Only)

My favorites:

http://www.google.com/intl/xx-bork/

http://www.google.com/intl/xx-elmer/

http://www.google.com/intl/xx-hacker/
"Personally, I rather look forward to a computer program winning the world chess championship. Humanity needs a lesson in humility."

- Richard Dawkins
Top of pagePrevious messageNext messageBottom of page Link to this message

Thales
gatherer
Username: Thales

Post Number: 177
Registered: 9-2003
Posted on Saturday, August 16, 2008 - 11:09 am:   Edit PostView Post/Check IPPrint Post   Move Post (Moderator/Admin Only)

Google executes JavaScript.

My email address is displayed to humans as plaintext on my homepage, but in the source it is encrypted in a simple way, and when the page is loaded, a short JavaScript program decrypts the address. The idea was that robots used by spammers don't execute JavaScript code, and my address would be safe. Yesterday it occurred to me to check if Google sees it, and sure enough, it does, and when that is so, other robots might see it as well. Now I may have to find a new way to hide my address. I know it could be done with PHP, but there are reasons why I don't like that. Perhaps I can make the address invisible, but it would still be a working link.
I am ready to start writing. I have already sharpened my cursor.
Top of pagePrevious messageNext messageBottom of page Link to this message

Hitman84
hunter
Username: Hitman84

Post Number: 262
Registered: 9-2006
Posted on Saturday, August 23, 2008 - 10:44 am:   Edit PostView Post/Check IPPrint Post   Move Post (Moderator/Admin Only)

Thales,

---My email address is displayed to humans as plaintext on my homepage---

Why don't you upload an image of your e-mail address? :-)

Whatever a human can do so can the spider bot. But I'm not sure if it can recognize e-mail id in an image. It would be even better if the image contains handwritten text.

Chessgames.com uses a similar method where in just the @ symbol is displayed as an image.
"Personally, I rather look forward to a computer program winning the world chess championship. Humanity needs a lesson in humility."

- Richard Dawkins
Top of pagePrevious messageNext messageBottom of page Link to this message

Thales
gatherer
Username: Thales

Post Number: 178
Registered: 9-2003
Posted on Saturday, August 23, 2008 - 2:07 pm:   Edit PostView Post/Check IPPrint Post   Move Post (Moderator/Admin Only)

"Why don't you upload an image of your e-mail address?"

That would not work as a link. You need text for that.

It would be a separate file, and might not get copied when someone copies a particular html file where I want the address to be available.

I have been told that Google is trying to recognize text in images, so that they could index those, too. Spammers may follow.

Now the pages don't show the address, but it's decrypted when the link is clicked to send email. I hope this will make things a bit more difficult for bots. We'll see.
I am ready to start writing. I have already sharpened my cursor.
Top of pagePrevious messageNext messageBottom of page Link to this message

Matera
gatherer
Username: Matera

Post Number: 163
Registered: 5-2007
Posted on Sunday, August 24, 2008 - 3:01 am:   Edit PostView Post/Check IPPrint Post   Move Post (Moderator/Admin Only)

I have taken to using a doubly-coded mail-to, both javascript and ISO 8859-1 codes. So far so good. Though a Google search for (me) (at) (my addy) does return one site, it doesn't display the address.

Using a contact form is supposed to be safer. I expect we will all have to carry virtual guns before long anyway lol
"A drum is empty always, and when the skin is rightly taut it gives right noise, right sound. Attention is like that."
~ Krishnamurti
Top of pagePrevious messageNext messageBottom of page Link to this message

Thales
gatherer
Username: Thales

Post Number: 180
Registered: 9-2003
Posted on Sunday, August 24, 2008 - 1:51 pm:   Edit PostView Post/Check IPPrint Post   Move Post (Moderator/Admin Only)

Matera, can you show an example? I tried to post mine, but it gets corrupted in preview.
I am ready to start writing. I have already sharpened my cursor.
Top of pagePrevious messageNext messageBottom of page Link to this message

Matera
gatherer
Username: Matera

Post Number: 164
Registered: 5-2007
Posted on Monday, August 25, 2008 - 12:22 am:   Edit PostView Post/Check IPPrint Post   Move Post (Moderator/Admin Only)

Cheeses Steak Rice! (sorry, Kerensa) It is not easy to demo code here. This is an e-mail include from my main site:

<script language="JavaScript"> <!--
document.write ('<a href="&#109;&#97;&#105;&#1')
document.write ('08;&#116;&#111;&#58;&#109;&#97;&#116;&#101;&#114;&#97;')
document.write ('&#64;')
document.write ('&#102;&#105;&#114;&#101;&#102;&#114;&#111;&#109;&#116;&#104;&#101;&#115;&#107;&#121;')
document.write ('&#46;')
document.write ('&#111;&#114;&#103;">')
document.write ('&#109;&#97;&#116;&#101;&#114;&#97;&#32;&#64;&#32;&#102;&#105;&#114;&#101;&#102;&#114;&#111;&#109;&#116;&#104;&#101;&#115;&#107;&#121;&#46;&#111;&#114;&#103;</a>')
// -->
</script>

Un-ticking the "Enable HTML code" box helps, she muttered sullenly.
"A drum is empty always, and when the skin is rightly taut it gives right noise, right sound. Attention is like that."
~ Krishnamurti
Top of pagePrevious messageNext messageBottom of page Link to this message

Thales
gatherer
Username: Thales

Post Number: 181
Registered: 9-2003
Posted on Monday, August 25, 2008 - 10:10 am:   Edit PostView Post/Check IPPrint Post   Move Post (Moderator/Admin Only)

Thank you, Matera. Of course, I could and should have said that my solution can be found here:

http://koti.mbnet.fi/thales/palaute.htm

Comments are in Finnish only, but the code is very simple.
I am ready to start writing. I have already sharpened my cursor.
Top of pagePrevious messageNext messageBottom of page Link to this message

Matera
gatherer
Username: Matera

Post Number: 165
Registered: 5-2007
Posted on Tuesday, August 26, 2008 - 3:50 am:   Edit PostView Post/Check IPPrint Post   Move Post (Moderator/Admin Only)

Ha, nice one. :-)
"A drum is empty always, and when the skin is rightly taut it gives right noise, right sound. Attention is like that."
~ Krishnamurti
Top of pagePrevious messageNext messageBottom of page Link to this message

Don
flint knapper
Username: Don

Post Number: 1264
Registered: 5-2003
Posted on Saturday, October 18, 2008 - 10:04 am:   Edit PostView Post/Check IPPrint Post   Move Post (Moderator/Admin Only)

My email is in plain text open to bots and whatever, and yes, I get spam, but gmail sorts it pretty well.

I don't have any anti-virus software installed, and have never had a computer virus. Of course, I have a mac ;-)

I also have my real name and home address on the web, and the axe murderers haven't shown up yet...


Don
take what you want and pay for it
Top of pagePrevious messageNext messageBottom of page Link to this message

Cavebear
healer
Username: Cavebear

Post Number: 3411
Registered: 9-2003
Posted on Monday, October 20, 2008 - 6:35 am:   Edit PostView Post/Check IPPrint Post   Move Post (Moderator/Admin Only)

Both my previous Windows Netscape email and my current Mac email seem to be pretty good at detecting spam and junk mail. I haven't had any problems for a few years.
Thank you, Carl Sagan and Richard Dawkins...

Add Your Message Here
Posting is currently disabled in this topic. Contact your discussion moderator for more information.

Topics | Last Day | Last Week | Tree View | Search | User List | Help/Instructions | Program Credits Administration