Category Archives: Technology

T-SQL Temp Table Check

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.

WordPress’ Secret Admin Panel

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

Javascript Date is One Day Off

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 timezone offset to the date.… Read More »

Evernote – Bulk Creating Tags

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 will actually be a pain.… Read More »

Code Comments For MiniMap

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 – because, boy, is it… Read More »