Re: [ACFUG Discuss] corrupt/damaged file?

2011-09-03 Thread Mischa Uppelschoten
Let me guess, Ektron eMPower for ColdFusion? I believe they used some incarnation of FCKEditor. If that is indeed the product, then IMHO it is ok to decrypt since the manufacturer has long ago abandoned the product. However, if the manufacturer has modified the editor’s source to suit their

RE: [ACFUG Discuss] CFThread name issue

2011-05-26 Thread Mischa Uppelschoten
what you want: http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_t_04.html On Wed, May 25, 2011 at 5:51 PM, Mischa Uppelschoten mup...@hotmail.com wrote: I think this is more about naming the thread itself than passing values into it. Let's say I'm not interested

RE: [ACFUG Discuss] CFThread name issue

2011-05-26 Thread Mischa Uppelschoten
=myScope.thread1/cfthread cfdump var=#myScope.thread1.myvar# From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Mischa Uppelschoten Sent: Thursday, May 26, 2011 10:07 AM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] CFThread name issue Thanks Steve, I understand what you're saying

RE: [ACFUG Discuss] CFThread name issue

2011-05-26 Thread Mischa Uppelschoten
here unless someone wants to know specifics, but make sure you test on 8 and 9. Allen From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Mischa Uppelschoten Sent: Thursday, May 26, 2011 10:37 AM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] CFThread name issue The first

[ACFUG Discuss] CFThread name issue

2011-05-25 Thread Mischa Uppelschoten
Running into a headscratcher with cfthread. CF 8 Ent, Win 2k3 This works: cfthread action=RUN name=thread1 cfset thread.myvar = rand() /cfthread cfthread action=JOIN name=thread1/cfthread cfdump var=#thread1.myvar# this throws an error Element THREAD1.MYVAR is undefined in REQUEST:

RE: [ACFUG Discuss] CFThread name issue

2011-05-25 Thread Mischa Uppelschoten
ext. 603 | dynapp.com | facebook.com/dynapp From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Mischa Uppelschoten Sent: Wednesday, May 25, 2011 4:13 PM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] CFThread name issue That's another way of phrasing my question

Re: [ACFUG Discuss] Troubleshooting CFHTTP Webservice Call

2011-02-18 Thread Mischa Uppelschoten
Have you tried SoapUI? http://www.eviware.com/soapUI/soapui-products-overview.html I’ve used it in the past to troubleshoot exactly these kinds of issues... From: Clarke Bishop Sent: Friday, February 18, 2011 17:33 To: discussion@acfug.org Subject: RE: [ACFUG Discuss] Troubleshooting CFHTTP

RE: [ACFUG Discuss] IIS error log Connection dropped

2011-01-13 Thread Mischa Uppelschoten
Windows has some options for COM application recycling and automatic shut down. Have you checked the event logs? From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Charlie Arehart Sent: Wednesday, January 12, 2011 9:27 PM To: discussion@acfug.org Subject: RE: [ACFUG Discuss] IIS error

RE: [ACFUG Discuss] IIS error log Connection dropped

