Re: Metadata from pitcure

2007-08-14 Thread Dominik Geelen
since it has basically nothing to do with cf at all, you could do it the raw way and look up the EXIF specification, which is -afaik- used to store this information, and read the needed info via cffile (as binary). i just opened a .jpg file and found the exif header plus the information youre

RE: Metadata from pitcure

2007-08-14 Thread Jayesh Viradiya
Hi ImageInfo() function is doesn't provide the metadata information. It's about the Image File properties. If you need to extract the Metadata, you can use the following functions. ImageGetIPTCMetadata() ImageGetIPTCTag() ImageGetExifMetadata() ImageGetEXIFTag() Thanks Jayesh Viradiya Adobe

Re: securing jsessionid

2007-08-14 Thread Tom Chiverton
On Saturday 11 Aug 2007, [EMAIL PROTECTED] wrote: Phil Wilson wrote: What is TLS? Sorry for my ignorance. A quick google on it suggested it is to do with SSL, which i have setup for this app. It is. And if you have it set up you are safe from the man in the middle attack you were asking

Re: Upgrade from CF7 to CF8

2007-08-14 Thread Tom Chiverton
On Monday 13 Aug 2007, [EMAIL PROTECTED] wrote: Does CF7 need to be uninstalled before installing CF8? Nope. If you do so, CF8 wont port over your settings, for starters. -- Tom Chiverton Helping to collaboratively foster 24/7 partnerships on: http://thefalken.livejournal.com

Re: CF8 and CF7 - lost admin setting

2007-08-14 Thread Tom Chiverton
On Sunday 12 Aug 2007, [EMAIL PROTECTED] wrote: I've just installed CF8 on a dev server and it's installed CF8 along side CF7. Does anyone know how i can copy over the server settings i.e. DNS, mappings etc. You didn't get the option during install ? -- Tom Chiverton Helping to continuously

Null Pointer on cfloop condition

2007-08-14 Thread James Holmes
One of our severs is having a very strange problem. This: cfloop condition=CountVar LTE 5 is failing with a null pointer error. The same code works on other servers with the same patch level of CF and the same OS etc. A dump confirms that CountVar is 0 at the time of the error, so it's defined

Re: Null Pointer on cfloop condition

2007-08-14 Thread Tom Chiverton
On Tuesday 14 Aug 2007, [EMAIL PROTECTED] wrote: One of our severs is having a very strange problem. This: cfloop condition=CountVar LTE 5 Is that in a CFC ? If so, is CountVar var'ed ? -- Tom Chiverton Helping to economically establish error-free clusters on: http://thefalken.livejournal.com

ColumbusCFUG August meeting - Coldfusion 8 demonstration

2007-08-14 Thread Andy Large
The next ColumbusCFUG meeting is Thursday, August 16th at 5:30 PM (Easton location). For this meeting, we have Adam Lehman of Adobe scheduled to present on Coldfusion 8. Adam is going to demonstrate several of the new features of CF8, specifically the PDF and AJAX features. For those who

RE: ColumbusCFUG August meeting - Coldfusion 8 demonstration

