The engineers at Microsoft decided that people who want to save screen space are not interested in knowing the date.
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...
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...
An email came through that looked somewhat official but had a few “tells” to show that it was fake.
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...
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...
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...
Just in fun. I like Linux, for the most part.
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...
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,...