- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
Even better (I really mean worse)...
AT&T has custom handlers on some of their fields but ALLOWS Ctrl-C, -V, -X. BUT, they only allow CONTROL. They don't allow Command (⌘) on Macs. So, since I use a Mac, I can't paste in a user's cell phone number.
Thank God for Greasemonkey. Snip out all references to the custom handler. Problem solved.
Admin
Wait until they find out about wget.
Admin
The correct way to work around this problem is to make a build of Chromium that has the inspector stripped out.
Admin
No, that seems to be more related to adblocking. In my experience, so far, most of them just have a "display : hidden" style on some tags that you can kill to get the content.
Admin
Or alternatively you need to get fitted for a :belt_onion: and go cave-shopping.
Admin
$28.65 — that's a rather expensive hammer, especially for its intended purpose. You can get a Husky 16 oz. Fiberglass [handle] Claw Hammer for $9.97 at Home Depot (or a 16 oz. Rip Claw Wood Handle Nail Hammer for only $5.88, but only online). $30-ish is about top-of-the-line for a claw hammer, unless you spring for a titanium head.
Admin
...you were expecting a client-side JavaScript framework to work at all when you disable JavaScript?
Its full name is AngularJS for a reason. https://angularjs.org/img/AngularJS-large.png
Admin
I think the point is more that the site itself presents absolutely no content whatsoever when JS is disabled, which makes it look broken
Admin
i was expecting the website to remain functional with JS disabled enabled, yes.
angular obviously will fail to function, but the website should remain functional to some degree.
Admin
When a stupid rule of this magnitude is added, there is only one thing to do: enforce it. Take it to its natural conclusion.
First, get management to ban Firefox too, on the same grounds. IE11 is now the only allowed browser.
Wait some time. One day, mail them a VERY IMPORTANT SECURITY WARNING, and tell them you just discovered IE11 has hacking tools too. They are out of browsers now, but never fear! You already wrote a 10-page report on possible solutions: blocking them via group policy, downgrading to IE8, creating your own fork of Chromium with the developer tools removed...
Its important that you treat the situation very seriously. Always reassure them that they are doing the right thing. This should lead them to trust you, since they are idiots who just seek reassurance for their own ideas.
If you can get them to do any of those things, keep pushing: get them to ban clients from using Chrome, add obfuscation measures to the code, etc.
What will happen is either they realize at some point how stupid it was and roll back, or they end up with a dysfunctional company that will go bankrupt in a year. It's win/win.
Admin
I was told more generally, "Science progresses funeral by funeral."
Admin
Don't all browsers have a 'view source' option in the right click menu? OHMYGODZ!$! We must stop the user from that too!!!! borrows @RaceProUK's hammer
Admin
Admin
OOPS! may I, pretty please
Admin
IE6 is a computer crime
Admin
If Charlie believes that testers have to test the tests, then who tests the testers?
Admin
Something I just realised: If you enter in a web address in any app that uses Windows' Standard File Open Dialog Box, it will use IE to open that address and return the resulting file (In Temporary Internet Files) to the program.
So in other words, I can use Notepad to hack all the sites! [image]
Admin
Just bring it back clean, OK? ;)
Admin
[Physics|Philosophical] question time - can one dirty the blade of a lightsab[er|re]?
Admin
No; since the blade is pure energy, it cannot be dirtied.
Next!
Admin
But what if you kill an innocent with it? Would it not be a dirtied weapon?
Filed Under: Philosophical half of the question
Admin
Also, what if it was cortosis dust?
Admin
Admin
Not if you run SSL.
Admin
Yes if you run Fiddler with HTTPS decryption enabled.
Admin
dun dun dun
Admin
Don't even need Fiddler, just use stunnel with telnet :stuck_out_tongue:
Admin
Don't look at polymer or xtags by mozilla then.
Angular is mean't for SPA applications. JS being on is the expected pre-requisite
Admin
Please don't anthropomorphise computers and attribute feelings to them. They really hate that.
Admin
yeah, that's about as much use as a glass hammer.
Admin
Oh behave, or I'll take a holowhip to you.
Admin
Next!
Admin
And what on Earth does that have to do with custom markup?
You can display ANY well-ish-formed XML markup in a modern browser and apply CSS to ANY well-ish-formed XML markup, too.
The only thing that prevents a JS-handicapped browser from displaying the content that's loaded with JS is the fact that it's loaded with JS and the browser's JS-handicapped. Would have happened with custom markup, would have happened with usual HTML markup.
Admin
Admin
Yes, and it contained 30% memes, 30% circlejerking, 30% unprovoked Angular bashing and 10% discussion on "encrypting" pages with custom markup which started the other 90%.
Admin
And your point is? Or are you just upset someone doesn't like your 'special' JS framework?
Admin
But that is a function of the Windows OS not an individual program. So the only logical conclusion is to ban Windows.
Admin
My point had nothing to do with Angular and was laid out two posts ago and by hungrier in post 44: that
<fancy-custom-tag />
is not enough to make a page turn "whitescreen", which was the foundation of your rant afterwards.I'm sorry if that's upsetting, I'll do my best and try to sprinkle my point with some GIFs next time around.
Admin
So your point is that someone who won't spend five minutes checking a site degrades properly with JS off will spend two days reimplementing HTML in CSS.
Yeah, not buying it.
Admin
http://i.imgur.com/rcNrT.gif
Admin
we need a circlejerking meme so we can screw with those statistics
Admin
:anger:
no website should require JS to be enabled for browsing the site.
I'm willing to have degraded experience (no fancy popups or ajax content loaded without JS, but the browsing functionality should still be there.) and i'm even willing to be locked out of active interactions (no JS = readonly) if that's absolutely "required", but that's it.
the sight must remain accessible to users without JS.
for one thing Google's spiders certainly don't use JS and they need to crawl your site, if google can't crawl your site ain't nobody gonna find your site.
Admin
Of course, that doesn't negate the need to have graceful degradation, but it does make it less of an SEO issue and more of a UX issue.
Edit: Also, I must make this clear, this only applies to Google; there's no guarantee other spiders will do the same thing.
Admin
Any of you can use my thakking stick. Don't bother cleaning it afterwards. Viscera add patina.
[image]Admin
Admin
Welcome to The Internet. Enjoy your stay.
Admin
That's not obfuscation, that BAU. Last I checked, spamming the code with span tags was a common fault in a lot of current HTML code-generation tools, just like inserting tons of non-breaking spaces and shim images used to be (and still is for some of them). A bunch of WYSIWYG editors did it, as did some server-side frameworks. Dunno if that's been fixed on any of them or not.
Admin
Yes, but that competition is crap.
Yes, apparently it is possible to build useful, friendly and feature-rich applications in web browsers (mostly because we have frameworks upon frameworks which try to hide away the worst of the crap), but I would expect a well-designed system for doing so to be so much friendlier for both the developers and the end-users that it should be able to beat that competition to dust in short notice.
I think right now it's mostly a problem with software Stockholm Syndrome, where so much investment has been made, so much knowledge has been accumulated, and so many tools have been (and continue to be) developed to make the crappy platform more or less viable, that everyone just accepts this state as "how it is" and nobody seriously considers any alternatives any more.
Admin
You didn't know? That's always been how they move!
Admin
YIP YIP KYON BARK GROWL YIP BARK BARK KYON
-BITE-