Skip to main content

Matt M

Member since Dec 14, 2009

Recent Blog Comments By Matt M

  • Null Pointers Are Another Name For Undefined Values

    Posted on Dec 14, 2009 at 2:11 PM

    Ah yeah, I have 2 queries I use, depending on whether page = 0 or not (0 = ToC) My first post was a ToC attempt, while this latest post was of a specific page. The error occurred in /logic/book.cfm: line 7 5 : FROM book_list_chapter 6 : WHERE LINKbook = '#URL.ID#' 7 : AND chapternumber = '#URL... read more »

  • Null Pointers Are Another Name For Undefined Values

    Posted on Dec 14, 2009 at 11:49 AM

    Application.cfc - OnRequestStart : <cfparam name="URL.page" default="0"> <cfif NOT isNumeric(URL.page) OR URL.page LT 1> <cfset URL.page = 0> </cfif> and in the page that calls the variable: ... <cfif URL.page> <cfquery name="GETchapter" datasource="#applica... 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