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,212 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
Feb 9, 2010 at 8:09 AM
Creating A "Remember Me" Login System In ColdFusion
@Nikos, Heck yeah! Glad you got things working smoothly. ... read »
Feb 9, 2010 at 8:05 AM
Creating A "Remember Me" Login System In ColdFusion
No probs :) anyway , Im good now :) ... read »
Feb 9, 2010 at 8:02 AM
Creating A "Remember Me" Login System In ColdFusion
@Nikos, I've seen people use the J2EE sessions, but I have not used them myself... yet. ... read »
Feb 9, 2010 at 7:57 AM
Ask Ben: Converting a Query to an Array
@Stju, Did you actually test this? I ask because there is a fatal flaw in it - you are using the same Row struct for every row. Since Structs are passed by reference, every subsequent update you ma ... read »
Feb 9, 2010 at 7:50 AM
Using jQuery's SlideUp() and SlideDown() Methods With Bottom-Positioned Elements
@Thomas, Not bad. I suppose you could do the same with Top as well as margin. ... read »
Feb 9, 2010 at 7:47 AM
Ask Ben: Creating A PDF And Attaching It To An Email Using ColdFusion
@Johan, I don't think I have one off hand. Basically, you'd just want to use the File attribute of CFDocument to save the PDF to disk. Then, you'd want to use the File attribute of CFMailParam to a ... read »
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 »