Re: Client variables? reliable enough?

2007-02-08 Thread John Beynon
i'm using client variables stored in cookies across two load balanced boxes with dual cf instancesyet to see a problem - running like this for 2 years! I don't see what the fuss is all about john. On 2/8/07, Mike Kear [EMAIL PROTECTED] wrote: Neil, can you be a bit more specific please?

Re: Debugging Server Lock-Up

2007-02-08 Thread Tom Chiverton
On Thursday 08 Feb 2007, Adrian Wagner wrote: can't access the site anymore, I won't be able to access seefusion/fusion-reactor either - ISTR at least one of them will continue to work even if CF dies. -- Tom Chiverton Helping to efficiently facilitate second-generation action-items

Re: JVM / JRE update

2007-02-08 Thread Maureen Barger
FWIW for Solaris, I renamed the jre directory to jre_default and created a jre symlink in same directory that points to 1.4.2_11. I had to modify some sandbox settings to reflect the real location of the jre, but it has worked well. -- Maureen Barger CIT Information Systems 120 Maple Ave.

Re: Really Simple(I think) IIS Issue

2007-02-08 Thread Casey Dougall
stupid question but, your not running skype on the server right? Skype will eat up port 80 before IIS gets a chance. Casey ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform

RE: FusionReactor?

2007-02-08 Thread DURETTE, STEVEN J \(ASI-AIT\)
I've heard good things about both. I use FusionReactor though. The cost structure is what made our final decision. FusionReactor can be licensed by server and that covers as many instances you have on that server. SeeFusion is licensed per instance. When we did the math for how many instances

Re: URI trailing question mark.

2007-02-08 Thread Peter Boughton
Not sure I understand your question. If you want to include a quesiton mark on a URL, you must use the url encoded version: page.cfm?variable1=ItemKey%3F If you want to include another query string variable, you do not delimit with quesion marks. The most common delimiter used is ampersand.

AS400 program calls errors

2007-02-08 Thread Andy Jarrett
Hi there I have two calls to a AS400, they both call the same program but using different methods and returning different errors. Both programs expect a string of 7 blank character i.e. ' ' First: The Call cfquery datasource=#dsn# name=qry1 result=qry.result2 {CALL

OT: A little CSS help

2007-02-08 Thread Doug Brown
I have the below code in which I have a text field that is created via a little javascript and then a drop down. I would like these two elements to show up side by side, but cannot figure out how. Right now they are lining up one on top of another. Any help is appreciated. div

binary to PDF

2007-02-08 Thread Torrent Girl
I am receiving a 'binary stream' (not sure if that is the correct term for it) from a web service that I need to convert to PDF and display in the browser. Does anyone have any suggestions or code samples? ~| Upgrade to Adobe

Re: URI trailing question mark.

2007-02-08 Thread Doug Brown
If I am understaing correct, and you are trying to call a page via a url variable...You can do the following cfif isDefined(url.variable) cfset page = url.variable /cfif cfswitch condition=#page# cfcase value=one cfinclude template=foo.cfm /cfcase /cfswitch Doug B. - Original Message

Re: binary to PDF

