New To Apple -MacBookPro-Safari v IE

I am new to Apple. I have just purchased a MacBook Pro and am having trouble migrating from the Windows Internet Explorer environment.
I did multiple "searches" on my questions and found nothing.
In IE's set up you had "Favorites" where you could place, organize and delete websites.
In Safari Browser, it came loaded with sites I never ues and I want to eliminate them but cannot find out how. I have reviewed the tutorialsd on Apples website and those imbedded in the MacBookPro.
Can someone "coach" me on where I might find the info? Or maybe give me a hand?
Thanks!
Dan

danpbphoto wrote:
Well I tried your link and did not find anything relevant to my questions about bookmarks. Did I miss something?
Dan
His link was to the Safari for Mac forums. As I read it, he provided that as a place to repost your question, as there are some real Safari gurus there who are quite helpful regardless of one's experience level. It would probably get you more exposure to knowing eyes, as yours is specifically an application issue and not a MacBook Pro hardware issue. CMCSK was trying to get you the most targeted help for your question.

Similar Messages

  • New to apple script...

    Hi I am new to apple script; I was using Automator but it became too dumb to it's surroundings after a while. Can you please tell me why these don't do what I think they should; Safari has 2 windows open one with four tabs (window 1 as I have used exists to be sure of) and one with 9 (window 2).
    tell application "Safari"
    activate tab 6 of window 2
    end tell
    all it does is bring the frontmost safari window up
    Please help

    There are a couple of reasons behind this, mostly because you're using the wrong command.
    The main thing is that the 'activate' command is used to activate the application. Any other parameters (such as 'tab 6 of window 2') are discarded.
    Instead, the appropriate syntax is to set the current tab property of the window:
    tell application "Safari"
      set current tab of window 2 to (tab 6 of window 2)
    end tell
    It's a little verbose, but it works.
    If you also want to bring that window frontmost you need to change its index:
    tell application "Safari"
      tell window 2
        set current tab to (tab 6 of window 2)
        set index to 1
      end tell
    end tell
    Note though that changing the window index will now also change this window to 'window 1' instead of 'window 2'. Something to bear in mind if you're taking further actions.

  • TS1702 My app store, Apple ID, safari, and most other apps do not work after upgrading to iSO 6, How do i solve this problem?

    My app store, Apple ID, safari, and most other apps do not work after upgrading to iSO 6, How do i solve this problem? Can somebody help me please?

    The App store is a problem for many and I have not seen a solution.
    What is "wrong" with your Apple ID?
    Try the following:
    - A reset. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup
    - Restore to factory settings/new iPod.

  • Not able to post a new topic to Discussions Safari Safari for Mac

    Hi, I'm new to Apple Discussions, but not new to posting to forums.
    Currently I'm not able to post to Discussions>Safari>Safari for Mac. I can login, view all post threads, create and save a draft, preview the draft, but cannot post the draft to Discussions>Safari>Safari for Mac.
    However I am able to post to a different category; Discussions>Mac OS X v10.4 Tiger>Using Mac OS X Tiger. See posting "This is a test. Please do not reply to this post".
    When I try to post to Discussions>Safari>Safari for Mac I get pushed to another web link and system message as follows;
    http://discussions.info.apple.com/backsoon/discussionstempaway.html
    We're sorry, Apple Discussions is temporarily unavailable. We'll be back soon.
    Until then, please visit http://www.apple.com/support
    Currently when I open the category Discussions>Safari>Safari for Mac, I see an error message that reads;
    Error
    An error in the system has occured. Please contact the system administrator if the problem persists.
    I have searched for a link to "contact the system administrator", but cannot find it.
    I get around the Safari for Mac category error message by clicking on 'next' and it then displays the current threads.
    Any help would be greatly appreciated. This is a bonus issue I'd like to resolve asap, to get to my original issue with Safari 4.1 crashing.
    Thanks to those who can help!

    You're Welcome cuzindave!
    That's odd. It was OK before but when I checked again it was down and now it's back.
    Safari For Mac
    "Is there really a system admin to contact?"
    Posting here is the correct procedure.
    ali b

  • Brand new Mac Pro and Safari won't start - please help?

    I purchased a brand new Mac with OS Lion 10.7.4 and have updated all the software. Every time I try to open Safari, a window pops up stating "Safari quit unexpectedly".
    Here's the report - any help would be greatly appreciated! Thanks!
    Process:    
    Safari [276]
    Path:       
    /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: 
    com.apple.Safari
    Version:    
    5.1.7 (7534.57.4)
    Build Info: 
    WebBrowser-7534057004000000~7
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [109]
    Date/Time:  
    2012-08-19 18:09:41.241 +1000
    OS Version: 
    Mac OS X 10.7.4 (11E2620)
    Report Version:  9
    Interval Since Last Report:     
    7738 sec
    Crashes Since Last Report:      
    14
    Per-App Interval Since Last Report:  12 sec
    Per-App Crashes Since Last Report:   14
    Anonymous UUID:                 
    DC0D494C-801E-4B04-8C2A-45241CBB751E
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    objc[276]: garbage collection is OFF
    *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: (index >= 0) && (index < [_itemArray count])'
    *** First throw call stack:
    0   CoreFoundation                 
    0x00007fff89fcbf56 __exceptionPreprocess + 198
    1   libobjc.A.dylib                
    0x00007fff8ab55dee objc_exception_throw + 43
    2   CoreFoundation                 
    0x00007fff89fcbd8a +[NSException raise:format:arguments:] + 106
    3   Foundation                     
    0x00007fff89cb171f -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 169
    4   AppKit                         
    0x00007fff8cb0bcdf -[NSMenu itemAtIndex:] + 165
    5   AppKit                         
    0x00007fff8cb0be38 -[NSMenu removeItemAtIndex:] + 63
    6   Safari                         
    0x0000000106592c2e -[AppController awakeFromNib] + 387
    7   CoreFoundation                 
    0x00007fff89fc2fb1 -[NSObject performSelector:] + 49
    8   CoreFoundation                 
    0x00007fff89fc2f32 -[NSSet makeObjectsPerformSelector:] + 274
    9   AppKit                         
    0x00007fff8caf39ff -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1245
    10  AppKit                         
    0x00007fff8cae9f73 loadNib + 322
    11  AppKit                         
    0x00007fff8cae9470 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 217
    12  AppKit                         
    0x00007fff8cae938b +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 141
    13  AppKit                         
    0x00007fff8cae92ce +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 364
    14  AppKit                         
    0x00007fff8cd5a06f NSApplicationMain + 398
    15  Safari                         
    0x0000000106795806 SafariMain + 166
    16  Safari                         
    0x000000010657ef24 Safari + 3876
    terminate called throwing an exception
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib   
    0x00007fff8ac50ce2 __pthread_kill + 10
    1   libsystem_c.dylib        
    0x00007fff911827d2 pthread_kill + 95
    2   libsystem_c.dylib        
    0x00007fff91173a7a abort + 143
    3   libc++abi.dylib          
    0x00007fff928797bc abort_message + 214
    4   libc++abi.dylib          
    0x00007fff92876fcf default_terminate() + 28
    5   libobjc.A.dylib          
    0x00007fff8ab56249 _objc_terminate + 94
    6   libc++abi.dylib          
    0x00007fff92877001 safe_handler_caller(void (*)()) + 11
    7   libc++abi.dylib          
    0x00007fff9287705c std::terminate() + 16
    8   libc++abi.dylib          
    0x00007fff92878152 __cxa_throw + 114
    9   libobjc.A.dylib          
    0x00007fff8ab55f0a objc_exception_throw + 327
    10  com.apple.CoreFoundation 
    0x00007fff89fcbd8a +[NSException raise:format:arguments:] + 106
    11  com.apple.Foundation     
    0x00007fff89cb171f -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 169
    12  com.apple.AppKit         
    0x00007fff8cb0bcdf -[NSMenu itemAtIndex:] + 165
    13  com.apple.AppKit         
    0x00007fff8cb0be38 -[NSMenu removeItemAtIndex:] + 63
    14  com.apple.Safari.framework
    0x0000000106592c2e -[AppController awakeFromNib] + 387
    15  com.apple.CoreFoundation 
    0x00007fff89fc2fb1 -[NSObject performSelector:] + 49
    16  com.apple.CoreFoundation 
    0x00007fff89fc2f32 -[NSSet makeObjectsPerformSelector:] + 274
    17  com.apple.AppKit         
    0x00007fff8caf39ff -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1245
    18  com.apple.AppKit         
    0x00007fff8cae9f73 loadNib + 322
    19  com.apple.AppKit         
    0x00007fff8cae9470 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 217
    20  com.apple.AppKit         
    0x00007fff8cae938b +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 141
    21  com.apple.AppKit         
    0x00007fff8cae92ce +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 364
    22  com.apple.AppKit         
    0x00007fff8cd5a06f NSApplicationMain + 398
    23  com.apple.Safari.framework
    0x0000000106795806 SafariMain + 166
    24  com.apple.Safari         
    0x000000010657ef24 0x10657e000 + 3876
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x00007fff8ac517e6 kevent + 10
    1   libdispatch.dylib        
    0x00007fff8d78778a _dispatch_mgr_invoke + 923
    2   libdispatch.dylib        
    0x00007fff8d78631a _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib   
    0x00007fff8ac51192 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff91182594 _pthread_wqthread + 758
    2   libsystem_c.dylib        
    0x00007fff91183b85 start_wqthread + 13
    Thread 3:: Dispatch queue: com.apple.CFURLCACHE_work_queue
    0   libsystem_kernel.dylib   
    0x00007fff8ac5060a __fcntl + 10
    1   libsystem_kernel.dylib   
    0x00007fff8ac50147 fcntl + 231
    2   libsqlite3.dylib         
    0x00007fff91e27a40 unixLock + 336
    3   libsqlite3.dylib         
    0x00007fff91e26d20 sqlite3BtreeBeginTrans + 1920
    4   libsqlite3.dylib         
    0x00007fff91e4efcd sqlite3VdbeExec + 18717
    5   libsqlite3.dylib         
    0x00007fff91e49a5b sqlite3_step + 1883
    6   libsqlite3.dylib         
    0x00007fff91e0cfb5 sqlite3_exec + 533
    7   com.apple.CFNetwork      
    0x00007fff8c617ad0 __CFURLCache::CreateTablesAndIndexes(sqlite3*) + 98
    8   com.apple.CFNetwork      
    0x00007fff8c617f24 __CFURLCache::RecreateEmptyPersistentStoreOnDiskAndOpen_NoLock() + 184
    9   com.apple.CFNetwork      
    0x00007fff8c6183f1 __CFURLCache::RecreateEmptyPersistentStoreOnDiskAndOpen() + 75
    10  com.apple.CFNetwork      
    0x00007fff8c58055b __CFURLCache::OpenDatabase() + 221
    11  com.apple.CFNetwork      
    0x00007fff8c580040 ProcessCacheTasks(__CFURLCache*, bool) + 265
    12  com.apple.CFNetwork      
    0x00007fff8c57fa72 _ZL24_CFURLCacheTimerCallbackPv + 662
    13  libdispatch.dylib        
    0x00007fff8d785a86 _dispatch_call_block_and_release + 18
    14  libdispatch.dylib        
    0x00007fff8d7872d6 _dispatch_queue_drain + 264
    15  libdispatch.dylib        
    0x00007fff8d787132 _dispatch_queue_invoke + 54
    16  libdispatch.dylib        
    0x00007fff8d78692c _dispatch_worker_thread2 + 198
    17  libsystem_c.dylib        
    0x00007fff911823da _pthread_wqthread + 316
    18  libsystem_c.dylib        
    0x00007fff91183b85 start_wqthread + 13
    Thread 4:: WebCore: IconDatabase
    0   libsystem_kernel.dylib   
    0x00007fff8ac50bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff91184274 _pthread_cond_wait + 840
    2   com.apple.WebCore        
    0x000000010762f1fc WebCore::IconDatabase::syncThreadMainLoop() + 124
    3   com.apple.WebCore        
    0x000000010762cd50 WebCore::IconDatabase::iconDatabaseSyncThread() + 496
    4   com.apple.JavaScriptCore 
    0x0000000106f7111f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib        
    0x00007fff911808bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x00007fff91183b75 thread_start + 13
    Thread 5:: CoreAnimation render server
    0   libsystem_kernel.dylib   
    0x00007fff8ac4f67a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff8ac4ed71 mach_msg + 73
    2   com.apple.QuartzCore     
    0x00007fff90e6cdf5 CA::Render::Server::server_thread(void*) + 184
    3   com.apple.QuartzCore     
    0x00007fff90e6cd35 thread_fun + 24
    4   libsystem_c.dylib        
    0x00007fff911808bf _pthread_start + 335
    5   libsystem_c.dylib        
    0x00007fff91183b75 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff6617c418  rdx: 0x0000000000000000
      rdi: 0x000000000000060b  rsi: 0x0000000000000006  rbp: 0x00007fff6617c440  rsp: 0x00007fff6617c418
       r8: 0x00007fff7980afb8   r9: 0x00007fff6617bea8  r10: 0x00007fff8ac50d0a  r11: 0xffffff80002dad60
      r12: 0x00007fd67402d880  r13: 0x0000000000000002  r14: 0x00007fff7980d960  r15: 0x00007fff6617c590
      rip: 0x00007fff8ac50ce2  rfl: 0x0000000000000246  cr2: 0x000000010a325000
    Logical CPU: 0
    Binary Images:
    0x10657e000 -   
    0x10657efff  com.apple.Safari (5.1.7 - 7534.57.4) <468C5147-26BF-321F-A7E6-42DA82AD4B1B> /Applications/Safari.app/Contents/MacOS/Safari
    0x106586000 -   
    0x106a20ff7  com.apple.Safari.framework (7536 - 7536.25) <C95F0D4E-6984-3D2F-B0BA-5D12A164EAC8> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
    0x106d3e000 -   
    0x106fcdfff  com.apple.JavaScriptCore (7536 - 7536.24) <C613502E-BC98-3269-A25C-4BDB2D87590B> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
    0x10707e000 -   
    0x107200ff7  com.apple.WebKit (7536 - 7536.25) <8D171955-A1CA-31AA-B701-B9D4F760B10B> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit
    0x1072f1000 -   
    0x1074cafff  com.apple.WebKit2 (7536 - 7536.25) <15991DAF-D0C9-3D65-A96B-AF7428ADCC4E> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2
    0x107629000 -   
    0x1085ceff7  com.apple.WebCore (7536 - 7536.24) <F2C26660-05D7-34A7-9158-9C3D21BEB32F> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
    0x7fff6617e000 -
    0x7fff661b2baf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
    0x7fff887f2000 -
    0x7fff88888ff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <C06C0706-3462-3F24-A8BE-4DA8076DE59F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff8903a000 -
    0x7fff89074fe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff89075000 -
    0x7fff89177fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
    0x7fff891ba000 -
    0x7fff891d0ff7  com.apple.ImageCapture (7.0.1 - 7.0.1) <BF4EC1CC-C998-3529-A69F-765774C66A6F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff891d1000 -
    0x7fff891d1fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <A42ACCF8-7C09-3891-B2B3-F6048A650BA2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8935d000 -
    0x7fff89362fff  libGIF.dylib (??? - ???) <8763F67F-A881-30B6-B20E-D395B4D9FD58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff89382000 -
    0x7fff89398fff  libGL.dylib (??? - ???) <E0183967-5EA6-3428-AC3B-0403A06F0E3F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff89399000 -
    0x7fff893bdfff  com.apple.Kerberos (1.0 - 1) <5A114BAB-19C7-30B1-B9FB-F40019499734> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff89415000 -
    0x7fff89450fff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
    0x7fff89451000 -
    0x7fff89465ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <A7C58D71-6D4A-317D-AA06-D648B1F78573> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff89466000 -
    0x7fff8974fff7  com.apple.security (7.0 - 55148.1) <19F7B16B-B974-3274-886F-B8B2FA56032F> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff89bbc000 -
    0x7fff89be5fff  com.apple.CoreVideo (1.7 - 70.3) <32241BA9-DCB6-3829-A0F7-EA916602659D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff89be6000 -
    0x7fff89efffff  com.apple.Foundation (6.7.2 - 833.25) <F6584E06-7C8F-3422-AF84-3AA58EC67935> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff89f28000 -
    0x7fff8a0fcff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8a0fd000 -
    0x7fff8a0fefff  libunc.dylib (24.0.0 - compatibility 1.0.0) <0482C762-746D-37EB-A8C9-E1048CF70462> /usr/lib/system/libunc.dylib
    0x7fff8a104000 -
    0x7fff8a174fff  com.apple.datadetectorscore (3.0 - 179.4) <4C555151-0658-3C3B-83CC-461C945B52B4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff8a175000 -
    0x7fff8a1d5fff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <1E3EEDA7-1DC6-3593-9DED-0BAFA0972A76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff8a44f000 -
    0x7fff8a452fff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8a468000 -
    0x7fff8a51bff7  com.apple.CoreText (220.20.0 - ???) <4C3E0213-2627-37D1-8550-E30A0EA6C262> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff8a6e0000 -
    0x7fff8a742ff7  com.apple.Symbolication (1.3 - 91) <D6E16F96-0C71-3708-9184-5F4D39904AA3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff8a743000 -
    0x7fff8a770fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <85A55D2C-6C94-381B-9DE8-6ECFD8152A62> /usr/lib/libSystem.B.dylib
    0x7fff8a78d000 -
    0x7fff8a7e9ff7  com.apple.HIServices (1.21 - ???) <25FBDEA4-871F-3A58-A525-0E1799945522> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff8ab3f000 -
    0x7fff8ac23ed7  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <76082BBC-446B-3355-AED5-0DBCEE600CB2> /usr/lib/libobjc.A.dylib
    0x7fff8ac24000 -
    0x7fff8ac31fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <36A15341-34AB-3D2B-96AD-15E198AA5180> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff8ac33000 -
    0x7fff8ac35ff7  com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff8ac3a000 -
    0x7fff8ac5afff  libsystem_kernel.dylib (1699.31.2 - compatibility 1.0.0) <185823F1-409E-3AFD-93A9-C214013C17C8> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8ac5b000 -
    0x7fff8ac60fff  com.apple.OpenDirectory (10.7 - 146) <8B473C22-2E46-3818-8D57-4C1ADBCCD0A7> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8acbc000 -
    0x7fff8acbefff  libCVMSPluginSupport.dylib (??? - ???) <CBAE2CCA-3B42-328E-8FA5-5EF22622EAEB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x7fff8aced000 -
    0x7fff8af17fe7  com.apple.CoreData (104.1 - 358.14) <1C100A86-EEDF-352E-8BC0-DFE82FF92362> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8bec1000 -
    0x7fff8bec8fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <65602684-33B1-32DE-802B-050CE07659AC> /usr/lib/system/libcopyfile.dylib
    0x7fff8c022000 -
    0x7fff8c027fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8c028000 -
    0x7fff8c050fff  com.apple.PerformanceAnalysis (1.11 - 11) <E8A8518A-3484-375A-B582-8CE1E8FC22A6> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x7fff8c051000 -
    0x7fff8c253fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
    0x7fff8c293000 -
    0x7fff8c3ecfff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <6454327C-0DA9-3358-AF9C-78EA0E5F44CA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8c41e000 -
    0x7fff8c4c0fff  com.apple.securityfoundation (5.0 - 55116) <1E062087-A9B1-3E38-8133-E9D282EA34B0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff8c4c1000 -
    0x7fff8c515ff7  com.apple.ScalableUserInterface (1.0 - 1) <EB468227-3203-38C9-A5BC-E28576D507CF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x7fff8c525000 -
    0x7fff8c528fff  com.apple.help (1.3.2 - 42) <416BA8D2-9A2F-3F07-9E6B-E1231A92AAC0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff8c529000 -
    0x7fff8c569fe7  libGLImage.dylib (??? - ???) <11B7E8A0-F475-32BD-9234-1E245384F586> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff8c57d000 -
    0x7fff8c6e4fff  com.apple.CFNetwork (520.4.3 - 520.4.3) <31D7A595-375E-341A-8E97-21E73CC62E4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff8c6e5000 -
    0x7fff8c6f2fff  com.apple.CrashReporterSupport (10.7.4 - 352) <C806C4A3-25FE-3D62-BFF4-0DB41589CF83> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff8c6f3000 -
    0x7fff8c719fff  com.apple.framework.familycontrols (3.0 - 300) <84E55A2E-643E-36E9-AFD8-CED667AF6B8E> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff8c71a000 -
    0x7fff8c81ffff  libFontParser.dylib (??? - ???) <DA05BC85-D79C-3F8E-A641-3E1E63B8E842> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8c820000 -
    0x7fff8c823ff7  com.apple.securityhi (4.0 - 1) <03190CF6-037B-3C98-8692-BE76466B7CC8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff8ca27000 -
    0x7fff8ca92ff7  com.apple.framework.IOKit (2.0 - ???) <BA8FC1EB-0360-394F-9D6C-1D58BB187466> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8cad8000 -
    0x7fff8cad8fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <4F7416F1-A069-3A39-B5F1-008279F6B819> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff8cad9000 -
    0x7fff8d6dfff7  com.apple.AppKit (6.7.3 - 1138.47) <2618FECE-B780-3682-B493-4200D473ED6F> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8d6e0000 -
    0x7fff8d6e0fff  com.apple.Cocoa (6.6 - ???) <9E3D4787-A2CE-38E0-BEF8-E5DA63B6E6A1> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8d6e1000 -
    0x7fff8d733ff7  libGLU.dylib (??? - ???) <E9C325A6-D3D6-3C6A-A655-D2CB5BBEB992> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8d734000 -
    0x7fff8d735fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
    0x7fff8d736000 -
    0x7fff8d775fff  com.apple.AE (527.7 - 527.7) <93AAF9E1-6315-362B-922A-10AE662CE2E8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff8d776000 -
    0x7fff8d783ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
    0x7fff8d784000 -
    0x7fff8d792fff  libdispatch.dylib (187.9.0 - compatibility 1.0.0) <1D5BE322-A9B9-3BCE-8FAC-076FB07CF54A> /usr/lib/system/libdispatch.dylib
    0x7fff8d7ed000 -
    0x7fff8d7f3ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
    0x7fff8d7f4000 -
    0x7fff8dc21fff  libLAPACK.dylib (??? - ???) <C7456566-4B04-3971-8D62-DE0DEBE811B7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff8dc22000 -
    0x7fff8dca7ff7  com.apple.Heimdal (2.2 - 2.0) <A9FC8FF4-8D02-3D91-B409-AF19B72AEFDE> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8dca8000 -
    0x7fff8dd1efff  libc++.1.dylib (28.1.0 - compatibility 1.0.0) <DA22E4D6-7F20-3BEA-9B89-2FBA735C2EE1> /usr/lib/libc++.1.dylib
    0x7fff8df4b000 -
    0x7fff8df74fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8df76000 -
    0x7fff8df76fff  com.apple.Carbon (153 - 153) <AF0F9910-E3C3-3922-AA92-A39000655E0F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8df77000 -
    0x7fff8dfb8fff  com.apple.QD (3.40 - ???) <05970F98-B752-37AF-B577-2B940DF020A1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff8e03c000 -
    0x7fff8e2b0fff  com.apple.CoreImage (7.98 - 1.0.1) <1E7BFFE3-4A46-317F-A1C0-A6FE040DE908> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x7fff8e3c7000 -
    0x7fff8e3d6fff  libxar-nossl.dylib (??? - ???) <518C0791-AB8D-3E8A-BB40-D4F312704FE2> /usr/lib/libxar-nossl.dylib
    0x7fff8e3d7000 -
    0x7fff8e3e2ff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff8e3e3000 -
    0x7fff8e40cff7  com.apple.framework.Apple80211 (7.4 - 740.2) <341665EC-C964-34E0-92E1-743A66F94A44> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff8e46f000 -
    0x7fff8e4e5fff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff8e4f4000 -
    0x7fff8e4f9ff7  libsystem_network.dylib (??? - ???) <DD7492F9-39FB-3E73-9028-3E1027D012B9> /usr/lib/system/libsystem_network.dylib
    0x7fff8e51c000 -
    0x7fff8e634fff  com.apple.DesktopServices (1.6.4 - 1.6.4) <E1A724B2-0DCD-338B-86E2-76AB498DBA2E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff8eb50000 -
    0x7fff8eb6dfff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
    0x7fff8eb6e000 -
    0x7fff8ebaefff  libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
    0x7fff8ebaf000 -
    0x7fff8ebbdff7  libkxld.dylib (??? - ???) <9F65E9DF-2A92-3CE2-BA34-247D392DAB48> /usr/lib/system/libkxld.dylib
    0x7fff8ebc5000 -
    0x7fff8ecbafff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
    0x7fff8ecbb000 -
    0x7fff8ecc1fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <548BAEB6-8C4C-3B0F-AB0C-7E1C960BCAB5> /usr/lib/system/libmacho.dylib
    0x7fff8ecfd000 -
    0x7fff8ed2dff7  com.apple.DictionaryServices (1.2.1 - 158.2) <1D7D909C-7E19-3E38-AAA4-03037C97AAC0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff8ee3e000 -
    0x7fff8f422fff  libBLAS.dylib (??? - ???) <09028536-1215-324C-B7BD-384CF5DBC5D0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff8f423000 -
    0x7fff8f43fff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x7fff8f535000 -
    0x7fff8f539ff7  com.apple.CommonPanels (1.2.5 - 94) <CA9C910D-E406-33E7-B8EE-C86EAA62AB68> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff8f8f4000 -
    0x7fff8f967fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
    0x7fff8f968000 -
    0x7fff8f96ffff  libGFXShared.dylib (??? - ???) <0EA5DB50-D9AA-3BD5-9B1A-D5A82BD10E14> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff8f970000 -
    0x7fff8f9c4fff  libFontRegistry.dylib (??? - ???) <2CCED595-0992-3A04-A8E8-887429652789> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8fa3b000 -
    0x7fff8fa7bff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <BDD11BE5-A9AB-347C-AB30-FDA1C5603E68> /usr/lib/libcups.2.dylib
    0x7fff8faca000 -
    0x7fff8fb25ff7  com.apple.opencl (2.0.16 - 2.0.16) <63F5AAE4-23DC-3279-AED7-6170D086C397> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8fb26000 -
    0x7fff8fb59ff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8fb5a000 -
    0x7fff8fba8fff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
    0x7fff8fba9000 -
    0x7fff8fbb8fff  libxar.1.dylib (??? - ???) <58B07AA0-BC12-36E3-94FC-C252719A1BDF> /usr/lib/libxar.1.dylib
    0x7fff8fbb9000 -
    0x7fff8fcc5fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <557A7749-70EE-3ADF-BC3E-0A5E7DDCD8C1> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8fcc6000 -
    0x7fff8fd08fff  com.apple.corelocation (330.12 - 330.12) <6A08C5B4-925D-3C2D-B0CB-F4D6C80B31C1> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff8fda4000 -
    0x7fff8fdabff7  com.apple.CommerceCore (1.0 - 17) <95285481-4162-308B-85E9-E0A47D4F3766> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff8fde8000 -
    0x7fff8fdfaff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
    0x7fff8fdfb000 -
    0x7fff8fe3dff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8fe3e000 -
    0x7fff8fe43fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
    0x7fff903c5000 -
    0x7fff903c5fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
    0x7fff90562000 -
    0x7fff90567fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <3D114C8A-AD1F-3C78-9E8C-B8F3810740E5> /usr/lib/system/libcache.dylib
    0x7fff90e66000 -
    0x7fff90e67ff7  libsystem_sandbox.dylib (??? - ???) <96D38E74-F18F-3CCB-A20B-E8E3ADC4E166> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff90e68000 -
    0x7fff90e69ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
    0x7fff90e6a000 -
    0x7fff9100aff7  com.apple.QuartzCore (1.7 - 270.5) <E038F95C-B66D-3B04-AB32-5BB30FD7CB2A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff91132000 -
    0x7fff9120ffef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <535C622E-2C14-3DD4-98D0-EA181DF8D582> /usr/lib/system/libsystem_c.dylib
    0x7fff91210000 -
    0x7fff91211fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff91295000 -
    0x7fff915b1fff  com.apple.CoreServices.CarbonCore (960.24 - 960.24) <CDCB53C0-D212-3485-A594-DDE33AAC5AF0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff915b2000 -
    0x7fff918deff7  com.apple.HIToolbox (1.9 - ???) <32527EBE-4E99-31F6-BBE7-60A796803905> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff918f6000 -
    0x7fff918f7fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
    0x7fff918f8000 -
    0x7fff91e01ff7  com.apple.RawCamera.bundle (3.14.0 - 646) <75A96BFC-1832-808B-F430-C4C9379C5A98> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff91e02000 -
    0x7fff91f09fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
    0x7fff91f49000 -
    0x7fff91f5efff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <FCFE889E-4832-3F1F-B4A2-2E933F645500> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff91f5f000 -
    0x7fff91f94fff  com.apple.securityinterface (5.0 - 55022.4) <DAAEC695-EB88-311E-B929-B4CD9073924E> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff91f95000 -
    0x7fff91fdeff7  com.apple.framework.CoreWLAN (2.1.2 - 212.2) <705185B4-2A7C-38CB-95E7-852EAD733C61> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff91fdf000 -
    0x7fff91feefff  com.apple.opengl (1.8.0 - 1.8.0) <F487C903-3082-3528-916D-AC96AFF23927> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff91fef000 -
    0x7fff9200ffff  libPng.dylib (??? - ???) <F4D84592-C450-3076-88E9-8E6517C7EF33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff9219c000 -
    0x7fff92220ff7  com.apple.ApplicationServices.ATS (317.11.0 - ???) <46ED8F7A-01E9-3733-A531-3512DA8BC113> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff9227e000 -
    0x7fff922a9ff7  com.apple.CoreServicesInternal (113.17 - 113.17) <3D222F99-6155-363D-8B84-263B80500226> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x7fff922aa000 -
    0x7fff9238efff  com.apple.CoreServices.OSServices (478.46 - 478.46) <DAE95FD5-AA73-30E2-B563-EA2BDBD4D3CF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff92478000 -
    0x7fff924e1fff  com.apple.coreui (1.2.2 - 165.10) <F427BF39-3E01-3DC6-A63D-BFC50FE6C72E> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff924ee000 -
    0x7fff924f7ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
    0x7fff924f8000 -
    0x7fff9250ffff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <EA9DD3D2-3C5D-3D67-986C-C8AE47D4630C> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff9258d000 -
    0x7fff9258dfff  com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff9264d000 -
    0x7fff9264dfff  com.apple.ApplicationServices (41 - 41) <E23F1CED-C0FB-35A8-9657-484C5E6A32AE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff9264e000 -
    0x7fff92715ff7  com.apple.ColorSync (4.7.4 - 4.7.4) <F00820E4-7753-3F41-8D3D-95CD6F174886> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff92861000 -
    0x7fff9286cfff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff92871000 -
    0x7fff9287cff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
    0x7fff9287d000 -
    0x7fff92881fff  libdyld.dylib (195.6.0 - compatibility 1.0.0) <FFC59565-64BD-3B37-90A4-E2C3A422CFC1> /usr/lib/system/libdyld.dylib
    0x7fff92882000 -
    0x7fff92905fef  com.apple.Metadata (10.7.0 - 627.35) <6769AD6A-58D2-3D25-B289-15C65B82CF8D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff92906000 -
    0x7fff92a13fff  libJP2.dylib (??? - ???) <5BE8CFA7-00C2-3BDE-BC20-5FF6DC18B415> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff92a14000 -
    0x7fff92a18fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
    0x7fff92a26000 -
    0x7fff92a51ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
    0x7fff92a98000 -
    0x7fff92a9efff  IOSurface (??? - ???) <C8E54127-0563-3E23-8217-6D0446E1B9FC> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff92b67000 -
    0x7fff92b7efff  com.apple.CFOpenDirectory (10.7 - 146) <531D8930-2526-390E-B2CA-DF37931F50A6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff92b81000 -
    0x7fff92b87fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <2FCC53F0-36A2-3B8C-ACB6-927A24155D49> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff92b88000 -
    0x7fff92c67ff7  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <CDA0CC54-1442-3467-91D6-44456BD93733> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff92c68000 -
    0x7fff93605b47  com.apple.CoreGraphics (1.600.0 - ???) <C08FBA1B-E6C0-3020-AD4D-3A041734577D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff93606000 -
    0x7fff93608fff  com.apple.TrustEvaluationAgent (2.0 - 1) <3087AE86-B57F-3D39-9885-C93DC6FD5163> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff9360b000 -
    0x7fff93663fff  libTIFF.dylib (??? - ???) <A0FF68DE-2935-30E7-B61C-4D9D70E14AD0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff93664000 -
    0x7fff93676ff7  libbsm.0.dylib (??? - ???) <666E88F0-F8F3-3490-B688-2CF9418CB7E8> /usr/lib/libbsm.0.dylib
    0x7fff936bc000 -
    0x7fff936bcfff  com.apple.CoreServices (53 - 53) <97E086D0-20B4-3BB4-BEE2-04EE5700D55B> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff936f5000 -
    0x7fff936f5fff  com.apple.vecLib (3.7 - vecLib 3.7) <F968254A-2A06-3E2A-A587-151D7A2DB55A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff93a59000 -
    0x7fff93aa5ff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <73976D69-E672-36C9-8231-52BC782AECC7> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff93aa6000 -
    0x7fff93b0eff7  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <18776038-F2E5-360B-92BF-9263325E7F7D> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff93e32000 -
    0x7fff93e34fff  libquarantine.dylib (36.6.0 - compatibility 1.0.0) <0EBF714B-4B69-3E1F-9A7D-6BBC2AACB310> /usr/lib/system/libquarantine.dylib
    0x7fff93e35000 -
    0x7fff93e52ff7  com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff93e5d000 -
    0x7fff93e5eff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <8901B7EE-6CA0-31F3-BBFE-BB71C90B1E49> /usr/lib/system/libremovefile.dylib
    0x7fff93e5f000 -
    0x7fff93e6dfff  com.apple.NetAuth (3.2 - 3.2) <9E6526E2-254F-3087-A66F-7BB9E7502D3F> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff93e6e000 -
    0x7fff93e78ff7  liblaunch.dylib (392.38.0 - compatibility 1.0.0) <6ECB7F19-B384-32C1-8652-2463C1CF4815> /usr/lib/system/liblaunch.dylib
    0x7fff93e79000 -
    0x7fff93e7cfff  libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff93f7b000 -
    0x7fff94442fff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x7fff94443000 -
    0x7fff94467fff  com.apple.RemoteViewServices (1.4 - 44.1) <EA3837DF-A3A3-37FF-AE11-D50048D5F21A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff94468000 -
    0x7fff944e3ff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <51681D6E-62D3-3B7D-9981-D3FC3568BAB6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff944e4000 -
    0x7fff944ebfff  com.apple.NetFS (4.0 - 4.0) <B9B9D9C8-2E5E-3C34-84D7-D0AB61EDC8B9> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff94501000 -
    0x7fff94520fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
    0x7fff94612000 -
    0x7fff946b7fff  com.apple.ink.framework (1.4 - 110) <93447D68-3018-30EB-9359-56385DDE4BA7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff946b8000 -
    0x7fff946cbff7  libCRFSuite.dylib (??? - ???) <322486D1-359C-3059-BF53-D4B038621E18> /usr/lib/libCRFSuite.dylib
    0x7fff949f1000 -
    0x7fff949f9fff  libsystem_dnssd.dylib (??? - ???) <8A0F6F23-53C1-34FD-B641-4C0771C71E2A> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff95642000 -
    0x7fff956e3ff7  com.apple.LaunchServices (480.34 - 480.34) <67D5B865-B4B6-3522-8652-654A4E3F4B6D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff957e7000 -
    0x7fff9591dfff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff9591e000 -
    0x7fff959b8ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C5585E08-76A0-34E0-B92C-22BA9D3E083C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    External Modification Summary:
      Calls made by other processes targeting this process:
    task_for_pid: 3
    thread_create: 0
    thread_set_state: 0
      Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
      Calls made by all processes on this machine:
    task_for_pid: 382
    thread_create: 0
    thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=186.8M resident=129.5M(69%) swapped_out_or_unallocated=57.4M(31%)
    Writable regions: Total=1.1G written=4352K(0%) resident=5372K(0%) swapped_out=0K(0%) unallocated=1.1G(100%)
    REGION TYPE                   
    VIRTUAL
    ===========                   
    =======
    CG shared images                  
    96K
    CoreServices                    
    1328K
    JS JIT generated code              
    8K
    JS JIT generated code (reserved) 
    1.0G   
    reserved VM address space (unallocated)
    MALLOC                          
    44.2M
    MALLOC guard page                 
    64K
    SQLite page cache                
    288K
    STACK GUARD                     
    56.0M
    Stack                           
    10.5M
    VM_ALLOCATE                       
    64K
    __CI_BITMAP                       
    80K
    __DATA                          
    16.0M
    __IMAGE                          
    528K
    __LINKEDIT                      
    61.0M
    __RC_CAMERAS                     
    248K
    __TEXT                         
    125.9M
    __UNICODE                        
    544K
    mapped file                     
    24.7M
    shared memory                    
    312K
    ===========                   
    =======
    TOTAL                            
    1.3G
    TOTAL, minus reserved VM space 
    341.8M
    Model: MacBookPro9,2, BootROM MBP91.00D3.B06, 2 processors, Intel Core i7, 2.9 GHz, 8 GB, SMC 2.2f38
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533643465238432D50422020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533643465238432D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.198.19.21)
    Bluetooth: Version 4.0.7f2, 2 service, 11 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: TOSHIBA MK7559GSXF, 750.16 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1d100000 / 2
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0x1d180000 / 3
    USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1d181000 / 6
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821d, 0x1d181300 / 8
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x1d182000 / 5
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0x1d183000 / 4
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1a100000 / 2
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0x1a110000 / 3

    Hi James,
    So you are running Safari Beta 3.?? now,
    SafariStand, Concierge and BookDog.
    Many third party safari add on are not compatible w/ Safari 3, the
    developers need to update, I am not sure if the 3 you mention are including but the behaviour of S 3 points to that there maybe an issue with them.
    What I wish I could do is uninstall Safari and reinstall the latest non-beta version, which I assume is 2.0.4. But I can't find the 2.0.4 version as a stand alone program, much less an uninstaller program just for Safari. All I can find is the 3.0 beta and a 2.0.1 updater. Doesn't Apple realize that sometime Mac users need to simply reinstall one piece of software. Now I know it's probably on my Tiger install disk but that's going to take me back several versions and I have to wonder how easy that will be to upgrade.
    James- The way you get Safari 2.0.4 back is to run the Uninstaller that came, with the Safari 3 beta download, that will revert your copy of Safari back to 2.0.4.
    Do not use your mac when the installer is running if you decide to uninstall Beta,
    If this doesn't help please post a new topic in the Safari 3 for mac forum this is the regular Safari forum.
    Good luck, keep us posted.
    Eme'~[)

  • I got a message in gmail "this version of Safari is no longer supported.  Pls upgrade to a supported browser."  When I click on 'supported browser' it takes me to Apple's Safari site but there is no 'upgrade now' button.  What am I missing?

    i got a message in gmail "this version of Safari is no longer supported.  Pls upgrade to a supported browser."  When I click on 'supported browser' it takes me to Apple's Safari site but there is no 'upgrade now' button.  What am I missing?

    Google seem to have decided in the last week or so that Safari 5.x, which is the newest Safari version available for Mac OS X 10.5 (Leopard) and 10.6 (Snow Leopard) is "not supported" any more, even though there are many reasons for staying with these OS X versions.
    Try this (at your own risk, but it works for me), as it seems to remove the message by tricking Gmail into thinking your Safari version is newer:
    -- Quit Safari
    -- Locate the following file (location depends on your OS X version):
    OS X 10.6 Snow Leopard:
    /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/Resources/Info.pl ist
    OS X 10.5 Leopard and older:
    /System/Library/Frameworks/WebKit.framework/Versions/A/Resources/Info.plist
    -- Drag the file to your Mac's desktop to make a copy. Also make a safe copy somewhere else eg your Documents folder, as if you lose or mess up the file Safari will not launch at all. Having a backup browser is also recommended.
    -- Double-click it to open it in TextEdit
    -- Locate the CFBundleVersion value (the last line in the file that has numbers in it) and increment the second digit of it to the required version of Safari e.g. Safari 6 now seems to be the minimum version that Google support so change the second number from 5 to 6 (don't change anything else, only the change the second number). The value is different depending on your OS X version but as an example, for Snow Leopard 6534.59.10 becomes 6634.59.10
    -- Drag the file back from the desktop to its original location, choose the option to replace the old version, and enter your password when prompted.
    -- Run a permissions repair in Disk Utility to set the permissions in the file back to what they should be (not required, but good practice).
    -- Launch Safari and test Gmail.

  • New tab browsing in Safari 6.0

    Safari 6.0 let's you show all of the open tabs within the browser window. You can use a two finger pinch or the Show All Tab button (tab tool bar/right hand side). Here is a Youtube video I just made showing the new tab browsing in Safari.

    Triple-click the line below to select it:
    ~/Library/Preferences/com.apple.Safari.plist
    Right-click or control-click the highlighted line and select
    Services ▹ Show Info
    from the contextual menu. An Info dialog should open.
    Does the dialog show "You can read and write" in the Sharing & Permissions section?
    In the General section, is the box labeled Locked checked?
    What is the Modified date?

  • New / refurbished macbook pro -safari slow (rainbow wheel appears often)

    Problem description:
    new/refurbished macbook pro - safari runs slow (rainbow wheel appears frequently)
    EtreCheck version: 2.1.5 (108)
    Report generated January 9, 2015 at 5:18:04 PM CST
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      MacBook Pro (Retina, 13-inch, Mid 2014) (Verified)
      MacBook Pro - model: MacBookPro11,1
      1 2.6 GHz Intel Core i5 CPU: 2-core
      8 GB RAM Not upgradeable
      BANK 0/DIMM0
      4 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en0: 802.11 a/b/g/n/ac
    Video Information: ℹ️
      Intel Iris
      Color LCD spdisplays_2560x1600Retina
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: one day 19:56:51
    Disk Information: ℹ️
      APPLE SSD SM0256F disk0 : (251 GB)
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) / : 249.77 GB (49.75 GB free)
      Core Storage: disk0s2 250.14 GB Online
    USB Information: ℹ️
      Apple Internal Memory Card Reader
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Fitbit Inc. Fitbit Base Station
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Launch Agents: ℹ️
      [loaded] com.carbonite.launchd.carbonitealerts.plist [Support]
      [running] com.carbonite.launchd.carbonitestatus.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [running] com.carbonite.launchd.carbonitedaemon.plist [Support]
      [running] com.fitbit.galileod.plist [Support]
    User Login Items: ℹ️
      iTunesHelper Application (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      Dropbox Application (/Applications/Dropbox.app)
      Fitbit Connect Menubar Helper Application (/Applications/Fitbit Connect.app/Contents/MacOS/Fitbit Connect Menubar Helper.app)
      DING! Application (/Applications/DING!.app)
    Internet Plug-ins: ℹ️
      FlashPlayer-10.6: Version: 16.0.0.235 - SDK 10.6 [Support]
      Default Browser: Version: 600 - SDK 10.10
      Flash Player: Version: 16.0.0.235 - SDK 10.6 [Support]
      LogMeIn: Version: 1.0.660 [Support]
      QuickTime Plugin: Version: 7.7.3
      LogMeInSafari32: Version: 1.0.660 [Support]
      LogMeInSafari64: Version: 1.0.660 [Support]
      Silverlight: Version: 4.0.60831.0 [Support]
      JavaAppletPlugin: Version: 15.0.0 - SDK 10.10 Check version
    User internet Plug-ins: ℹ️
      WebEx64: Version: 1.0 - SDK 10.5 [Support]
    3rd Party Preference Panes: ℹ️
      Carbonite  [Support]
      Flash Player  [Support]
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          4% WindowServer
          0% Fitbit Connect Menubar Helper
          0% AppleSpell
          0% CarboniteStatus
          0% notifyd
    Top Processes by Memory: ℹ️
      180 MB installd
      137 MB Safari
      129 MB Finder
      120 MB ocspd
      105 MB com.apple.WebKit.WebContent
    Virtual Memory Information: ℹ️
      952 MB Free RAM
      3.78 GB Active RAM
      2.88 GB Inactive RAM
      975 MB Wired RAM
      2.72 GB Page-ins
      324 KB Page-outs
    Diagnostics Information: ℹ️
      Jan 7, 2015, 09:21:48 PM Self test - passed
      Jan 7, 2015, 02:00:40 PM /Library/Logs/DiagnosticReports/ocspd_2015-01-07-140040_[redacted].crash
      Jan 7, 2015, 04:28:33 AM /Library/Logs/DiagnosticReports/ocspd_2015-01-07-042833_[redacted].crash

    If you haven't already done so, try this simple step first.

  • Tiger going crazy on iBook G4 with new security update and Safari 3

    I'm running 10.4.11, 1.42GHz PPC G4 with 1.5GB of SDRAM.
    So I ran software update where I noticed new Security Update and Safari update.
    I tried to run the new Safari - Nothing, it's dead, no action! ( could hear hard drive but no action)
    Today I tried running 'Software Update', it's spinning it's wheels, over and over again.
    I'm sure Apple is working on sending me an email, as they got the skinny when the program crashed I forwarded the system message.
    So a bit frustrated hear, I'm using Safari and getting to know Camino.
    The Biggest frustration is that 'Mail' will not boot up so I use my internet to check mail, bummer.
    So lets hope we get some info soon.
    Loyal Apple User
    Ken

    If you are operating behind a proxy server, maybe this will help.
    With regards to crashes from behind a proxy server, I came up with a work around!
    I have been using Automatic proxy configuration using a .pac file. That seems to be causing the error.
    After inspecting the .pac file, and following the if, ifelse path, at the very bottom is a proxy address and port for unclassified connections. Mine looks like this
    proxy.sun.ac.za Port :####
    I have put this into my System Preferences for all connection types, manually. This is found under, System Preferences: Built-in Ethernet: Configure Manually...
    Then you need to go through the box on the left and check each box. As you do so, paste the default proxy address and port in the open boxes on the right.
    Hope this work around helps. My Quicktime is still not working for my older .avi files.
    bmyia

  • Why i cant log in with my new id apple ?

    I was in mexican store , and then i was thinking about a new id apple , so i made it but in safari .
    Thats why i cant log in ?
    Help !,,,,,,,!

    Lalo1023 wrote:
    I was in mexican store , and then i was thinking about a new id apple , so i made it but in safari .
    Thats why i cant log in ?
    Help !,,,,,,,!
    Wow, talk about being all over the place.... Did you try Settings>iTunes & App Store. Tap on your old ID and sign out and them sign in with the new ID?

  • With ios8.1 cannot get new gmail or use Safari?

    with ios8.1 cannot get new gmail or use Safari?

    Hello anderson113,
    It may help to force close the affected apps, then restart your iPhone.
    Force an app to close in iOS
    http://support.apple.com/en-us/HT5137
    Turn your iOS device off and on (restart) and reset
    http://support.apple.com/en-us/HT1430
    If you're still experiencing issues, the next step would be to restore the device.
    Back up and restore your iPhone, iPad, or iPod touch with iCloud or iTunes
    http://support.apple.com/en-us/HT1766
    Cheers,
    Allen

  • Why doesn't apple's safari support asp on internet pages?

    I wonder why doesn't apple's safari support asp?
    I am a new mac osx lion user for 6 six months. I'm not a computer speciallist but I know asp is widely used in the world since long time. this prevents me entering data and creating reports on many governmental, commercial and social internet sites. I'm realy fed up with that.
    there may be some technical and stability issues but this prevents mac osx lion users from doing their work. Apple has to listen us. we want asp.

    Hi...
    Try using a different browser like Firefox or Chrome.
    Mozilla Firefox Web Browser — Free Download
    Google Chrome

  • I lived in the US for a few years, spent a fortune on iTunes [my then local Apple ID account].  Now I live in South Africa and want to use Match.  I have a local credit card but how do I use my new / 2nd Apple ID and gain access to all my US music??

    I lived in the US for a few years, spent a fortune on iTunes [my then local Apple ID account].  Now I live in South Africa and want to use Match.  I have a local credit card but how do I use my new / 2nd Apple ID and gain access to all my US music??

    You have to be in a country to use its store - you will need to be in the US and have a US billing address on your account to be able to use the US store (that applies to buying and redownloading).
    You can use iTunes Match in South Africa, do you not have a backup copy of all of your US iTunes purchases so that you can subscribe to it and upload those that aren't in the South African store to it ?

  • I am using a mac mini 2011 an 3gs i phone 2010 macbook white 2008 and a new 2013 apple tv box. When i check info on the cloud I get 'upgrade your operating system to the latest. My question is is it possible to use the icloud system without an upgrade

    I am using a mac mini 2011 an 3gs i phone 2010 macbook white 2008 and a new 2013 apple tv box. When i check info on the cloud I get 'upgrade your operating system to the latest. My question is is it possible to use the icloud system without an upgrade

    iCloud requires OS X 10.7.2.

  • New to Apple.  Any suggestions for a contact mgmt. app for Mac similar to ACT?

    I am totally new on Apple products.  Can anyone suggest if there is a comparable product such as ACT or Goldmine for Customer Contact Management purpose?  I am excited about the simplicity of "Contacts" on Mac compared to ACT or some of the more complex programs where we never use all those fancy features.  I am not fully aware of Apple's "Contacts" program capabilities yet. 
    I run a small business and need some basic features such as being able to sort contacts based on City, type of client, or any other fields, so I can create reports and use the list for marketing purposes, etc.
    I will greatly appreciate if anyone has suggestions on the following two items:
    How to migrate my ACT contacts easity into either iCloud or on my new Mac?
    Any tutorials that I can look at how small businesses are using the Mac contacts database?
    Thank you so much for your help!

    Daylite from Marketcircle is probaby the best bet: It's a full-fledged CRM solution.  It will work for a single person, though it's most targeted at small workgroups (5-50 people).

Maybe you are looking for

  • When will my contract (landline) with BT end?

    Hi Mods Can you please advise me when the contract (landline) expire? How about the Unlimited UK Evening & Weekend calling plan? Is it on contract term? Thanks in advance. JL

  • Video import frustrations

    I figured out the export settings in Quicktime Pro (and Compressor) to get the iPad to recognize my videos at 720p (1280x720, 30fps, .h264, etc.) But I have this one video that simply will not work, and the maddening thing is, it worked perfectly whe

  • Why do new windows always open up pinned to the top left portion of my screen?

    I have disable the application frame in Photoshop CC and now all new windows open up in the top left corner of my screen BEHIND all of the brush and tool setting windows. How can I change this?

  • Installed Hamachi on Windows 8.1 comp, can't connect to internet

    Hi, my friend and I have been trying to get a network set up so we can play Minecraft together. Everything works fine on his end, but when I installed Hamachi to join his network, it kills my internet connection. The icon in my taskbar says I'm conne

  • Storing files on iPod, europe

    im going to europe in about a week, and im planning on taking a digital camera. it can only hold about 30/40 pictures so i need to be able to save those pictures somewhere so i can keep on using it. i have a photo iPod so i figured i can just save th