Neo Symmetry
Member since Dec 11, 2008
- Profile: /members/2020-neo-symmetry.htm
- URL: http://www.neo-symmetry.com
- Comments: 6
Recent Blog Comments By Neo Symmetry
-
Ask Ben: Forward ColdFusion Requests To Another Domain
Posted on Sep 12, 2010 at 5:47 PM
Okay, I've tried every bit of code imaginable for 301 redirects. I've tried the cfheader way, looked into .htaccess and much more. For some reason non of these work for me. Currently Google is listing a page that is no longer available because I changed the name of the directory. So when someone cli... read more »
-
Ask Ben: Checking Domain Name Availability Using ColdFusion
Posted on Mar 23, 2010 at 12:17 PM
Okay Ben I got the page to work finally. I eliminated the position error because I finally figured out how it was working. My resulting code now checks for domain nam availability from the input a user provides by writing the value to the obj instead of using the hard coded value. If you would like ... read more »
-
Ask Ben: Checking Domain Name Availability Using ColdFusion
Posted on Mar 16, 2010 at 3:44 PM
Okay man, I've went through tons of search's, reviewed source code from the whois site and even talked to someone else about the code you wrote here, but I can't seem to get it to work. Here's the code I've been working with on my form. and the code you provided for the component is the same. I'm t... read more »
-
Ask Ben: Checking Domain Name Availability Using ColdFusion
Posted on Mar 5, 2010 at 7:03 PM
I've tried making this thing work but I seem to be getting the same error. I switched the <cfthrow type="Whois.InvalidDomainName" message="Domain name is invalid." detail="The domain name, #ARGUMENTS.Domain#, could not be found on the Whois server." /> to a cfcatch type any. The output I'm ... read more »
-
Ask Ben: Dynamically Adding File Upload Fields To A Form Using jQuery
Posted on Apr 21, 2009 at 6:58 PM
I am trying to create the same as the example above, but I noticed the script files attached above. I have the JQUERY.JS and the prototype-1.6.0.3.js from http://www.prototypejs.org , but I can't seem to get the element to appear on the page for another file upload. Where can I get the script files... read more »
-
Using Session Timeout And CreateTimeSpan() - Subtle Caveat
Posted on Dec 5, 2008 at 3:38 PM
Interesting, Well I have been trying to prevent my browser functionality from being functional. What I mean by that is when I cflogout, sessiontimeout="#CreateTimeSpan(0,0,0,0)#" in my logout file everything works just fine except I want my browser controls to stop being functional. How can I prev... read more »