What’s better than dropping your temp tables at the end of every script? Checking for their existence at the beginning of the script and dropping them.

More
  • 2019-10-21

As I was attempting to update my email address in a WordPress blog, it was stuck. A notification said: There is a pending change of the admin email to xoxoxo@xoxoxo.com

More
  • 2019-10-19

There is a handy and free tool to check your system’s uptime called “Uptime”.  (Clever, no?)  It can be downloaded at http://uptimeexe.codeplex.com. While it is very easy to use (just navigate to it in a command window and type “uptime”), it doesn’t give much of an option for formatting the output to...

More
  • 2019-10-18

Recently, I have made a great effort to increase my online privacy. This theme does not have any trackers. No Google fonts, no Google analytics, no FontAwesome fonts, no CDN hosting for code, and no Facebook scripts or trackers. It’s a clean page, except for the Disqus comments, but those...

More
  • 2019-10-17

In C:\Windows\System32\drivers\etc, edit Hosts file. For example, to block amazon, do this: https://www.wikihow.com/Block-a-Website-in-All-Web-Browsers

More
  • 2019-05-22

In JavaScript, dates are based on the UTC time, the starting timezone which all others are based on. You may have a date in JavaScript that should be one particular date but for some reason changes itself to the previous day. The way to fix it is to add the...

More
  • 2019-05-14