2007-02-08 Thread Doug Brown
Are you sure this is binary? Normally you would not send binary over http protocols and would encode it to a string format prior to doing it. A little more info maybe? Doug B. - Original Message - From: Torrent Girl [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent:

Re: binary to PDF

2007-02-08 Thread Torrent Girl
Byte stream maybe? I am not sure. When I do a dump on the WS response, the header says binary. Are you sure this is binary? Normally you would not send binary over http protocols and would encode it to a string format prior to doing it. A little more info maybe? Doug B. - Original

Re: binary to PDF

2007-02-08 Thread Torrent Girl
here is what the dump looks like (partial) binary 606312010910832118101114115105106.. Are you sure this is binary? Normally you would not send binary over http protocols and would encode it to a string format prior to doing it. A little more info maybe? Doug B. - Original

RE: AS400 program calls errors

2007-02-08 Thread Peterson, Chris
Well, can you CALL that program name from the command line? Also, make sure your authenticated user for your 1st query has the proper library list necessary to CALL your program. I personally use the IBM Client Access toolkit to create connections to the AS400 and execute command lines, I find

RE: binary to PDF

2007-02-08 Thread Leitch, Oblio
That doesn't look like true 8-bit binary. Maybe 7-bit encoding? Or octal? -Original Message- From: Torrent Girl [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 7:33 AM To: CF-Talk Subject: Re: binary to PDF here is what the dump looks like (partial) binary

Re: Debugging Server Lock-Up

2007-02-08 Thread Matthew Small
Hi Adrian, Hi all, We are running the following system Windows Server 2003 Enterprise Edition, SP1 ColdFusion 7.02 Enterprise Multiserver Edition, JRun 4 FarCry 3.01 MSSQL 6.01 Since we migrated from CF6 to CF7 server stability in general became much better. However, we recently had a few

Re: Debugging Server Lock-Up

2007-02-08 Thread Matthew Small
Hi all, We are running the following system Windows Server 2003 Enterprise Edition, SP1 ColdFusion 7.02 Enterprise Multiserver Edition, JRun 4 FarCry 3.01 MSSQL 6.01 Since we migrated from CF6 to CF7 server stability in general became much better. However, we recently had a few situations

Re: Debugging Server Lock-Up

2007-02-08 Thread Matthew Small
Hi Adrian, Hi all, We are running the following system Windows Server 2003 Enterprise Edition, SP1 ColdFusion 7.02 Enterprise Multiserver Edition, JRun 4 FarCry 3.01 MSSQL 6.01 Since we migrated from CF6 to CF7 server stability in general became much better. However, we recently had a few

RE: Dynamic JS

2007-02-08 Thread Joshua Cyr
I do this to load the contents of spry tabs on the fly and keep the js working. function include_dom(script_filename) { script_filename += '?' + Math.random(0, 1000) + '=' + Math.random(0, 1000); var html_doc = document.getElementsByTagName('head').item(0);

Re: FusionReactor?

2007-02-08 Thread Cutter (CFRelated)
Similar experiences on our end. We picked up FR about a year ago when we were having some issues. My boss had used SeeFusion at a previous position, but we downloaded FR to give it a try, and so he could see the differences. We had been going back and forth on the same issue for about a week

Re: binary to PDF

2007-02-08 Thread Doug Brown
Anyways, you will need to know the encoding format in order to encode the data back into it's binary format. Take a look at binaryDecode() Doug B. - Original Message - From: Leitch, Oblio [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, February 08, 2007 6:48 AM

Re: Debugging Server Lock-Up

2007-02-08 Thread Mike Chabot
I don't think you are supposed to run Fusion Reactor on a production server. Even on my dev server it caused reliability issues and I had to uninstall it. If your server is having RAM issues, one thing to do is watch the Windows performance monitor to see if you can capture the moment when RAM

RE: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others)

2007-02-08 Thread Che Vilnonis
Does anyone know if this work instead of upgrading to 1.4.2_11? http://java.sun.com/javase/tzupdater_README.html Also, does anyone have a direct link to dlownload 1.4.2_11? Thanks, Ché -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, January 19, 2007 12:15

Re: Really Simple(I think) IIS Issue

2007-02-08 Thread Mark Pederson
We just had a similar problem, turns out enterprise McAffee Virusscan access protection was running and blocked the port. We recently configured a new server, windows 2003. We can get IIS to serve even basic htm pages. The file system and web security on the folder is wide open and still

RE: Anyone interested in Railo hosting?

2007-02-08 Thread Andy Matthews
But I don't see any reason why competing engines can't further growth in the official engine. A perfect case is Macromedia and Adobe's competition in the WYSIWYG editor (Dreamweaver vs Go-Live) or even better in the image editor (Fireworks vs Imageready). Adobe and Macromedia ALWAYS leapfrogged

Re: upgrade: custom tags and verity trouble

2007-02-08 Thread Tom Chiverton
On Wednesday 07 Feb 2007, Carol Chandler wrote: We upgraded from MX 6.1 to 7 last night, running Linux (Fedoracore 6) and Apache 2.2. Most things went pretty smoothly, but our java CFX's aren't being found. How do you infer that from an error about an XML config file ? Message: The main

RE: Dynamic JS

2007-02-08 Thread Andy Matthews
You should be able to simply Eval() the returned javascript to Run it. I'm doing that in a script that's similar in nature to yours. -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 07, 2007 5:55 PM To: CF-Talk Subject: Dynamic JS If I am returning

Re: CFSELECT Question

2007-02-08 Thread Benjamin Paige
With the HTML SELECT tag, I can populate the option with a query (for instance, a listing of all states from a database), and then using another query with lets say user information, I can have the users state selcted using two queryies and CFIF statements like this... Hey there is an open source

RE: Take a minute to Digg this story about the Smith Project

2007-02-08 Thread Andy Matthews
Great! It'll be interesting to see if it works. Make sure to post to the list when you find out. -Original Message- From: Andrew Grosset [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 07, 2007 8:27 PM To: CF-Talk Subject: Re: Take a minute to Digg this story about the Smith Project

Re: Height and width of cfinput and cfselect

2007-02-08 Thread Benjamin Paige
Hi, i want to be able to specify the width and height of my cfinput and cfselect controls but if i set those properties in the tags they dont change. Is there anything i need to do to achieve this thanks for any help Try http://landofcoldfusion.blogspot.com CF_Select vs. the Iron

Re: Anyone interested in Railo hosting?

2007-02-08 Thread Doug Brown
Very true. The way I see it, is that if a competing engine had all the features of Adobe's product plus a few enhancements of their own, then the switch would be moderately painless (with a few exceptions). We keep talking about tags and functions that are missing in these competitors (Smith

Re: Anyone interested in Railo hosting?

2007-02-08 Thread Gert Franz
I agree, thank you Andy. We first plan to buy Adobe and then Microsoft, if they don't implement some of our features :-) We will adapt everything the market needs in order to make switches from another engine to Railo as easy as possible. Large CMS like Contens, a sophisticated MachII

Re: Height and width of cfinput and cfselect

2007-02-08 Thread Doug Brown
Use css cfinput style=height: 10px; or in your style sheet #input{ height:10px;} cfinput id=input Doug B. - Original Message - From: Benjamin Paige [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, February 08, 2007 6:26 AM Subject: Re: Height and width of

Validate Password

2007-02-08 Thread Steve LaBadie
I need to validate for a strong password with the following requirements: 1. Must be at least 8 characters in length (127 characters max) 2. Must contain at least three (3) of the four (4) following types of characters: a. Uppercase letters b. Lowercase letters c. Numbers d. Special

Re: Height and width of cfinput and cfselect

2007-02-08 Thread Doug Brown
Actually...I am just waking up, the font size of your input fields is going to determine the height of your fields. The size attribute will determine the length of your cfinput and I cannot remeber what it is for the length of cfselect Doug B. - Original Message - From: Benjamin Paige

RE: Validate Password

2007-02-08 Thread Bobby Hartsfield
Is that a question or are you just generally lazy and want someone to write the WHOLE thing? What's it pay? -Original Message- From: Steve LaBadie [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 9:47 AM To: CF-Talk Subject: Validate Password I need to validate for a strong

Re: binary to PDF

2007-02-08 Thread Torrent Girl
Ok I will look at binaryDecode() The formal term for what I am receiving is array of bytes (byte[]) Specifically - an array of bytes (byte[]) having contents of the PDF(s) requested Anyways, you will need to know the encoding format in order to encode the data back into it's binary format.

WYSIWYG File/Image managers

2007-02-08 Thread Burns, John D
Hey everyone. I've used FCKEditor quite a bit but I had some problems from time to time with the file/image manager in it with CF. Do TinyMCE or any of the other editors have a better CF file/image manager? I am working on a project and need a very basic WYSIWYG editor to allow

RE: binary to PDF

2007-02-08 Thread Turetsky, Seth
Are you using iText? In the past, I created pdf's on the fly using byte arrays, so that I don't have to write to disk. To display them, I did the following cfscript //all of my itext code MyVariable = baosPDF.toString(ISO-8859-1); /cfscript cfcontent type=application/pdf;

Re: Validate Password

2007-02-08 Thread Claude Schneegans
I need to validate for a strong password with the following requirements: With such annoying requirements, you don't even need to ask for a password: nobody will bother to register in such a site anyway ;-) -- ___ REUSE CODE! Use custom tags; See

RE: WYSIWYG File/Image managers

2007-02-08 Thread Andy Matthews
Rick Root's CFFM integrates quite well with CFKEditor I believe. http://www.opensourcecf.com/ andy -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 9:11 AM To: CF-Talk Subject: WYSIWYG File/Image managers Hey everyone. I've used

RE: Validate Password

2007-02-08 Thread Steve LaBadie
Looking for hints Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 [EMAIL PROTECTED] http://www.esu.edu -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 10:04 AM To:

RE: Validate Password

2007-02-08 Thread Steve LaBadie
Not my idea Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 [EMAIL PROTECTED] http://www.esu.edu -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 10:20 AM To: CF-Talk

RE: WYSIWYG File/Image managers

2007-02-08 Thread Joshua Cyr
The KTML editor has a nice file/image browser. http://www.interaktonline.com/ It is now part of the Kollection package of Dreamweaver addons. I suspect the future of KTML is dim after the Adobe buyout but for a one off use it should work well for you. Joshua Cyr Savvy Software 866.870.6358

RE: Validate Password

2007-02-08 Thread Bobby Hartsfield
Then ask for them. -Original Message- From: Steve LaBadie [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 10:19 AM To: CF-Talk Subject: RE: Validate Password Looking for hints Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301

Making a small change to the CFAdmin navigation?

2007-02-08 Thread Andy Matthews
In CFAdmin, there's a series of menus that can be opened and closed via JS. Some of them start open and some start closed. I'd like to change the behavior of some of the menus for ones that I use often vs ones that I rarely use. I checked the source file, navserver.cfm in the rood of the

Re: Validate Password

2007-02-08 Thread Charlie Griefer
or show that you've made some sort of attempt on your own, and aren't expecting your work to be done for you. maybe, hey list... i have the following requirements (list requirements here). this is the code i've got so far... but i seem to have hit a wall... just stating your requirements and

RE: Validate Password

2007-02-08 Thread Steve LaBadie
My apolgies to the list Would it be correct to use cfqueryparam and cfprocparam to accomplish this and do they work on the client side? Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 [EMAIL PROTECTED] http://www.esu.edu

Re: Validate Password

2007-02-08 Thread Christopher Jordan
I've got some thoughts: Steve LaBadie wrote: I need to validate for a strong password with the following requirements: 1. Must be at least 8 characters in length (127 characters max) This one is a piece of cake. CFIf Len(Password) GTE 8 AND Len(Password) LTE 127 2. Must contain at

Re: Validate Password

2007-02-08 Thread Christopher Jordan
Wow... if you don't want to help. Don't help. Stop berating the guy for any perceived lack of etiquette. Geez. Of course he's looking for help. Otherwise, why would he post to a list in the first place... duh. The amount of help any one wants to give is up to them. I'd just suggest calming

Re: FusionReactor?

2007-02-08 Thread Jim H
Thanks guys! This has been very helpful! ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs

RE: Validate Password

2007-02-08 Thread Steve LaBadie
Thanks Chris, I appreciate your words of support Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 [EMAIL PROTECTED] http://www.esu.edu -Original Message- From: Christopher Jordan [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: Dynamic JS

2007-02-08 Thread Brad Wood
Lol. My whole job is quick and dirty. :) Yes, this is an attempt to take existing templates WITHOUT modifying them and be able to insert them into a new page with Ajax. ~Brad -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08,

Re: Validate Password

2007-02-08 Thread Christopher Jordan
No sweat. :o) Steve LaBadie wrote: Thanks Chris, I appreciate your words of support Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 [EMAIL PROTECTED] http://www.esu.edu -Original Message- From: Christopher Jordan