2011-01-13 Thread Mischa Uppelschoten
, how/when would the be registered to participate in such monitoring? Could be compelling, beyond Ajas’s issue. /charlie From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Mischa Uppelschoten Sent: Thursday, January 13, 2011 11:11 AM To: discussion@acfug.org Subject: RE: [ACFUG

RE: [ACFUG Discuss] IIS error log Connection dropped

2011-01-13 Thread Mischa Uppelschoten
? Specific ones? If the latter, how/when would the be registered to participate in such monitoring? Could be compelling, beyond Ajas's issue. /charlie From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Mischa Uppelschoten Sent: Thursday, January 13, 2011 11:11 AM To: discussion

re[2]: [ACFUG Discuss] MAC formatted file name questions

2010-04-07 Thread Mischa Uppelschoten
A colon is an illegal character for Windows filenames, but it appears it is used as a pathname separator in "classic Mac OS". (http://en.wikipedia.org/wiki/Filename#Reserved_characters_and_words) It should be possible to intercept the http post and correct the submitted filename before

re[2]: [ACFUG Discuss] CFFTP putfile timeout error on CF8.01

2010-03-18 Thread Mischa Uppelschoten
For troubleshooting reasons, have you tried a tool like FileZilla, or (gasp) command line FTP? http://www.nsftools.com/tips/MSFTP.htm These may reveal more of the errors that are thrown by the remote server. I assume you have no way to get the logs for that FTP server? /m : Well PHP

re: [ACFUG Discuss] A question on image uploads

2010-02-22 Thread Mischa Uppelschoten
I think ImageMagick does most of what you need...? http://www.imagemagick.org/script/index.php at least convert pdf to jpg from the command line. It also does cropping, but that would leave you to figure out how to capture the desired crop dimensions... /m : Hey all, : : Ive been tasked

re[2]: [ACFUG Discuss] SQL Injection

2009-11-23 Thread Mischa Uppelschoten
Last time I advertised my property I ended with "SCAMMERS, DON'T BOTHER", and I still got emails from Lagos on where to send the check (advance fee fraud). : Especially the bad English wording. The original ad was lifted directly from: my Realtor's postings. The response to any enquiry

[ACFUG Discuss] Javascript across sub domains

2009-11-02 Thread Mischa Uppelschoten
More of a js question than CF, but I hope someone might be able to chime in and save me some research time. Source code (html + js) comes from www.domain.com and is loaded in a frame. is the javascript allowed to do a HTTP post (AJAX) to server1.domain.com ? Right now FireBug is not showing

re[2]: [ACFUG Discuss] Javascript across sub domains

2009-11-02 Thread Mischa Uppelschoten
in the script itself. : John : -- : From: Mischa Uppelschoten mischa.uppelscho...@bankersx.com : Sent: Monday, November 02, 2009 2:20 PM : To: Web Site discussion@acfug.org : Subject: [ACFUG Discuss] Javascript across sub domains : More of a js question than

re[2]: [ACFUG Discuss] Javascript across sub domains

2009-11-02 Thread Mischa Uppelschoten
in that folder, instead of using the submain in the : script itself. : : John : : -- : From: Mischa Uppelschoten mischa.uppelscho...@bankersx.com : Sent: Monday, November 02, 2009 2:20 PM : To: Web Site discussion@acfug.org : Subject: [ACFUG

re[2]: [ACFUG Discuss] Development vs Production Application.cfm and other things...

2009-10-28 Thread Mischa Uppelschoten
FWIW, I am creating application objects in application.cfc application.Order = createobject("Component", #application.ComponentsLocation# "Order"); this way CF doesn't have to create and destroy these static objects all the time. For development this doesn't work sowell because you'd

re[2]: [ACFUG Discuss] SEO and domain fwd

2009-09-04 Thread Mischa Uppelschoten
If you're on IIS, you can append some vars that leave the requested url intact... http://placeholderdomain.com/content.cfm?id=5 is redirected to http://realdomain.com/content.cfm?id=5 per

re: [ACFUG Discuss] verity basics and troubleshooting

2009-07-30 Thread Mischa Uppelschoten
Have you used rck2? This is a command line utility that bypasses CF completely and lets you execute searches directly against the search server... http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=verityutils_14.html : Hello all. : : I have not had to use verity to much

re: [ACFUG Discuss] NEVERMIND RE: CF in the database?

2009-07-01 Thread Mischa Uppelschoten
://www.acfug.org?fa Mischa Uppelschoten VP of Technology The Banker's Exchange, LLC. 4200 Highlands Parkway SE Suite A Smyrna, GA 30082-5198 Phone:(404) 605-0100 ext. 10 Fax:(404) 355-7930 Web:www.BankersX.com Follow this link for Instant Web Chat: http://www.bankersx.com/Contact

re: [ACFUG Discuss] Re: CF 7 tif images

2009-06-04 Thread Mischa Uppelschoten
If you're on CF8 and performance is not a big issue, you could use cfimage to read the tiff and then convert it to jpg... AFAIK, only the more obscure browsers natively support tiff (http://en.wikipedia.org/wiki/Comparison_of_web_browsers#Image_format_support) so you'll be stuck with the

re[8]: [ACFUG Discuss] cross domain cookie validation

2009-04-17 Thread Mischa Uppelschoten
Something like cfset LoginSuccess = "false" cfif IsDefined(cfhttp.responseheader['set-cookie']) cfset LoginSuccess = "true" /cfif ? : Thanks again for all the help yesterday. Im about wrapped up with this: project now but Ive encountered one last problem. The http response doesnt:

re: [ACFUG Discuss] cross domain cookie validation

2009-04-16 Thread Mischa Uppelschoten
the third party: software is going to reside on a different server in a different domain and: writecookies that he wants the domain where the login page resides to: access. Hi Jeff, I didn't see any responses... So the user is going to www.domain1.com to login, this domain sets a

re[2]: [ACFUG Discuss] cross domain cookie validation

2009-04-16 Thread Mischa Uppelschoten
: Hey Mischa, : : Thanks for the response. I just got off the phone with the client trying to: get a clearer description of what he is trying to do. Originally the two: applicationswere supposed to reside on the same server in the same domain.: Now the existing CF application will

re[4]: [ACFUG Discuss] cross domain cookie validation

2009-04-16 Thread Mischa Uppelschoten
: From my perspective, it seems that there is a good amount of over analyzing: here.You know Teddy, you can just put in your $0.02. There is really no need to criticize myinput unless you see something specifically wrong. /m -

re[6]: [ACFUG Discuss] cross domain cookie validation

2009-04-16 Thread Mischa Uppelschoten
I was the only one who responded and you labeled that response "over analyzed". If that is not criticizing, I don't know what is. I gave some more technical details and you decided to stay higher level. I'm sure the OP is aided by both postings. Apology accepted, let's move on. /m

re[2]: [ACFUG Discuss] Looking for a CF Host

2009-04-02 Thread Mischa Uppelschoten
cfdump var="#SERVER#" / will tell you for sure :) /m : What they told me was that they don't support the cfwindow tag, which I: interpret to mean that they decided not to bear the expense of buying the: latest version of CF.: Peyton

re[2]: ValidateAt parameter is effectively only client side (was: re[2]: [ACFUG Discuss] Password CFinput regular expression - throws alert/error after correction also)

2009-03-10 Thread Mischa Uppelschoten ext 10
side). : Help us out. It may just be me that's confused. :-) : /charlie : -Original Message- : From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Mischa : Uppelschoten ext 10 : Sent: Monday, March 09, 2009 3:05 PM : To: Web Site : Subject: ValidateAt parameter is effectively only

re[4]: ValidateAt parameter is effectively only client side (was: re[2]: [ACFUG Discuss] Password CFinput regular expression - throws alert/error after correction also)

2009-03-10 Thread Mischa Uppelschoten ext 10
: Yes. Look at how its done by Struts and the Apache Commons Validator : platform. Unless I'm misunderstanding, in Struts you have to include the validation routine in the action page, which is not really what I was after. - To

re[2]: [ACFUG Discuss] excel or csv to database table

2009-03-09 Thread Mischa Uppelschoten ext 10
: My other thought would be ask if you think it would be ok to just use the: files themselves as the database rather than import and use MS SQL. This way: the files could just be uploaded to the server and overwritten when they need: to be updated. There are basically 5 files with some

ValidateAt parameter is effectively only client side (was: re[2]: [ACFUG Discuss] Password CFinput regular expression - throws alert/error after correction also)

2009-03-09 Thread Mischa Uppelschoten ext 10
: IIRC cfinput will always use a hidden form field on the client to : force server side validation. Dean is right: cfif isdefined(form) cfdump var=#form# show=MyNumber /cfif cfform name=cfformtest cfinput type=Text validate=integer validateat=OnServer name=MyNumber cfinput type=Submit

re: [ACFUG Discuss] cfmail issue

2009-03-03 Thread Mischa Uppelschoten ext 10
At the risk of stating the obvious, here is what I would do: 1. Dump the values for your vars and hardcode them in a CFMAIL statement with a very basic subject and body2. If that looks good but still fails to send, another troubleshooting step is to use telnet from your CF server and send

re: [ACFUG Discuss] CF 7 Pagination - Query rerun making pagination useless

2009-02-23 Thread Mischa Uppelschoten ext 10
: But if the query is run *every time* when you go to next page, inst it: defeating the very purpose of pagination i.e. less load in performing query: to get 1000s of records at once.I think every situation where you may have 1000s of records being delivered to CF is potentially suspect.

re[2]: [ACFUG Discuss] XML and SOAP

2009-02-19 Thread Mischa Uppelschoten ext 10
But I know this path is correct - "http//demo.campaigntracking.com/services/gmap/Mapservice.asmx". ** Did you notice the missing colon? /m - To unsubscribe from this list, manage your profile @

re[2]: [ACFUG Discuss] Blocking a ColdFusion website's directory

2008-12-18 Thread Mischa Uppelschoten ext 10
OP never used the word authentication. From wikipedia: authorization is the concept of allowing access to resources only to those permitted to use them. Seems to me he used the term properly. /m : Emile, : From your description, you really need to define what authorized and not : authorized

re: [ACFUG Discuss] Re: Programming OMR (Optical mark recognition) codes in ColdFusion 7

2008-11-26 Thread Mischa Uppelschoten ext 10
Are you asking about converting html to pdf or creating the actual OMR symbols? The former could be solved by using cfdocument. The latter, I'm afraid, you're on your own, depending on the OMR symbol that is required. A quick google turned up no standards but barcodes, which doesn't seem you're

re: [ACFUG Discuss] Merchant Accounts

2008-11-25 Thread Mischa Uppelschoten ext 10
I just did something similar for a very very basic ordering system. I used a 3rd party hosted shopping cart (Mal's e-commerce) which natively integrated with Authorize.net's gateway. No CC details are stored on the customer's server whatsoever. Setup was extremely easy, but the cart will never

re: [ACFUG Discuss] Non-CF Question

2008-11-18 Thread Mischa Uppelschoten ext 10
: Windows-formatted HD into my Mac, it recognizes it, and successfully copies : files from it onto the Mac, but when I try to copy a file from the Mac onto : the Windows-formatted HD, the Mac says that it cannot modify that HD. I'd try formatting the external disk using FAT32... most operating

re[2]: [ACFUG Discuss] Non-CF Question

2008-11-18 Thread Mischa Uppelschoten ext 10
: Yep. But now we don't know why. Oh, well... Tom is talking about transferring a file over a network, you were talking about transferring it to an attached storage device. In Tom's case, the operating system's file system drivers take care of reading the file in the computer's memory, Windows

re[2]: [ACFUG Discuss] CFMail Delivery Confirmation

2008-11-14 Thread Mischa Uppelschoten ext 10
: Oh! Atleast according to the documention in Adobe website, if you use the: spoolEnable = false in CFMAIL or use the CF administrators Mail settings to: disable spooling altogether, the page that sends out the email, should: atleast try to send out the email immediately and, give you out

re: [ACFUG Discuss] Switch to CF8

2008-10-24 Thread Mischa Uppelschoten ext 10
I'd be curious how they explain the upload succeeding under FF. Anyway, I remember having some issues with testing whether users are logged on, something in the syntax or behavior of that function changed, but I don't remember the specifics. Good luck! Mischa. : To deal with my upload issue,

re: [ACFUG Discuss] cfchart

2008-10-24 Thread Mischa Uppelschoten ext 10
If you're on IIS, make sure to UNcheck "Verify that file exists": Go to IIS and open your site properties. Click on the "home directory" tab and then click on the configuration button. If you have a typical setup you should see the Jrun wildcard entry in the bottom list box. Select this

re[2]: [ACFUG Discuss] image properties

2008-10-15 Thread Mischa Uppelschoten ext 10
How about http://www.sno.phy.queensu.ca/~phil/exiftool/ or http://www.sentex.net/~mwandel/jhead/ And call it with cfexecute? : Hi all : Is there a way to 'put' EXIF info using CF (or Java)? : Tommy : Mischa Uppelschoten ext 10 wrote: : CF8: you should be able to get title, author etc from

re[2]: [ACFUG Discuss] image properties

2008-10-10 Thread Mischa Uppelschoten ext 10
CF8: you should be able to get title, author etc from ImageGetEXIFMetadata else: CF and JAI: http://www.evolt.org/article/Image_Manipulation_with_CFMX_and_JAI/18/33907/http://www.evolt.org/article/Image_Manipulation_with_CFMX_and_JAI/18/33907/ and then

re[2]: [ACFUG Discuss] passing a structure as wddx in url parameter. Any alternate method to avoid wddx?

2008-08-06 Thread Mischa Uppelschoten ext 10
: I didnt know, you cannot send structure var in form post. So I guess I have to: use wddx. You can use wddx and plop it all in one field as a piece of text, or you can take apart your structure and send all your fields individually: cfhttp method="post" url=""

re[2]: [ACFUG Discuss] CF8 PDFs

2008-08-06 Thread Mischa Uppelschoten ext 10
It is not necessary to use a true PDF form (with identified fields and values) to be able to extract text from it. I just printed a PO from our system using an open source PDF printer and then converted it back into Excel. There are some applications that use a bitmap format like tiff or

re: [ACFUG Discuss] passing a structure as wddx in url parameter. Any alternate method to avoid wddx?

2008-08-05 Thread Mischa Uppelschoten ext 10
I would only pass company_id and employee_no in the url and then run the query again to find the other info on your target system. I would agree that passing that amount of info through the url will not make you happy in the long run. If you can't run the query on the remote system, I

re[2]: [ACFUG Discuss] sorting question

2008-07-28 Thread Mischa Uppelschoten ext 10
As a variation on Charlie's suggestion, I'd like to propose assigning points to individual students for having a certain value for a characteristic: points = total population / group size Assume 400 students: 200 Europeans, 100 Asians, 50 Africans, 50 Oceanians. Europeans: 400/200: 2 points

re[4]: [ACFUG Discuss] sorting question

2008-07-28 Thread Mischa Uppelschoten ext 10
Hey, why take the easy way when it's possible to overengineer it! : #1 Get a pencil / paper : #2 divide them up: ; ): how i would do it. - To unsubscribe from this list, manage your profile @

re: [ACFUG Discuss] Securing CFCs

2008-07-21 Thread Mischa Uppelschoten ext 10
: Archive @ http://www.mail-archive.com/discussion%40acfug.org/ : List hosted by http://www.fusionlink.com : - Mischa Uppelschoten The Banker's Exchange, LLC. 4200 Highlands Parkway SE Suite A Smyrna, GA 30082-5198 Phone:(404

re[2]: [ACFUG Discuss] Securing CFCs

2008-07-21 Thread Mischa Uppelschoten ext 10
Duh! I meant to write local subnet. : Wouldnt AJAX requests be coming from the users web browser IP?: On Mon, Jul 21, 2008 at 10:52 AM, Mischa Uppelschoten ext 10: [EMAIL PROTECTED] wrote:: That is a really good question and Im curious about the input from the group.: Maybe use

re: [ACFUG Discuss] 2 Error handling pages exist, 1 is referenced in application.cfm and other is not

2008-07-07 Thread Mischa Uppelschoten ext 10
Wild guess: if you use cfcache, the ip address for the machine retrieving the page that throws and error is the server itself because CF internally uses cfhttp to retrieve the page... : Hi, : : I have 2 cfm templates. Error_Exception.cfm and Error.cfm : : Insdie the Application.cfm

re: [ACFUG Discuss] Problems installing CFMX 7.0.2 on Win2003 Server

2008-05-27 Thread Mischa Uppelschoten ext 10
Can't speak to that specific issue, but have you seen http://kb.adobe.com/selfservice/viewContent.do?externalId=228c3aaa "ColdFusion MX 7 installation fails on Windows 2003 with SP1" ? Also, when I had install issues, I learned a lot by comparing miscellaneous .xml configuration files

re: [ACFUG Discuss] CF 8 RDS help needed

2008-05-13 Thread Mischa Uppelschoten ext 10
: Help! I'm transferring this question thread from the Flex discussion group: over here Trying to get CF8 RDS to let me in. CF8 setup on Windows is not smooth, RDS does not seem to be installed properly at all. Have you checked like Cameron suggested that ide.cfm exists? It didn't for

re[2]: [ACFUG Discuss] showing image from network share..how to?

2008-05-12 Thread Mischa Uppelschoten ext 10
If you don't make any changes, IIS will attempt to retrieve images from the share using it's default credentials ("Local System") and unless Everyone has read access (or better), that won't work. What has worked for me as far as troubleshooting in the past, is to try to browse that image

re[2]: [ACFUG Discuss] cfprint or some other way?

2008-04-15 Thread Mischa Uppelschoten ext 10
: Clearly, if I must specify the printer name, I'd have to have a way to get : that for each user, since the client wants remote users to be able to print : the report as well. Is there a way to find that out? I think for this scenario, cfprint is not the way to go. If you want the hardcopy

re: [ACFUG Discuss] Anyone ever have this cfinput or cfselect validation issue?

2008-03-27 Thread Mischa Uppelschoten ext 10
Yes, I've had that and IIRC it had something to do with my own form validation that I added. Have you tried a CFFORM/CFINPUT on a virgin page without any added js? : I am coding a form and trying to use the built in CF(MX 7) validations to the: CFINPUT and CFSELECT tags. : : When I

re[6]: [ACFUG Discuss] Using components on different websites

2008-03-25 Thread Mischa Uppelschoten ext 10
Thanks Justin, this worked! (as long as I gave the junction a different name than the original!) so now I have: \Site1\Components \Site2\MyComponents (which is a junction to \Site1\Components). The application.cfc from site2 is now honored, whether you call the component via cfobject or an

[ACFUG Discuss] AJAX security (was: Using components on different websites)

2008-03-19 Thread Mischa Uppelschoten ext 10
In reading up on the issue I'm having, I'm finding that some people advocate for components only to work on variables that get passed into them, and not rely on session or application vars. Suppose I have a control (cfgrid) that I want to use to display information only for the logged in

re[2]: [ACFUG Discuss] AJAX security (was: Using components on different websites)

2008-03-19 Thread Mischa Uppelschoten ext 10
a sample from some of my code...: : -Cameron: On Wed, Mar 19, 2008 at 4:15 PM, Mischa Uppelschoten ext 10: [EMAIL PROTECTED] wrote:: In reading up on the issue Im having, Im finding that some people advocate: for components only to work on variables that get passed into them, and not: rely

re[2]: [ACFUG Discuss] Using components on different websites

2008-03-18 Thread Mischa Uppelschoten ext 10
, 2008 at 12:04 PM, Mischa Uppelschoten ext 10 : [EMAIL PROTECTED] wrote: : All, : I'm running into an issue with CF8 and how components are bound to form : controls. Proper execution of one of my components depends on a value in the : session scope. : : Site1\application.cfm (- this.name

re[3]: [ACFUG Discuss] Using components on different websites

2008-03-18 Thread Mischa Uppelschoten ext 10
: : All, : : I'm running into an issue with CF8 and how components are bound to form : : controls. Proper execution of one of my components depends on a value in : the : : session scope. Well, supposedly it was a known issue: 70775 ColdFusion Ajax components cannot access CFCs in a

re[2]: [ACFUG Discuss] Using components on different websites

2008-03-18 Thread Mischa Uppelschoten ext 10
to : Components : Site2\UseComponentToShowSiteNameOnSite2.cfm : This way if there is no application.cfm in the Components directory then I : would think it would jump to Site1 or Site2 respectively. : Cody : -Original message- : From: Mischa Uppelschoten ext 10 [EMAIL PROTECTED] : Date: Tue

re[4]: [ACFUG Discuss] Using components on different websites

2008-03-18 Thread Mischa Uppelschoten ext 10
://www.acfug.org?fa Mischa Uppelschoten The Banker's Exchange, LLC. 4200 Highlands Parkway SE Suite A Smyrna, GA 30082-5198 Phone:(404) 605-0100 ext. 10 Fax:(404) 355-7930 Web:www.BankersX.com Follow this link for Instant Web Chat: http://www.bankersx.com/Contact/chat.cfm?Queue

re: [ACFUG Discuss] Blue Dragon Goes Open Source

2008-03-10 Thread Mischa Uppelschoten ext 10
Interesting news. Sounds like a double edged sword to me: it takes care of the "but CF is expensive" argument but it may also cannibalize sales from Adobe. Good for developers I guess... : They are holding back the .NET and JX versions as commercial, and the rest is: being open sourced

re[2]: [ACFUG Discuss] MagickTag from Alagad

2008-01-28 Thread Mischa Uppelschoten ext 10
The issue that sparked this was I was working to create a box: for a web site that cantake a signature from the user and save it as an: image. :Just curious... how are you going to do that? Fancy _javascript_? What does it look like on the server end when submitted? /m

re[2]: [ACFUG Discuss] Ajax.submitForm Conundrum

2008-01-15 Thread Mischa Uppelschoten ext 10
in advance, : Peyton : -Original Message- : From: Mischa Uppelschoten ext 10 [EMAIL PROTECTED] : Sent: Jan 15, 2008 3:08 PM : To: Web Site discussion@acfug.org : Subject: re: [ACFUG Discuss] Ajax.submitForm Conundrum : : AFAIK the action page you submit to in this case must return only

re: [ACFUG Discuss] cfimage transparency

2008-01-02 Thread Mischa Uppelschoten ext 10
jpg's cannot be transparent... try gif :) /m : action=CONVERT destination=watermarkSmiley.jpg overwrite=Yes - Annual Sponsor FigLeaf Software - http://www.figleaf.com To unsubscribe from this list, manage your profile @

re[2]: [ACFUG Discuss] CF and Vista

2007-12-28 Thread Mischa Uppelschoten ext 10
: Pro with large HD and RAM. You already have a Windows license... VMWare is Unless you bought a full XP retail version, you may not be allowed to move it to a different machine. /m - Annual Sponsor FigLeaf Software -

re[4]: [ACFUG Discuss] CF and Vista

2007-12-28 Thread Mischa Uppelschoten ext 10
Purely license... I'm guessing it's the same thing as wirth carrier sponsored and locked cellphones. : For a technical reason or some clause in the license?: On 12/28/07, Mischa Uppelschoten ext 10 [EMAIL PROTECTED]: wrote: : : : Pro with large HD and RAM. You already have a Windows

re[4]: [ACFUG Discuss] CF and Vista

2007-12-28 Thread Mischa Uppelschoten ext 10
] On Behalf Of Mischa: Uppelschoten ext 10: Sent: Friday, December 28, 2007 12:26 PM: To: Web Site: Subject: re[2]: [ACFUG Discuss] CF and Vista: : : : Pro with large HD and RAM. You already have a Windows license... VMWare: is: : Unless you bought a full XP retail version, you may

re[6]: [ACFUG Discuss] CF and Vista

2007-12-28 Thread Mischa Uppelschoten ext 10
If your lease with Dell is anything like my lease with CDW, they don't really care what you lease; they just see a purchase amount and calculate your payment, that's it. I was even able to roll a one year software maintenance renewal fee into a three year lease :-) Good luck and happy new

[ACFUG Discuss] Finding numbers in strings

2007-09-25 Thread Mischa Uppelschoten ext 10
I thought I once saw a function in CF that would find a numeric part anywhere in a string, but I can't find it anymore (or was I dreaming?) Anyway, here are some sample strings I need to parse: ATTN: JOE SMITH PO# 72274 3150 holcomb bridge road PO# 72049 6311 COURT ST. PO's 72993,

re: [ACFUG Discuss] Running a system command from ColdFusion

2007-09-06 Thread Mischa Uppelschoten ext 10
: cfset variables.plsql = exec DBMS_WM.GoToWorkspace('edsWorkspace') SWAG: throw in a PreserveSingleQuotes? /m - Annual Sponsor FigLeaf Software - http://www.figleaf.com To unsubscribe from this list, manage your profile @

re[2]: [ACFUG Discuss] CFChart doesn't display Flash movie or PNG

2007-08-14 Thread Mischa Uppelschoten ext 10
I assume you unchecked "Verify that file exists" in IIS for that site? (Website - properties - Home Directory - Configuration - Click relevant extension/mapping - Edit). /m : This does look like an issue that I will look into. However, what I am: experiencing is I have 2 copies of

re[2]: [ACFUG Discuss] strange issue with cfcontent

2007-08-09 Thread Mischa Uppelschoten ext 10
I know I'm a bit late to this, but I was thinking this direction as well: copy the file to a downloadable version with a guid in the name in an accessible directory, so others can't guess it and then use OnSessionEnd to clean it up. Added benefit is that CF is out of the picture and the

re[2]: [ACFUG Discuss] speeding up cfexecute

2007-07-10 Thread Mischa Uppelschoten ext 10
: Archive @ http://www.mail-archive.com/discussion%40acfug.org/ : List hosted by http://www.fusionlink.com : - Mischa Uppelschoten The Banker's Exchange, Inc. 2020 Hills Avenue NW Atlanta, GA 30318 Phone:(404) 605-0100 ext. 10

re: [ACFUG Discuss] OT: contract SEO help needed

2007-07-03 Thread Mischa Uppelschoten ext 10
I have worked with Stacy Williams from Prominent Placement (http://www.prominentplacement.com/) in the past and they have done excellent work for us. I believe she and/or her firm will be able to assist will all requirements. Mischa. : Could anyone recommend a really hotshot SEO company

re: [ACFUG Discuss] Installing CF MX 6.1 on W2K3

2007-06-25 Thread Mischa Uppelschoten ext 10
I've had a similar issue with UPS software that claimed it wouldn't run on '03 where in fact it ran fine. Here is one suggestion: if possible, extract the updater to a folder (or copy the contents of the CD to a folder) and right click on the installer, then Properties. Look for the

re[2]: [ACFUG Discuss] Crystal free license error

2007-06-15 Thread Mischa Uppelschoten ext 10
7, at 6:10 PM, Douglas Knudsen wrote:: I'm no CR SME, but looks like more concurrent license are needed. That or: design things to slow your users down a bit! ): DK: On 6/14/07, Mischa Uppelschoten ext 10 [EMAIL PROTECTED]: wrote: : CFMX 7.: I'm presenting customers with a page of links to thei

re[4]: [ACFUG Discuss] Crystal free license error

2007-06-15 Thread Mischa Uppelschoten ext 10
: Sure, but only if you stop using red text. -)** Sorry about that. Whoever developed our email client (GoldMine) thought it would be a great idea to pick a random text color for every reply. (It's not).: The basic idea is that any requests to go to Crystal are placed into a FIFO: queue

[ACFUG Discuss] Crystal free license error

2007-06-14 Thread Mischa Uppelschoten ext 10
CFMX 7. I'm presenting customers with a page of links to their invoices. Every invoice is a Crystal report and opens in a new window. If the user opens too many new windows too quickly, some of them throw an error: A Crystal Reports job failed because a free license could not be obtained

re[2]: [ACFUG Discuss] database code and source control

2007-05-21 Thread Mischa Uppelschoten ext 10
To be honest, I just load them in Query Analyzer and run them, but you could also run them in a script (VB, batch) using the OSQL utility. : yes. How do you plan to execute these scripts? : DK: On 5/21/07, Mischa Uppelschoten ext 10 [EMAIL PROTECTED]: wrote: : : Im moving to having

re: [ACFUG Discuss] Bad CFQuery Results

2007-05-21 Thread Mischa Uppelschoten ext 10
: Sorry for not posting any code, but I'm thinking you have either run : into this before or you haven't. I can't find anything online, perhaps : because the issue is difficult to describe. I'd suggest turning on debugging and see what SQL actually gets fired to the db? Mischa Uppelschoten

re: [ACFUG Discuss] problem with session variables (i think) - DISREGARD I SOLVED IT

2007-05-18 Thread Mischa Uppelschoten ext 10
: 2. On my local server these are the same because I don't have SSL set up.: That's why it works fine there. I had the same issue and I "resolved it" by exporting my certificate from production onto my test server. The browser will throw and error message saying that the certificate

re: [ACFUG Discuss] cfform bug stuck on variable.

2007-03-23 Thread Mischa Uppelschoten ext 10
Unless I'm missing something, even if your code works, the select box will never display more than one different vendor name...? First you find all products for a certain vendor name, then you build a select list based on that vendor name. I know I am not answering your question, but I

re: [ACFUG Discuss] CF application using verity

2007-03-05 Thread Mischa Uppelschoten ext 10
Yes, what you're suggesting is a good idea, however, I would go a bit further and place both Reason_Text and State in that first custom field by simply delimiting the data. Change the search page so that if the user chooses a state other than all, the following would be added to your

re[2]: [ACFUG Discuss] CF application using verity

2007-03-05 Thread Mischa Uppelschoten ext 10
am missing something obvious here...: : how do you combine 2 columns in custom field? Like this maybe: custom1="Reason_Text" contains "Eligibility_Text" custom2="state": custom3="whatever" custom4="anythying" : Thanks: : : : On 3/5/07, Mischa

re: [repost] [ACFUG Discuss] Monitoring CF app / monitoring service

2007-02-05 Thread Mischa Uppelschoten ext 10
I've been using http://www.siteuptime.com/, works great. /m : Folks, maybe I was not clear. What I am asking about is a third party that can: monitor an app/URL in real time and report to me if the site is down, for: instance, if I am having dinner and the site goes down. Make sense?

re[2]: [ACFUG Discuss] Image from DB

2007-01-18 Thread Mischa Uppelschoten ext 10
I'm doing this because I'm forced by a legacy application to do so, but it is a terrible strain on my CF and my db server. Most databases simply are not designed to efficiently handle these long records. Apart from that, editing an image becomes a nightmare. Security can be handled even

re[2]: [ACFUG Discuss] Image from DB

2007-01-18 Thread Mischa Uppelschoten ext 10
I beg to differ. Text may need to be searched and edited, images cannot (easily) be searched or edited when placed in a db. Also, almost all my images happen to be larger than 8k, the limit for what fits in a record for SQL server, so they are placed in a different area, slowing

re: [ACFUG Discuss] image generator/validator spam prevention

2006-12-21 Thread Mischa Uppelschoten ext 10
Check this http://weblogs.macromedia.com/cantrell/archives/2004/08/captcha_and_col.cfm /m Mischa UppelschotenThe Banker's Exchange, Inc.2020 Hills Avenue NWAtlanta, GA 30318Phone:(404) 605-0100 ext. 10Fax:(404) 355-7930Web:www.BankersX.comFollow this link for Instant Web

re[2]: [ACFUG Discuss] First try at a real CF edit

2006-11-30 Thread Mischa Uppelschoten ext 10
Glad you figured it out :-) #set ($tmpVend_number = ${token.getcnnSG().queryValue(SELECT Vend_number FROM PRODUCTS WHERE Product_ID=${orderItem.getProductID()})}) rant Now, CF code is not always pretty, but that line is ghastly IMHO. (Well, maybe you could mix in some dynamic

re[2]: [ACFUG Discuss] Data grid

2006-11-07 Thread Mischa Uppelschoten ext 10
/rico/livegrid.page Ben On 11/7/06, Mischa Uppelschoten ext 10 [EMAIL PROTECTED] wrote: Can anybody recommend a simple widget for building a dhtml web data grid? CFGrid is a bit too cumbersome on the client side to use. I basically just need striped output and the ability to sort columns

re: [ACFUG Discuss] Best Image upload tag (manipulate, etc.)?

2006-11-03 Thread Mischa Uppelschoten ext 10
Fusion or Blue Dragon and have been tested in Firefox and Safari (at least), in addition to IE. _ Derrick Peavy Sales and Web Services Universal Advertising ___ Mischa Uppelschoten The Banker's Exchange, Inc. 2020 Hills Avenue NW Atlanta, GA

re: [ACFUG Discuss] Client side

2006-10-27 Thread Mischa Uppelschoten ext 10
=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com - Mischa Uppelschoten The Banker's Exchange, Inc. 2020 Hills

re: [ACFUG Discuss] using a variable to build a variable name

2006-10-23 Thread Mischa Uppelschoten ext 10
http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by FusionLink - Mischa Uppelschoten The Banker's Exchange, Inc. 2020 Hills Avenue NW Atlanta, GA 30318 Phone:(404) 605

re[2]: [ACFUG Discuss] Re: [ACFUG Community] Quick (and hopefully simple) question about updating a SQL Server table

2006-09-28 Thread Mischa Uppelschoten ext 10
Any reason to validate before the cfquery as some suggested or is it just personal preference vs doing in the SQL statement? ** Purely personal, I just like my SQL to look clean. If you have to do this for 30 fields, I'd write a quick function: cffunction name=CleanupVar returntype=string

re[2]: [ACFUG Discuss] Spawning threads in Coldfusion: making my webapp run faster

2006-09-13 Thread Mischa Uppelschoten ext 10
to the remote server processing your request and not your server working hard. Let us know if it worked! /m On 9/8/06, Mischa Uppelschoten ext 10 [EMAIL PROTECTED] wrote: As a low-tech solution, could you write a cfm page with frames that calls other cfm pages in those frames and then cfhttp the top

  1   2   >