IWeb '08 Site won't display right on PPC machine

Hey all,
I'm having a very strange problem with my new website. After I published the site with my MacBook everything looked great in my browser (Safari and Firefox). However later todat I visited my site from my desktop Power Mac G5... The site would not load correctly. Just to check, I visited the site from my Father's Mac Pro... The site loaded beautifully. I then tried the site on my Mother's old 12'' PowerBook G4... No dice.
What could be causing the problems with PowerPC machines?
The site is www.reydigital.com
Check it out and let me know if it's working on your machines.
Cheers- George

George ~ It works on a MacBook Pro Core Duo, but all the Flash animations make the CPU work at 90%. My guess is that there is simply too much processing for a PowerPC Mac. Click on the thumbnail below to see the CPU history from Activity Monitor:

Similar Messages

  • TOP OF SITE WON'T DISPLAY IN MOZILLA FIREFOX.

    When using Mozilla Firefox my website won't display the top of the page on many pages. Works fine in Safari. Problem just started! Using Squarespace CMS.

    Could you give a link to the page that has the problem?
    If you use a negative margin-top anywhere in the page, you might compare this discussion: [https://support.mozilla.org/questions/1004696 Top of website not showing].

  • Favicon on MobileMe web site won't display with Safari - OK with Firefox

    I have a web site published to MobileME using iWeb - I have added a favicon and updated HTML accordingly. Now after trying every combination of code and searching the Safari, iWeb and MobileMe forums I cannot figure out why my favicon will not display using Safari but will with just about every other browser (Firefox, IE, Netscape are the ones I've tried on a Windows PC - also won't dispaly using Safari for Windows). Any ideas???
    I've put the favicon file in the web.me.com/pat.schafer/web/sites folder as well as the web.me.com/pat.schafer/web/sites/sitename folder and added the HTML ref code to every html file - I'm going crazy.

    Hi Certified - tried your tips to no avail. I'm beginning to think it's some interaction (bug??) when using a site published to MobileMe (and iWeb?) and Safari. Note I also tried using Windows Safari on a PC which had never viewed the site and it still showed the Apple favico but as previously stated Firefox, and IE on this PC did show my favicon. (I have not tried to load Firefox on my iMac but may try this as well.) I'd try the Apple Support Center but I don't hold up much hope of their being able to assist - I was at the Genius Bar yesterday in the Sydney shop on another matter (broken mouse) and asked about this favicon issue and was told it was beyond the scope of what they can assist with.
    Hello Old Toad - thanks anyway for the tip on the OVI slideshow - also thanks to your earlier tips on using OVI I did know about the trick of using a transparent shape but had got around to doing this - I'm still in the early stages of learning using iWeb ... the site in question is just a bit of a "sandbox". In fact I'm pretty much on my way to a bookshop to get a book an HTML and other web design technologies - clearly one must really understand the underlying technology to make these things work.

  • Ad page for one site won't display, but works fine with Internet Explorer

    Main page of one site displays fine, but ad page won't. Works fine under Internet explorer. Didn't have problem before.

    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    (You also can clear Firefox's cache completely using:
    orange Firefox button ''or'' Tools menu > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now")
    (2) Remove your live.com cookies (save any pending work first) using either of these. While viewing a page on the site:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    Then try reloading the page. Does that help?

  • IWeb mobile site won't work

    I published an iWeb website and when I try to visit it on my iPhone, the phone automatically redirects the URL to "m.websitename.com" (even if I delete the m.) and then shows a message of "We are sorry, there is no such site.". I haven't found anything on iWeb about mobile sites, so I'm not sure why the mobile device won't just visit the normal site.

    Contact your host's tech support and ask them if they have a redirect on the server.
    Now that having a mobile version of your site is essential if you are in business, its usually set up as a sub domain with the prefix "m." or "mobile."
    Most hosting services allow us to decide which method, if any, to use to direct mobile visitors to the appropriate version of the site. Some have obviously decided to do it for us using either .htaccess or a server side script!
    Maybe you should leave it in place and take this as a strong hint to create a mobile compatible version of your site. It is possible to do this using iWeb if you think about it.

  • Images from 2nd local site won't display in Firefox

    I'm including images from one local website on another local
    website,
    and they display fine with Internet Explorer but not with
    Firefox. I can
    see the images' "outlines" in Firefox. In other words, a
    rectangle the
    same size as each image appears. When I right-click on it and
    choose
    "View Image," I get this message:
    "Firefox doesn't know how to open this address, because the
    protocol (c)
    isn't associated with any program."
    I don't have a clue what it's talking about. Here are the
    paths to the
    two images:
    <img
    src="C:/sites/Geobop/images/GS/flags/world/na/usa/150/az.gif"
    <img
    src="'.$BaseURL.'images/GS/flags/world/na/usa/150/az.gif"
    (The second path translates the same as the first.")
    I haven't disabled images; in fact, I can see other images on
    the page.
    Can anyone tell me what's going on here?
    Thanks.
    www.geobop.org - Family Websites
    www.invisible-republic.org - Adult political websites (Mature
    adults only)

    P.S. I tried beginning the image's path with file:///C: and
    file:///c:,
    but that doesn't work at all; it doesn't even display the
    image's shape.
    www.geobop.org - Family Websites
    www.invisible-republic.org - Adult political websites (Mature
    adults only)

  • Site won't display in IE, need help BAD...

    Heya,
    My website
    http://www.firetree.us is not
    displaying at all in IE7 (possibly IE6 too) but unfortunately I
    don't have a machine I can test it in. I'm really in need of some
    help because it works perfectly in Safari, FF PC & Mac but IE
    doesn't displaying anything at all. I really need some support on
    this one, thanks guys.

    > Thanks for pointing out the improperly closed script
    attributes, I
    > have
    > been a little confused with when XHTML wants me to close
    them like that
    > versus
    > />
    Your usage is not XHTML vs HTML - it's just bad code.
    <script> is always
    paired with </script>. XHTML doesn't affect such tags.
    It's only the self
    closing tags that are affected by XHTML - <hr />,
    <br />, etc.
    > Unwise application of the onclick.... I know that's not
    the way most
    > people do it, but I don't understand why one would
    include the <a> tag
    > around
    > the image element except to get the browser to turn the
    mouse into a hand
    > to
    > signify it's a link... ?
    That's why.
    > don't ask why just an old habit I guess
    Seems like a habit that is out of date to me!
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Spencer Hill" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hey Murray,
    > Thanks for your reply. Because this project isn't
    complete I assumed
    > anyone helping would know that's why I haven't put the
    Doctype, encoding
    > etc...
    > That's usually the last thing I do (don't ask why just
    an old habit I
    > guess :p)
    > Thanks for pointing out the improperly closed script
    attributes, I
    > have
    > been a little confused with when XHTML wants me to close
    them like that
    > versus
    > /> but I didn't think to run the site through the
    validator til after your
    > post. So thanks!
    >
    > Unwise application of the onclick.... I know that's not
    the way most
    > people do it, but I don't understand why one would
    include the <a> tag
    > around
    > the image element except to get the browser to turn the
    mouse into a hand
    > to
    > signify it's a link... ?
    >
    > I think it was the improperly closed script tags that
    broke it in IE.
    > That was the only thing I changed before it stopped
    displaying in it.
    >
    > Thanks man!
    >

  • Site won't display correctly when 'Published' to Business Catalyst but does when 'Preview' in browse

    Basically I have a subscription to Muse and with that the ability to host one site with Business Catalyst. When checking the first site I designed I'd use 'Preview in Browser' and the site occasionaly displayed incorrectly, so I changed my habits to publishing the work-in-progress site to the BC url with this current site.
    Unfortunately there are multiple display problems with doing this; the two images below show the difference between 'Publish' to the BC domain and 'Preview site in browser'.
    I've cleared the cache of the browser multiple times and used both Firefox and Safari and the problem still remains. I'm assuming it's a problem with Business Catalyst?
    Does anyone have a solution for this? Has data become corrupted in BC, and if so is there a way of 'flushing' the data held on the BC site clean to start from scratch?
    Would really appreciate some help here as it's impossible to show my client the current state of the site
    Thanks in advance
    Phil
    http://httpwiles06businesscatalystcom.businesscatalyst.com/clients.html

    Hi Phil
    I checked the site and i can see all the images in page.
    Can you try to check with a different browser or if possible on a different system or device ?
    Thanks,
    Sanjit

  • My site won't display correctly on android

    I'm stumped. Built my site. Displays well on ipad and laptop. Android phone, it appears to not load the entire home page. Any experts on android here?
    http://skeeterz71.com
    Thanks

    Nevermind. Apparently a plugin was causing the problem.

  • GoDaddy site won't display properly

    I have been working with a client's Dreamweaver site; however, when I went to upload it to GoDaddy, the pages and images don't display properly.  How can I fix this?
    Will I need to change the links for every missing graphic, so that they come directly from the root?  Is there an easier way?
    This particular site has multiple level and sub-folders, etc.
    Please HELP!!!!

    Thank you so much!  I hadn't thought about that.  Since it's a one-time fix, I'll go through and change any absolutes to relative.
    Thanks again.
    Sincerely,
    Lynn

  • Site won't display entire page

    I have tried to update information on this page: http://ahf.net/aboutUs/donors.html
    But every time I "Put" up the page to include the updated information, it cuts the page off and the bottom of the page is incomplete.
    What am I doing wrong?

    Start by adding a valid document type declaration to the top of your DWT file.
    Without a valid doc type, browsers render pages in Quirks Mode with unpredictable results.
    Then work through and fix your code errors.  You have quite a few which could effect display.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fahf.net%2FaboutUs%2Fdonors.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Urgent Deadline to Fix PC Mess Displaying iWeb Created Site -- Please Help!

    IWeb 08 and web-design-savvy Mac users, I really need your help... and I'm on a tight deadline.
    I've designed the website promoting our group's big event by using iWeb 08; I was very troubled when I discovered tonight that there are major display problems in Microsoft Internet Explorer 6 on Windows PCs. This website is essential to promoting the event and I can't afford to lose traffic because of display issues.
    Here's the site.
    www.spj.org/pittsburgh
    Can anyone walk me through the best fixes for the following problems?
    On a PC in Internet Explorer:
    1) The home page display chokes up during scrolling; there's a sort of "stuttering" effect in rendering of simple images that slows down the PC and gums things up.
    2) The layout of the center-justified text is trashed by Explorer's insertion of large blocks of blank spaces and a line return in an area where I change the color of the text for emphasis.
    On my web pages that display the iWeb-generated navigation links:
    3) The label for the final navigation link drops down to a second row, creating a ragged, poorly formatted look.
    4) If you click on the navigation link for the current page, it takes you to the home page instead of keeping you on the current page.
    None of these problems happen in Safari for Windows.
    In Firefox for Windows, I believe that only problem 3 happens.
    Explorer 7 for Windows appears to fix only problem 2.
    -Will an "optimizer" program fix any or all of these problems?
    -Can I open the iWeb-created html files in Netscape Composer, SeaMonkey, TextEdit, or any other application, change the html code to fix any of this, and save the repaired result?
    -Is there any change in the formating within iWeb that I should try that will put things right on a PC?
    Thanks for any help you can offer. I have to fix this somehow this weekend.

    Cédric,
    Thank you. I will definitely build my own navigation menu, as you described to solve problems 3 and 4.
    I'm still struggling with the decision of how to deal with issues 1 and 2 On a PC in Internet Explorer. (See below.)
    I did already update to iWeb 2.0.3 before I created the site.
    1) The home page display chokes up during scrolling; there's a sort of "stuttering" effect in rendering of simple images that slows down the PC and gums things up.
    2) The layout of the center-justified text is trashed by Explorer's insertion of large blocks of blank spaces and a line return in an area where I change the color of the text for emphasis.
    Here are options I'm considering.
    One is to take screenshots of the site's current iWeb-generated graphics, turn them into jpegs, and reinsert them into the page as jpegs. My thinking is that it would eliminate any Explorer problems with rendering png images and effects.
    Another option is to rebuild the entire site in another program, trying to imitate the look of my current iWeb-created site. The problem is, I don't know if I have to skills to properly create my PayPal online registration section, which is essential. If I do try to redo the entire site, I haven't decided to use Netscape Composer (my old method), SeaMonkey (its successor), or some other application with which I have no experience. If I do recreate the entire site, I'm going to have to be careful to exactly duplicate the individual page names, so that I don't break the links for anyone who has linked to the current pages.

  • Safari won't display graphics for some web sites

    There are some sites that Safari won't display all of the graphics. For instance, nissanusa.com opens to a blank page with a little "feedback" symbol in the lower right corner. Similarly, the infiniti.com page has some text but no graphics. Both pages open fine on Firefox. There are other pages, but I prefer not to have to switch back and forth between browsers. Am I missing a plug-in that I don't know about?
    Phil

    Sorry, Guys. Somehow I screwed up when I installed the new Safari with Leopard. I don't remember accessing the preferences for Safari and thought they remained the same as for Safari 2. However, upon checking, I discovered the "enable plug-ins" box unchecked. Checking it solved all of the web site problems.
    Peter, Thanks for your response. For informational purposes, on Safari 3, the "enable Flash" button is no longer hidden in the Mime settings tab. Now it's on right on the advanced page of the Quicktime preferences.
    Again, sorry for my screw up and thanks for your help!
    Phil

  • My emails won't display on right hand side of iPad sceen

    Emails won't display their content on the right had side of screen on my iPad , gmail

    Quit the app completely. Go to the home screen first by tapping the home button. Double tap the home button and the recents tray will appear with all of your recent apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner of the mail app icon. Tap the home button or anywhere above the task bar. Try mail again.
    If that doesn't work - Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • Occasionally Firefox 3.6.12 won't display photos on certain sites. Reloading works sometime but not alwasys.

    At times on auction some sites such as ebay, (and others), photos won't display. If I press the reload button there's a chance the photo will display. If reload doesn't work the first time, pressing it 3 or 4 times may work but not always. Closing the site then re-opening works sometimes but not always. Annoying.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

