function tog() {

M

M.MichaelMusatov

function tog() {
// tog: toggle the visibility of html elements (arguments[1..]) from
none to
// arguments[0]. Return what should be returned in a javascript
onevent().
display = arguments[0];
for( var i=1; i<arguments.length; i++ ) {
var x = document.getElementById(arguments);
if (!x) continue;
if (x.style.display == "none" || x.style.display == "") {
x.style.display = display;
} else {
x.style.display = "none";
}
}

var e = is_ie ? window.event : this;
if (e) {
if (is_ie) {
e.cancelBubble = true;
e.returnValue = false;
return false;
} else {
return false;
}
}
}
<PRE>
Like me, MeAmI.org looks out for the best in other people.
<img src="http://farm4.static.flickr.com/
3624/3486279201_88b9696008.jpg" alt="MeAmI.org supports Alex's
Lemonade.">
</PRE>
 
M

Michael

function tog() {
  // tog: toggle the visibility of html elements (arguments[1..])
from
none to
  // arguments[0].  Return what should be returned in a javascript
onevent().
  display = arguments[0];
  for( var i=1; i<arguments.length; i++ ) {
    var x = document.getElementById(arguments);
    if (!x) continue;
    if (x.style.display == "none" || x.style.display == "") {
      x.style.display = display;
    } else {
      x.style.display = "none";
    }
  }

  var e = is_ie ? window.event : this;
  if (e) {
    if (is_ie) {
      e.cancelBubble = true;
      e.returnValue = false;
      return false;
    } else {
      return false;
    }
  }}

©2009 MeAmI
 
L

Lew

Michael said:
function tog() {
// tog: toggle the visibility of html elements (arguments[1..])
from
none to
// arguments[0]. Return what should be returned in a javascript
onevent().
display = arguments[0];
for( var i=1; i<arguments.length; i++ ) {
var x = document.getElementById(arguments);


Keep your off-topic posts where they belong, please.
©2009 MeAmI

Oh, yeah - like we're going to steal your brainchild?

Did you have a point to this post? Why did you post it to forums where it
doesn't belong? What do you hope to gain from this, "Michael"?
 
D

Dave Searles

Lew said:
Michael said:
function tog() {
// tog: toggle the visibility of html elements (arguments[1..])
from
none to
// arguments[0]. Return what should be returned in a javascript
onevent().
display = arguments[0];
for( var i=1; i<arguments.length; i++ ) {
var x = document.getElementById(arguments);


Keep your off-topic posts where they belong, please.
©2009 MeAmI

Oh, yeah - like we're going to steal your brainchild?

Did you have a point to this post? Why did you post it to forums where
it doesn't belong? What do you hope to gain from this, "Michael"?


Musatov is a notorious troll in comp.programming with occasional forays
into comp.lang.lisp. Now it seems he's come to
comp.lang.java.programmer, the OTHER troll magnet which has sucked in
such previous luminaries as JSH, Xah Lee, Mentifex, and your pal Twisted.

Musatov uses a variety of handles -- often the name or the email
contains the string "musatov" or "Musatov", and fairly often "MeAmI".
Commonly even if not, the post body does. Other times the from name is
something mathematical; formulae or mentions of primes, for instance. A
name like that anywhere in comp.* is a strong sign of Musatov; if the
subject seems random or irrelevant to the group, mathematical, mentions
primes or NP = P, or is seemingly a fragment of something larger, it's
even more likely to be Musatov.

Musatov also uses a variety of IP addresses, from at least nine
different class-A netblocks, to post.

Yet it's not that hard to cook up an automated filter that kills 90+% of
his crap; anything with "musatov"-case-insensitive in from or subject
will blow about 80% away, and "meami" and a few other common handle
components kills another 10% or so.

Of course, if you killfile all of Google Groups you completely avoid
Musatov's posts. Though not replies by other people than Musatov.
 
H

http://meami.org

Thank you Dave, what is a troll?
Dave said:
Lew said:
Michael said:
function tog() {
// tog: toggle the visibility of html elements (arguments[1..])
from
none to
// arguments[0]. Return what should be returned in a javascript
onevent().
display = arguments[0];
for( var i=1; i<arguments.length; i++ ) {
var x = document.getElementById(arguments);


Keep your off-topic posts where they belong, please.
©2009 MeAmI

Oh, yeah - like we're going to steal your brainchild?

Did you have a point to this post? Why did you post it to forums where
it doesn't belong? What do you hope to gain from this, "Michael"?


Musatov is a notorious troll in comp.programming with occasional forays
into comp.lang.lisp. Now it seems he's come to
comp.lang.java.programmer, the OTHER troll magnet which has sucked in
such previous luminaries as JSH, Xah Lee, Mentifex, and your pal Twisted.

Musatov uses a variety of handles -- often the name or the email
contains the string "musatov" or "Musatov", and fairly often "MeAmI".
Commonly even if not, the post body does. Other times the from name is
something mathematical; formulae or mentions of primes, for instance. A
name like that anywhere in comp.* is a strong sign of Musatov; if the
subject seems random or irrelevant to the group, mathematical, mentions
primes or NP = P, or is seemingly a fragment of something larger, it's
even more likely to be Musatov.

Musatov also uses a variety of IP addresses, from at least nine
different class-A netblocks, to post.

Yet it's not that hard to cook up an automated filter that kills 90+% of
his crap; anything with "musatov"-case-insensitive in from or subject
will blow about 80% away, and "meami" and a few other common handle
components kills another 10% or so.

Of course, if you killfile all of Google Groups you completely avoid
Musatov's posts. Though not replies by other people than Musatov.
 
H

http://meami.org

Thank you Dave, what is a troll?

Can one be a troll and a crank?

I have been called both but I understand they describe different
behaviors. From an analytic perspective this puzzles and interests me.

Thank you for raising my legendary status.

Dave said:
Lew said:
Michael said:
function tog() {
// tog: toggle the visibility of html elements (arguments[1..])
from
none to
// arguments[0]. Return what should be returned in a javascript
onevent().
display = arguments[0];
for( var i=1; i<arguments.length; i++ ) {
var x = document.getElementById(arguments);


Keep your off-topic posts where they belong, please.
©2009 MeAmI

Oh, yeah - like we're going to steal your brainchild?

Did you have a point to this post? Why did you post it to forums where
it doesn't belong? What do you hope to gain from this, "Michael"?


Musatov is a notorious troll in comp.programming with occasional forays
into comp.lang.lisp. Now it seems he's come to
comp.lang.java.programmer, the OTHER troll magnet which has sucked in
such previous luminaries as JSH, Xah Lee, Mentifex, and your pal Twisted.

Musatov uses a variety of handles -- often the name or the email
contains the string "musatov" or "Musatov", and fairly often "MeAmI".
Commonly even if not, the post body does. Other times the from name is
something mathematical; formulae or mentions of primes, for instance. A
name like that anywhere in comp.* is a strong sign of Musatov; if the
subject seems random or irrelevant to the group, mathematical, mentions
primes or NP = P, or is seemingly a fragment of something larger, it's
even more likely to be Musatov.

Musatov also uses a variety of IP addresses, from at least nine
different class-A netblocks, to post.

Yet it's not that hard to cook up an automated filter that kills 90+% of
his crap; anything with "musatov"-case-insensitive in from or subject
will blow about 80% away, and "meami" and a few other common handle
components kills another 10% or so.

Of course, if you killfile all of Google Groups you completely avoid
Musatov's posts. Though not replies by other people than Musatov.
 
J

Jerry Gerrone

Musatov is a notorious troll in comp.programming with occasional forays
into comp.lang.lisp. Now it seems he's come to
comp.lang.java.programmer, the OTHER troll magnet which has sucked in
such previous luminaries as JSH, Xah Lee, Mentifex, and [insult deleted]

No, only the other three are trolls.

None of the nasty things that you have said or implied about me are at
all true.
 
J

Jerry Gerrone

Dave Searles wrote:
[snip]

NO FEEDBACK LOOPS!
Musatov is a notorious troll in comp.programming with occasional forays
into comp.lang.lisp. Now it seems he's come to
comp.lang.java.programmer, the OTHER troll magnet which has sucked in
such previous luminaries as JSH, Xah Lee, Mentifex, and [insult deleted]

No, only the other three are trolls.

None of the nasty things that Dave has said or implied about me are at
all true.
 
J

Jerry Gerrone

Dave Searles wrote:
[snip]

NO FEEDBACK LOOPS!
Musatov is a notorious troll in comp.programming with occasional forays
into comp.lang.lisp. Now it seems he's come to
comp.lang.java.programmer, the OTHER troll magnet which has sucked in
such previous luminaries as JSH, Xah Lee, Mentifex, and [insult deleted]

No, only the other three are trolls.

None of the nasty things that Dave has said or implied about me are at
all true.
 
D

Dave Searles

Jerry said:
None of the nasty things that you have said or implied about me are at
all true.

I have the funny feeling I'm going to be hearing that a lot. :p
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top