How can I get my AIM on my messages?, How can I get my AIM on my messages?

How can I get my AIM to be on my messages. I have tried to get Ichat bc all my friends chat on their.

Welcome to the Apple Support Communities
Open Messages > Preferences > Accounts, press + button and add the AIM account

Similar Messages

  • How can iChat get to the community chats at AIM?/AOL?

    I've been looking for a way to get into the community forums with iChat AV... Does anyone know if that can be done?

    Hi Soundman5,
    Not sure quite what you mean here.
    Do you want iChat to type response to the Apple Discussions ?
    This can not be done.
    Do you want iChat able chatrooms ?
    See here http://i.chat.free.fr/ for some.
    Did you mean the iChat based on-line help that used to be available for some applications support at Apple.
    This seems to have been stopped or suspended.
    11:08 AM Saturday; August 4, 2007

  • Video chat between ichat & AIM, between UK & US -how can we get it to work?

    Hi!
    we are trying to video chat. we is:
    - apple, ichat, in UK and ISP provider is BT
    - AIM, in US and ISP provider is Verizon
    i swithed open all ports, swithed off all firewalls. it does not work. error message is that 'firewall blocks..'
    ironically, video ichatting with mac users in US works just fine
    pls help!
    grand parents would be very happy
    andre
    powerbook g4   Mac OS X (10.4.6)  

    HI Andre19,
    That looks like a XP Firewall still On.
    http://www.ralphjohnsuk.dsl.pipex.com/page12.html#_Service
    It could be the ports in their modem are not open for the AIM application.
    6:42 PM Monday; May 29, 2006

  • How do I get messages to go back to an AIM account? It's only seeing the iPad's Facetime email address and not seeing the old AIM account name that is on my desktop. I am using my iMac using iChat to talk to a newer iMac that doesn't have iChat.

    How do I get messages to go back to an AIM account? It's only seeing the iPad's Facetime email address and not seeing the old AIM account name that is on my desktop. I am using my iMac using iChat to talk to a newer iMac that doesn't have iChat. We had this working using Messages and Facetime (on the new machine) talking to my existing iChat account. One day last week, when Facetime rang, my kids answered on the iPad. Dang! Now it's all fouled up! The new iMac won't see my AIM account name and shows that I'm offline, because the iPad is off. We were able to call using "most recent call" in Facetime, but now I can't go and control that new iMac remotely to help with some email concerns the user is having. I'm trying to not personalize this too much, but it's grandkids talking to Grandma and Mom and Dad trying to solve new machine hiccups. Normally, I could just go in via iChat and control the other machine and troubleshoot, but I can't do it with Facetime only. My buddy list doesn't see  the other computer even though we are connected on Facetime right now. My name is not highlighted for the other computer. What could have gone so wrong?
    Any help would be appreciated.

    How do I get messages to go back to an AIM account? It's only seeing the iPad's Facetime email address and not seeing the old AIM account name that is on my desktop. I am using my iMac using iChat to talk to a newer iMac that doesn't have iChat. We had this working using Messages and Facetime (on the new machine) talking to my existing iChat account. One day last week, when Facetime rang, my kids answered on the iPad. Dang! Now it's all fouled up! The new iMac won't see my AIM account name and shows that I'm offline, because the iPad is off. We were able to call using "most recent call" in Facetime, but now I can't go and control that new iMac remotely to help with some email concerns the user is having. I'm trying to not personalize this too much, but it's grandkids talking to Grandma and Mom and Dad trying to solve new machine hiccups. Normally, I could just go in via iChat and control the other machine and troubleshoot, but I can't do it with Facetime only. My buddy list doesn't see  the other computer even though we are connected on Facetime right now. My name is not highlighted for the other computer. What could have gone so wrong?
    Any help would be appreciated.

  • How can I get all the values of a String array profile property using javascript?

    I am trying to build functionality into our site that records all products added to the basket against a user's profile.
    I have so far been able to store the product codes against the profile as a property using Ajax:
           var dataString = ":formid=addProduct&:formstart=/apps/thread/templates/page_product/jcr:content/par/produc t/formstart&:redirect=/content/thread/en/user/cart.html&productId=151515:profile="+profile ;
                         $.ajax({ 
                type: "POST", 
                url: "/content/women/evening/dresses/l-k-bennett-davinadress.html", 
                data: dataString, 
                success: function(data) { 
    In this example I have hardcoded a product ID of 151515.
    In order to save the property as a multi string field you simply replace &productId=151515 with &productId=151515&productId=131313&productId=141414 or as many extra values as you want to build into that string. This stores a productId property against a user profile.
    The issue comes from calling that data back. Using var value = CQ_Analytics.ProfileDataMgr.getProperty("productId") I can get the first value of this array (or the single value if only one is stored).
    However there does not seem to be a way to get any of the other stored values in the array using getProperty. Does anyone know how I can achieve this?

    Hi,
    Don't think that's possible. Even if it were, you wouldn't be able to use/display BOOLEAN type in SQL.
    If you just aim to see what they are, you could do something like this
    select text
      from all_source
    where owner = 'SYS'
       and name = 'DBMS_DB_VERSION'
       and type = 'PACKAGE';Or even
    select dbms_metadata.get_ddl('PACKAGE', 'DBMS_DB_VERSION', 'SYS') from dual;My version is:
    SQL> select * from v$version where rownum = 1;
    BANNER                                                         
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    1 row selectedIn 11g you also have [PL/SCOPE|http://download.oracle.com/docs/cd/E11882_01/appdev.112/e10471/adfns_plscope.htm#ADFNS02203] which might help you even more.
    Regards
    Peter

  • How Can I get all the values of a DBMS package?

    Hi all
    I'm using this "dbms_output.put_line(DBMS_DB_VERSION.VERSION || '.' ||DBMS_DB_VERSION.RELEASE);" to show the version. But how Can I get the all the values from DBMS_DB_VERSION ? Is there a common way ?
    Thanks .
    Best
    Laurence

    Hi,
    Don't think that's possible. Even if it were, you wouldn't be able to use/display BOOLEAN type in SQL.
    If you just aim to see what they are, you could do something like this
    select text
      from all_source
    where owner = 'SYS'
       and name = 'DBMS_DB_VERSION'
       and type = 'PACKAGE';Or even
    select dbms_metadata.get_ddl('PACKAGE', 'DBMS_DB_VERSION', 'SYS') from dual;My version is:
    SQL> select * from v$version where rownum = 1;
    BANNER                                                         
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    1 row selectedIn 11g you also have [PL/SCOPE|http://download.oracle.com/docs/cd/E11882_01/appdev.112/e10471/adfns_plscope.htm#ADFNS02203] which might help you even more.
    Regards
    Peter

  • How can I get Acrobat 9 to install on my MacBook (as part of Design Premium)

    Hi Everyone
    Have just installed Creative suite 5 on my Mac (OS v10.6.6). It seemed to install ok. I then tried to install the accompanying Acrobat 9 Pro. It keeps reporting a an error. I have copied and pasted the error log below. sorry it's so long but it is meaningless to me and i didn't know which bits to leave out. Any help would be gratefully received. i am not a techy so simply clear instructions aimed would be fantastic.
    Thanks
    Process:         AdobeAcrobat [3713]
    Path:            /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
    Identifier:      com.adobe.Acrobat.Pro
    Version:         9.3.0 (9.3.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [115]
    Date/Time:       2011-01-31 16:35:17.005 +0000
    OS Version:      Mac OS X 10.6.6 (10J567)
    Report Version:  6
    Interval Since Last Report:          50316 sec
    Crashes Since Last Report:           14
    Per-App Interval Since Last Report:  174 sec
    Per-App Crashes Since Last Report:   10
    Anonymous UUID:                      16EBD36C-AC57-4D2F-820C-CF27B9BFBB5D
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000000003c
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.Acrobat.framework   0x800e3858 AcroSecurityBailOutImpl + 14912
    1   com.adobe.Acrobat.framework   0x80373e91 AcroSecurityBailOutImpl + 2703481
    2   com.adobe.Acrobat.framework   0x7fe2ede9 RunAcrobat + 23727
    3   com.adobe.Acrobat.framework   0x7fe2c1b6 RunAcrobat + 12412
    4   com.adobe.Acrobat.framework   0x7fe2b1e4 RunAcrobat + 8362
    5   com.adobe.Acrobat.framework   0x80068911 AcroBundleThreadQuitProc + 9767
    6   com.apple.Foundation          0x9119f588 _nsnote_callback + 345
    7   com.apple.CoreFoundation      0x983dd793 __CFXNotificationPost + 947
    8   com.apple.CoreFoundation      0x983dd19a _CFXNotificationPostNotification + 186
    9   com.apple.Foundation          0x91194384 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    10  com.apple.Foundation          0x911a1789 -[NSNotificationCenter postNotificationName:object:] + 56
    11  com.apple.AppKit              0x925e3422 -[NSApplication _postDidFinishNotification] + 125
    12  com.apple.AppKit              0x925e3332 -[NSApplication _sendFinishLaunchingNotification] + 74
    13  com.apple.AppKit              0x9273a4ed -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 274
    14  com.apple.AppKit              0x9273a10d -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 101
    15  com.apple.Foundation          0x911d47a4 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 511
    16  com.apple.Foundation          0x911d4568 _NSAppleEventManagerGenericHandler + 228
    17  com.apple.AE                  0x951e2f58 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 166
    18  com.apple.AE                  0x951e2e57 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 43
    19  com.apple.AE                  0x951e2d61 aeProcessAppleEvent + 197
    20  com.apple.HIToolbox           0x93081389 AEProcessAppleEvent + 50
    21  com.apple.AppKit              0x925b39ca _DPSNextEvent + 1420
    22  com.apple.AppKit              0x925b2fce -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    23  com.apple.AppKit              0x92575247 -[NSApplication run] + 821
    24  com.adobe.Acrobat.framework   0x7fe29d4c RunAcrobat + 3090
    25  com.adobe.Acrobat.framework   0x7fe29278 RunAcrobat + 318
    26  com.adobe.Acrobat.Pro         0x00002e8b start + 2371
    27  com.adobe.Acrobat.Pro         0x0000264a start + 258
    28  com.adobe.Acrobat.Pro         0x00002571 start + 41
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x90fcf982 kevent + 10
    1   libSystem.B.dylib             0x90fd009c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib             0x90fcf559 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib             0x90fcf2fe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib             0x90fced81 _pthread_wqthread + 390
    5   libSystem.B.dylib             0x90fcebc6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib             0x90fcea12 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x90fcefa8 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x90fcebc6 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib             0x90fd70a6 __semwait_signal + 10
    1   libSystem.B.dylib             0x90fd6d62 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x90fd89f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x9758f51e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x9757aea5 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x97576873 MPWaitOnQueue + 250
    6   AdobeACE                      0x7fb8d939 ACEMPThread::Task() + 133
    7   AdobeACE                      0x7fb8d8ad TaskGlue + 17
    8   ...ple.CoreServices.CarbonCore 0x9755a85a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x90fd685d _pthread_start + 345
    10  libSystem.B.dylib             0x90fd66e2 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x90fa9142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x90fd6cfc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x9101f46f pthread_cond_wait + 48
    3   AdobeAGM                      0x7e4cde84 pthread_condition_base::Wait(pthread_scoped_lock_base&) + 26
    4   AdobeAGM                      0x7e4cdddd AGMMessageQueueImpl::Pull() + 65
    5   AdobeAGM                      0x7e8bfbdc AGMWorkQueueTask::operator()() + 84
    6   AdobeAGM                      0x7e8c0e67 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 75
    7   AdobeAGM                      0x7e4cdca1 thread_proxy + 45
    8   libSystem.B.dylib             0x90fd685d _pthread_start + 345
    9   libSystem.B.dylib             0x90fd66e2 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x800e3844  ecx: 0x00000041  edx: 0x00000000
      edi: 0x00000000  esi: 0x813de780  ebp: 0xbfffe9a8  esp: 0xbfffe990
       ss: 0x0000001f  efl: 0x00010286  eip: 0x800e3858   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x0000003c
    Binary Images:
        0x1000 -     0x2fff +com.adobe.Acrobat.Pro 9.3.0 (9.3.0) <367021EE-CF53-4B67-9822-C3506CF0C955> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
    0x7d79b000 - 0x7da25ff7 +AdobeCoolType ??? (???) <C1B3CEB7-585D-4C5D-AB1E-CF5C03B0DA95> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x7e413000 - 0x7e42dfff +AdobeBIB ??? (???) <074CA252-3F7C-482A-8FCF-C175D9C8C568> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x7e4c6000 - 0x7e9dcfcf +AdobeAGM ??? (???) <DC115B16-0A2E-4B44-90AC-A6E7FF336A51> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x7fb8b000 - 0x7fc98fe7 +AdobeACE ??? (???) <229C987F-2CE2-49E4-A6D6-935DE24B557E> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x7fe27000 - 0x810fbfe6 +com.adobe.Acrobat.framework 9.3.0 (9.3.0) <79F3D659-01C9-4761-AED7-D8A47CE09146> /Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Acrobat.framework/Acrobat
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <39AC3185-E633-68AA-7CD6-1230E7F1CEF4> /usr/lib/dyld
    0x90003000 - 0x90013ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x90025000 - 0x9043bff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x90484000 - 0x904bffeb  libFontRegistry.dylib ??? (???) <4FB144ED-8AF9-27CF-B315-DCE5575D5231> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x904de000 - 0x90f29ff7  com.apple.WebCore 6533.19 (6533.19.4) <DFCF1BC1-8BF3-E13E-F11B-C98CB36560FD> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore
    0x90f2a000 - 0x90f38ff7  com.apple.opengl 1.6.12 (1.6.12) <9F13B279-F289-18AC-5D86-DCD52BAF087D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90fa8000 - 0x9114fff7  libSystem.B.dylib 125.2.1 (compatibility 1.0.0) <62291026-D016-705D-DC1E-FC2B09D47DE5> /usr/lib/libSystem.B.dylib
    0x91189000 - 0x913fcfe7  com.apple.Foundation 6.6.4 (751.42) <ACC0BAEB-C590-7052-3AB2-86C207C3D6D4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91693000 - 0x9184cfeb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <C145139E-24C4-5A3D-B17C-809D528354B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x91866000 - 0x918a8ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x918a9000 - 0x91953fe7  com.apple.CFNetwork 454.11.5 (454.11.5) <D8963574-285A-3BD6-6B25-07D39C6F67A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x91a97000 - 0x91b01fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x91b02000 - 0x91b02ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91b03000 - 0x91b22ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x91b23000 - 0x91c51fe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x91c52000 - 0x91c5cffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x91c5d000 - 0x91d5efe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <ED8E45C6-B078-15E8-938D-99D8FD1EAE64> /usr/lib/libxml2.2.dylib
    0x91d5f000 - 0x91d85ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x91d86000 - 0x91dd7ff7  com.apple.HIServices 1.8.2 (???) <F6EAC2D1-902A-9374-FC4B-43B50E054416> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x92080000 - 0x923ebff7  com.apple.QuartzCore 1.6.3 (227.34) <CC1C1631-D8D1-D416-171E-A1683274E479> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x923f4000 - 0x923ffff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <CB2510BD-A5B3-9D90-5917-C73F6ECAC913> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x92538000 - 0x9253efff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x9256b000 - 0x92e4bff7  com.apple.AppKit 6.6.7 (1038.35) <ABC7783C-E4D5-B848-BED6-99451D94D120> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92eb5000 - 0x92ec1ff7  libkxld.dylib ??? (???) <F0E915AD-6B32-0D5E-D24B-B188447FDD23> /usr/lib/system/libkxld.dylib
    0x92ec2000 - 0x92f31ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x92f38000 - 0x93044ff7  libGLProgrammability.dylib ??? (???) <A077BFEA-19C6-9F48-2F36-8E4E55376F49> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x93045000 - 0x93369fef  com.apple.HIToolbox 1.6.4 (???) <4699C8BB-DE74-C530-564B-D131F74C9B54> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x942fc000 - 0x9430dff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x94310000 - 0x943abff7  com.apple.ApplicationServices.ATS 4.4 (???) <ECB16606-4DF8-4AFB-C91D-F7947C26040F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x943ac000 - 0x943f9feb  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <2F84B032-B7C8-848B-2035-5AEC565F7712> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x944b9000 - 0x944fcff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x94500000 - 0x94502ff7  com.apple.securityhi 4.0 (36638) <E7D83480-77BB-72F9-72F3-AEE198CE589F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x94503000 - 0x945b0fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <C8925910-B927-968B-4B71-D83A4CEF8646> /usr/lib/libobjc.A.dylib
    0x945b1000 - 0x945d9ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x94635000 - 0x946e5ff3  com.apple.ColorSync 4.6.3 (4.6.3) <0354B408-665F-8B3F-87FF-64E6322276F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x946e6000 - 0x9478effb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x9478f000 - 0x947c1fe3  libTrueTypeScaler.dylib ??? (???) <6E9D1A50-330E-F1F4-F93D-9ECC8A61B21A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x94845000 - 0x94857ff7  com.apple.MultitouchSupport.framework 207.10 (207.10) <E1A6F663-570B-CE54-0F8A-BBCCDECE3B42> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x948d8000 - 0x94958feb  com.apple.SearchKit 1.3.0 (1.3.0) <902536CB-69A1-D825-BC5F-42CB676C96A0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x94964000 - 0x9496fff7  libGL.dylib ??? (???) <48405993-0AE9-292B-6705-C3525528682A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x949a3000 - 0x949a7ff7  libGFXShared.dylib ??? (???) <9E14BE2F-C863-40E9-41A6-1BE9045663A0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x94b1e000 - 0x94b4fff7  libGLImage.dylib ??? (???) <E3EC8E92-4DDD-E7B8-3D38-C5A5160A4930> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x94e4a000 - 0x94e5efe7  libbsm.0.dylib ??? (???) <0476BD2A-BF85-4DDF-3CBC-00B690284B93> /usr/lib/libbsm.0.dylib
    0x94e5f000 - 0x94e61ff7  libRadiance.dylib ??? (???) <10048B4A-2AE8-A4E2-21B8-C6E7A8C5B76F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x94e62000 - 0x94e82fe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <BF7FF2F6-5FD3-D78F-77BC-9E2CB2A5E309> /usr/lib/libresolv.9.dylib
    0x94f2c000 - 0x95129ff7  com.apple.JavaScriptCore 6533.19 (6533.19.1) <85A6BFDD-CBB6-7490-748D-8EA8B9B7FDD8> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x951df000 - 0x95212ff7  com.apple.AE 496.4 (496.4) <C73D124C-C722-41D8-3465-4CE0D0BA9307> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x95213000 - 0x95217ff7  libGIF.dylib ??? (???) <DA5758A4-71B0-DD6E-7402-B7FB15387569> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x95231000 - 0x9540cff3  libType1Scaler.dylib ??? (???) <A7AB841A-3F40-E0B8-ADDD-44014C7287C9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
    0x95446000 - 0x95555fe7  com.apple.WebKit 6533.19 (6533.19.4) <A942073C-83DF-33ED-3D01-A24DE8AEAB3D> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x95556000 - 0x955eefe7  edu.mit.Kerberos 6.5.10 (6.5.10) <DC19F49B-184E-FD0F-13F8-3A31924A3B66> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x955ef000 - 0x9564cff7  com.apple.framework.IOKit 2.0 (???) <A769737F-E0D6-FB06-29B4-915CF4F43420> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x956c2000 - 0x956d7fff  com.apple.ImageCapture 6.0.1 (6.0.1) <E7ED2AC1-834C-A44E-531E-EC05F0496DBF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x956d8000 - 0x9585afe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <35DB7644-0780-D2AB-F6A9-45F28D2D434A> /usr/lib/libicucore.A.dylib
    0x95c42000 - 0x95c47ff7  com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x95c48000 - 0x95c49ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x95e15000 - 0x96604557  com.apple.CoreGraphics 1.545.0 (???) <1AB39678-00D5-FB88-3B41-93D78348E0DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x96731000 - 0x96860fe3  com.apple.audio.toolbox.AudioToolbox 1.6.5 (1.6.5) <0A0F68E5-4806-DB51-764B-D97554B801AD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x968ac000 - 0x968acff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x96910000 - 0x9691afe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x969ed000 - 0x969faff7  com.apple.NetFS 3.2.1 (3.2.1) <94A52A6D-F071-09D7-E80F-F633F17233FE> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x969fb000 - 0x96a1dfef  com.apple.DirectoryService.Framework 3.6 (621.9) <F2EEE9D7-D4FB-14F3-E647-ABD32754F557> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x96a1e000 - 0x96abbfe3  com.apple.LaunchServices 362.2 (362.2) <F3952CAB-322F-A12F-57AF-8B91B1D76DDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x96ade000 - 0x96af9ff7  libPng.dylib ??? (???) <E14178E0-B92D-94EA-DACB-04F346D7534C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x96bd9000 - 0x96bfafe7  com.apple.opencl 12.3 (12.3) <DEA600BF-4F54-66B5-DB2F-DC57FD518543> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x96c4c000 - 0x96d16fef  com.apple.CoreServices.OSServices 357 (357) <3A26F553-722D-3536-EEDE-FB41FCDAA7FD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x96d17000 - 0x96d18ff7  com.apple.audio.units.AudioUnit 1.6.5 (1.6.5) <BE4C2495-B758-AD22-DCC0-56A6791E948E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x96d19000 - 0x96df4feb  com.apple.DesktopServices 1.5.9 (1.5.9) <CED00AC1-924B-0E45-7D5E-1CEA8929F5BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x96f5b000 - 0x96fbfffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x96fc0000 - 0x973f5ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x973f6000 - 0x974d3ff7  com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x974d4000 - 0x974f0fe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x974f1000 - 0x974faff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x97533000 - 0x97533ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x97534000 - 0x97854ff3  com.apple.CoreServices.CarbonCore 861.23 (861.23) <B08756E4-32C5-CC33-0268-7C00A5ED7537> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x9787d000 - 0x97ae0fff  com.apple.security 6.1.1 (37594) <B6F2A8BF-C1B7-A0E2-83FB-4FF265E9BDDC> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x97af4000 - 0x97af7ff7  libCoreVMClient.dylib ??? (???) <973B9E1F-70B3-2E76-B14B-E57F306AD2DF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x97b00000 - 0x97baeff3  com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x97baf000 - 0x97bf3ff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x97bf4000 - 0x97caaff7  libFontParser.dylib ??? (???) <33F62EE1-E457-C6FD-369E-E86745B94A4B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x97cb6000 - 0x97cfafe7  com.apple.Metadata 10.6.3 (507.15) <A23633F1-E913-66C2-A073-E2B174C09B18> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x97d0b000 - 0x97d0bff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x98191000 - 0x981d4ff7  libGLU.dylib ??? (???) <BB66EDB2-D5FE-61C9-21BE-747F9862819C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9822c000 - 0x98272ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x9831d000 - 0x98341ff7  libJPEG.dylib ??? (???) <46AF3A0F-2B8D-87B9-62D4-0905678A64DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x98382000 - 0x984fdfe7  com.apple.CoreFoundation 6.6.4 (550.42) <C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x98541000 - 0x98582ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <16DAE1A5-937A-1CA2-D98F-2AF958B62993> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x98583000 - 0x985ccfe7  libTIFF.dylib ??? (???) <AC1FC806-F7F4-174B-375F-FE5D6008666C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x9882e000 - 0x98932fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <BDEFA030-5E75-7C47-2904-85AB16937F45> /usr/lib/libcrypto.0.9.8.dylib
    0x98933000 - 0x98939fe7  com.apple.CommerceCore 1.0 (6) <41C2A87D-93D8-56C1-9292-0400699F23C1> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x9895c000 - 0x98995ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <E0D512DD-365D-46A0-F50C-435BC250424F> /usr/lib/libcups.2.dylib
    0x98996000 - 0x98996ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x989d3000 - 0x989d6ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <B624AACE-991B-0FFA-2482-E69970576CE1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x989d7000 - 0x98a59ffb  SecurityFoundation ??? (???) <A8D248DE-8670-970D-39E3-A9738CFDBEE1> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x98a68000 - 0x98a68ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x98a94000 - 0x98b26fe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x98b27000 - 0x98b2eff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x98b2f000 - 0x98b33ff7  IOSurface ??? (???) <D849E1A5-6B0C-2A05-2765-850EC39BA2FF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x98b9c000 - 0x98c55fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x98c56000 - 0x98c64fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x99419000 - 0x9942dffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <8D562874-9298-9939-DAEE-7D1648F80C46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x9944c000 - 0x9949cff7  com.apple.framework.familycontrols 2.0.2 (2020) <AF7F86F1-F7BF-CBA8-7A4A-D8F7A19F9601> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x994e4000 - 0x994e7fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x994e9000 - 0x99563fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <F7C9B01D-45AD-948B-2D26-9736524C1A33> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x99564000 - 0x995c5fe7  com.apple.CoreText 3.5.0 (???) <BB50C045-25F5-65B8-B1DB-8CDAEF45EB46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x995c6000 - 0x995c6ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x995c7000 - 0x99604ff7  com.apple.SystemConfiguration 1.10.5 (1.10.2) <362DF639-6E5F-9371-9B99-81C581A8EE41> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x99626000 - 0x9963eff7  com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x9991e000 - 0x99921ffb  com.apple.help 1.3.1 (41) <27544F8D-B795-E33B-7EB5-6EA3AB6F6B79> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x99922000 - 0x99922ff7  com.apple.Carbon 150 (152) <2539A94A-34D9-45CB-8F3E-AD53149E0BD5> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <62291026-D016-705D-DC1E-FC2B09D47DE5> /usr/lib/libSystem.B.dylib
    Model: MacBook6,1, BootROM MB61.00C8.B00, 2 processors, Intel Core 2 Duo, 2.26 GHz, 2 GB, SMC 1.51f53
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.36.1)
    Bluetooth: Version 2.3.8f7, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545025B9SA02, 232.89 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24400000
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth Module, 0x05ac  (Apple Inc.), 0x8218, 0x06130000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0237, 0x04600000

    Because it was the newest, greatest thing at the time.   Of course, I waited a bit... I never buy .0 releases. Frankly, same reason I have retail discs for most versions of apple's os offerings over the years, just keeping my systems up to date.
    Honestly, when it came out, I balked at the app store and the fact that I had to make all my purchases through there, but now I kinda wish it'd been around back then. I'd have easy quick access to a binary I could install off a memory stick.
    Here's the deal: I had a mother in law looking for a laptop for an upcoming trip, a friend with an old macbook air (v1.1) he didn't want anymore, and the ability to put the two together. The only problem is getting the air up to a version that can run a newer version of chrome for compatibility with the education program she's working with online. 
    I can probably get it running on safari... we haven't checked yet.  It may not be horrible to be stuck on 10.5.8.  We'll see how it shakes out. 
    Anything is better than the G4 iMac flat panel (the desk lamp model) she's using right now at home. It's pretty, but I'm shocked it still runs.  A testament to Apple quality if I ever heard one.  That thing is at least 12 years old.

  • Is there anyway I can get rid of voice delay in AIM video chat?

    I can't stand hearing my own voice on AIM. This is via headphones or speakers. How do I get rid of this?

    The problem is not your local setup, but rather the person with whom you are speaking. You are hearing your voice come through their speakers, picked up on their microphone, and coming back to you. The only way to limit this is to ask the person with whom you are speaking to lower their local speakers, or move their microphone (if possible) away from the speakers. This can be annoying, and I have run into it before, but generally having the other end tweak their setup a bit helps.
    You can also direct the person with whom you are speaking to tweak the gain on their microphone, by opening the Sound preference pane and adjusting the Input Volume for the microphone.

  • HOW DO I GET AIM POPUP OFF MY G-MAIL ACCOUNT?/

    I WANT TO GET THE AIM POP UP OFF MY G-MAIL?
    BEEN THER SEVERAL DAY ,BLOCK E-MAIL .

    Third item in the table marked identified with <url>
    * Command line arguments - MozillaZine Knowledge Base<br>http://kb.mozillazine.org/Command_line_arguments
    which is essentially the same as if you just change your home page
    * How to set the home page | How to | Firefox Help<br>https://support.mozilla.com/kb/How%20to%20set%20the%20home%20page
    You might want to consider using a simpler home page, ideally one that is on your local drive, so you know Firefox is working even if you don't have a connection.
    But your choice is much better than choosing a home page that just interfaces with a search site, when there is a builtin toolbar that can bring up any search that you care to add an engine for.

  • How can I get back to editing in Design view?

    I can't edit my web pages in Design view. When I DON'T have Live View on, nor Live Code, I only get a cursor shaped like a NO circle and I cannot click on anything to edit it. I can only make changes in the code window.
    What can I do to restore editablilty in Design view?

    Sorry this has taken so long. I have been trying a few things. One is the fact my template my pages are all based on has an editable region, which is where the uneditable are is within.. Other editable areas in the template are available for me to click into and edit, but not the main area.
    I tried moving the main div inside the editable region, but then, although it is now editable, the main div gets wiped away when the site pages get updated. So then I am forced to go back to the previous situation.
    Link: http://www.revelantiron-ons.com/MainPage.html
    Code:
    <html><!-- InstanceBegin template="/Templates/PageLayout_Idea_Template.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Revelant Iron-Ons Home</title>
    <!-- InstanceEndEditable -->
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" > <meta name="keywords" content="christian t shirts, christian apparel, iron on transfer, iron-on transfer, transfers iron on, creation, creator, relevant, Christian, t-shirt, tshirt, iron on, iron-on, inspirational, political, conservative, pro-life, prolife, religious, religion, christian, bible, Jesus, Holy Spirit, spiritual, design, revelation">
    <meta name="description" content="A site for custom-designed Christian, religious, inspiriational, politically conservative iron-on designs. Unique Christian and inspirational iron-on transfer designs for you.">
    <link href="rio-styles.css" rel="stylesheet" type="text/css">
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_nbGroup(event, grpName) { //v6.0
      var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) {
          img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr)
          for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    //-->
    </script>
    <!-- InstanceBeginEditable name="head" -->
    <script type="text/javascript">
    <!--
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <!-- InstanceEndEditable -->
    </head>
    <body   class="body" onLoad="MM_preloadImages('images/NavRllvr1.jpg','images/NavRllvr2.jpg','images/NavRllvr3. jpg','images/NavRllvr4.jpg','images/NavRllvr5.jpg','images/NavRllvr6.jpg','images/RIO_NavU p1.jpg','images/RIO_NavUp2.jpg','images/RIO_NavUp3.jpg','images/RIO_NavUp4.jpg','images/RI O_NavUp5.jpg','images/RIO_NavUp6.jpg','images/BuyBttn_sml_ovr.jpg')">
    <div id="container">
    <div id="adspace">
      <!-- InstanceBeginEditable name="AdSpaceRegion" --><img src="../images/AlsoFollowbar.jpg" id="followbox"  alt="Also follow Revelant Iron-Ons at these locations" width="857" height="43" hspace="59" vspace="0" border="0" usemap="#Map">
      <map name="Map">
        <area shape="rect" coords="640,2,712,48" href="http://www.cafepress.com/RevelantIronOnsCP" target="_blank" alt="Revelant Iron-Ons at CafePress">
        <area shape="rect" coords="487,4,616,40" href="http://www.zazzle.com/revelant" target="_blank" alt="Revelant Iron-Ons at Zazzle.com">
    <area shape="rect" coords="792,1,848,42" href="http://twitter.com/RevelantIronOns" target="_blank" alt="Revelant Iron-Ons Twitter page">
        <area shape="rect" coords="727,2,787,45" href="http://www.facebook.com/profile.php?id=100002412534139&sk=wall" target="_blank" alt="Revelant Iron-ons Facebook page">
      </map><!-- InstanceEndEditable --></div>
    <div id="leftside"></div><div id="rightside"></div><div id="centercore">
        <div id="header"><img src="images/RIO_Masthead-left.jpg" width="448" height="109" alt="Revelant Iron-Ons logo"><img src="images/RIO_Masthead-Right.jpg" width="448" height="109" alt="Inspirational Iron-On Designs"></div>
        <div id="navbar">
          <div id="navbuttonlineup"><a href="MainPage.html" target="_top" onClick="MM_nbGroup('down','group1','Home_bttn','../images/NavRllvr1.jpg',1)" onMouseOver="MM_nbGroup('over','Home_bttn','../images/NavRllvr1.jpg','../images/RIO_NavUp 1.jpg',1)" onMouseOut="MM_nbGroup('out')"><img src="images/RIO_NavUp1.jpg" alt="Home" name="Home_bttn" width="150" height="28" border="0" onload=""></a><a href="designs.html" target="_top" onClick="MM_nbGroup('down','group1','Designs_bttn','../images/NavRllvr2.jpg',1)" onMouseOver="MM_nbGroup('over','Designs_bttn','../images/NavRllvr2.jpg','../images/RIO_Na vUp2.jpg',1)" onMouseOut="MM_nbGroup('out')"><img src="images/RIO_NavUp2.jpg" alt="Designs" name="Designs_bttn" width="150" height="28" border="0" onload=""></a><a href="news.html" target="_top" onClick="MM_nbGroup('down','group1','News_bttn','../images/NavRllvr3.jpg',1)" onMouseOver="MM_nbGroup('over','News_bttn','../images/NavRllvr3.jpg','../images/RIO_NavUp 3.jpg',1)" onMouseOut="MM_nbGroup('out')"><img src="images/RIO_NavUp3.jpg" alt="News" name="News_bttn" width="150" height="28" border="0" onload=""></a><a href="articles.html" target="_top" onClick="MM_nbGroup('down','group1','Articles_bttn','../images/NavRllvr4.jpg',1)" onMouseOver="MM_nbGroup('over','Articles_bttn','../images/NavRllvr4.jpg','../images/RIO_N avUp4.jpg',1)" onMouseOut="MM_nbGroup('out')"><img src="images/RIO_NavUp4.jpg" alt="Articles" name="Articles_bttn" width="150" height="28" border="0" onload=""></a><a href="instructions.html" target="_top" onClick="MM_nbGroup('down','group1','instruct_bttn','../images/NavRllvr5.jpg',1)" onMouseOver="MM_nbGroup('over','instruct_bttn','../images/NavRllvr5.jpg','../images/RIO_N avUp5.jpg',1)" onMouseOut="MM_nbGroup('out')"><img src="images/RIO_NavUp5.jpg" alt="Instructions" name="instruct_bttn" width="150" height="28" border="0" onload=""></a><a href="contactform.html" target="_top" onClick="MM_nbGroup('down','group1','About_bttn','../images/NavRllvr6.jpg',1)" onMouseOver="MM_nbGroup('over','About_bttn','../images/NavRllvr6.jpg','../images/RIO_NavU p6.jpg',1)" onMouseOut="MM_nbGroup('out')"><img src="images/RIO_NavUp6.jpg" alt="Contact Us" name="About_bttn" width="146" height="28" border="0" onload=""></a></div>
          <div id="mainContent"><!-- InstanceBeginEditable name="ContentRegion" -->
            <div id="mainblurb" class="RIO_basic">
            <div id="quickquip" ><p class="RIO_smaller">Keep on top of new designs and other important information. <a href="http://revelantiron-ons.com/letsshop/index.php?main_page=login">Click here</a> to sign up for our newsletter.<a href="http://revelantiron-ons.com/letsshop/index.php?main_page=login"><img src="/images/nwslttr_choose_shot.jpg" alt="choose our newsletter section of registration form" width="190" height="67" vspace="6" border="0"></a> </p>
          </div>
          <div id="quickquip" ><p class="RIO_smaller">Have  questions about Revelant Iron-Ons iron-on transfers? <a href="FAQ.html">Look up our FAQ page</a>.</p>
          </div>
          <div class="clearfloat"></div>
                        <p class="RIO_HeadlineK">God&rsquo;s Cool Creation!          </p>
              <p>This is sure to become popular very quickly. God&rsquo;s Cool Creation displays a wonderful arrangement of images and illustrations glorifying God in His handiwork of Earth&rsquo;s creation.</p>
    <p><img src="/images/designs/proxies/CC_proxy_150w.png" width="150" height="126" alt="God's Cool Creation iron-on design"></p>
    <p>Take a look at this design, <a href="http://revelantiron-ons.com/letsshop/index.php?main_page=product_info&cPath=1&products_id= 7&zenid=217315476d30c2abb2e57d53bcbadb97"><span class="linkK">order it today</span></a>, and get ready to hear your friends ooh and aah over it!</p>
              <p class="RIO_HeadlineK"><a href="news.html#SpecialOffer" class="linkK">A Special Introductory Offer<br>
                for first-time orders!</a></p>
              <p class="RIO_HeadlineK">Welcome to Revelant Iron-Ons.</p>
              <p class="RIO_SubK">Iron-On Designs that Say What You Want to Say</p>
              <p>We are happy to present to you some of the most relevant, eye-catching and unique Christian, inspirational iron-on designs available on the web. This is our aim, and as we grow, we believe you will find this to be true.</p>
              <p>As this site is new, we currently have only a few designs. However, many new designs are in the works. The Bible asks, &ldquo;Who despises the day of small things?&rdquo; Well, not us! We thankfully rejoice that we can start offering you specially made iron-ons in a small way now and grow to more designs later.</p>
              <p class="RIO_SubK">A DIY Approach</p>
              <p>Our purpose is to provide you with great iron-on designs, and impactful messages, printed with Epson&rsquo;s premium  DURABrite<span class="Superscript">&reg;</span> Ultra ink, on quality iron-on transfer material. You supply the garment and the iron, follow our special instructions, and end up with a fantastic iron-on you can enjoy wearing for years.</p>
              <p>Please view our designs, order what you like, and also read any important news and articles about each offering. </p>
            <div id="duraBriteBlurb"><img name="durabriteimage" src="images/DURABrite_logo_8bt.png" width="120" height="65" alt="DURABrite Ultra Ink logo"></div>
            </div><p class="RIO_basic"><br>
            Click on any design to see more!<br>
            <br>
            <a href="/letsshop/index.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('buybttn_sml','','images/BuyBttn_sml_ovr.jpg',1)"><img src="images/BuyBttn_sml_up.jpg" alt="Buy now!" name="buybttn_sml" width="116" height="30" border="0"></a>        </p>
            <div id="pictscolumn">
                      <p class="RIO_caption"><a href="designs.html"><img src="images/designs/T-Shirt_Proxy_CoolC.png" width="162" height="165" alt="Cool Creation T-shirt" border="0" align="top"></a><br>
    God&rsquo;s Cool Creation</p>
              <p class="RIO_caption"><a href="designs.html"><img src="images/designs/T-Shirt_Proxy_ATS.png" width="162" height="165" alt="Able To Save T-shirt" border="0" align="top"></a><br>
    Able to Save</p>
    <p class="RIO_caption"><a href="designs.html"><img src="images/designs/T-Shirt_Proxy_answr.png" width="162" height="165" alt="the answers T-shirt" border="0" align="top"></a><br>
    the answers</p>
               <p class="RIO_caption"><a href="designs.html"><img src="images/designs/proxies/Shirt_Proxy_FOSS.png" alt="Fruit of the Spirit Spots T-shirt" width="162" height="165" border="0"></a><br>
              Fruit of the Spirit Spots</p>
              <p class="RIO_caption"><a href="designs.html"><img src="images/designs/proxies/Shirt_Proxy_Endrs.png" alt="Endorse does not Establish T-shirt" width="162" height="165" border="0"></a><br>
              Endorse does not Establish</p>
              <p class="RIO_caption"><a href="designs.html"><img src="images/designs/T-Shirt_Proxy_WrngChc.png" alt="Fruit of the Spirit Spots T-shirt" width="162" height="165" border="0"></a><br>
              The Wrong Choice</p>
           </div>
          <!-- InstanceEndEditable --></div></div>
      </div>
    <div class="clearfloat"></div>
      <div id="footer"><p class="foottype">&copy; 2011 RightStar Computing<br>
      Revelant Iron-Ons is a brand of RightStar Computing.  123 Hedman Lane, Monticello, Minnesota 55362<br>
      <a href="MainPage.html" class="link">Home</a> | <a href="designs.html"  class="link">Designs</a> | <a href="news.html"  class="link">News</a> | <a href="articles.html"  class="link">Articles</a> | <a href="instructions.html"  class="link">Iron-On Instructions</a> | <a href="contact.html"  class="link">Contact Us | </a><a href="letsshop/index.php" class="link">Buy Now!</a></p><!--footer info will go here, such as copyright, etc. --></div>
    </div><!--end container area -->
    </body>
    <!-- InstanceEnd --></html>
    CSS:
    @charset "UTF-8";
    .body  {
              text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
              background-color: #514444;
              font-family: Verdana, Arial, Helvetica, sans-serif;
              font-size: 100%;
              margin: 0px;
              padding: 0px;
              border-top-width: 0px;
              border-right-width: 0px;
              border-bottom-width: 0px;
              border-left-width: 0px;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
    .RIO_basic {
              font-family: Verdana, Arial, Helvetica, sans-serif;
              font-size: 100%;
              font-style: normal;
              line-height: 120%;
              font-weight: normal;
              font-variant: normal;
              color: #000000;
              text-decoration: none;
              white-space: normal;
              margin-left:0 em;
              margin-right:1.5em;
              margin-top:0.5em;
    .RIO_smaller  {
              font-family: Verdana, Arial, Helvetica, sans-serif;
              font-size: 85%;
              font-style: normal;
              line-height: 120%;
              font-weight: normal;
              font-variant: normal;
              color: #000000;
              text-decoration: none;
              white-space: normal;
              margin-left:0 em;
              margin-right:1.5em;
              margin-top:0.5em;
    .RIO_showtitle {
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    color:          #000;
    font-size: 85%;
    font-weight:bold;
    margin-top:0px;
    margin-bottom: 4px;
    text-decoration:none;
    .RIO_caption {
              font-family: Verdana, Arial, Helvetica, sans-serif;
              font-size: 70%;
              --font-style:italic;
              color:#000;
              margin-top:.25em;
              margin-bottom:1em;
              text-decoration:none;
    .RIO_basicK {
              font-family: Verdana, Arial, Helvetica, sans-serif;
              font-size: 100%;
              font-style: normal;
              line-height: 120%;
              font-weight: normal;
              font-variant: normal;
              color: #000000;
              text-decoration: none;
              white-space: normal;
    .RIO_HeadlineK {
              font-family: Verdana, Arial, Helvetica, sans-serif;
              font-size: 120%;
              font-style: normal;
              line-height: 120%;
              font-weight: bold;
              font-variant: normal;
              color: #000000;
              text-decoration: none;
              white-space: normal;
              text-align: center;
              margin-top:1em;
    .RIO_HeadlineK-left {
              font-family: Verdana, Arial, Helvetica, sans-serif;
              font-size: 120%;
              font-style: normal;
              line-height: 120%;
              font-weight: bold;
              font-variant: normal;
              color: #000000;
              text-decoration: none;
              white-space: normal;
              text-align: left;
              margin-top:1em;
    .newsdate {
    color: #cead33;
    font-weight: bold;
    font-size: 85%;
    text-decoration:underline;
    margin-top:0.125em;
    .RIO_SubK {
              font-family: Verdana, Arial, Helvetica, sans-serif;
              font-size: 110%;
              font-style: normal;
              line-height: 120%;
              font-weight: bold;
              font-variant: normal;
              color: #000000;
              text-decoration: none;
              white-space: normal;
              text-align: left;
              margin-left:0em;
              margin-right:0.5em;
              margin-top:0.75em;
    .Superscript {
              font-size: x-small;
    .link {
              font-family: Verdana, Arial, Helvetica, sans-serif;
              color: #FFFFFF;
              text-decoration: none;
              --text-indent: 2em;
              white-space: normal;
              --text-decoration: underline;
    .linkK {
              font-family: Verdana, Arial, Helvetica, sans-serif;
              color: #000000;
              text-decoration: none;
              --text-indent: 2em;
              white-space: normal;
              text-decoration: underline;
    .linkhover {
              color: #ffe050;
              text-decoration: none;
              --text-indent: 2em;
              white-space: normal;
              --text-decoration: underline;
    .foottype {
              font-family: Verdana, Arial, Helvetica, sans-serif;
              font-size: 65%;
              color: #FFF;
              font-weight:lighter;
              text-align:center;
              line-height:160%;
              text-decoration: none;
    .caption {
              font-family: Verdana, Arial, Helvetica, sans-serif;
              font-size: .75em;
              color: #000F;
              font-weight:lighter;
              text-align:center;
              line-height:160%;
              text-decoration: none;
    .background {
              background-attachment: fixed;
              background-image: url(images/RVLT_Bkgrd_2000h.jpg);
              background-repeat: no-repeat;
              background-position: left top;
    #container {
              width:970px;
              text-align: left;
              height: 900px;
              padding: 0px;
              border-top-width: 0px;
              border-right-width: 0px;
              border-bottom-width: 0px;
              border-left-width: 0px;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
              margin-top: 0;
              margin-right: auto;
              margin-bottom: 0;
              margin-left: auto;
    #buttonspace {
    width:180px;
    height:auto;
    margin-right: 10px;
    margin-bottom: 6px;
    padding-left: 5px;
    padding-bottom: 5px;
    background-color:#f8cf35;
    text-align:left;
    float: left;
    border-radius:6px;
    -moz-box-shadow: 3px 3px 5px rgba(0,0,0, .5);
    box-shadow: 3px 3px 5px rgba(0,0,0, .5);
    .buttontext {
              margin:0px;
              text-decoration:none;
              font-size:80%;
    #centercore {
              border-top-width: 0px;
              border-right-width: 0px;
              border-bottom-width: 0px;
              border-left-width: 0px;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
              margin-top: 0px;
              margin-right: 0px;
              margin-bottom: 0px;
              margin-left: 0px;
              position: relative;
              padding-top: 0px;
              padding-right: 0px;
              padding-bottom: 0px;
              padding-left: 37px;
    #followbox {
              margin-top:46px;
              margin-bottom:0px;
    #adspace {
              background-image: url(images/RIO_Adspace.jpg);
              background-repeat: no-repeat;
              background-position: 0px 0px;
              margin: 0px;
              height: 100px;
              width: 970px;
              padding:  0px;
              --clip: rect(auto,auto,auto,auto);
              position: relative;
              clear: both;
    #header {
              height: auto;
              width:auto;
              border-top-width: 0px;
              border-right-width: 0px;
              border-bottom-width: 0px;
              border-left-width: 0px;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
              margin: 0px;
              padding: 0;
    #leftside {
              background-image: url(images/RIO_LeftSide.jpg);
              background-repeat: no-repeat;
              float: left;
              width: 37px;
              background-position: top;
              border-top-width: 0px;
              border-right-width: 0px;
              border-bottom-width: 0px;
              border-left-width: 0px;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
              margin: 0px;
              padding: 0px;
              height: 700px;
              position: inherit;
              left: 0px;
              top: 100px;
    #rightside {
              background-image: url(images/RIO_RightSide.jpg);
              background-repeat: no-repeat;
              margin: 0px;
              float: right;
              border-top-width: 0px;
              border-right-width: 0px;
              border-bottom-width: 0px;
              border-left-width: 0px;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
              width: 37px;
              height: 700px;
              background-position: top;
    #mainblurb {
              float: left;
              width: 500px;
              margin-top: 20px;
              margin-right: 10px;
              margin-bottom: 15px;
              margin-left: 20px;
              padding-right:15px;
              overflow: auto;
              height: 485px;
              padding:0px, 0px, 0px, 0px;
    #pictscolumn {
              float: right;
              width: 230px;
              height:380;
              margin-top: 15px;
              margin-right: 50px;
              margin-bottom: 15px;
              margin-left: 0px;
              overflow: auto;
              padding:0px;
    #navbar {
              height: 71px;
              width: 896px;
              background-image: url(images/RIO_NavBarBkgd.jpg);
              background-repeat:no-repeat;
              background-position: top;
              margin: 0px;
              padding: 0;
              position: absolute;
              top: 109px;
    #navbuttonlineup {
              height: 28px;
              padding-top:43px;
              width: 896px;
              margin-right: 0px;
              margin-bottom: 0px;
              margin-left: 0px;
              border-top-width: 0px;
              border-right-width: 0px;
              border-bottom-width: 0px;
              border-left-width: 0px;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
              position: relative;
              z-index: 80;
              margin-top: 0px;
              padding-right: 0px;
              padding-bottom: 0px;
              padding-left: 0px;
    #mainContent {
              margin: 0; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
              background-image: url(images/RIO_ContentBkgrd.jpg);
              background-repeat: no-repeat;
              height: 520px;
              width: 896px;
              position: relative;
              border-top-width: 0px;
              border-right-width: 0px;
              border-bottom-width: 0px;
              border-left-width: 0px;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
              top: 0px;
              background-position: left top;
              padding-top: 10px;
              padding-right: 37px;
              padding-bottom: 0px;
              padding-left: 37px;
                        overflow: auto;
    #quickquip  {
              width: 205px;
              padding-left:6px;
              padding-right:6px;
              margin:6px;
              background-color:rgba(248, 207, 53, .85);
              border-radius:6px;
    float:left;
    #showbox  {
              width: 268px;
              height: 268px;
              background-color:rgba(255, 255, 255, .7);
              border-radius:8px;
              text-align:center;
              float:left;
              padding-top:8px;
              margin:4px;
    #duraBriteBlurb {
              padding: 10px;
              float: right;
              height: 70px;
              width: 125px;
              border-top-width: 0px;
              border-right-width: 0px;
              border-bottom-width: 0px;
              border-left-width: 0px;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
              z-index: auto;
    table {
    margin-left: 20px;
    margin-right: 20px;
    border: thin solid black;
    caption-side: bottom;
    border-spacing:0px;
    border-collapse: collapse;
    td, th {
    border: thin dotted gray;
    padding: 5px;
    th {
    background-color:#cc6600;
    table table th {
    background-color:white;
    caption {
    font-style: italic;
    padding-top: 8px;
    font-size: 80%;
    .cellshirt {
    width:180px;
    .cellcolor {
    background-color:#fcba7a;
    .centered {
    text-align: center;
    .right  {
    text-align: right;
    #footer {
              padding: 0,0,0,0;
              width:970px;
              background-image: url(images/RIO_Footer.jpg);
              background-repeat: no-repeat;
              height: 100px;
              border-top-width: 0px;
              border-right-width: 0px;
              border-bottom-width: 0px;
              border-left-width: 0px;
              border-top-style: none;
              border-right-style: none;
              border-bottom-style: none;
              border-left-style: none;
              position: relative;
              clear: both;
              float:left;
              background-position: 0px 0px;
              margin: 0px;
              top: 0px;
    /* Tips for mainContent:
    1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
    2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
    3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
    /* Miscellaneous classes for reuse */
    .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
              float: right;
              margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page */
              float: left;
              margin-right: 8px;
              azimuth:center-left
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
              clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    [if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    #navbar, #header, #mainContent, #container, navbuttonlineup, #centercore, #leftside, #rightside, #adspace, #mainblurb, #pictscolumn {zoom: 1;}
    #header {
              top:0px;
              position:absolute;
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]
    If you have any solution, I would greatly appreciate it!

  • I am having macbook air recently my iphotos did not open and was showing report apple and reopen but i came to know that by pressing alt and iphotos i open an new photo library and stored the pics but now how can i get the pics which i had in the earlier

    i am having macbook air recently my iphotos did not open and was showing report apple and reopen but i came to know that by pressing alt and iphotos i open an new photo library and stored the pics but now how can i get the pics which i had in the earlier photo please help me to recover my photos

    Well I'll guess you're using iPhoto 11:
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    Regards
    TD

  • How can i get the all values from the Property file to Hashtable?

    how can i get the all values from the Property file to Hashtable?
    ok,consider my property file name is pro.PROPERTIES
    and it contain
    8326=sun developer
    4306=sun java developer
    3943=java developer
    how can i get the all keys & values from the pro.PROPERTIES to hashtable
    plz help guys..............

    The Properties class is already a subclass of Hashtable. So if you have a Properties object, you already have a Hashtable. So all you need to do is the first part of that:Properties props = new Properties();
    InputStream is = new FileInputStream("tivoli.properties");
    props.load(is);

  • How can i get all values from jtable with out selecting?

    i have one input table and two output tables (name it as output1, output2). Selected rows from input table are displayed in output1 table. The data in output1 table is temporary(means the dat wont store in database just for display purpose).
    Actually what i want is how can i get all values from output1 table to output2 table with out selecting the data in output1 table?
    thanks in advance.
    raja

    You could set the table's data model to be the same:
    output2.setModel( output1.getModel() );

  • When I login on my When I sign in to a site on my ipad using my email address as ID a short cut of my email address comes up. How can I get rid of it?

    When I sign in to a site on my iPad using my email address as ID a short cut of my email address comes up. How can I get rid of it?

    You can edit keyboard shortcuts in Settings>General>Keyboard>Shortcuts>Edit.

  • When I login I get a message "aosnotifyd wants to use your confidential information stored in "my name" in your keychain." How do I know if it is safe to allow this? Can anyone advise please?

    Every time I login I get the message "aosnotifyd wants to use your confidential information stored in "my name" in your keychain." How do I know if it is safe to allow this? Can anyone advise please?

    My immediate reaction is to deny.
    Have you downloaded or installed any application that may relate to the abbreviation AOS? It may not necessarily be the application's name, could be the developer or distributor.
    As it's occuring at log-in, go to System Preferences > Accounts > your account > Login Items and look for a related item. If there's one there, right-click (or ctrl click) on it and select Reveal in Finder. That will show you where the originator of the item is on your system and should give you more of a clue as to what it is.
    I'd remove the item from login items anyway (highlight and click the minus sign at the bottom of the window). There shouldn't be anything trying to use your keychain info to notify anyone.

Maybe you are looking for

  • Error - "Message Interface does not exist in any software components"

    HI This is an Idoc sender - SOAP receiver scenario. When I try to create the receiver determination, I get a warning message - " Message interface does not exist in any software components installed on this business system" I checked all the usual th

  • When click on a file in a portfolio Acrobat Pro kicks me out?

    K, So I have created portfolios on Acrobate Pro and now when i click on a file in a portfolio i get kicked out of Acrobat.  It automatically closed and asks me to send a message to Apple.  I called Apple and they said it was my Acrobat? Does anyone k

  • My time capsule wont wont backup

    well, i just replugged in my time capsule cause i was in college and they didnt have wireless. anyways, i plug it in and try to do a backup and it keeps saying backup delayed. i dont even know where to start as to resolve this problem... anything wou

  • Can I use icloud between Mac and Windows devices??

    I have over 140 gb of music on my windows desktop pc and will be purchasing an ipad soon.  I also have a windows laptop which i'd like to share my itunes library with. My current ipod is a 160 gb classic.  I have no problems updating that as long as

  • I can no longer  listen to music in my friends Ferrari.

    His ipod was the whole radio system for his Ferrari. It was the only way anyone could listen to any music now its a brick. Can anyone offer any help. Is his ipod stuck like that from now on. Message was edited by: Thedecider23