| Thread | Last Post | Replies |
|
| Using jQuery to Submit a Form to a Method in a CFC | 30 May 2008 21:25 GMT | 3 |
Is this possible? If so, how to you pass in the arguments? Something like this does not work: $('img##button').click(function() { var queryparam1 = $('input##input1').val();
|
| iCalendar items in CFMX 6.1 | 30 May 2008 15:37 GMT | - |
I've modified the vCal code at cflibs (http://cflib.org/udf.cfm?ID=385) to be an iCalendar (vCal version 2.0) item. In the attached code, I've included the original, with my iCal function as the second function. After our Exchange server was upgraded to "Update Rollup 2 for ...
|
| zip it. zip it good. | 30 May 2008 15:05 GMT | 2 |
We currently have CF7 here and use zip.cfc to create zip files, however, we have a new project which needs password protected zip files. Is anyone else using zip.cfc and generating zip files with passwords? Alternatively, can CF8 generate a zip file with a password? If yes, ...
|
| Automate cf mx 7 server configuration using scripts? | 30 May 2008 09:30 GMT | 1 |
just wondering is it possible to change a ColdFusion MX 7 server configuration using scripts? For example,could I change the password for a data source without having to go into the console and change it manually? Cheers.
|
| .Net Integration Error | 29 May 2008 22:37 GMT | - |
I am trying to use a .Net dll that does some encryption. However when I try to istantiate the object I get that Class xx.PasswordEncryption not found in the specified assembly list. The dll is registered in the GAC, and I have tried manually copying the file to dotnetproxy folder ...
|
| Removing Quotes from strings | 29 May 2008 20:02 GMT | 7 |
I am creating a CSV file using CF, well at least I'm trying to, I'm having all sorts of issues with format. Can anybody point me to the correct format for a CSV? Should the fields be surrounded by quotes for example?
|
| Dynamic website indexable by search engine | 29 May 2008 19:49 GMT | 4 |
Hi< i was looking on the web and apparently I can make my dynamic webpages indexable by search engine spiders by using a "/" character instead of the standard "?" when passing a URL Query String. I am using Coldfusion MX7. I do
|
| Variables in Variables | 29 May 2008 18:27 GMT | 6 |
I have some code that creates variables for each of the next 12 months. This is an example for the second month. <CFSET VARIABLES.Date1 = DateFormat(DateAdd("M", 1, Now()))> <CFSET VARIABLES.numDays1 = DaysInMonth(Date1)>
|
| email with attachment in CF8.0.1 | 29 May 2008 18:22 GMT | 5 |
Hello, We have some ebiz applications which sent out emails with a file attachment. After we upgraded ColdFusion from MX version to 8, then 8.0.1, the emails cannot be delivered with an attachment.
|
| Struct of Structs | 28 May 2008 17:54 GMT | 10 |
I build a struct with an entry for each URL on my website. Each entry is a struct that contains some information about that URL. The code that builds this query takes about 5 seconds to run, which is reasonable considering there are 1000's of links.
|
| CF 6.1 not indexing files | 28 May 2008 17:03 GMT | 1 |
Hello, I created a verity collection on CF MX 6.1. I added .htm, .html, .cfm, .cfml, .doc and .pdf as file extensions in CF Administrator. When I tried searching, the search results return only .htm and .html files. It doesn?t return .cfm,
|
| gettin 500 internal server error on cfhttp | 28 May 2008 16:58 GMT | 1 |
Hi ...I have this facebook app and it use to work fine but since a little while its not working. I have this api post and I'm using cfhttp post and its giving me 500 internal server error but when I do testing using form post its working fine now its this something to do with my ...
|
| Best Methon to Encrypt Session adn store/restore from SQL | 28 May 2008 15:38 GMT | 2 |
Has anyone ever done this? I am using WDDX to store the data just fine, and it restores fine, it's now that I'm trying to encrypt/decrypt it as well that I'm running into all sorts of problems.. Is theer a way to use WDDX to encrypt teh data and restore it using only WDDX and ...
|
| How to execute arbitrary CFML stored in a string variable? | 28 May 2008 15:37 GMT | 9 |
All- I have some arbitrary CFML stored in a string. (In practice, it is stored in a database and retrieved into a string variable.) Is there any way to execute it [i]other than[/i] writing it to a file and using <cfmodule> to execute that
|
| Consuming Webservices | 28 May 2008 10:08 GMT | 1 |
I have a webservice that I know is valid. It passes the xmethods wsdl validator http://www.xmethods.net/ve2/Tools.po But it fails whenever I try to invoke it with coldfusion. The wsdl is http://acswebapplications.acs.org/portaltools/ACSIntegrationLayer.wsdl
|