I can not get Firefox to recognize my CAC reader or use my CAC reader to access websites requiring CAC login. IE works fine but I do not want to switch back and forth. Any Help?

I have a CAC reader that Firefox does not recognize. It is installed correctly as have all the necessary certificates and IE can use the CAC reader seamlessly. I do not need the CAC to log-on to my computer, just to log-on to certain websites (mostly military).

For users that need to change between certificates of their CAC card, I found in Firefox 4.x you have to import the DOD pki files. To do this follow the instructions at the URL below inside Firefox (do all 4). After successfully completing the imports, restart Firefox and when you get to a DOD website like "DISA web-mail" it will ask you to pick the certificate you would like to use. For the email certificate look at the details of each certificate and find the one that has your email address attached to it. This one you much use for all email certificate authentication.
[http://dodpki.c3pki.chamb.disa.mil/rootca.html DOD PKI Certificates]
Best Regards, Dimitri

Similar Messages

  • Command Button colors corrupt after switching back and forth from design view.

    I would say my experience level with Access is "getting there."
    I therefore don't thing I'm making a newbish mistake.
    Has anyone else noticed this?  As it's bugging me quite badly.
    1.  A command button has had it's color formatted (pressed, hover, etc. nothing fancy)
    2.  It works fine.
    3.  In my navigation form, if I switch to design view, then select a given sub-form... like "customers" - and switch back out of design view, to form view - then without fail, all customized command buttons within that sub forms' color will 'corrupt'
    ie, change.
    4. Closing and reopening the navigation form (ie, my main menu) restores it, but the same thing will happen should I go back to design view for the sub form.
    5.  Finally - this behaviour does not happen when switching back and forth between views on the original form that isn't a sub form in the navigation form.  (Ie,. the main 'customers' form). 
    Can any clever folk give me a solution? :(
    Thanks,  
    Eric Rowlands
    EDIT - My apologies, I am using Access 2013 for a desktop database.

    1) We will need to understand whether the issue is seen on any sample database.
    2) IS this seen only on your system, we would need to check on other system also
    3) If the issue is seen in all system & issue is not seen in the sample database then this could be database specific issue
    4) As per my understanding the issue is consistent, we would need to find what is the VBA code or which code is used while designing this form.
    5) We would need to see if the issue is seen only on that particular navigation form?
    6) Is the button gets corrupt I mean to say non-usable once it get discolored ?
    7) What is your end goal just in case if you are able to work on your database i.e. when working on the navigation form without going in design view is issue still seen there ?
    8) Since when are you experiencing this issue ?
    9) If possible please provide me the environment details of your system & Access application, whether the issue is seen only in access 2010 can we check in access 2007 or in access 2013.
    I would really appreciate if you can answers the above questions this will really help us to isolate the issue further
    in terms of technical troubleshooting after answering the above question I might come up with another question so that we can do extensive isolating the issue so the if required we can involve the developer also.

  • Arrows not showing up in slideshow, not able to control back and forth in slideshow

    So I have a slideshow that is on one of my pages and the arrows on the two sides will not appear.  Before the pictures all load I can see the arrows behind the pictures but once they the arrows end up behind the pictures.  The pictures rotate normaly through the slideshow but I want people to be able to control if they want to go back and forth.  Here is my code for the slideshow.
    <script type="text/javascript" src="js/jquery-2.0.3.min.js"></script>
    <script type="text/javascript" src="js/jquery.cycle.all.js"></script>
    <script type="text/javascript">
              $('#slider').cycle({
        fx:     'scrollHorz',
        speed:  'slow',
              timeout: 3000,
        next:   '#next',
        prev:   '#prev'
    </script>
    <meta name="keywords" content="LADC Companies,commercial lawn service, services, snow removal, concrete romval, Home Depot, Kohl's">
    <link href="CSS/styles.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    #NavBar {
              height: 36px;
              width: 960px;
              margin-right: auto;
              margin-left: auto;
              margin-top: 102px;
              margin-bottom: 146px;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
              position: absolute;
              left: auto;
              top: auto;
              right: auto;
              bottom: auto;
    .titleservices {
              background-color: #30C;
              height: 50px;
              width: 700px;
              border: medium solid #000;
              margin-top: 176px;
              margin-left: 130px;
              position: absolute;
    h1 {
              margin-top: 182px;
              margin-left: 160px;
              position: absolute;
              font-size: 36px;
              color: #FFF;
              font-weight: bold;
              font-variant: normal;
              text-transform: uppercase;
    .leftside {
              background-color: #03F;
              height: 400px;
              width: 300px;
              border: medium solid #000;
              margin-top: 250px;
              margin-left: 50px;
              position: absolute;
              opacity: 0.75;
              filter: alpha(opacity=75);
    .rightside {
              background-color: #03F;
              height: 400px;
              width: 300px;
              border: medium solid #000;
              margin-top: 250px;
              margin-left: 600px;
              position: absolute;
              opacity: 0.75;
              filter: alpha(opacity=75);
    .background {
              background-color: #FFF;
              height: 912px;
              width: 244px;
              margin-top: 250px;
              margin-left: 356px;
              position: absolute;
              opacity: 0.30;
              filter: alpha(opacity=30);
    .background2 {
              background-color: #FFF;
              height: 506px;
              width: 905px;
              margin-top: 656px;
              margin-left: 26px;
              position: absolute;
              opacity: 0.30;
              filter: alpha(opacity=30);
    p1 {
              margin-top: 265px;
              margin-left: 55px;
              margin-right: 609px;
              position: absolute;
              font-size: 22px;
              color: #FFF;
              font-variant: normal;
              text-align: center;
              font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    p2 {
              margin-top: 265px;
              margin-left: 605px;
              margin-right: 60px;
              position: absolute;
              font-size: 21px;
              color: #FFF;
              font-variant: normal;
              text-align: center;
              font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    #apDiv1 {
              position: absolute;
              width: 222px;
              height: 165px;
              z-index: 1;
              left: 366px;
              top: 267px;
              border: thin solid #00F;
    #wrapper {
              display: block;
              height: 483px;
              width: 879px;
              margin-top: 670px;
              margin-right: 41px;
              margin-left: 37px;
              position: absolute;
    #slider {
              display: block;
              float: left;
              height: 483px;
              width: 879px;
              margin-top: 670px;
              margin-right: 41px;
              margin-left: 37px;
              overflow: hidden;
              position: absolute;
              left: -39px;
              top: -671px;
              border: medium solid #000;
    #prev {
              background-image: url(Images/leftArrow.png);
              background-repeat: no-repeat;
              background-position: center center;
              display: block;
              float: left;
              height: 483px;
              width: 80px;
              position: relative;
              z-index: 10;
    #next {
              background-image: url(Images/rightArrow.png);
              background-repeat: no-repeat;
              background-position: center center;
              display: block;
              float: right;
              height: 483px;
              width: 80px;
              position: relative;
              z-index: 10;
    #contain {
              overflow: auto;
    #apDiv2 {
              position: absolute;
              width: 222px;
              height: 165px;
              z-index: 1;
              border: thin solid #00F;
              left: 365px;
              top: 465px;
    #apDiv3 {
              position: absolute;
              width: 200px;
              height: 115px;
              z-index: 1;
              left: 48px;
              top: 671px;
    </style>
    Here is the slideshow part of my code
    <div id="wrapper">
      <div id="contain">
        <div class="controller" id="prev"></div>
                  <div id="slider">
                             <img src="Images/IMG_2418 2.JPG" width="879" height="483" />
                      <img src="Images/IMG_2447 2.JPG" width="879" height="483" />
                      <img src="Images/IMG_2453 2.JPG" width="879" height="483" />      
                      <img src="Images/IMG_2603 2.JPG" width="879" height="483" />      
                               <img src="Images/IMG_2711 2.JPG" width="879" height="483" />                                                                       <img src="Images/IMG_2822 2.jpg" width="879" height="483" />                           
                      <img src="Images/IMG_2839 2.JPG" width="879" height="483" />                           
                      <img src="Images/IMG_2313 3.JPG" width="879" height="483" />                           
                      <img src="Images/IMG_2460 2.JPG" width="879" height="483" />                           
                      <img src="Images/IMG_2430 2.JPG" width="879" height="483" />                           
                      <img src="Images/DSC_0318.JPG" width="879" height="483" />
            </div>
        <div class="controller" id="next"></div>
      </div>
    </div>
    </div>
    </body>
    </html>

    Try this with Cycle2 (new & improved version of Cycle).
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 with Cycle2</title>
    <!--helpf for older IE browsers-->
    <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
    <!--Latest jQuery Core Library-->
    <script src="http://code.jquery.com/jquery-latest.min.js">
    </script>
    <!--Cycle2 Slideshow Plugin-->
    <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery.cycle2/20130409/jquery.cycle2.min.js"></script>
    <style>
    /**Slideshow**/
    .cycle-slideshow {
    width:400px; /**adjust width as required**/
    margin: 0 auto;
    text-align: center;
    .cycle-slideshow img {max-width:100%}
    /* prev / next links */
    .cycle-prev, .cycle-next {
    position: absolute;
    top: 0;
    width: 20%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 800;
    height: 100%;
    cursor: pointer;
    .cycle-prev {
    left: 0;
    background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;
    .cycle-next {
    right: 0;
    background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;
    .cycle-prev:hover, .cycle-next:hover {
    opacity: .7;
    filter: alpha(opacity=70)
    /**END SLIDESHOW STYLES**/
    </style>
    </head>
    <body>
    <!--begin slideshow-->
    <div class="cycle-slideshow"
        data-cycle-fx="fade"
        >
    <!-- prev/next links -->
    <div class="cycle-prev"></div>
    <div class="cycle-next"></div>
    <!--insert your images below-->
    <img src="http://jquery.malsup.com/cycle2/images/p1.jpg" alt="description">
    <img src="http://jquery.malsup.com/cycle2/images/p2.jpg" alt="description">
    <img src="http://jquery.malsup.com/cycle2/images/p3.jpg" alt="description">
    <img src="http://jquery.malsup.com/cycle2/images/p4.jpg" alt="description">
    <p>Mouse over image for previous / next links</p>
    <!--end slideshow-->
    </div>
    </body>
    </html>
    Nancy O.

  • I bought a 5 yr old Mac G5 OSx 10.4.11, 2 GHz intel Core 2 Duo processor, 1GB 667 MHz DDR1 SDRAM memory.  It works fine but I can't get Thunderbird, Flash Player or Adobe reader to install -- it shows up on desktop as download but not App folder. Why?

    Question:  I bought a 5 yr old Mac G5 OSx 10.4.11, 2 GHz intel Core 2 Duo processor, 1GB 667 MHz DDR1 SDRAM memory.  It works fine but I can't get Thunderbird, Flash Player or Adobe reader to install -- it shows up on desktop as download but not App folder. Why?

    The downloads are probably .dmg files (disk images).  You would open the disk image (double-click it) to find the application or an installer.  If it's the application itself, you then drag the application to your Applications folder to "install" it.  If it's an installer, double-click the installer to run the installer that installs the application.
    NOTE:  If you iMac is Intel, it's not a PPC G5.

  • How do I temporairily stop using Fire Fox? I'd like to switch back and forth with IOE.

    When I first got FF, I had to click on the icon to turn it on. That was great. Now it seems to have taken over as my only operating system. I'd like to be able to switch back and forth with IE as I have lots of info located on the hard drive in places which seem easier to get to with IE. When I turn off my computer I click on the FF icon and turn it off, but to no avail. Not only is it there when I start up my machine again, it has saved some of the items which I worked on prior to shuting it down. It's becoming a real pain!!!!

    Just open Internet Explorer! You can even use Firefox and IE at the same time, if you care to - Firefox doesn't stop you from using another browser, either ny itself or when Firefox is running.

  • Switch back and forth from Chinese and English in Forms and Reports 6i

    How do you switch back and forth from Chinese and english in forms and reports 6i? Tried changing regional settings in the control panel. Tried changing registry entry for nls_lang from american and chinese, none of them work! Can anyone help?
    Chinese version of forms and reports 6i is installed. Only way I can change between english and chinese is to keep installing the version I want. Is there any other way?

    Check Forms Help for National Language Support.
    Monica

  • Why does Quicktime tell me it can't play certain videos created with my Phantom 2 v3 drone ? I fly it and switch back and forth from video to still pics and while I may have filmed four videos sometimes Quicktime tells me that one of them can't be pl

    Why does Quicktime tell me it can't play certain videos created with my Phantom 2 v3 drone ? I fly the drone and switch back and forth from video to still pics and while I may have filmed four videos , sometimes Quicktime tells me that one of them can't be played . Checking the info shows that each of the unplayed videos was saved in the same mp4 format as the playable ones yet some of my most important videos won't play . It's getting very frustrating .

    first; I use Perian, that helps even though it is no longer supported, (must have for avi files)
    the apple-cores at apple have gotten very sloppy -- quicktime is a bit finicky and flakey. 
      example,   occasionally (when copy file from quad's card to hard drive)  the avi will show up as a 'mov' file and qt plays it no problem and no conversion.
    but that is very occasionally,  most of the time qt won't convert the file,   -- iMovie won't open an avi without Perian installed  ,  I don't know how that effects qt.
    qt 7"pro" is no good either, (qt 10 does everything it does and for NOT the extra $35)  
    I have gone to VLC  and MPlayerX  for direct playback for drones and cameras.  

  • HP PhotoSmart 6525 Switching Back-and-Forth between Wireless and USB

    Hi,
    I setup my HP PhotoSmart 6525 using the "Wireless with a router" setup instructions (i.e. not Wireless Direct).  I am able to print from my laptop through the wireless network.  I would also like to be able to print from my laptop using the USB connection at times when my laptop is physically sitting next to the printer.  At times when it is not, I want to continue to be able to print wirelessly.
    Is it possible to setup the print drivers on the laptop so that I can easily switch back-and-forth between USB printing and wireless network printing?  I suspect that it may not be possible because the user guide has a section describing how to "Change from a USB connection to a wireless network" that has you click on a menu item called "Convert a USB connected printer to wireless".  There are no instructions for how to convert back to USB.  Moreover, the use of the word "convert" does not make it sound like you can maintain both print methods simultaneously on a single computer.
    Does anyone know whether it can be done, and if so how?
    Thanks in advance,
    Paul2
    This question was solved.
    View Solution.

    Hey Paul2,
    I see you have the HP Photosmart 6525 installed for Wireless printing capacity and would also like to add a USB driver so that it is available for use when near the printer.  Please follow the steps below to add a copy of the printer for USB printing.  The below steps are for Windows 7 and below based computers.  If you have Windows 8, then the steps will be slightly different so let me know.  Please let me know if you have a Mac, because I can provide those steps at that time.
    Press the Start menu of the computer
    Select All Programs
    Open the HP Folder
    Open the folder for the HP Photosmart 6520 series
    Select "Printer Setup and Software"
    Select the option to Add a new printer
    Select the USB option
    Plug the USB cable in when the software requests it and proceed through the install process
    This will leave the Wireless driver support in place and add a second printer under the Devices and Printers window for USB printing.  The USB printer may contain Copy 1 in the name as a differentiation, however the other one should also state Network in the printer name to indicate it is the wireless option.
    I hope this helps,
    Jason
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------
    I am not an HP employee.

  • Switching back and forth between 2 JFrames, rendering the other non-visable

    This seems to be my last problem with this assignment thankfully, everything else is completed. As per topic description, My assignment is to create a calculator like the windows XP calculator. It must have a 'standard view' on start up and the option to switch to a scientific calculator and switch back and forth as needed.
    As you most likely are aware the scientific calculator is approximately 1.3x the size of the standard calculator. I did look into CardLayout and TabLayout but from what I can gather these can't change sizes. I found this post: [http://forums.sun.com/thread.jspa?threadID=623561] Which is the same methods I had already tried. None of them worked.
    Being this is my first experience with swing, I naturally followed my books design which was to extend JFrame and implement other classes. I feel this may be the wrong course of action now.
    public class Calculator extends JFrame implements ActionListener,
                KeyListener, WindowListener
      private JMenuBar menuBar;
      private JMenu mEdit, mView, mHelp;
      private JMenuItem copyItem, pasteItem, helpItem, aboutItem;
      public Calculator()
        ... add(menu);
      public JMenuBar createMenu()
        ButtonGroup group = new ButtonGroup();
        rbStandard = new JRadioButtonMenuItem("Standard");
        rbStandard.setSelected(true);
        group.add(rbStandard);
        mView.add(rbStandard);
        rbScientific = new JRadioButtonMenuItem("Scientific");
        rbScientific.addActionListener(this);
        group.add(rbScientific);
        mView.add(rbScientific);
        menuBar.add(mView);
        return menuBar;
      @Override
      public void actionPerformed(ActionEvent e)
        if (e.getActionCommand().equals("Standard"))
          if (! isStandard)
            if (this.isDisplayable())
              this.requestFocus();
              this.setVisible(true);
              rbStandard.setSelected(true);
              sc.setVisible(false);
              isStandard = true;
            else
              JOptionPane.showMessageDialog(null,
                        "Something is wrong this WILL NOT SHOW !!!\n",
                        "It's STUFFED!\n", JOptionPane.INFORMATION_MESSAGE);
        else if (e.getActionCommand().equals("Scientific"))
          if (isStandard)
            sc.setVisible(true);
            rbScientific.setSelected(true);
            this.setVisible(false);
            isStandard = false;
      private class Scientific extends JFrame
        public Scientific()
          add(menuBar);
    }Ok that is a very basic overview of what the class looks like, the Standard calc hides itself and goes into Scientific mode very well, however when trying to switch back to Standard nothing happens, as you can see from that Action method I have tried numerous things, including dispose(). I need the standard view to become the scientific view and change it's size. I have read a lot of the swing tutorials and I can not think how to do this. Keep in mind that when Standard calc switches to scientific it does not open a new window, the window simply morphs. (this happens at the same orientation to desktop as well).
    2 questions:
    1. Does anyone know how I can switch back to standard calc?
    2. Should I redesign my project (which is currently sitting at 1200 lines and a single class(with inner classes)) and how?
    What is a good way to design a swing application such as this? (or is having the class extend JFrame perfectly normal?)
    Edited by: Gcampton on Sep 19, 2010 7:47 AM
    Additionally, I forgot to mention, I use the menu bar already defined in standard calculator(outer class) inside my scientific(inner class), all the options within scientific mode work exactly as they do in standard. Except of course for switching back to standard. Also the boolean variable isStandard, is not the problem as I have tested without it. the "About Calculator" "Help Topics" "copy" "paste" menu buttons all work and perform the actions as implemented in the Standard Calculator actionPerformed(ActionEvent e), The scientific actionPerformed() method IS BLANK!!!
    I was somewhat surprised at this, yet thankful as well. I didn't want to have so much repeat code in the inner class.

    I shouldn't have been so quick to think I won't run into any more problems...
    I've copied code straight from java tutorials [http://download.oracle.com/javase/tutorial/uiswing/components/editorpane.html]
                JEditorPane editorPane = new JEditorPane();
                editorPane.setEditable(false);
                java.net.URL helpURL = About.class.getResource("Doc2.html");
                if (helpURL != null)
                    try
                        editorPane.setPage(helpURL);
                    catch (IOException e)
                        System.err.println(
                                "Attempted to read a bad URL: " + helpURL);
                else
                    System.err.println(
                            "Couldn't find file: About.html");
                //Put the editor pane in a scroll pane.
                JScrollPane editorScrollPane = new JScrollPane(editorPane);
                editorScrollPane.setVerticalScrollBarPolicy(
                                JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
                editorScrollPane.setPreferredSize(new Dimension(250, 145));
                editorScrollPane.setMinimumSize(new Dimension(10, 10));
                return editorScrollPane;I have the html document in root eclipse folder, in bin and src. yet it does not display. I also have icons in my root folder and they display fine:
    this.setIconImage(new ImageIcon("about.png").getImage());Is this way depreciated? or is there somewhere else I should have the document?

  • My iphone 4s is rapidly switching back and forth from wifi to 4g

    Hey! My iPhone 4S is rapidly switching back and forth from wifi to 4G. It will remain connected to wifi for about 10 seconds and switch to 4G for half a second. Then the cycle repeats. It's definitely been a drain on my battery. I've already switched wifi off and on, reset network connections on the phone, and rebooted my wifi and router. None of these have helped. When wifi is off, the 4G works fine. The wifi works in other locations, but my home network is not working. However, all other wireless devices in my home are working fine. Seems like a problem between my phone and the wifi. 

    Everything you've mentioned points to an issue with the home Wi-Fi.
    Try forgetting the connection in Settings > Wi-Fi.
    Restart the device and then connect to the Wi-Fi.

  • How do I switch back and forth between Roku and Verizon FIOS TV?

    I just purchased a Roku 3500R Streaming Stick (HDMI). I set it up with no problem. What I can't figure out is how to switch easily between viewing the Roku and viewing regular TV. The only way I was able to get rid of the Roku screen was to unplug the Roku from the one HDMI connection on my TV, and replace it with the HDMI connection from my set-top box. If I got an HDMI splitter, would there be a way to switch back and forth without unplugging things?
    FYI, my TV is a Sony Model KDL-32S2010. Any suggestions would be gratefully accepted!

    Looks like your TV only has 1 HDMI port.
    A splitter won't work. Would need to get an HDMI switch.
    Or just get component cables (will need 4) to run from FIOS box to Component ports (3 video and 2 audio) on the back of your TV.
    Then just use the TV menu to switch back and forth.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.

  • Need multiple 'MAIL' Icons.   Have two mail accounts and i want to keep them separate but want to EASILY switch back and forth from the main screen instead of going through, Settings, Mail, and selecting account. Major pain

    Have two mail accounts and i want to keep them separate but want to EASILY switch back and forth from the main screen instead of going through, Settings, Mail, and selecting account. Major pain the butt.  This has been a request from Apple users for many years.    it's great you can now combine all emails into one, but some people want them kept separate and have separate icons on the main page.   They could easily do this by having one "MAIL" account as white and another red.  Or put MAIL 1 and MAIL 2.    Or an actual label that the mail accounts are called on the ICONS!!  
    Help!

    eshghoolak wrote:
    ...I could switch back and forth between accounts while in the mailbox, with one button.  I think that is what you are referring to?  Whoever said it's just a simple switching - you obviously haven't had the pleasure of using an Android device.  It's not that quick to go back and forth - definitely not efficient...
    Not that it matters a lot, Android vs iPhone interface is largely a matter of personal preference and what you know... I'm not sure which one you're saying is not efficient...
    In any event...
    I currently have two email accounts setup.  My iPhone main page Mailbox settings reads:
    Mailboxes
    Inboxes
    All Inboxes
    Gmail
    [email protected]
    Accounts
    Gmail
    [email protected]
    I wish there an efficient way to move back and forth while in the "Inbox" between accounts.  Also, Why does one gmail account show as "Gmail" and another as the actually address?
    The names are based on the names you gave the accounts when you set them up.
    Settings>Mail, Contacts, Calendars.
    Tap the account you want to re-name. Go to the "Description" field and put in what ever you want.
    Second, there is no way to quickly choose a bunch of emails to delete. I have to manually go into each one and move it to the Trash folder.
    If you tap the edit button in the upper right while in mail, you can select multiple items to move, delete or mark (flag).
    I don't want any of the condescending remarks, that I've read here and in other forums.  I'm honestly looking for a solution, which I think you are too!  One thing I realized is that iPhone users in these forums are really defensive and quick to say "that's how it is, live with it, if you don't like it go away"  Um...the only thing that tells me is you are pretty bitter and have kept telling yourself that, to force yourself to like your device.  I prefer to express my issues, and find solutions.  There is ALWAYS a solution...
    I think what you will find is that many people here, myself included, tend to get a bit short with people who start off with attacks or whining about how something has been asked for for years and should be easy, rant about things that have already been beaten to death multiple times in the forums, talk about how much better Android or BB are at something (really... if it's that much better, why did they buy an iPhone to begin with?), etc., or continue to ask questions that could easily be answered with a simple search, or even just by looking back at the last dozen posts to the forum, half of which probably asked the EXACT SAME question.
    I don't think any of us go out of our way to be rude or uncivil.  That said, attacking the people who are attempting to help you is much more likely to generate a response of 'if you don't like it, go away', than it is to generate something that will be truly helpful.

  • How can I switch back and forth from Classic to Tiger

    How can I switch back and forth from OS9.2.2 to Tiger without restarting? I want Classic as my startup system.

    I think that the number of clicks to open a file is a rather shortsighted way to compare two operating systems.<<</div>
    Well excuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuse ME!
    I happen to think it's a pain to click twice on files when I'm used to clicking just once.
    But Tiger is a nice operating system. I enjoy that it has much more capabilities than the OS9. I mean, Tiger keeps up with the advancing internet. My beef is really against OS9. I can open OS9 in Tiger but not Tiger in OS9.

  • How to switch back and forth from mac to windows????

    for some reason, i'm unable to switch back and forth from windows to mac right now. i rarely shut down my mac, but did today and when it restarted, it naturally restarted in windows. i then held down the keys i thought i was supposed to and restarted it, but don't have the option of getting back into my mac side. what keys am i supposed to hold down while restarting the computer?? i feel like the mac side is being held hostage! i thought it was ctrl & the apple key that i was to hold down at the same time. anyone? anyone??

    Hi and welcome to Discussion,
    to 'release the hostage' you have to hold down the 'Option/Alt'-key during restart and are then greeted by a Boot-Menu from which you can choose which one to boot.
    Once in OSX you might want to go to System Preferences - Startup Volume and choose OSX as the default.
    After the needed restart OSX boots up automatically unless you again use the Option-key to choose Windows.
    Regards
    Stefan

  • I have a G5 PPC Dual 20" Mac Displays - I want to incorporate a Mac Mini and still use my keyboard and Monitors and Switch back and forth. How do I do this?

    I have a G5 PPC Dual 20" Mac Displays - I want to incorporate a Mac Mini and still use my keyboard and Monitors and Switch back and forth. How do I do this?

    The Hatter,
    I am a novice at Mac so I read all I can.  From what I understand the NEC monitors I bought require Display Port for their maximum performance.  The GTX 680 only has DVI outputs.  Difference from what I understand is larger bandwidth with the DP.
    You said I have the 4000 for CUDA.  I am not all that familiar with CUDA and when I do read about it I do not understand it. 
    A concern I have is, that if I connect the 2 high end NEC monitors via the 5770, using it's 2 Display Ports I would have nothing connected to the 4000.  Is the 4000 doing anything with nothing connected?  I read where in a PC system the 2 cards would interact but in a Mac system they do not.
    Bottom line, as I see it, the 4000 will not be useful at all to me, since I want a dual monitor set-up.
    So far the 5870 seems the best choice, higher band width than the 5770, and it has 2 Display Ports to optimize the NEC monitors.
    I'm not sure how fine I am splitting hairs, nor do I know how important those hairs are.  I am just trying to set up a really fast reliable system that will mainly be used for CS6 and LR4.  Those NEC monitors are supposed to be top notch.

Maybe you are looking for

  • Many images do not appear on numerous web pages. How can I fix this? I have graphics enabled.

    For quite some time many images just do not appear on web pages. I have taken a screen shot of a page to show what the problem is but can find nowhere to upload it so you can see for yourselves. Now what do I do?

  • Explain plan is not visible for a Spatial Query

    Hi Everybody I'm traying to optimze an spatial query, So for that I'm trying to get the explain plan but its seems I can't get it, Somebady can tell me whay? This is my query by the way SELECT /*+ ORDERED */ TELEMATICS_PARK_SUMMARY.TELEMATICS_UNIT_ID

  • Preparing a file to be printed

    Good evening, I have a question about the exportation of a file made in Indesign that I need to print. I hope you can help me. I have to precise that short time ago I used  Freehand for projects as catalogs with many pages. In that case, to export a

  • Diskimagemounter program not working. HELP!

    When I download a .dmg file, the image tries to mount until i get a window that pops up saying device not configured. So, I've tried opening it with diskimagemounter (the default), disk utility, and a program called Mount which was a .app file, and i

  • Bulk Transitions?

    I am working with hundreds of still images and am hoping that I can bulk add transitions, bulk change transitions, and bulk change length of images. I have read how to do this in FC Pro but that functionality which is avaiable in iMovie does not appe