Had to come up with some sort of chat / talk bubbles for messages back & forth. This isn’t a new idea, I’ve seen this style around quite a bit but never paid much attention to it. My most recent …
Monthly Archives: September 2011
New Server Build
Posted by Don Quist
on September 19, 2011
No comments
We finally decided on a parts list and ordered everything for our new small server http://www.sigmaprojects.org/projects/view/New-Server-Build.
Hibernate Criteria Queries are your friend
Posted by Don Quist
on September 16, 2011
No comments
I was working on a project where I needed to do a search feature, I then remembered seeing this in the ColdBox docs… Wasn’t sure exactly what it was, but it looked cool, so I gave it a try, and …
Full Hibernate class names for ormtype property
Posted by Don Quist
on September 3, 2011
No comments
Figured I would share a little tidbit I found the other day. While working with a MySQL database, I kept having to define boolean property types as ormtype=int in my cfc’s, then later changing the column in the database to …