Recent Web Log Entries By Ben Nadel

Showing 1 - 4 of 4   < Prev | Next >

Seven Languages In Seven Weeks By Bruce Tate - What An Adventure

Posted: January 28, 2011 at 10:25 AM by Ben Nadel

Tags: Clojure, Erlang, Haskell, Io, Lisp, Prolog, Ruby, Scala

About two months ago, I started reading Seven Languages in Seven Weeks by Bruce Tate . I went into the book with a significant understanding of only two programming Languages: ColdFusion and Javascript. Now, not only do I have a sense of how many programming languages there are out there (Tate's list of 7 was selected from over a hundred language... read more »

Comments (70)  |  Post Comment  |  Ask Ben  |  Permalink



Seven Languages In Seven Weeks: Ruby - Day 3

Posted: November 23, 2010 at 10:59 AM by Ben Nadel

Tags: Ruby

In the last day of our Ruby overview in Seven Langauges in Seven Weeks , we learned a lot about Classes, Modules, and Mixins. In Ruby, you can have traditional single-class inheritance. However, Ruby also allows for cohesive pieces of functionality (Modules) to be included in and shared by multiple classes. Unlike a CFInclude approach in ColdFusi... read more »

Comments (11)  |  Post Comment  |  Ask Ben  |  Permalink


Seven Languages In Seven Weeks: Ruby - Day 2

Posted: November 22, 2010 at 9:58 AM by Ben Nadel

Tags: Ruby

I just finished Ruby - Day 2 in my Seven Languages in Seven Weeks book . Day 2 definitely kicked it up a notch from day 1 . I love how much the author - Bruce Tate - is really pushing us to look things up. He gives us problems that aren't too difficult, but they definitely require a lot of independent study in order to solve. And, while this is ... read more »

Comments (18)  |  Post Comment  |  Ask Ben  |  Permalink



Seven Languages In Seven Weeks: Ruby - Day 1

Posted: November 21, 2010 at 12:06 PM by Ben Nadel

Tags: Ruby

As I blogged about earlier, I've just started the new Pragmatic Programmers' book, Seven Languages in Seven Weeks . Each of the languages comes with homework assignments which I shall be discussing on the blog. I just finished Ruby - Day 1. HW1 : Print the string "Hello, world." # Print the string "Hello World." To start off, we're going to ... read more »

Comments (28)  |  Post Comment  |  Ask Ben  |  Permalink

Showing 1 - 4 of 4   Pages: 1 < Prev | Next >

View All Blog Entries »

  • Help Wanted - Find Your Next ColdFusion Job
InVision App - Prototyping Made Beautiful With Prototyping Tools Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
May 21, 2012 at 1:58 AM
Updated: Converting A ColdFusion Query To CSV Using QueryToCSV()
Hi Ben, why do you need to have so many double quotes when adding the field and field name to the row data? ----------------------------------------- <cfset LOCAL.RowData[ LOCAL.ColumnIndex ] = ... read »
AXL
May 21, 2012 at 1:24 AM
URL Rewriting And ColdFusion's WriteToBrowser Image Functionality (CFFileServlet)
@Mounir, Open your lower case URL Rewrite rule and add the following condition. Condition input: {REQUEST_URI} Check if input string: Does Not Match the Pattern Pattern: ^/CFFileServlet/_cf_ca ... read »
May 20, 2012 at 4:28 AM
Understanding The Complex And Circular Relationships Between Objects In JavaScript
@Will Vaughn I tried your javascript example but got this error:- foo.print is not a function ... read »
May 19, 2012 at 5:37 AM
A Graphical Explanation Of Javascript Closures In A jQuery Context
Thanks for this article, but I fear you missed an important point. If variables in the outer context change, these changes affect the inner anonymous functions as well. That means: if you change the ... read »
May 18, 2012 at 3:39 PM
Parsing CSV Data With An Input Stream And A Finite State Machine
Can you use file upload button with this? and read live? or does the file have to already be on the server saved? ... read »
May 18, 2012 at 1:06 AM
VIRGO (Aug. 23-Sept. 22): Dead On The Money!
A friend of mine and I were arguing about astrology and she told me that he believes in astrology. She hasn't provided me with any evidence that the belief makes any sense to me. She she been telling ... read »
May 17, 2012 at 11:32 PM
Using ColdFusion to Handle 404 Errors (Page Not Found) On Development Server
Very easy the configuration. I read a lot pages and I can't find the solution. I open the administrator and change this Administrator/server settings/Error Handlers/Missing Template Handler and p ... read »
May 17, 2012 at 3:13 PM
LOCAL Variables Scope Conflicts With ColdFusion Query of Queries
I never cease to be amazed that almost EVERY random CF issue I come across lands me on your site. Thank you for documenting your findings for the world. ... read »