For your reference: A real life AppleScript script regarding custom tags

I'm working through a collection of photographs from iPhoto. One problem I have is that I have more than one set of the photographs and trying to eradicate duplicates and identify the true original images is rather difficult.
One thing that can help is referring to the complete EXIF data from the image file. Unfortunately, Aperture doesn't give us the complete EXIF set, only a subset. In addition, Aperture doesn't allow us to see the File date/time; only the Image date/time.
So I wrote this script. Before running the script, I batch renamed all of the images in my subject project using '<counter 4>—<Master Name>' to be sure that every image had a unique name. I then exported the masters from the subject project using '<Version Name>', the reason being that Aperture doesn't allow access to the file name via AppleScript. GraphicConverter will read the EXIF data from this exported set and the script will write most of the EXIF data back to the image in Aperture via custom tags.
One caveat: Aperture is *slow*. It requires almost 4 seconds to write each custom tag. With 6000+ images in my subject project, this script will take a while to complete.
The script:
tell application "Aperture"
activate
tell project "untitled Project" of folder ""
-- set theImages to every image version
-- move through the images one by one, deleting and creating the appropriate
-- custom tags from exif text obtained from exported versions via GraphicConverter.
repeat with i from 1 to theImages's length
tell theImages's item i
-- tell image version id "++s5iIgRT1uKC8lrxd5bMg" -- test image
delete (every custom tag whose name begins with "GC–")
set exifdata to getEXIF(name) of me
repeat with i from 1 to exifdata's length
copy ("GC– " & exifdata's item i's first item) to tName
copy (exifdata's item i's second item) to tValue
make new custom tag with properties {name:tName, value:tValue}
end repeat
end tell
end repeat
end tell
end tell
return
property exportedImagesFolder : alias "Bulbul:- exported from Aperture -:Canon IXUS 2:"
property exifTagsToIgnore : {"Make", ¬
"Model", ¬
"Resolution unit", ¬
"Y and C positioning", ¬
"Exposure time", ¬
"F number", ¬
"Exif version", ¬
"Meaning of each component", ¬
"Shutter speed", ¬
"Aperture", ¬
"Exposure bias", ¬
"Maximum lens aperture", ¬
"Metering mode", ¬
"Flash", ¬
"Lens focal length", ¬
"Unknown tag (1)", ¬
"Owner Name", ¬
"Color Space", ¬
"Interoperability Index", ¬
"Focal plane resolution unit", ¬
"White balance", ¬
"Resolution unit", ¬
"Offset to JPEG SOI", ¬
"Bytes of JPEG data"}
to getEXIF(vName)
copy alias ((exportedImagesFolder as string) & vName & ".jpg") to vFile
tell application "GraphicConverter"
copy (get file exif of vFile) to theEXIF
end tell
set AppleScript's text item delimiters to ","
repeat with i from 1 to theEXIF's length
set theEXIF's item i to ¬
{text item 3 of theEXIF's item i, text from text item 4 to -1 of theEXIF's item i}
end repeat
set AppleScript's text item delimiters to ""
set newEXIF to {}
set fileDate to ""
set imageDate to ""
repeat with i from 1 to theEXIF's length
copy theEXIF's item i's first item to tName
if tName is not in exifTagsToIgnore and ¬
tName does not start with "Unknown" then
set end of newEXIF to theEXIF's item i
if tName begins with "File date and time" then
set fileDate to date (theEXIF's item i's second item)
else if tName begins with "Date and time of original" then
set imageDate to date (theEXIF's item i's second item)
end if
end if
end repeat
if fileDate is not "" and imageDate is not "" then
if fileDate is less than (imageDate + 24 * 60 * 60) then
set end of newEXIF to {"File & Image Same Date", "True"}
else
set end of newEXIF to {"File & Image Same Date", "False"}
end if
end if
return newEXIF
end getEXIF

Correction 1:
please uncomment the line near the top of the script that reads:
-- set theImages to every image version
Correction 2:
writing the custom tags via AppleScript gets faster after Aperture's done it a few times.