RE: Dynamic JS

2007-02-08 Thread Brad Wood
AH, but see, we are not including a .js file, we are just innerHTML'ing html which has embedded script tags scattered throughout it. ~Brad -Original Message- From: Joshua Cyr [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 7:50 AM To: CF-Talk Subject: RE: Dynamic JS I do

RE: Validate Password

2007-02-08 Thread Steve Brownlee
Steve: I wrote an article on using regular expressions to validate strong passwords. It doesn't include all of your requirements, but it's a good head start. The last example in my article includes checking for upper-case alpha, lower-case alpha, and numeric. All you need to do is write the

RE: Dynamic JS

2007-02-08 Thread Brad Wood
Yes, but take this code for example: result is a javascript variable which was returned by ajax. It contains the following text: function test() { alert('test'); } Now I do eval(result); OK, that runs, but NOW if you try to execute test(); you get an Object Expected error because the test()

Re: Validate Password

2007-02-08 Thread Charlie Griefer
On 2/8/07, Christopher Jordan [EMAIL PROTECTED] wrote: Wow... if you don't want to help. Don't help. Stop berating the guy for any perceived lack of etiquette. Geez. Of course he's looking for help. Otherwise, why would he post to a list in the first place... duh. The amount of help any one

RE: Validate Password

2007-02-08 Thread Leitch, Oblio
This can't be done on the client-side, of course, because you're checking the password history. How about this: cffunction name=isValid returntype=boolean output=no cfargument name=fieldValue type=string / cfset var local=structNew() / cfset local.isValid=0 /

