Skip to main content

IB

Member since Mar 24, 2009

Recent Blog Comments By IB

  • Sending Text Messages (SMS) With ColdFusion And CFMail

    Posted on May 4, 2012 at 3:04 PM

    @anyone, Does anyone know how to find out what domain a given phone number uses?... read more »

  • Do Remote CFC Method Calls Add Any Value In ColdFusion?

    Posted on Apr 8, 2010 at 12:40 AM

    Does anyone know how of a way to tell the access type used to call a remote method, (public or remote) since they can be called within a cfc as just a function (public) or from a http reqeust (remote) i.e. ajax, is there a property that can be read within the method?... read more »

  • LOCAL Variables Scope Conflicts With ColdFusion Query of Queries

    Posted on Apr 2, 2009 at 2:10 PM

    True, but you got to limit it somewhere, what if its 700 billion rows in that report. You could cover the world on paper a few times, we will freeze to death from lack of heat from the sun catastrophic loss of species while making the world a lonelier and less interesting place. I would think twice ... read more »

  • LOCAL Variables Scope Conflicts With ColdFusion Query of Queries

    Posted on Apr 1, 2009 at 1:03 PM

    top 50 was just an example, usually I limit the amount of rows returned by my sql, with a variable that works similar to "maxorws" Its a scary thing not to do so, I hate to see cfml templates spinning the cursor, going back to the QoQ vs. SQL I ran into this post in the IRC channel. http://www.cfc... read more »

  • LOCAL Variables Scope Conflicts With ColdFusion Query of Queries

    Posted on Mar 27, 2009 at 9:05 PM

    Ben, Art vs. science, interesting comparison it reminds me of MAC vs PC. I know you are a master at coldfusion, I do really appreciate all the articles you have ever provided, in many cases it has saved my week from falling short and I love your site for that. But let me quote you with all due re... read more »

  • LOCAL Variables Scope Conflicts With ColdFusion Query of Queries

    Posted on Mar 24, 2009 at 5:55 PM

    Point taken, but in that case I would do one single SQL statment: select top 50 student, score from studentscores order by id desc that will give me a list of 50 students ordered from newest to lowest. so then I can show them like this: <cfoutput> <cfif currentrecord lte 10> <li... read more »

  • LOCAL Variables Scope Conflicts With ColdFusion Query of Queries

    Posted on Mar 24, 2009 at 4:48 PM

    Since query of queries is so limited with functionallity and it takes a performance hit on your page, I opted to exclude it from my coding. Instead sharpenning up my SQL has really taken away the need for QoQ. For example, get the rows and columns you'd like them on the first call to the SQL server.... read more »

I believe in love. I believe in compassion. I believe in human rights. I believe that we can afford to give more of these gifts to the world around us because it costs us nothing to be decent and kind and understanding. And, I want you to know that when you land on this site, you are accepted for who you are, no matter how you identify, what truths you live, or whatever kind of goofy shit makes you feel alive! Rock on with your bad self!
Ben Nadel