Similar Messages

  • ISA order.jsp; message and validation for "Your reference" field

    Hi Everyone,
    I am new to ISA and working on java program to add message to "Your Reference" field in order.jsp page if this field is empty and clicked on "Check Out" button and user need to remain in the same page until user enters information in this field.
    Message is available in .xlf file.
    Please suggest me where to write this code for both message and validation for this field.
    Thanks in advance
    Prasad

    I fixed the requirement
    thanks
    Prasad

  • Using SSD for BizTalk DB. Real-life experience

    Hi,
    We are considering to use SSD disk for the MessageBox [and maybe other] database.
    In theory it should increase speed of the BizTalk as a whole system.
    Did anybody try it in real life scenarios? If so, what are the real numbers in performance?
    What is the real danger of the SSD degradation over time? What is the reliability? What about HA, is it worth to use SSD for the HA on SQL level?
    Leonid Ganeline [BizTalk MVP]

    Hi Johns,
    BizTalk is OLTP system, yes. But latency is an issue in my case. I need <100 msec latency for the MessageBox round trip for most cases. In some cases I need <10 msec.
    And SSD is so cheap, we could replace burned disk each couple months, if we need. It would be still cheaper than good hard-drive subsystem.
    And we tolerate some message lost. At last we use now the custom made HA solution and didn't find any problems with, no lost messages.
    Leonid Ganeline [BizTalk MVP]

  • How to plot waterfall graph in vb6.Attach​ed sample graph for your reference.

    Thanks John for your answer. Attached file the sample graph what i really want to plot it.Any body can help me.Thanks.
    Attachments:
    waterfall.gif ‏81 KB

    Hello asrol,
    Please try to post replies under the same thread so that it is easier for everyone to keep track of your issue. Thanks!
    Original thread: How to plot waterfall graph in vb6 from offline data
    John B.
    Applications Engineer
    National Instruments

  • Playlist that gets you ready for Your next challenge in life

    This playlist gets you pumped up and will allow you to get in your zone and see your full potential either in the weight room or in just  your everyday lives.

    On Step 8 I found multiple product codes for the Conferencing Add-In for Outlook.  Here's a list of the ones I found in the machines on my network:
    {987CAEDE-EB67-4D5A-B0C0-AE0640A17B5F}
    {2BB9B2F5-79E7-4220-B903-22E849100547}
    {13BEAC7C-69C1-4A9E-89A3-D5F311DE2B69}
    {C5586971-E3A9-432A-93B7-D1D0EF076764}
    I'm sure there's others one, just be mindful that this add-in will have numerous product codes.

  • Lessons Learned On Eight Siebel 8.0 Upgrades Available For Your Reference

    Hi All,
    We just posted our Siebel 8.0 lessons learned presentation on our support site.
    http://ponderproserve.com/support.html
    R
    Robert Ponder
    Lead Architect and Director
    Ponder Pro Serve
    cell: 770.490.2767
    fax: 770.412.8259
    email: [email protected]
    web: www.ponderproserve.com

    I may have confused you: Lenovo provides two tools, 1) one makes DVDs that restore the original out-of-the-box factory image of the entire disk (i.e. System partition, C: + Q: partitions) and 2) Backup and Restore, which is the Lenovo user backup tool that does conventional full disk backups, i.e. with all user customizations, added programs and files. Since my system-generation-to-SSD saga hadn't created the the Q: partition correctly, my only alternative was to create a full up-t-date disk backup with the second Backup and Restore tool that include all the Windows + Lenovo updates, but didn't include extra programs and my user files. This fitted on 5 DVDs, which I will use if ever I reinstall the entire operating system.
    Once you get above 100-150 GB of backup volume (I'm at 450 GB right now), the Lenovo Backup and Restore is very slow, so I use the much quicker Windows built-in Backup and Restore program to backup incrementally a system image and all files.

  • Like to see few real life usage of Binary Tree C#

    whenever we read something about BTree then this kind of program shown in article with code.
    code as follows.
    Main File
    static void Main(string[] args)
    //Creating the Nodes for the Tree
    Node<int> tree = new Node<int>('6');
    tree.Left = new Node<int>('2');
    tree.Right = new Node<int>('5');
    Console.WriteLine("Binary Tree Display");
    Console.WriteLine(tree.Data);
    Console.ReadLine();
    Node Class
    class Node<T> where T : IComparable
    private T data;
    public Node<T> Left, Right;
    public Node(T item)
    data = item;
    Left = null;
    Right = null;
    public T Data
    set { data = value; }
    get { return data; }
    in our daily program where we can use btree to store and retrieve data? so please all share your idea how you guys use btree in your program in real life application development. thanks

    "in our daily program where we can use btree to store and retrieve data?"
    Given that your example mentions IComparable I suppose you're talking specifically about binary search trees, not any binary tree. In that case it's unlikely that you'll see anyone using a binary tree directly. People use collections such as SortedDictionary and
    such collections are usually implemented using binary search trees.
    Note that btree isn't a good abbreviation for binary tree, there is such a data structure called B-Tree and it's not the same thing as binary tree. Incidentally B-Trees are also used for searching - databases use them for indexes and filesystems
    use them to store directory entries.
    @Joel Engineer: "Binary trees structures are built into the Net Library Hash Class"
    Binary trees and hash tables have nothing in common.

  • I am wishing to write a complaint letter regarding the service I have received for an Apple product, does anybody know to whom I should be addressing this to and the relevant email address? Thank you so much for your assistance. James

    I purchased an iPad 1 (in Australia where I used to live) and 5 months after the warrenty had run out it ceased to turn on. This I hasten to add, was only 1yr 5 months after purchasing it, and I think we all expect a premium product, which we pay a premium price for to work for longer then 1yr 5 months.
    This aside, I was advised my the Apple service centre in Singapore (Where I now reside) that due to the lack of warranty I would have to pay circa $450 SGD (£225) to get a "new" IPad 1. This was my only option.
    After begrudgingly parting with my money I recieved a "new" iPad with a 3 month warranty a week later (less than a week ago)
    The iPad has since stopped turning on again, having exactly the same problem as previously. I was advised by the genius at the Apple retail outlet in Isreal (where I am currently, bearing in mind there is no official Apple store in the country) that the iPad I had in my possesion was purchased in Australia a yr and 5 months ago and had no warranty. Not only had I paid $450 SGD for Apple only to fix my old iPad, I had been falsely advised that I would be recieving a new Apple product and my serial number has not been updated with the additional warranty. I feel a little cheated.
    Personaly I am dissmayed by this turn of events and feel hugely let down by Apple.
    I was going to give the iPad to my father as a present as I haven't seen him for 2 years, but it's worthless.
    Any assistance with this matter would be highly appreciated, I just want an iPad that works and a warranty period that makes sense for the amount of money I have spent on the product.

    Thanks people
    When I refer to letter, I mean email or eletter, whatever you wish to call it, but a correspondance via email very quickly to a global high-tech technology company. This is the year 2012 after all, I would feel slight disbelief if the only way to raise this complaint would be via a real letter.
    If there is no other way, than a letter will have to suffice.
    Again thanks for your support and time guys/gals.
    Regards,
    James

  • Outlook Web Access is currently unavailable. If the problem continues, contact technical support for your organization and tell them the following: No Client Access servers of the appropriate version can be accessed from the Internet

    Good Morning,
         We are getting this error 
    Outlook Web Access is currently unavailable. If the problem continues, contact technical support for your organization and tell them the following: No Client Access servers
    of the appropriate version can be accessed from the Internet
    We installed a new Exchange 2007 CAS on Windows 2008R2. Got rid of old CAS on Exchange 2007. Now seeing this error. Does anyone have an idea??

    Hi,
    If the issue persists, I recommend you install Exchange 2007 SP3 RU7 and check the result. Also, ensure that Exchange 2010 SP2 RU1 or later version is installed. Old Exchange version may lead to the CAS-to-CAS proxy incompatibility.
    What's more, here are some helpful blogs for your reference.
    Exchange 2010 SP2 RU1 and CAS-to-CAS Proxy Incompatibility
    http://blogs.technet.com/b/exchange/archive/2012/02/17/exchange-2010-sp2-ru1-and-cas-to-cas-proxy-incompatibility.aspx
    OWA Coexistence With Legacy Versions
    http://blogs.technet.com/b/sjimmie/archive/2010/07/09/owa-coexistence-with-legacy-versions.aspx
    Hope this can be helpful to you.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Since you don't allow emails any more – I suspect because of the numerous complaints with your service and the way you treat people that you don't want documented, I am calling and I want this call recorded for future reference. I have been a long time fa

    Since you don’t allow emails any more – I suspect because of the numerous complaints with your service and the way you treat people that you don’t want documented, I am calling and I want this call recorded for future reference.
    I have been a long time faithful customer of vzw and although the past year I have been late on payments many times and really couldn’t afford your exorbitant prices for services lots of other companies offer sometimes three times cheaper than what you charge, I have hung in there trying my best to meet my obligations.
    This month has been no exception. You don’t know the background; the whole story of people’s lives. I know you could care less because all you care about is the profit-the money that comes in.
    I was told when I agreed to pay my bill on the third per the recorded message that I had 14 days to pay…you cut me off anyway. The phones are not the tissue; your suspending my service means I cannot work. I may lose my job…how do you justify that? In any case? The least you could do would be to keep 4986 on and cut the phones off. But no. You refuse to compromise and meet the basic needs of your customer. What does that say about your company? I tried to call back on three separate occasions to tell you I couldn’t pay because of unexpected expenses but couldn’t get out of the automated system…sadly couldn’t get to a real person which also speaks volumes to me.
    All this tells me this is a company I don’t wish to be affiliated with any more. As soon as I can, I will discontinue service with you…I know you could care less. I will honor the remaining portion of the contract but that’s it. You don’t deserve my business. I am a good, hardworking person who, at the sacrifice of myself and my needs, always pays her bills…albeit late at times. I realize others tell you stories and lies to justify themselves. That’s not me. If you knew what I had been through the last 7 yrs you would marvel that I am  still on my feet…don’t judge too quickly. You could be wrong…and in my eyes you are by doing this to me.
    God will see us through this extremely scary time of that I have no doubt. No thanks to your company and lack of understanding and mercy. I am doing the best I can. Sadly you are not.
    See I have choices. MANY choices of providers for services you offer. I don’t have to be treated like this. I don’t have to succumb to your coldness and callousness. I intend to choose better (and cheaper). If your company doesn’t get the “people factor” back you will be sorry.

    Problem here is you admit you cannot afford the service.
    And you want to blame Verizon for losing a job because you have no cell phone.
    If your job depends on that phone I would pay it on time every time if you need a job to pay your bill.
    No other service is going to treat you any different. And if you cannot afford Verizon's monthly invoice how are you going to afford new devices, activation fees, possible security deposits on any other cellular carrier? You can't.
    Also if you made an arraignment to pay and then decide you cannot do so, why should Verizon extend you service or credit, or why is it you want to use the service and data and not pay for it as agreed.
    Get a prepay phone. Its evident the cost is too high for you to afford on post pay.
    Good Luck

  • HP in Real Life - Tell us your story.

    Hi everyone,
    In support of the HP in Real Life program, I thought we would support it by not only talking about it, but also starting some stories here about how we use our HP products to make our life, and the lives of those around us, better. 
    Tell us how HP products help you tackle everyday tasks like keeping family connected across the country or around the globe, balancing work and play, or just planning life and events. 
    You can either share your experience here, or go over to the Real Life website to share your story in videos, pictures or words to show others what HP helps you accomplish. If your story is selected, you'll be featured on the HP in Real Life website! 
    What started as a thoughtful gift from a friend has quickly turned into the thriving hub of business for Rebecca, the owner and founder of Danette Kenneth Photography. Learn how she uses her Compaq Presario CQ50 Notebook PC to help run and promote her business.
    Andy and Irwin have been passionate about ham radio for years. Learn how they use the latest technology in their HP and Compaq laptops to establish connections, translate Morse code and log new contacts from around the world.
    Have a great week. See you on the Boards.
    GarenT
    HP Product Expert for the Officejet Pro X Series.
    Was your question answered? Mark it as an Accepted Solution!
    See a great post? Give it a Kudos!

    Hello,
    There are many posts on this site concerning issues such as this from your region. Many who have posted have reported that, when they escalated through their proper support channels, they have been told that the problem is network congestion. But, "blame" shifts back and forth between RIM and the local mobile service providers. Consequently, I recommend that all who are experiencing this problem contact their mobile service providers and open a formal support ticket on this issue. The more of those that get placed, the more likely they will actually do something about it.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • There must be a real solution to "Windows found driver software for your device but encountered an error installing"

    "Windows found driver software for your device but encountered an error installing"
    I've spent hours researching this error - Seems like many people have the same issue although there is no difinitive fix or known cause.
    I'm hoping someone here has an answer.
    Windows 7 Home Premium x64 OEM (HP)
    This is not an upgraded Vista system.
    It's not a specific driver related issue as it's the same response/effect be it graphics/chip set/usb/printer drivers.
    Please dont suggest to flatten and re-install or run a repair install - It's not an option, I only have remote access to the unit
    as it's currently in field use.
    This is a machine specific issue - identical machine purchased at the same time and configured the same has no issue.
    So the story.
    User has been fine for weeks - no hardware of software changes except Windows Updates.
    A Camera/USB connection that was working no longer does.
    Tried in all USB ports
    Plug in - windows announces found new hardware, tries to install drivers then fails
    with "Windows found software for your device but encountered an error installing ...."
    Device manager finds and identifies device although it is in the 'Unknown Device" category.
    Manually updating drivers via search/internet or point directly at a driver has exactly the same effect.
    Thinking this was just the camera drivers - I researched and downloaded new drivers from camera manufacturers sites
    Fuji and Canon.
    Same effect.
    Deleted/uninstalled drivers completely, deleted/uninstalled all USB root hub and USB devices (hidden and visible)
    SFC /Scannow finds no error
    Cold boot finds USB and chipset(?) devices on boot attempts to reinstall then we get
     "Windows found driver software for your device but encountered an error installing"
    So now I have no usb devices at all - memory stick/card reader/printer...... nada.
    in fact if I try to update any device driver I get the same message generated.
    Restore point does not help either. 
    After much trawling I found reference to a permisions issue and stale driver cache data.
    (This is using an administrator account - not user with admin permissions?)
    I'm willing to try anything at this time
    I deleted the infcache.1 and other .dat files under c:\windows\system32\driverstore
    Copied the usb  .inf and .pnf from the appropriate FileRepository directory into c:\windows\inf
    Uninstalled all the usb/unkown devices from device manager again.
    Rebooted
    Takes a little longer to boot as I take it it's rebuilding the driver cache then
    a very short hurrah!!!
    I can now use usb memory card and pen drives - no issue
    Plug in a camera or printer...
    "Windows found driver software for your device but encountered an error installing"
    Several attempt at this trying different driver versions.
    It should not be vendor specific, the other field machine that works is using Microsoft drivers for these devices.
    I even copied the drivers from one machine to the other - repeated everything above...
    "Windows found driver software for your device but encountered an error installing"
    And then the nail in my sanity
    Try windows update....
    Reboot
    "Windows found driver software for your device but encountered an error installing"
    but this time its different.
    The device it thinks it cannot install is the generic MTP-PTP drivers  (Photo Transfer Protocol -so am I getting somewhere)
    so it still finds but cannot install.
    The cameras are always found but appear as 'unknown devices' and cannot be accessed
    Uninstall all USB/unkown again - reboot..
    Same message and this time I've lost all the USB again.
    Restore point to before Win Update gets me USB back again although I still have no cameras  - so theres an update issue as well.
    This has to be tied down to a file access/ registry problem although I'm loath to go cutting about without some guidance.
    I'm no great believer in 'registry cleaners' unless anyone can point to a definitive/no ad's/sales version that really works.
    As I said above, flattening/rebuild at this time is not an option - the user is not best pleased and I'm completley stumped.
    If anyone has experienced(manu of you have) and fixed(still to find one) this issue please let me know how as soon as possible.
    Chris 

    I know I am replying to an old thread - but I have the answer and resolved this error, and since this message comes up first in search results, and part of my answer came from this thread, I wanted to help someone else as this took an extra
    12 hours and a lot of technical insight to resolve. See below for detailed explanation that others ask for above.
    My original issue was that iTunes didnt reinstall. generating this error that said I am trying to access an unavailable network resource and to browse to find itunes64setup (again). This may partly have been due to me deleting old install version folders.
    Research led me to completely uninstall apple products and reinstall per their instruction and fixed the issue with iTunes. see
    Remove and reinstall iTunes and related software components for Windows Vista, Windows 7, or Windows 8 - Apple Support
    The SAME error I had while updating itunes recurred while uninstalling it from my Windows 7 SP1 system...so I went to microsoft Fixit and attempted to correct and it properly uninstalled iTunes for me, which allowed the reinstall.
    What didnt work was my USB web root/ root hub, which partly involved my older system and USB 1.0, and the delete/reinstall existing drivers with the c:\windows\winsxs folder as source of drivers (thank you Magon Liu!!!) which I had to figure out what/why
    and how.
    Then I had an intel chipset issue...my new Iphone wasn't recognizing in plug and play, and there was an error with installing the device drivers for my new iphone 6. Manual applications didn't work, even though a generic device showed in control panel -
    device manager with a yellow !
    Per above blog answer - I tried to remove and reinstall my USB controller or update the drivers (I have an Alienware M15 laptop - a few years old.) I discovered that the USB host controller - an Intel(R) 5 Series / 3400 Series Chipset family USB Enhanced
    Host controller - (port) was not covered by current Intel chipset programs which are Series 6 and later, but did have an update (8/20/2009 v9.1.1.1020)  that supported USB 2.0 (and therefore 3.0 backwards compatibility which as an issue with my new iPhone
    and some USB thumb drives.) To find this I had to look at the Support - Downloads and Drivers - browse for drivers and somewhere found an option to look for older no longer supported drivers. I found infinst_autol.exe for my case.
    Once downloaded I tried to install and failed. Found the log in C:\Intel\Logs and contains:
    [InstallDev]
              [Device]
                Driver = C:\Users\DAVIDS~1\AppData\Local\Temp\IPMx7\WIN7\ibexusb.inf
                INF = C:\Users\DAVIDS~1\AppData\Local\Temp\IPMx7\WIN7\ibexusb.inf
                Installed INF =
                Previous driver package =
    !           Warning 0xE0000235: DriverPackageGetPath failed.
                Difx = 64 bit
    Execute command: C:\Users\DAVIDS~1\AppData\Local\Temp\IPMx7\x64\Difx64.exe -DriverInf "C:\Users\DAVIDS~1\AppData\Local\Temp\IPMx7\WIN7\ibexusb.inf" -Flags 20 -KeyPath "Software\Intel\Difx64"
                Using RegDeleteKeyEx
    !!!         ERROR 0xE0000246: DriverPackageInstall generated an unexpected error
     HERE'S THE ADDED EXPLANATION TO BRIAN'S POST THAT EXPLAINS THE SECURITY ISSUE:
    This turned out to be an error for two reasons. First, after manually running the command in an "run as administrator" window (same error result), thinking it related to my anti-virus (turned that off/disabled firewall and A/V), and from this thread
    granting my user administrative rights to files in an install folder and trying to reinstall inf files and drivers from C:\Windows\winsxs vs my copied infinst_autol.exe expansion (as found from log in C:\Users\David Samuels\AppData\Local\Temp\IPMx7\WIN7 folder).....that
    there was an easier solution as the reason this error actually happens is a permissions problem.
    To access the proper windows system folders - you have to be the TrustedInstaller service - not just in the administrator group...or you have to be the actual "Administrator" account. To become actual administrator on
    your own laptop, Open a command window "run CMD.exe as administrator", then execute command
    > net user administrator /active:yes
    This creates a local PC Administrator account with no password. Coincidentally it has proper permissions to windows directories for installing drivers. Log in as this user, go to device manager and update the USB hub and any other drivers. if updating the
    USB root - it doesn't replace it right away as the system cant disable the currently resident in memory "running" driver  - you have to update, then restart the system, log in as administrator and repeat at the next lower layer that has issues.
    Once completed - log in as yourself again and disable the administrator account in a command window with > net user administrator /active:no
    This in my case enabled all my USB 2.0 and 3.0 devices on my originally only USB 1.0 laptop and everything else works properly again - I hope this helps many of you to resolve your own issues that were difficult to find and resolve and that got as far as
    this thread. Good luck!
     Regards,
     Dave Samuels

  • Is this a real Apple email? Dear Customer, We're constantly working to make our clients safer and our services more convenient for our customers. Your account has been frozen temporarily in order to protect it. The account will continue to be frozen

    Is this a real Apple email?
    Dear Customer,
    We're constantly working to make our clients safer and our services more convenient for our customers. Your account has been frozen temporarily in order to protect it.
    The account will continue to be frozen until it is approved And Validated . Once you have updated your account records, your information will be confirmed and your account will start to work as normal once again.
    Confirm Now >
    Wondering why you got this email? It's sent when someone adds or changes a contact email address in your account. If you didn't do this, don't worry. Your email address cannot be used as a contact address in your ID without your verification.
    Sincerely,
    Customer Support

    Dennis,
    Definitely a phishing email.  "Confirm Now" is linked to:
    Read Identifying fraudulent "phishing" email - Apple Support. It will help you identify and report fraudulent email.

  • HT4993 When I send Outlook invites to my iPhone (via email) the appointments appear 3 hours earlier? The time setting appears to be EST which is accurate so I can't figure out why the appointments don't appear in real time.  Thanks for your help, Ellen

    When I send Outlook invites to my iPhone (via email) the appointments appear 3 hours earlier? The time setting appears to be EST which is accurate so I can't figure out why the appointments don't appear in real time.  Thanks for your help, Ellen

    1) The best way to relocate the iTunes library folder is to move the entire iTunes folder with all subfolders to the new path, then press and hold down shift as start iTunes and keep holding until prompted to choose a library, then browse to the relocated folder and open the file iTunes Library.itl inside it.
    If you've done something different then provide some more details about what is where and I should be able to help.
    2) Purchases on the device should automatically transfer to a Purchased on <DeviceName> playlist, but it my depend a bit on whether automatic iCloud downloads are enabled. If there is a cloudy link then the transfer might not happen. You can use File > Devices > Transfer Purchases. In iTunes you should also check out iTunes Store > Quick Links > Purchased > Music > Not on this computer.
    3) Backup the device, then immediately restore it. In some cases you need to add a restore as new device into that equation. Obbviously not to be attempted until you're sure all your media is in your library. See Recover your iTunes library from your iPod or iOS device should it be needed.
    4) I believe there is complimentary 1 incident 90-day support with hardware purchases, but no free software support for iTunes itself. AppleCare gets you a different level of support.
    tt2

  • Sample schema - real life data to make it interesting for stundents

    Hi Guys,
    I wonder if there is an exciting example training schema around and
    I dont mean HR or customer order data :) I rather
    want to see something that makes students want to do the join and
    figure out the details. Data like salary statistics for
    professions and various countries by year or other
    interesting real-life demographic data.
    Thanks for any ideas
    metalray

    Hi Centinul,
    Thanks for the link.
    @Pavan, I dont have any requirements. I just want a sample schema that does
    not make stundents fall asleep while querying some random numbers (who cares about sales figures of john doe?).
    I need to keep people engaged and make them "want" to query because they "want" to know the answer.

