Search 5,000,000+ questions and answers.

Frequently Asked Questions

How do I enable support for Netscape plugins?

Konqueror - Konqueror FAQ
Most binary distributions come from Netscape plugins support enabled, but if you compile from sources, you need to install lesstif, remove config.cache and re-run configure, in kdebase (check that it compiles the contents of kdebase/nsplugins/). If the auto-detection of the plugins fails, try running "nspluginscan" from the command line.
Related Questions

How do I enable cookie support in my browser?

WeighIn.net - Frequently Asked Questions (FAQ)
Cookies are enabled by default in most browsers, however if you think your browser has cookie support disabled then please follow these instructions:- NOTE: If your browser is not listed then please go to the browser manufacturers website for instructions. You may also send us a request to add the instructions for your browser to this FAQ, please use the Contact Us section of the website to do this. We will then endeavor to add the instructions to this FAQ in the future.
Related Questions

How do I enable sound support?

Civ
Sound support has been implemented by David Weisgerber; an up to date patch was available in October 2001, but it still isn't part of the development code.
Related Questions

How do I enable support for protocol XXXXX?

RCF Frequently Asked Questions
Enable all protocols you'll be needing by setting the accept-[int]-XXX-[servers-clients] accordingly. Hosts and networks can be in IP or hostname format, subnets might only be entered in IP format (for example 192.168.1.0/24 or 192.168.1.0/255.255.255.0) for a class C (private) network).
Related Questions

How do I enable support for ICQ?

RCF Frequently Asked Questions
Previously, it was suggested to just open a port range for your clients to use and load the icq kernel module to take care of the forwarding. This method became more and more obsolete with the introduction of ICQ 2000, since that version wasn't supported. Development on the kernel module seems to have stopped. The current best practice, is to forward a small port range per client, and configure the client accordingly. This way, the special functions (file transfer, chat, etc.) will also work.
Related Questions

How do I enable support for pcAnywhere?

RCF Frequently Asked Questions
You'll need the PcAnywhere modules (can be found in /etc/firewall/modules/common/services) linked to you private or public section (depending on your requirements). Run RCF with the --update-config parameter. After that reload RCF and it should work, unless your PCAnywhere is not using TCP/IP Compatibility mode. If it isn't working visit symantec.com and search for "How to change the pcAywhere IP ports". There is a short section on "Restricting pcAnywhere ports".
Related Questions

What about Netscape Support?

Jaffa Latest News
of Jaffa v1.2.0 all widgets now support IE 5.5/6.0 and Netscape 7.0 and Mozilla 1.3. All previous versions of Jaffa (v1.1, 1.0) only has IE support. In addition we have the new 'Tag Library User Guide' where we indicate per widget its browser compatability as well an pointing out and browser specific behaviour.
Related Questions

How do I enable the cookies function on Netscape?

Booksontape.com : Frequently Asked Questions
To enable cookies on Netscape Navigator 4.X, 5.X and 6.X, please open Netscape Navigator, go to Edit, then to Preferences, then click on the Category: labeled, "Advanced." From there, please locate the "Cookies" section and make sure that the "Accept all cookies" or "Accept only cookies that get back sent to the originating server" radio button is selected. To save your changes, please click the "OK" button.
Related Questions

How do I enable cookies in Netscape?

Finite Math on the Web - FAQ's
If you are running Netscape version 4.0 or later, go to Edit->Preferences->Advanced and check the box which says "Accept all Cookies" or "Accept only cookies that get sent back to the originating server."
Related Questions

How do I enable Java in Netscape?

Game House - Game Developers
Make sure that both Enable Java and Enable JavaScript have checkmarks next to them. If they do not, click once in the white checkbox next to each one.
Related Questions

Which plugins have StarTeam (SCM) support? How do they differ?

FAQs-1 - Maven User - Codehaus
maven-scm-plugin and maven-release-plugin support via maven-scm's API and maven-scm-provider-starteam. Release plugin is used to cut a new release of your project (label, build, assembly, deploy, etc.). SCM plugin, on the other hand, is for scm tasks. If you run 'mvn deploy', the 'maven-deploy-plugin' kicks in. There's no flag that tells it not to upload the file. So you'd have to make a new lifecycle mapping/packaging for each <type> of artifact in your project.
Related Questions

