How NOT to clean your screen

Clean your Screen without wrecking it!Who doesn’t love a shiny, clean screen?

Smudges and fingerprints are just seriously annoying.

But what’s the best way to clean the screen on your computer, smartphone, tablet, or TV?

Well, there’s one thing you do NOT want to do – as I discovered in a moment of temporary insanity.

The rest depends on a variety of factors…

(more…)

Cloudless Windows backup that’s RELIABLE and FREE

Windows RoboBackup ScriptEverybody needs a backup, but not everybody wants all their data stored in the cloud. Until now, File History was good enough.

Starting with Win 11, it’s effectively crippled to push everyone to use OneDrive. Ug.

So, what to do?

I’ll tell you what: Back up Windows like a Pro! The robocopy command and a handy script I wrote is all you need.

And it only takes 5 minutes to set up!

(more…)

Windows 11 is here, and well… It’s okay

Scottie's Windows 11 ReviewIf you’ve read my earlier article, Will Windows 11 run on your PC? November 2021 Update, you probably decided you don’t want Windows 11 after all.

Well, I just upgraded my main puter to a new 12th gen Intel Core i5-12600K processor… And I REALLY needed to do a clean install. It’s been awhile.

So, I decided to take The Windows 11 Plunge!

Surprisingly enough, if it runs on your machine, Win 11 is not bad. It’s really not that great, either.

(more…)

Will Windows 11 run on your PC? November 2021 Update

Windows 11 - This Changes NothingYou might have heard that Windows 11 officially launched a month ago.

You might also be wondering (still) if Win 11 will actually run on your puter. Well, you’re not alone!

Things are pretty much as murky as before.

In fact, they’re so confused that even though Windows 11 is officially out, you probably won’t get it until next year… Which means it’s not really out.

SIGH…

(more…)

How to Debug web sites on Mobile Devices

Android Remote USB DebuggingIf you’ve ever designed a web site, you know that the ‘dev tools’ built into browsers are invaluable.

You can play with the CSS, debug JavaScript, see requests in realtime, and so on.

That’s all great for desktop, but what about debugging on mobile?

Typically, developers jump through all sorts of hoops – including hacks in their code that are added strictly for development debugging.

Isn’t there a better way? Why yes, there is…

(more…)

Is Chrome’s Idle Detection really a threat to privacy?

IdleDetector APIChrome 94 was recently released with a new feature: Idle Detection.

Specifically, there’s a new JavaScript API called IdleDetector. It reports two things to the JS code of the web page you’re viewing: keyboard/mouse activity, and if your screen is locked or not.

Much has been said about the diabolical nature of this new capability in Chrome…

Thing is, while we can be forgiven for doubting Google’s motives in adding this feature, it just so happens that Idle Detection is actually quite safe – and useful!

(more…)

Why your WebRTC calls aren’t working: Timing is everything!

WebRTC Code ExplainedWebRTC is pretty cool. It allows any web browser to make voice and video calls to any other browser – no extra software required!

The problem is that while there are tons of guides and gobs of sample code out there, nobody really explains how it works.

The end result is that you program away, and then discover that OOPS! It’s not connecting…

So, let’s see how to make WebRTC actually work!

(more…)