In this week's show, Dave and Scott discuss the latest jQuery Mobile release, how to speed up your ColdFusion 10 start processes and how to get run over if you wear Google Glass.
Show Link: http://traffic.libsyn.com/cfhour/Show_171_-_Access_Still_Sucks.mp3
Sponsor
A little bit about our sponsor. Host Media is, among other things, a ColdFusion hosting provider. Click the link below for an exclusive discount for CFHour listeners using the discount code 'cfhour'
Host Media
http://www.hostmedia.co.uk/
Show Topic Links:
Google Glass
http://www.theverge.com/2013/2/22/4013406/i-used-google-glass-its-the-future-with-monthly-updates
jQuery Mobile 1.3.0 released
http://jquerymobile.com/blog/2013/02/20/jquery-mobile-1-3-0-released/
E-seminar on FusionReactor
http://www.adobe.com/cfusion/event/index.cfm?event=detail&id=2163558&loc=en_us
cf.Objective() 2013 Schedule
http://www.cfobjective.com/schedule/
Firefox OS
http://www.engadget.com/2013/02/24/mozilla-ceo-looking-at-a-2014-timeframe-for-a-us-firefox-os-rel/
Faster CF10 starts
http://fusiongrokker.com/post/faster-coldfusion-10-restart-on-osx-unix-linux
Buy Stuff
http://cfhour.spreadshirt.com/


Feb 27, 2013 at 7:58 AM I have to disagree guys. If you use cfajax you do not hurt yourself.
You hurt the unfortunate developer who comes after you and has to either suffer cfajax of spend large chucks of their life ripping that junk out.
Feb 27, 2013 at 8:00 AM chunks*
And yes adobe...Stop creating new ui tags.
We need to stop enabling crappy *enterprise* developers who have no real understanding of the code they are writing.
Mar 5, 2013 at 1:05 AM I use the preservedata feature of cfform so that my form variables have default values without specifying the value clause.
Q: Do you use input name="myName" value="#form.myName#"?
And along with it, param name="form.myName" default=""?