• HEXUS
  • HEXUS.tv
  • channel
  • gaming
  • lifestyle
  • trust
  • community
  • ESReality
  • HEXUS.community discussion forumsVisit Corsair.com

    Welcome to the HEXUS.community discussion forums forums.

    You are currently viewing our boards as a guest which gives you limited access to view most discussions and other features. By joining our free community you will have access to post topics, respond to polls and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

    Go Back   HEXUS.community discussion forums > HEXUS.channels > HEXUS.net

    HEXUS.net Latest! Latest! Get your fix on what’s happening in planet HEXUS and beyond Add RSS Feed

    Reply
     
    LinkBack Thread Tools
    Old 15-05-2005, 07:43 PM   #1 (permalink)
    HEXUS webmaster
     
    Steve's Avatar
     
    Join Date: Nov 2003
    Location: Bristol
    Posts: 11,379
    Thanks: 17
    Thanked 91 Times in 58 Posts
    Steve's system
    Accessible Odeon Returns (Sort-Of)

    Remember the plight of Matthew Somerville, a lone man who provided a version of Odeon accessible to all, particularly Firefox users? Odeon didn't like their horrible site being replicated in any accessible way (possibly their own version ended up being less popular?), so Matthew had to remove his work. However, he has now found a way around the problem.

    Using Greasemonkey, a Firefox plugin which essentially enables DHTML, Matthew has created a script to run the menu of the Odeon website.

    Read more about it over at the Accessible Odeon website.


    ------------------------------

    Steve is offline   Reply With Quote
    Old 15-05-2005, 10:25 PM   #2 (permalink)
    Common Sense Advocate
     
    Rabs's Avatar
     
    Join Date: Jul 2003
    Location: Preston
    Posts: 712
    Thanks: 1
    Thanked 2 Times in 1 Post
    Rabs's system
    Its a disgrace that a large company such as the odeon dont have pages compliant with all browsers.

    If a site doesn't display/function correctly in firefox I would tend not to use the site in question be it retail or otherwise.

    They should have had this sorted ages ago so theres no excuse for this one...
    Rabs is offline   Reply With Quote
    Old 15-05-2005, 11:18 PM   #3 (permalink)
    More l33t than dangel
     
    directhex's Avatar
     
    Join Date: Jul 2003
    Location: /dev/urandom
    Posts: 13,322
    Thanks: 27
    Thanked 252 Times in 199 Posts
    directhex's system
    Originally Posted by Rabs
    Its a disgrace that a large company such as the odeon dont have pages compliant with all browsers.

    If a site doesn't display/function correctly in firefox I would tend not to use the site in question be it retail or otherwise.

    They should have had this sorted ages ago so theres no excuse for this one...
    the ten-line fix for their javascript was first published in 2001

    Code:
    	if (document.layers) {
    	    doc = 'document.';
    	    stylo = '';
    	    pxt = '.top';
    	    pxl = '.left';
    	    large = innerWidth; longue = innerHeight;
    	    window.captureEvents(Event.RESIZE);
    	    window.onresize = tienstoibien;
    	    n4 = 1;
    	    }
    	    
    	if (document.all) {
    	    doc = 'document.all.';
    	    stylo = '.style';
    	    pxt = '.pixelTop';
    	    pxl = '.pixelLeft';
    	    n4 = 0;
    	    }
    should read as

    Code:
    	if (document.layers) {
                // Navigator 4.x
    	    doc = 'document.';
    	    stylo = '';
    	    pxt = '.top';
    	    pxl = '.left';
    	    large = innerWidth; longue = innerHeight;
    	    window.captureEvents(Event.RESIZE);
    	    window.onresize = tienstoibien;
    	    n4 = 1;
    	    }
            else if (window.captureEvents) {
                // Netscape 6
                doc = 'document.';
                stylo = '.style';
                pxt = '.top';
                pxl = '.left';
                large = innerWidth; 
                longue = innerHeight;
                n4 = 0;
                }
    	else if (document.all) {
                // IE4+
    	    doc = 'document.all.';
    	    stylo = '.style';
    	    pxt = '.pixelTop';
    	    pxl = '.pixelLeft';
    	    n4 = 0;
    	    }
    i.e. their current javascript only detects netscape 4, or msie 3, and acts accordingly

    directhex is offline   Reply With Quote
    Reply

    Breadcrumb
    Go Back   HEXUS.community discussion forums > HEXUS.channels > HEXUS.net


    Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
     
    Thread Tools

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off
    Trackbacks are On
    Pingbacks are On
    Refbacks are On
    Forum Jump



    All times are GMT. The time now is 05:31 PM.

    Any representations/statements made on the HEXUS.community discussion forums are the representations/statements of the author i.e. the person/organisation making them. If any such representations/statements are disputed they are a matter between the parties concerned. HEXUS Limited accepts no responsibility for any misrepresentations, inaccurate or false statements made by any person/organisation other than HEXUS Limited employees.
    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
    Content Relevant URLs by vBSEO 3.2.0
    © Copyright 2008 HEXUS® Limited. All rights reserved. Unauthorised reproduction strictly prohibited.