|
authorize.net ARB api connection problems Was this ever resolved? I am having a problem getting this API working as well. ... 2 Apr 2008 16:11
Best Practice for storing PDF docs Just out of curiousity... what are the reasons for storing the files outside the webroot using a virtual dir? ... 7 Apr 2008 01:06
Nesting Objects I am looking for advice on how to nest objected created from cfcs... The place I have seen this sdone is in the fusebox framwork in the following: #myFusebox.getCurrentCircuit().getAlias()# What I would like to do is create an object called called users from a users.cfc with methods such as listUsers() and ... 3 Apr 2008 06:18
multiple domains pointing to one application hi there if you check these 2 sites out: http://www.southendlocaljobs.co.uk/ and http://www.chelmsfordlocaljobs.co.uk/ it looks to me like that is the same application that those 2 different domains points to, but pressumably the application is also passed a 'townid' so it knows what text varian... 4 Apr 2008 05:51
db query-based Verity collection with Categories? posted this on HOF list, but got no replies in a day... will try here... 1) does a database query-based Verity collection support Categories? or is it supported only for document/directory based collections? 2) i am creating a collection and search interface for a multi-faceted photo database, where each photo ... 1 Apr 2008 22:19
cfhttp timeout attempt on initial attempts I'm trying to troubleshoot a problem for one of the developers here. She is trying to connect to another web host we have using cfhttp. The connection is timing out. I do not see the connection attempt being made in the logs of the destination server. But, if we attempt to do a ssh connection from the host... 2 Apr 2008 04:21
404 using /mypage/;jessionid=XXXXXXXX Is there a way to use J2EE variables without the page.cfm, but using the default document? Something like this http://localhost/;jsessonid=XXXX?CFIDE=123&CFTOKEN=1234 IIS 6 CFM 7.02 ... 2 Apr 2008 04:54
Creating Objects from CFCs I am working on creating a couple of components that will act as objects in the Application and Session scopes. I have been looking at examples online and have notices a couple of different things that I assume are accomplishing the same goal, but wanted to ask someone. I understand that the THIS scope is us... 4 Apr 2008 19:41
index loop with form variables I hope this has a really easy answer... I would like to run this through an index loop 1 to 58, but I can't make the checked understand the nested index variable. How can I write <cfloop index="i" from="1" to="58"> <cfif #form.#i## EQ "on"> do this, do that </cfif> </cfloop> Any ideas are more tha... 1 Apr 2008 19:35
Duplication cfmail Hi i am getting a duplication problem using cfmail, i am looping through a table using a query then sending a cfmail then deleting the current row from the table, this is all in a cf scheduled task, but for som reason i am getting duplicates any ideas why this would be? <!--- GET MESSAGES FROM TABLE---> ... 3 Apr 2008 04:04 |