-
How to fix Microsoft Surface 3 pen?
If you have Microsoft Surface pen for Surface 3 / Pro 3 and it stops work, there are several reasons this might be happening. Here I am going to talk about the batteries. That is right, plural – batteries. This particular pen has three batteries in it – one AAAA battery, and two 319 button…
-
How to redirect to WWW using JavaScript?
Redirecting to a sub-domain, like “WWW” or another one, can be a choice or a way to solve a problem. Below is a way to do so using vanilla JavaScript, but before just performing a redirect we need to factor in items like protocol, navigation path, query strings, anchors (hash), and site environment. Let’s look…