Re: Coldfusion Uses Perl for QoQ ?

2004-10-27 Thread Michael Dinowitz
doesn't an order by statement need a comma between each clause? Your statement below looks like it is missing a comma and would fail normally. 111 : cfelse 112 : ORDER BY #url.column# #url.dir# 113 : /cfif 114 :

Re: Coldfusion Uses Perl for QoQ ?

2004-10-27 Thread Joe Rinehart
I think URL.DIR probably stores ASC/DESC Ricardo, if you CFDump the URL struct before your CFQuery, are column and dir defined? -joe On Wed, 27 Oct 2004 07:45:02 -0400, Michael Dinowitz [EMAIL PROTECTED] wrote: doesn't an order by statement need a comma between each clause? Your statement

Re: Coldfusion Uses Perl for QoQ ?

2004-10-27 Thread Jochem van Dieten
Ricardo Russon wrote: after some googling i found that this is a known bug with org.apache.oro.text.regex.Perl5Matcher.matches but from what was in the thread it was not fixed because they couldn't produce a test case? Can anyone confirm this? java.lang.NullPointerException at

RE: Coldfusion Uses Perl for QoQ ?

2004-10-27 Thread Ewok
Unless ... maybe it's the ASC or DESC? Can we see that whole query block? -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 7:45 AM To: CF-Talk Subject: Re: Coldfusion Uses Perl for QoQ ? doesn't an order by statement need a comma

Re: Coldfusion Uses Perl for QoQ ?

2004-10-27 Thread Adam Haskell
what is in your where clause?... I would agree with what Jochem said about the Perl style syntax. Since CF converts everything NULL striaght to blank entries I wouldn't think that would cause a problem...but hows the data integrity (maybe not the best wording but..) of the query you are querying?

the best way?

2004-10-27 Thread Daniel Farmer
is there any such thing as the best way? ~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=36 Message:

Re: inetinfo.exe Memory Leak After 6.1 Updater

2004-10-27 Thread Alex DeMarco
Alex, By fresh install, do you mean pre-6.1 Updater? I see 2 versions of jrunsvc.exe on my machine (doing Properties on the file): File version 4.0.0.0, 57,344 bytes File version 4.0.3.10455, 61,440 bytes The one that's running (in the c:\cfusionmx\runtime\bin dir) is the latter.

RE: the best way?

2004-10-27 Thread d.a.collie
is there any such thing as the best way? err.. what do you want to do? -- dc ~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community.

Re: the best way?

2004-10-27 Thread Mark Drew
Tango? On Wed, 27 Oct 2004 14:11:57 +0100, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: is there any such thing as the best way? err.. what do you want to do? -- dc ~| Purchase from House of Fusion, a Macromedia

RE: the best way?

2004-10-27 Thread d.a.collie
Tango? Mark... If you're asking I'm dancing :) -- dc ~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=36 Message:

Re: the best way?

2004-10-27 Thread Adam Haskell
depends on the situationI think in many situations there are certaintly better ways maybe not best though. Really a case by case thing I think...and a lot to do with personal opion a good chunk of the time. Adam H On Wed, 27 Oct 2004 09:03:43 -0400, Daniel Farmer [EMAIL PROTECTED] wrote:

RE: the best way?

