standards

What’s the fuss about with WiFi 6?

If you read tech news, you may have seen a lot of talk about WiFi 6. It’s the next generation of WiFi standard announced by the powers that be. But what happened to WiFi 1 to 5? What does it mean and what is all the fuss about? Dave’s Computers in New Jersey is here … 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(); }); });