Web pages loading in links but not in GUI browsers

hi,
web pages are getting loaded in links text browser,but however in firefox or in epiphany the pages arent getting loaded.
Sometimes refreshing the page for a long time loads the page.The net connection has no problem ,it is working fine with windows.
someone please help!

I forgot to add the extensions installed:
auto hide Ip 1.0
Better privacy 1.48.3
download helper 4.8
java console 6.0.2
Norton IPS 2.0
Norton toolbar 4.6
quickProxy 2009.07.19
realplayer browser record plugin 1.1.4
stumbleupon 3.64

Similar Messages

  • Slow web page loads on Mac, but not for PC

    I use a D-Link wireless router (DI-524) for my PowerBook G4 15" and my roommate's Dell PC. Very recently I seem to get very slow web page loads with some pages not even loading at all.
    Airport is consistently connected with no drops at all and when I'm downloading something it never gets interrupted the whole way through.
    My roommate's PC has no problem whatsoever and all of the web pages that he visits load instantly. It seems that my main problem is with web pages.
    I've tried doing a clean install on my Powerbook, I've tried resetting the router (I've tried upgrading the firmware but the router decided it didn't want to work with the new version). And surprisingly, I get the same slow speeds when I hook up my Powerbook to my router via ethernet cable. The only time my speeds are perfectly fine is when I hook up my Powerbook directly to the wall (I dorm in a university so we have a T3 line).
    Can someone please give me some advice on this very frustrating issue?

    In addition to Neds suggestions, empty the Safari cache (which should be empty after a clean install).
    Goto the Safari Get Info screen (in Finder or in Dock if you have Safari there), click the triangle on languages, and disable those you don't use.
    My Safari response time was significantly slowed after the 10.4.5 update, and using the combo updater took care of that. The 10.4.6 combo update is located here.

  • Web page centered...but not centered

    I have a webpage I created that I wanted to be centered in the browser no matter what size the browser is. I succeeded with that, but for some reason, the left side of the page remains smaller than the right side of the page. Can anyone tell me why this may be and how to correct it? Thanks in advance.
    http://www.rideskat.org/preview.html

    Here's a rough layout.  Copy & paste this code into a new, blank HTML document.   No APDivs used anywhere.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>2-column CSS Layout</title>
    <style type="text/css">
    html {font-size: 100%; overflow-y: scroll}
    body {
    margin:0;
    padding:0;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    background-color: #CDF9BA;
    font-size:16px;
    #container {
    width : 900px;
    margin : 25px auto 0 auto; /**with width, auto centers page**/
    background: #085AA4;
    padding: 0;
    overflow:hidden;/**float containment**/
    #header {
    color: #FFF;
    margin: 0 12px 0 12px;
    /**top menu**/
    #nav {
    margin-left: 175px;
    margin-top: 50px;
    #nav li{
    float:left;
    letter-spacing:-1px;
    list-style:none;
    margin-left:12px; /**space between links**/
    background: #4386BB;
    color:#FFF;
    border: 1px solid #CCC;
    #nav li a{
    padding: 0 12px;
    text-align:center;
    text-decoration:none;
    color:#FFF;
    #nav li a:hover,
    #nav li a:active,
    #nav li a:focus {
    color: #000;
    background-color: #CDF9BA;}
    /**end top menu**/
    #sidebar {
    float:right;
    width: 435px;
    border-left:2px solid #ABD372;
    text-align: left;
    padding: 0 12px 0 12px;
    min-height: 400px;
    background: #FFF;
    #content {
    overflow:hidden; /**to contain floats**/
    margin:0;
    min-height:400px;
    padding: 0 12px 0 12px;
    text-align:left;
    width: 410px;
    background: #FFF;
    #subcontent {
    color:#FFF;
    overflow: hidden;
    background-image: url(#085AA4);
    #subcontent h3 {
    margin:0;
    color: #085AA4;
    text-align:center;
    background-color: #ABD372;
    #footer {
    margin:0 auto;
    width:900px;
    color:#333333;
    text-align: center;
    border: 1px dotted green;
    /**LINKS**/
    /**remove borders from all linked images**/
    a img {border:none}
    a {text-decoration:none;}
    a:link {color:#006600;}
    a:visited {color:#CCC}
    a:hover,
    a:active,
    a:focus {
    color:#38EBCD;
    text-decoration: underline;
    /**RE-USABLE CLASSES**/
    .center {text-align:center}
    .right {text-align:right}
    .left {text-align:left}
    /**FLOATS, CLEARING**/
    .floatLT {
        float:left;
        width: 48%;
        border:1px dotted red;
        font-size: small;
    .floatRT {
        float:right;
        width: 48%;
        border:1px dotted red;
        font-size: small;
    .clearing {clear:both; display:block;visibility:hidden}
    </style>
    </head>
    <body>
    <div id="container">
    <div id="header">
    #header -- banner image goes in the background
    <ul id="nav">
    <li><a href="#">some link</a></li>
    <li><a href="#">some link</a></li>
    <li><a href="#">some link</a></li>
    <li><a href="#">some link</a></li>
    <li><a href="#">some link</a></li>
    <!--end nav --></ul>
    <!--end header --></div>
    <!--begin sidebar -->
    <div id="sidebar">
    <h2>#sidebar</h2>
    <h3>Add your slideshow here </h3>
    <p> </p>
    <h4>This Layout Works In: </h4>
    <ul>
    <li>Internet Explorer 6+</li>
    <li>Firefox</li>
    <li>Chrome</li>
    <li>Safari</li>
    </ul>
    </div><!--end sidebar2 -->
    <!--begin content -->
    <div id="content">
    <h2>#content</h2>
    <p>Contains valid CSS &amp; HTML code.</p>
    <h3>Heading 3</h3>
    <p>Duis rhoncus, lacus vitae suscipit lacinia; erat nibh commodo justo, volutpat bibendum ante ipsum eget mauris. </p>
    <div class="floatLT">
    .floatLt <br />
    images or text here</div>
    <div class="floatRT">
    .floatRT <br />
    images or text here</div>
    <!--clear floats here with a p, br or hr tag -->
    <hr class="clearing" />
    <!-- end #content --></div>
    <!--begin subcontent -->
    <div id="subcontent">
    <div class="floatLT">
    <h3>.floatLT </h3>
    <p>subcontent image here</p>
    <!--end .floatLT --></div>
    <div class="floatRT">
    <h3>.floatRT</h3>
    <ul>
    <li>subcontent here</li>
    <li>subcontent here</li>
    <li>subcontent here  </li>
    </ul>
    <!--end .floatRT --></div>
    <!--end #subcontent --></div>
    <!-- end #container --> </div>
    <!--begin #footer -->
    <div id="footer">
    #footer
    <p>&copy; 2012 Company Name all rights reserved.</p>
    <!-- end #footer --> </div>
    </body>
    </html>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • My Internet Connection is Fast, but Web Pages load slowl

    I have tested my connection on several websites. I am using RoadRunner and I consistently get speeds between 3500-4500 kbps. In the past few days I have the same internet speed but all my web pages load really slow. Up until this problem I would click on a link and it would take 2-3 seconds to load the next page. Now it is more like 15-20 seconds. Once I get a page loaded if I download something from that site it is still a fast download.
    Any ideas on what could have slowed loading web pages , but download speed still shows really fast?
    Your help is appreciated
    Cheers
    mrjazz

    If your download speeds are still fast, it is most likely the broswer that is slow in rendering the pages.
    Are you using Safari and if so, do you leave it open all the time? Safari is notorious for hogging RAM and CPU cycles and slowing to a crawl if you do not quit and restart it.

  • Pages load too small to read in firefiox but not in other browsers. Always have to zoom in 5 times.

    Pages load too small to read in Firefox but not in other browsers. Always have to zoom in 5 times.
    == This happened ==
    Every time Firefox opened
    == A long time, months, I think since I bought the computer..

    I forgot to add the extensions installed:
    auto hide Ip 1.0
    Better privacy 1.48.3
    download helper 4.8
    java console 6.0.2
    Norton IPS 2.0
    Norton toolbar 4.6
    quickProxy 2009.07.19
    realplayer browser record plugin 1.1.4
    stumbleupon 3.64

  • WRT54GS - Web page loads slow or not at all

    My parents have two wireless laptops accessing their WRT54GS.  Both receive excellent signal strength.  Web pages load at normal speed for the first unit to access the internet on their network.  However, the web pages will take forever or not load at all for the second computer, despite the fact that the signal strength to the second computer remains excellent.  It does not matter which connects first and which is second; the problem still occurs. 
    I might mention that the computers and the router were purchased on Dec. 23, so everything should be current, with the exception of the 12/28/06 firmware release for the router.
    Any suggestions would be appreciated!

    hi...you can try different wireless settings on the router...
    channel -- 1,9 or 11
    under advanced wireless settings ,
    beacon interval  - 75 
    frag threshold    -  2304
    RTS                   -  2304
    if this does not make any difference then upgrading the firmware could help you....

  • The update of web page iCloud is great, but why don't u just remove the "Notes" label from the "Mail" app?

    The update of web page iCloud is great, but why don't u just remove the "Notes" label from the "Mail" app?
    In additional, I also would like to see a "iOS liked" way to edit my "United contact" on the web page iCloud, just like on my iphone. That would be really great and more greater!
    Anyway, thanks for your work!

    frederickfromacworth wrote:
    but the updated icons on the update page don't go away.
    It's difficult to tell exactly what you mean, or where you are looking.
    But if you're looking in the App Store on the iPad, in the Updates area, and you still see the icons, they presumably now say "Open" to the right instead of "Update".  They will stay that way as a history of what you have done.  They will disappear after a while - something like 30 days.  That is fine.

  • Web page posted 2 weeks but is not showing up in Google or other search eng

    Would there be a reason that a very basic web page created in iWeb would not meet the technical criteria to be included in Googles search page.
    It seems like Google have a problem digesting the page.
    Does anyone have any experience with that issue?
    Christer

    Where did you publish your site - to MobileMe? If so, Google is not very good at picking up MME published sites with web.me.com url's - they are only really for personal sites and not business sites.
    Also, did you tell Google that your site is there? You need to inform them and other search engines so that your site will be included in searches.

  • After upgrading to 8.0 the add-on compatability tool runs and the Getting Started web page loads every time the browser starts.

    After upgrading to 8.0 from 7.0.1 every time I start FF I get the add-on compatibility tool to run and the Getting Started web page loads along with my homepage in separate tabs as well. So far I have tried running the installer again, disabling all add-0ns and custom settings and restarting and turning off automatic updates. Nothing worked there. I got the same behavior each time. I don't know what else to try other than a full uninstall and reinstall. Something I'd like to avoid if it's possible because of the time involved. This is the second time I have posted regarding this issue. The first time I didn't get a response. A solution or a possible workaround would be greatly appreciated if anyone knows of any. As a staff member and a global forum moderator for an anti-virus company I understand how hectic things can be at times but some feedback, good or bad, on this issue would be very welcomed! Regards, Ritchie...

    Hi michaell, thanks for the reply. I tried everything in the Preferences are not saved link you provided and nothing worked there. If creating a new profile will delete all my add-ons and custom settings I might as well just do a complete uninstall and reinstall. That actually would be easier. That article told me how to save my bookmarks though so I don't have to loose those which is nice. I don't know if this makes any difference but there is a discrepancy between the preference file in the article which is: prefs.js and what's showing on my PC which is: prefs with no .js suffix. I tried to rename the file to prefs.js and restarted. No luck there either. It just created another prefs file. I guess we've pretty much exhausted all the avenues to try! I'm just going to go ahead and do a reinstall when I get the time. Thanks so much for your help michaell. I do appreciate the effort. Regards, Ritchie...

  • Web pages load SLOW on IPad: how to disable DNS prefetching; other ideas?

    Brand new IPad 16 GB WiFi + brand new Airport Extreme in bridge mode. Comparing IPad web page load speeds with side-by-side WinXP computer running IE8. Any web site will do: take www.apple.com if you want.
    Problem: IPad web pages generally load much too slowly compared to IE8 on a computer 6 inches away on the same Airport Extreme network. Maybe twice as slow at worst, occasionally not much slower, but generally pathetic and annoying. WiFi signal strength is "excellent". Airport Extreme network is working great with all my (Windows) computers and devices except the IPad.
    I already switched to OpenDNS on my Airport Extreme; didn't help noticeably. I would like to try disabling DNS prefetching in Safari, but don't know how to do it on the IPad. Question #1: How do I disable DNS prefetching? Question #2: Any other suggestions for this embarrassing (to Apple) problem?

    I'm experiencing a similar problem with a new iPad 2 using iOS 4.3.3 connected to the Internet via Time Machine to a DSL line.  The Speedtest X HD App shows the connection speed to be fine (about .6 Mb / s).  The problem is only with accessing web pages.  I frequently get a "server not responding" msg.  There is no problem when I connect the device via USB to an iMac, only through wifi.  The iMac itself (Intel with OSX 10.6.7) periodically experiences problems (both Firefox and Safari):  I have learned to solve it by cleaning out cache and fixing disk permissions periodically.  I've tried cleaning out cache on the iPad, deleting cookies and erasing web history, but that doesn't seem to make any difference.  The problem reminds me of an old VNC problem:  you had to allocate a large amount of cache or streaming would stall.  This is also happening with the iPad 2.  Maybe the problem is a DNS channel issue but my impression is that it is somehow related to a memory or cache issue with the iOS device or to Airport.  I've occassionally experienced similar slow page loading problems with other Airport connected devices--it varies from device to device.  It seems to be a client-side software or caching problem.

  • NONE of the web pages load properly. If I hit "Ctrl + F5" it will fix THAT PAGE ONLY. I have to do this to EVERY SINGLE page I try to load. This ONLY happens with FIREFOX. Internet Explorer works fine. PLEASE HELP! Thanks.

    NONE of the web pages load properly. If I hit "Ctrl + F5" it will fix THAT PAGE ONLY. I have to do this to EVERY SINGLE page I try to load. This ONLY happens with FIREFOX. Internet Explorer works fine. PLEASE HELP! Thanks.

    To answer the post title FireFox save all downloads automatically in the download folder, which you can find in the Documents folder. If you want to choose where to save your downloads go to tools>options>check always ask me where to save files.
    Secondly, I am assuming you have IE 8 installed as this is the only version that supports this fix that is currently not in beta. Go to control panel>internet options>advanced tab and reset the settings at the bottom. This may or may not fix the problem but it is a good first step.

  • Web Server NetworkTopology - Reduce Web Page Loading Times

    Hello,
    Not sure which forum is best to approach because I think my setup and requirements may fall into several areas of consideration, but here goes. With reference to the diagram below:
    Basically I host my own website using IIS on a W7 box that sits behind my Windows Server 2012R2 box that I use as a DNS server with the following roles:
    Routing and Remote Access, DNS Server, AD, NAT
    What I'm wanting to do is to change my network configuration to the bottom diagram i.e put my webserver in front of the the windows server so that it is internet facing without having to route HTTP requests through my server machine, the objective is to
    limit the hardware that HTTP requests need to travel through in order to speed up the web page loading times. I have tried the new preferred configuration but I am actually finding that the web page takes another 10 seconds longer to load with the new configuration.
    My DNS server is authoritative for my website domain name, my idea or understanding for the new configuration is the following: (this may be wrong, not sure!)
    Someone browses my site i.e makes an initial DNS request for my website, the DNS inquiry is passed through my hardware firewall to my DNS server, the DNS server then points the DNS request to the webserver box, then when an HTTP request for website is received
    by my hardware firewall, the firewall redirects the HTTP request directly to the webserver.
    I thought that the above new configuration would actually speed up the web page loading response time as the HTTP traffic would no longer have to travel through my DNS server before reaching the webserver and then make its way back to the remote host across
    the WAN
    Can someone please tell me where I am going wrong with my configuration? thanks in advance

    Hi,
    Is your website loaded very slow?
    If yes, please try to perform a network capture on the client. We can find which part is slow by analysing the capture data.
    If the DNS process is slow, please try to use nslookup to verify if it is a DNS issue.
    If the HTTP process is slow, please check if there is any tcp retransmission in the capture data.
    Best Regards.
    Steven Lee
    TechNet Community Support

  • Every time I click something on web pages, like a link or a search bar, I get a poEvery time I click something on wr a search bar, I get a pop-up. It's usually a semi-related pop-up, like on Apple websites, I get a lot of MacKeeper pop-ups.

    Every time I click something on web pages, like a link or a search bar, I get a pop-up. It's usually a semi-related pop-up, like on Apple websites, I get a lot of MacKeeper pop-ups. I let my younger brother use my laptop yesterday, and now this is happening. I think he might have downloaded something, but I don't know what it is called or anything so I don't know how to delete it.
    I have a Macbook pro.
    Thank you!

    Your brother may have downloaded and installed something known as "adware." To see if that's the case, visit thomas_r.'s The Safe Mac website and look at the Adware Removal Guide page. You may also be able to use his Adware Removal Tool to get rid of the junk.
    Good luck,
    Clinton

  • TS3276 i am unable to open web pages from email links on my ipad

    I am unable to open web pages from email links on my ipad

    A few more details might help, if nobody else recognizes this.   
    What happens when you try to open the links?
    Can you post an example of a link that doesn't work?
    Is there any particular source for the mail with the (bad) links, or is mail from all sources failing?
    If you happen to know it, what's the format of the mail message?  (Maybe the message is an image?)
    Do the embedded links work as expected from an OS X system running Mail.app, or some system and some other other mail client?
    To view the link in iOS: if you press on and hold your finger on an embedded link in most contexts, iOS will show a pop-up with the link contents, and will offer to copy it.  You can use that to acquire and post the link.  If pressing and holding on the link doesn't offer the pop-up, the format of the link itself may not be valid, or it might not really be a link.

  • Web pages loading with a long wait period

    Hello
    I have just i have just installed windows server 2012 R2 on my new PC
    Here is my configuration:
    Core i7 3370
    4 GB RAM
    1GB Graphics
    I am using Netgear wireless adapter WNA3100
    Internet connection seems to be OK, download is OK
    However web pages are loading very slowly on first load and then on subsequent loads it is more rapid.
    Do i need to do any additional config to solve this issue?
    Thanks

    Hello
    I have the same latency issue with all web pages on this server (firefox, IE and chrome)
    on my laptop which uses the same connection web pages load instantly
    I have a 2mbps internet connection
    in internet download manager i have a download rate of 225 kbps
    below is the tracert result for one of my website http://www.newturf.com:
    Microsoft Windows [Version 6.3.9600]
    (c) 2013 Microsoft Corporation. All rights reserved.
    C:\Users\Administrator>tracert newturf.com
    Tracing route to newturf.com [109.104.87.150]
    over a maximum of 30 hops:
      1     *        *        *     Request timed out.
      2    18 ms    18 ms    28 ms  197.226.32.1
      3   223 ms   113 ms    88 ms  196.20.255.10
      4    23 ms    22 ms    18 ms  tengig4-1-tr.telecomplus.net [196.20.254.169]
      5   258 ms   257 ms   255 ms  81.52.188.125
      6   306 ms   259 ms   291 ms  gigabitethernet13-2-1.marcr2.Marseille.opentrans
    it.net [193.251.133.209]
      7   276 ms   322 ms   326 ms  tengige0-9-0-9.pastr1.Paris.opentransit.net [193
    .251.128.242]
      8   270 ms   275 ms   276 ms  telia-3.GW.opentransit.net [193.251.250.222]
      9   262 ms   261 ms   261 ms  prs-bb1-link.telia.net [213.155.132.192]
     10   293 ms   282 ms   272 ms  ldn-bb1-link.telia.net [80.91.247.7]
     11   293 ms   277 ms   270 ms  ldn-b5-link.telia.net [80.91.246.145]
     12   295 ms   279 ms   275 ms  hosteurope-ic-143126-ldn-b5.c.telia.net [213.248
    .96.50]
     13   288 ms   274 ms   276 ms  109.104.95.102
     14   275 ms   315 ms   273 ms  cr5-cr4.core.webfusion.com [109.104.95.145]
     15   302 ms   276 ms   276 ms  cr4-ld4.core.webfusion.com [109.104.95.142]
     16   275 ms   276 ms   275 ms  ds7073.dedicated.turbodns.co.uk [109.104.87.150]
    Trace complete.
    Is there any config i need to make for DNS?

Maybe you are looking for