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
That is a really good question and I'm curious about the input from the group. Maybe use permissions on a webserver/file level? All legit requests would be coming from localhost/127.0.0.1/server's IP address, right? /m But, what's the best way to give access to my valid : CFM pages with Ajax

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
=MUPPELSCHOTEN -- Original Message -- FROM: Mischa Uppelschoten ext 10 [EMAIL PROTECTED] TO:Web Site discussion@acfug.org DATE: Tue, 18 Mar 2008 15:03:03 -0400 SUBJECT: re[3]: [ACFUG Discuss] Using components on different websites : : All, : : I'm running

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
Can you somehow cache the output? Is there an anti-virus product installed that scans the executable upon loading? If this is a windows box, a rude estimate of OS level execution time, write a batch file something like: ver|time yourprogram ver|time the time command will give you the current

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
Wondering about your mileage... For image resizing, I've been using Alagad Image component with good success and performance. http://www.alagad.com/index.cfm/name-aiccompress /m What is the best, most flexible image upload tag you have used? Free is not a requirement in this case. But

re: [ACFUG Discuss] Client side

2006-10-27 Thread Mischa Uppelschoten ext 10
I'd suggest VBScript? http://p2p.wrox.com/topic.asp?TOPIC_ID=2759 /m I've been away from CF for a while, but am coming back into MX7 Need to know what is the best (and/or easiest) way run code on the client machine - we need to gather information from the registry, find things like the

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

2006-10-23 Thread Mischa Uppelschoten ext 10
So you need to process one or more formfields but you don't know the names at the time of processing? I had a similar requirement and here is how I solved it: cfscript for(FormField in arguments.FormVars) // this will loop through all available form variables { Quantity =

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

re: [ACFUG Discuss] converting wav files

2006-09-13 Thread Mischa Uppelschoten ext 10
You can use LAME from a CFEXECUTE... http://lame.sourceforge.net/USAGE Hey all, I have a cfc (that is really just a wrapper for java) and it is pulling some data down and writing out a wav file. I'd like to either have coldfusion or java convert that file to an mp3 (or anything else that can

re[2]: [ACFUG Discuss] Tagging example in CF

2006-09-13 Thread Mischa Uppelschoten ext 10
I've done this. When the user types in a non existing url, two things can happen on IIS: - standard IIS 404 page is loaded - CF default error template is loaded (in case user tries to access a file with an extension that is mapped to CF and I believe IIS is set to not check for the existence of

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

2006-09-13 Thread Mischa Uppelschoten ext 10
/06, Mischa Uppelschoten ext 10 [EMAIL PROTECTED] wrote: I can't speak to the difference between regular frames and iframes, but you got the idea I had. I'm assuming the cfhttp part of CF will attempt to load all those (i)frames at the same time and open up multiple connections. I also assume

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

2006-09-08 Thread Mischa Uppelschoten ext 10
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 page? /m Hello All, I spent some time and programmed a book aggregator ( pricemybook.com ). Unfortunately, it runs extremely slow. It is running slow because of

re: [ACFUG Discuss] Establishing an email server

2006-09-06 Thread Mischa Uppelschoten ext 10
We depend on an email server that is not under our control. More often than we would like, the email server is down, effecting several of our applications that depend on email to complete a user request. The project officer has asked if we can establish our own email server. ** I'm with John,

re[8]: [ACFUG Discuss] saving shopping carts

2006-08-30 Thread Mischa Uppelschoten ext 10
Of Mischa Uppelschoten ext 10 Sent: Wednesday, August 30, 2006 10:05 AM To: Web Site Subject: re[6]: [ACFUG Discuss] saving shopping carts Ok, makes sense. I guess the db is the only place the shopping cart is stored? In other words, every change the user makes to the cart is applied directly

[ACFUG Discuss] saving shopping carts

