Blog

2015 Missoula Half Marathon

I went into this years Missoula Half Marathon with higher expectations and less nerves, as last year was my first time running the Missoula Half Marathon, as well as my frist time running an official half marathon race. I ran the Pittsburgh Half Marathon about two months before and was happy with my continued improvement.  I was hoping to see the same type of improvement in Missoula after putting in over 100 training miles in June leading up to the Missoula race. 

Read More

Create a Coldfusion style uuid with MySQL

What if you have a Coldfusion application that uses uuid values in the database, but you would like to insert data directly using MySQL? Unfortunately, Coldfusion's createuuid() function creates a 35 character uuid value, while the uuid() function in MySQL creates a 36 character uuid value.

Read More