Different backgroundimages problem

Created in CS5 a site. created editable region on template for backgroundimage.
when I put a picture of a table on page1 as a backgroundimage and then put a picture of a chair as a backgroundimage on page 2.
The picture on page1 is also changed to a chair.
Does anyone know what I do wrong and how I can get a different picture as a backgroundimage on every page?
Thanks

Hi Nancy,
sorry to bother you again.
But I didn't succeed in changing the backgroundimage in one of the divs on
my side.  I created only a big mess, and reversed the changes.
It's about this image.
#main_image {
background-image: url(../images/tekst_foto_5.jpg);
Finally I have the side online and you can see how it looks right now (
www.ooglaserhome.nl). I'm from the Netherlands and therefor my site is in
Dutch.
But I also send you a page and the dwt file and css file and some
backgroundimages. Can you have a look and perhaps comment in the file were I
have to make the changes so that I can change the backgroundimage on the
different pages.
As you can see I also have an other problem and that is about the sprymenu
that I'm using. In IE8 the dropdownmenu opens behind the backgroundimage
below the menu. But in other browsers like Opera, Chrome and Firefox this is
no problem and opens the submenu on top of the backgroundimage.
Many thanks in advance
Ron
2010/11/1 Nancy O. <[email protected]>
Your Template (.dwt) page needs to have Editable regions in the <title> and
<head> tags or you won't be able to give unique page titles and styles to
your child pages.
>
See this example of a DWTemplate:
>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Unique Page Title</title>
<!-- TemplateEndEditable -->
>
<!-- TemplateBeginEditable name="head" -->
<link href="main.css" rel="stylesheet" type="text/css" />
>
<style type="text/css">
>
body {
background: url(unique-bg.jpg);
>
</style>
>
<!-- TemplateEndEditable -->
</head>
>
<body>
<div id="wrapper">
<div id="content">
<!-- TemplateBeginEditable name="content" -->
Unique Page content goes here
>
<!-- TemplateEndEditable -->
<!--end content --></div>
>
<div id="footer">
<!-- TemplateBeginEditable name="footer" -->
Unique footer text goes here
<!-- TemplateEndEditable -->
<!--end footer --></div>
<!--end wrapper --></div>
</body>
</html>
>
>
>
>
Below is a child page spawned from Template.
>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- InstanceBegin template="/Templates/Template-test.dwt"
codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Unique Page Title</title>
<!-- InstanceEndEditable -->
>
<!-- InstanceBeginEditable name="head" -->
<link href="main.css" rel="stylesheet" type="text/css" />
>
<style type="text/css">
>
body {
background: url(unique-bg.jpg);
>
</style>
>
<!-- InstanceEndEditable -->
</head>
>
<body>
<div id="wrapper">
<div id="content">
<!-- InstanceBeginEditable name="content" -->
Unique Page content goes here
>
<!-- InstanceEndEditable -->
<!--end content --></div>
>
<div id="footer">
<!-- InstanceBeginEditable name="footer" -->
Unique footer text goes here
<!-- InstanceEndEditable -->
<!--end footer --></div>
<!--end wrapper --></div>
</body>
<!-- InstanceEnd --></html>
>
>
>
Hope this helps,
>
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb
>

Similar Messages

  • Mix of different runtime problems on a mac.

    Hi,
    I'm on a mac 10.3 and have no intentions of upgrading. When I try to start some demo's I get a lot of different errors, all as far as I can tell related to the JRE. I installed everything from the apple website:
    Java webstart 2.3.0 (modified the May 2007)
    Applet Launcher 1.4 (modified the May 2007)
    Here's 2 of them: I give the info I get from the console:
    1. An error occurred while launching/running the application.
    Title: jME (v0.11) Test [curve.TestBezierCurve]
    Vendor: jMonkeyEngine, LLC
    Category: Invalid Argument error
    The application has requested a version of the Java 2 platform (JRE) that is currently not locally installed. Java Web Start was unable to automatically download and install the requested version. The JRE version must be installed manually.
    launch file
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+"
    codebase="http://www.jmonkeyengine.com/webstart/"
    href="jmedemo.php/curve.TestBezierCurve">
    <information>
    <title>jME (v0.11) Test [curve.TestBezierCurve]</title>
    <vendor>jMonkeyEngine, LLC</vendor>
    <homepage href="http://www.jMonkeyEngine.com"/>
    <icon href="jme_logo.jpg"/>
    <description>jME (0.11) JNLP Test - curve.TestBezierCurve</description>
    <description kind="short">jME Technology Preview</description>
    <offline-allowed/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.5+"/>
    <jar href="jmetest.jar" main="true"/>
    <jar href="jmetest-data.jar"/>
    <extension name="jme" href="http://www.jmonkeyengine.com/webstart/jme.jnlp" />
    </resources>
    <property key="java.library.path" value="." />
    <application-desc main-class="jmetest.curve.TestBezierCurve"/>
    </jnlp>
    exception
    JNLPException[category: Invalid Argument error : Exception: null : LaunchDesc: null ]
         at com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:259)
         at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:199)
         at com.sun.javaws.Launcher.run(Launcher.java:167)
         at java.lang.Thread.run(Thread.java:552)
    console
    Java Web Start 1.4.2_12 Console, started Thu May 03 10:23:16 NZST 2007
    Java 2 Runtime Environment: Version 1.4.2_12 by Apple Computer, Inc.
    Example 2:
    An error occurred while launching/running the application.
    Title: Tower Of Hanoi
    Vendor: J�rgen Failenschmid
    Category: Launch File Error
    Unsupported JNLP version in launch file: 1.5+. Only version 1.0 is supported with this version. Please contact the application vendor to report this problem.
    launch file
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!-- Tower Of Hanoi Webstart Configuration -->
    <jnlp spec="1.5+"
    codebase="http://projects.anycpu.com/toh/"
    href="toh.jnlp">
    <information>
    <title>Tower Of Hanoi</title>
    <vendor>J�rgen Failenschmid</vendor>
    <homepage href="http://www.anycpu.com/Java3DExample.htm"/>
    <description>Tower Of Hanoi</description>
    <description kind="short">Animated implementation of the Tower Of Hanoi puzzle using Java 3D.</description>
    <description kind="tooltip">Tower Of Hanoi</description>
    <!-- Gif or Jpeg: 64x64 during download; 32x32 as icon. Automatically resized. -->
    <icon href="icon.gif"/>
    <!-- Splash screen during launch -->
    <icon kind="splash" href="splash.jpg"/>
    <offline-allowed/>
    <shortcut online="false">
    <desktop/>
    <menu submenu="Anycpu"/>
    </shortcut>
    </information>
    <!--
    Java 3D will not run with minimum security.
    Therefore, the application JARs have to be signed.
    -->
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.5+"/>
    <jar href="toh.jar" main="true"/>
    <jar href="jars/commons-logging.jar"/>
    <jar href="jars/log4j.jar"/>
    <extension href="http://download.java.net/media/java3d/webstart/release/java3d-latest.jnlp"/>
    </resources>
    <application-desc main-class="net.pacbell.jfai.toh.util.Launcher">
         <argument>net.pacbell.jfai.toh.TowerOfHanoi</argument>
         <argument>splash.jpg</argument>
    </application-desc>
    </jnlp>
    exception
    JNLPException[category: Launch File Error : Exception: null : LaunchDesc:
    <jnlp spec="1.5+" codebase="http://projects.anycpu.com/toh/" href="http://projects.anycpu.com/toh/toh.jnlp">
      <information>
        <title>Tower Of Hanoi</title>
        <vendor>J�rgen Failenschmid</vendor>
        <homepage href="http://www.anycpu.com/Java3DExample.htm"/>
        <description>Tower Of Hanoi</description>
        <description kind="short">Animated implementation of the Tower Of Hanoi puzzle using Java 3D.</description>
        <description kind="one-line">Tower Of Hanoi</description>
        <description kind="tooltip">Tower Of Hanoi</description>
        <icon href="http://projects.anycpu.com/toh/icon.gif" kind="default"/>
        <icon href="http://projects.anycpu.com/toh/splash.jpg" kind="splash"/>
        <offline-allowed/>
      </information>
      <security>
        <all-permissions/>
      </security>
      <resources>
        <j2se initial-heap-size="-1" max-heap-size="-1" version="1.5+"/>
        <jar href="http://projects.anycpu.com/toh/toh.jar" download="eager" main="true"/>
        <jar href="http://projects.anycpu.com/toh/jars/commons-logging.jar" download="eager" main="false"/>
        <jar href="http://projects.anycpu.com/toh/jars/log4j.jar" download="eager" main="false"/>
        <extension href="http://download.java.net/media/java3d/webstart/release/java3d-latest.jnlp"/>
      </resources>
      <application-desc main-class="net.pacbell.jfai.toh.util.Launcher">
        <argument>net.pacbell.jfai.toh.TowerOfHanoi</argument>
        <argument>splash.jpg</argument>
      </application-desc>
    </jnlp> ]
         at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:179)
         at com.sun.javaws.Launcher.run(Launcher.java:167)
         at java.lang.Thread.run(Thread.java:552)
    console
    Java Web Start 1.4.2_12 Console, started Thu May 03 10:17:25 NZST 2007
    Java 2 Runtime Environment: Version 1.4.2_12 by Apple Computer, Inc.
    Help greatly appreciated.

    You should contact Apple for this issue.

  • Opening epubs purchased from different stores (problem with B&N books)

    I have an ereader from Borderes. And when I bought it, I purchased an ebook right away. So when I authorized Adobe Digital Editions on my computer, it automatically added that ebook to the library - not problems what so ever.
    In the past though several times I bought books from B&N and was reading them on my laptop via Nook for PC.And even though all of my ebooks were purchased using the same email address, and it is the one I registered my Adobe ID with, I cannot open my B&N ebooks via ADE. I keep getting error that this document is licensed for a different user account.
    So I am not sure if ADE can work only with books purchased from one seller or it is something to do with B&N books.
    Unfortunately Borders has very poor selection of ebooks for my taste. It seems like the books I prefer are always available from either B&N or Amazon. Unfortunately Kindle books are in their own format that I won't be able to open on my eReader. But I was hoping that I could at least load B&N books.
    I'd really appreciate any help with this as I've been fighting with ADE for several days now trying to open those B&N books.

    Ok done thanks!...but this not resolve my problem...

  • One Components into 2 different panel problems

    Hi,
    I have one component, just call it A, and 2 different
    panels just call it PA and PB.
    I put A into PA and then I put A into PB,
    and display PA & PB into screen together.
    The problem is A is missing in PA but displayed
    into PB. I know this is behavior of AWT/Swing,
    but maybe some of you know how to solve
    this problem without creating two instances of A.
    Thank you in advance...

    You could make something like this:
    public class multicomponent
         Vector activecomponents=new Vector
         //all methods you intend to use on this component this way
         public method(somearg arg)
               for //all c in vector
                   c.method(arg);
          public void addto(Container co)
               comp=new yourcomponent();
               co.add(comp);
               activecomponents.add(comp);
    }You can enhance that by using weak references for the elements in the vector and you will have to think what to do for get methods.

  • Dreamweaver resizing on different monitors problem

    Hey;
    First post, brand new to Dreamweaver, couldn't be more of a noob than me. Been making my first site and I've run into what must be a very common problem. The pages look different depending on which browser or monitor or resoution the viewer is using. I think I may have been able to avoid this by creating the pages in a "liquid layout" or at least that's what I heard. Can I go back and change the layout to "liquid" after the page is constructed or do I have to start over or is some other fix available?
    I'm using Dreamweaver and Photoshop and I'm amazed I've gotten this far as they are both completely new to me. I'm running them on a fairly slow XP box.
    Thanks to anyone who can help.

    If this is your first web site in DW, I suggest you use a centered Fixed-width layout (pixels).  It will move to center on wider displays and remain flush  left on smaller displays. 900-1000px wide is a good average range.
    1-column, fixed-width, centered layout
    http://209.200.247.198/TEMPLATES/CSS2-1-column-fixed-width-centered.shtml
    Liquid Layouts (%) and Elastic Layouts (Ems) require advanced understanding of CSS techiniques to work well in all browsers.  Save those layouts  for your 5th or 6th project. 
    Start here:
    Creating  your first website in DW CS4 -
    http://www.adobe.com/devnet/dreamweaver/articles/first_cs4_website_pt1.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Different UID problem

    Dear friends,
    I got a problem about java object serialization. the server resides in tomcat, sending the serialized object to the client which locates the same machine, using the same java version(1.5.02). the server side serialization code snippet is as following:
              //writting the binary data to a file to compare with client side
              try {
              FileOutputStream fo = new FileOutputStream(
              "/tmp/object.Server");
              ObjectOutputStream so = new ObjectOutputStream(fo);
              so.writeObject(objectxxx);
              so.flush();
              so.close();
              System.out.println("successful writting OracleCachedRowSet into file /tmp/object.Server");
              } catch (Exception e) {
              e.printStackTrace();
              System.exit(1);
    I run the same code to serialize the same object through tomcat(as a servlet) and eclipse, but I got different file(different size), the file size generated by tomcat is bigger than the size generated by eclipse. the most important of all, I can't use eclipse to read the object serialized into the file by tomcat, because the serialVersionUID is different. I guess maybe the locale or encoding is different? but I can't find any place to specify or setting encoding or locale.
    any hint will be greatly apprieciated!
    Sam

    Not the locale or the encoding. If the serialVersionUID is different there is a different version of OracleCachedRowSet .class in Tomcat than there is in Eclipse. Make sure you have the same version of the Oracle JAR files everywhere.

  • Opening similiar files in different windows problems

    When i opening an existing file in a new window or "desktop" (the ones you see when you press F3), i want them to open in the desktop window that i have selected. For example if i open for file in desktop one in will open there. Now if i wanted to open a different file in desktop 2 it automatically opens in desktop one because there where an existing word file is. I noticed the same problem for chrome as well. Is there any way to disable this? It becomes extremely annoying when i have certain windows open for certain projects.
    Thanks

    further clarification
    http://imgur.com/o7SZp1E
    so if i want to open a new word document in window 3 and the program is already open in window 1 it will automatically open the new word file in window 1. so if i am on window 3 it will drag me back to window 1 as the new file opens which is super annoying. i have a feeling this cant be disabled but just want to make sure.

  • A different uploading problem

    I have read through the discussions and see that a lot of people are having an uploading problem. I am too, but my problem is a little different. When I upload my photos, everything seems to be fine, all the pages turn from blue to red, and it appears to be done. But, if I quit iWeb, it says it hasn't finished uploading. When I go to the site on the web, everything is there. So, it seems to not be finalizing the last little part where it marks the files as uploaded.
    I am using iWeb 1.1.1.
    I have tried deleting the files from my iDisk and uploading again.
    I have repaired permissions.
    I have deleted the file com.apple.iWeb.plist
    It's not that I'm trying to quit too soon, I have left it for hours, even overnight, and it doesn't complete.
    There's a small circle to the right of the word site that fills in to show progress as it's finishing, and that gets to the point where there's only a small sliver of white.
    Any ideas? Thanks for the help!
    Kirsten
    MacBook   Mac OS X (10.4.7)  

    Have you tried "Publish ALL to .Mac"?

  • Multiple servers with same IP but different ports - problem listing in ARD

    Hi - I have no problem connecting to multiple Macs behind a single IP (router) using different ports, port forwarding, dyndns, etc., etc.
    The problem I'm having is that in the list of computers in ARD, it won't let you have more than one with the same IP address. When you create the second with the same IP, it clears the first one, giving it an IP of 0.0.0.0. They are on different ports, but that's not counted as part of the IP, so it still gets cleared. I use different dyndns domain names, but ARD instantly converts them to an IP when creating the entry, so that doesn't help either.
    Are there any workarounds?

    And it's still impossible if they all have the same external IP. The whole stroy? See http://discussions.apple.com/thread.jspa?threadID=1321008&tstart=0
    On option is to setup a VPN(=Virtual Private Network) as described in the thread I mentioned

  • A different "Spaces" problem than most...

    I've read through some of the different posts here about problems with Spaces, but I haven't seen any that were quite the same as the problem I've been having.
    First of all, the F8 thing doesn't work.
    However, by accident I discovered that if I hold down the Fn key on my MacBook Pro and then press F8, it opens Spaces, but it doesn't have either of the 2 test things that I placed into either Space 1 or Space 2.
    BTW, I did set it up according to instructions and it is enabled.
    Is this a known problem that may be solved in some future release or did I just get a corrupt disc?
    I ask because in the few hours that I've had Leopard, I've found at least one other problem (the video backgrounds in iChat and Photobooth, etc. - they look NOTHING like the video tour by Apple)
    Thanks for any light you can shed on this.
    John

    a. Some programs don't seem to work well with opening in the right space (older versions of MS Office come to mind), and this should get better with program updates. As a work around, you can change to the proper space and then open the program while there. The applications from Apple seem to work properly for me. Mail, Address Book, and iCal all open on Space 1 automatically, every time I boot up. FireFox and Safari both open on Space 2 when they are launched. Word and Excel launch on Space 5, while WindowsXP inside Parallels always runs on Space 9 in full screen. For me, this is very organized.
    b. I used a couple of different programs to do this same type of multiple desktops approach to working with programs. The last program I used, under Tiger, was Virtue Desktops. It was a little more polished than this original version of Spaces, but we should see improvements by .2 or .3 (Maybe):)
    I generally work with 10 to 15 programs running at once, and dual monitors, but even the dual monitors don't allow me to arrange program windows the way I want, or to work with full screen programs like Parallels(WinXP) in a less distracting way. I prefer to have up to 9 desktops (accessible using Cntl + 1 or the number of the Space to quickly change my entire desktop.
    Some people are distracted or even confused with the whole Spaces concept while others have been using it with many Linux distros for years. If your brain doesn't wrap around it and enjoy the feature it can easily be turned off in the Spaces preferences, just make sure you delete the program assignments from the preferences first, before you disable the feature. I've read that there have been problems by some people where applications will continue to open in a Space, and the Space isn't available, so nevernever land for it...

  • Slightly Different Networking Problem (error -36)

    Hello all,
    I had my G5 and windows 200 machine running through a dlink DI604 router just fine - they were both online and I could access my shared folders on the PC no problem. Then, it all stopped - strange, but stuff happens, right? I get this error code:
    The Finder cannot complete the operation becuase some data in "smb://PCsipaddress/foldername" could not be read or written. (Error code -36)
    Both machines can still connect to the internet.
    I tried accessing files on a different drive -same results.
    First step was to repair disc permissions - no change.
    I can ping both ip addresses, Mac to PC and PC to Mac.
    I can't access Mac to PC or PC to Mac.
    Windows Sharing is turned enabled on the Mac, and there are shared folders on the PC.
    I've got them both on the same workgroup and I'm pretty sure the Mac user permissions on the PC are correct, but I don't even get a chance to verify the username and password when trying to access the PC from the Mac because it goes straight to that error -36
    Any ideas? Thanks a lot in advance,
    mario

    Sorry sorry - there's an NVIDIA firewall set up on default medium settig on the PC, but nothing's changed in it since it was working last.
    Yes, there's folders and drives to share - none work.
    This might be connected to a firmware update to the router, but I'm sure tha things were working fine after that, (upgraded a week ago, started having problems yesterday).
    Another thing that might help:
    When trying to access the PC from the mac, I'm making a network connection and entering:
    smb://[ipofPC]/foldername
    It takes about 3 minutes to come back with an error, and it does the same thing if I enter the wrong ip address as well. This makes me think that it's not a password thing, but some protocol on the Mac?
    thanks,
    mario

  • Flex - loading different videos problem

    Hi all, I'm using Flex Video Player component from Flash Builder 4.5 for a Video System. At this time everything is on a localhost at this time. I use the following javascript function the call the FlexPlayer.swf and create the HTML for the player:
    function createPlayer(videoSource){
        document.writeln("<div id=\"player\">");
        document.writeln("<object width=\"489\" height=\"414\" FlashVars=\""+videoSource+"\">");
        document.writeln("<param name=\"player\" value=\"bin-debug/FlexPlayer.swf\">");
        document.writeln("<embed src=\"bin-debug/FlexPlayer.swf\" name=\"player\" width=\"489\" height=\"414\" FlashVars=\""+videoSource+"\">");
        document.writeln("</embed>");
        document.writeln("</object>");
        document.writeln("</div>");              
    The PHP variable which contains the source of the FLV video is $fileName. Then the parameter passing to Javascript is:
    <script type="text/javascript">
    var videoSource = "<?php echo $fileName; ?>";
        createPlayer(videoSource);
    </script>
    The problem lies in the FlexPlayer.mxml file where I need parameter for the video source
    <s:VideoPlayer id="Player" left="0" top="0" width="497" height="414"
                           skinClass="MySkin" source="FlashVars"/>
        </s:Group>
    FlashVars contains the video source as you can see from the code above but for some reason I can't watch different videos in the player. Any help will be greatly appreciated.

    Hi CucAdrian,
    Welcome to the forum.
    Which device are you using?
    Pfrancoise.
    If this post has helped you to solve this issue, please press the "accept as solution" icon. Kudos would always be appreciated.

  • S440 - Slightly different WIFI problem

    I've read the other lengthy thread on the S440 wifi problem and i'm not sure if mine is slightly different as it has nothing to do with hebernation or sleep mode.
    Basically, twice in the last week my wifi has dropped out. I've still been connected to the router, and all other devices in the home are connected and working fine, but my S440 cannot connect to the internet and i get the small yellow exclamation mark over my wifi icon. 
    The first time it happened, it eventually fixed itself the following day via the network centre trouble shooting, and it came up as some sort of IP address issue. 
    It happened again last night but it wouldn't fix itself this time. Although this morning, I booted up at the office and its working again.
    Its definitely something to do with the laptop as both time all other devices have been ok.
    Before i start downloading new drivers, i just wanted to check. 

    Hi King Harvest,
    Welcome to Lenovo Community!
    I’m sorry to hear that you are facing the issue with Wifi on ThinkPad S440.
    As per the issue it might with Wifi driver, hence we are requesting you to check with updating the latest driver from the support driver link.
    Below is the link to enter the downloads page and install exact Touchpad drivers accordingly, please click on "Select Product" then in "QUICK PATH" enter the MTM no. select the exact model.
    http://support.lenovo.com/en_US/downloads/default.page#
    Hope this helps.
    Best regards,
    Hemanth Kumar
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • A different GPU problem than any I've researched

    About 6 weeks ago temperature gauge started giving me warnings that the GPU diode 0 was getting too hot. Usually it gets up to around 260 F. I haven't had any performance issues, but I have to assume this is no bueno. After doing extensive research regarding this issue, I found that most people have had issues caused by their discrete GPU, specifically the AMD Radeon 6750M. This was concerning because that's what my computer has. However I installed Gfxcardstatus and found that the GPU only shows as being excessively hot when using the Intel HD Graphics 3000 GPU. The computer never feels hot, and the fans don't seem to help to control the issue, even after using macs fan control to customize the fan settings. I never do any heavy lifting with my computer, and the heat issue persists no matter what applications I have open or what I'm doing. Is this something to be concerned about? Can this kind of heat coming from the GPU damage other components? Is there any kind of fix I could do to help the issue? I know there's a million threads similar to this, but I felt my issue was different enough to warrant a new thread. It's a 15" Early 2011 MacBook Pro running 10.9.4. Just to reiterate, I have had no display or performance issues associated with this issue, just the excessive heat. Thanks in advance for any advice!
    With the AMD GPU
    And then the Intel GPU. Both taken seconds apart immediately after switching GPUs

    a. Some programs don't seem to work well with opening in the right space (older versions of MS Office come to mind), and this should get better with program updates. As a work around, you can change to the proper space and then open the program while there. The applications from Apple seem to work properly for me. Mail, Address Book, and iCal all open on Space 1 automatically, every time I boot up. FireFox and Safari both open on Space 2 when they are launched. Word and Excel launch on Space 5, while WindowsXP inside Parallels always runs on Space 9 in full screen. For me, this is very organized.
    b. I used a couple of different programs to do this same type of multiple desktops approach to working with programs. The last program I used, under Tiger, was Virtue Desktops. It was a little more polished than this original version of Spaces, but we should see improvements by .2 or .3 (Maybe):)
    I generally work with 10 to 15 programs running at once, and dual monitors, but even the dual monitors don't allow me to arrange program windows the way I want, or to work with full screen programs like Parallels(WinXP) in a less distracting way. I prefer to have up to 9 desktops (accessible using Cntl + 1 or the number of the Space to quickly change my entire desktop.
    Some people are distracted or even confused with the whole Spaces concept while others have been using it with many Linux distros for years. If your brain doesn't wrap around it and enjoy the feature it can easily be turned off in the Spaces preferences, just make sure you delete the program assignments from the preferences first, before you disable the feature. I've read that there have been problems by some people where applications will continue to open in a Space, and the Space isn't available, so nevernever land for it...

  • Mail Crashing:  Different then problems reported here.

    I have searched this forum for answers on the mail problem that I am having. I pop 3 accounts from 3 different servers. I have tried the following repairs as indicated in this forum: turned off and reset isynch, rebuilt the mailboxes, re-started the computer, re-launched several times.
    I have a plug in called DMI for Daylite CRM.
    Have not upgraded for several months and everything has worked flawlessy until today. I am pasting in the crash log report below.
    I hope that someone is able to help. I'm dead in the water.
    Thanks; Scott
    Thread 17 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x9713243f ecx: 0xb06d20dc edx: 0x970abb9e
    edi: 0xa0833f20 esi: 0x00da8400 ebp: 0xb06d20f8 esp: 0xb06d20dc
    ss: 0x0000001f efl: 0x00000282 eip: 0x970abb9e cs: 0x00000007
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0xa08f9e10
    Binary Images:
    0x1000 - 0x270ff3 com.apple.mail 3.3 (926.1) <c3b882b634681177d0eb4562f97ed986> /Applications/Mail.app/Contents/MacOS/Mail
    0x2df000 - 0x533ff3 com.apple.MessageFramework 3.3 (926) <d27ada16249ed785d8fa83c4932b288d> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x688000 - 0x68afff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x691000 - 0x6b5fe7 com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <1591e65449707141112554274c637e5a> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0xc3e9000 - 0xc40dfff +com.marketcircle.DayLiteMailIntegration 2.0.4 (1.0) <0ee74951d1c73e4e6ed86c1f8c781376> /Users/Scott/Library/Mail/Bundles/DayLiteMailIntegration.mailbundle/Contents/Ma cOS/DayLiteMailIntegration
    0xc5e5000 - 0xc703ff7 com.apple.RawCamera.bundle 2.0.7 (2.0.7) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0xc71b000 - 0xc71efff +org.restoroot.omic ??? (1.7.6) <c7ceffcc66b0414ab4bcba9924011722> /Library/Mail/Bundles/OMiC.mailbundle/Contents/MacOS/OMiC
    0xc724000 - 0xc730fef +org.andymatuschak.Sparkle ??? (1.1) /Library/Mail/Bundles/OMiC.mailbundle/Contents/Frameworks/Sparkle.framework/Ver sions/A/Sparkle
    0xcc90000 - 0xcc95ff3 libCGXCoreImage.A.dylib ??? (???) <b6cf72d9cbd5312d4ec435e298954ade> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0xf0c2000 - 0xf0e0fff com.apple.Mail.Syncer 3.3 (926) <e2778d4cef97212e936e51afe43224cd> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0xf900000 - 0xf913fff com.apple.syncservices.syncservicesui 4.1 (389.6) <1b41e95b2f856dbbcd0561d244aafa29> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0xfbc4000 - 0xfbc7fff com.apple.audio.AudioIPCPlugIn 1.0.4 (1.0.4) <9ce6f675ce724b0ba4e78323b79cf95c> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0xfbcd000 - 0xfbd2fff com.apple.audio.AppleHDAHALPlugIn 1.5.7 (1.5.7a24) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0xfd2a000 - 0xfd6effb com.apple.Symbolication 1.0 (35) <79aee70c2e9d38c1357a9a3a196cf93f> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
    0x70000000 - 0x700e3ff2 com.apple.audio.units.Components 1.5.1 (1.5.1) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe2da53 dyld 96.2 (???) <7af47d3b00b2268947563c7fa8c59a07> /usr/lib/dyld
    0x90003000 - 0x90023ff2 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90024000 - 0x90055ffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x90056000 - 0x90104ffb com.apple.QTKit 7.5 (861) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x90105000 - 0x90154fff com.apple.QuickLookUIFramework 1.3 (170.7) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x90155000 - 0x90223ff3 com.apple.JavaScriptCore 5525.18 (5525.18) <672d1c7f16a4300addabeff4830f5024> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x90224000 - 0x90268feb com.apple.DirectoryService.PasswordServerFramework 3.0.3 (3.0.3) <7e80635e8f1380dbf4af27e17e709fcb> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x90269000 - 0x9026effb com.apple.DisplayServicesFW 2.0 (2.0) <8953865f53e940007a4e4ac5390d3c95> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9026f000 - 0x9034efff libobjc.A.dylib ??? (???) <a53206274b6c2d42691f677863f379ae> /usr/lib/libobjc.A.dylib
    0x90423000 - 0x9042ffff libbz2.1.0.dylib ??? (???) <9ea4fe135c9e52bd0590eec12c738e82> /usr/lib/libbz2.1.0.dylib
    0x90430000 - 0x9046efff com.apple.CoreMediaIOServicesPrivate 9.0 (9.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x9046f000 - 0x90476fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x90477000 - 0x904d4ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x90505000 - 0x90572ffb com.apple.WhitePagesFramework 1.2 (119.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x90573000 - 0x90674fef com.apple.PubSub 1.0.3 (65.1.1) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x90675000 - 0x907d5fee com.apple.CalendarStore 3.0.4 (833) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x907d6000 - 0x90826ff7 com.apple.HIServices 1.7.0 (???) <f7e78891a6d08265c83dca8e378be1ea> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90827000 - 0x909e2ff3 com.apple.QuartzComposer 2.1 (106.5) <1a52b406a3f3d04387c822da4a93c245> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x909e3000 - 0x909e7fff com.apple.OpenDirectory 10.5 (10.5) <e7e4507f5ecd8c8cdcdb2fc0675da0b4> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x909e8000 - 0x90a0cfeb libssl.0.9.7.dylib ??? (???) <3512c4a8198f0e964748bf6acbf359b4> /usr/lib/libssl.0.9.7.dylib
    0x90a0d000 - 0x90a24fff com.apple.datadetectors 1.0.1 (66.2) <b4676446cca8a1e4c28ca911026b7ceb> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x90a25000 - 0x90a33ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x90a34000 - 0x90a73fef libTIFF.dylib ??? (???) <6d0f80e9d4d81f3f64c876aca005bd53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x90a74000 - 0x90a83ffe com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <eac1c7b7c07ed3148c85934b6f656308> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x90a84000 - 0x90da5fea com.apple.QuickTime 7.5.0 (861) <4e1161b204b3b1f1047412c16483c39a> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x90da6000 - 0x9113cfff com.apple.QuartzCore 1.5.3 (1.5.3) <1b65c05f89e81a499302fd63295b242d> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9113d000 - 0x91208fff com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91472000 - 0x914abffe com.apple.securityfoundation 3.0 (32989) <e9171eda22c69c884a04a001aeb526e0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x914ac000 - 0x9151efff com.apple.PDFKit 2.1 (2.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9151f000 - 0x91537fff com.apple.openscripting 1.2.8 (???) <d85d82af796d1df9bce7b1db8f6c846c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x91538000 - 0x9157afef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9157b000 - 0x9157bffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x9157c000 - 0x91603ff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
    0x91604000 - 0x91604ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91605000 - 0x91607fff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x91608000 - 0x91617fff libsasl2.2.dylib ??? (???) <b9e1ca0b6612e280b6cbea6df0eec5f6> /usr/lib/libsasl2.2.dylib
    0x91618000 - 0x9161aff5 libRadiance.dylib ??? (???) <20eadb285da83df96c795c2c5fa20590> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9161b000 - 0x91639ff3 com.apple.DirectoryService.Framework 3.5.4 (3.5.4) <fe27e80e1a9e86403fd9ed16dcfe4e11> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9163a000 - 0x9164afff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9164b000 - 0x91695fe1 com.apple.securityinterface 3.0 (32532) <f521dae416ce7a3bdd594b0d4e2fb517> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x91696000 - 0x91696ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91697000 - 0x91e94fef com.apple.AppKit 6.5.3 (949.33) <84b236f43802f4c15011513d18efa101> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x91e95000 - 0x91e9efff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x91e9f000 - 0x9253bfef com.apple.CoreGraphics 1.351.32 (???) <793d7ceb9e1880818e03c1f1b10df04b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9253c000 - 0x925b9fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x925c4000 - 0x925f4ff3 com.apple.DotMacSyncManager 1.2.3 (282) <dde488ab9d33ae5fc01a696cac63b5ad> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x925f5000 - 0x9262cfff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9262d000 - 0x9265cfe3 com.apple.AE 402.2 (402.2) <e01596187e91af5d48653920017b8c8e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x92700000 - 0x9273afff com.apple.coreui 1.1 (61) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9273b000 - 0x92747fe7 com.apple.opengl 1.5.6 (1.5.6) <125de77ea2434a91364e79a0905a7771> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x92748000 - 0x927a2ff7 com.apple.CoreText 2.0.2 (???) <9fde11f84a72e890bbf2aa8b0b13b79a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x927a3000 - 0x92883fff com.apple.syncservices 3.1 (389.6) <51037594e950b0331d4996691cf4acba> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x92884000 - 0x92936ffb libcrypto.0.9.7.dylib ??? (???) <01109b36b445b3e8698ef87f814f7fd4> /usr/lib/libcrypto.0.9.7.dylib
    0x92937000 - 0x92a7dff7 com.apple.ImageIO.framework 2.0.2 (2.0.2) <77dfee73f4c0d230425a5151ee0bce05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x92a7e000 - 0x92bfdfff com.apple.AddressBook.framework 4.1.1 (695) <24a448ba4f9f784189bd3183e3474d81> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x92bfe000 - 0x92c0bff7 com.apple.DMNotification 1.1.0 (143) <07530f513cd71e41bccbf19225ac1cb4> /System/Library/PrivateFrameworks/DMNotification.framework/Versions/A/DMNotific ation
    0x92c0c000 - 0x92c36fff com.apple.CoreMediaPrivate 9.0 (9.0) <8eb20bcfecc950600aa62dfa07aa47f3> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x92c37000 - 0x92c3cfff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92c3d000 - 0x92f17ff3 com.apple.CoreServices.CarbonCore 786.6 (786.6) <bc7c12c84fe21ae2626bdd17070aaafa> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x92f20000 - 0x92f3cfff com.apple.IMFramework 4.0.5 (582) <da822220ccdaabc47408e2f641d48685> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x92f3d000 - 0x92fd0fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92fd1000 - 0x92fd7fff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92fd8000 - 0x930fcfe3 com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x931c7000 - 0x931ccfff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x931cd000 - 0x93226ff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x93227000 - 0x93227ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x93228000 - 0x936fbffe libGLProgrammability.dylib ??? (???) <475db64244e011cd8811e076035b2632> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x936fc000 - 0x93738fff com.apple.DAVKit 3.0.4 (651) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x9487f000 - 0x94a4dfff com.apple.security 5.0.4 (34102) <f01d6cbd6a0f24f6c13952ed448e77d6> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94a4e000 - 0x94a94fef com.apple.Metadata 10.5.2 (398.18) <adbb3a14e8f7da444e16d2fd61862771> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x94a95000 - 0x94ae5feb com.apple.framework.familycontrols 1.0.2 (1.0.2) <90f740755beef77835545ede9e5e975d> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x94ae6000 - 0x94afaff3 com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x94afb000 - 0x94b31fef libtidy.A.dylib ??? (???) <f1d1742e06280444baa5637b209fd0af> /usr/lib/libtidy.A.dylib
    0x94b32000 - 0x94beffff com.apple.WebKit 5525.18 (5525.18) <7e41e38368974ed048c2f027a961dbd4> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94bf0000 - 0x95240fff com.apple.WebCore 5525.18.1 (5525.18.1) <9fcf69305c5b48dd8a5cb77107f66c7a> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95241000 - 0x952c3ff3 com.apple.CFNetwork 330.4 (330.4) <ce5b085df34a78b7f198aff9db5b52ec> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x952c4000 - 0x952e2fff libresolv.9.dylib ??? (???) <0629b6dcd71f4aac6a891cbe26253e85> /usr/lib/libresolv.9.dylib
    0x952e3000 - 0x9541afeb com.apple.imageKit 1.0.1 (1.0) <9b6da3210b7e69e75039cbb0fd4a8482> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x9541b000 - 0x954aeff3 com.apple.ApplicationServices.ATS 3.3 (???) <064eb6d96417afa38a80b1735c4113aa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x954af000 - 0x954b0ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x955a6000 - 0x955d1fe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x955d2000 - 0x955f6fff libxslt.1.dylib ??? (???) <4933ddc7f6618743197aadc85b33b5ab> /usr/lib/libxslt.1.dylib
    0x955f7000 - 0x956b1fe3 com.apple.CoreServices.OSServices 226.5 (226.5) <7e10d25c615a39fe1ab4d48e24a3b555> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x956b2000 - 0x956dafff libcups.2.dylib ??? (???) <ece20dff2a2c8ed3ae6ef735ef440c37> /usr/lib/libcups.2.dylib
    0x956db000 - 0x957bcff7 libxml2.2.dylib ??? (???) <1baef3d4972ee789d8fa6c1fa44da45c> /usr/lib/libxml2.2.dylib
    0x957c2000 - 0x95803fe7 libRIP.A.dylib ??? (???) <8c2cd4f044b3413d770ca8ad740f7645> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x95804000 - 0x9593cff7 libicucore.A.dylib ??? (???) <5031226ea28b371d8dfdbb32acfb48b5> /usr/lib/libicucore.A.dylib
    0x9593d000 - 0x95941fff libGIF.dylib ??? (???) <d4234e6f5e5f530bdafb969157f1f17b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x95942000 - 0x95942ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x95943000 - 0x95956fff com.apple.IMUtils 4.0.5 (582) <535270cbc62da9f8269578251a660e76> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x95957000 - 0x95bd2fe7 com.apple.Foundation 6.5.5 (677.19) <bfd4ebea1a7739dd6b523f15dca01a37> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x95bd3000 - 0x95c2fff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x95c30000 - 0x95cd7feb com.apple.QD 3.11.52 (???) <c72bd7bd2ce12694c3640a731d1ad878> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x95cd8000 - 0x95cf6ff7 com.apple.QuickLookFramework 1.3 (170.7) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x95cf7000 - 0x95cfffff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x95d00000 - 0x95d1fffa libJPEG.dylib ??? (???) <0cfb80109d624beb9ceb3c43b6c5ec10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x95d20000 - 0x95d2bff9 com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x95d2c000 - 0x95d37fe7 libCSync.A.dylib ??? (???) <3f58eb487099bff0476ec79974d0ad4d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x95d38000 - 0x95d38ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x95d39000 - 0x95d43feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x95d44000 - 0x95d5afff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x95d5b000 - 0x95d5efff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x95d5f000 - 0x95ddeff5 com.apple.SearchKit 1.2.0 (1.2.0) <277b460da86bc222785159fe77e2e2ed> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x95ddf000 - 0x95de3fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x95de4000 - 0x95e0cff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x95e0d000 - 0x95e41fef com.apple.bom 9.0 (136) <b72e1fd1d3bfd8c288381adb23775fd4> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x95e42000 - 0x95e42fff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x95e43000 - 0x95ecdfe3 com.apple.DesktopServices 1.4.6 (1.4.6) <94d1a28b351b7dff77becadab0967772> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x95ece000 - 0x95f34ffb com.apple.ISSupport 1.7 (38) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x95f35000 - 0x96345fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x96346000 - 0x96357ffe com.apple.CFOpenDirectory 10.5 (10.5) <6a7f55108d77db7384d0e2219d07e9f8> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x96358000 - 0x96373ff3 libPng.dylib ??? (???) <c0484bec6e2432b406755591924fe664> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x96374000 - 0x963b2ff7 libGLImage.dylib ??? (???) <093b1b698ca93a0380f5fa262459ea28> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x963b3000 - 0x963b3ffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x963b4000 - 0x964e6fff com.apple.CoreFoundation 6.5.3 (476.14) <7ef7f5db09ff6dd0135a6165872803cc> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x964e7000 - 0x968a5fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x968a6000 - 0x968abffc com.apple.KerberosHelper 1.1 (1.0) <86b1b4589baa557d067d07efc01890d2> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x968ac000 - 0x96926ff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x96927000 - 0x96c2eff7 com.apple.HIToolbox 1.5.3 (???) <e36f5c553e5a32f64b7eb458dadadc71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x96c2f000 - 0x96c3fffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x96c40000 - 0x96c40ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x96c41000 - 0x96c41ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96c42000 - 0x96c42ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x96c43000 - 0x96d28ff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x96d29000 - 0x96d30ff7 libCGATS.A.dylib ??? (???) <fbc59d0e1eccf907396563568d5cd872> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x96d31000 - 0x96dbdff7 com.apple.LaunchServices 289.2 (289.2) <3577886e3a6d56ee3949850c4fde76c9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x96dbe000 - 0x96e85ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x96e86000 - 0x96ed4ff3 com.apple.datadetectorscore 1.0.2 (52.14) <e137549cb2c0ff943809824e31854a73> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x96ed5000 - 0x96f51feb com.apple.audio.CoreAudio 3.1.0 (3.1) <70bb7c657061631491029a61babe0b26> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96f52000 - 0x96f68fe7 com.apple.CoreVideo 1.5.1 (1.5.1) <ed7bb95fb94817ea3212090aac5c65f3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x96f69000 - 0x96f9bfff com.apple.LDAPFramework 1.4.3 (106) <3a5c9df6032143cd6bc2658a9d328d8e> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x96f9c000 - 0x96fa3ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x96fa4000 - 0x96faffff com.apple.dotMacLegacy 3.1 (244.1) <dc5b306b079718439c199d386ff60cc4> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x96fb0000 - 0x9703bfff com.apple.framework.IOKit 1.5.1 (???) <60cfc4b175c4ef60bb8e9036716a29f4> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9703c000 - 0x9719cff3 libSystem.B.dylib ??? (???) <a12f397abf2285077b89bd726bff5b18> /usr/lib/libSystem.B.dylib
    0x9719d000 - 0x9724dfff edu.mit.Kerberos 6.0.12 (6.0.12) <1dc515ebe407292db8e603938c72d4e8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x97251000 - 0x9727efeb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9727f000 - 0x972f1fff com.apple.iLifeMediaBrowser 1.0.7 (208) /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    All who viewed-
    Turns out this problem must be an e-mail stuck in my .mac account. I deleted this mail account and now mail looks to be stable. Unfortunately I cannot remember how to check .mac webmail to delete messages. I guess I have to move to mobile me?
    Thanks;
    Scott

Maybe you are looking for

  • Is there any way to keep Microsoft RDC for Mac OSX from disconnecting when I start typing?

    I am able to login to remote computers using Microsoft Remote Desktop Connection for Mac OS X (version 2.0.1). I can launch applications and open folders on the remote system without any problems. However, anytime I start typing it immediately discon

  • Image files and changing extensions

    Hello All, I am completely new to photoshop and for that matter, graphic design in general. I always thought that a particular image type (.gif, .jpeg, .bmp) needs to be altered by a graphics program into another graphics type, i.e. 'Save as...'.  A

  • Open pdf doc in ipad

    http://info.sgx.com/webcoranncatth.nsf/VwAttachments/Att_3FE84FE8710F537548257B2 E001AD38C/$file/Form3-Schroders-140313.pdf?openelement Cannot open, only have this message. "Please wait... If this message is not eventually replaced by the proper cont

  • Error message - Transaction under credit review

    Hi experts, When saving sales order following message is coming - transaction under credit review. This message did not stop me from saving the order but no delivery is getting created. How should I process this order now. Thanks

  • Network range problem

    network search capacity....Not able to gets network in area where other phone like micomax i phone 4,5,5s show good network....call is also having problems ....while other phone don't have any problem ...i felling as m runed by nokia because of this