Archive for August, 2009

Brett Favre’s supposed cracked rib

http://sports.espn.go.com/nfl/trainingcamp09/news/story?id=4434939

Something inside of me says this is yet another media stunt by the attention craving Brett Favra.  Saying he believes he has an injury, that is of course not listed on the injury report, gives him two benefits.  He either looks heroic if he has success despite it or he can fall back on it as an excuse if he tanks it again like last week.  Someone needs to deflate this guy’s ego.  Hopefully that someone is Briggs or Urlacher!

Inheritance in ColdFusion: Private is more like Protected

We are beginning to utilize inheritance with ColdFusion in one of our new applications we are building currently at work.  We have some parent classes that really have few, if any, methods that should be initialized directly as they where designed to be extended by various other classes.  I realized I wanted some sort of access to use for these methods similar to Protected access in Java.  In the past, I tried to utilize the Package access that ColdFusion supports, but that ended in disaster as I did not do my homework and it did not truly understand what it means for two classes to be in the same Package.  I’m not sure if this changed or I just read it wrong, but it turns out that Private access in ColdFusion is not implemented the same as it is in many other languages.  My understanding of Private in most languages is that the access is limited to the immediate class and nothing else.  it turns out that in ColdFusion it is actually accessible within the immediate class, but also available to any of it’s subclasses.  This was good news as it offers a solution that I was looking for.  However, it poses a new question.  Is there no truly private access in a ColdFusion component?  I have heard mention that the variables scope is private as well, but upon running some tests, confirmed it is private to the extent of the private access used for functions which means again, that is is available to a class’s subclasses as well.

One one hand, I am delighted to find that I can protect methods in my parent class, but on the other, I am left wondering what would one do if they wanted a private method or attribute in a ColdFusion class.  If anyone has any insight on this, please let me know!

Good Article touching on the current “financial crisis”

Parlez-Vous E.U.?

This guy really hit it on the head with his mention of personal accountability.  It’s about time people start owning up to the mistakes they have made and dig themselves out of the hole.  Children who’s parents bail them out constantly through life end up weak and unable to make it on their own in many cases.  I see a distinct comparison between that and the scenario today where the government is hell bent on cleaning up after all the irresponsible people in this country.  That said, I am not accusing everyone that has foreclosed or gone bankrupt as being irresponsible.  Obviously layoffs, deaths in the family, and other situations represent truly unforeseen scenarios that could lead to financial troubles, but if it’s just because someone racked up the credit cards or bought a home they couldn’t afford then I really have no sympathy, nor do I want to be taxed to bail them out!