How can I identify which albums are associated with a specific picture.  I used to click on the picture and see the albums but don't know how to do it in 13?

I keep pictures in Albums, specifically by year and then other topic albums. As a result some pictures are in several albums. Sometimes they are assigned in error.  I used to be able to click on a picture and see not only the tags but the albums associated with the picture.  How can I see which albums are assigned to a picture?

Are you referring to the yellow text box that pops up like this?
If it is those are called tooltips or anchor titles.  Cyclosaurus has posted script to block them: removing rollover html detail box: Apple Support Communities.
OT

Similar Messages

  • HOW i can identify  which instance is associated with which Listener

    Hi all,
    i created one DB instance. suppose named as "B". but there is already another DB instance present. Named as "A".
    Then i created one listener for DB instace "B".
    Now my Que. is that HOW i can identify which instance is associated with which Listener,.
    2) if i create listener then a service also created. if i stopped that service and then can i fire query OR Login again, WHAT will be the expected result.
    I tried by asking people for my answer. but not satisfied.
    Please Help me For this.
    Thanks in Advance

    856376 wrote:
    i want to start my carreer in DBA.
    In what manner i ahve to prepare my self.
    Your guidance will help me lot
    Thank youLike everything else, the answer is "it depends".
    What is your background and experience with computers, networks, operating systems, programming languages?
    What are you currently doing?
    What formal and or on the job training have you had?
    As Aman said, build yourself a test system and play with it. You can do this at no cost by ...
    1) download and install VMplayer (vmware.com). It is legally free. For an investment in your career of about US$185, you can buy VMworkstation, which has the same fundamental capability plus some nice management features.
    2) download and install Oracle Enterprise Linux (oracle.com). It is legally free. If you want a support contract, you pay for that.
    3) using (1) and (2) create a virtual linux server
    4) download and install Oracle Enterprise edition database (oracle.com). It is legally free for personal eduction.
    5) install (4) on (3).
    Beyond the above questions I have some boilerplate replies that fit here . . .
    if people want to be professionals in ANY field, the first knowledge they need to acquire is how to locate AND USE+ the fundamental reference materials for that profession. And the most important trait, the one for which they are really hired, is the ability to do independent research, and having a modicum of curiosity that would drive one to do that research. We don't mind helping newbies, and even the most experienced person on this board will run into something they are not familiar with, or occasionally just require a second set of eyes to look at something. But a professional+ needs, above all, a willingness and capability to check the docs. A professional isn't necessarily someone who has all the answers at their fingertips or has a full understanding about every arcane subject in their field. It certainly isn't someone who has an encyclopedia full of memorized answers but little understanding of how it all fits together. It's someone who knows where to find the answers when needed, how to recognize them when he sees them. It's less about knowing than it is about attitude. Everything you asked can be answered in the Oracle Concepts Manual at tahiti.oracle.com. You should bookmark that site.
    =================================================
    Learning how to look things up in the documentation is time well spent investing in your career. To that end, you should drop everything else you are doing and do the following:
    Go to tahiti.oracle.com.
    Drill down to your product and version.
    <b><i><u>BOOKMARK THAT LOCATION</u></i></b>
    Spend a few minutes just getting familiar with what is available here. Take special note of the "books" and "search" tabs. Under the "books" tab you will find the complete documentation library.
    Spend a few minutes just getting familiar with what <b><i><u>kind</u></i></b> of documentation is available there by simply browsing the titles under the "Books" tab.
    Open the Reference Manual and spend a few minutes looking through the table of contents to get familiar with what <b><i><u>kind</u></i></b> of information is available there.
    Do the same with the SQL Reference Manual.
    Do the same with the Utilities manual.
    You don't have to read the above in depth. They are <b><i><u>reference</b></i></u> manuals. Just get familiar with <b><i><u>what</b></i></u> is there to <b><i><u>be</b></i></u> referenced. Ninety percent of the questions asked on this forum can be answered in less than 5 minutes by simply searching one of the above manuals.
    Then set yourself a plan to dig deeper.
    - Read a chapter a day from the Concepts Manual.
    - Take a look in your alert log. One of the first things listed at startup is the initialization parms with non-default values. Read up on each one of them (listed in your alert log) in the Reference Manual.
    - Take a look at your listener.ora, tnsnames.ora, and sqlnet.ora files. Go to the Network Administrators manual and read up on everything you see in those files.
    - When you have finished reading the Concepts Manual, do it again.
    Give a man a fish and he eats for a day. Teach a man to fish and he eats for a lifetime.

  • TS2972 how can i identify which computers are authorized for i tunes

    How can I identify which computers are authorized for use with I tunes?

    Hi there,
    You can't see a list of your authorised computers, but you can see how many are authorised and deauthorise them individually or together.
    I've found you a relevent support article which explains all of this:
    iTunes Store: About authorization and deauthorization
    Hope this helps,
    Nathan

  • How to identified which instance is associated with which Listener

    Hi all,
    i created one DB instance. suppose named as "B". but there is already another DB instance present. Named as "A".
    Then i created one listener for DB instace "B".
    Now my Que. is that HOW i can identify which instance is associated with which Listener,.
    2) if i create listener then a service also created. if i stopped that service and then can i fire query OR Login again, WHAT will be the expected result.
    I tried by asking people for my answer. but not satisfied.
    Please Help me For this.
    Thanks in Advance

    see the file listener.ora. path is usually, $ORACLE_HOME/network/admin/listener.ora
    You will see which listener is associated with which file,
    Details will be usually like this
    >
    LSNR1 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = instance1)(PORT = 1666))
    LSNR2 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = instance2)(PORT = 2666))
    >
    >
    if i create listener then a service also created. if i stopped that service and then can i fire query OR Login again, WHAT will be the expected result.
    I tried by asking people for my answer. but not satisfied.
    >
    A listener is used when a client wants to connect to the database server. If you are logging in directly on the server without using instance name, then you can login even if you stop the service.
    check this,
    C:\Windows\system32>lsnrctl stop
    LSNRCTL for 32-bit Windows: Version 10.2.0.3.0 - Production on 03-MAY-2011 23:06
    :22
    Copyright (c) 1991, 2006, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    The command completed successfully
    C:\Windows\system32>sqlplus ganesh
    SQL*Plus: Release 10.2.0.3.0 - Production on Tue May 3 23:06:36 2011
    Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.
    Enter password:
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select * from dual;
    D
    X
    SQL>But if you try to connect from a client, or use the instance name while connectineg
    you get the error like this,
    SQL> conn ganesh@ganesh
    Enter password: ******
    ERROR:
    ORA-12541: TNS:no listener
    Warning: You are no longer connected to ORACLE.
    SQL> If you see, I used the instance name @ganesh.
    G.

  • Determining which services are associated with which programs

    In the Services Preferences, Services submenu, how does one determine which services are associated with which programs?

    Danged if I know! I just took a guess and enabled the ones I wanted, then tried what came up to see which program launched to do it. Some are easy: "Copy to Tex-Edit Plus" will obviously use the program Tex-Edit Plus. But I have no idea which program owns "New Document Containing Selection" and since I want TextEdit to handle that sort of thing I unchecked it, and simply checked "New TextEdit Window Containing Selection" because that's obviously TextEdit. I left "New Window with Selection" checked, and then tried it, and TextWrangler launched. OK, I do sometimes use it, so I left it checked. But it would be nice if it declared itself in the Service list so you could tell what program is going to do which thing. However, that is not Apple's fault--it is the fault of the application, someone just didn't bother to write a proper line for the system to display that would tell the user what application it is. That is probably because in the "old" Services menu items were arranged in folders by application, so there was no special need to have the service itself declare to whom it belonged. Perhaps this situation will change as applications are updated for Snow Leopard.
    I happen to know that the Services are declared to the system by the application, and the place this comes from is the Info.plist of the application, which is inside the application bundle. You can open this and check the plist: the service will be listed in the NSServices section in the NSMenuItem default field. Not something most people would ever want to do, you have to open the bundle then open the plist with Property List Editor.
    Meantime, I think trial and error is the only way to tell where the service is coming from. I would be delighted if someone knows otherwise.
    Francine
    Francine
    Schwieder

  • I accidentally deleted all my apps and music. I can re-download the music but don't know how to get the apps back without buying them again. Any thoughts?

    I accidentally deleted all my apps and music. I can re-download the music but don't know how to get the apps back without buying them again. Any thoughts?

    Just follow this:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • I have realised over time I have created multiple accounts. I have bought music on my iphone and am not able to locate the account that I made most of my purchases on. I have bank statements on the purchases but don't know how to contact someone to help.

    I have realised over time I have created multiple accounts. I have bought music on my Iphone and am not able to locate the account that I made most of my purchases on. I have bank statements on the purchases but don't know  how to contact someone in Itune to help me.  PLEASE

    I don't have the app adn no expereince with it, but it appears basec on teh app description you may need it installed on your MAC as well to download the files.
    You might find help on the vendors website: http://www.nfinityinc.com/index.html

  • I have purchased my first smart phone. iphone 5. I want to use sounds sent to me in text messages as ringtones but don't know how to move them over. Any help would be appreciated.

    I have purchased my first smart phone, an iphone 5.  I would like to use some of the sounds from text messages for ringtones but don't know how to move them over.   Any help would be appericated.

    I'm sorry, had you already pointed out the rules which stated that lines from 2 separate accounts were eligible??? I don't see anywhere in the advertisement specifically stating that lines from 2 separate accounts would be eligible, so THAT is not what's advertised, either.
    As far as I know Verizon's BOGO offers have ALWAYS been for lines on the same account. Possibly someone could chime in where they have received this offer on 2 separate accounts? The ONLY exception to this was someone getting the offer with 2 eligible lines on their account, reactivating the old phone on one of the lines and then giving one of the new phones to someone on another account.
    Sorry if you think simply because someone disagrees with you, they are being condescending. That is certainly not the case. Good luck.

  • I have an old work apple ID that is associated with my App Store . I have created new apple ids and reset in settings but whenI access the App Store it still defaults to my old work apple ID. I can't seem to get passed this, any ideas?

    I have an old work e mail address that was a primary apple id. The App Store uses this as a default. I have created a new apple ID and  changed this in the settings but the App Store still defaults to the old address.  How can I get change this as I cannot update anything at this stage. I cannot create a new password against the ole apple ID as the e mail is no longer valid, old work e mail

    Hi tried the various options but ended up deleting the apps associated with the old Appleid and then accessing them from the App Store and reloading. They automatically asked for the new Appleid and password.

  • I have made and submitted iphone webapp, but don't know what is its status. How can I know its status? And what should be the next step

    I have submitted the webapp which is shown here : https://developer.apple.com/submission/iphone/manage_subs.php
    But now I don't know the next step. Please somebody let me know.
    Thanks.

    Wait for the blurb and link to show up on Apple's site. Be sure it is ready on yours.

  • In my Macbook Pro finder folder under All Images, there are duplicate files, but one is small and the other is full size. I wanted to clean up the files, but don't know why I have two of everything. Any Ideas?

    In my Macbook Pro, the Finder folder has duplicate images in the 'all images' file. One image is small and the other is full size. First question is why do I have two of every image? Why is one small and the other large. Do I need two of everything? If not, which do I delete?
    thanks, Jean

    Hello fane,
    Re: duplicate images in finder.
    Nearly all images are JPG with a few GIF and PNG sprinkled in.
    I opened the inspector so I do get info when opening each image, but it a slow process.
    It seems that one image is around 70k while its twin can be up to 4Mb which is what comes unedited from my camera. Sometimes there will be 3 or 4 identical images in finder, but when I open iPhoto to see what ‘s really in the file, I find only one image, and it’s full sized.
    Are all these extra images, even if they are aliases, taking up space on my drive? And should I delete them? The info bar says I have over 10,000 images, which is rather a lot  for what I do.
    I am unable to add the file size on the view menu as it is grayed out. Don’t know why it’s gray, but having that info on the screen would save a lot of time and fiddling with each image.
    I am trying to resize selected pix so I can upload them to e-bay, which requires less than 70k. I have looked at resizing programs but most are for PC platform and not Mac, so I am trying to resize in the finder window under tools. Tedious at best. Any suggestions will be appreciated
    Thanks for your help,
    jeanfromwilsonville

  • Aha! I see the problem but don't know how to fix it. Multiple IDs!

    Over the years, my apple reliance has increased. I have two different email addresses in a bizarre combination on my iMAC, iPhone, and iPad. It prevents me from doing backups completely, getting the latest version of some apps, and using the cloud as it was meant to be.
    IDs, next, are shortened to make this more readble.
    My iMAC uses an itunes ID called TAR. This is where I have bought plenty of iTunes music, but always export to MP3 -- so if I have to trash this ID it'd be ok.
    My iPad shows an iCloud ID of TNT, an iTunes store ID of TAR, and my appleID as TAR.
    My iPhone shows an iCloud ID of TNT, and an apple ID of TAR. I have purchased some apps and I fear not using TAR on it may nulify all of those purchases.
    Should I simply DELETE my iPhone and IPad iCloud accounts and then create new ones on those devices with ID of TAR?
    Please advise! What do I need to set where so that I have one and only one email address for everything.
    If this is NOT the cure to my problems, what else can I check? (Eg. when I do a backup in iTunes on my iMac it says that my iPhone and iPad are not recognized... yet it proceeds with a backup MOSTLY. Authorizing/reauthorizing it from the iMac seems to make no difference.
    The password guesses and resets over the years have been insane, as you might have gathered.
    Thank you!
    Tim

    yeah, remove the icloud accounts, and choose to keep the data on the device when you do so. then, when you sign in with the other id, it'll ask if you want to merge, and you will. then all your information will be in one id

  • I want to remove the passwords but don't know how .

    how do i remove the password start up

    An administrator can reset the passwords of other users by using one of these techniques.
    http://support.apple.com/kb/PH14325
    or
    OS X 10.7 Lion, 10.8 MountainLion & 10.9 Mavericks
    Reset Password using Recovery HD
    Boot into Recovery Partition.
    Start the computer,then press and hold down command and R keys to start into recovery partition.
    When you see the Apple logo, release the keys.
    Wait until  OS X Utilities window shows up.
    Move the mouse to the menubar at the top and click "Utilities", then select "Terminal"
    from the drop down.
    Terminal window will appear.
    Type in   resetpassword   and press enter on the keyboard.
    Leave the Terminal window open.
    Reset Password Utility window will open with Macintosh HD selected.
    Select the user account from the popup menu box.
    Enter a new password.
    Reenter the new password for the user.
    Enter a hint.
    Click the "Save" button.
    Click  in the menubar and select Restart.
    Log in.
    If Keychain dialog box appears, select “Create New Keychain”.

  • My Imovie won't export a movie I created, my laptop won't support new software.  I need to reinstall the program but don't know how.

    I would like to reinstall Imovie onto my MacBook and don't know how.

    iMovie is part of iLife. It should be on the #2 gray instalation disk that came with your MacBook
    While we all have MacBooks in this forum not all of us use iMovie. There's an iMovie Support Community where everybody uses iMovie. You should also post this question there to increase your chances of getting an answer. https://discussions.apple.com/community/ilife/imovie

  • Child locked phone which is now disabled. I know the code but don't know how to use it to fix the phone.

    My child locked my iPhone and it is now disabled. I know the correct code but cant figure a way to use it.  The phone says connect to iTunes but when I do that it asks for the code but again, there is no place to input it.  I want to avoid a clean wipe.
    Any help would be greatly appreciated.
    S

    Does the link below help?
    Forgot passcode for your iPhone, iPad, or iPod touch, or your device is disabled - Apple Support

Maybe you are looking for

  • Mac Mini W/ DVI Projector???

    I'm Interested in getting a DVI projector to use with my Mac mini. Is this possible? any suggestions?

  • Item versions access in 9.0.2

    Rel. 2 has introduced many new interesting features. Nevertheless some bugs/missing features previously existing appared. This is the case of the item versioning icon, which is no more present in the default style. The bad is that now the page opened

  • Audio Problem Front Row DVD

    Hi: Playing a DVD via front row and through a tv, the sound was going up and down, tested it with another dvd and it was the same. Could be it the cabel which is Philex SLx Gold 3.5mm jack to 2 Phono Personal Audio Lead? BTW sound playing music throu

  • 3870 very messed up artifacts

    I have a a K9A2 Platinum, 6400 Black Edition, 2 X 2 AData PC6400, MSI 3870 with Zalman VF900 cooler, Seagate 500 gig IDE drive, floppy, Phillips DVD Burner (Sata), I have a Scythe Ninja for CPU Cooler, using Vista Ultimate 64 bit. I leave the compute

  • Process chain issue in production server

    hAI I created the process chain to load the transaction data . Then i transported to Quality and Production server. 1) When i try to open the my process chain in RSPC in Production System. Then im not getting the process chain . But im getting black