Where is the chat window on this website?

Typical of Apple to lead us into a Catch-22 situation with nobody around to answer our questions. *****, big time.

IF you still cannot recover it, contact Apple according to the instructions here.
Apple ID: Contacting Apple for help with Apple ID account security - Apple Support
Or take it into an Apple Store with proof of purchase.
Pete

Similar Messages

  • How to keep the right sidebar on this website from going under the main content (center) column?

    Hi...is there a way to keep the right sidebar on this website from going under the main content (center) column when the browser window is made smaller? It would be great if the middle (main content) column could get smaller instead of the sidebar moving under the text when the window is made smaller. I'm working with a fluid layout and this is the first time I've tried this. Any help would be appreciated. Here is the link to the website:
    http://www.elynncohen.com
    and here is my code:
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Your Career Direction Career and College Counseling</title>
    <meta name="Keywords" content="career counseling, college counseling, job search, career choice, college options, career options, work, jobs, new opportunities, career change, new career, new job" />
    <meta name="Description" content="Your Career Direction :: Career and College Counseling" "Considering your college choices & career options" "Preparing for the world of work after college" "Seeking a new position to further your career"
    "In-transition and considering new opportunities"
    "Seeking to make a significant and meaningful career change"  />
    <meta name="Publisher" content="Your Career Direction, LLC" />
    <meta name="Copyright" content="Copyright 2012, Your Career Direction, LLC. All rights reserved." />
    <meta name="Author" content="Lisa Mark" />
    <meta name="Language" content="en-US" />
    <meta name="distribution" content="global" />
    <meta name="revisit-after" content="10 days" />
    <meta name="Robots" content="All" />
    <link rel="Index" href="index.html" />
    <link rel="Site Map" href="sitemap.html" />
    <script type="text/javascript" src="//use.typekit.net/ifb2bte.js"></script>
    <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
    <style type="text/css">
    <!--
    body {
        margin: 0;
        padding: 0;
        color: #000;
        font-size: 100%;
        line-height: 1.4;
        background-image: url(images/background.gif);
        background-repeat: repeat;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl {
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;    
        padding-left: 15px;
    .container .sidebar1 h3 {
        padding-left: 0px;
        color: #C60651;
        font-size: x-large;
    h1 strong {
        color: #C60651;
        font-size: 90%;
        font-family: "Binary ITC Bold";
    h1 strong em {
    a img {
        border: none;
    a:link {
        color:#414958;
        text-decoration: underline;
    a:visited {
        color: #4E5869;
        text-decoration: underline;
    a:hover, a:active, a:focus {
        text-decoration: none;
    .container {
        width: 80%;
        max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
        min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
        background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
        margin-top: 0;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
        border-right-width: thick;
        border-left-width: thick;
        border-right-style: solid;
        border-left-style: solid;
        border-right-color: #C60651;
        border-left-color: #C60651;
    .header {
        padding-top: 40px;
    #Quote {
        float: right;
        clear: left;
        margin-right: 1%;
    .sidebar1 {
        float: left;
        width: 20%;
        padding-bottom: 10px;
        margin-top: 40px;
        border-top-color: #FFF;
        border-left: #FFF;
        margin-left: 25px;
        background-color: #FFF;
        font-family: museo-sans;
    arial;
        max-width: 200px;
        min-width: 180px;
    .content {
        float: left;
        margin-top: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10;
        font-family: museo-sans;
    arial;
        width: 30%;
    .container .content p {
        padding-top: 0px;
    .sidebar2 {
        float: left;
        width: 30%;
        background-color: #D3CCB2;
        margin-top: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        border-top-color: #FFF;
        border-right-color: #FFF;
        border-bottom-color: #FFF;
        border-left-color: #FFF;
        border-right-width: 5px;
        font-family: museo-sans;
    arial;
        font-size: 90%;
        position: relative;
    .content ul, .content ol {
        padding-top: 0px;
        padding-right: 25px;
        padding-bottom: 15px;
        padding-left: 40px;
        font-family: museo-sans; arial;
        font-size: 100%;
        color: #666;
    .container .content p {
        font-family: museo-sans;
    arial;
        padding-top: 0px;
        padding-left: 17px;
        padding-bottom: 0px;
    #Quote {
        float: right;
        clear: both;
    ul.nav {
        list-style: none; /* this creates the space between the navigation on the content below */
        font-family:museo-sans; arial;
        line-height: 250%;
    .nav {
        font-family: museo-sans;
    arial;
        padding-left: 0px;
    ul.nav li {
        font-family: museo-sans; arial;
        padding-bottom: 10px;
    ul.nav a, ul.nav a:visited
        display: block;
        text-decoration: none;
        color: #333333;
        background-color: #FFF;
        font-family: museo-sans; arial;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
        padding-left: 15px;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
        color: #C60651;
        font-family:museo-sans; arial;
        background-color: #FFF;
        background-image: url(images/navbar2.gif);
        padding-bottom: 10px;
    .content img {
    .footer {
        position: relative;/* this gives IE6 hasLayout to properly clear */
        clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
        padding-top: 0px;
        padding-right: 0;
        padding-bottom: 10px;
    .fltrt { 
        float: right;
        margin-left: 8px;
    .fltlft {
        float: left;
        margin-right: 8px;
    .clearfloat {
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    .container .content {
        width: 50%;
        font-size: large;
        font-family: museo-sans; arial;
    #footer {    width: 100%;
        background-color: #FFF;
    .container .sidebar2 h4 img {
        padding-left: 20px;
        padding-top: 0px;
    .sidebar2 p img {
        border: medium solid #C60651;
    #Insert_logo2 {
        border-top-width: 4px;
        border-right-width: 4px;
        border-bottom-width: 4px;
        border-left-width: 4px;
        border-top-color: #fff;
        border-right-color: #fff;
        border-bottom-color: #fff;
        border-left-color: #fff;
    .container .content p .content strong {
        font-family: museo-sans; arial;
    .container .content .content {
        font-family: museo-sans; arial;
    .container .content ul li strong {
        font-family: museo-sans;
    arial;
        font-size: 95%;
        line-height: 150%;
        list-style-type: disc;
    .container .content ul {
    test {
        font-family: "Binary ITC Bold";
    .container .sidebar2 p img {
        margin-right: auto;
        margin-left: auto;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-top-color: #C60651;
        border-right-color: #C60651;
        border-bottom-color: #C60651;
        border-left-color: #C60651;
    li strong {
        line-height: 130%;
        list-style-type: circle;
        color: #978980;
    .container .content ul {
    .container .sidebar1 .nav {
        margin-top: 10px;
        margin-bottom: 10px;
    .sidebar1 .nav li {
        padding-bottom: 10%;
    .nav li a {
        background-image: url(images/navbar2.gif);
        background-repeat: no-repeat;
        background-position: right center;
        left: auto;
        right: auto;
        clip: rect(auto,auto,auto,auto);
    .container .sidebar1 .nav li a {
    .container .sidebar1 h6 {
        padding: 0px;
        color: #000000;
    #footer h3 strong {
        font-size: 60%;
        color: #978980;
    .container .content p {
        padding-right: 0%;
        padding-left: 0%;
        font-size: 85%;
    .container .sidebar2 p {
        padding-right: 8%;
        padding-left: 8%;
        padding-top: 5px;
    #Insert_logo2 #Insert_logo2 {
        padding-left: 15px;
    .container .content ul {
        color: #C60651;
    h6 {
        color: #978980;
        font-family: museo-sans;
    arial;
        font-size: 82%;
        padding-left: 20%;
        text-align: left;
        text-indent: 8px;
    .nav li a {
        padding-bottom: 10px;
    h8 {
        font-family: museo-sans; arial;
        font-size: 100%;
    h4 {
        font-family: museo-sans;
    arial;
        font-size: 100%;
        color: #C60651;
        padding-left: 17px;
        padding-top: 5px;
        padding-bottom: 0px;
    .container .content p {
        padding-left: 17px;
        padding-right: 30px;
    .sidebar1 h8 strong {
        font-size: 80%;
        font-family:museo-sans; arial;
    .container .sidebar1 h7 {
        font-size: 40%;
        color: #978980;
    h7 {
        font-family: museo-sans; arial;
        font-size: 15%;
    .container .sidebar1 h8 {
        font-family: museo-sans; arial;
    .sidebar2 p img {
        min-width: 200px;
        max-width: 100%;
    .container .content img {
        padding-left: 3%;
    img {
        position: static;
        text-align: left;
    body,td,th {
        font-family: museo-sans; arial;
    h5 {
        font-size: 150%;
        color: #C60651;
        padding-left: 0px;
        font-family:museo-sans; arial;
    .container .content p {
        padding-left: 17px;
        padding-right: 30px;
        font-size: 87%;
    .container .sidebar2 p {
        font-size: 90%;
    .container .sidebar1 .nav li {
        font-family: museo-sans;
    arial;
    .container .sidebar1 .nav li a {
        padding-left: 0px;
        margin-bottom: 0px;
        height: 30px;
    li a {
        padding-left: 2px;
    -->
    </style><!--[if lte IE 7]>
    <style>
    .content
    ul.nav a { zoom: 1; } 
    </style>
    <![endif]--></head>
    <body><script type="text/javascript">
    function pageWidth() {
    return window.innerWidth != null? window.innerWidth : document.documentElement && document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body != null ? document.body.clientWidth : null;
    function pageHeight() {
    return window.innerHeight != null? window.innerHeight : document.documentElement && document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body != null? document.body.clientHeight : null;
    </script>
    <div class="container">
      <div class="header"><!-- end .header -->
        <p class="clearfloat"><a href="#index.html" id="Insert_logo2"><img src="images/YCD-logo-tag-RGB-web-SM.gif" alt="Your Career Direction Logo" name="Insert_logo" width="50%" id="Insert_logo2" style="background: #FFF
        ; display:block;" /></a></p>
        <div id="Quote"><img src="images/quote.gif" alt="Choose a job you love" width="355" height="81"></div>
        <p class="clearfloat"> </p>
    </div>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="#">Home</a></li>
          <li><a href="#">High School Students</a></li>
          <li><a href="#">College Students</a></li>
          <li><a href="#">Parents/Educators</a></li>
          <li><a href="#">Professionals</a></li>
          <li><a href="#">Bio</a></li>
          <li><a href="#">Q &amp; A Blog</a></li>
          <li><a href="#">Testimonials</a></li>
        </ul>
      </div>
      <div class="content">
    <p>Given today's competitive job market, global economy, and changed corporate culture,
    we can no longer depend upon others to ensure our professional futures. Choosing or
    changing your career direction requires self-reflection, career education and an action plan.</p>
    <img src="images/Whether-you-are-.gif" alt="Whether you are considering your college choices and career options" width="197" height="31" align="left">
    <ul>
          <br><br><li><strong>Considering your college choices &amp; career options</strong></li>
          <li><strong>Preparing for the world of work after college</strong></li>
          <li><strong>Seeking a new position to further your career</strong></li>
          <li><strong>In-transition and considering new opportunities</strong></li>
          <li><strong>Seeking to make a significant and meaningful career</strong> <strong>change</strong></li>
        </ul>
    <img src="images/Onethingisforsureraster.gif" width="352" height="49" alt="One thing is for sure, we all want to direct our own careers, our own lives!">
    <br><p> Building a successful and rewarding career requires linking your interests, education and experience with employment trends, growth industries, and career choices. It takes making smart decisions about your college major, vocational training and continuing education options. With enthusiasm, persistence and top notch job search skills, you can succeed in finding a path to career that is right for you.</p>
    <p> We are your advocate. We listen, assess, strategize, inspire, counsel, and network on your behalf. With a personalized, holistic approach, we'll work with you to help you create an action plan; a path designed to get you to where you want to go and become what you want to be.</p>
    <img src="images/yourcareerourpassionraster.gif" width="441" height="20" alt="At Your Career Direction, YOUR career is our passion!"> </div>
      <div class="sidebar2">
        <p><img src="images/Counselingastudent.gif" width="100%" alt="Lisa Mark counseling a student"></p>
        <p>Our mission is to help you explore, choose and create your direction for an exciting and rewarding career path.</p>
         <p>We incorporate our experience with today's job market and career counseling expertise with your passions and interests. We'll introduce you to new career ideas, target companies and generate job and internship opportunities for you.</p>
         <p>We provide step by step guidance to ensure your success during the college application, job interview
    and decision making process.
    </p>
    </div>
      <div class="footer">
        <div id="footer">
          <h6 align="left"> Your Career Direction, LLC •  96 Harvard Avenue, Maplewood, N.J. 07040 • (973) 996-0207 • [email protected]</h6>
             </div>
        <p> </p>
      <!-- end .footer --></div>
    <!-- end .container --></div>
    </body>
    </html>

    You should make your sidebar1 and sidebar2 fixed positioned. Make your content DIV fluid.
    This should help you: http://www.glish.com/css/7.asp

  • Where is the Inspector Window for Text Edit for Office Org.

    Where is the Inspector Window for Text Edit for Office Org.  My tool bar does not look like this.  It's only one line with font, Style, size, font color,  BIU, alignment, line spaces and indentation options.  The help says that this is how I adjust my page margins.  That is my goal.
    Thanks

    The name field must match that found in the email confirmation. Even a missing Mr. will cause it to fail.

  • Where is the Native Windows XP USB/Display  Support?

    My Config:
    Windows XP Professional
    ASUS K8N-E, AMD Athlon 64 3000+, 2GHz, 1GB RAM
    PNY NIVIDIA GeForce 6600 GT 128MB AGP (Force Ware 91.31, BIOS 5.43.02.39.51)
    Cinema HD 30" display
    This is my first Apple product and it amazing good apart from the "PC Compatible" BS under the product listing.
    Where is the native Windows XP USB and display support for this $2,000 display? And no, I'm not satified with a SourceForge.net project with one developer working on WinACD (all credit to his efforts, I'm a software developer too!)
    Tell me the last time you bought a piece of hardware that didn't come with driver support? Is this the first and last Apple product I buy?
    -bonzo3671

    I hear what you are saying but frankly that doesn't cut it - I'm an embedded sw engineer and if you are saying that a company like Apple can't take the time to create a Windows display INF file, like they did in 1997, then something is clearly not right.
    Check the file "applevdo.inf" here:
    http://mirror.apple.com/Mirrors/AppleSoftware_Updates/US/DOS-Windows/DOS_and_PC_CompatibilitySW/
    They created an INF file for Windows 95.... but not for customers running "recommended" Nvidia Quatro FX's cards
    running on XP and ultimately Vista?
    This thread is far from over....
    For those interested, here's my ACD EDID (http://en.wikipedia.org/wiki/EDID) info:
    ===========================================================
    Monitor
    Windows description......... Apple Cinema HD Display 30-inch
    Manufacturer description.... Cinema HD
    Manufacturer................ Apple
    Plug and Play ID............ APP9232
    Serial number............... CY6290A8UG1
    Manufacture date............ 2006, ISO week 29
    EDID revision............... 1.3
    Display type and signal..... Digital
    Sync input support.......... n/a
    Screen size................. 640 x 400 mm (~32")
    Power management............ Active off/sleep
    Color characteristics
    Display gamma............... 2.20
    Red chromaticity............ Rx 0.640 - Ry 0.343
    Green chromaticity.......... Gx 0.292 - Gy 0.611
    Blue chromaticity........... Bx 0.146 - By 0.074
    White point (default)....... Wx 0.313 - Wy 0.331
    Timing characteristics
    VESA GTF support............ Not supported
    Horizontal scan range....... 30-100kHz (est.)
    Vertical scan range......... 48-60Hz (est.)
    Video bandwidth............. 333MHz (est.)
    Extension blocks............ 1
    Timing recommendation #1.... 1280x800 at 60Hz
    Modeline................ "1280x800" 71.000 1280 1328 1360 1440 800 803 809 823 +hsync -vsync
    Timing recommendation #2.... 2560x1600 at 60Hz
    Modeline................ "2560x1600" 268.000 2560 2608 2640 2720 1600 1603 1609 1646 +hsync -vsync
    Standard timings supported
    1280 x 800 at 60Hz - Apple
    2560 x 1600 at 60Hz - Apple
    Raw EDID (3)
    00: 00 FF FF FF FF FF FF 00 06 10 32 92 46 61 00 02
    10: 1D 10 01 03 80 40 28 78 28 FE 87 A3 57 4A 9C 25
    20: 13 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01
    30: 01 01 01 01 01 01 BC 1B 00 A0 50 20 17 30 30 20
    40: 36 00 81 91 21 00 00 1A B0 68 00 A0 A0 40 2E 60
    50: 30 20 36 00 81 91 21 00 00 1A 00 00 00 FF 00 43
    60: 59 36 32 39 30 41 38 55 47 31 0A 00 00 00 00 FC
    70: 00 43 69 6E 65 6D 61 20 48 44 0A 00 00 00 01 C3
    Display adapter
    Adapter description......... NVIDIA GeForce 6600 GT
    Adapter device ID........... 0x00F110DE
    Display settings............ 2560x1600, 32bpp

  • How do I download my CS5.5 on a 2nd computer? Where do I access it on this website?

    How do I download my CS5.5 on a 2nd computer? Where do I access it on this website?

    You can check your Adobe account and see if there is a download provided there for you.
    You can also download the trial version of the software thru the page linked below and then use your current serial number to activate it. (the download originates from the Adobe server)
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site or else the download will not work properly.
    CS5.5:
    http://prodesigntools.com/adobe-cs5-5-direct-download-links.html

  • When I use facebook chat my friends say I appear offline even though I am online. The page keeps refreshing and everytime it refreshes my typed text appears 3-4 times in the chat window.

    I have the latest version of firefox and this problem started a few days back. When I start chatting on fb chat right after I stop typing my friends say my status appears offline. The fb page keeps refreshing and everytime it reloads my chat window gets disturbed. Sometimes what I had typed and entered in the chat window appears in the chat box 3-4 times. Not sure if this could be a plugin problem? I have the latest version of Java and Flash player installed.

    Hello there,
    Please take a look at this article [[Problems using Facebook in Firefox]], it might solve your issue. There are a lot of know problems with Facebook on Firefox.
    Regards,
    Ziggy

  • Where is the zoom window ?

    Hi,
    I need to zoom into the doc I'm working on, so I can read it. (I want to maintain the current font size.)
    Where does the zoom window hide? The view pull down does not show it.
    But the help window does!!
    I found this type of probem throughout most of Adobe documentation,
    seems to be systemic.

    The Help panel that you're referring to applies to a Book file only and permits the zooming of the included files when opened from the Book. For individual document zoom controls, look at the lower-right corner of your Status Bar for the zoom contrrols.
    See the following Help page: http://help.adobe.com/en_US/FrameMaker/10.0/Using/WS77BBA521-94BB-4980-A086-835994532B81.h tml
    Shortcuts for zooming in & out are:
    In one zoom setting
    Esc z i
    Out one zoom setting
    Esc z o
    To fit page in window
    Esc z p
    To fit window to page
    Esc z w
    To fit window to text frame
    Esc z f
    To 100 percent
    Esc z z

  • HT5096 where is the administrator window when I drag the folder "Backups.backupdb" from the old hard drive on the new one?

    where is the administrator window when I drag the folder "Backups.backupdb" from the old hard drive on the new one? At the moment when I try to do it, the window that appear doesn't allow me to continue. it only says "the volume has the wrong case sensitivity". thanks

    Although the documentation says you can copy Time Machine backups in the Finder, it's very slow and sometimes doesn't work at all.
    Launch Disk Utility, open the built-in help, and search for the term "Duplicate." Follow the instructions. All existing data on the destination volume will be erased. That shouldn't be a problem, because you don't want to mix backup and non-backup data on the same drive anyway. Turn Time Machine OFF in its preference pane while copying the volume.

  • In Mountain Lions where is the Activities window

    Where is the activities window in Mountain Lion?

    Hi Capn'
    Activities monitor is in the Utilities folder located in the Applications directory.

  • Firefox 8, Gmail chat issue; It ceased working, i can not type in the chat window, although i can get text that is sent to me. ideas?

    There seems to be some problem with the Gmail chat
    the chat window field in which i type the message seems to not work
    i can click on it but can not type
    even tried opening the chat message in a new pop up window
    and typing there, same result. wont let me type
    Although i can see text being sent to me
    Think its been happening since ive upgraded to FF8

    Thanks Sorvin
    Worked like a charm :)

  • Where's The Activity Window in Safari 6?

    ?

    I tried re-installing 5.1.7 but it immediately crashes now. Switching the Safari 6 file for the 5.17 file isn't enough; there are probably other files that need to be downgraded also but I didnt want to play around with that. I have found a weird, obtuse work-around, though.
    1.      Enable the Developer menu under Preference...Advanced.
    2.      Open the Web Inspector BEFORE you get to the page with the movie you want to save. You can actually go to the page first, then open the inspector, then hit back then forward to reload the movie page. Just hitting reload may also work.
    3.      In the left-most pane there will be a list of folders; one should be titled "Other". Reload the page to get this folder if it's not there. I don't know what to tell you if there is no "Other" folder.
    4.      Click the triangle to open the Other folder.
    5.      One of the things listed in Other should be the movie file; click on it.
    6.      In the right-most pane the full url of the movie willl be listed. Copy this URL just like you would've from the activity window.
    This has worked for me. I'd rather have the Activity window back.

  • Where is the activity windows in safari 6?

    Where is the activity windows in safari 6?

    I miss it too.  I used it all time and now its gone.  Apple, please bring it back in Safari 6.1!

  • Where is the chat/type progress notification in BBM 10? Has it been removed....

    When in conversation with someone through BBM with my new Q10, I no longer see the notification that they are typing as in previous versions of BBM. Has it been removed? Thanks.

    Mistahman, please don't create duplicate threads on issues you already have on-going threads. Thanks.
    http://supportforums.blackberry.com/t5/BBM-for-BlackBerry/Where-is-the-chat-type-progress-notificati...
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Xcode 3 - Where's the Log window?

    In Xcode 2 NSLog()Used to print text to a log panel. Now it doesn't. Where is the log window? I can't find it and a search of the help files doesn't produce any results. Also I can't find any menu item that would help. Generally I'm very confused by the big changes in the Xcode and Interface Builder GUIs. Most of the programming examples in my books are now FUBAR. Also the bookmarks in my browser to the Cocoa documentation are now invalid. What a bummer.

    Well, it's an all-new application, it can be disturbing indeed.
    However, your log window still exists, and its name never changed, it's called Console.
    So, look into the preferences --> Debugging, look at the "On start" local menu, select "Show console", when you'll build and go your App the console window will appear and display your logs.

  • Where does the "minimize window" go in Lion?

    Where does the "minimize window" go in Lion?

    You can have them go to the right side of the dock by unchecking an option in System Preferences > Dock> uncheck "Minimize windows into applications icon"
    Captfred

Maybe you are looking for

  • Safari is not working in my iphone!

    Safari is not working in my iphone,, and it's not opening any links i tried to reinstall safari but can not and also i tried to change the default browser on my phone but can not!  Please help!!

  • Monitor Sleep Problem

    I have a Hanns.G external monitor that no longer goes to energy saver mode (displays no signal input - check video cable) when I put my MacPro to sleep. This has been the case since I installed the MacOSX 10.6.3 update. I've reset both the PRAM and S

  • WSH_DELIVERY_DETAILS and  MTL_TXN_REQUEST_LINES

    Hi, Can anyone tell me the relation or join conditions for MTL_TXN_REQUEST_LINES and WSH_DELIVERY_DETAILS tables. what should be the join conditions? Thanks, Soham

  • Publishing Webdynpro applications in portal.

    Hi All, I have a requirement in which i have to run my Webdynpro appl in portal.Any pointer on this would be great help.. Thanks in advance. Thanks & Regards, Hampanna V K

  • POV1 and AVI audio conversion problems

    Hi, I have a POV1 helmet camera which records to SD card in AVI format. I have used the suggestions here to convert the files to DV to edit in FCE4 I am also using a Sony handicam for additional footage which I import into FCE4 via firewire. The prob