Category: Programming
Running Entire Folder of Scripts With PowerShell
Handy time-saving PowerShell script to run a batch of scripts easily.
Opinion
Continue Reading

SQL Server – AD Groups vs AD Logins
Let me state my position from the outset: Favoring AD Groups for security in SQL…
SQL Server
Continue Reading

T-SQL Temp Table Check
What’s better than dropping your temp tables at the end of every script? Checking for…
WordPress
Continue Reading

WordPress’ Secret Admin Panel
As I was attempting to update my email address in a WordPress blog, it was…
Powershell
Continue Reading

PowerShell With Uptime – Getting Days Only
There is a handy and free tool to check your system’s uptime called “Uptime”. (Clever, no?) It…
C#
Continue Reading

Script Storage Update
This is an update to a previous post. In another post on this site, it…
Javascript
Continue Reading

Javascript Date is One Day Off
In JavaScript, dates are based on the UTC time, the starting timezone which all others…
Programming
Continue Reading

Code Comments For MiniMap
There is a great way to mark sections of your code with a highly visible…
jQuery
Continue Reading

jQuery Toggle Firing Twice
When trying to toggle an element on a page using jQuery, you might have the…