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  |  Permalink  |  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 »
6,513 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
Nov 20, 2009 at 4:53 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
Ben, you can ramp up the security by turning on J2EE session which gives you a third set of numbers other than CFID/CFTOKEN. There's a reason why ACF put this in place (other than just session replic ... read »
Nov 20, 2009 at 4:52 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
Case in point, Ben, you may not be aware of this, but in Railo - OnApplicationStart() & OnSessionStart() act differently than in ACF. ACF does: OnApplicationStart (1st hit) OnSessionStart (1st and e ... read »
Nov 20, 2009 at 4:46 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
@Todd, That's understandable. I am not sure if this really leaves any more security holes than the fact that using old cookie-based CFID / CFTOKEN values will create a new session using the old CFI ... read »
Nov 20, 2009 at 4:42 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
My opinion is that I don't think auto-generating your own CFID/CFTOKEN is recommended. I'll have to wait for Micha to answer what the ramifications are, but he probably didn't allow this in Railo for ... read »
Nov 20, 2009 at 4:31 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
@Todd, Yeah, each phone has a unique ID; this is the value that is being used to hack the custom CFID / CFTOKEN session values. ... read »
Nov 20, 2009 at 4:23 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
Is there no unique (device or otherwise) id that gets passed in the request that you can shove into the application scope? ... read »
Nov 20, 2009 at 4:21 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
@Todd, I mean "bug" only in the sense that it deviates from the way "Adobe ColdFusion" implements it.... only so far in that Railo is an open-source version of ColdFusion. I guess it depends on w ... read »
Nov 20, 2009 at 4:18 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
Not sure how it's a bug, definitely a difference. I don't want my users or coders creating their own CFID/CFTOKEN. That's the server's job. ... read »