Skip navigation.

exploreopera

| Help

Sign up | Help

Web 2.0: same sniff, new wrapping?

, , , ,

Eskobo uses the Microsoft Atlas framework. Atlas is pretty nifty actually, I especially appreciate it for being readable and un-obfuscated so it's simple for me to debug, unlike several other . unreadable . nightmares out there..

The problem at Eskobo is that you can not "minimize" the boxes with the little triangle on the left. Here's a screenshot demonstrating how I removed a single anti-Opera statement to enable that feature. Works like a charm once you disable their pointless "do not do this in Opera" crap. In this supposedly enlighted age of Web 2.0 and unobtrusive JavaScripts and AJAX enhancements.. Why do I still have to waste my time on ridiculous stuff like this? :mad:



Get a clue, guys.

To try this at home: load Eskobo, view source, search for and remove
if(cart_browser_opera){return false;};

Save and/or re-load from cache (as in using the menu entry Tools > Advanced > Re-load from cache in 8.5 or the "Reload from cache" button in 9's editor).

ticket to breakRyanair, meet Æ, Ø and Å

Comments

avatar
I haven't seen such blatant anti-Opera antics in a long time. I usually see the "if-IE-do-the-right-thing-else-if-Firefox-do-the-right-thing-else-lift-middle-finger" sort of coding, where at least one can blame the virtue of laziness.

"function qxb(qzgx)" is unobfuscated? Oookaaay :wink:

By Andrew Gregory, # 26. February 2006, 02:02:00

avatar
well :smile: That function isn't from the core Atlas libraries as far as I could tell. When commenting on readability I had those core libraries in mind.

By hallvors, # 26. February 2006, 05:40:12

avatar
It makes you want to think why can't they follow http://www.quirksmode.org/js/support.html and test for functionality instead of forcing others to use another browser.

By shoust, # 26. February 2006, 21:47:37

avatar
Hi,

I read your comments on web based personalized desktops. I was wondering if you have visited Pageflakes (www.pageflakes.com) already? We are offering a similar service allowing you to read news feeds and setting up multiple pages that can be customized with local weather, address book, todo lists, event finders, TV guides and much more. Looking forward to hearing from you. Maybe you have some thoughts on what we can improve.

Thanks and best regards
Tegan

By Tegan, # 27. February 2006, 09:37:35

avatar
funny you should mention that because i was reading pageflakes source code just a few days ago. the problem was rich text editing not enabled for "notes". says the code:

if(isFirefox){
// code that turns designMode on follows
}


so pageflakes is just as bad at abusing browser sniffing.. I can't begin to understand whyyou don't simply use object detection!

By hallvors, # 3. March 2006, 13:09:04

Write a comment

You must be logged in to write a comment. if you're not a registered member, please sign up.