Heading To An Object Oriented Programming Seminar

Posted October 19, 2008 at 7:43 AM

Tags: ColdFusion

Lately, I have been giving the "full court press" to the topic of Object Oriented Programming in ColdFusion. I like to think that I've been making a lot of great progress and have gotten a ton of really useful feedback from my readers. But, I feel like I've hit a bit of a training plateau and I need a little something something to push myself to the next level. To me, that "something" is actual training. I've really been missing that classroom setting. I miss being able to ask a question and have it instantly addressed and I miss learning from the questions that others ask that I didn't even think about. I think that kind of setting would really make the difference in my progress; I've got what I consider an OK foundational understanding right now, but it's time to mature and grow that base into actual understanding.

Last week, some of you may have seen on Twitter-BenNadel that I started looking around for continuing education classes in computer science. It was looking pretty grim, but then I came into a wonderful opportunity. I am right now headed out to a one-week computer seminar in Object Oriented Programming. I'm pretty sure that it's not ColdFusion specific, but you can bet your bottom that it'll be some good, universal information about Object Oriented Programming.

More information to come!

Post Comment  |  Ask Ben  |  Print Page


You Might Also Be Interested In:



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

Reader Comments

Oct 19, 2008 at 8:59 AM // reply »
11 Comments

Where is the class? Do you have a link?


Oct 19, 2008 at 10:56 PM // reply »
3 Comments

Ben,

Awesome meeting you tonite. I think the class is going to be a great learning experience.

Andrew


Oct 20, 2008 at 4:41 AM // reply »
38 Comments

@Ben, looking forward to hearing more about your course, hope it goes well. I think you've got it spot on with "I miss learning from the questions that others ask that I didn't even think about".


Oct 20, 2008 at 8:41 AM // reply »
32 Comments

This inspires me! I've been wanting to get in a classroom for some software development courses but so little time to actually go sit in a classroom though. Does anyone know of some good online courses in OOP, software development, etc., that they have actually used?


PJ
Oct 20, 2008 at 1:51 PM // reply »
15 Comments

Good classes are generally hard to find. While the CS classes I took in undergrad were great (wish I had taken them more seriously) I took a few extension classes at my alma mater a couple years ago when I was picking up C# and the instruction was pretty bad. That said, even the worst class will force you to buy a book and do a couple assignments so I suppose all is not lost.

Speaking of which, if you have some extra time, a great way to get familiar with OOP is to experiment with a more object oriented language. If you've been coding a while, new languages really aren't that tough to pick up (just tough to master).

@Ben, so how's the class so far? Any epiphanous moments?


Oct 22, 2008 at 7:28 AM // reply »
7,572 Comments

@Andrew,

Great to meet you too man. .... for those of you not here, Andrew and I have been having some great conversations - we each do things a little differently; the irony of the situation is that I think we're both finding out that we're wrong :)

@All,

The classroom setting is everything that I had hoped for, and a bag of chips (as they say). I feel so energized and inspired all day long (thought I slump a bit in hour 8 or day conversation ;)).

I'll be posting a daily round-up of the class as best I can so check the blog.


Post Comment  |  Ask Ben

Recent Blog Comments
Mar 21, 2010 at 8:57 PM
The Bourne Ultimatum Starring Matt Damon And Julia Stiles
late to the party, but my observation is this: rewatch carefully for the platonic nature of the relationship between nicki and jason. she never flirts with him. he never comes on to her. they alway ... read »
Mar 21, 2010 at 7:40 PM
Is Simulating User-Input Events With jQuery Ever A Good Idea?
A couple of things. One you embed the initial state of of more-info in the CSS. IMHO, that behavior should be in jQuery: moreInfo.hide(); It shows that the behavior your toggling and closing is mor ... read »
Mar 21, 2010 at 3:59 PM
Exploring ColdFusion Component Runtime Class Properties And Serialization
@Elliott, according to Ben's experiment, serializeJSON() doesn't access the private data by default - it doesn't even access the getHair() method - so trying to clone a Girl.cfc via serializeJSON/des ... read »
Mar 21, 2010 at 3:49 PM
Ask Ben: Javascript String Replace Method
I'm confused a bit by what you are asking, but if had this sentence: The color, red, is in the style statement; style: red;. and wanted to remove all or change all of the commas, colons, and semi-c ... read »
Mar 21, 2010 at 3:13 PM
Ask Ben: Javascript String Replace Method
I am trying to make a java program to count the number of times that these punctuation marks occur in a body of text: , : ; . ! - ' " ? / \ I am using this piece to ferret out the commas: numcommas ... read »
Mar 21, 2010 at 11:13 AM
A New Wrist Pain
@chiropractor suwanee, Spoken like someone trying to sell something. Other than for minor, temporary relief from some back pain, chiropractic treatment is nothing but placebo effect and quackery. ... read »
Mar 21, 2010 at 6:32 AM
ColdFusion CFPOP - My First Look
Apologies... The field name in the db for C. is "BounceCode" It stores the code / message which is returned in the email. Sorry for the confusion. ... read »
Mar 21, 2010 at 6:29 AM
ColdFusion CFPOP - My First Look
@Jose Galdamez, Hi Ben and Jose 1st of all.. big thanks to Jose for his Skype chat a few weeks back. Your time was much appreciated. I have come up with a rather unelegant solution to my problem a ... read »