Maybe you are looking for

  • I Phone 4 After Upgrade to IOS 6.1.3 unable to connect wifi

    May i know that do anyone here experience the same issue as me as i unable to connect to my home wifi after i upgrade to IOS 6.1.3 on my I Phone 4. I have try reset and reboot my router and even reset my phone network setting but to no availability t

  • Unloading external swf

    Hello everyone, I'm kind of new to AS3 I created a flash file and i have several buttons on the main stage. I have given the buttons instance names and whenever a button is clicked an external swf is loaded on the main stage. The problem which occurr

  • Financial Software

    I am looking for financial software for the mac. Is there software that will import my Microsoft Money (.mny) files directly? What is best financial software to keep checking and other accounts in order?

  • Adobe Flash CS4 ALWAYS crashes on startup

    My crash log is located here. My specs: quote: HP Pavilion dv6700 Notebook PC Intel Pentium Dual CPU T2330 1.6/1.6 GHz 2 GB ram Windows Vista Home Premium SP1 32bit Also I am admin and have disabled UAC etc, etc.

  • How would I make it so that when "deleting" an image I can make it so that the delete key does it or a button I put on the application?

    How would I make it so that when "deleting" an image I can make it so that the delete key does it or a button I put on the application? I want it so that I can use either a button on the designer window or the delete key. I know how to do the or part