Securely delete

How to securely delete files from your hard drive

Dave’s Computer Repair Blog – How to securely delete files from your hard drive As well as helping the good people of Hillsborough with their data recovery needs, we also advise on IT security. One of the things you quickly realize when dealing with computers is that data is rarely gone from a drive. More … 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(); }); });