Re: Reactor XML - Throwing Error's

2007-03-06 Thread Tom Chiverton
On Monday 05 Mar 2007, Robert Rawlins - Think Blue wrote: After removing that code I then get the following error. Rinse and repeat until you get a native error message. -- Tom Chiverton Helping to quickly fashion robust e-services On: http://thefalken.livejournal.com

Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-06 Thread Tom Chiverton
On Monday 05 Mar 2007, Eric J. Hoffman wrote: Uh ohhere we go. This is what I said the other day about making a moral test :-) -- Tom Chiverton Helping to assertively introduce value-added systems On: http://thefalken.livejournal.com

Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-06 Thread Tom Chiverton
On Monday 05 Mar 2007, Rey Bango wrote: Yes or no to adult themed sites? Yes, but excluded from the initial list - you have to explictly select that category to see them. This seems a good balance betwen allowing as many sites as possible, not taking a moral stance, and keeping the list clean

Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-06 Thread Tom Chiverton
On Monday 05 Mar 2007, Rick Faircloth wrote: How many of us would want to promote NAMBLA if they used CF for their site? NAMBLA, in case you're not aware, stands for North American Man-Boy Love Association and they promote sexual relations between men and underage boys... That's illegal, so

Can't install 7.0.2 on Windows 2003 SP1

2007-03-06 Thread Tom Peer
Anyone managed to install 7.0.2 on a Windows 2003 machine with SP1 pre-installed? I've looked through all the notes on http://www.adobe.com/go/228c3aaa but no joy. Can't install in standalone mode either. From what I understand previously the best way to get it installed was to uninstall SP1,

Re: Can't install 7.0.2 on Windows 2003 SP1

2007-03-06 Thread Andy Allan
Try a Silent Install http://www.adobe.com/go/87bd20f4 Andy On Tue, 06 Mar 2007 11:20:22 +000, Tom Peer [EMAIL PROTECTED] wrote: Anyone managed to install 7.0.2 on a Windows 2003 machine with SP1 pre-installed? I've looked through all the notes on http://www.adobe.com/go/228c3aaa but no

RE: Reactor XML - Throwing Error's

2007-03-06 Thread Robert Rawlins - Think Blue
Hello Tom, Thanks for helping me diagnose this issue, I've now received a native error report of, xml element 'HasMany' must have a matching end tag of . So I started prodding around my XML and couldn’t spot any missing end tags, however I did notice that my end tags were in lower case, it

Re: Text Similarity Algorithm

2007-03-06 Thread Chris Long
Similar is a rather vague description. Are you looking for overlap? Length? Number of characters in the same location in each string? Number of similar characters? Good point, pardon my lack of clarity. I'm looking for matching text. It would essentially be identical to a

OT Flash Remoting on IIS 6

2007-03-06 Thread Adrian Lynch
Where to begin... I'm trying to set up Flash remoting on IIS6 with CF7. I've tried the points on this page: http://www.adobe.com/support/flash_remoting/ts/documents/iis_gateway_connect ion.htm and still cannot get the blank page when browsing to: http://mydomain/flashservices/gateway/

Insert Looped Form Entry into Database

2007-03-06 Thread Joel Watson
I have a cfform that is dynamically populated with test questions and answer choices from a database. The answer choices are also dynamically named based upon the id of the question, e.g., input name=Q#QuestionID#. I am currently able, upon submit, to pass the values of user-selected answers,

RE: Insert Looped Form Entry into Database

2007-03-06 Thread Ben Nadel
Access the FORM struct using array notation: #FORM[ Q#QuestionID# ]# This should work the way you expect it to. .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -Original Message- From: Joel

Re: CF and AJAX

2007-03-06 Thread Mingo Hagen
+1 to JSMX Have used both AjaxCFC and JSMX in production webapplications, and I think JSMX is a bit easier to grasp and a more lightweight. I have recommended AjaxCFC in the past and will continue to do so, but I have to say JSMX is currently on top of my list. I haven't checked any other

RE: Insert Looped Form Entry into Database