Re: Validate Password

2007-02-08 Thread Christopher Jordan
Naw... it's not worth my time. Helping someone on the other-hand *is* worth my time. You'll notice that my post to Steve gave no real code, but only suggestions on how to attack the problem. Well, back to the grind stone. :o) Charlie Griefer wrote: On 2/8/07, Christopher Jordan [EMAIL

Re: Anyone interested in Railo hosting?

2007-02-08 Thread Tom Chiverton
On Thursday 08 Feb 2007, Andy Matthews wrote: Adobe and Macromedia ALWAYS leapfrogged each other in features until of course Adobe bought MM. There's no reason why Adobe can't implement features from other engines. cough cfthread cfinterface ... -- Tom Chiverton Helping to confidentially

Filenames in CFusionMX7\Mail\Undelivr folder

2007-02-08 Thread Andy Matthews
I'm writing some code that will periodically check the Undelivr for emails and move them back into the Spool folder (if they pass a series of tests (or delete them if they do not). I'm going to be using Ray's SpoolMailer code as a starting point, but I have a few questions. Here are my

RE: Validate Password

2007-02-08 Thread Steve LaBadie
Chris, Is there a way to drop the dashes (-) when validating for SSN? The SSN in the database don't have them. cfinput type=text name=ssn maxlength=9 size=28 validate=social_security_number validateat=onsubmit class=formveld Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect

RE: Anyone interested in Railo hosting?

2007-02-08 Thread Tero Pikala
At least CFC instances can't be replicated by underlying J2EE platform since they can't implement serializable interface. there. (If you need session replication at least). Also, from what I've been told, session replication doesn't work reliably with CF, although I have not experienced

RE: Validate Password

2007-02-08 Thread Dave Watts
Is there a way to drop the dashes (-) when validating for SSN? The SSN in the database don't have them. cfinput type=text name=ssn maxlength=9 size=28 validate=social_security_number validateat=onsubmit class=formveld Here's the regex that CF uses for client-side SSN validation:

RE: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others)

