Posted in Mobile, JavaScript, HTML5, ColdFusion | Posted on 01-30-2012 | 2,223 views
RIACon 2012 will be held August 6th and 7th in beautiful Rockville, MD at The Legacy Hotel and Conference Centre. The official call for speakers will begin next week, but for more information, check out the web site: http://www.riacon.com. I missed last year but hope to speak at this years conference!

Posted in Development, JavaScript | Posted on 01-27-2012 | 3,057 views
Validating forms with JavaScript has been possible since the very beginning of time... or at least the introduction of LiveScript (the original name before the marketing drones got ahold of it). While it's not particular new or as exciting as Canvas based games, JavaScript form validation is one of the best uses of the language (imo) and something that can dramatically improve your user's experience. I recently had a reader ask how to do JavaScript form validation so I thought it might be nice to write up a simple tutorial. This is not meant to cover every possible way, of course, and will be a very manual approach (no frameworks or plugins!) to the problem. As always, I welcome folks comments and suggestions below.
Posted in Mobile, jQuery, JavaScript | Posted on 01-24-2012 | 2,579 views
Posted in jQuery, JavaScript | Posted on 01-23-2012 | 2,319 views
As a blogger, I write quite a few blog posts. I hate RTEs (Rich Text Editors) so I'll typically do most of any desired HTML by hand. Normally this isn't a big deal. My blogware can handle paragraphs and code formatting. I typically just worry about bold and italics. However, because I'm entering HTML manually, there's always a chance I could screw up. I've got a Preview feature on my blog but I rarely use it.
Posted in JavaScript, ColdFusion | Posted on 01-22-2012 | 1,873 views
I've had a simple CFGRID demo sitting in my local web server for a few months now and never got around to sharing it on the blog. Today I responded to user with another CFGRID question and figured it would be good to share them both in one example. (Plus, the code has been sitting in my test.cfm file all that time and I want to get rid of it. ;) So let's start with the first example - relating one cfgrid to another.
Posted in Mobile, JavaScript, HTML5 | Posted on 01-20-2012 | 2,069 views
Yesterday I blogged my experiment with downloading files to a PhoneGap application. Today I decided to take my code and try it out on iOS. Along the way I discovered a little bug, and encountered the White List issue with iOS PhoneGap apps. As with the previous entry, please note that this could possibly be done better.
Posted in Mobile, jQuery, JavaScript, HTML5 | Posted on 01-13-2012 | 2,503 views
Earlier today I discovered the excellent Color Thief JavaScript library by Lokesh Dhakr. Color Thief gives you the ability to find the dominant color of a picture, or a palette of major colors. Check the site for examples. I thought it would be interesting to wrap this into a PhoneGap project and create palettes based on your camera. Here's what I came up with.
Posted in Mobile, JavaScript, HTML5 | Posted on 01-13-2012 | 1,873 views
One of the interesting things added in PhoneGap 1.3.0 (and something I missed until fairly recently), was support for battery events. Using these events is pretty simple so I thought I'd whip up a quick demo.
Posted in jQuery, JavaScript, HTML5, ColdFusion | Posted on 01-10-2012 | 2,100 views
Yesterday on Twitter docwisdom asked me about using AJAX to persist form values while you edited data. This is something I've talked about before. I thought though it would be a great example to a) blog it again (I'm a believer in multiple examples, and worse case, the more I work on the client side the more comfortable I get) and b) a great time to compare a server based example versus a completely client side version using HTML5 technology.

