Nathan
Member since Mar 10, 2010
- Profile: /members/5628-nathan.htm
- Comments: 3
Recent Blog Comments By Nathan
-
Ask Ben: Building An AJAX, jQuery, And ColdFusion Powered Application
Posted on Mar 11, 2010 at 6:09 PM
@Eric, Neat trick, I was able to get rid of most of the lines of whitespace following your advice. Some whitespace still remains. With a bit of playing around, I found that the remaining whitespace is from the whitespace within your function. This doesn't sit well with me, so I did some more st... read more »
-
Ask Ben: Building An AJAX, jQuery, And ColdFusion Powered Application
Posted on Mar 11, 2010 at 11:40 AM
@Peter, Your post makes perfect sense, thanks. I am still struggling with the controller function syntax. All of my login and verification related functions are within my Application.cfc file. One of the functions simply verifies if the user has previously logged in before serving up the page. ... read more »
-
Ask Ben: Building An AJAX, jQuery, And ColdFusion Powered Application
Posted on Mar 10, 2010 at 11:48 PM
I am very new to ColdFusion and this post is exactly what I was looking for. Thanks! Does using access="remote" create a security risk? Specifically I am using jquery to access a function that inputs data into a SQL database. I make sure the users are logged in before they can view/use the page,... read more »