2004-10-27 Thread Tangorre, Michael
Tango? Someone call me? Michael T. Tangorre -Original Message- From: Mark Drew [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 9:08 AM To: CF-Talk Subject: Re: the best way? Tango? On Wed, 27 Oct 2004 14:11:57 +0100, [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: the best way?

2004-10-27 Thread Damien McKenna
Daniel Farmer wrote: is there any such thing as the best way? Yes, its what I tell you. Now get back to work! ;-) -- *Damien McKenna* - Web Developer - [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 Nothing endures but change. -

RE: the best way?

2004-10-27 Thread Tim Laureska
Maybe there's something new called a way and nobody has heard of it yet What is a way? is that short for segway -Original Message- From: Adam Haskell [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 9:13 AM To: CF-Talk Subject: Re: the best way? depends on the situationI

Re: Cold Fusion and List server type software choices

2004-10-27 Thread Thomas Chiverton
On Tuesday 26 Oct 2004 21:35 pm, Ian Skinner wrote: What kinds of software are people using for list server type functionality and why? Mailman, because it's free, small and fast. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger

Re: the best way?

2004-10-27 Thread dave
2FF! haha -- Original Message -- From: Damien McKenna [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Wed, 27 Oct 2004 09:23:24 -0400 Daniel Farmer wrote: is there any such thing as the best way? Yes, its what I tell you. Now get back to work!

Re: the best way?

2004-10-27 Thread Anders Green
At 09:03 AM 10/27/2004, Daniel Farmer wrote: is there any such thing as the best way? If you are existing in Theory Land, yes, there is. If you are existing in what we call the actual world, no. In that case, there is only the option to select which condition you want to optimize for. Here are

RE: the best way?

2004-10-27 Thread Dave Watts
is there any such thing as the best way? Yes. Well, maybe not. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 ~| Purchase from House of Fusion, a Macromedia Authorized

RE: Coldfusion Uses Perl for QoQ ?

2004-10-27 Thread Dave Watts
after some googling i found that this is a known bug with org.apache.oro.text.regex.Perl5Matcher.matches but from what was in the thread it was not fixed because they couldn't produce a test case? Can anyone confirm this? The library org.apache.oro.text.regex.Perl5Matcher.matches is simply

Re: Coldfusion Uses Perl for QoQ ?

2004-10-27 Thread Damien McKenna
Dave Watts wrote: The library org.apache.oro.text.regex.Perl5Matcher.matches is simply a Java class used by CF to provide Perl 5-compatible regular expression support. FYI many other languages include this and usually call it PCRE - Perl Compatible Regular Expressions. -- *Damien McKenna* -

Re: Coldfusion Uses Perl for QoQ ?

2004-10-27 Thread Claude Schneegans
The way Queries of Queries have been designed makes them almost useless. CF tries to guess the the of each column from the first record and uses this type in tests for ordering, grouping, etc. For instance, if you have a text column, but the first column contains only digits, the column is

Emailing Activation Codes

2004-10-27 Thread sdaniels
Anyone out there have any recommendations, tips or tricks that would increase the likelyhood of CFMAIL generated email to get through SPAM/junk mail filters? I have a double opt in system whereby an activation link is emailed to a user upon registration. About 10% of users never activate and

OT: TinyMCE

2004-10-27 Thread Ian Skinner
At the recommendation of a recent posting to this list, I have been giving the TinyMCE JavaScript WYSIWYG editor a try. I like how simple it is to integrate into a web form and its functionality seems to be good. But, using the default configuration the text is tiny in the web control to

Re: inetinfo.exe Memory Leak After 6.1 Updater

2004-10-27 Thread Sung Woo
Still happening. I called Macromedia (we just got their bronze support), so I'll let you all know if they can resolve this. I just uninstalled the connectors and reinstalled them (and left jrunsvc.exe alone). I'll let you know what happens tomorrow... - Sung Is re-running the

Re: [Tinymce-users] Changing the font size in the control box.

2004-10-27 Thread Damien McKenna
Ian Skinner wrote: From how I see that tinymce is constructed, this should be easy. But, I can't seem to find the right style to change. How does one control the font properties of the text in the control that the editor has been applied to? Hey Ian, I saw your message in CF-Talk which

RE: Returning Random Records

2004-10-27 Thread Ryan Duckworth
!--- Here is a very clean and fast way to select a random row in a table with a Transact SQL Scroll Cursor: --- cfquery name=randomRecord datasource=#request.inet.dsSQL# DECLARE random_cursor SCROLL CURSOR FOR SELECT * FROM Users ORDER BY Login DECLARE

Re: the best way?

2004-10-27 Thread Mark Drew
I say Fusebox 3 now, I duck then .. I tango MD On Wed, 27 Oct 2004 10:23:06 -0400, Dave Watts [EMAIL PROTECTED] wrote: is there any such thing as the best way? Yes. Well, maybe not. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444

Re: the best way?

2004-10-27 Thread Douglas Knudsen
the best way is http://www.houseoffusion.com/cf_lists/messages.cfm/threadid=14539/forumid=5 On Wed, 27 Oct 2004 17:12:04 +0200, Mark Drew [EMAIL PROTECTED] wrote: I say Fusebox 3 now, I duck then .. I tango MD On Wed, 27 Oct 2004 10:23:06 -0400, Dave Watts [EMAIL PROTECTED]

enabling mixed-mode authentication for MSDE

2004-10-27 Thread Kay Smoljak
I installed MSDE on my desktop, and have successfully connected and created databases and users using the Microsoft SQL Web Data Administrator and also the demo of EMS SQL Manager. I don't have access to an SQL Server client tools install at the moment so I don't have Enterprise Manager. However,

OT Requirements software

2004-10-27 Thread Victor Moore
Does anybody know of a good tool for gathering and maintaining requirements. Thx Victor ~| The annual ColdFusion User Conference is being held Sat 6/26 - Sun 6/27/04 8am-5pm in the Washington DC Area.

Re: OT Requirements software

2004-10-27 Thread Bryan Stevenson
Notepad and Word have always worked just fine for me ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com54

Enable Debugging turning off when server rebooted

2004-10-27 Thread Burns, John D
We have a development server running Windows 2003 and CFMX 6.1. I have checked the Enable Debugging in the CF Administrator and I've set up a tool for developers to add their IP Addresses to the list of Debugging IP addresses via a page I created referencing Ben Forta's example that accesses

RE: OT Requirements software

2004-10-27 Thread d.a.collie
You could look at FLiP for this I think... There is a good spiel from Helms Peters about FLiP in MP3 format that has got me rethinking a lot of things... http://www.grokfusebox.com/index.cfm?ref=flipOut There are loads of software packages for this discussed in the MP3's :) -- dc

RE: enabling mixed-mode authentication for MSDE

2004-10-27 Thread Dave Watts
I installed MSDE on my desktop, and have successfully connected and created databases and users using the Microsoft SQL Web Data Administrator and also the demo of EMS SQL Manager. I don't have access to an SQL Server client tools install at the moment so I don't have Enterprise Manager.

CFXML error

2004-10-27 Thread Asim Manzur
cfquery name=getDealers datasource=#DSN# select id, name from dealers where id = '#form.DealerName#' order by name /cfquery cfxml variable=myxml graph caption='Sample Chart' subCaption='(in Percentage %)' yaxisname='# of Ads' xaxisname='Dealers' numdivlines='3' zeroPlaneColor=33

Re: CFXML error

2004-10-27 Thread Thomas Chiverton
On Wednesday 27 Oct 2004 17:32 pm, Asim Manzur wrote: could someone advise what mistake I am doing??? If you dump the xml string, what's in it ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey

Re: enabling mixed-mode authentication for MSDE

2004-10-27 Thread Kay Smoljak
Hi Dave, On Wed, 27 Oct 2004 12:28:25 -0400, Dave Watts [EMAIL PROTECTED] wrote: http://support.microsoft.com/default.aspx?scid=kb;en-us;322336#4 Worked a treat. Thanks heaps! K. -- Kay Smoljak http://kay.smoljak.com/ ~|

RE: CFXML error

2004-10-27 Thread Dave Watts
cfquery name=getDealers datasource=#DSN# select id, name from dealers where id = '#form.DealerName#' order by name /cfquery cfxml variable=myxml graph caption='Sample Chart' subCaption='(in Percentage %)' yaxisname='# of Ads' xaxisname='Dealers' numdivlines='3'

OT: Find out my IP

2004-10-27 Thread Andy Jarrett
I wanted to know what IP address my PC was giving off online. I thought easy, just pop along to whatismyip.com and have a look. The result was not what i was expecting so i tried another, and another and i got a different result from every page (though always the same result from the same page).

Re: CFXML error

2004-10-27 Thread Asim Manzur
Thomas I can't dump it, it gives me the error before the dump line On Wednesday 27 Oct 2004 17:32 pm, Asim Manzur wrote: could someone advise what mistake I am doing??? If you dump the xml string, what's in it ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997

Re: OT: Find out my IP

2004-10-27 Thread Ray Champagne
Who is you ISP? I got the same result in all of those links. Ray At 12:43 PM 10/27/2004, you wrote: I wanted to know what IP address my PC was giving off online. I thought easy, just pop along to whatismyip.com and have a look. The result was not what i was expecting so i tried another, and

Re: CFXML error

2004-10-27 Thread Asim Manzur
i replace the sigle quote to the double quote and the error gone. Not sure that why. it suppose to be the same thing isn't it?? Thanks anyway. cfquery name=getDealers datasource=#DSN# select id, Perhaps there's an XML metacharacter in your getDealers.name variable? On an unrelated note, I

RE: TinyMCE

2004-10-27 Thread Ewok
Change the font-size in the css file you are using (default, advanced or simple) for the body style. For example, in default/editor_content.css under the body style, change font-size:10px; to something higher... font-size:13px; -Original Message- From: Ian Skinner [mailto:[EMAIL

RE: the best way?

2004-10-27 Thread Ewok
I prefer to put BOTH socks on before either shoe. Personally, I think that's the best way. ; ) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 9:12 AM To: CF-Talk Subject: RE: the best way? is there any such thing as the best way?

RE: Find out my IP

2004-10-27 Thread Ewok
Are you using a proxy server? -Original Message- From: Andy Jarrett [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 12:43 PM To: CF-Talk Subject: OT: Find out my IP I wanted to know what IP address my PC was giving off online. I thought easy, just pop along to whatismyip.com

Re: the best way?

2004-10-27 Thread Damien McKenna
Ewok wrote: I prefer to put BOTH socks on before either shoe. Personally, I think that's the best way. ; ) Fasten-zip or zip-fasten? Fasten-zip for me. -- *Damien McKenna* - Web Developer - [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ -

Re: the best way?

2004-10-27 Thread Ray Champagne
Who zips their shoes or socks? Ray At 01:17 PM 10/27/2004, you wrote: Ewok wrote: I prefer to put BOTH socks on before either shoe. Personally, I think that's the best way. ; ) Fasten-zip or zip-fasten? Fasten-zip for me. -- *Damien McKenna* - Web Developer - [EMAIL PROTECTED]

Re: CFXML error

2004-10-27 Thread Asim Manzur
The XML file which I am writting through coldfusion. Its putting this line of the top of the page. ?xml version=1.0 encoding=UTF-8? is there anyway to prevent that. and force not to put the header automatically??? thanks i replace the sigle quote to the double quote and the error gone. Not

Re: the best way?

2004-10-27 Thread Adam Haskell
i fasten zip but after going to work repeatedly with my fly down maybe I ought to change. On Wed, 27 Oct 2004 13:19:27 -0400, Ray Champagne [EMAIL PROTECTED] wrote: Who zips their shoes or socks? Ray At 01:17 PM 10/27/2004, you wrote: Ewok wrote: I prefer to put BOTH socks on

Re: the best way?

2004-10-27 Thread Damien McKenna
Ray Champagne wrote: Who zips their shoes or socks? I wasn't strictly thinking socks or shoes, but some shoes have zippers on them... -- *Damien McKenna* - Web Developer - [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 Nothing

RE: CFXML error

2004-10-27 Thread Pascal Peters
XMLFormat() !! -Original Message- From: Asim Manzur [mailto:[EMAIL PROTECTED] Sent: 27 October 2004 18:58 To: CF-Talk Subject: Re: CFXML error i replace the sigle quote to the double quote and the error gone. Not sure that why. it suppose to be the same thing isn't it?? Thanks

Re: the best way?

2004-10-27 Thread Ray Champagne
Well, then I am a fasten-double-check-for-obstructions-then-zip kinda guy Ray At 01:22 PM 10/27/2004, you wrote: Ray Champagne wrote: Who zips their shoes or socks? I wasn't strictly thinking socks or shoes, but some shoes have zippers on them... -- *Damien McKenna* - Web Developer -

RE: the best way?

2004-10-27 Thread Ewok
Oh no... zip-fasten... I want back in as soon as possible if anything should go wrong during zip -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 1:18 PM To: CF-Talk Subject: Re: the best way? Ewok wrote: I prefer to put BOTH socks on

Re: the best way?

2004-10-27 Thread Joe Rinehart
Also, beer from glass. Not bottle or can. On Wed, 27 Oct 2004 13:19:27 -0400, Ray Champagne [EMAIL PROTECTED] wrote: Who zips their shoes or socks? Ray At 01:17 PM 10/27/2004, you wrote: Ewok wrote: I prefer to put BOTH socks on before either shoe. Personally, I think that's the

CFMX crashing (still..)

2004-10-27 Thread Brook Davies
CFMX 6.1 w/ updater 1 on win2k IIS 5.0 My server still crashes and stops serving pages (the page just hangs). jrun.exe is still running and inetinfo.exe is still running. I just looked at the lib\wsconfig\1\jrun.log after my server just crashes. It looks like the dump below. Does this look

Re: the best way?

2004-10-27 Thread Scott Stroz
My preference is a frosted mug On Wed, 27 Oct 2004 13:28:28 -0400, Joe Rinehart [EMAIL PROTECTED] wrote: Also, beer from glass. Not bottle or can. On Wed, 27 Oct 2004 13:19:27 -0400, Ray Champagne [EMAIL PROTECTED] wrote: Who zips their shoes or socks? Ray At 01:17 PM

Re: the best way?

2004-10-27 Thread Joe Rinehart
cfcomponent name=FrostedMug extends=BeerGlass ...there, we're both right... On Wed, 27 Oct 2004 13:48:51 -0400, Scott Stroz [EMAIL PROTECTED] wrote: My preference is a frosted mug On Wed, 27 Oct 2004 13:28:28 -0400, Joe Rinehart [EMAIL PROTECTED] wrote: Also, beer from glass. Not

Re: OT: Find out my IP

2004-10-27 Thread Andy Jarrett
Im in the UK and using NTL Andy On Wed, 27 Oct 2004 12:45:45 -0400, Ray Champagne [EMAIL PROTECTED] wrote: Who is you ISP? I got the same result in all of those links. Ray At 12:43 PM 10/27/2004, you wrote: I wanted to know what IP address my PC was giving off online. I

Re: the best way?

2004-10-27 Thread Scott Brady
I believe the actual best way is to send this thread over to cf-community. Scott -- - Scott Brady http://www.scottbrady.net/ ~| Purchase from House of Fusion, a Macromedia Authorized

RE: CFXML error

2004-10-27 Thread Dave Watts
i replace the sigle quote to the double quote and the error gone. Not sure that why. it suppose to be the same thing isn't it?? Yes, both single and double quotes can be used with XML attributes. However, you may have had an attribute value that contained a single quote. Dave Watts, CTO, Fig

cfqueryparam question (errors)

2004-10-27 Thread Jeff Fongemie
Sadly, I'm just learning to use cfqueryparam in my querys. However, I get an error every time! [DataDirect][SequeLink JDBC Driver]Invalid parameter binding(s). For the life of me I can't understand why I get this. Query works great without. ColdFusion MX. cfquery

RE: CFXML error

2004-10-27 Thread Dave Watts
The XML file which I am writting through coldfusion. Its putting this line of the top of the page. ?xml version=1.0 encoding=UTF-8? is there anyway to prevent that. and force not to put the header automatically??? No, you need an XML declaration at the top, and CFXML doesn't allow you

RE: cfqueryparam question (errors)

2004-10-27 Thread Adkins, Randy
Why do you have a single quote after the WHERE statement? WHERE '(zip -Original Message- From: Jeff Fongemie [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 2:37 PM To: CF-Talk Subject: cfqueryparam question (errors) Sadly, I'm just learning to use cfqueryparam in my

Re: cfqueryparam question (errors)

2004-10-27 Thread Ray Champagne
why the parenthesis? That might be it Ray At 02:37 PM 10/27/2004, you wrote: Sadly, I'm just learning to use cfqueryparam in my querys. However, I get an error every time! [DataDirect][SequeLink JDBC Driver]Invalid parameter binding(s). For the life of me I can't understand why I get this.

RE: the best way?

2004-10-27 Thread djones
I have been watching this tread all day wondering when someone was going to say something. Didn't and still doesn't bother me at all, if I don't want to read an off topic thread I don't. But usually when something this off topic starts up people get offended. And then we start another long thread

Re: cfqueryparam question (errors)

2004-10-27 Thread Jochem van Dieten
cfquery datasource=#attributes.DataSource# name=Dest SELECT * FROM mytable WHERE zip cfqueryparam cfsqltype=CF_SQL_DECIMAL value=#variables.LatN# /cfquery Jochem ~| Purchase from House of Fusion, a Macromedia

RE: the best way?

2004-10-27 Thread Ewok
We have a winner! -Original Message- From: Scott Brady [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 2:35 PM To: CF-Talk Subject: Re: the best way? I believe the actual best way is to send this thread over to cf-community. Scott --

How to process Structure with an Array of Elements?

2004-10-27 Thread Michael E. Carluen
I am currently trying to process a structure that contains an array of 15 elements. Each element contains another structure with 5 keys and ultimately a key with a value. I was wondering if anyone can give some pointers on how I can loop through the array elements and to extract its

Double Quotes in Database

2004-10-27 Thread Les Mizzell
I've been handed a SQL Database that has fields with lots of measurements and are stuff like: 32 (12-32 adjustable) In building admin pages to update these tables. I've got no problem if I am adding from scratch: MOD_DESC = '#HTMLEditFormat(evaluate(MOD_DESC_#myIDX#))#', It's getting the

Re: Create session scope inside CFC - it's possible?

2004-10-27 Thread Web Specialist
Sorry Dave and Kam for delay ;-P By now works fine Dave you're right... enable session management in application.cfm solved... One more question: use all authentication logic inside application.cfm otherwise in cfc is more slow than cfc? What's disadvantages could be? Thanx Web

Re: Double Quotes in Database

2004-10-27 Thread Rick Root
Les Mizzell wrote: input name=MOD_DESC type=text value=#AOS_145OP.MOD_DESC# Suggestions? Since all you are concerned about is the quotes... cfset quote ='' input name=MOD_DESC type=text value=#Replace(AOS_145OP.MOD_DESC,QUOTE,quot;,ALL)# Then, on submission, convert the quot; back to

RE: OT: Find out my IP

2004-10-27 Thread Paul Vernon
Hi Andy, NTL use a plethora of networking tricks to enable them to host more people than they have IP addresses. Can you say multi layered NAT based on region? Secondly, they use a whole host of transparent proxies to speed up Internet access for their users (this only works on port 80) If

Re: How to process Structure with an Array of Elements?

2004-10-27 Thread Brook Davies
Assuming you have a structure named myStruct, with a key named myArray that has 15 elements, each of which is a structure with 5 keys, you can loop through the array like this (note the first part of this code creates an array of structures similar to what you described: brbr cfset myStruct

Re: the best way?

2004-10-27 Thread Michael Dinowitz
The best way is to move all this over to CF-Community. Thank you ~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=38

search engine ideas

2004-10-27 Thread Andrew Tyrone
Hi everyone, I'd like to get your take on the techniques you've used or might use when building a file-based search engine with Verity that would include the ability to: 1. Specify that certain pages come up if certain keywords are entered, e.g. typing a product name would bring that product

Re: cfqueryparam question (errors)

2004-10-27 Thread Rick Root
I'd swear I just answered this question. Invalid Parameter Binding probably means the CFSQLTYPE is not right. Try using a different CFSQLTYPE. Like INTEGER. Better yet, store zip code as a string, because if you store it as a number, you'll have to format it on the output if the zipcode is

Re: Double Quotes in Database

2004-10-27 Thread Charlie Griefer
just continue using the HTMLEditFormat() function. input name=MOD_DESC type=text value=#HTMLEditFormat(AOS_145OP.MOD_DESC)# when inserting into/updating the db, use cfqueryparam on the dynamic values. On Wed, 27 Oct 2004 15:12:56 -0400, Rick Root [EMAIL PROTECTED] wrote: Les Mizzell wrote:

RE: the best way?

2004-10-27 Thread Ewok
I think it started in the right place. The question was just left wide open and since we all get so bored during the day we jumped on it like a pack of wolves. I'm surprised it took as long as it did for someone to comment on the validity of the topic... (or the turn it took I guess).

Re: Double Quotes in Database

2004-10-27 Thread Les Mizzell
Charlie Griefer wrote: just continue using the HTMLEditFormat() function. input name=MOD_DESC type=text value=#HTMLEditFormat(AOS_145OP.MOD_DESC)# Doesn't work, because I get this when displaying the page after an insert: 95quot; (60quot;-95quot; adjustable) I'm working on another idea - will

Re: Double Quotes in Database

2004-10-27 Thread Les Mizzell
This seems to be working best: 1. To display data in the form: cfset quote ='' input value=#Replace(AOS_145OP.MOD_DESC,QUOTE,quot;,ALL)# Using this will correctly display either of these values in the database: 32 (12-32 adjustable) - or - 32quot; (12quot;-32quot; adjustable) 2. Updating

authorize.net processing

2004-10-27 Thread Tim Laureska
Hey.. anyone have experience with the CF tags provided by authorize.net to facilitate their CC processing - and willing to lend a hand getting started to making it work? Tim ~| Get the mailserver that powers this list at

Re: authorize.net processing

2004-10-27 Thread Damien McKenna
Tim Laureska wrote: Hey.. anyone have experience with the CF tags provided by authorize.net to facilitate their CC processing - and willing to lend a hand getting started to making it work? Are there any CFCs for Authorize.net? It would seem an obvious idea... There's CF_OpenAuthNet but

RE: authorize.net processing

2004-10-27 Thread Mark A Kruger
What do you need to know? I use them for several clients of ours. -Mark -Original Message- From: Tim Laureska [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 3:36 PM To: CF-Talk Subject: authorize.net processing Hey.. anyone have experience with the CF tags provided by

Re: Double Quotes in Database

2004-10-27 Thread Douglas Knudsen
hmmm, I usually use HTMLEditFormat() with no issues. can ditch the evals too cfif form[MOD_DESC_#myIDX#] NEQ '' MOD_DESC = cfqueryparam cfsqltype=CF_SQL_VARCHAR value=#form[MOD_DESC_#myIDX#]#, cfelse NULL /cfif Doug On Wed, 27 Oct 2004 16:09:46 -0400, Les Mizzell [EMAIL PROTECTED]

RE: authorize.net processing

2004-10-27 Thread Tim Laureska
Thanks for the response Mark...Well... I guess for starters, authorize.net gave me two sample tags cf_aim.cfm and a SIM tag... I'm pretty sure I use the AIM tag for a Windows server environment... is that right? Looks like the SIM tag relates to a unix environment -Original Message-

Re: OT Requirements software

2004-10-27 Thread Jeremy Brodie
Are you talking about generating use cases, generating prototypes or about gathering and documenting your requirements? If you're talking about gathering and documenting requirements, then software can't help you -- since the process involves interviewing the people who will use the software.

Re: authorize.net processing

2004-10-27 Thread Damien McKenna
Tim Laureska wrote: I'm pretty sure I use the AIM tag for a Windows server environment... is that right? Looks like the SIM tag relates to a unix environment AIM vs SIM are two different ways of doing credit card processing via Authorize.net and can be used with any server side programming

RE: authorize.net processing

2004-10-27 Thread Mark A Kruger
AIM stands for advanced implimentation and SIM stands for SIMPLE. If you are using the advanced connection method - where your web server makes a request and handles the response without the browser ever being directed to Authorize.net - then AIM is the one you want. Spend a little time with the

Application framework - examples

2004-10-27 Thread Marco Antonio C. Santos
I'm looking for application frameworks for our CF application. Don't talk about CF application.cfm but models to construct navigations, menus like Farcry Admin, SmartCMS Admin, BlueShoes PHP framework, etc. Any examples? Thanx Marco

Re: Emailing Activation Codes

2004-10-27 Thread Matt Robertson
We just had a thread on this a couple of days ago. Archives :-) Summary: use cfmailparam to add a message-id and change the x-mailer value. -- --Matt Robertson-- President, Janitor MSB Designs, Inc. mysecretbase.com ~| This

Re: Application framework - examples

2004-10-27 Thread Damien McKenna
Marco Antonio C. Santos wrote: I'm looking for application frameworks for our CF application. Don't talk about CF application.cfm but models to construct navigations, menus like Farcry Admin, SmartCMS Admin, BlueShoes PHP framework, etc. What are your requirements? There are architectural

Re: Application framework - examples

2004-10-27 Thread Marco Antonio C. Santos
Thanx Damien but I'm looking for application framework - design side - and don't CF application.cfm framework... More design side, like contract menu, Admin framework Do you know Farcry? Farcry haves a good application framework... Thanx. Marco On Wed, 27 Oct 2004 17:40:36 -0400, Damien

Re: Emailing Activation Codes

2004-10-27 Thread Jordan Michaels
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Anyone out there have any recommendations, tips or tricks that would increase the likelyhood of CFMAIL generated email to get through SPAM/junk mail filters? I have a double opt in system whereby an activation link is emailed to a user upon

Re: Emailing Activation Codes

2004-10-27 Thread Matt Robertson
Jordan brings up a hugely important point. Your CFMAIL may have nothing to do with your problems. It may be your mail server. http://www.dnsreport.com is the best tool for diagnosing dns issues I have ever seen. Its sister site, http://www.dnsstuff.com is very much worth a look as well. --

RE: authorize.net processing

2004-10-27 Thread Tim Laureska
Mark/Damien... I'm reading thru the AIM PDF now... is the x_tran_key the same as the password provided by Authorize.net... they provided me with just a merchant username password -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 5:35 PM

Re: Survey Creation Application

2004-10-27 Thread Nick Cabell
I built a survey creation system for a non-profit using CF. It is fairly customized and has been very difficult. It allows a variety of clients to create their own surveys from a selection of questions, plus request additional questions. They can schedule release of the survey to end users on a

Re: How to process Structure with an Array of Elements?

2004-10-27 Thread Michael E. Carluen
Thanks Brooke! At 12:21 PM 10/27/2004 -0700, Brook Davies wrote: Assuming you have a structure named myStruct, with a key named myArray that has 15 elements, each of which is a structure with 5 keys, you can loop through the array like this (note the first part of this code creates an array of

Re: Double Quotes in Database

2004-10-27 Thread Rick Root
Douglas Knudsen wrote: hmmm, I usually use HTMLEditFormat() with no issues. That's fine, if you want the HTML entities to go into the database. I don't want to store HTML entities like quot; because the values may not always be used in an HTML format. And since HTMLEditFormat() has no

Re: authorize.net processing

2004-10-27 Thread Rick Root
fwiw, I've never used a custom tag for authorize.net. It's a pretty simply CFHTTP call .. Unfortunately since I'm running BlueDragon right now, and BlueDRagon CFHTTP doesn't support SSL connections, I'm doing my credit card authorizations with a php page. - Rick

Re: Emailing Activation Codes

2004-10-27 Thread Rick Root
Jordan Michaels wrote: A couple things that we do: - Try to use a real email server rather then the machine's onboard smtp server. Some anti-spam programs check to see if the sending IP and the senders email server (indicated by the sender's domain MX record) match up. If they don't,

  1   2   >