How do I enable cookies on Netscape Navigator?

newsobserver.com | Registration FAQs
Select radio button for either "Enable cookies based on privacy settings" or "Enable all cookies"
Related Questions

Is SSL support be built into MySQL binaries, or must I recompile the binary myself to enable it?

Appendix A. Frequently Asked Questions About MySQL 5.1
Most 5.1 binaries have SSL enabled for client-server connections that are secured, authenticated, or both. However, the YaSSL library currently does not compile on all platforms. See Section 5.9.7, "Using Secure Connections", for a complete listing of supported and unsupported platforms.
Related Questions

Why don't you support Netscape 4?

BBC Headlines for your site
We aim to support the majority of browsers for Headline Boxes, but are unable to support Netscape 4 due to the non standard implementation of CSS2. Users running Netscape 4 will be presented with a box explaining the problem.
Related Questions

What support will Netscape offer developers?

Open Source FAQ
Netscape plans to set up a community for developers to share feature enhancements, ideas, and add-ons in a public forum on the mozilla.org web site that will also allow developers to download the source code, receive technical support and collaborate with other developers in newsgroups. Netscape will provide more detail about its support offerings for developers when the source code is released at the end of the quarter.
Related Questions

edit] Which external plugins support YV12?

YV12 FAQ - Avisynth
The plugins which are compiled for AviSynth v2.5 are given in External plugins. New plugins are listed in this sticky. Most of them support YV12 (see documentation).
Related Questions

How can I enable support for long file names (LFN), like the ones Windows 95 offers?

DOS FAQ by Christoph Fuchs
You can get a LFN driver at http://www.sylpher.com/dosuser/. I haven't tested it yet, it would be nice if someone could tell me her/his opinion about it.
Related Questions

How do I enable the SSL support in the Browser?

Open Channel Foundation: FAQ - LDAP Browser Editor
The Browser is closely integrated with the JSSE library from Sun. It is a free pure Java SSL library. copying the jnet.jar, jsse.jar, jcert.jar files from the lib/ directory of the JSSE package to the lib/ directory of the Browser. And that's all. To connect using SSL just make sure to select the SSL box in the connect window and specify the right port number.
Related Questions

How do I enable SSL support?

Konqueror - Konqueror FAQ
Most binary distributions come with SSL support enabled, but if you compile from sources, you need to install a recent openssl, remove config.cache and re-run configure, in kdelibs.
Related Questions

How do I enable ATA-100 IDE support?

PremioPC.com - 815EA Series FAQ
You need an IDE HDD that is ATA-100 compliant. In addition, make sure the IDE cable (40 pin, 80 conduct) you're using is also ATA-100 compliant.
Related Questions

How can I enable and disable support for psyco?

Find the @thin leoApp.py node in leoPy.leo. In the ctor for the LeoApp class set self.use_psyco to True or False. You will find this ctor in the node: Code-->Core classes...-->@thin leoApp.py-->app.__init__ Note that this ivar can not be set using settings in leoSettings.leo because Leo uses g.app.use_psyco before processing configuration settings.
Related Questions

How do I enable Multiprocessing Support (SMP)?

Quake3World.com - Your World Is Waiting...
Pentium 233Mhz MMX processor with 8 MB Video Card or Pentium II 266Mhz processor with 4 MB Video Card or AMD 350Mhz K6-2 processor with 4 MB Video Card Quake 3 Arena has been tested on many but not all of the major cards incorporating the chipsets listed below. We strongly recommend running Glsetup (located in the Quake3\Extras\ on your Quake3 CD). Glsetup is a program written specifically to analyze your hardware and install working OpenGl drivers for that hardware.
Related Questions

How do I enable/disable sound support?

FAQ - Freeciv.org
Please note that the stdsounds are extracted to data/stdsounds with soundspec file data/stdsounds.soundspec. For a system-wide installation you can extract that into /usr/local/share/freeciv, such that a directory /usr/local/share/freeciv/data/stdsounds will exist.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact