DJTT Website Feature Request/Bug Report - Page 2
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22
  1. #11
    Tech Guru MiL0's Avatar
    Join Date
    May 2009
    Location
    Brighton / Bangkok
    Posts
    1,386

    Default

    DJTT is completely broken when viewed in Internet Explorer (I work at a bank, there's no chance of using any other browser)

  2. #12
    DJTT Ninja Mod tekki's Avatar
    Join Date
    Apr 2008
    Location
    Afterhour Ali's lap
    Posts
    11,357

    Default

    Maybe it's their current WordPress setup. Again I wish I could replicate the issue, so I could say anything about it.
    RSTRCTD | twitter | facebook (RSTRCTD) facebook (LJ) | vimeo | pinterest | my studio | soundcloud (RSTRCTD)| soundcloud (LJ)
    -- CHECK our DEBUT (DEEP)HOUSE EP RELEASE ON BEATPORT "RSTRCTD - EXISTENCE" --

  3. #13
    Tech Guru mostapha's Avatar
    Join Date
    May 2010
    Location
    Atlanta
    Posts
    4,748

    Default

    It's in the javascript. This is the section that's giving trouble:

    Code:
    <p> <a href="http://www.djtechtools.com/2011/11/08/string-theory-for-djs/" 
        class="more-link"> </a></p>
    <span class="read_more">
    <a href="http://www.djtechtools.com/2011/11/08/string-theory-for-djs/" 
        title="Read More" 
        onclick="doGoal(this);return false;">
    <span>Read More</span></a></span>
    which calls this function:

    Code:
    function doGoal(that) {
        try {
            _gaq.push(['gwo._trackPageview', '/(some numbers that might identify me uniquely)/goal']);
            setTimeout('document.location = "' + that.href + '"', 100)
        }
        catch(err){}
    }
    which appears to be part of a "Google Website Optimizer Tracking Script".

    Disabling javascript in the browser fixes the issue, except that it also disables vimium and vimperator, since all they do is inject javascript into every page I visit.

    Blocking javascript for djtechtools.com and/or gmpg.org (referenced in one of the GWO scripts) has no noticeable effect.

    It looks like Ghostery can be configured to block it except that google's scripts are fast enough that they run before Ghostery finishes scanning the site and blocking the relevant scripts.

    There's got to be a way to manually block it, but I can't think of anything else to try right now.

  4. #14
    DJTT Tankard fullenglishpint's Avatar
    Join Date
    Aug 2010
    Location
    St Albans, UK
    Posts
    7,097

    Default

    never even noticed before, but I have the same problem with Rockmelt (chrome based) and lion.
    TSP 2 | Serato DJ | Live 8 | MBP (SSD + HDD) | AIAIA TMA-1 Fool's Gold Edition | 1200 Mk2s | MidiFighter | KRK RP5
    Xone: DB4 | Pioneer CDJ-2000 Nexus
    DJTT FAQ | Read my guide to AUDIO CABLES

  5. #15
    DJTT Ninja Mod tekki's Avatar
    Join Date
    Apr 2008
    Location
    Afterhour Ali's lap
    Posts
    11,357

    Default

    Quote Originally Posted by mostapha View Post
    It's in the javascript. This is the section that's giving trouble:

    Code:
    <p> <a href="http://www.djtechtools.com/2011/11/08/string-theory-for-djs/" 
        class="more-link"> </a></p>
    <span class="read_more">
    <a href="http://www.djtechtools.com/2011/11/08/string-theory-for-djs/" 
        title="Read More" 
        onclick="doGoal(this);return false;">
    <span>Read More</span></a></span>
    which calls this function:

    Code:
    function doGoal(that) {
        try {
            _gaq.push(['gwo._trackPageview', '/(some numbers that might identify me uniquely)/goal']);
            setTimeout('document.location = "' + that.href + '"', 100)
        }
        catch(err){}
    }
    which appears to be part of a "Google Website Optimizer Tracking Script".

    Disabling javascript in the browser fixes the issue, except that it also disables vimium and vimperator, since all they do is inject javascript into every page I visit.

    Blocking javascript for djtechtools.com and/or gmpg.org (referenced in one of the GWO scripts) has no noticeable effect.

    It looks like Ghostery can be configured to block it except that google's scripts are fast enough that they run before Ghostery finishes scanning the site and blocking the relevant scripts.

    There's got to be a way to manually block it, but I can't think of anything else to try right now.
    I did warn the guys about that Google crap... But I will post it to E and Zach.

    Thanks for the research!
    RSTRCTD | twitter | facebook (RSTRCTD) facebook (LJ) | vimeo | pinterest | my studio | soundcloud (RSTRCTD)| soundcloud (LJ)
    -- CHECK our DEBUT (DEEP)HOUSE EP RELEASE ON BEATPORT "RSTRCTD - EXISTENCE" --

  6. #16
    Tech Mentor NathanWard's Avatar
    Join Date
    Jul 2011
    Location
    Auckland, New Zealand
    Posts
    291

    Default

    It has stopped happening for me now. Not sure if anything has changed, but yeah.

    Windows 7 and Chrome.
    BCF 2000
    Traktor Pro 2
    Kontrol X1


  7. #17
    Tech Guru mostapha's Avatar
    Join Date
    May 2010
    Location
    Atlanta
    Posts
    4,748

    Default

    When Ghostery happens to catch the GWO scripts and stop them from running, everything works as it should, so I think that's enough to conclude that it's the issue.

    If they want to keep it going because it helps them in terms of SEO or conversion or whatever buzz word some consultant or salesman used to convince them they needed it…cool. Don't worry about it, I've found my workaround.

    I do have a moral objection to that kind of tracking-based "everything on the internet is just sales" crap in general, but it's not a huge issue, mostly because there's not an alternative.

  8. #18
    DJTT Ninja Mod tekki's Avatar
    Join Date
    Apr 2008
    Location
    Afterhour Ali's lap
    Posts
    11,357

    Default

    The developer/maintenance guy has been assigned to the case.
    RSTRCTD | twitter | facebook (RSTRCTD) facebook (LJ) | vimeo | pinterest | my studio | soundcloud (RSTRCTD)| soundcloud (LJ)
    -- CHECK our DEBUT (DEEP)HOUSE EP RELEASE ON BEATPORT "RSTRCTD - EXISTENCE" --

  9. #19
    Tech Guru mostapha's Avatar
    Join Date
    May 2010
    Location
    Atlanta
    Posts
    4,748

    Default

    Cool. I probably should have just looked in the first place instead of asking…I just really hate reading other people's html and javascript.

  10. #20
    DJTT Ninja Mod tekki's Avatar
    Join Date
    Apr 2008
    Location
    Afterhour Ali's lap
    Posts
    11,357

    Default

    Haha, that I can agree upon!

    Once again, thanks for helping out on this one!
    RSTRCTD | twitter | facebook (RSTRCTD) facebook (LJ) | vimeo | pinterest | my studio | soundcloud (RSTRCTD)| soundcloud (LJ)
    -- CHECK our DEBUT (DEEP)HOUSE EP RELEASE ON BEATPORT "RSTRCTD - EXISTENCE" --

Page 2 of 3 FirstFirst 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •