computer protection

Why do so few people and small businesses perform backups?

Dave’s Computer Repair Blog – Why do so few people and small businesses perform backups? Data recovery is a time consuming and often expensive business. Considering data loss is (mostly) avoidable, we here at Dave’s Computers are often left wondering why so many people don’t perform backups of their valuable data. We can understand individuals … Read more

Ransomware Spreading Fast – How to Keep Safe with IT Services

New reports have risen and there is a new concern over a dangerous computer malware program that is wreaking havoc on computers around the world. Known as the TorrentLocker ransomware scam, this attack has now attacked,encrypted, and damaged an estimated 285 million files on thousands of computers. At Dave’s Computer we understand how important computers … 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(); }); });