2007-02-08 Thread Dave Watts
Does anyone know if this work instead of upgrading to 1.4.2_11? http://java.sun.com/javase/tzupdater_README.html I don't know, but I'd recommend that you just upgrade to the latest supported JVM (which in this case is 1.4.2_11). Also, does anyone have a direct link to dlownload 1.4.2_11? You

RE: Debugging Server Lock-Up

2007-02-08 Thread Dave Watts
I don't think you are supposed to run Fusion Reactor on a production server. Even on my dev server it caused reliability issues and I had to uninstall it. I use SeeFusion, a very similar tool, on production servers all the time. I think you are supposed to be able to run either in a

Re: Validate Password

2007-02-08 Thread Christopher Jordan
Steve, I'll admit that I don't use cfinput or cfform (I just use input and form), so I don't know a whole lot about the in-built validation. I think though, that you can use onValidate instead of validate. onValidate takes a JavaScript function that you could use to manipulate the string

RE: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others)

2007-02-08 Thread Che Vilnonis
Thanks for the link. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 12:23 PM To: CF-Talk Subject: RE: Changes to Daylight Savings Time in 2007 may affect your data bases (DB2, Oracle and others) Does anyone know if this work instead of

CF7 Enterprise - Reporting Speed

2007-02-08 Thread Greg Griffin
I've used the CF reporting system quite a bit in Standard Edition, but I'm curious about the performance gains when using the Enterprise Edition of CF. I've looked for some sort of benchmarks, but all I can find in the literature are mentions of performance gains - nothing solid on which to

