I Got Fever And The Only Prescription Is More Peter Bell

Posted June 25, 2007 at 2:58 PM by Ben Nadel

Tags: ColdFusion

That is, of course, a paraphrasing of the cult classic, Christopher Walken - More Cowbell. But, that aside, I wanted to give a shout out to Peter Bell for a tremendous first year of blogging about ColdFusion and Application Generation. A lot of what Peter talks about on his blog goes a bit beyond my understanding of programming; but, this can only be a good thing as much of it forces me to learn new things and explore new ideas. And, while I cannot always contribute to his blog, in the form of comments, I feel like I can always take something away from it. So, thank you Peter Bell for forcing me outside of my comfort zone.


 
 
 

 
Congratulations Peter Bell On One Year Of Blogging  
 
 
 

Can't wait to see what you have in store next year :)



Reader Comments

Jun 25, 2007 at 4:13 PM // reply »
6 Comments

In honor of 1 year of Peter Bell, I released Application Generation, the song.

download at http://evenamonkey.com


Jun 25, 2007 at 4:23 PM // reply »
10,640 Comments

@Doug,

I am retarded - I cannot find the download link :(


Jun 25, 2007 at 4:46 PM // reply »
1 Comments

You can get that Walken clip you referenced here:

http://www.walkenclips.com/


Jun 25, 2007 at 4:48 PM // reply »
10,640 Comments

@Bill,

Ha ha, great site. You have to love the Walken :)


Jun 25, 2007 at 5:00 PM // reply »
6 Comments

ok, lost the dl link... here is a direct link:
http://www.evenamonkey.com/files/applicationGeneration.mp3


Jun 25, 2007 at 5:10 PM // reply »
10,640 Comments

Funky song. I like it.

"You know what's wrong with the kids today. They don't want to write any code."

:)


Jun 25, 2007 at 11:23 PM // reply »
111 Comments

Thanks man!


Jun 25, 2007 at 11:26 PM // reply »
111 Comments

And Doug, had problems posting on your blog ("validation error"), but cool song :->


Jun 26, 2007 at 1:15 AM // reply »
3 Comments

Very Nice site.


Jun 26, 2007 at 1:15 AM // reply »
3 Comments

Very Nice site.


Jun 26, 2007 at 5:58 AM // reply »
42 Comments

I'll second that - what really helped was seeing Peter's talk at Scotch this year - eventually something will just click together in your brain (like it did in mine) and you'll be all DSL that, AOP the other :-)


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 »