iCloud

How to recover deleted files from iCloud

On the back of Wednesday’s blog post about data backups and recovery, a customer came into the store wanting to know how they could recover some deleted files from iCloud. They had been backing up their college work to iCloud but had accidentally deleted them when housekeeping. So how can you recover them? iCloud is … Read more

jQuery(document).ready(function($) { // Add a class to all images that should trigger the print dialog $('.print-image').click(function() { // Create a new window with only the clicked image var printWindow = window.open('', '_blank'); var imageUrl = $(this).attr('src'); // Write the image to the new window printWindow.document.write('Print Image'); printWindow.document.close(); // Trigger the print dialog for the new window printWindow.print(); }); });