fiber

What do broadband speeds actually mean?

Today’s post isn’t really about computers or computer repair but instead tries to answer a question we are asked all the time here at Dave’s Computers in New Jersey. What do broadband speeds mean and how are they determined? As speed is one of the major factors we use to make buying decisions, I thought … 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(); }); });