cfform flash and OnSubmit question

2006-04-10 Thread David Adams
I am having troubles getting the page to display.  I think it is the OnSubmit 
attribute to be causing the problem.  Any idea how I can get this working? Here 
is my code:


function testform() {
alert ("hello world");
}



   




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237403
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Support for RegEx in Flash based CFForm ?

2006-04-04 Thread David Adams
I really like the work of the File Upload code in Flash forms 
(http://www.asfusion.com/blog/examples/item/file-upload-with-coldFusion-flash-forms)
 but I deperately need to run a regular expression that verifies that the user 
does not have spaces in the file they are about to upload.

I realize that regex are NOT supported but I thought I would ask CFTalk anyways.

Any thoughts?
DA

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236905
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


CF Flash Forms and FCKeditor - do they work together?

2005-12-19 Thread David Adams
Has anyone been able to get the FCKeditor to work within a CFFORM with format 
set to "Flash"?

I haven't tried it yet but I am wondering if there is any point because CF will 
be compiling the code behind the FCKeditor into an swf.  This will likely cause 
problems.

Any experiences that anyone wants to share would be appreciated.

DA

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227278
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Looking for very simple CMS

2005-08-09 Thread David Adams
I am looking for a VERY simple Content Management System written in CF for a 
small community group that has no money but has CF hosting.

Can anyone recommend one or donate some code? 

Thanks in advance.
David Adams
Ottawa Ontario

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214256
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Passing a webservice a file

2004-05-25 Thread David Adams
>I would imagine the encoded string would have to be inside CDATA tags.
>
>>You could base64 encoded and send as string...

I found this very interesting article on this topic

http://www-106.ibm.com/developerworks/xml/library/x-tippass.html
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Passing a webservice a file

2004-05-21 Thread David Adams
I am thinking more of a image or doc file.

Is this possible or am I confusing the concept of web services?

>an xml file?
>
>sure.
>
>tw 
>
>-Original Message-----
>From: David Adams [mailto:[EMAIL PROTECTED] 
>Sent: Friday, May 21, 2004 10:33 AM
>To: CF-Talk
>Subject: Passing a webservice a file
>
>My understanding of webservices are weak but is it possible to pass a
>webservice a file (as opposed to a string) and have it processed and
>returned?
>
>I am not concerned about how it is processed or returned but whether or not
>a webservice accepts binary files.
>
>Thanks in advance.
>DA
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Passing a webservice a file

2004-05-21 Thread David Adams
My understanding of webservices are weak but is it possible to pass a webservice a file (as opposed to a string) and have it processed and returned?

I am not concerned about how it is processed or returned but whether or not a webservice accepts binary files.

Thanks in advance.
DA
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Script to redirect output from STDERR to STDOUT

2004-05-18 Thread David Adams
This script will run the specified command on a Unix or Linux operating system.  The script redirects output from STDERR to STDOUT to allow ColdFusionMX to make error messages available to the  tag.  These error messages can be captured in the variable parameter or output to a file.

#--Perl Script---
#Run command with the supplied parameters and print the result to STDOUT
print [EMAIL PROTECTED] 2>&1`;
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




CF and Off Shore Development

2004-03-22 Thread David Adams
Will the simplicity and elegance of CF be it's saving grace in the future for the lonely, over paid web developer in North America?

Why sweat learning Java and .Net when off shore development will be doing it better and cheaper in the future anyways?

The way I see it is that I am better off being a really good CFer that has face-to-face access the client, the keeper of the money, and building them 'quick and dirty' web applications.  Then when they want to take it to the next step, that is when the application development should go off shore.

I argue that the future of the North American CF developer is in the integration of CFCs, FBX Plugins, UDFs that have been written by someone else.

What is our opinion?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Forcing control back to the server from the client

2004-03-02 Thread David Adams
The intention of the following code is to force a download to the client of an array of files.  The problem is that it forces out the first file but exits the loop (or leaves it hanging) and control is lost at the server side.  How can the server regain control to carry on with the loop?






	
	
alert("File: #arr_filename_to_download[i]# will be deleted after it is downloaded.")
helperWindow = "window" + #i#
newWindow = window.open('', helperWindow)
newWindow.document.write ("")
newWindow.document.write ("")
newWindow.document.write ("