Sean Coyne
Member since Jul 18, 2013
- Profile: /members/11073-sean-coyne.htm
- URL: http://www.n42designs.com
- Comments: 3
Recent Blog Comments By Sean Coyne
-
Which ASCII Characters Does urlEncodedFormat() Escape In ColdFusion
Posted on Jul 8, 2014 at 9:29 AM
A comparison with EncodeForURL() (CF10+) might be an interesting experiment as well.... read more »
-
User-Friendly Sort Of Alpha-Numeric Data In JavaScript
Posted on Jul 18, 2013 at 12:28 PM
Oh, and here is a description of the algorithm as well as implementations in other languages: http://sourcefrog.net/projects/natsort/... read more »
-
User-Friendly Sort Of Alpha-Numeric Data In JavaScript
Posted on Jul 18, 2013 at 12:23 PM
This is called natural sort. I created a CF solution for it based on this Javascript solution: http://sourcefrog.net/projects/natsort/natcompare.js... read more »