Re: cfinsert and pasted crap in a textarea

2006-05-30 Thread dave
Bashing Microsoft is so fun! I doubt I'll ever grow tired of it. Amen brotha! ~Dave the disruptor~ ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241720 Archives:

Re: Data modelling tool

2006-05-30 Thread Adam Churvis
I think pricing and product structure have changed since we bought it years ago, but I purchased the cross-platform version for $2,495 plus the mandatory first year of maintenance for $695 (IIRC) for a total of around $3,200. Well worth it, and Embarcadero is very responsive to customer

Re: displaying in week format

2006-05-30 Thread Tom Chiverton
On Friday 26 May 2006 21:21, Bruce Sorge wrote: there is a day that had no leads, he wants me to put a zero in the total field. Can someone offer some assistance as to how I do this? I am sure it is super simple. Loop over the days. If there is a matching row in the query, use that

Re: Looking for MVC Framework Resources

2006-05-30 Thread Matt Williams
More helpful resources: The most recent ColdFusion Weekly Podcast takes you on an Object Safari ( www.coldfusionweekly.com). You don't have to have an iPod, just something that will play an mp3. This diagram by Kurt Wiersma (and referred to in the podcast):

Re: cfinsert and pasted crap in a textarea

2006-05-30 Thread Steve Bryant
Ben, In your experience, have you found any reason not to do this for every insert and update? Steve Les, What I do is at the top of every page processing, I loop through the FORM scope to strip out special MS word characters, or replace them. Soemthing like this (part of my EscapeForm()

isapi_rewrite and coldfusion

2006-05-30 Thread Uwe Degenhardt
Hi list, we have the following problem: How can we transfer/redirect: http://www.xxx.de/td01a/index.cfm/fuseaction/impressum/lg/de/sd/0/C FID/207774/CFTOKEN/51587001 to http://www.xxx.de/td01a/index.cfm?fuseaction=impressumlg=desd=0C FID=207774CFTOKEN=51587001 ?? I have isapi_rewrite with IIS

RE: isapi_rewrite and coldfusion

2006-05-30 Thread Ben Nadel
We fooled around with rewrite here and it seemed pretty cool. I think of what you are doing, you need to use the looping replacement. Check out this page: http://www.isapirewrite.com/docs/ And search for the heading: Using loops (Next flag) to convert request parameters I have not tried it

RE: Looking for MVC Framework Resources

2006-05-30 Thread Richard Kroll
Aaron, I'm not familiar with the code you are referring to, but this is generally done to encapsulate the data within the object, and manage access to that data. This allows you to alter / update how you manage that data internally without affecting any code that relies on the object itself, thus

CF SMS List broadcasting application suggestions

2006-05-30 Thread Steve Kahn
Anyone have any suggestions for doing SMS List broadcasting or anything similar? Thanks Steve ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241728 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4

JDBC vs. ODBC database drivers.

2006-05-30 Thread Che Vilnonis
Quick question. I have a basic CFMX 6.1 standard install with about 12 DSNs. All but one use MS SQL Server, the other uses MS Access w/Unicode. Are all of these connections via JDBC? I ask because I want to upgrade my JDBC drivers to v.3.5 but the Adobe technote mentions that I might have to first

Re: CF SMS List broadcasting application suggestions

2006-05-30 Thread Nick Tong - TalkWebSolutions.co.uk
can you give any more details? On 30/05/06, Steve Kahn [EMAIL PROTECTED] wrote: Anyone have any suggestions for doing SMS List broadcasting or anything similar? Thanks Steve ~| Message:

Calling all UK coldfusion (CF) Bloggers

2006-05-30 Thread Nick Tong - TalkWebSolutions.co.uk
Hi all, I thought it would be cool to get an aggregated feed of coldfusion bloggers in the UK. I am using Google reader to aggregate the feeds - the feed can be viewed here: google: http://wapurl.co.uk/?CYRDGW7 Atom/others : http://wapurl.co.uk/?6XODKN9 I have put some blogs on the list already

Re: Calling all UK coldfusion (CF) Bloggers

2006-05-30 Thread Andy Allan
Em ... http://www.ukcfug.org/blogregator/ On 30/05/06, Nick Tong - TalkWebSolutions.co.uk [EMAIL PROTECTED] wrote: Hi all, I thought it would be cool to get an aggregated feed of coldfusion bloggers in the UK. I am using Google reader to aggregate the feeds - the feed can be viewed here:

RE: JDBC vs. ODBC database drivers.

2006-05-30 Thread Dave Watts
Quick question. I have a basic CFMX 6.1 standard install with about 12 DSNs. All but one use MS SQL Server, the other uses MS Access w/Unicode. Are all of these connections via JDBC? I ask because I want to upgrade my JDBC drivers to v.3.5 but the Adobe technote mentions that I might

RE: JDBC vs. ODBC database drivers.

2006-05-30 Thread Che Vilnonis
Dave, thanks. I wasn't absolutely sure, so I asked. My upgrade should be a lot easier now! -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 30, 2006 11:20 AM To: CF-Talk Subject: RE: JDBC vs. ODBC database drivers. Quick question. I have a basic CFMX 6.1

Re: Calling all UK coldfusion (CF) Bloggers

2006-05-30 Thread Tom Chiverton
On Tuesday 30 May 2006 16:14, Andy Allan wrote: Em ... http://www.ukcfug.org/blogregator/ Don't click 'North West' though ! -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability

RE: CF SMS List broadcasting application suggestions

2006-05-30 Thread Steve Kahn
We need to send out a message to several 1000 recipents via sms - we are hoping to find something we can use online from our cfmx server. -Original Message- From: Nick Tong - TalkWebSolutions.co.uk [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 30, 2006 11:10 AM To: CF-Talk Subject: Re:

Re: Calling all UK coldfusion (CF) Bloggers

2006-05-30 Thread Nick Tong - TalkWebSolutions.co.uk
Whoops - updated post. On 30/05/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 30 May 2006 16:14, Andy Allan wrote: Em ... http://www.ukcfug.org/blogregator/ Don't click 'North West' though ! -- Tom Chiverton This email is

Re: Reading an SQL file via HTTP request and importing it.

2006-05-30 Thread Ken Ferguson
Sorry, I've been out a couple of days, but you could just write it to a file and then use cfexecute to load the sql file. mysql -u root C:\sqlFiles\fileName.sql --Ferg [EMAIL PROTECTED] wrote: I neglected to mention that I'm using mySQL. I don't know if cfftp is an option as the only

Re: CF SMS List broadcasting application suggestions

2006-05-30 Thread Paul Hastings
Steve Kahn wrote: We need to send out a message to several 1000 recipents via sms - we are hoping to find something we can use online from our cfmx server. cf7 enterprise an SMS aggregator is about all you need. ~| Message:

Re: CF SMS List broadcasting application suggestions

2006-05-30 Thread Nick Tong - TalkWebSolutions.co.uk
We have a SMS API which we use for our SMS applications. I can send you details for it you like. You basicaly just send a request to out API via http request and we will send the message for you via our aggrogators. IMHO: HTTP request is still the fastest way to send SMS. On 30/05/06, Paul

failto - option in CF5

2006-05-30 Thread Matt Friedman
I noticed that MX offers the Failto option in the CFMAIL tag. Is this option available in CF 5 with the use of CFMAILPARAM or any other tag or tool? Thanks in advance Matt Friedman Life is too short to drink cheep beer! ~|

Re: failto - option in CF5

2006-05-30 Thread Howie Hamlin
It's not is CF5 but iMS-Lite supports failto as well as many other things that are not supported in CFMAIL. http://www.coolfusion.com/imslite/ HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning,

Re: CF SMS List broadcasting application suggestions

2006-05-30 Thread Paul Hastings
Nick Tong - revolutionaries.co.uk wrote: IMHO: HTTP request is still the fastest way to send SMS. i think the cf team would beg to differ. me too. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241743 Archives:

Re: CF SMS List broadcasting application suggestions

2006-05-30 Thread Dwayne Cole
I would like to do something simular to this. I don't mind working with a third party org. Kinda like a third party listserv or email broadcast company. I'm looking for a way to send text messages to group of people using web interface. I can program the interface I'm not trying to build a

CFX_Cybercash

2006-05-30 Thread Stas Newdel
I am using Cybercash Direct Pay and need to register this tag with my hosted Intermedia.net account. Their control panel allows you to register CFX tags, but one of the required fields is Procedure/Class name. Would anyone know what should go in there? This field isn't required when I

Re: CF SMS List broadcasting application suggestions

2006-05-30 Thread Nick Tong - TalkWebSolutions.co.uk
I have done work with some software at hermessoftware.co.uk. They have a stable SMS API that you can use: Using the gateway API: http://www.hermessoftware.co.uk/index.cfm?method=gateway.TransmitGateWaygatewayID=YOURIDpwrd=YOURPASSWORDsmsmsg=messageStrsmsnumbers=NUMBERSTOSENDTOmobile=YOURNUMBER

RE: CF SMS List broadcasting application suggestions

2006-05-30 Thread Steve Kahn
I'm definitely looking to purchase an sms app - your feedback is very helpful, thanks -Original Message- From: Nick Tong - TalkWebSolutions.co.uk [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 30, 2006 1:36 PM To: CF-Talk Subject: Re: CF SMS List broadcasting application suggestions I

RE: CF SMS List broadcasting application suggestions

2006-05-30 Thread Steve Kahn
Do you know if it can handle 10,000 - 250,000 thousand msg's per broadcast cheaply? -Original Message- From: Nick Tong - TalkWebSolutions.co.uk [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 30, 2006 1:36 PM To: CF-Talk Subject: Re: CF SMS List broadcasting application suggestions I have

Disable CGI Variables?

2006-05-30 Thread David Delbridge
Hi all, Is there any way to disable or obfuscate the CGI variables on an MX server? More importantly, can this be done PER SITE on a multi-homed MS IIS server? Any advice is greatly appreciated. Dave ~| Message:

RE: Disable CGI Variables?

2006-05-30 Thread Ben Nadel
What is the ultimate goal you are trying to accomplish? ... Ben Nadel Web Developer Nylon Technology 350 7th Avenue Floor 10 New York, NY 10001 212.691.1134 212.691.3477 fax www.nylontechnology.com You know, like nunchuck skills, bowhunting skills, computer hacking

RE: Disable CGI Variables?

2006-05-30 Thread Ian Skinner
CGI variables are generated and provided by the web server not the ColdFusion server. It would be in IIS and/or Apache or whatever one is using that this kind of control may exist. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA - | 1 | |

Regular Expression

2006-05-30 Thread Paul Giesenhagen
I have the following regular expression: ReReplaceNoCase(getContent.title, '[^a-z0-9 ]', '', 'all') I want it to ALSO keep all the hyphens too... but remove everything else except numbers, alpha and hyphens. What would I change? Thanks Paul Giesenhagen QuillDesign 417-885-1375

RE: Regular Expression

2006-05-30 Thread Ian Skinner
ReReplaceNoCase(getContent.title, '[^a-z0-9 ]', '', 'all') I want it to ALSO keep all the hyphens too... but remove everything else except numbers, alpha and hyphens. What would I change? Add the hyphen character, escaped of course. I believe that would look like this. [^a-z0-9 \-]

RE: Regular Expression

2006-05-30 Thread Ben Nadel
ReReplaceNoCase(getContent.title, '[^a-z0-9\-]+', '', 'all') The \ in front of the - is not needed, but it works fine and I like to see it escaped. Also, I took out the space but put it back in if you wanted it. ... Ben Nadel www.bennadel.com -Original Message-

RE: Regular Expression

2006-05-30 Thread Munson, Jacob
This should do it: ReReplaceNoCase(getContent.title, '[^a-z0-9\- ]', '', 'all') By the way, that is keeping individual spaces as well, but you probably knew that. -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 30, 2006 1:26 PM To: CF-Talk

Re: Disable CGI Variables?

2006-05-30 Thread David Delbridge
Thank you for your reply. My hosting company permits unlimited domain names without per-domain surcharges. Though it violates our policies, some take advantage of this privilege by launching multiple unrelated websites under a single hosting account, by way of CGI vars and CFLOCATION.

Re: CF SMS List broadcasting application suggestions

2006-05-30 Thread Nick Tong - TalkWebSolutions.co.uk
HI Steve, yes it can, the only real latency is the requests to the aggregators. An example of its use is that you export a CSV file from you DB, upload it to their server, via HTTP or FTP and they will import it to there system and then broadcast the messages. Another way it that you send each

Re: Disable CGI Variables?

2006-05-30 Thread David Delbridge
Thank you, Ian! I'll check out the IIS forums. Dave ps. I see you're in Sac. Next time you're in Tahoe, give me a holler! CGI variables are generated and provided by the web server not the ColdFusion server. It would be in IIS and/or Apache or whatever one is using that this kind of

Re: CF SMS List broadcasting application suggestions

2006-05-30 Thread Josh Nathanson
Hi Nick, I am looking to integrate text messaging into a calendar application I run - do they have reasonable prices for text messaging to the United States? I would only need to send from my application, not receive. I have looked far and wide for a solution but it seems like texting to

RE: Can I use CF 6.1 and CF 7 on the same machine?

2006-05-30 Thread Dan G. Switzer, II
Nathan, Here are some instructions I used for IIS6: http://blog.pengoworks.com/blogger/index.cfm?action=blog:475 -Dan -Original Message- From: Nathan Drury [mailto:[EMAIL PROTECTED] Sent: Monday, May 29, 2006 9:38 PM To: CF-Talk Subject: Re: Can I use CF 6.1 and CF 7 on the same

Re: Regular Expression

2006-05-30 Thread Paul Giesenhagen
Works great! Thanks! Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com - Original Message - From: Munson, Jacob [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, May 30, 2006 2:31 PM Subject: RE: Regular Expression This should do it:

Re: CF SMS List broadcasting application suggestions

2006-05-30 Thread Nick Tong - TalkWebSolutions.co.uk
Hi Josh - I will get the costing for the US tomorrow for you. On 30/05/06, Josh Nathanson [EMAIL PROTECTED] wrote: Hi Nick, I am looking to integrate text messaging into a calendar application I run - do they have reasonable prices for text messaging to the United States? I would only

Re: CF SMS List broadcasting application suggestions

2006-05-30 Thread Josh Nathanson
Killer, thanks Nick, anxiously awaiting. -- Josh - Original Message - From: Nick Tong - TalkWebSolutions.co.uk [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, May 30, 2006 1:05 PM Subject: Re: CF SMS List broadcasting application suggestions Hi Josh - I will

Application.cfc + performance

2006-05-30 Thread Won Lee
Hi everyone, Been reading through the livedocs. Version 7 has some new and exciting changes. Can't wait to get back to using CF after an extended vacation from it. Anyone have any other links to performance impact of Application.cfc? The search result on HoF for the term application.cfc

CFMX 7.0.1 Failure (X-Posted from CF-server)

2006-05-30 Thread Scott Stewart
All, I've installed CFMX 7.0.1 Multiserver install on a Win2003 Server (VmWare). It ran fine until today, when I noticed that the search server wasn't running. Upon rebooting the server the Cold Fusion instance fails with the following at the browser