Hal Helms On Object Oriented Programming - The Summary

Posted October 26, 2008 at 3:50 PM

Tags: ColdFusion, Work

I spent this last week down in Florida at Hal Helms' "Real World OO" class on object oriented programming. While the code samples that we worked on were done in ColdFusion, the course was not really ColdFusion specific. The fundamental ideas of object oriented programming are universal and can be applied to just about any programming language that can handle objects.

This class was simply awesome. Every morning I jumped out of bed, ready to get down and dirty with some OO. Every night, I had trouble falling asleep as my mind raced, trying to catalog and make sense of all the information I gathered over the day; there was just so much good stuff being passed around the classroom. Learning in a classroom just makes all the difference in the world. It cannot be compared to anything else. And the guys that I was with were great, really intelligent people. It was a prefect sized class - the best learning environment that I could ask for.

I definitely made some huge breakthroughs in terms of how I understand object oriented programming and the differences between object oriented programming and object-based procedural programming. My hope now is that I will be able to sit down on my own, outside of the class, and apply some of this newfound knowledge to my work.

If any of you have a chance to attend one of Hal Helms' classes, I highly recommend it. It will change the way you think about programming. At the end of the class, Hal told me that his next one was scheduled for February 23-27th down in Sarasota, FL. That's a bit soon for me, but I can definitely see myself going back down for another class after having had the chance to apply this stuff theory in the field. I am sure that in the next few months I will develop a million new questions.

 
 
 
 
 
 
Hal Helms'  
 
 
 

Left to Right: Hal Helms, Kevin, Andrew, Ben, Dave, Matt

 
 
 
 
 
 
Hal Helms'  
 
 
 
 
 
 
 
 
 
Hal Helms'  
 
 
 
 
 
 
 
 
 
Hal Helms'  
 
 
 
 
 
 
 
 
 
Hal Helms'  
 
 
 
 
 
 
 
 
 
Hal Helms'  
 
 
 

Post Comment  |  Ask Ben  |  Other Searches  |  Print Page




Learning ColdFusion 9 - ColdFusion 9 tutorials, samples, examples, demos

Reader Comments

Oct 26, 2008 at 6:18 PM // reply »
41 Comments

Can you give a summary in the context of OOPhoto? What did you do wrong or right? What will you change? Will you start over or modify?


Oct 26, 2008 at 7:29 PM // reply »
56 Comments

Don't worry Glen, Ben has promised a good summary. I'm sure he needs some R and R for now.


Nov 1, 2008 at 4:19 PM // reply »
19 Comments

Wow! Sounds like you had a great time and learning from one of the best I think on the whole OOP subject. Great Stuff!


Aug 3, 2009 at 3:30 AM // reply »
1 Comments

Excellent site,Thanks for this great post - I will be sure to check out your blog more often.Just subscriped to your RSS feed..


Post Comment  |  Ask Ben

Recent Blog Comments
Feb 9, 2010 at 5:34 AM
Creating A "Remember Me" Login System In ColdFusion
Any change you could show how to take advantage how the J2ee session stuff in your code? http://kb2.adobe.com/cps/182/tn_18232.html ... read »
Feb 9, 2010 at 5:32 AM
Creating A "Remember Me" Login System In ColdFusion
This may help: http://bugs.farcrycms.org/browse/FC-79 Its the session variables' option being selected in the CF Admin ... read »
Feb 9, 2010 at 4:14 AM
Ask Ben: Converting a Query to an Array
Exellent script! Tried to make it shorter, gained approx 10% performance improvement :) [CODE] <cffunction name="queryToArray" access="public" returntype="array" output="false"hint="This turns a q ... read »
Feb 9, 2010 at 3:16 AM
Using jQuery's SlideUp() and SlideDown() Methods With Bottom-Positioned Elements
Just a quick fix for the code example above: $('.panel').height() should instead be... $('.panel').outerHeight() ... read »
Feb 9, 2010 at 3:09 AM
Using jQuery's SlideUp() and SlideDown() Methods With Bottom-Positioned Elements
I came across this page because I was searching for a certain behavior. I didn't just want the element to slide up; I wanted it's contents to slide up with it. As if the contents were written on a p ... read »
Feb 9, 2010 at 12:57 AM
Ask Ben: Creating A PDF And Attaching It To An Email Using ColdFusion
Have you got any reference to code explaining the procedure to use cfdocument, file to disk and attach to email? ... read »
Feb 8, 2010 at 11:27 PM
Why NULL Values Should Not Be Used in a Database Unless Required
@Randi, While I can appreciate your specific situation, I personally am not a fan of a situation where people have the option to run their own ad-hoc reports on the database. This is, honestly, a r ... read »
Feb 8, 2010 at 11:15 PM
Creating Microsoft Excel Documents With ColdFusion And XML
@Candice, No problem - glad you got it figured out. @David, To view the XLS document as an XML file, if I remember correctly, I actually opened up the document in Excel and then went "File > ... read »