Maybe you are looking for

  • Error while executing the program  'RBDMIDOC'

    Hi Experts, While executing the program  RBDMIDOC I am getting the following errors One error in Communication data  : 1)    No data distributed because of conversion errors Two errors in Data selection and formatting : 1)    No ISO code found for th

  • Firefox is having problems with print css

    I have a website at http://matformannfolk.blogspot.no that I'm trying to make printer friendly. However, even though all other browsers I've tried work, Firefox does not. This is really strange as everything seems great if I emulate print media, but

  • Webservice call to XI Interface through SOAP Adapter from a Web application

    I  am getting  the following error, when I try to call the XI Interface using soap adapter from a web application. ERROR  : SystemError:           <context>XIAdapter</context>           <code>ADAPTER.JAVA_EXCEPTION</code>           <text><![CDATA[ co

  • Want to freeze a set of pages on a button event...

    Hi all, I have Requirement where I need to freeze(Not accessible for that day) the Pages for that day.... Procedure is The client has been provided access to 4 OAF Pages daily... They are all custom pages He does the intended action on those pages an

  • DbLink between 10g and 8i databases

    Hi all I have a little problem. I have two different databases in two different versions 10.6 and 8.1.7. Some forms (developer 6.i) use the dblink and i get a crash to desktop when i try to compile. Developer exit with abnormal termination.It is due