2006-08-29 Thread Mischa Uppelschoten ext 10
I'm probably missing something. Here is my situation: CFMX7. I'm using OnSessionEnd in Application.cfc to store a user's shopping cart in a database. Works fine. Currently, after the session times out, only the shopping cart page is able to instantiate a shopping cart in the user's session

re[2]: [ACFUG Discuss] saving shopping carts

2006-08-29 Thread Mischa Uppelschoten ext 10
, Mischa Uppelschoten ext 10 [EMAIL PROTECTED] wrote: I'm probably missing something. Here is my situation: CFMX7. I'm using OnSessionEnd in Application.cfc to store a user's shopping cart in a database. Works fine. Currently, after the session times out, only the shopping cart page is able

re[4]: [ACFUG Discuss] saving shopping carts

2006-08-29 Thread Mischa Uppelschoten ext 10
are really going to achieve would help. Teddy On 8/29/06, Mischa Uppelschoten ext 10 [EMAIL PROTECTED] wrote: Thanks Teddy! Mischa, Part 1: You are trying to prevent the user's shopping cart from expiring by storing it in the database and then retrieve it when they restart their session? ** Yes

re[4]: [ACFUG Discuss] CSS question

2006-08-22 Thread Mischa Uppelschoten ext 10
image and save as a .gif file then using the image tag, experiment with the width and height till desired spacing is achieved. Hope this helps and best of luck. Dusty -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mischa Uppelschoten ext 10 Sent: Monday

[ACFUG Discuss] OT: small flash project

2006-07-05 Thread Mischa Uppelschoten ext 10
Does anybody know a flash developer looking for a side job who can spend a few hours to finish up a project? Please email me directly at [EMAIL PROTECTED] Thanks! Mischa. - To unsubscribe from this list, manage your profile @

re[2]: [ACFUG Discuss] Slow Site Starting on Reboot

2006-06-30 Thread Mischa Uppelschoten ext 10
www.motorcyclecarbs.com -Original Message- From: Mischa Uppelschoten ext 10 [mailto:[EMAIL PROTECTED] Sent: Friday, June 30, 2006 2:12 PM To: discussion@acfug.org Subject: re: [ACFUG Discuss] Slow Site Starting on Reboot Are there any scheduled pages that may have been delayed? Have you checked the CF

re[10]: [ACFUG Discuss] Missing template handler does not have access to application scope?

2006-06-13 Thread Mischa Uppelschoten ext 10
simply not thought of a solution). /charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mischa Uppelschoten ext 10 Sent: Thursday, May 25, 2006 2:02 PM To: discussion@acfug.org Subject: re[8]: [ACFUG Discuss] Missing template handler does not have access

re[2]: [ACFUG Discuss] DATA MINING!

2006-06-08 Thread Mischa Uppelschoten ext 10
. Robert P. Reil Managing Director, Motorcyclecarbs.com, Inc. 4292 Country Garden Walk NW Kennesaw, Ga. 30152 Office 770-974-8851 Fax 770-974-8852 www.motorcyclecarbs.com -Original Message- From: Mischa Uppelschoten ext 10 [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 11:55 AM

re: [ACFUG Discuss] RE: TheUNSOLICITED politics of DATA MINING

2006-06-08 Thread Mischa Uppelschoten ext 10
to humble myself... I digress... Ok Im off my soap box. Robert P. Reil Managing Director, Motorcyclecarbs.com, Inc. 4292 Country Garden Walk NW Kennesaw, Ga. 30152 Office 770-974-8851 Fax 770-974-8852 www.motorcyclecarbs.com -Original Message- From: Mischa Uppelschoten ext 10 [mailto

re[6]: [ACFUG Discuss] Missing template handler does not have access to application scope?

2006-05-10 Thread Mischa Uppelschoten ext 10
Uppelschoten ext 10 Sent: Wednesday, May 10, 2006 11:44 AM To: discussion@acfug.org Subject: re[4]: [ACFUG Discuss] Missing template handler does not have access to application scope? Thanks Charlie, let me answer your questions below. (long answer warning!) Mischa, when your first note