The best browser using OSX 10.5.8 ?

I have a G5 DUAL 1.8 PPC and I'm having trouble finding a browser that will work with my OSX 10.5.8. Most will not work very well if at all.
Are there any that can be usable ?
Thank you in advance.

Try TenFourFox.
(126429)

Similar Messages

  • I have been trying to download and install a trial. What is the best browser to use and how do i do it?

    I have been trying to download and install a trial. What is the best browser to use and how do i do it? The set up and everything is on the desktop but it never seems to load anything?

    what file (name and extension) is on your desktop and what os?
    what have you done to install the desktop file and what do you see when you do that?

  • What is the best browser to use for facebook?

    What is the best browser to use for facebook?

    Any browser is supposed to work, provided the rest of the infrastructure (Flash, Java) is up to date.
    However, since FB is so prone to install/modify/alter its settings/cookies/environment, I prefer to keep mine sandboxed and access it only via a dedicated browser used for nothing else, thus minimizing the risk and exposure.  For that, I use the Flock browser, purportedly optimized for social media: http://www.macupdate.com/app/mac/19719/flock

  • Avast, clamXAV and MacScan - which is the best of these OSX AV scanners?

    Avast, clamXAV and MacScan - which is the best of these OSX anti-virus scanners?
    Does anyone have experience of all three?

    Ermmm. I think you'll not find anyone here that's got experience of one, let alone all three.
    My thoughts on anti-virus for the Mac, is that it can be more hassle than it is worth, given the nature of OSX. Don't get me wrong, it's not like I think the OS is invulnerable, but other than the one lone mock video codec trojan that was out a few years ago, there really isn't much of a need for anti-virus.
    Yet.
    The best web security right now for general browsing is Firefox with NoScript and AdBlock Plus and have it set to delete the cache and cookies after each session.
    Beyond that, the commonest things vexing Mac OS right now, are 'social engineered' trojans or virii, that the user installs themselves.
    If you stick to legitimate download sites, (c-net, versiontracker) you will be fine.
    Deb.

  • What is the best browser to run oracle 10g forms

    SALAM TO ALL MUSLIM BRITHERS
    what is the best browser to run oracle 10g forms_

    Hello Ady,
    Hey not all of us have a religionok, I extend my statement to those with a different religion, atheists, agnostics and anybody who does not beliefe in a divine being of any kind ;-)
    some of us are bright enough to be atheistsThe implicit statement of this is not better than greeting only users of a certain religion.
    To the OP: I respect your belief, but we had the discussion about greetings in this forum before. To most users any relation to a religion is inapropriate and considered a violation of the Terms of Use, e.g. {message:id=9677530}.
    Edited by: Marwim on 16.04.2012 07:56

  • Suddenly Firefox is crashing just as I hit send on an email...losing everything I've written! I hate IE, too. So what's the best browser?

    Suddenly Firefox is crashing just as I hit send on an email...losing everything I've written! I hate IE, too. So what's the best browser?

    You can try to disable hardware acceleration in Firefox.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    You need to close and restart Firefox after toggling this setting.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://support.mozilla.org/kb/upgrade-graphics-drivers-use-hardware-acceleration
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    If you have submitted crash reports then please post the IDs of one or more recent crash reports that have a "bp-" prefix:
    *bp-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    You can find the Report ID of recent crash reports on the "Help > Troubleshooting Information" page (about:support).
    *Click the "All Crash Reports" button on this page to open the <b>about:crashes</b> page and see all crash reports.
    If necessary then you can open <b>about:</b> pages via the location/address bar.
    See:
    *http://kb.mozillazine.org/Mozilla_Crash_Reporter
    *https://support.mozilla.org/kb/Mozilla+Crash+Reporter

  • Which register cleaner or tune up software is the best to use for windows vista,windows 7 and windows 8.1 as professional?

    hi,
    I like to know wich register cleaner or tune up software is the best to use for windows vista- windows7- and windows 8.1.
    I like to know the proffesional  version of it which I can use for my clients  every where  unlimitted to clean unwanted keys  of registry and improve performance.(specialy in Dutch language).
    thanks
    johan
    h.david

    I second what Kate Li said.  There's no need for a registry cleaner!  Don't do it! I run Windows systems for years and they keep running as light and fast as when they're new.
    What I *do* recommend is regularly reviewing the list of programs set to run in the background using a tool to show you what starts in various ways called Autoruns, which can be found here:
    http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx
    This tool can be used to disable things you don't need.
    -Noel
    Detailed how-to in my eBooks:  
    Configure The Windows 7 "To Work" Options
    Configure The Windows 8 "To Work" Options

  • Can I get information regarding the client browser using JSP

    can I get information regarding the client browser using JSP. like.. name, screen resolutions, font type, screen width and height of the browser etc.,
    if possible then please give me the samples..
    thanks,

    can I get information regarding the client browser using JSP. like.. name, screen resolutions, font type, screen width and height of the browser etc.,
    if possible then please give me the samples..
    thanks,

  • What is the BEST practice - use BO or Java Object in process as webservice

    Hi All,
    I have my BP published as web service. I have defined My process input & output as BOs. My BP talks to DB through DAO layer(written in JAVA) which has Java objects. So I have BO as well as java Objects. Since I am collecting user input in BO, I have to assign individual values contained in BO to Java object's fields.
    I want to reduce this extra headache & want to use either of BO or Java object.I want to know What is the best practice - use BO or Java object as process input. If it is BO,how I can reuse BOs in Java?
    Thanks in advance.
    Thanks,
    Sujata P. Galinde

    Hi Mark,
    Thanks for your response. I also wanted to use java object only. When I use java object as process input argument..it is fine. But when I try to create Process web service, I am getting compilation error - "data type not supported".....
    To get rid of this error, I tried to use heir (BO inheriting from java class). But while invoking process as web service, it is not asking for fields that are inherited from java class.
    Then I created Business Object with a field of type java class... This also is not working. While sending request, it is giving an error that - field type for fields from java class not found.
    Conclusion - not able to use java object as process(exposed as web service) input argument .
    What is the Best & feasible way to accomplist the task - Process using DAO in Java & exposed as web service.
    Thanks & Regards,
    Sujata

  • I need to record two camera interview shoots and turn the video around quickly. What is the best solution using a MacBook Pro and final cut pro?

    I need to record two camera interview shoots and turn the video around quickly. What is the best solution using a MacBook Pro and final cut pro?

    Try reimporting all your media: file>>import>>reimport>>continue

  • How to get the best results using the refine edge tool?

    how to use the sliders in the refine edge tool? how do you get the best results using the fine edge tool?

    You should ask in the forum for the (un-named) program you are using
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Opera not responding to launch...What's the best browser to use?

    Opera just went through an upgrade a few days ago. It worked fine before and up until today. Now, I click the app icon - a quick jump in the dock, but no response (and no blue dot to indicate it's open). I've tried right click and open, same thing. I've tried closing it, now I can't even get it to open on the dock again. What's up with this? Is this a good browser? I just started using this a couple weeks ago, mozilla fan personally - but I do like some of the features Opera has to offer. What's the best and safest browser to use? Are there precautions to take as far as security threats, etc. I've only been a MAC user for about a year now and as far as I've 'heard' the Mac pretty much takes care of itself. True?

    To uninstall Opera completely, you must delete the following folders and files:
    ~/Library/Application Support/Opera/
    ~/Library/Caches/Opera/
    ~/Library/Preferences/com.operasoftware.Opera.plist
    ~/Library/Preferences/com.operasoftware.OperaWidgets.plist
    ~/Library/Preferences/Opera Preferences/
    Starting with the Cache folder is a good idea. That way you don’t loose any settings or data.
    Alternately, you can just try starting Opera from another account on your machine. The Guest account is a good place to start testing.

  • What is the best browser to use on a iPod touch 4th

    I need to know which browser to use on my iPod touch 4th

    The is no one "best" Browser. It all depends upon your needs. You did not identify you needs.

  • Dynamic streaming - which encoding bitrates are the best to use

    If I was to stream live fast action sporting event like a basketball game, using dynamic streaming (3 streams) with a dedicated 10MB upstream connection and a strong encoding appliance(viewcast model) what are the best/most common bitrates I should encode at? Which bitrates are most accessible for both PC and mobile, average users?
    >> 275kbps, 550kbps, 875kbps
    >> 282kbps, 482kbps, 682kbps
    >> 300kbps, 500kbps, 800kbps
    Would a lot of buffering occur if a viewers connection fluctuates alot between 550 and 875kbps?
    Thanks.D

    It will depend upon your client base - do you any idea what is bandwidth profile of most of your client base? I think that would help you decide which one would better suit your need - there is nothing like best per se but depending on your client profile - customers decide thier MBR set

  • What is the best general use stylus for ipad air?

    Any recommendations for the best stylus for an ipad air.  Will not be used for creative purposes

    The Adoinit Jot Pro is super handy and feels like using a regular pen.

Maybe you are looking for

  • Animated Gifs in 6i

    I have an image file which is of type 'Gif'. when deployed over the web the gif is unable to load. But buttons which are of type 'Gif' are loaded. I have all in the same path. Any help??

  • How do I access a USB server on a "different network segment"?

    I have tried posting this question in the Server community but with no response, however I believe the solution will be achived through Terminal and I believe there will be those versed in the use of Terminal here, so here goes. I have a USB Server w

  • How can I create a dvd with NO theme?

    I'd like to create a DVD that shows an image of my choice when inserted in player, with one play button start movie. All themes seem to have some moving graphic or fancy stuff.

  • How do I authorize music purchased on a different appleID account other than mine?

    Long story. Here goes: I was married for several years and during that time my now ex-wife and I purchased music from iTunes. Being married and foolishly adhering to that old adage that once two people are married they become one, we set up OUR Apple

  • Mavericks continually losing network connection

    Dear Forum, I've read multiple posts online from the beginning of the year relating to this issue, but few have reported a satisfactory solution. Network Diagnostics indicates the Network Status is functioning with all 5 green lights, yet internet an