Hal Helms - Real World Object Oriented Development, Sarasota - On My Way

Posted February 20, 2009 at 12:15 PM by Ben Nadel

Tags: ColdFusion

Right now, I'm sitting in the nice new JetBlue terminal here at John F. Kennedy airport in NY. In about 20 minutes, I'll be boarding my flight down to Sarasota, Florida where I'm going to be helping run the latest Hal Helms training event - Real World OO (Object Oriented) Development. I don't have much time to write, but I'm quite excited to be heading down to this event; and, not just because it's about 30 degrees warmer in Sarasota, FL, althought that certainly doesn't hurt - I'm excited because I've been to this class before and I know just how awesome it is.

Over the next week, I'll be posting daily updates and pictures from the event; so feel free to stop by, check it out, and ask me anything you want to about the class.


 
 
 

 
Ben Nadel At JetBlue Terminal On His Way To Hal Helms Training Event - Real World OO Development.  
 
 
 

 
 
 

 
Ben Nadel At JetBlue Terminal On His Way To Hal Helms Training Event - Real World OO Development.  
 
 
 



Reader Comments

Feb 20, 2009 at 8:53 PM // reply »
10,640 Comments

Just got back from Hal's office and am settling into the Homewood Suites. It's a really nice hotel and Hal tells me that the conference area is really nice (where the class will be held).

I also hear there is going to be unlimited canned drinks! I just hope they know what seltzer / club soda is - Florida seems to be unaware that people up north drink bubbly water that is NOT Perrier :)


Feb 21, 2009 at 11:50 PM // reply »
32 Comments

Oh no, you might have to slum it and drink perrier?!?! :-)

If you come back from Florida with a tan i am not going to be happy. please bring back some good weather.


Feb 22, 2009 at 9:38 AM // reply »
10,640 Comments

@Simon,

A tan? ha ha ha ha, we'll see about that.


Feb 22, 2009 at 2:50 PM // reply »
1 Comments

Not to mention, you can't order sweet tea in Florida either.


Feb 22, 2009 at 3:57 PM // reply »
47 Comments

@Ben, Tell Hal to call me if you guys are going to be doing some coding outside of the class, i'd like to come over and talk code with you guys and hang out!


Feb 23, 2009 at 8:23 AM // reply »
10,640 Comments

@Hatem,

Our brains are gonna be so stuffed full of information, I am not sure how much coding will actually be done outside of class. But feel free to drop by some night.


Feb 24, 2009 at 7:17 AM // reply »
47 Comments

@Ben, maybe coding was not the right word, I wanted to sit down with 2 brainiacs and hope that some of that programming knowledge will rub off on me, lol!


Post A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
InVision App - Prototyping Made Beautiful With Prototyping Tools Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
Feb 12, 2012 at 3:37 AM
Learning ColdFusion 8: CFImage Part III - Watermarks And Transparency
Hi Ben, Just to ask currently it is placed bottom right corner, if i need to replace the same rendered image on the bottom left side or in the bottom center, how that can be calculated. bottom ce ... read »
Feb 11, 2012 at 9:29 PM
Use jQuery's SlideDown() With Fixed-Width Elements To Prevent Jumping
I can't say how glad I am that I found your post. Thank you very much. ... read »
Feb 10, 2012 at 7:21 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
Update! Instead of $(eval(options.insertAfter)).after(data['insertData']); I now use: var ajaxNode = document.createElement('span'); var parent = $(eval(options.insertAfter))[0].parentNode; ... read »
Feb 10, 2012 at 6:18 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
encountered this same, what I consider, jQuery bug last week. I'm building a site in which I load some content via AJAX. This content contains Linkedin share button placeholders which Linkedin API ne ... read »
Feb 10, 2012 at 11:30 AM
Cross-Origin Resource Sharing (CORS) AJAX Requests Between jQuery And Node.js
After you understand the concepts here, this is an awesome cheatsheet for enabling CORS in just about anything http://enable-cors.org/ ... read »
JM
Feb 10, 2012 at 9:10 AM
My Safari Browser SQLite Database Hello World Example
@Amy, Here is a very good tutorial on how to use JOIN: http://www.sqltutorial.org/sqljoin-innerjoin.aspx ... read »
Feb 10, 2012 at 4:42 AM
Building A Twitter-Inspired RESTful API Architecture In ColdFusion
This is great, very useful Ben. I spotted a small typo in the api.cgm listing: <cfthrow type="Unauthroized" /> Cheers Stefan ... read »
Feb 9, 2012 at 10:35 PM
CFDirectory Filtering Uses Pipe Character For Multiple Filters (Thanks Steve Withington)
I was wondering if there would be a filter you could apply so that you got everything but what you included in the filter. As in show me all docs that are not a .pdf. ... read »