Lenny And Bo, ColdFusion Programmers (Vol. 7)

Posted April 17, 2007 at 1:19 PM

Tags: ColdFusion


 
 
 

 
Lenny And Bo, ColdFusion Programmers  
 
 
 

Oh man! Isn't it awesome how ColdFusion makes web development so easy!

Totally.

I mean CFQuery, CFDump, CFSaveContent.... it's just too easy!

I think a lot of things in your life are "too easy."

What's that supposed to mean?

Nothing.... dude, nothing.... nothing. I'm sure your wife is a wonderful person.

Post Comment  |  Ask Ben  |  Permalink  |  Other Searches  |  Print Page





Reader Comments

Apr 17, 2007 at 1:42 PM // reply »
12 Comments

LOL


Apr 17, 2007 at 2:11 PM // reply »
5 Comments

ohhh, poor lenny.... vol. 5 is still killin' me.


Apr 17, 2007 at 4:46 PM // reply »
1 Comments

No offence Ben, I value your site greatly - but it's stuff like this which really hacks me off when reading blog aggregators like fullasagoog.

These types of articles, Ray Camen's "Lost" reviews, etc etc - pointless.


Apr 17, 2007 at 4:51 PM // reply »
6,515 Comments

@Voice of Reason,

That's totally respectable and understandable. I have been playing around with the idea of flagging certain blog entires for NOT being included in RSS feeds to this very effect. I am still playing around with how it would work (not the technicalities... the logistics).


Apr 17, 2007 at 7:14 PM // reply »
74 Comments

n1


Apr 17, 2007 at 10:22 PM // reply »
6,515 Comments

What is "n1"?


Apr 17, 2007 at 11:10 PM // reply »
74 Comments

Sorry mate - Nice One ;)

Cheers


Apr 18, 2007 at 4:37 AM // reply »
1 Comments

Thanks Ben, it would be appreciated. Text-speak is an even bigger complaint for me, I had no idea what "n1" meant either...


Apr 18, 2007 at 4:50 AM // reply »
1 Comments

Thanks Ben. Not that I don't appreciate the effort but I hope you figure out the logistics.


Apr 18, 2007 at 5:28 AM // reply »
8 Comments

@ The self proclaimed voice of reason - First of all, if you are going to critizise be decent enough to come out with your name.

Second, as stated numerous times before, most blogs (including this one and Rays) are personal blogs and it is not up to anyone to dictate what goes into them. If agregators find the blogs interesting/good enough to include them thats great, but the blogger is not responsible or obliged in any way to adjust his/hers content because of this.

Third, for a lot of people (myself included), these kinds of posts are welcome. It is not all about technical content, but also the sense of comuntity and getting to know each other a little bit.

If this does not fit you, avoid the agregators, use some kind of RSS reader client, and subscribe only to the blogs that is up to your standards of "seriousness".

@Ben - Keep rocking man!


Apr 18, 2007 at 7:41 AM // reply »
7 Comments

@voice of reason

It's pretty simple to avoid these type of posts because the naming convention is consistent.

I don't read Ray's "lost" reviews. So when I see "Lost Review for #date#", I know to avoid it.

I like Lenny and Bo. But if I wanted to avoid it, I could just put "Lenny and Bo, Coldfusion Programmers" on my mental block list and not click the link.

pEace


Apr 19, 2007 at 8:33 PM // reply »
76 Comments

Ben, a friend and I used to speak in CF_tags sometimes, turning verbs into CF_verb when it might be funny to do so.

I think cfdump might make a great one of those...


Apr 20, 2007 at 3:45 AM // reply »
3 Comments

I think the @voice of reason must be a asp.net developer

Keep up the good work Ben


Jan 16, 2008 at 7:25 PM // reply »
1 Comments

Not that easy pal, LOL.


Post Comment  |  Ask Ben

Recent Blog Comments
Nov 20, 2009 at 5:38 PM
Learning ColdFusion 8: CFImage Part I - Reading And Writing Images
Hi Ben, Great article. I've been looking around to see if ColdFusion image engine can programatically create the following "wrap around" effect: http://www.creativepro.com/article/photoshop-s-she ... read »
Nov 20, 2009 at 5:35 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
@Dave: I talked to Gert he suggested: <cfhttp method="get" url="http://{some cf website}" result="stuff" addtoken="yes" /> Note the addition of cfhttp attribute addtoken. That should persist y ... read »
Nov 20, 2009 at 5:23 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
@Todd, Ahh, gotcha, yeah that makes sense. ... read »
Nov 20, 2009 at 5:17 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
Ben, sorry if I didn't make this clear. You can make it work like that if you want, just put <cfset session.foo = 1> (and <cfset application.foo = 1>) in your OnRequestStart() and it reve ... read »
Nov 20, 2009 at 5:07 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
@Todd, I have seen tidbits about the way Railo handles session. I can understand that it lazy-loads sessions, but I also think that I might make some things more complicated. For example, often tim ... read »
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 »