| Thread | Last Post | Replies |
|
| milliseconds, epoch time, today's date | 28 May 2008 02:44 GMT | 4 |
Hello: 1210921200000 is the number of milliseconds from Jan 1 1970 to a certain date/time. How do I convert that into a date/time using CF? I am sure somebody has faced this before. Thanks
|
| Storing Pizza Toppings Design | 27 May 2008 22:08 GMT | 1 |
Hey everyone, I am designing a shopping cart for a pizza store and I can store regular items that have no customization like a drink, pasta dish, etc. I am stoing this using the usual arrays and structures in which I have the structures holding
|
| Implement SSO using SAML, CF7, Windows, IIS for a site.It has own login procedure | 27 May 2008 21:11 GMT | 2 |
I want to implement SAML(Security Assertion Markup Language) using CF 7 for implementing Single Sign On (SSO) solution in our website which has its own login authentication procedure. Any suggestions as to which API or lib will suit us. We dont want to get into
|
| CFNTAuthenticate Problems | 27 May 2008 16:48 GMT | 1 |
Have application using cfntauthenticate and has worked for the last three months. Last week had a raid disk fail and replaced disk and system restored, now cfntauthenticate gives me "The user name or group name - dodds - is invalid in domain". Any suggestions??
|
| Coldfusion 8 Perfomance | 26 May 2008 06:38 GMT | 3 |
Who here has had issues here and what did you do about it? I'd like to get a good list of all the possible approaches and solutions here. There's some good general information here: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_17054
|
| IIF Syntax | 25 May 2008 22:52 GMT | 6 |
Hey all, What is wrong with this statement? It is executing the 1st statement even when the condition is false. <cfset = QuerySetCell(ErrorQuery, m,
|
| Creating a PDF and e-mailing it using CF | 24 May 2008 22:05 GMT | 7 |
I used a tutorial online to create a PDF with data from a form. The problem that I am having is I don't know how to take that PDF and send it through an e-mail to a recipient. Either the file processes and displays a PDF and sends me the e-mail of the form data (which it was set ...
|
| CF banner ad system? Anyone? Search yields zip. | 24 May 2008 17:51 GMT | 6 |
I checked the Developer Exchange (and searched on Google) for a CF banner ad system, but it the people who developed these seem to have gone out of business or moved on to other things. Does anyone know of a relatively sophisticated system (counts impressions and allows ...
|
| How to pass var to FCKeditor | 24 May 2008 00:30 GMT | 1 |
I'm calling FCKeditor using cftextarea and I need to pass a Coldfusion var to the fckconfig.js file. Any ideas / help would be greatly appreciated! Thanks!
|
| Link to Uploaded File via Path/Name in DB? | 23 May 2008 19:57 GMT | 2 |
I have a help desk form app in which a user creates a screen shot and can browse to the file which gets included with other data that is stored and retrieved by help desk techs. I can successfully pass all the other data to a DB and the file does get
|
| Review/Approval Workflow for User Generated Content | 23 May 2008 15:33 GMT | 1 |
I hope someone can help me out. I need to develop an applicaiton for reviewing and approving user submitted content. It will need to allow for edits to be made, keeping track of pending, reviewed, approved submissions. A submission may need to be put back into the queue. It ...
|
| <cfgrid> driving me crazy | 23 May 2008 15:21 GMT | 7 |
Does anyone know how to reliably format dates in an html cfgrid? I've attached the code I'm using. I need to format the dateadded field in a european dateformat. the moment all I get is the native SQL date format, I won't be able to use cfgrid unless I can sort this out so any ...
|
| CFFile action="upload" | 23 May 2008 14:08 GMT | 4 |
I want to limit the files that are uploaded to be only Office 07 files - Excel, PowerPoint and Word in the "accept" parameter of the tag. 1. This works for Office 07 Excel - application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
|
| Having trouble using custom classes in cfscript | 23 May 2008 10:58 GMT | 1 |
I'm just starting to try to write custom Java classes to use in ColdFusion, and I'm having an interesting time trying to figure out how exactly I'm supposed to manipulate the objects that I create. I can create the objects just fine, but once they're created, I can't
|
| SCRIPT tag in application.cfm causes bind to fail! | 23 May 2008 07:43 GMT | 2 |
:confused; I have two cfselect boxes one bound to the other via a cfc. However if I include some javascript into application.cfm the bind stops working ?
|