cfWeller
Columns from a corporate ColdFusion developer
Wednesday, September 18, 2013
CF10 expandPath() issue with IIS virtual directories
›
First of all, allow me to preface this post with the fact that I am not advocating the use of IIS virtual directories in lieu of ColdFusion ...
4 comments:
Saturday, June 1, 2013
Introducing CodeChecker - a code review automation tool
›
Code review is an important part of any software development cycle. It helps ensure to some degree the quality, coherency, and consistency ...
12 comments:
Friday, April 5, 2013
UDF for converting a query string to a structure
›
Have you ever needed to work with url query string parameters? Working with a list is no fun, hence why I wrote the convertQueryStringToStru...
2 comments:
Standard responses with Response.cfc
›
Standardizing responses is useful so you know what to expect when you make a service call. That is why I wrote Response.cfc ( github repo li...
Wednesday, July 25, 2012
Validate client-side with dataset property
›
There are many new and exciting things in HTML5, but one of the interesting shifts it has made in my programming is for client-side form val...
1 comment:
Thursday, July 12, 2012
t-sql get first item from list using substring and charindex
›
For those of us who have inherited non-normalized databases where lists are stored in a single column, it may be helpful to be able to get t...
2 comments:
Searching on first character with CHARINDEX
›
Have you ever wanted to build an alphanumeric search allowing the user to click an individual letter or number range and then display the ma...
›
Home
View web version