RE: CF7 Enterprise - Reporting Speed

2007-02-08 Thread Dave Watts
I've used the CF reporting system quite a bit in Standard Edition, but I'm curious about the performance gains when using the Enterprise Edition of CF. I've looked for some sort of benchmarks, but all I can find in the literature are mentions of performance gains - nothing solid on

cffile on GoDaddy.com

2007-02-08 Thread Terry West
I'd like to help anyone out who may be trying to set up a coldfusion mailform app on GoDaddy.com I've been fumbling around all morning trying to get the cfmail to work on my client's GoDaddy w/ Coldfusion shared hosting website. Finally, after much trial and error, as well as checking previous

Re: binary to PDF

2007-02-08 Thread Torrent Girl
No not using iText here is the java equivilant of what i need to do in CF resp.setHeader(Content-Disposition, filename=RM.pdf); resp.setContentType(application/pdf); byte[] mPdf = webserivce.getPolicyDocument(…); // This is what you are getting ServletOutputStream out =

Re: cffile on GoDaddy.com

2007-02-08 Thread Bruce Sorge
Terry, Thanks for the info. I happen to have an app that I am rolling out for a personal client that will be using an email app for folks who opt-in and is hosted at GoDaddy. Have not tested it yet but I am glad to have this tidbit of information. And you are right about their tech support. I

RE: cffile on GoDaddy.com

2007-02-08 Thread Andy Matthews
Speaking of getting around GoDaddy restrictions. Does anyone have a work around for the lack of CreateObject? -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 12:01 PM To: CF-Talk Subject: Re: cffile on GoDaddy.com Terry, Thanks for the

Re: cffile on GoDaddy.com

2007-02-08 Thread Bruce Sorge
CFOBJECT and CreateObject is not supported in their environment. This is per Adobe's guidance on how to secure servers. ( http://www.adobe.com/devnet/security/security_zone/mpsb04-10.html). They suggest using the CFINVOKE tag instead. Bruce Sorge I'm a mawg: half man, half dog. I'm my own best