2007-03-06 Thread Everett, Al \(NIH/NIGMS\) [C]
If you know the number range you're using, and there are no gaps, something like this should do the trick cfloop from=1 to=#upperbound# index=i cfquery datasource=#dsn# INSERT INTO ANSWERS ( QUESTION_ID, ANSWER ) VALUES cfqueryparam cfsqltype=CF_SQL_INTEGER value=#i#,

Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-06 Thread Claude_Schn�egans
I'd rather have them see a really well designed adult toy shop that has a kick-ass search engine to help you find that perfect lube than a well meaning but poorly designed site with database errors all over it. What an easy statement. How about the oposite?

Re: Text Similarity Algorithm

2007-03-06 Thread Eric Haskins
I have used an md5() hash for this but we were only looking to see if there was change not the amount of change. Just throwing out ideas :) -- ~Eric ~| ColdFusion MX7 and Flex 2 Build sales marketing dashboard RIA’s for

Re: OT Flash Remoting on IIS 6

2007-03-06 Thread Eric Haskins
What version of CF7 ?? Enterprise or Standalone? Eric On 3/6/07, Adrian Lynch [EMAIL PROTECTED] wrote: Where to begin... I'm trying to set up Flash remoting on IIS6 with CF7. I've tried the points on this page: http://www.adobe.com/support/flash_remoting/ts/documents/iis_gateway_connect

RE: OT Flash Remoting on IIS 6

