Tag: Chrome

  • Resource interpreted as other but transferred with MIME type text/javascript.

    When I was looking at a site with the Chrome Developer Tools, it had a little error icon that said “Resource interpreted as other but transferred with MIME type text/javascript” when I clicked it. I couldn’t figure out my error at first, but eventually realized I had for some reason had a script tag with […]

  • Learning jQuery

    jQuery is a really popular JavaScript library that helps really simplify manipulating HTML with JavaScript whether it be CSS, animations or even doing Ajax. I’ve been using jQuery since at least mid 2008 and have to say that I just love how much easier things are and not having to generally deal with the cross-browser […]

  • Browser Redirection – Yahoo Answers

    I am having problems getting mozilla firefox to display my website correctly. It works fine on Internet Explorer. So I was thinking of making a mirror of the website that is made specifically for firefox browsers. Is it possible to code a website so that it detects what browser a visitor is using and them […]

  • Website Compatibility Testing (Chrome,IE,FireFox,Opera)

    How do you test browsers? I don’t usually try for perfect pixel positioning in every browser, but if the client asks I won’t complain!