RE: Validate Password

2007-02-08 Thread Mik Muller
Nice piece of work. And I learned a thing or two, too. On question: wouldn't the query below just check to see if the password had been used three times site-wide? Wouldn't you want to also check that it wasn't used by the user in question? I know it wasn't stated in the list, but I'm

RE: cffile on GoDaddy.com

2007-02-08 Thread Andy Matthews
So basically you can USE CFCs, you just can't store them into memory? -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 12:12 PM To: CF-Talk Subject: Re: cffile on GoDaddy.com CFOBJECT and CreateObject is not supported in their

RE: Validate Password

2007-02-08 Thread Lincoln Milner
We have started that per policies at our institution. We never store plain passwords, though. We store passwords and a password history as MD5 hashes, then just do a quick MD5() on what they entered and what they have in the DB. We also have all the same restrictions you've listed (3 types of

Re: cffile on GoDaddy.com

2007-02-08 Thread Bruce Sorge
Correct. Bruce Sorge I'm a mawg: half man, half dog. I'm my own best friend! On 2/8/07, Andy Matthews [EMAIL PROTECTED] wrote: So basically you can USE CFCs, you just can't store them into memory? ~| Upgrade to Adobe

RE: cffile on GoDaddy.com

2007-02-08 Thread Dave Watts
So basically you can USE CFCs, you just can't store them into memory? If your CFC has a method which returns the CFC instance itself, you could call that with CFINVOKE. It's pretty common to have such a method, for other reasons. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig

Re: A little CSS help

2007-02-08 Thread Peter Boughton
style type=text/css ..col2 {width: 50%; margin: 0px; border-width: 0px; padding: 0px;} ..left {float: left; clear: left;} ..right {float: right; clear: right;} ..break {float: none; clear: both;} /style br class=break/ div class=col2 left [content for left side goes here] /div div class=col2

RE: binary to PDF

2007-02-08 Thread Turetsky, Seth
Try this, I think it should work, but I don't know anything about your getPolicyDocument method, and why there are special characters there. Also, just as a note you misspelled webservice(not sure if that matters at all) cfsilent cfscript mPdf = createObject(java,

Re: cffile on GoDaddy.com

2007-02-08 Thread Rick Root
If you use cfinvoke with an init() function in a CFC that returns itself, wouldn't you then be able to store the CFC in memory? At any rate, what it REALLY means is that you can't invoke java objects. HostMySite allows you to use createObject, as do many other providers offering shared hosting.

Re: Validate Password

2007-02-08 Thread Rick Root
You'll find this javascript to do EXACTLY what you want. http://sarat.pediredla.name/2005/06/10/password-validator/#comments I use it in a few places internally with very similar requirements to yours. Of course that only does client side validation. You'll have to write your own CF side

Re: Validate Password

2007-02-08 Thread Rick Root
(In any cases, I do both client side validation with javascript AND server side validation with CF) ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs

Re: binary to PDF

