Just to add my not-really-worth-anything-because-of-inflation two cents...
There is no way to prevent a knowledgable user from obtaining your JavaScript. It is executed in their browser, so they HAVE to be able to get it for it to work. There are ways to make it harder for them to utilize, but they generally come at the sacrifice of accessibility.
As far as IE users, they make up between 45% and 80% of the users for the various websites I work on. It's been said a million times, but it should be said again. Design for W3 standards, adjust for IE.
In reply to:
No there is a script that literally hides all web page content so that when you view source all you see is a blank page. Forget the name of it now but saw it for sale on eBay somewhere recently.
At best, that could have been a bug exploit as suggested above. Regardless, there is no way to truly hide the source from the end user. In fact, Safari (and Opera now I believe) has ways of editting the source so they can play around with the cached version of your website. And trusting some script kiddie on eBay, well, as told to the preschoolers: you get what you get and you don't throw a fit.
JavaScript "tricks" to hide source are useless, because people can disable JS (especially with the dev toolbar in FF).
In reply to:
98% of the internet uses IE
In reply to:
Well I was being generous to FireFox and the other browser users actually
How so?
In reply to:
1980... wow that's impressive, I'm in awe. Hope you got a newer computer by now though... don't tell, you know cobol too
Pssh, C++ was all the rage in the 80's ;) At least, by people in the in...
In reply to:
IE7 is currently in Beta and once the final release is out, it will be automatically updated via Windows Update
And hopefully by then it doesn't suck as much as now. I haven't used RC1, but B3 was absolutely terrible.
Check out Gordaen's Knowledge, the blog, and the MR2 page.