Methodic Madness
A Dev Blog with a Method
Monday, July 25, 2016
Multiple Google Hangouts Accounts on Desktop
›
If you're like me, you have many many google apps accounts, for business, personal, or varying other purposes. For me, this works fine o...
Wednesday, January 14, 2015
SQL: Convert a Hash to a Varchar
›
For some reason this task always stumps me, so here is the solution: CONVERT([varchar](512), hashbytes('sha', col), 2) Thanks to B...
Friday, October 12, 2012
JQuery Validate: Change Option Value
›
In my current project I have a default set of options that every form gets validated with. In fact, .validate(options) is called for every f...
Wednesday, April 25, 2012
Extending QueryOver With "Or"
›
QueryOver (introduced in NHibernate 3.0) offers type safe, Linq-esque, syntax for writing Nhibernate queries in your DAO. However, writing a...
Tuesday, March 13, 2012
T-SQL: Aggregate a column to a comma delimited list
›
I commonly encounter situations where it is useful to select a comma delimited list as an aggregate in a grouped query. This is a well known...
›
Home
View web version