2007-02-08 Thread Torrent Girl
I'm sorry seth, what goes in here, my string? webservice.getPolicyDocument(HERE); Try this, I think it should work, but I don't know anything about your getPolicyDocument method, and why there are special characters there. Also, just as a note you misspelled webservice(not sure if that

Flash Form Waiting Animation

2007-02-08 Thread John Maier
I have a pretty sophisticated Flash CFFORM that takes about 15 seconds to initialize and load. Is there a way I can present the user with an animated waiting GIF first in the frame where the CFFORM goes so they don't get discouraged and click off the page?

Re: WYSIWYG File/Image managers

2007-02-08 Thread Rick Root
On 2/8/07, Andy Matthews [EMAIL PROTECTED] wrote: Rick Root's CFFM integrates quite well with CFKEditor I believe. http://www.opensourcecf.com/ specifically, http://www.opensourcecf.com/cffm CFFM integrates pretty well with both FCKeditor and TinyMCE, though I haven't tested it with TinyMCE

Re: binary to PDF

2007-02-08 Thread Torrent Girl
I added my returnvar where I though it should fit in and get the following error; Variable BAOSPDF is undefined. here is the modified code: cfsilent cfscript mPdf = createObject(java, java.io.ByteArrayOutputStream).init(); mPdf = #docLite2#; MyVariable = baosPDF.toString(ISO-8859-1);

RE: binary to PDF

2007-02-08 Thread Turetsky, Seth
My fault, I should have replaced that. MyVariable = baosPDF.toString(ISO-8859-1); Should be MyVariable = mPdf .toString(ISO-8859-1); webservice.getPolicyDocument(HERE); As for your other post, I'm not sure what this method is used for(I saw it in your code). Where did you get that code

RE: cffile on GoDaddy.com

2007-02-08 Thread Turetsky, Seth
That stinks. I just bought a plan off godaddy, but for 60 bucks a year I guess I can't complain too much. -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 1:31 PM To: CF-Talk Subject: Re: cffile on GoDaddy.com If you use cfinvoke with an

SOT: MS SQL Server and bulk insert

2007-02-08 Thread Scott Weikert
Anyone out there who's made use of the bulk insert functionality in MS SQL Server - reasonably extensive use - please drop me an email off-list. I've got some questions, specifically to do with mixed delimiters, using quotes to get around mixed delimiters, and using the text datatype with Bulk

Re: binary to PDF

2007-02-08 Thread Torrent Girl
oK THANKS I My fault, I should have replaced that. MyVariable = baosPDF.toString(ISO-8859-1); Should be MyVariable = mPdf .toString(ISO-8859-1); webservice.getPolicyDocument(HERE); As for your other post, I'm not sure what this method is used for(I saw it in your code).

Re: binary to PDF

2007-02-08 Thread Torrent Girl
oK THANKS I made the change and get the following: The selected method toString was not found. here's my code: cfsilent cfscript mPdf = createObject(java, java.io.ByteArrayOutputStream).init(); mPdf = #docLite2#; MyVariable = mPdf.toString(ISO-8859-1); /cfscript cfcontent

RE: binary to PDF

2007-02-08 Thread Turetsky, Seth
Well this is really a shot in the dark. But that failed because you overwrote the Java Object with a Coldfusion data type, which is a double datatype. So this compiles, but I'm pretty sure this won't work since docLite2 has been converted to store in a CF variable, so I think it's probably not

Re: binary to PDF

2007-02-08 Thread Torrent Girl
yes it is with an outside vendor. they are sending me the contents of a PDF in an array of bytes this code sample was how they do it with java resp.setHeader(Content-Disposition, filename=RM.pdf); resp.setContentType(application/pdf); byte[] mPdf =

RE: Filenames in CFusionMX7\Mail\Undelivr folder

2007-02-08 Thread Andy Matthews
Anyone? Google doesn't tell me whether I can depend on the filenames in the Undelivr folder being 100% unique. Just interested in getting recommendations for how I can be sure I'm checking a file's uniqueness. Andy Matthews Senior Coldfusion Developer

Asynchonous Gateways error/question

2007-02-08 Thread Adam Fortuna
Hey hey, I'm trying to import a large file into a database by sending the insert statements to an asynchronous gateway. The gateway itself is nothing but a database insert, and it is working to some extent. For instance, with my test data of about 701 inserts, only about 150-180 actually get

Re: Filenames in CFusionMX7\Mail\Undelivr folder

2007-02-08 Thread Ryan Stille
Andy Matthews wrote: Anyone? Google doesn't tell me whether I can depend on the filenames in the Undelivr folder being 100% unique. Just interested in getting recommendations for how I can be sure I'm checking a file's uniqueness. Andy Matthews Senior

  1   2   >