I just wrapped up my presentation on jQuery to the Alamo Area ColdFusion User Group. For a first run through, I think it went well. I've tried like heck to give new presentations this year, and this was one of two brand new presentations in the next 8 days. I had a bit too much material for the time allotted, so you will see me skip around a bit towards the end to wrap early. Also - I got some feedback saying I should maybe spend more time explaining what jQuery is up front. All excellent feedback. The first time giving a presentation can be both scary and educational as well. So thank you again to the Alamo!
You can find the embedded presentation below, as well as the recording URL here:
http://experts.na3.acrobat.com/p87003729/
Please send me some feedback folks on how I can improve the presentation next time. Also, jQuery team, forgive me for bad mouthing the effects. I'm just not an effects guy. ;) (Than again, I wasn't too pleased with the UI stuff at first!)
-
Sponsors
-
Subscribe
Enter your email address to subscribe to this blog. -
-
Categories
- Adobe (99)
- Adoption (8)
- AIR (69)
- AJAX (335)
- ASP (4)
- BlogCFC (137)
- Books (21)
- Canvas Wiki (21)
- CFEclipse (24)
- cfObjective (1)
- CFUNITED (9)
- ColdFusion (2382)
- ColdFusion Builder (22)
- Development (211)
- Flash (18)
- Flex (139)
- Framework One (2)
- Fusebox (5)
- Galleon Forums (50)
- Groovy (1)
- Hardware (11)
- Harlan Ad Server (7)
- Java (10)
- JavaScript (32)
- jQuery (85)
- Lighthouse Pro CF Bugtracker (41)
- Lost (39)
- MAX (94)
- Misc (524)
- Model-Glue (92)
- Movies (22)
- Music (10)
- ORM (1)
- Politics (18)
- QuickPoll CFC (2)
- Soundings Survey (24)
- SpoolMail CF Mail Reader (8)
- Starfish CF Profiler (4)
- Television (24)
- Transfer (15)
- Video Games (51)
Comment 1 written by Michael Santoroski on 7 April 2009, at 9:38 PM
Comment 2 written by Raymond Camden on 7 April 2009, at 9:41 PM
Comment 3 written by anthony on 7 April 2009, at 10:10 PM
Comment 4 written by Shane Zehnder on 7 April 2009, at 11:38 PM
Comment 5 written by Shane Zehnder on 7 April 2009, at 11:48 PM
A little OT, but it just made my day.
Comment 6 written by Kumar on 8 April 2009, at 1:27 AM
I also think an immediate question one would get from this preso would be, using jquery instead of CF8-Ajax stuff. So, maybe you want to add a slide on that. For me, its probably down to how much flexibility you want and whats your data size, for example, 5000 records, jqGrid is faster than cfgrid (very minor difference), but it goes up as I go to 50k records.
Comment 7 written by Monte Chan on 8 April 2009, at 1:35 AM
Comment 8 written by Raymond Camden on 8 April 2009, at 6:14 AM
@Kumar: I have a slide on plugins, but I skipped it because I ran out of time.
Comment 9 written by John Farrar on 8 April 2009, at 10:42 AM
Comment 10 written by Raymond Camden on 8 April 2009, at 10:43 AM
Comment 11 written by Matt on 8 April 2009, at 11:13 AM
Comment 12 written by anthony on 8 April 2009, at 4:18 PM
I meant $() as the document ready function. If you pass a function in as an argument to $ it adds it to the dom ready stack.
Comment 13 written by Joel Cox on 9 April 2009, at 10:01 AM
I see that you used $("#select1 option:selected").val() to retrieve the value of a select box, but I have always found that $("#select1").val() will return the value of the selected option. Is there a reason to use the "option:selected" selector, like browser compatibility?
Another useful plugin is Throbber (http://plugins.jquery.com/project/throbber) to automatically display and hide those spinning loading animations. Like most things jQuery, it's just too dang simple to implement, makes me feel that I'm not working hard enough :).
Comment 14 written by Nando on 9 April 2009, at 12:02 PM
Excellent introduction to jQuery! Thank you very much for putting that together, really. The only suggestion I have, since you asked, is that the preamble doesn't need to be so long.
Ummm, you also indicated in the preso that you'd make the demo files available, and I came back just now to see if there was a download link yet, and I don't see it.
Comment 15 written by Raymond Camden on 9 April 2009, at 12:17 PM
Thanks for the feedback.
Comment 16 written by Nando on 9 April 2009, at 1:32 PM
Thanx again Ray!
Comment 17 written by Raymond Camden on 9 April 2009, at 10:07 PM
[Add Comment] [Subscribe to Comments]