Espn web site rendered in a linear fashion

The ESPN Mlb site is not rendered as it should. I have the problem in both normal and safe mode. For safe mode, I have copied the error console's error messages that are relevant to this in the troubleshooting buffer.

"Error: The stylesheet http://espn.go.com/mlb/ was not loaded because its MIME type, "text/html", is not "text/css"."
Unfortunately, that is something ESPN would have to fix.
(I think I read here that there is an add-on that lets you "fix" some content type errors, but I couldn't find it in a quick search.)

Similar Messages

  • How do I convert an html design web site to CSS template and layout?

    Good Morning, All!
    How can I convert, apply, or change, efficiently, my html web pages into a CSS template so I don’t have to change each page every time I add something to the main page…also, I currently have two tables (I know, old-fashioned) one which holds my list of contents and links to the different sections (page) with information from the community on the website. The other table holds my text and pictures which I want to update daily. How can I change the format to a 2 column, liquid layout with a masthead area on top for logo and text with a box around it. Time was not available for me to learn all the details of my new Dreamweaver program so I did what I knew and uploaded it with all the boo-boos, inactive links and non-existant pages.
    Now I have the time to focus and want to get it done better so that it is easy to update with new text and features daily. (I am converting my printed newspaper to an online version after 17 plus years and trying to learn the new Adobe Premium Design Suite CS5 programs. What a trip this is at 61-years-old!
    My community and readership are looking forward to the web site according to a survey I took. They are very tolerant about my boo-boos while I learn the new software for the web design. I’ve let them know, through my newspaper and personally (I am very active in the community), that online is where I am going and all that I’ve spoken to, or who have sent emails, are very supportive and look forward to getting their news from my web site newspaper.)
    I am seeking some guidance...I know a little about a lot, but not a lot about anything...even though I've been working with computers since 1983.
    I thank you all in advance for whatever help you can give.
    Donna

    That's a good start.  You will want to fix these things -
    * change this -
    Don Lawton. Used with permission. <div></p>
    to this -
    Don Lawton. Used with permission.</p>
    * change this -
    </center>
    </P>
    <div align="center"><a href="mailto:
    to this -
    </center>
    <div align="center"><a href="mailto:
    * change this -
    <p>
      <center>
        <b><font size="+1">Webmistress: Donna Lee Hanlon<br />
          c/o www.Nahant.com &middot; PO Box 88 &middot; Nahant, MA 01908<br />
          Copyright 2002-12</font></b>
      </center>
    </p>
    to this -
    <p style="text-align:center;">
        <b><font size="+1">Webmistress: Donna Lee Hanlon<br />
          c/o www.Nahant.com &middot; PO Box 88 &middot; Nahant, MA 01908<br />
          Copyright 2002-12</font></b>
    </p>
    And now you will have a page that contains completely valid HTML.

  • Does anyone know how to get Google Spider to read a JSF ADF web site???

    This is a re-post, but we really need help here. We've created a great Internet site using JDeveloper and JSF (www.sidehire.com), but the Google spider cannot read the site or index it. This is hurting our business because customers can not find our site. Can anyone help?
    We are trying to get our Jdev 10.1.3.1-developed JSF/.jspx web site running on Apache/Tomcat to be crawled by the Google search engine (without success so far.)
    We've read that the Google crawler will see our page the same way the Lynx Text Browser sees our page (see: http://www.google.com/support/webmasters/bin/answer.py?answer=35156&query=lynx&topic=&type=). When we point the lynx text browser at the home page for our site which is a .jspx page executed through the ADF Faces filter, the lynx browser shows a HTTP status 500 initially caused by:
    java.lang.NullPointerException oracle.adf.internal.view.faces.ui.laf.base.xhtml.XhtmlLafRendere.renderStyleClassAttributes (XhtmlLafRenderer.java:691)
    oracle.adf.internal.view.faces.ui.laf.oracle.desktp.HeaderRenderer.prerender(HeaderRenderer.java:334)
    etc. (sorry can't post entire trace right now)
    Any ideas / advice around getting a .jspx / JSF application to successfully be crawled by the Google Search Engine?
    Is this related to the renderer? Does anyone have experience with Google indexing a JSF website?
    thanks
    Message was edited by:
    javaX

    Here is information from the server log file:
    Mar 24, 2007 12:21:31 PM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Lynx/2.8.5rel.1 libwww-FM/2.14FM SSL-MM/1.4.1 OpenSSL/0.9.7d-dev" is unknown; creating an agent with null agent attributes.
    Mar 24, 2007 12:25:15 PM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "null" is unknown; creating an agent with null agent attributes.
    Mar 24, 2007 12:25:16 PM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    Mar 24, 2007 12:58:10 PM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Google-Sitemaps/1.0" is unknown; creating an agent with null agent attributes.
    Is the issue related to oracle.adfinternal.view.faces.. classes supporting a Lynx user-agent? If so, this would be very bad because Google will not index your web site if it can't crawl it.
    And a snapshot from the application log:
    ERROR 03-24-07 01.01.51.543
    org.apache.catalina.core.ContainerBase.[Catalina].[www.sidehire.com].[sidehire].[jsp] Servlet.service() for servlet jsp threw exception
    java.lang.NullPointerException
         at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.renderStyleClassAttributes(XhtmlLafRenderer.java:691)
         at oracle.adfinternal.view.faces.ui.laf.oracle.desktop.HeaderRenderer.prerender(HeaderRenderer.java:334)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.render(BaseRenderer.java:79)
         at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:69)
         at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:346)
         at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:301)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.renderChild(BaseRenderer.java:412)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:330)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:222)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.renderContent(BaseRenderer.java:129)
         at oracle.adfinternal.view.faces.ui.laf.base.xhtml.BorderLayoutRenderer.renderIndexedChildren(BorderLayoutRenderer.java:42)
         at oracle.adfinternal.view.faces.ui.laf.base.xhtml.BorderLayoutRenderer.renderContent(BorderLayoutRenderer.java:71)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.render(BaseRenderer.java:81)
         at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:69)
         at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:346)
         at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:301)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.renderChild(BaseRenderer.java:412)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:330)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:222)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.renderContent(BaseRenderer.java:129)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.render(BaseRenderer.java:81)
         at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:69)
         at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:346)
         at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:301)
         at oracle.adfinternal.view.faces.ui.composite.UINodeRenderer.renderWithNode(UINodeRenderer.java:90)
         at oracle.adfinternal.view.faces.ui.composite.UINodeRenderer.render(UINodeRenderer.java:36)
         at oracle.adfinternal.view.faces.ui.laf.oracle.desktop.PageLayoutRenderer.render(PageLayoutRenderer.java:76)
         at oracle.adfinternal.view.faces.uinode.UIXComponentUINode.renderInternal(UIXComponentUINode.java:177)
         at oracle.adfinternal.view.faces.uinode.UINodeRendererBase.encodeEnd(UINodeRendererBase.java:53)
         at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
         at oracle.adfinternal.view.faces.renderkit.RenderUtils.encodeRecursive(RenderUtils.java:54)
         at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeChild(CoreRenderer.java:242)
         at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeAllChildren(CoreRenderer.java:265)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelPartialRootRenderer.renderContent(PanelPartialRootRenderer.java:65)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.BodyRenderer.renderContent(BodyRenderer.java:117)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelPartialRootRenderer.encodeAll(PanelPartialRootRenderer.java:147)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.BodyRenderer.encodeAll(BodyRenderer.java:60)
         at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeEnd(CoreRenderer.java:169)
         at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
         at javax.faces.webapp.UIComponentTag.encodeEnd(UIComponentTag.java:645)
         at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:568)
         at oracle.adf.view.faces.webapp.UIXComponentTag.doEndTag(UIXComponentTag.java:100)
         at org.apache.jsp.search_jspx._jspx_meth_afh_body_0(org.apache.jsp.search_jspx:326)
         at org.apache.jsp.search_jspx._jspx_meth_afh_html_0(org.apache.jsp.search_jspx:282)
         at org.apache.jsp.search_jspx._jspx_meth_f_view_0(org.apache.jsp.search_jspx:238)
         at org.apache.jsp.search_jspx._jspService(org.apache.jsp.search_jspx:206)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
         at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130)
         at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
         at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
         at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:231)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:200)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:122)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:106)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:407)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Thread.java:595)

  • Every time iI try to open an extension from a web site I get two to three more unwanted advert sites from fire fox

    Locking as duplicate. Please continue with [/questions/968876] <br />
    When in any web site but I will give ESPN F1 as an example it always shows four latest topics. When I click on to any of these up pops another two to four new web sites advertizing all sorts of junk I don't want to know about including very regularly asking if i want a USA green card. How can I stop this. I've tried deleting Firefox and reinstalling but get the same result.
    I've been using Fire Fox for well over ten years now both at home and at work where there were no such problems when i retired some four months back.
    Can you please help.

    Locking as duplicate. Please continue with [/questions/968876]

  • PDF is bad on web site

    I created several PDFs from InDesign CS5 and checked them in Acrobat 9 on my system; all fine.  I uploaded them to my publisher's FTP server and they put the PDFs on the web site that accompanies my book.  When I open the versions on the web, there are extra spaces between letters in the middle of words.  I downloaded one of the web files and checked the font embedding (seems OK).  I also tried looking at the files with two different PDF viewers; same problem in both.  I checked the orignal PDFs again, and they are indeed correct.
    I am totally stumped and will appreciate any help.  See the image below.  The text is in Latin so I circled the inappropriate spaces in red; these should all be single words.  The font in use is Myriad Pro.
    Thanks -- David

    Thanks for the replies.  I did use binary mode when I FTP'd the files.
    Comparing the two documents shows differences (see screenshot below).  If I understand correctly, a PDF includes a low-res graphic version of each page as well as the underlying text.  So the parts that are highlighted in red and marked as changed belong to this graphic, right?  If I uncheck "images" at the left, no differences are reported, i.e., the text is unchanged.
    But when I view the PDF on the web site, I can enlarge it to a high level and it's still sharp.  So the graphic version is not being used for display; the text is rendered using the actual font, right?  Also, the boundaries between changed and original images sometimes correspond to places where there is extra space, but often do not.  So I'm still in search of an explanation.
    David

  • Any test web sites to insure browser/Flash player/other is adequate for all Captivate content

    My prior subject header was a little confusing, so I hope it's okay I start over again and state more clearly what I need.
    I have hundreds of users accessing Adobe Captivate 5.5 training.  Many users have no trouble viewing the content.  SOME users have trouble, specifically when viewing a video inserted into the training.  It just won't play for them.  These users have different browsers, so it would seem the type of browser is not an issue.
    What I am hoping for is ...
    a web site that lets users know they have everything needed to run any content within a Captivate session.  For example, as you know, Adobe has a web site to inform the user what version of Flash Player they have (if any).  I would be great to have a site that would let the user know if they meet the minimum requirements (not just Flash Player) to participate successfully in a training.
    Is anyone aware of such a site?  Or have ideas on how to build one?
    Thank you, and I'm sorry for not being clearer on the prior post.
    Best regards,
    Mark

    Captivate outputs (generally) as Flash. So as long as users have a recent version of the Flash player, they should technically be able to play back the content.
    However, of course, online delivery depends on the user's internet connection. What if you're feeding them video and their connection is slow?
    For similar concerns, we point our users to speedtest.net and ask them to post their results. Sometimes that helps illustrate their slow connection means a slow video delivery.
    And, of course, the older the computer, the less-fast it'll be in rendering the course. My oldest computer, used occasionally and with frustration by my 5 y/old, plays Flash sites horribly - and it's a 1.6ghz computer with 512mb RAM and XP...with latest browsers and Flash player. You can always ask for their computer spec, but that's not an easy thing to determine via software/website.
    So you can create a simple 'minimum requirements' page that you can point to...but one that actually does a diagnostic...well, aside from simple Flash player/version detection (which is fairly simple), that's a complex task.

  • Safari Not working on certain web sites......

    There are many sites where Safari does not work correctly.
    A example is eBay.com and GoogleBase.com
    Where you are trying to enter text in the "sell a item" window.
    I have been told by these sites that I need to update to a newer version or Safari.
    I am running Safari Version 2.0.4 (419.3) on a iMac G5 2.1Mhz OSX 10.4.8
    When I Use Foxfire on these web sites I have NO problem entering text.
    Why will Safari not work?
    Is Safari to old?
    Are the web sites to new?
    Thanks
    1.5GHz G4 PowerBook & 2.1 GHz G5 iMac   Mac OS X (10.4.8)  

    Complying with security standards and complying with web design standards are two entirely different things.
    Many web sites don't comply with web design standards - it's an unfortunate fact of life. In a very many cases, it's because the sites are designed to work with Windows Internet Explorer* with no attempt to make sure the web sites work with any other browsers or on any other platforms. Usually that doesn't result in the inability of a web browser to access the site properly, but in some cases it does.
    *(In case anyone thinks Windows Internet Explorer should be the standard, this simply isn't realistic, despite possibly sounding sensible on the face of it. Web design standards are based on usability guidelines and and well-researched methods to make web page code more practical, streamlined, and able to be used on a variety of devices and by people with a variety of needs. They're not just a set of rules that can be changed on a whim to conform to a certain web browser's quirky way of rendering sites. Internet Explorer is notorious for not being compliant with agreed upon web standards. Internet Explorer is even inconsistent in how it renders web pages from one IE version to the next, complicating matters even further.)

  • CSS not being accessed on certain Web sites

    When I access www.thebytestopshere.com (my Web site), none of the text is rendered according to the rules set forth in the .css file. It does render correctly if I access the files from my C:\ drive. Everything renders properly in Internet Explorer, and in other versions of FireFox installed on other computers. However, if I start a "private browsing session" in FireFox, everything appears to render perfectly. I tried to submit feedback to Mozilla (unsuccessfully), and now I am seeking assistance. Is it possible to make private browsing sessions the default? If so, what are the ramifications? I would hate to have to go back to using IE, but this problem is troublesome, and makes no apparent sense. Can you help?

    Clear the cache for sites that have loading problems.<br>
    https://support.mozilla.com/en-US/kb/How%20to%20clear%20the%20cache<br>
    Also if this site has to work in Firefox, you can try to reduce the number of programming errors, that is always very helpful to avoid problems.

  • The charsetalias.properties file is gone in Firefox 4? Most web sites in Hong Kong use the Big5-HKSCS charset but declare the charset as Big5. Without charsetalias.properties, the encoding needs to be manually changed very often when viewing them.

    I have been defining Big5 as an alias of Big5-HKSCS in charsetalias.properties. This makes Firefox renders pages declared as "Big5" to be rendered in Big5-HKSCS instead. Big5-HKSCS is a standard published by the Hong Kong government because the Big5 charset does not contain many common Chinese characters used in Hong Kong. However, Big5-HKSCS is just an extension of Big5, so most (if not all) Chinese web sites in Hong Kong using Big5-HKSCS declare their pages to be in Big5 in the <meta> tag.
    I am now trying out Firefox 4 RC and found that the charsetalias.properties file is no longer there. So in order to read pages containing characters that are in Big5-HKSCS but not in Big5, I need to switch the encoding manually. This is extremely inconvenient. Can you consider bringing charsetalias.properties back?
    [http://groups.google.com/group/mozilla.dev.i18n/browse_thread/thread/415caa98a6246a00 Someone noticed this issue as well.]

    Here's the script I was working on.
    It determines the encoding of the site by checking a couple of different ways the meta tag can supply encodings. One way is to have a charset attribute on a meta tag, and the other way is to have a meta tag with http-equiv="content-type" and have charset= be part of the content attribute.
    (note: I think [https://developer.mozilla.org/en/DOM/document.characterSet document.characterSet()] might be a far more reliable way to detect encoding since it doesn't depend on the specific way the meta tag was written. But I haven't tested it.)
    Debugging messages showed that it could detect the specified encodings fine on the few test pages I was trying it on. The problem is in the way I change the encoding.
    It currently uses .setAttribute to attempt to modify the meta tags once it finds the encodings. Unfortunately, this doesn't change the selected encoding in Firefox. It doesn't affect the page source, either.
    I have to replace those setAttribute calls with something that will actually affect the selected encoding in Firefox.... but I'm not sure what would accomplish that.
    http://pastebin.com/Yt7fygXe
    Just a little warning, it's case- and whitespace-sensitive because I didn't get around to using regular expressions yet. So if a page says charset="BIG5", you'll probably need to make it uppercase in the script as well. Sorry, I'm lazy!
    Nonetheless, I ''hope'' this is a start...

  • Viewing web sites with Adobe Flash contents

    How can I view web sites with adobe Flash player plugin for safari on iPad?

    Sorry, you can't.
    Thoughts on Flash
    But a lot of sites are converting to HTML5 and there are other options.
    Examples from Steve's link above, "YouTube, with an estimated 40% of the web’s video, shines in an app bundled on all Apple mobile devices, with the iPad offering perhaps the best YouTube discovery and viewing experience ever. Add to this video from Vimeo, Netflix, Facebook, ABC, CBS, CNN, MSNBC, Fox News, ESPN, NPR, Time, The New York Times, The Wall Street Journal, Sports Illustrated, People, National Geographic, and many, many others."
    See also Microsoft echoes Apple view on Adobe's Flash

  • A web site I used to visit daily, but haven't for a while, causes Firefox to go off in la-la land. I have to kill the process with the task manager.

    The web site in question is for our local newspaper. The problem occurs when I am returning from a discussion thread (by Disqus) to the article it's attached to. Also when I attempt to return to the home page from an article. Sometimes just letting it sit for a while will produce the problem. At that point I cannot open a new tab, switch to another open tab, close tabs, click on any menu bar items or close the app. The tab I was in shows the spinning wheel and says connecting. I must use Task Manager to kill the process. I tried installing version 31.0 with no result.

    Application Basics
    Name: Firefox
    Version: 31.0
    User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0
    Crash Reports for the Last 3 Days
    All Crash Reports
    Extensions
    Name: Adblock Plus
    Version: 2.6.4
    Enabled: true
    ID: {d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}
    Name: Adblock Plus Pop-up Addon
    Version: 0.9.2
    Enabled: true
    ID: [email protected]
    Name: Flashblock
    Version: 1.5.17
    Enabled: true
    ID: {3d7eb24f-2740-49df-8937-200b1cc08f8a}
    Name: Image and Flash Blocker
    Version: 0.7
    Enabled: true
    ID: [email protected]
    Name: Webroot Filtering Extension
    Version: 1.0.0.40
    Enabled: true
    ID: [email protected]
    Name: Consumer Input
    Version: 9948
    Enabled: false
    ID: ConsumerInput@Compete
    Name: TopArcadeHits
    Version: 1.0
    Enabled: false
    ID: {0113D088-8ED1-468C-B225-585A9C53B5E3}
    Graphics
    Adapter Description: Intel(R) G33/G31 Express Chipset Family
    Adapter Drivers: igdumd64 igdumdx32
    Adapter RAM: Unknown
    Device ID: 0x29c2
    Direct2D Enabled: Blocked for your graphics driver version. Try updating your graphics driver to version 8.1500.1000.1930 or newer.
    DirectWrite Enabled: false (6.2.9200.16571)
    Driver Date: 9-11-2009
    Driver Version: 8.15.10.1912
    GPU #2 Active: false
    GPU Accelerated Windows: 0/1 Basic
    Vendor ID: 0x8086
    WebGL Renderer: Google Inc. -- ANGLE (Intel(R) G33/G31 Express Chipset Family Direct3D9Ex vs_0_0 ps_2_0)
    windowLayerManagerRemote: false
    AzureCanvasBackend: skia
    AzureContentBackend: cairo
    AzureFallbackCanvasBackend: cairo
    AzureSkiaAccelerated: 0
    Important Modified Preferences
    browser.cache.disk.capacity: 358400
    browser.cache.disk.smart_size_cached_value: 358400
    browser.cache.disk.smart_size.first_run: false
    browser.cache.disk.smart_size.use_old_max: false
    browser.cache.frecency_experiment: 3
    browser.places.smartBookmarksVersion: 7
    browser.sessionstore.upgradeBackup.latestBuildID: 20140716183446
    browser.startup.homepage: http://search.conduit.com/?ctid=CT3310511&octid=CT3310511&SearchSource=61&CUI=UN32943663548444182&UM=2&UP=SPB3F4BFFF-D3A
    browser.startup.homepage_override.buildID: 20140716183446
    browser.startup.homepage_override.mstone: 31.0
    dom.mozApps.used: true
    extensions.lastAppVersion: 31.0
    font.internaluseonly.changed: true
    network.cookie.prefsMigrated: true
    places.database.lastMaintenance: 1408714969
    places.history.expiration.transient_current_max_pages: 104858
    plugin.disable_full_page_plugin_for_types: application/pdf
    plugin.importedState: true
    plugin.state.npqtplugin: 2
    print.printer_EPSON_NX420_Series.print_bgcolor: false
    print.printer_EPSON_NX420_Series.print_bgimages: false
    print.printer_EPSON_NX420_Series.print_colorspace:
    print.printer_EPSON_NX420_Series.print_command:
    print.printer_EPSON_NX420_Series.print_downloadfonts: false
    print.printer_EPSON_NX420_Series.print_duplex: 185
    print.printer_EPSON_NX420_Series.print_edge_bottom: 0
    print.printer_EPSON_NX420_Series.print_edge_left: 0
    print.printer_EPSON_NX420_Series.print_edge_right: 0
    print.printer_EPSON_NX420_Series.print_edge_top: 0
    print.printer_EPSON_NX420_Series.print_evenpages: true
    print.printer_EPSON_NX420_Series.print_footercenter:
    print.printer_EPSON_NX420_Series.print_footerleft: &PT
    print.printer_EPSON_NX420_Series.print_footerright: &D
    print.printer_EPSON_NX420_Series.print_headercenter:
    print.printer_EPSON_NX420_Series.print_headerleft: &T
    print.printer_EPSON_NX420_Series.print_headerright: &U
    print.printer_EPSON_NX420_Series.print_in_color: true
    print.printer_EPSON_NX420_Series.print_margin_bottom: 0.5
    print.printer_EPSON_NX420_Series.print_margin_left: 0.5
    print.printer_EPSON_NX420_Series.print_margin_right: 0.5
    print.printer_EPSON_NX420_Series.print_margin_top: 0.5
    print.printer_EPSON_NX420_Series.print_oddpages: true
    print.printer_EPSON_NX420_Series.print_orientation: 0
    print.printer_EPSON_NX420_Series.print_page_delay: 50
    print.printer_EPSON_NX420_Series.print_paper_data: 1
    print.printer_EPSON_NX420_Series.print_paper_height: 11.00
    print.printer_EPSON_NX420_Series.print_paper_name:
    print.printer_EPSON_NX420_Series.print_paper_size_type: 0
    print.printer_EPSON_NX420_Series.print_paper_size_unit: 0
    print.printer_EPSON_NX420_Series.print_paper_width: 8.50
    print.printer_EPSON_NX420_Series.print_plex_name:
    print.printer_EPSON_NX420_Series.print_resolution: 0
    print.printer_EPSON_NX420_Series.print_resolution_name:
    print.printer_EPSON_NX420_Series.print_reversed: false
    print.printer_EPSON_NX420_Series.print_scaling: 1.00
    print.printer_EPSON_NX420_Series.print_shrink_to_fit: true
    print.printer_EPSON_NX420_Series.print_to_file: false
    print.printer_EPSON_NX420_Series.print_unwriteable_margin_bottom: 0
    print.printer_EPSON_NX420_Series.print_unwriteable_margin_left: 0
    print.printer_EPSON_NX420_Series.print_unwriteable_margin_right: 0
    print.printer_EPSON_NX420_Series.print_unwriteable_margin_top: 0
    privacy.sanitize.migrateFx3Prefs: true
    privacy.sanitize.timeSpan: 4
    storage.vacuum.last.index: 1
    storage.vacuum.last.places.sqlite: 1406752907
    JavaScript
    Incremental GC: true
    Accessibility
    Activated: true
    Prevent Accessibility: 0
    Library Versions
    NSPR
    Expected minimum version: 4.10.6
    Version in use: 4.10.6
    NSS
    Expected minimum version: 3.16.2 Basic ECC
    Version in use: 3.16.2 Basic ECC
    NSSSMIME
    Expected minimum version: 3.16.2 Basic ECC
    Version in use: 3.16.2 Basic ECC
    NSSSSL
    Expected minimum version: 3.16.2 Basic ECC
    Version in use: 3.16.2 Basic ECC
    NSSUTIL
    Expected minimum version: 3.16.2
    Version in use: 3.16.2
    Experimental Features
    ---------------------

  • Compatibility with old IE-optimized web sites

    Hello,
    I'm experiencing some issues with a couple of my company websites that are optimized for an old version of Internet Explorer. I mean that using the new IE10 I need to use the option of "Compatibility view" to display the web pages correctly. Using Safari in my OS X environment is pratically impossible to display the web pages correctly. I can't manage to find any solution, I have tried to:
    Use Chrome, Firefox and Opera
    Install IE7 using Wine in OS X, but the results are very poor
    This is a real problem for me because I can't use my Mac at work because of this issue. Is there any workaroud for such this problem? Any help will be greatly appreciated.

    Update the websites to be compatible with other browsers. If they use AtiveX they cannot be read by a Mac, and web sites that only work with IE are hopelessly outdated and will not attract business.
    As it says in this document:
    http://developer.apple.com/internet/safari/
    "Safari complies with standards, but not all browsers do. This article explains how to design, modify and validate your website so that it can be rendered and read properly by all major browsers."
    Try this: after you have logged into a problem page, open another tab or window with http://validator.w3.org/ and paste in the URL of that page, which will reveal any noncompliance with standards.
    You also need to read this:
    "Safari is one of the most standards-compliant browsers ever built. Thus, your best bet for ensuring your pages render properly in Safari — today’s version and beyond — is to follow web standards. For a great overview of web standards, check out Mozilla.org’s article Using Web Standards in Your Web Pages."
    https://developer.mozilla.org/en/Using_Web_Standards_in_your_Web_Pages

  • Can't open bank web site

    I tried to open bank web site but it gave me this massage
    ''Safari can’t open the page “http://www.sabb.com/” because the server where this page is located isn’t responding'' .
    I was able to open this site before, I can't remember what I have change.
    I change Safari Security to accept cookies always and firewall to allow all incoming connection but no use........ Any suggestion????

    Some banks are notoriously uncaring and lazy about what systems and browsers they support.
    Try reading these threads:
    http://discussions.apple.com/thread.jspa?threadID=1893522&tstart=0
    http://discussions.apple.com/thread.jspa?threadID=1831414&tstart=175
    http://discussions.apple.com/thread.jspa?threadID=1828195&tstart=200
    As it says in this document:
    http://developer.apple.com/internet/safari/
    "Safari complies with standards, but not all browsers do. This article explains how to design, modify and validate your website so that it can be rendered and read properly by all major browsers."
    The bank/s need to read this:
    "Safari is one of the most standards-compliant browsers ever built. Thus, your best bet for ensuring your pages render properly in Safari — today’s version and beyond — is to follow web standards. For a great overview of web standards, check out Mozilla.org’s article Using Web Standards in Your Web Pages."

  • Migration of Help to Drupal web site

    We are trying to move our Help section outside the
    application and onto our web site, which is based on Drupal.
    Would you happen to know how we can go about this in the
    easiest fashion?

    Hi gheiman and welcome to our community
    Unfortunately, I think we need lots more information.
    For example:
    You say you wish to move the help outside the application and
    onto your web site. So what is the application now? Is it web
    based? If it's web based, are you producing and using WebHelp
    already? Or will you need to convert from another help output type
    to WebHelp or FlashHelp or the Pro version of either?
    Are you using RoboHelp now? If so, which RoboFlavor? RoboHelp
    for Word or RoboHelp HTML?
    What is Drupal? Is that what your application is? Or is it a
    server technology?
    Without knowing the answers to these questions, it's hard to
    say what the easiest path may be.
    Cheers... Rick

  • ESPN Fantasy Sites

    All of a sudden, safari won't access ESPN Fantasy sites? It's been this way for about a week, before and after I've done software update. I always get the error message below. However IE has no problems
    "Safari can’t open the page “http://games.espn.go.com/cgi/flb/frontpage&#148; because the network connection was reset, which sometimes occurs when the server is busy. You might be able to open the page later."
    Any ideas what's going on?
    thanks,
    Patrick

    I can confirm that it does not currently work in Safari. I can't get it to work in Firefox on my Mac either. I do not have IE installed on OS X (for good reason). On my Windows 2000 machine, it seems to work fine from Firefox. The odd thing is that sometimes I can get it to work for a few minutes. This is a major problem with Fantasy Football starting. I assume it is an ESPN problem, but Apple should probably look into it as well. No better way to lose web browser users than to have your browser not work for Fantasy Football

Maybe you are looking for

  • Incorrectly read attributes with custom SQL query

    Hi folks, I'm trying to read in a random sampling of records from a table, so I tried: ReadAllQuery q = new ReadAllQuery(); q.setReferenceClass(Foo.class); q.addPartialAttribute("bar"); q.setSQLString("select * from Foo sample(10)"); q.useCursoredStr

  • Can I restore deleted photos?

    My girlfriend was putting her photos into albums on her iPhone and accidentally deleted a lot of important personal photos, is there any way to restore them? Unfortunately she does NOT have iCloud installed, is there another way?

  • Block Change Trackin Performance

    Hi, I'm planning to use incremental backup with Block Change Tracking(BCT) enabled. Well i see the good points of BCT like reducing network traffic and cpu cycles such that when RMAN checks for datafiles that has changed in block, it will use the BCT

  • Batch split ina Production order

    I am doing a batch determination for a component in a Production order. The component qty in the Production order is say 600.  I do a batch determination for the component all the available batches are diplayed with a suggested batch based on the SOR

  • Cannot unistall and reinstall itunes in windows xp

    When I try to open my itunes it asks me to put a disk in drive F. Drive F is a dvd player in my computer. When I try to unistall itunes from control panel it does not work and is reffering to itunesminiplayer resources is missing or is not a valid sh