2007-08-14 Thread Dan G. Switzer, II
Andy, Is this in Columbus, OH? -Dan -Original Message- From: Andy Large [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 8:54 AM To: CF-Talk Subject: ColumbusCFUG August meeting - Coldfusion 8 demonstration The next ColumbusCFUG meeting is Thursday, August 16th at 5:30 PM

Re: Null Pointer on cfloop condition

2007-08-14 Thread James Holmes
Sorry, I should have said - no it's in a cfm page. I copied the whole page to one with a new name and the same issue occurred. I also renamed the variable in question, with the same results. On 8/14/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 14 Aug 2007, [EMAIL PROTECTED] wrote: One

RE: SOT: SQL Express

2007-08-14 Thread Orlini, Robert
Thanks much Bruce, Brian, Charlie, After some tweaking w/everyone's suggestions, I now get this error: Connection verification failed for data source: pc_inventory java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'administrators'. The root cause was

Re: Null Pointer on cfloop condition

2007-08-14 Thread Tom Chiverton
On Tuesday 14 Aug 2007, [EMAIL PROTECTED] wrote: Sorry, I should have said ­ no it's in a cfm page. I copied the whole page to one with a new name and the same issue occurred. I also renamed the variable in question, with the same results. And there isn't a variable with the same name in a CFC

Re: Null Pointer on cfloop condition

2007-08-14 Thread James Holmes
On 8/14/07, Tom Chiverton [EMAIL PROTECTED] wrote: And there isn't a variable with the same name in a CFC or something ? None that wouldn't be in the same code on the other servers. Do you have trusted cache turned on ? No, but save class files is Have you tried downing CF, removing the

Re: CF jobs outside major cities

2007-08-14 Thread J.J. Merrick
Who says he is brand new to the language?, he is a skilled application developer with over 10 years of experience in languages such as as Ruby on Rails, PHP, and ColdFusion - See it is all in the way you market yourself :-D J.J. On 8/13/07, Brian Kotek [EMAIL PROTECTED] wrote: When I was

Re: Data Validation Resources

2007-08-14 Thread Joel Watson
Well, that's the thing: I don't have a particular scenario in mind. I'm looking more for conceptual and methodological ideas, e.g., the user has submitted the form: now what?. But perhaps to get it started, let's say I have a registration form with the following fields: Name: Username:

Re: Data Validation Resources

2007-08-14 Thread Tom Chiverton
On Tuesday 14 Aug 2007, [EMAIL PROTECTED] wrote: Assuming the user has filled all fields (including attaching a file for upload), how would you go about processing and validating this information (or even setting up the form), all the while attempting to strike a healthy balance between

API Lookup table

2007-08-14 Thread Richard Cooper
Hi all, I've created a webservice that allows people to perform an order function from within their own site. It is essentially an ordering system that requires some human action and therefore the results are not instantly available. To return this data we use a webservice from the clients

CF MX or 8 Hosting with MSSQL server

2007-08-14 Thread Matthew Smith
Crystaltech, my go-to host, is no longer offering MS SQL server with their CF 8 intermedite plan for $16.95 a month. My new site is for a non-profit, so the $36.95 a month is cost-prohibative. Can anyone recommend another host that offers CF MX or CF 8 with MSSQL server for around

RE: SOT: SQL Express

2007-08-14 Thread Dave Watts
I checked all settings and user id/pswds. Going through Windows Authentication is OK via SQL. The port is 1433 and I tried the port I found in SQL Express. I'm running CF and SQL Express on the same box w/Windows 2003 Server. CF doesn't use Windows Authentication, it uses untrusted

Re: API Lookup table

2007-08-14 Thread Ben Doom
You could add a method that stores a postback URL. --Ben Doom Richard Cooper wrote: Hi all, I've created a webservice that allows people to perform an order function from within their own site. It is essentially an ordering system that requires some human action and therefore the

Re: CF MX or 8 Hosting with MSSQL server

2007-08-14 Thread Paul Hastings
Matthew Smith wrote: that offers CF MX or CF 8 with MSSQL server for around $16.95/month? We don't need a huge amount or space or transfer. cfdynamics. ~| Download the latest ColdFusion 8 utilities including Report Builder,

RE: SOT: SQL Express

2007-08-14 Thread Orlini, Robert
Thanks Dave...forgot to mention that mixed-mode is enabled. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 9:32 AM To: CF-Talk Subject: RE: SOT: SQL Express I checked all settings and user id/pswds. Going through Windows Authentication is

Re: ColumbusCFUG August meeting - Coldfusion 8 demonstration

2007-08-14 Thread Paul Ihrig
yes it is. On 8/14/07, Dan G. Switzer, II [EMAIL PROTECTED] wrote: Andy, Is this in Columbus, OH? -Dan -Original Message- From: Andy Large [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 8:54 AM To: CF-Talk Subject: ColumbusCFUG August meeting - Coldfusion 8

RE: SOT: SQL Express

2007-08-14 Thread DURETTE, STEVEN J (ATTASIAIT)
Dave (and all), Please correct me if I'm wrong, but I thought you could do Windows Authentication if you ran ColdFusion under an Windows Account instead of local. Or... Did that change? Steve -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14,

RE: SOT: SQL Express

2007-08-14 Thread Dawson, Michael
Yes, it's possible to connect as a domain account. In the JDBC datasource's advanced settings, add AuthenticationMethod=Type2 to the Connection String area. This works with the SQL Std and Ent. I'm not sure about Express. M!ke -Original Message- From: DURETTE, STEVEN J (ATTASIAIT)

Re: CF jobs outside major cities

2007-08-14 Thread ColdFusion Developer
Amen, brother. 'Xactly. Don't get me wrong. I still hope CF is my main bread and butter. But in the last year or so, I've really lost a LOT of business to folks who need an app or site redeveloped who won't or can't add a CF server to their existing hosting situation or move to hosting that

POI with CFMail to email excel attachment.

2007-08-14 Thread Bobby Schuchert
I can create an excel document in the browser using POI but I cannot figure out how to attach that document to an email and send it using cfmail. Can someone tell me what I need to do to make this work or is it not possible?

RE: SOT: SQL Express

2007-08-14 Thread Dave Watts
Please correct me if I'm wrong, but I thought you could do Windows Authentication if you ran ColdFusion under an Windows Account instead of local. Or... Did that change? No, I should have written By default, CF doesn't use Windows Authentication Dave Watts, CTO, Fig Leaf Software

Re: CF jobs outside major cities

2007-08-14 Thread Brian Kotek
Any lead programmer who would interview a remote developer will be able to tell instantly if you are new to the language. ;-) On 8/14/07, J.J. Merrick [EMAIL PROTECTED] wrote: Who says he is brand new to the language?, he is a skilled application developer with over 10 years of experience in

RE: POI with CFMail to email excel attachment.

2007-08-14 Thread Loathe
You need to create the file on the server, then attach it to an email using cfmail. The file needs to exist. -Original Message- From: Bobby Schuchert [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 11:12 AM To: CF-Talk Subject: POI with CFMail to email excel attachment. I can

Re: CF jobs outside major cities

2007-08-14 Thread Brian Kotek
Oh I fully agree that one should have a wide range of skills. Nothing wrong with learning new languages. I was just pointing out that if the reason for learning the new language was specifically to get more remote development work, that's probably not going to happen. At least not initially. On

Re: POI with CFMail to email excel attachment.

2007-08-14 Thread Tom Chiverton
On Tuesday 14 Aug 2007, [EMAIL PROTECTED] wrote: I can create an excel document in the browser using POI You mean you can create on server side and send it to the browser ? out how to attach that document to an email and send it using cfmail. cffile, at a guess. Can someone tell me what I

RE: CF jobs outside major cities

2007-08-14 Thread Loathe
This is pretty important. I know in under 10 questions I can get a basic gauge of your technical abilities. -Original Message- From: Brian Kotek [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 10:28 AM To: CF-Talk Subject: Re: CF jobs outside major cities Any lead programmer

Re: CF jobs outside major cities

2007-08-14 Thread Joshua Cyr
Its one of those difficult things. Finding out about good jobs, and getting the word out about good jobs. Last time I posted a job in Southern NH (portsmouth) I got very very few applicants. I plan on doing a better job getting the word out next time. (not just yet) You could always move to

Re: SOT: SQL Express

2007-08-14 Thread Brian Kotek
Huh I never even knew this. How does it work? Does adding that to the connection string force the driver to log on to the SQL Server using Windows NTLM authentication, using the user name and password that the CF service is running under? On 8/14/07, Dawson, Michael [EMAIL PROTECTED] wrote:

Re: POI with CFMail to email excel attachment.

2007-08-14 Thread Bobby Schuchert
On Tuesday 14 Aug 2007, [EMAIL PROTECTED] wrote: I can create an excel document in the browser using POI You mean you can create on server side and send it to the browser ? out how to attach that document to an email and send it using cfmail. cffile, at a guess. Can someone tell

RE: SOT: SQL Express

2007-08-14 Thread Dawson, Michael
Yes, it works like that. The CF server's authentication is passed through to SQL. You only need to ensure that the CF domain account has a matching login, in SQL, as well as the appropriate permissions within the database(s). You should also clear the username and password fields in the

RE: SOT: SQL Express

2007-08-14 Thread Dave Watts
Huh I never even knew this. How does it work? Does adding that to the connection string force the driver to log on to the SQL Server using Windows NTLM authentication, using the user name and password that the CF service is running under? Yes. However, I don't really like using this,

Re: CF MX or 8 Hosting with MSSQL server

2007-08-14 Thread James Edmunds
Actually, you can still get CFMX with MSSQL for 26.95 at CrystalTech, and as they offer a discount to not-for-profits, you may be back down close to the 16.95 you seek. Drop a line to their sales to see what the not-for-profit discount would do for you. HTH, James On 8/14/07, Matthew Smith

RE: POI with CFMail to email excel attachment.

2007-08-14 Thread Loathe
Looks like you're dumping the file straight into the output stream, the browser. You need to create the file locally on the server then attach it normally to the email. -Original Message- From: Bobby Schuchert [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 11:46 AM To: CF-Talk

Re: CF MX or 8 Hosting with MSSQL server

2007-08-14 Thread James Edmunds
Excuse me, I meant CF8 with MSSQL. On 8/14/07, James Edmunds [EMAIL PROTECTED] wrote: Actually, you can still get CFMX with MSSQL for 26.95 at CrystalTech, and as they offer a discount to not-for-profits, you may be back down close to the 16.95 you seek. Drop a line to their sales to see what

RE: POI with CFMail to email excel attachment.

2007-08-14 Thread Loathe
http://www.bennadel.com/blog/469-Creating-Microsoft-Excel-Files-Using-ColdFu sion-And-POI.htm -Original Message- From: Bobby Schuchert [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 11:46 AM To: CF-Talk Subject: Re: POI with CFMail to email excel attachment. On Tuesday 14 Aug

Verity database search

2007-08-14 Thread ch g
What's wrong with my code... cfquery name=prods_info datasource=prods SELECT * from products /cfquery cfindex status=test query=prods_info collection=test_verity_collection action=refresh type=Custom key=Product_id title=product_Title body=Product_title,Product_des cfsearch

Compressing CF8's JavaScript Files (Spry, YUI, Ext)

2007-08-14 Thread Rey Bango
Since not everyone knows about my blog, I wanted to be sure that this news got out to as many folks as possible. Last month I set out to see how far I could compress the CF8 JavaScript files. As many have come to find out, the YUI, Ext and Spry JS files can be rather large and I wanted to

RE: Compressing CF8's JavaScript Files (Spry, YUI, Ext)

2007-08-14 Thread Brad Wood
I thought I had heard that Adobe was going to compress the .js file for the final release of CF8. Was that not the case after all, or is this additional compression? ~Brad -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 11:09 AM To: CF-Talk

Re: Compressing CF8's JavaScript Files (Spry, YUI, Ext)

2007-08-14 Thread Rey Bango
Hi Brad, Some is additional compression while some is new. Spry isn't compressed in CF8, hence my experimentation to make them smaller. YUI Ext are compressed and this tool makes them a tad smaller. If you read my blog entries, you'll see the results. Rey Brad Wood wrote: I thought I had

Re: Metadata from picture

2007-08-14 Thread Steve Sequenzia
Thanks Jayesh... That is exactly what I was looking for. Thanks again. Hi ImageInfo() function is doesn't provide the metadata information. It's about the Image File properties. If you need to extract the Metadata, you can use the following functions. ImageGetIPTCMetadata() ImageGetIPTCTag()

Re: Verity database search

2007-08-14 Thread Raymond Camden
No, it is just how Verity treats two words when using a simple search (you can use different types of searches with cfsearch). If you want to change this on the fly, just change any space to a comma. Verity will treat product,test as product OR test. On 8/14/07, ch g [EMAIL PROTECTED] wrote:

Re: Data Validation Resources

2007-08-14 Thread Josh Nathanson
Well, that's the thing: I don't have a particular scenario in mind. I'm looking more for conceptual and methodological ideas, e.g., the user has submitted the form: now what?. Hi Joel, I wrote myself a validation CFC to handle as wide a range of form validations as possible. In the form

RE: Data Validation Resources

2007-08-14 Thread Dan G. Switzer, II
Josh, I wrote myself a validation CFC to handle as wide a range of form validations as possible. In the form I'm submitting, I include a hidden input field that looks sorta like this: input type=hidden name=validate_config value= firstname^First Name^yes^string| lastname^Last Name^yes^string|

Need CF Studio 5

2007-08-14 Thread Dae
Can anyone help? We decom'd a server that had our copy of ColdFusion Studio on it and now need it. Being that it's so old, we lost the disk years ago. Anyone got a copy or know where I can get a copy of Coldfusion Studio? Thanks!

Re: Need CF Studio 5

2007-08-14 Thread Charlie Griefer
at the risk of starting the IDE holy flame war... why not just use Eclipse and CFEclipse? :) On 8/14/07, Dae [EMAIL PROTECTED] wrote: Can anyone help? We decom'd a server that had our copy of ColdFusion Studio on it and now need it. Being that it's so old, we lost the disk years ago. Anyone

Re: Need CF Studio 5

2007-08-14 Thread Dae
I'm new to CF and one of our team members got a new laptop and needs it. They're familiar with it so that's why I'm trying o get a copy for them. On 8/14/07, Charlie Griefer [EMAIL PROTECTED] wrote: at the risk of starting the IDE holy flame war... why not just use Eclipse and CFEclipse? :)

RE: Need CF Studio 5

2007-08-14 Thread Justin Scott
Can anyone help? We decom'd a server that had our copy of ColdFusion Studio on it and now need it. You mentioned in another message that they are familiar with it and that is why they need it. I would recommend tracking down a copy of Homesite+ instead. It's essentially the same thing except

Re: Data Validation Resources

2007-08-14 Thread Josh Nathanson
You should never rely on the client to provide server-side validation rules. Reponses from the client can be easily altered which could cause your server-side validation rules to be overwritten and ignored. Dan - can you describe a scenario in which a hidden form field would get altered by

Re: Need CF Studio 5

2007-08-14 Thread Alan Rother
You can buy Homesite 5.5 by itself from the Adobe store for $99. https://store1.adobe.com/cfusion/store/index.cfm?store=OLS-USview=ols_catcatType=PRODUCTSnr=0 =] -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org

Re: Need CF Studio 5

2007-08-14 Thread Doug R
You can also purchase it from adobe... http://tinyurl.com/27gtma On 8/14/07, Justin Scott [EMAIL PROTECTED] wrote: Can anyone help? We decom'd a server that had our copy of ColdFusion Studio on it and now need it. You mentioned in another message that they are familiar with it and that is

Re: Data Validation Resources

2007-08-14 Thread Brian Kotek
What he's saying is that you can't assume the validation values you are passing have not been altered, which would allow a user to change or eliminate the validation and save bad data. The validation rules should be specified on the server. The only thing you're relying on the client for is

RE: Data Validation Resources

2007-08-14 Thread Dan G. Switzer, II
Josh, Dan - can you describe a scenario in which a hidden form field would get altered by an ordinary Joe? I haven't had any issues yet, but if it's a realistic possiblity then I'll need to change my implementation. Anyone with Firebug installed can go to the HTML tab find a hidden form field

Two way SSL Web Services

2007-08-14 Thread Bryan Stepp
Running: Fresh install of Coldfusion 7 on Windows 2003 I'm accessing a web service that requires a 2-way SSL handshake. I've installed the certificates into the c:\coldfusion\runtime\lib\security\cacerts file. I get the following error: Axisfault faultstring: User has not been authenticated:

Re: Need CF Studio 5

2007-08-14 Thread Oğuz Demirkapı
http://www.adobe.com/cfusion/tdrc/index.cfm?product=homesite Dae wrote: Can anyone help? We decom'd a server that had our copy of ColdFusion Studio on it and now need it. Being that it's so old, we lost the disk years ago. Anyone got a copy or know where I can get a copy of Coldfusion

Re: Need CF Studio 5

2007-08-14 Thread Oğuz Demirkapı
and a note: If you have Unicode as standard on your projects, do not use Homesite/CF Studio. Here is the technote: http://www.adobe.com/go/tn_19059 Oğuz Demirkapı wrote: http://www.adobe.com/cfusion/tdrc/index.cfm?product=homesite Dae wrote: Can anyone help? We decom'd a

Re: Data Validation Resources

2007-08-14 Thread Jake Pilgrim
Let's assume the following form: form name=myForm method=post input type=hidden name=validate_config value= firstname^First Name^yes^string| lastname^Last Name^yes^string| email^Email^yes^email input type=text name=myField / input type=submit name=Send value=send / /form Type this in your

RE: Data Validation Resources

2007-08-14 Thread Dave Watts
Dan - can you describe a scenario in which a hidden form field would get altered by an ordinary Joe? I think Dan meant that no significant skill is required to change hidden form fields. And, of course, this is true, and you shouldn't rely on any data from the client. Dave Watts, CTO, Fig

New 2 CFFEED - simple example - throwing error

2007-08-14 Thread coldfusion . developer
I'm trying to use an feed from Googles news ... http://news.google.com/news?hl=enned=usq=%22micro+fuel+cell%22 Here's my error. The following information is meant for the website developer for debugging purposes. Error Occurred While Processing Request Complex object types cannot be

Re: Data Validation Resources

2007-08-14 Thread Josh Nathanson
The main issue is you're exposing rules that are supposed to be enforced by the server, but you're exposing them to the client. This make it very easy to bypass your server rules and potentially exposing your application to bugs. Duly noted. Thanks for the info. I guess my target audience

Re: Need CF Studio 5

2007-08-14 Thread Jim Wright
On 8/14/07, Alan Rother [EMAIL PROTECTED] wrote: You can buy Homesite 5.5 by itself from the Adobe store for $99. https://store1.adobe.com/cfusion/store/index.cfm?store=OLS-USview=ols_catcatType=PRODUCTSnr=0 Note that this is just Homesite, not Homesite+. It does not have RDS, the CF docs

OT: Installing Apache Server w/CF 7

2007-08-14 Thread Andy
I am trying to create a development environment with CF 7 Apache server. I've downloaded and am using The ACME Guide as help. I've successfully installed Apache 2.2.4 and am now installing CF 7.01 and when selecting the server, the ACME Guide says to set the Directory and file name of server

Re: Need CF Studio 5

2007-08-14 Thread Crow T. Robot
I'm with Charlie here. You are looking at this in the wrong perspective. You did not LOSE a copy of CFStudio, you GAINED the opportunity to come up to speed on the best CF editor out there. It's easy to make excuses to stick with old products that lack the features you need to be a professional

RE: Data Validation Resources

2007-08-14 Thread Dan G. Switzer, II
Josh, Duly noted. Thanks for the info. I guess my target audience tends to be non-tech types, so I never considered anyone changing hidden fields, or having any motivation to do so, as there is nothing to be gained. But I see what you're saying from a best practices standpoint, and it's

RE: Need CF Studio 5

2007-08-14 Thread Adam Churvis
We have a 10-pack license to CF Studio 5, if you'd like to buy it. Contact me offlist if you're interested. Respectfully, Adam Phillip Churvis Get advanced intensive Master-level training in C# ASP.NET 2.0 for ColdFusion Developers at ProductivityEnhancement.com -Original Message-

Re: OT: Installing Apache Server w/CF 7

2007-08-14 Thread Matt Williams
Look for httpd.exe in a bin directory. On 8/14/07, Andy [EMAIL PROTECTED] wrote: I am trying to create a development environment with CF 7 Apache server. I've downloaded and am using The ACME Guide as help. I've successfully installed Apache 2.2.4 and am now installing CF 7.01 and when

RE: Installing Apache Server w/CF 7

2007-08-14 Thread Dave Watts
I've downloaded and am using The ACME Guide as help. I've successfully installed Apache 2.2.4 and am now installing CF 7.01 and when selecting the server, the ACME Guide says to set the Directory and file name of server binary - C:\Program Files\Apache Group\Apache2\bin\Apache.exe.

Re: Installing Apache Server w/CF 7

2007-08-14 Thread Adrian Moreno
The ACME Guide needs to be updated for Apache 2.2 since things have changed. You'll need to install this Hot Fix so that CFMX 7 will work with Apache 2.2 http://kb.adobe.com/selfservice/viewContent.do?externalId=8001e97sliceId=2 Matt Woodward has some more info on his Blog:

RE: Installing Apache Server w/CF 7

2007-08-14 Thread Andy
Dave, HTTPD.exe looks like the file that starts it up and this is what I gave as te the executable. We'll see if it works... Andy -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 2:53 PM To: CF-Talk Subject: RE: Installing Apache Server w/CF

strip all non-numeric characters from a string

2007-08-14 Thread Matthew Smith
We are having an issue with users entering their phone numbers and credit card info. How would I strip a string of all non-numeric characters. I'm sure it involves rereplace() but I'm no good with regular expressions. Thanks for any help. Right now for the credit card I have this which just

Re: strip all non-numeric characters from a string

2007-08-14 Thread Adrian Moreno
cfset foo = (555) 444-7890 / cfset foo = reReplace(foo, [^0-9], , all) / cfoutput#foo#/cfoutput [^0-9] means anything that is not the number 0 through 9. http://www.regular-expressions.info/ is a great start for learning Regular Expressions. HTH, Adrian We are having an issue with users

CF8 and XMP

2007-08-14 Thread Chad Gray
I saw a recent post about images and IPTC and EXIF and CF8 able to access the embedded data. What about XMP? Maybe I am mistaken but im pretty sure XMP data can be stored in images. Can CF8 access XMP data on a file? Thanks!

Re: strip all non-numeric characters from a string

2007-08-14 Thread Charlie Griefer
cfset attributes.billingCardNumber = rereplace(attributes.billingCardNumber, '[^0-9]', '', 'all') / On 8/14/07, Matthew Smith [EMAIL PROTECTED] wrote: We are having an issue with users entering their phone numbers and credit card info. How would I strip a string of all non-numeric characters.

Re: strip all non-numeric characters from a string

2007-08-14 Thread Barney Boisvert
num = REReplace(num, [^0-9]+, , all); cheers, barneyb On 8/14/07, Matthew Smith [EMAIL PROTECTED] wrote: We are having an issue with users entering their phone numbers and credit card info. How would I strip a string of all non-numeric characters. I'm sure it involves rereplace() but I'm

Re: strip all non-numeric characters from a string

2007-08-14 Thread Brian Kotek
Did you attempt to search for this yourself first? A Google search for non numeric regex brings back over 60,000 results. Not trying to be mean, but you are expected to at least make an effort to solve the problem before you ask for help on a list. On 8/14/07, Matthew Smith [EMAIL PROTECTED]

RE: strip all non-numeric characters from a string

2007-08-14 Thread Jake Churchill
I think you can also do num = REReplace(num, \D, , all); _ Jake Churchill CF Webtools 11204 Davenport, Ste. 200b Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007

RE: strip all non-numeric characters from a string

2007-08-14 Thread Billy Cox
I use the following UDF: cfscript function fnNumbersOnly(str) { return reReplace(str,[^[:digit:]],,all); } /cfscript -Original Message- From: Matthew Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 3:47 PM To: CF-Talk Subject: strip all non-numeric characters

Re: Is cfqueryparam worth it?

2007-08-14 Thread Ben Mueller
Correct, I meant val(), not int() the nice thing about this is that if URL.userID isn't an integer, int() returns 0 Are you sure you're using the function int() ? I tried, and if the argument is not a number, the function does not return 0, but throw an error. And if the parameter is not an

Re: Is cfqueryparam worth it?

2007-08-14 Thread Ben Mueller
I think this has been asked answered, but I want to be clear on something about cfqueryparam. All of the examples in this thread show cfqueryparam being used in a WHERE clause, and I understand the benefits of doing that now. Will I get the same benefit if I use them on an INSERT statement,

Re: New 2 CFFEED - simple example - throwing error

2007-08-14 Thread Raymond Camden
CFDUMP is your friend. If you dump myProps, you will see myprops.title is a struct. You want myprops.title.value. On 8/14/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm trying to use an feed from Googles news ... http://news.google.com/news?hl=enned=usq=%22micro+fuel+cell%22 Here's my

RE: Is cfqueryparam worth it?

2007-08-14 Thread Dave Watts
All of the examples in this thread show cfqueryparam being used in a WHERE clause, and I understand the benefits of doing that now. Will I get the same benefit if I use them on an INSERT statement, You won't get any significant performance benefit, because INSERT statements don't really

Re: Is cfqueryparam worth it?

2007-08-14 Thread Ben Mueller
Thanks, Dave. ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648 Archive:

RE: strip all non-numeric characters from a string

2007-08-14 Thread Matthew Smith
Thanks to all that replied! -Original Message- From: Jake Churchill [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 3:16 PM To: CF-Talk Subject: RE: strip all non-numeric characters from a string I think you can also do num = REReplace(num, \D, , all); _ Jake Churchill

cfmx 8 feature question

2007-08-14 Thread Steve Dworman
does anyone know if cfmx 8 will support oracle rac? tia. steve ~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive:

(ColdFusion 8) Struct to XML

2007-08-14 Thread Michael Dinowitz
I'm looking around and can't seem to find a simple way to transform a structure (like one coming in from a CFFEED) into XML. Anything new in ColdFusion 8 to do this? Thanks -- Michael Dinowitz President: House of Fusion(http://www.houseoffusion.com) Publisher: Fusion Authority

Re: cfmx 8 feature question

2007-08-14 Thread Bruce Sorge
http://www.adobe.com/products/coldfusion/pdfs/cf8_systemsupportmatrix.pdf scroll down to the Database Platform Support Included section. Looks like it does. Bruce On 8/14/07, Steve Dworman wrote: does anyone know if cfmx 8 will support oracle rac? tia. steve

FusionZone application

2007-08-14 Thread cf-talk
Hi list, does someone know the following application: http://www.fusionzone.com/applications/realestate/index.cfm ? I contacted them but never got an answer. I would like to test the application for 30 days. Can somebody - who owns it - share the templates with me for a couple of days ? Thanks.

Re: (ColdFusion 8) Struct to XML

2007-08-14 Thread Ron Gowen
I think Ray's component can do that, not sure about new stuff in 8 http://www.coldfusionjedi.com/projects/toxml/index.cfm/projects/toxml/index.cfm On 8/14/07, Michael Dinowitz [EMAIL PROTECTED] wrote: I'm looking around and can't seem to find a simple way to transform a structure (like one

Re: (ColdFusion 8) Struct to XML

2007-08-14 Thread Alan Rother
Well... If you just want to turn a struct in some sort of XML, there is always good ole WDDX... It's XML How much control do you need over the XML format? On 8/14/07, Michael Dinowitz [EMAIL PROTECTED] wrote: I'm looking around and can't seem to find a simple way to transform a structure

Re: (ColdFusion 8) Struct to XML

2007-08-14 Thread Raymond Camden
That link is a bit off.. http://www.coldfusionjedi.com/projects/toxml/ The code was actually updated today - but nothing CF8 specific. On 8/14/07, Ron Gowen [EMAIL PROTECTED] wrote: I think Ray's component can do that, not sure about new stuff in 8

problem changing default webroot of built in server

2007-08-14 Thread Matthew Smith
I installed CF 8 yesterday, and am running into a problem changing the webroot. As per the instructions at http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=webservmgmt_3.html#102393, I have modified the lines in jrun-web.xml as follows: Old entry: virtual-mapping

Re: FusionZone application

2007-08-14 Thread Raymond Camden
Well I found a problem with their demo and a slight security issue. I used their contact form. Wonder if I'll get an answer. : On 8/14/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi list, does someone know the following application:

RE: OT: Installing Apache Server w/CF 7

2007-08-14 Thread Andy
Thanks. Got that. Now trying to install wsconfig.jar. I don't know where cd {cf_root}/runtime/lib is ( http://kb.adobe.com/selfservice/viewContent.do?externalId=8001e97sliceId=2 ) I don't see any directory called Runtime. Andy -Original Message- From: Matt Williams [mailto:[EMAIL

CF_forward question

2007-08-14 Thread Richard Colman
I am using CF_forward to return to a page after doing an insert. They way I have it setup is: Page1 - Send a form to the action page Page2 - Do the insert and cf_forward back to page 1 HOWEVER, when I end up back at Page1, the URL address line on the browser says: http://page2

  1   2   >