Technology

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

Yes, it is possible to create massive amounts of tags in Evernote rather quickly. You will just need a text editor. First of all, don’t bother trying to use the standard plus-sign on the Evernote left pane. It won’t help you do anything except add one at a time, and...

More
  • 2018-12-25

An email came through that looked somewhat official but had a few “tells” to show that it was fake.

More
  • 2018-12-10

There is a great way to mark sections of your code with a highly visible indicator that requires less effort to identify. It’s preference, for sure. I would imagine that certain people might find this a gaudy way to comment their code, while others would appreciate the practicality of it...

More
  • 2018-12-04

When trying to toggle an element on a page using jQuery, you might have the toggle happen multiple times. In other words, you click the event listening element (such as a link) and the element you want to toggle expands and collapses, then once more expands and collapses. Obviously, this...

More
  • 2018-11-13

One major inconvenience with Windows is the way the OS applies updates. While I could drone on about my opinion on Windows vs Linux updates, I’ll keep this simple. Last night I chose to “Update and Shut Down” my laptop. Now, logically, one would think that the updates would be...

More
  • 2018-11-12

EDIT: I had two scenarios like this. The one written about here worked. The other one failed. The actual solution came from sql-ution.com. The solution is to fix the registry with the new value. And just in case his website comes offline before mine does, I'll post the code: Since...

More
  • 2018-05-16
  • 1

Update here: Script Storage Update Throughout my career, my scripts have been a vital piece of my work. Where I store them has changed over the years. The challenge has been in finding a repository that is reliable, searchable, accessible from where I work, and that looks good with color-coding. Additionally,...

More
  • 2018-05-02