Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Browser sniffing considered harmful

Name: Anonymous 2011-09-26 6:51

Use feature detection.


if (typeof console.log != 'function') {
  console.log('You browser doesn't support logging.');
}

Name: Anonymous 2011-09-26 7:00

Oh you!

Name: Anonymous 2011-09-26 7:00

OpenGL-like extensions systems are the best.

Name: Anonymous 2011-09-26 9:18

>>1

not using if (console && console.log)
Condescending smirks and baseball bats aside, I seriously hope you guys don't do this.

Name: Anonymous 2011-09-26 13:00

>>4
take your image memes back to the image boards and spare us your textual versions

Name: Anonymous 2011-09-26 13:18

2005 called, it wants your programming advice back

Don't change these.
Name: Email:
Entire Thread Thread List