Lenny And Bo, ColdFusion Programmers (Vol. 7)

Posted April 17, 2007 at 1:19 PM by Ben Nadel

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.




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 »
10,640 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 »
76 Comments

n1


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

What is "n1"?


Apr 17, 2007 at 11:10 PM // reply »
76 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 »
13 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 »
78 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 A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
InVision App - Prototyping Made Beautiful With Prototyping Tools Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
Feb 10, 2012 at 7:21 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
Update! Instead of $(eval(options.insertAfter)).after(data['insertData']); I now use: var ajaxNode = document.createElement('span'); var parent = $(eval(options.insertAfter))[0].parentNode; ... read »
Feb 10, 2012 at 6:18 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
encountered this same, what I consider, jQuery bug last week. I'm building a site in which I load some content via AJAX. This content contains Linkedin share button placeholders which Linkedin API ne ... read »
Feb 10, 2012 at 11:30 AM
Cross-Origin Resource Sharing (CORS) AJAX Requests Between jQuery And Node.js
After you understand the concepts here, this is an awesome cheatsheet for enabling CORS in just about anything http://enable-cors.org/ ... read »
JM
Feb 10, 2012 at 9:10 AM
My Safari Browser SQLite Database Hello World Example
@Amy, Here is a very good tutorial on how to use JOIN: http://www.sqltutorial.org/sqljoin-innerjoin.aspx ... read »
Feb 10, 2012 at 4:42 AM
Building A Twitter-Inspired RESTful API Architecture In ColdFusion
This is great, very useful Ben. I spotted a small typo in the api.cgm listing: <cfthrow type="Unauthroized" /> Cheers Stefan ... read »
Feb 9, 2012 at 10:35 PM
CFDirectory Filtering Uses Pipe Character For Multiple Filters (Thanks Steve Withington)
I was wondering if there would be a filter you could apply so that you got everything but what you included in the filter. As in show me all docs that are not a .pdf. ... read »
Feb 9, 2012 at 10:29 PM
Learning ColdFusion 9: Application-Specific Data Sources
@Ben, No offence, but if people were really wanting advanced features they would be using a platform like ASP.NET MVC. CFML is so structurally compromised as a tag-based scripting language that ... read »
Feb 9, 2012 at 10:03 PM
Subversion - Cleanup Failed To Process The Following Paths
@Leviaguirre, do you still have problems with this? ... read »