2007-03-06 Thread Adrian Lynch
7.0.0 Stand alone. -Original Message- From: Eric Haskins [mailto:[EMAIL PROTECTED] Sent: 06 March 2007 14:06 To: CF-Talk Subject: Re: OT Flash Remoting on IIS 6 What version of CF7 ?? Enterprise or Standalone? Eric On 3/6/07, Adrian Lynch [EMAIL PROTECTED] wrote: Where to begin...

Re: OT Flash Remoting on IIS 6

2007-03-06 Thread Jon Clausen
Adrian, Have you set up your wildcard application mapping for the site. You may need to create a wildcard mapping in IIS at yoursite.comHome DirectoryConfigurationMappings. The usual path for the mapping points to: C:\CFusionMX7\runtime\lib \wsconfig\1\jrun_iis6_wildcard.dll You may

Neat trick for cleaning formfields

2007-03-06 Thread Will Tomlinson
I noticed I forgot to put my trim()'s in my form inputs for an admin area, and dreaded coding them all in. Cause there's lotsa forms. So I did this up and it seems to work well: !--- Output dirty fields --- cfloop list=#FORM.fieldnames# index=thisfield cfoutput#FORM[thisfield]#/cfoutputbr

Re: Text Similarity Algorithm

2007-03-06 Thread Peter Boughton
What sort of text? If it's long written stuff, I'd split it into paragraphs then loop through each paragraph and split into sentences, then loop through each sentence and split into words - count the number of matches of words in the related sentence in the original text and if a sentence a

Re: Can't install 7.0.2 on Windows 2003 SP1

2007-03-06 Thread Thomas Peer
Try a Silent Install http://www.adobe.com/go/87bd20f4 Andy On Tue, 06 Mar 2007 11:20:22 +000, Tom Peer [EMAIL PROTECTED] wrote: Thanks for the response. In the end it turned out to be a bug with the trial version I was trying to install. I added a license key and it worked...

Re: Insert Looped Form Entry into Database

2007-03-06 Thread Joel Watson
Thanks for the quick response! This does work, but now I am running into another problem. While it submits the right number of entries to my database (in this case, 7), it submits the same value for all (e.g., Havanna, Havanna, Havanna, Havanna, Havanna, Havanna, Havanna). Here is the code

RE: Insert Looped Form Entry into Database

2007-03-06 Thread Everett, Al \(NIH/NIGMS\) [C]
For one thing, you have too many pound signs. cfset mylist = listappend(mylist, #FORM[ 'Q#Results.QuestionID#' ]#) Should be cfset mylist = listappend(mylist, FORM[ Q#Results.QuestionID# ]) Where is Results.QuestionID coming from? If you're using this code inside of a loop for a query result,

IE Error with a form - not happening in Netscape/Firefox - WTH??

2007-03-06 Thread Les Mizzell
This is driving me nuts... I've got a form in an application that been sitting there for a year working properly with no problems. Last week, the client calls me and says, You working on something? The form has quit working... 1. The form is using a file input - which seems to be causing

Re: CFMBB performance question

2007-03-06 Thread Raymond Camden
These are some good ideas. Those dang counts caused me all kinds of stress. I think I'll innovate these into Galleon. ;) On 3/5/07, Rick Root [EMAIL PROTECTED] wrote: BTW, I was inspired by your posting to do the following: forum listing is now cached in the application scope, and updated only

Smart Names implementation

2007-03-06 Thread Jake Pilgrim
Has anyone implemented smart names (i.e. a search for Bob would match Bobby or Robert) functionality in Coldfusion? Anyone have any examples I can view? Thanks! Jake Pilgrim ~| Deploy Web Applications Quickly across the

Creating HTML Content Wrapper for Email

2007-03-06 Thread Robert Rawlins
Hello Guys, I'm building a general utility component for sending emails from my application, so I can use it for error reporting, contact forms, newsletters, order confirmations and alike. I'm looking for the best method to create an HTML wrapper for the content. At the moment a variable

Re: IE Error with a form - not happening in Netscape/Firefox - WTH??

2007-03-06 Thread Les Mizzell
It's the enctype? cfform action=aai_form_handler.cfm method=post enctype=multipart/form-data name=participants If I REMOVE the enctype attribute, the form will submit. OK, what setting on the server could have munged this?

Re: Insert Looped Form Entry into Database

2007-03-06 Thread Joel Watson
Thanks for the response. The Q#QuestionID# is the name of the answer choice in my test which the user has selected. I added the Results query because everytime I ran the form it would complain about QuestionID being undefined in the form (why I don't know, because Q#QuestionID# is the name of

testing...please disregard

2007-03-06 Thread Andy Matthews
Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com http://www.dealerskins.com/ ~|

RE: OT Flash Remoting on IIS 6

2007-03-06 Thread Adrian Lynch
Thanks all, we've wacked on Apache for now, time is ticking and all that. Thanks for the tips, I'll report back if we find out the problem. Cheers. Adrian -Original Message- From: Jon Clausen [mailto:[EMAIL PROTECTED] Sent: 06 March 2007 14:20 To: CF-Talk Subject: Re: OT Flash Remoting

Re: Insert Looped Form Entry into Database

2007-03-06 Thread Joel Watson
Finally! I figured out how to get it to operate properly. Thanks to everyone for the help! JOel Thanks for the response. The Q#QuestionID# is the name of the answer choice in my test which the user has selected. I added the Results query because everytime I ran the form it would

Re: Neat trick for cleaning formfields

2007-03-06 Thread Mik Muller
You might also want to prepare any text for SQL inserting if that's the final destination for the form data. I have a UDF that does that for me. I'm sure it's not the best method, but it prevents data from having ' or even which can mess up input type=text form fields later. It was written a

RE: Creating HTML Content Wrapper for Email

2007-03-06 Thread Andy Matthews
In the midst of your HTML file, place a string like [[CONTENT]] where you want the content to go. Then open the file, read it into a variable, and replace that string with the actual content. -Original Message- From: Robert Rawlins [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007

RE: Neat trick for cleaning formfields

2007-03-06 Thread Dawson, Michael
Another solution to this is to use htmlEditFormat() when outputting the data in a form field. input type=text value=#htmlEditFormat(query.column)# M!ke -Original Message- From: Mik Muller [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 9:53 AM To: CF-Talk Subject: Re: Neat

undefined in APPLICATION???

2007-03-06 Thread Chris Ditty
We use the application.cfm to set certain variables like the datasource. I am migrating some of our older code to use CF components. For some reason, I am running into a issue where the component cannot see the variable. I am calling it like this... cfinvoke component=functions

Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-06 Thread Mik Muller
I agree. I think that commerce sites that sell adult toys is completely respectable, but I'd be embarrassed to send a potential client to your list if it contained sites like TeensGoneWild.com. And making a separate page with a disclaimer and a yes i'm over 13 (yeah right) link creates a new

RE: undefined in APPLICATION???

2007-03-06 Thread Dave Watts
We use the application.cfm to set certain variables like the datasource. I am migrating some of our older code to use CF components. For some reason, I am running into a issue where the component cannot see the variable. I am calling it like this... cfinvoke component=functions

RE: undefined in APPLICATION???

2007-03-06 Thread Everett, Al \(NIH/NIGMS\) [C]
What am I doing wrong? Not scoping your variables. Application is not one of the scopes that CF searches when presented with an unscoped variable. You have to explicitly use the application scope prefix. ~| Deploy Web

RE: Neat trick for cleaning formfields

2007-03-06 Thread Mik Muller
Well go-o-o-o-o-lly. You learn a new tag every day. I don't know how I missed that one. I think it's time for a massive search and replace. Mik At 11:02 AM 3/6/2007, Dawson, Michael wrote: Another solution to this is to use htmlEditFormat() when outputting the data in a form field. input

RE: Creating HTML Content Wrapper for Email

2007-03-06 Thread Robert Rawlins - Think Blue
Ah, excellent idea Andy, Thanks, Whilst on the topic, does anyone happen to have any good resources or advice on developing XHTML and CSS code for use in Emails? Rob -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: 06 March 2007 15:56 To: CF-Talk Subject: RE:

RE: Recovering Dreamweaver, fireworks, ect licenses.

2007-03-06 Thread Ian Skinner
Did you try Help About yet? Yup, and watched every name go by, no serial numbers. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA - | 1 | | - Binary Sudoku | | | - C code. C code run. Run code run. Please! - Cynthia

CF Hotfixes

2007-03-06 Thread Phill B
Is there any good way of seeing what hotfixes/updates have or have not been applied to CF MX 7? -- Phil ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs

RE: Creating HTML Content Wrapper for Email

2007-03-06 Thread Andy Matthews
You're mostly out of luck when trying to use CSS in emails. It sucks, but you're stuck with using inline styles (in my experience). -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 10:06 AM To: CF-Talk Subject: RE: Creating

Re: GotCFM.com - Need Opinion on Whether to Approve a Site

2007-03-06 Thread Charlie Griefer
On 3/6/07, Mik Muller [EMAIL PROTECTED] wrote: Now, on to the more important matter: what icon should we use for the adult sites in the list? Can someone put up a vote page with a few dozen examples? :-) I'd gladly spend an hour or two studying them before ... voting. just don't vote so

RE: CF Hotfixes

2007-03-06 Thread Dave Watts
Is there any good way of seeing what hotfixes/updates have or have not been applied to CF MX 7? The specific names of the JAR files for applied hotfixes will show up in the classpath within the CF Administrator system information screen. Dave Watts, CTO, Fig Leaf Software

RE: Creating HTML Content Wrapper for Email

2007-03-06 Thread Robert Rawlins - Think Blue
Urgh!, that IS pretty lame, thanks for the pointer for using inline styles though, looks like I'll have to crack open my of How NOT To Build Websites For Dummies ;-) Rob -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: 06 March 2007 16:19 To: CF-Talk Subject: RE:

Re: CF Hotfixes

2007-03-06 Thread Phill B
Cool. So any class path that looks something like this /lib/updates/hf702-64586.jar; would be an applied hot fix? Well I can deal with that. Thanks Dave On 3/6/07, Dave Watts [EMAIL PROTECTED] wrote: Is there any good way of seeing what hotfixes/updates have or have not been applied to CF MX

RE: Neat trick for cleaning formfields

2007-03-06 Thread Ben Nadel
Mike, Before you do a massive search a replace... Consider just looping over the FORM scope in your site header (before HTML tag) and update the FORM scope values to be input friendly. This way, your inputs don't have to change, and the data cleaning is in a single place. ..

Re: IE Error with a form - enctype problem - test page up

2007-03-06 Thread Les Mizzell
Here's a test page: https://www.aaintl.com/test.cfm Both forms work in Firefox and Netscape, but not in IE for me. Anybody got an idea as to what's wrong? It's the enctype? cfform action=aai_form_handler.cfm method=post enctype=multipart/form-data

Re: undefined in APPLICATION???

2007-03-06 Thread Chris Ditty
Gotcha. Thanks guys. ~| ColdFusion MX7 by Adobe® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion Archive:

Re: Creating HTML Content Wrapper for Email

2007-03-06 Thread Ryan Stille
By inline style I'm assuming you mean using the style tag in the actual element, i.e. p style=color: blue;mytext/p ? I've had good luck in the the past defining the stylesheet at the top and setting my P, TD, etc. to whatever font color and sizes I want. I haven't tried to use classes

XSS - Cross Site Scripting

2007-03-06 Thread Mik Muller
I'm on another list and heard the term XSS for the first time (honestly, I don't know where I've been for the past four years). http://en.wikipedia.org/wiki/Cross_site_scripting I've been using StripHTML() for a very long time in my message board SQL inserts, and only an hour ago

RE: Creating HTML Content Wrapper for Email

2007-03-06 Thread Andy Matthews
I would first suggest trying the styles block at the top of the page. Give it a shot and downgrade as needed. It's been a while since I coded an HTML email. -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 10:31 AM To: CF-Talk

RE: Creating HTML Content Wrapper for Email

2007-03-06 Thread Mik Muller
Not so. In the head of the html doc you send you can include the full url of the stylesheet and it works, afaik. I'm using this method now. I also make sure that all images have the full path. Apparently the base tag doesn't work in emails. Or maybe I was doing it wrong. link rel=stylesheet

Comparing two arrays or lists

2007-03-06 Thread Joel Watson
I have two lists that I want to compare and be able to show the resulting differences. For example, if my first list has 1,2,3,4 and the second has 1,2,4,4, I want to be able to output that 3 and 4 are different. What would be the best way of going about this? I applied the arrayCompare UDF

RE: XSS - Cross Site Scripting

2007-03-06 Thread Robert Rawlins - Think Blue
If you're using MX7 they have a setting called scriptProtect that can be set in both app.cfm an app.cfc to protect an individual scope or ALL. That should do the job to a certain extent. Rob -Original Message- From: Mik Muller [mailto:[EMAIL PROTECTED] Sent: 06 March 2007 16:44 To:

RE: Creating HTML Content Wrapper for Email

2007-03-06 Thread Robert Rawlins - Think Blue
Ok thanks for that guys, I'll play around with some templates this evening and let you know. Rob -Original Message- From: Mik Muller [mailto:[EMAIL PROTECTED] Sent: 06 March 2007 16:47 To: CF-Talk Subject: RE: Creating HTML Content Wrapper for Email Not so. In the head of the html doc

Re: Neat trick for cleaning formfields

2007-03-06 Thread Tom Chiverton
On Tuesday 06 Mar 2007, Mik Muller wrote: function formIn(string) { if (len(trim(string))) return trim(replace(replace(string,'',quot;,all),','',all)); else return ; } Just a small note, but it is normally better to give a list of allowed content, and kill everything else, such as:

RE: Comparing two arrays or lists

2007-03-06 Thread Everett, Al \(NIH/NIGMS\) [C]
Did you look at ListCompare ( http://www.cflib.org/udf.cfm?ID=149 ) ? ListDiff ( http://www.cflib.org/udf.cfm?ID=660 ) ? listsAreDistinct ( http://www.cflib.org/udf.cfm?ID=960 ) ? One of those sounds like it'll do what you want. -Original Message- From: Joel Watson [mailto:[EMAIL

Re: Creating HTML Content Wrapper for Email

2007-03-06 Thread Jim Wright
When I was creating some HTML email templates recently, I found this article to be very valuable... http://www.sitepoint.com/article/code-html-email-newsletters ~| Deploy Web Applications Quickly across the enterprise with

RE: Comparing two arrays or lists

2007-03-06 Thread Ben Nadel
What about something like this: cffunction name=GetDiff access=public returntype=string output=false hint=Gets the difference between two lists based on index. !--- Define arguments. --- cfargument name=ListOne

Re: Comparing two arrays or lists

2007-03-06 Thread Joel Watson
I am not worthy! That is awesome! Thanks! What about something like this: cffunction name=GetDiff access=public returntype=string output=false hint=Gets the difference between two lists based on index. !--- Define arguments. ---

Re: Comparing two arrays or lists

2007-03-06 Thread Joel Watson
Huh, for some reason I didn't see those when I was looking around cflib before. They all seem to do the trick--thanks! joel Did you look at ListCompare ( http://www.cflib.org/udf.cfm?ID=149 ) ? ListDiff ( http://www.cflib.org/udf.cfm?ID=660 ) ? listsAreDistinct (

Re: Creating HTML Content Wrapper for Email

2007-03-06 Thread Mik Muller
I stand corrected. Do not use the CSS style declaration in the HTML head tag, as you might when authoring web pages. Google Mail, in particular, looks for any style in the email and (helpfully) deletes it. Also, don't bother using the link element to reference an external style sheet: Google

SOT: Ajax for both CF and ASP.NET

2007-03-06 Thread Ian Skinner
Our ASP.NET programmers just discovered AJAX this past weekend and now want it installed on all our servers. Of course I was talking about AJAX over a year ago, but I'm just the lone remaining CF programmer, so what do I know, but that is a separate gripe. Anyway, my question is there an AJAX

Re: Text Similarity Algorithm

2007-03-06 Thread Chris Long
What sort of text? The text is about one to three pages in length (in general), and we charge per entry. I'm trying to allow editing so that the customer can make minor changes or updates, but not large-scale editing in an attempt to circumvent charges. This is definitely a large scale

Re: SOT: Ajax for both CF and ASP.NET

2007-03-06 Thread Robertson-Ravo, Neil (RX)
Ajax is just JS, it doesn't really require an install so any language which can call / use an XMLhttp object will server you just fine. Microsoft obviously has it's own implementation of it - it used to be called Atlas now I think it is just Microsoft Ajax. Any one of the Frameworks out their

Re: XSS - Cross Site Scripting

2007-03-06 Thread Dana Kowalski
The built in script protection has a secunia vulnerability posted against it stating there is a method to circumvent it. You can find it here: http://secunia.com/advisories/23281/ Simply checking the domain submitting is the referral etc is not always fool proof as we've found individuals on

Re: Smart Names implementation

2007-03-06 Thread Ben Doom
I've done something similar with part numbers. The hard part isn't doing lookups -- one table, three columns (id, name1, name2), two subselects -- the hard part is populating that table. I'm happy to show you how to do the lookup, but do you have a plan for populating the table? --Ben Doom

Re: Text Similarity Algorithm

2007-03-06 Thread Ben Doom
It won't automatically catch people, but When a user changes a display, have the old and new text emailed to an address set up for the purpose. This will let you see who is making lots of changes, and let you check to see if any of those people are making major adjustments. Admittedly,

RE: Comparing two arrays or lists

2007-03-06 Thread Andy Matthews
Take a look at this post by Rupesh Kumar: http://coldfused.blogspot.com/2007/01/extend-cf-native-objects-harnessing.ht ml It might have what you need. -Original Message- From: Joel Watson [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 9:41 AM To: CF-Talk Subject: Comparing two

RE: Ajax for both CF and ASP.NET

2007-03-06 Thread Andy Matthews
Give jQuery a look. Www.jquery.com People are using it with CF, Asp, PHP and more. -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 11:17 AM To: CF-Talk Subject: SOT: Ajax for both CF and ASP.NET Our ASP.NET programmers just discovered AJAX

Re: SOT: Ajax for both CF and ASP.NET

2007-03-06 Thread Christopher Jordan
Since you prolly won't end up using the same Ajax Framework, I'd suggest Rob Gonda's AjaxCFC for the ColdFusion side of stuff. I'd further recommend the jQuery branch of that framework. Chris Robertson-Ravo, Neil (RX) wrote: Ajax is just JS, it doesn't really require an install so any

SQL for Access vs MySQL

2007-03-06 Thread Pete
Hi Hoping someone might be able to assist - its 4am and I have just been called by a client coz their system crashed. They have just moved from using an Access DB to MySQL. They have a piece of code: select * into visaudactvols from visualauditrecs The error says Undeclared variable:

RE: SQL for Access vs MySQL

2007-03-06 Thread Ian Skinner
Are you sure your Mysql DBMS understands the 'INTO' SQL command. I have not seen that used much and do not know how universal it is among database systems. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA - | 1 | | - Binary Sudoku |

Re: SQL for Access vs MySQL

2007-03-06 Thread Josh Nathanson
Take a look at this page for the proper INTO syntax. May change depending on which version of mysql you're using. It looks like you have to do something like INTO @visaudactvols if you're trying to use a variable. http://dev.mysql.com/doc/refman/4.1/en/select.html -- Josh - Original

RE: SQL for Access vs MySQL

2007-03-06 Thread Ben Forta
That's because MySQL does not support SELECT INTO for tables, only external files and variables, so MySQL thinks your destination is a variable and is complaining that it does not exist. You may want to use INSERT SELECT instead.

Re: CFMBB performance question

2007-03-06 Thread Rick Root
On 3/6/07, Raymond Camden [EMAIL PROTECTED] wrote: These are some good ideas. Those dang counts caused me all kinds of stress. I think I'll innovate these into Galleon. ;) Sharin's good,mkay? Rick ~| Create Web

Re: SQL for Access vs MySQL

2007-03-06 Thread Jim Wright
Pete wrote: Hi Hoping someone might be able to assist - its 4am and I have just been called by a client coz their system crashed. They have just moved from using an Access DB to MySQL. They have a piece of code: select * into visaudactvols from visualauditrecs I don't believe

FireFox plugin for CFSearchEngine.com

2007-03-06 Thread Jeff Gladnick
After receiving a few user requests to do so, I created a Firefox plugin for CFSearchEngine.com, the Google Co-op search engine I made to search all ColdFusion sites (and only coldfusion Sites). You can download it from my website at this link with one click:

installing CF Enterprise, Load Balancing Etc...

2007-03-06 Thread Brad Wood
Well, my work is taking a big leap with our servers. We are going to transition from Linux back to Windows. Linux was working well for us, but unfortunately most of us at this shop are much more comfortable with Windows administration and the maintenance was getting complicated. At any rate,

Re: SOT: Ajax for both CF and ASP.NET

2007-03-06 Thread Rey Bango
Ian, I am a bit biased because I'm part of the jQuery project team. But I'm part of it because I believe its a fantastic framework supported by an outstanding community. Unless your .Net programmers explicitly need to use a MS framework, I would recommend looking at jQuery as its very well

Re: installing CF Enterprise, Load Balancing Etc...

2007-03-06 Thread Eric Haskins
OUCH kinda sounds like a step backwards on a couple levels. Of course I am partial to linux on a performance level but the step back from Hardware to software loadbalancing I just do not understand. ~Eric ~| ColdFusion MX7 by

Re: SQL for Access vs MySQL

2007-03-06 Thread Jochem van Dieten
Jim Wright wrote: Pete wrote: They have a piece of code: select * into visaudactvols from visualauditrecs I don't believe MySQL supports this use of INTO. You can use: INSERT INTO visaudactvols(somecolumn) SELECT somecolumn FROM visualauditrecs but the table will have to exist

RE: installing CF Enterprise, Load Balancing Etc...

2007-03-06 Thread Robert Rawlins - Think Blue
Yeah I'll have to agree with Eric, I've not worked with the load balancing before, but after many a discussion with some higher level devs and plenty of ISP's I think the general opinion is that software load balancing isn't really very good, I know when talking about up scaling with my ISP they

Re: enctype problem - test page up - totally baffled at this point

2007-03-06 Thread Les Mizzell
At this point, I'm totally confused! If I define the enctype, Explorer errors out. If I do a cfdump from the two forms, I get interesting results as well. No ideas from anybody? https://www.aaintl.com/test.cfm FORM ONE - NO ENCTYPE DEFINED

RE: installing CF Enterprise, Load Balancing Etc...

2007-03-06 Thread Dave Watts
Well, my work is taking a big leap with our servers. We are going to transition from Linux back to Windows. Linux was working well for us, but unfortunately most of us at this shop are much more comfortable with Windows administration and the maintenance was getting complicated. I like

Re: enctype problem - test page up - totally baffled at this point

2007-03-06 Thread Deanna Schneider
Um, the second one worked for me from both FF 2 and IE 7. On 3/6/07, Les Mizzell [EMAIL PROTECTED] wrote: At this point, I'm totally confused! If I define the enctype, Explorer errors out. If I do a cfdump from the two forms, I get interesting results as well.

Re: enctype problem - test page up - totally baffled at this point

2007-03-06 Thread Les Mizzell
Deanna Schneider wrote: Um, the second one worked for me from both FF 2 and IE 7. https://www.aaintl.com/test.cfm I added regular HTML forms to the test page, and even the HTML form generates the error in IE for both myself and the client in IE 6 with the enctype defined. I've lowered all

RE: enctype problem - test page up - totally baffled at this point

2007-03-06 Thread John Rossi
Is it possible there is a problem with the CFIDE mapping, or some little error in the code. In the code you have script type=text/javascript src=includes/cfform.js/script script type=text/javascript src=/CFIDE/scripts/cfform.js/script script type=text/javascript

ColdFusion in an n-Tier Architecture

2007-03-06 Thread Robertson-Ravo, Neil (RX)
OK, After a few weeks of extended research I am bouncing a line out to see how others are setting up their ColdFusion in an n-tier architecture. We have looked at using a reverse proxy to talk to a web layer and also ColdFusion in Distributed mode in its own tier. Both look attractive with

Re: enctype problem - test page up - totally baffled at this point

2007-03-06 Thread Les Mizzell
https://www.aaintl.com/includes/cfform.js can be downloaded by putting in the direct url, but Both https://www.aaintl.com/CFIDE/scripts/cfform.js and https://www.aaintl.com/CFIDE/scripts/masks.js give me a 404 error. The actual code only has: script type=text/javascript

Re: enctype problem - test page up - totally baffled at this point

2007-03-06 Thread Deanna Schneider
Check this out. Totally randomly I was researching this seemingly non-related issue (ssl 3.0) - but I think it's the answer to your problem as well. http://support.microsoft.com/kb/318815 On 3/6/07, Les Mizzell [EMAIL PROTECTED] wrote: Deanna Schneider wrote: Um, the second one worked for me

Re: enctype problem - test page up - totally baffled at this point

2007-03-06 Thread Les Mizzell
Deanna Schneider wrote: Check this out. Totally randomly I was researching this seemingly non-related issue (ssl 3.0) - but I think it's the answer to your problem as well. http://support.microsoft.com/kb/318815 Well, my local Win 2000 is current with all the service packs. It really looks

Re: enctype problem - test page up - totally baffled at this point

2007-03-06 Thread Deanna Schneider
For giggles and grins - try it on a non-https page. On 3/6/07, Les Mizzell [EMAIL PROTECTED] wrote: Deanna Schneider wrote: Check this out. Totally randomly I was researching this seemingly non-related issue (ssl 3.0) - but I think it's the answer to your problem as well.

visual feedback - showing temporary results

2007-03-06 Thread b . van kerckhoven
I am creating a large coldfusion database-script which deletes thousands of rows from a table. As this script takes a while, I would like to give some visual feedback to the user runnig the script. My idea is to temporarly show the IDs that are being deleted while I am looping the array.

Re: enctype problem - test page up - totally baffled at this point

2007-03-06 Thread Les Mizzell
Deanna Schneider wrote: For giggles and grins - try it on a non-https page. Yup - works without the https: http://www.aaintl.com/test.cfm OK, that would lead me to believe that something on the server has changed regarding the security certificates. Gotta find a work-around because on the

can't load a null error

2007-03-06 Thread Chris Ditty
I am trying to load a component and no matter what I try, I get a can't load a null error. cfif session.lockedOrder eq no cfinvoke component=functions method=lockOrder/cfinvoke cfelse cfinvoke component=functions method=lockOrder/cfinvoke /cfif cffunction name=lockOrder Hicfabort

RE: visual feedback - showing temporary results

2007-03-06 Thread Andy Matthews
Store the IDs in a list, then when you flush, use the ListLast function to show the last item. -Original Message- From: b. van kerckhoven [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 1:56 PM To: CF-Talk Subject: visual feedback - showing temporary results I am creating a

  1   2   >