1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Site not functioning properly on IE10

Discussion in 'Feedback & Suggestions' started by Nexxo, 16 Aug 2013.

  1. jaggyman

    jaggyman What's a Dremel?

    Joined:
    15 Jul 2010
    Posts:
    18
    Likes Received:
    0
    Get the same black screen when using an ipad mini running Safari on iOS 6.1.3
     
  2. yodasarmpit

    yodasarmpit Modder

    Joined:
    27 May 2002
    Posts:
    11,429
    Likes Received:
    237
    Getting the same issue in Chrome on iOS.
    ImageUploadedByTapatalk1376734531.412727.jpg
     
  3. Slizza

    Slizza beautiful to demons

    Joined:
    23 Apr 2009
    Posts:
    1,738
    Likes Received:
    120
    Main page still not working here in IE9 or FF.
     
  4. Nexxo

    Nexxo * Prefab Sprout – The King of Rock 'n' Roll

    Joined:
    23 Oct 2001
    Posts:
    34,731
    Likes Received:
    2,210
    Main page not working here either. IE10.
     
  5. faugusztin

    faugusztin I *am* the guy with two left hands

    Joined:
    11 Aug 2008
    Posts:
    6,953
    Likes Received:
    270
    Again, it dies on that unfinished script tag (XPath in Google Chrome Developer Tools: //*[@id="brandHeader"]/div/div[2] ) :

    [​IMG]

    As you can see, script tag starts, but never ends - then follows the noscript tag and the top navigation bar. But because the script tag never ends, all that content is considered as a script tag content, thus correctly not rendered by web browser. I am looking at the source code, the part above is clearly generated by some script as it is not visible directly in the source code, but the issue is visible in picture above.

    Edit: I think it's the doubleclick code which generates invalid HTML :
    Code:
    <script type="text/javascript" charset="utf-8">
    	//<![CDATA[
    	segQS = (typeof(window['segQS']) != "undefined") ? segQS : '';
        document.write('<scr' + 'ipt type="text/javascript" src="http://ad.uk.doubleclick.net/N359/adj/bit-tech.net/homepage;category=homepage;ord=1988148486;live=yes;type=index;sz=468x60,728x90;tile=1;position=1;dcopt=ist;' + segQS + '?"><\/scr' + 'ipt>');
        //]]>
    </script>
    The script downloaded from that site ends with :
    Code:
    position:absolute;top:0px;right:0px;width:1px;height:1px;visibility:hidden;border:none;\x22\x3e\x3cscript type\x3d\x22text/javascript\x22\x3e\n');document.write('');
    If we translate the hex codes to characters, we end up with :
    Code:
    position:absolute;top:0px;right:0px;width:1px;height:1px;visibility:hidden;border:none;"><script type="text/javascript">\n');document.write('');
    Which generates a code ending in opened script tag, which is not closed inside the Doubleclick javascript.
     
    Last edited: 17 Aug 2013
  6. PAULWARDEN

    PAULWARDEN What's a Dremel?

    Joined:
    25 Apr 2009
    Posts:
    313
    Likes Received:
    6
    having same problem with Opera today
     
  7. yodasarmpit

    yodasarmpit Modder

    Joined:
    27 May 2002
    Posts:
    11,429
    Likes Received:
    237
    What a community, let you know the site is borked - but also why :)
     
  8. dogknees

    dogknees Minimodder

    Joined:
    27 Dec 2008
    Posts:
    103
    Likes Received:
    5
    One Problem

    Despite this, it's still not working!

    :sigh:
     
  9. The_Crapman

    The_Crapman World's worst stuntman. Lover of bit-tech

    Joined:
    5 Dec 2011
    Posts:
    7,683
    Likes Received:
    3,942
    it's gone back to being baulked (chrome), but was fine over the weekend while at home (firefox). it's like it knows how depressed i am at being in work on monday morning, so tires to lessen the distraction and encourage me to get back into work. I hate having a proper job again.
     
  10. David

    David μoʍ ɼouმ qᴉq λon ƨbԍuq ϝʁλᴉuმ ϝo ʁԍɑq ϝμᴉƨ

    Joined:
    7 Apr 2009
    Posts:
    17,464
    Likes Received:
    5,870
    Yep, broken for me in IE too.

    I managed to go directly to the forums, through browser history, but bit's front page isn't loading.
     
  11. faugusztin

    faugusztin I *am* the guy with two left hands

    Joined:
    11 Aug 2008
    Posts:
    6,953
    Likes Received:
    270
    The page is loaded just fine, but it is not rendered properly.
     
  12. CrazyJoe

    CrazyJoe Modder

    Joined:
    4 Aug 2010
    Posts:
    1,416
    Likes Received:
    119
    Frontpage won't load properly without adblock, it's as if they're trying to tell us something...
     
  13. Matticus

    Matticus ...

    Joined:
    23 Feb 2008
    Posts:
    3,347
    Likes Received:
    117
    I too have been experiencing this on and off for a few days - noticed the same thing as faugusztin when hitting F12 (Chrome Devleoper Tools). So now cannot browse the site without AdBlock enabled.

    It looks like there isn't much you can do to validate the generated HTML as doubleclick is serving it up and writing it to the page using document.write. I wonder if putting the adverts in their own iframe would manage to "catch" the problem inside the frame and not impact the rest of the page. This might not work and I have never actually tried it :hehe:
     
  14. maverik-sg1

    maverik-sg1 Minimodder

    Joined:
    18 Aug 2010
    Posts:
    371
    Likes Received:
    1
    Broken for me unless in compatibility mode on IE10 and won't load in chrome.
     
  15. Redbeaver

    Redbeaver The Other Red Meat

    Joined:
    15 Feb 2006
    Posts:
    2,062
    Likes Received:
    36
    Yep. IE10 and Chrome latest build.

    Dead.

    D.E.A.D.
     
  16. longweight

    longweight Possibly Longbeard.

    Joined:
    7 May 2011
    Posts:
    10,517
    Likes Received:
    217
    Adblock for all!
     
  17. oasked

    oasked Stuck in (better) mud

    Joined:
    24 Aug 2005
    Posts:
    4,102
    Likes Received:
    78
    Dead for me too in Chrome, I have Adblock but Bit-Tech is the one site which I let all the adverts load! Seems like I should have blocked them! :)
     
  18. Jester_612

    Jester_612 "Jammy..."

    Joined:
    14 Nov 2011
    Posts:
    1,139
    Likes Received:
    30
    I just want to see Nexxo say adblock is the way forward.
     
  19. Cheapskate

    Cheapskate Insane? or just stupid?

    Joined:
    13 May 2007
    Posts:
    12,427
    Likes Received:
    1,989
    I know nothing about webpage coding, but is there any reason why the ads are loaded before the content? I can recall a few times I couldn't get the page because an ad server was bonked, and it kept everything from loading.
     
  20. dogknees

    dogknees Minimodder

    Joined:
    27 Dec 2008
    Posts:
    103
    Likes Received:
    5
    So if things break at least they got an ad in front of our eyes. Or am I being too cynical?

    :grr:
     

Share This Page