Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Figured this out in 2003 (Score 1) 663

I had a similar experience (also circa 2003), and have to agree. Minor UI quibbles notwithstanding, back then OS X seemed to do exactly what desktop Linux should have been doing. OS X might be starting to show its age a little now, but it still holds up. That said, I was a big fan of Window Maker and Afterstep, which later endeared me to OS X.

Comment Re:Well, duh. (Score 1) 176

Actually, it's not necessarily using document.write() which is causing the problem. The problem is that most browsers will not move on until the script has been loaded and run, because of things like document.write(). My point is that not using document.write() won't fix the problem.

Using javascript to create script nodes can get around this problem, but only if the script you're loading doesn't have (for example) document.write(). So it's useless for ads as they are currently done.

I've actually tried overriding document.write(), and got it working fairly smoothly in FF. Not in IE, of course.

Slashdot Top Deals

A bug in the code is worth two in the documentation.

Working...