coldfusion forum application

2006-11-02 Thread Ali Majdzadeh
Hi: Do you any opensource CF forum application with multi language pack/compatibility? Infact I want a forum that I can change the language from english to some righ-to-left langauge and I need it to be easy to change the language. Thanks Benign

Re: *.dateLastModified -- could not convert to a date

2006-11-02 Thread Ioannis Papanikolaou
Actually, do not try that. It will not work. BRAIN FART!! If you output to the screen cfoutput #aMyUrls[3][i]# /cfoutput What do you get? - Original Message - From: Doug Brown [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, November 01, 2006 5:56 PM Subject:

RE: CFHTTP, SSL and Certificates (Obligatory Oh My)

2006-11-02 Thread Kola Oyedeji \(E-mail\)
Well that did the trick! I was reluctant to start updating the JVM given nothing had changed (including the third parties certificate) - however I did install a new JVM (1.4.2_09) on the machine *but didn't set ColdFusion to use it* then: - copied the keystore to this new JVM - added the

Best CF7 Hosting company

2006-11-02 Thread Ali Majdzadeh
Hi: I need a Cf7 hosting. What is the best? thanks benign ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year.

Calling a function on a regex backreference

2006-11-02 Thread Ryan Mitchell
Hopefully this should be an easy and quick answer. I want to call a function on a regex backreference, ie: REreplace(string,regex,function('\1'),'ALL'); is this possible? I've tried every imaginable combination to make it work, and its just not happening!!! Thanks, Ryan

RE: Best CF7 Hosting company

2006-11-02 Thread Coldfusion
Well everyone will chime in on various hostings, but if I recall Ben Forta has a list of CF Hostings with some ratings: http://www.forta.com/cf/isp/ -Original Message- From: Ali Majdzadeh [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 4:48 AM To: CF-Talk Subject: Best

Re: CFHTTP, SSL and Certificates (Obligatory Oh My)

2006-11-02 Thread Rob Wilkerson
Thanks, Kola. I'm pretty sure I'm already using 1.4.2_09, but I'll double check when I get to the office. On 11/2/06, Kola Oyedeji (E-mail) [EMAIL PROTECTED] wrote: Well that did the trick! I was reluctant to start updating the JVM given nothing had changed (including the third parties

Re: Calling a function on a regex backreference

2006-11-02 Thread Rob Wilkerson
On 11/2/06, Ryan Mitchell [EMAIL PROTECTED] wrote: Hopefully this should be an easy and quick answer. I want to call a function on a regex backreference, ie: REreplace(string,regex,function('\1'),'ALL'); is this possible? I've tried every imaginable combination to make it work, and its

Re: searching for information encrypted in the db

2006-11-02 Thread Tom Chiverton
On Wednesday 01 November 2006 17:58, Daniel Kessler wrote: AND UPPER(meeting_name) LIKE cfqueryparam value=%#encrypt(UCase (Form.meeting_name),the_key)#% cfsqltype=cf_sql_varchar Imagine encrypt(name,key) is '5HIO' if name is 'Bob', and '7HJL' if name is 'BOB' You're saying: '5HIO' LIKE

Re: Best CF7 Hosting company

2006-11-02 Thread Ali Majdzadeh
Yes. i tried to use it but couldn't find what I need. I need a shared CF7.0.2 hosting with at least 100MB space with the price less than 200USD/1year. Do you know one? I need it to be reliable. Thanks Benign ~| Introducing the

Re: Calling a function on a regex backreference

2006-11-02 Thread Ryan Mitchell
hmm, see that wouldn't work. im looping through a string, replacing emails with an obfuscated/hidden version of the email address... so i need to call the function directly... ~| Introducing the Fusion Authority Quarterly

Re: CF-Moodle- Elearning Project

2006-11-02 Thread Casey Dougall
On 1/7/01, Aldon Moore [EMAIL PROTECTED] wrote: CF-Gurus, I have to opportunity to design an eLearning application and I am considering weather to build using CF from the ground up! Wish I was at MAX. Does anyone know if we'll be able to do stuff like this with coldfusion and breeze? Casey

Re: Calling a function on a regex backreference

2006-11-02 Thread Rob Wilkerson
On 11/2/06, Ryan Mitchell [EMAIL PROTECTED] wrote: hmm, see that wouldn't work. im looping through a string, replacing emails with an obfuscated/hidden version of the email address... so i need to call the function directly... If context is important, try posting a larger snippet. Maybe that

Re: Calling a function on a regex backreference

2006-11-02 Thread Peter Boughton
It will work on the whole string, not just the back reference. Ryan, I don't think it's something that can be done with CF, but it might be possible to use Java's regex instead. Have a look at these two blog entries which might help: http://www.bennadel.com/index.cfm?dax=blog:301.view

Re: *.dateLastModified -- could not convert to a date

2006-11-02 Thread Doug Brown
Ok, so I am assuming that #aMyUrls[3][i]# is not a datetime value. Is this correct? If so that is your problem. Doug B. - Original Message - From: Ioannis Papanikolaou [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, November 02, 2006 2:11 AM Subject: Re:

Re: Calling a function on a regex backreference

2006-11-02 Thread Ryan Mitchell
ok, so i have a long string with emails within it, what i want to do is identify the emails in teh string, and replace them with the result of the function obfuscate(email)... so what im doing is this: function hideEmails(s) { return rereplace(s,(mailto:)([EMAIL

Re: Best CF7 Hosting company

2006-11-02 Thread Jose Diaz
I use expertHost.com they have provided an excellent service. HTH Jose Diaz On 11/2/06, Ali Majdzadeh [EMAIL PROTECTED] wrote: Yes. i tried to use it but couldn't find what I need. I need a shared CF7.0.2 hosting with at least 100MB space with the price less than 200USD/1year. Do you know

RE: CFMX 7 Licensing question

2006-11-02 Thread DURETTE, STEVEN J \(ASI-AIT\)
Thanks for all the info. This answered my questions and then some! This list is the greatest. Why can't everything be like CF-Talk! Steve -Original Message- From: OÄuz Demirkapı [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 12:46 AM To: CF-Talk Subject: Re: CFMX 7

Re: Calling a function on a regex backreference - SOLVED

2006-11-02 Thread Ryan Mitchell
wonderful... the java solution worked a treat! thanks! ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year.

Re: CFQUERY - Aggregate Function

2006-11-02 Thread Kris Jones
How about tek-tips.com? Can any recommend a free forum like houseoffusion for SQL coding issues. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers,

Re: Calling a function on a regex backreference

2006-11-02 Thread Rob Wilkerson
Peter is right. Now that I see what you're trying to do, I don't think it can be done in CF. I'm don't think it can be done in Java, either. To perform multiple actions within a single string (which you're doing since you're assuming multiple matches), you'll need to use REFind() and loop over

Re: Calling a function on a regex backreference - SOLVED

2006-11-02 Thread Rob Wilkerson
On 11/2/06, Ryan Mitchell [EMAIL PROTECTED] wrote: wonderful... the java solution worked a treat! thanks! Would you mind posting the final code? I'd like to see how that operates. Thanks. ~| Introducing the Fusion Authority

Re: CFQUERY - Aggregate Function

2006-11-02 Thread Doug Brown
or http://www.sswug.org/ - Original Message - From: Kris Jones [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, November 02, 2006 6:27 AM Subject: Re: CFQUERY - Aggregate Function How about tek-tips.com? Can any recommend a free forum like houseoffusion

RE: Best CF7 Hosting company

2006-11-02 Thread DURETTE, STEVEN J \(ASI-AIT\)
I use Daily Razor. Coldfusion plans starting at $5.95 a month. I haven't had any problems with it. -Original Message- From: Jose Diaz [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 8:02 AM To: CF-Talk Subject: Re: Best CF7 Hosting company I use expertHost.com they have

Coldfusion and Python integration and webhosting

2006-11-02 Thread Ali Majdzadeh
Hi: Anybody has any refernce about integration/compatibility? Do you know any webhosting that provides them both in one package? Thanks Benign ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,

RE: Adobe Captivate

2006-11-02 Thread Dawson, Michael
Well, that could possibly make up the difference in file size. ;-) Are you sure you need all of those frames? You can add multiple animations on a single frame. You may already know this, however. The only other thing I can think of, right now, is to record your movie at full size, then

Re: Best CF7 Hosting company

2006-11-02 Thread Ali Majdzadeh
Do they support custom tag? thanks benign ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year.

Re: MS Access xml file and CF...

2006-11-02 Thread Sinuy L
Hello, i have a 60MB xml and it has up to 5000++ xmlChildren. should i cfhttp it to fetch the xml data then, cfloop it 5000 times to insert/update into DB? Besides, it is an Access DB and i will only import some specific data instead of all data. any suggestion of how to do it smoothly?

Re: Calling a function on a regex backreference - SOLVED

2006-11-02 Thread Ryan Mitchell
no problem: jrereplace(s,(mailto:)([EMAIL PROTECTED]),helper,'ALL'); the helper is a reference to a function, which takes 2 params, 1 is the full matched string, 2 is an array of the portions to the matched string: function helper(s,g) { return obfuscate(s); } the jrereplace is defined as:

Re: Best CF7 Hosting company

2006-11-02 Thread Ali Majdzadeh
Daily Razor provides CF7.0.2? Does it support custom tags? Thanks Benign ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four

Coldfusion and Python integration and webhosting

2006-11-02 Thread Ali Majdzadeh
Hi: Anybody has any refernce about integration/compatibility? Do you know any webhosting that provides them both in one package? Thanks Benign ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,

Re: CF-Moodle- Elearning Project

2006-11-02 Thread Dave Ross
We've written some tools in CF that integrate with our Sakai deployment - see http://www.sakaiproject.org for info. Here is some ancient documentation I put up about some of the CF-Sakai integration options (webservices work great because both systems are using Apache AXIS)

RE: CF-Moodle- Elearning Project

2006-11-02 Thread aldon
Update, I am also looking at Flex. Any comments would be appreciated. Aldon -Original Message- From: Aldon Moore [mailto:[EMAIL PROTECTED] Sent: Sunday, January 07, 2001 6:15 AM To: CF-Talk Subject: CF-Moodle- Elearning Project CF-Gurus, I have to opportunity to design an eLearning

RE: Adobe Captivate

2006-11-02 Thread Kevin Aebig
I'd consider breaking it up if that's the smallest you can get it. Do it in stages instead of one full continuous movie. !k -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 6:14 PM To: CF-Talk Subject: Adobe Captivate Anyone used this? Just

Re: Best CF7 Hosting company

2006-11-02 Thread Dawn Sekel
I use xtreme-host.com. I have used custom tags in my applications that I have hosted there and they support CFMX 7. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

Re: Best CF7 Hosting company

2006-11-02 Thread Adam Gregory
Do they support custom tag? thanks benign Try this hosting company. They are really good, always updating and have good pricing plans and support. I host several sites through them. Link: http://www.crystaltech.com/ Thank you, Adam

RE: Best CF7 Hosting company

2006-11-02 Thread Ray Champagne
I'll second CT. Great customer service, reliability, etc. For a shared host, they have been the best out of the half dozen I've tried out. -Original Message- From: Adam Gregory [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 8:53 AM To: CF-Talk Subject: Re: Best CF7

Re: searching for information encrypted in the db

2006-11-02 Thread daniel kessler
I'm still confused. Are you explaining why it isn't working? I'm am having trouble understanding where to adjust to make this work. I figured since it's already encrypted in the database, I'd encrypt the form information, capitalize both and then search - at least that's what I tried and it

Re: Best CF7 Hosting company

2006-11-02 Thread Jerry Johnson
+1 I wish more storage space was available for the price, but not enough to move. (I am thinking about hosting elsewhere, like godaddy for $3.19/mo for 5GB of space, just for media/image files) On 11/2/06, Ray Champagne [EMAIL PROTECTED] wrote: I'll second CT. Great customer service,

RE: CFMX 7 Licensing question

2006-11-02 Thread Munson, Jacob
I honestly didn't know that. My picture of a perfect Java has now come to a tragic end... Not so fast. Check out Pure Java AWT, as mentioned near the bottom of this Doug Hughes post: http://www.doughughes.net/index.cfm?event=viewEntryentryId=29 --- EMF idahopower.com made

Re: Best CF7 Hosting company

2006-11-02 Thread John Morgan
I use ViUX, I have six sites with them. There just recently restructured their plans a bit, so I am not entirely familiar with the new plans. However, they have both Windows and Linux servers. There support has been awesome and quick, when needed which is not much. Lots of features and lots of

RE: Best CF7 Hosting company

2006-11-02 Thread Snake
www.cfmxhosting.co.uk -Original Message- From: Ali Majdzadeh [mailto:[EMAIL PROTECTED] Sent: 02 November 2006 09:48 To: CF-Talk Subject: Best CF7 Hosting company Hi: I need a Cf7 hosting. What is the best? thanks benign

RE: Adobe Captivate

2006-11-02 Thread Snake
Alas I do need so many frames, as each is a different page. I have tried resizing, but the text on the pages becomes unreadble. Russ -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: 02 November 2006 14:11 To: CF-Talk Subject: RE: Adobe Captivate Well, that

Re: searching for information encrypted in the db

2006-11-02 Thread Tom Chiverton
On Thursday 02 November 2006 14:20, daniel kessler wrote: I'm still confused. Are you explaining why it isn't working? Yeah. I've no idea at the mo how to make it work, sorry. figured since it's already encrypted in the database, I'd encrypt the form information, capitalize both and then

RE: Best CF7 Hosting company

2006-11-02 Thread Ray Champagne
Well, the *best* would prolly be to host it yourself. *grin* -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 10:56 AM To: CF-Talk Subject: RE: Best CF7 Hosting company www.cfmxhosting.co.uk -Original Message- From: Ali

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-11-02 Thread Will Tomlinson
Sandy, you've mentioned these CSS rules a couple of times the past few weeks. Is there a place where all these rules reside in one place? Wasn't there like 72 of them or something? Ray, you might be referring to a post I made while taking tips from sandy a week or so ago. I prob said 72

Re: Adobe Captivate

2006-11-02 Thread Andy Allan
You may already have seen these, but http://www.adobe.com/devnet/captivate/articles/filesize.html http://www.adobe.com/devnet/captivate/articles/captivateplayer.html Andy On 02/11/06, Snake [EMAIL PROTECTED] wrote: Alas I do need so many frames, as each is a different page. I have tried

Re: Best CF7 Hosting company

2006-11-02 Thread Oğuz Demirkapı
Ray Champagne wrote: Well, the *best* would prolly be to host it yourself. *grin* Not always. :) If you are a developer who does not have anytime to deal with server problems, a shared or managed dedicated server would be a good idea. There are also costs for a self host. This would be

Re: searching for information encrypted in the db

2006-11-02 Thread daniel kessler
On Thursday 02 November 2006 14:20, daniel kessler wrote: You are upper casing the encrypted string, and compairing it to the encrypted upper cased form field - this isn't going to work :-) Does your database have native encrypt/decrypt SQL functions you could use instead ? hmm, it's

Re: CFHTTP, SSL and Certificates (Obligatory Oh My)

2006-11-02 Thread Rob Wilkerson
On 11/2/06, Kola Oyedeji (E-mail) [EMAIL PROTECTED] wrote: Well that did the trick! I was reluctant to start updating the JVM given nothing had changed (including the third parties certificate) - however I did install a new JVM (1.4.2_09) on the machine *but didn't set ColdFusion to use it*

RE: Best CF7 Hosting company

2006-11-02 Thread Jenny Gavin-Wear
Just don't use Vortech. Damn awful. Jenny -Original Message- From: Ali Majdzadeh [mailto:[EMAIL PROTECTED] Sent: 02 November 2006 09:48 To: CF-Talk Subject: Best CF7 Hosting company Hi: I need a Cf7 hosting. What is the best? thanks benign

CFMail Problem - unable to send email form

2006-11-02 Thread Madhuri Joshi
I am trying to create a form which can be sent by email. I am new to Coldfusion, please help. Below is the code: Overs Form:- cfinclude template=header.cfm span class=descOversForm/span hr color=black cfform action=updateOvers.cfm method=post name=OversForm cfoutput table trtdDate

Re: CFMail Problem - unable to send email form

2006-11-02 Thread Tom King
cfmail to=form.email from=session.auth.email subject=Overs Form type=html server=smtp.mail.anet.com Should be cfmail to=#form.email# from=#session.auth.email#

Re: searching for information encrypted in the db

2006-11-02 Thread Alan Rother
Ok, I will ask the question everyone else seems to be afraid to ask What is this data (obviously, don't tell us anything secret, just a vague understanding like it's personal medical info or maybe the datatype...) you are trying to search on and why is it encrypted? Generally speaking, I

Re: Calling a function on a regex backreference

2006-11-02 Thread Claude Schneegans
im looping through a string, replacing emails with an obfuscated/hidden version of the email address. I may have a simpler solution: I have these CF and JS functions in Application.cfm: /CFSCRIPT function hideAddress(address) { return replace(replace(address, @, $), ., ;, all); }

Google's Custom Search engine for CF web development

2006-11-02 Thread Gaulin, Mark
Hi Folks I just set up one of those new Google Co-op Custom Search Engines for CF and javascript (DHTML, DOM, etc): http://www.google.com/coop/cse?cx=011257526413916725596%3Aayerfqdweyg It's weak at this point, but I figure I'm not the only one who thought of doing this, so I'm

Re: Calling a function on a regex backreference

2006-11-02 Thread Claude Schneegans
I forgot to mention this to put a mailto in your code, use: A HREF=mailto:#hideAddress(infoEmail)# onClick=getInfo(this) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this

Re: CFMX 7 Licensing question

2006-11-02 Thread Rick Root
Jordan Michaels wrote: GD is platform-dependent - it's a C library. I suspect this is why Java doesn't include it. Perhaps Coldfusion 8 will include the Java Advanced Imaging Library. That'd be awfully nice. Rick ~|

Re: Adobe Captivate

2006-11-02 Thread Tom Chiverton
Just been using it today to make some flash tutorials. Have you tried Wink to do the same thing ? -- Tom Chiverton Helping to advantageously customize bricks-and-clicks systems This email is sent for and on behalf of Halliwells LLP.

Re: coldfusion forum application

2006-11-02 Thread Rick Root
Ali Majdzadeh wrote: Hi: Do you any opensource CF forum application with multi language pack/compatibility? Infact I want a forum that I can change the language from english to some righ-to-left langauge and I need it to be easy to change the language. I'm intending to do that with CFMBB

Re: Google's Custom Search engine for CF web development

2006-11-02 Thread Rick Root
Gaulin, Mark wrote: Hi Folks I just set up one of those new Google Co-op Custom Search Engines for CF and javascript (DHTML, DOM, etc): http://www.google.com/coop/cse?cx=011257526413916725596%3Aayerfqdweyg Why the heck doesn't it search houseoffusion.com? =) There's no better

Re: Google's Custom Search engine for CF web development

2006-11-02 Thread Rick Root
You should also have it search blogs for folks like Ben, Ray, Tim, Simon, etc and cflex.net would be nice too. Rick ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

Re: coldfusion forum application

2006-11-02 Thread Oğuz Demirkapı
Rick Root wrote: Ali Majdzadeh wrote: Hi: Do you any opensource CF forum application with multi language pack/compatibility? Infact I want a forum that I can change the language from english to some righ-to-left langauge and I need it to be easy to change the language. I'm

RE: Google's Custom Search engine for CF web development

2006-11-02 Thread Gaulin, Mark
I usually do more searching about javascript, DHTML and DOM-related things, so I don't use a lot of CF sites regularly enough to list them out. Do you have urls for the blogs you mentioned, or do you want access to add sites yourself? You need a Google account (like a gmail account or something

Re: Google''s Custom Search engine for CF web development

2006-11-02 Thread Peter Boughton
Looks like you're nine days too slow... http://www.usefulconcept.com/index.cfm/2006/10/24/CFHunt--coldfusion-search-engine http://www.cfhunt.com :) Hi Folks I just set up one of those new Google Co-op Custom Search Engines for CF and javascript (DHTML, DOM, etc):

hosting recommendations

2006-11-02 Thread Rick Root
I need hosting recommendations for a relatively small site. Here are my requirements 1 - shared hosting 2 - affordable 3 - linux 4 - mysql 5 - cffile, createObject() available 6 - EASY TO USE END USER CONTROL PANEL for account management 7 - reliable 8 - tech support available via phone or live

cfform tasks before submit

2006-11-02 Thread Richard White
Hi, i have a cfform with 2 buttons: 'Move to next step' 'Move to previous step' Irregardless of what button is clicked i need to do some tasks before the form is submitted when the button is clicked I tried to make the buttons type button instead of submit and then do an onclick event. I

Re: hosting recommendations

2006-11-02 Thread Bryan Stevenson
Does HostMySite have: 5 - cffile, createObject() available 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.com

RE: hosting recommendations

2006-11-02 Thread Axel Jensen
Hostmysite.com They're good! EVERYTHING YOU WANT, THEY HAVE! Axel Jensen CF Webtools MSN: [EMAIL PROTECTED] Add me to your address book... Want a signature like this? -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: hosting recommendations

2006-11-02 Thread Axel Jensen
NEGLECT THAT ENTRY I DIDN'T READ THE BOTTOM OF RICKS POST, WHOOPS -Original Message- From: Axel Jensen [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 1:02 PM To: 'cf-talk@houseoffusion.com' Subject: RE: hosting recommendations Hostmysite.com They're good!

Re: cfform tasks before submit

2006-11-02 Thread Teddy Payne
Typically, I do not try to handle any javascript methods against cfform. I am a fan of flash forms so actionscript 2.0 is the script of choice for binding and calling flash remoting objects. If I have a javascript heavy form, I typically use a traditional html form and use a standardized

Re: searching for information encrypted in the db

2006-11-02 Thread daniel kessler
I will ask the question everyone else seems to be afraid to ask What is this data (obviously, don't tell us anything secret, just a vague understanding like it's personal medical info or maybe the datatype...) you are trying to search on and why is it encrypted? It's a Notes field. We're

RE: hosting recommendations

2006-11-02 Thread Munson, Jacob
I'd recommend Vivio. You can get a full VPS account where you can do whatever you want (you're root on the server). Only $20/mo, but I'm not sure if that comes with BlueDragon or not (I know it doesn't come with ColdFusion). It used to come with BlueDragon, but I think they stopped that

url variables

2006-11-02 Thread Richard White
hi, i have a page that submits values to a form as follows: var sendString = rowNum= + taskGrid.getRowsNum(); for (i=1;i=taskGrid.getRowsNum();i++) { sendString = sendString + Task + a += + taskGrid.cells(i, 1).getValue(); a++; } (new Image()).src = updater.cfm? + sendString; Therefore the

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-11-02 Thread Denny Valliant
It was a flippant comment, in response to a flippant comment. Context is cool! ;-) You can call me Denny, btw- although I'm also a person. =] On 11/1/06, Bobby Hartsfield [EMAIL PROTECTED] wrote: Ahh ok sorry. I overlooked the names. SO maybe the person who DID say it can offer an example?

RE: url variables

2006-11-02 Thread Peterson, Chris
Some people will no doubt show you a better way, but the quick a dirty way is to do this: isDefined(evaluate(url.Task#i#)) Chris -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 12:57 PM To: CF-Talk Subject: url variables hi, i have a

Re: url variables

2006-11-02 Thread Charlie Hanlon
try isdefined(url.Task#i#) hth Charlie Hanlon - Original Message - From: Richard White [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, November 02, 2006 12:57 PM Subject: url variables hi, i have a page that submits values to a form as follows: var

Re: url variables

2006-11-02 Thread Charlie Griefer
cfif isDefined(URL.task#i#) or cfif structKeyExists(URL, task#i#) On 11/2/06, Richard White [EMAIL PROTECTED] wrote: hi, i have a page that submits values to a form as follows: var sendString = rowNum= + taskGrid.getRowsNum(); for (i=1;i=taskGrid.getRowsNum();i++) { sendString =

Re: cfupdate/cfinsert tags - changed from CF5 to CF7?

2006-11-02 Thread Les Irvin
Not sure I've nailed it down completely, but CF7 is strict on the conventions for naming fields in a db table (at least in an Access db. I know, I know...). The error was coming not from a textarea field as originally thought, but from fields named as what CF7 may interpret as reserved words.

RE: hosting recommendations

2006-11-02 Thread Mark A Kruger
Edge web is worth every penny for all but the least critical sites. Personally, I would never recommend that a company host with a low cost provider. What is ridiculous is spending 30 or 40 thousand dollars on development, then trying to save three or four hundred a year on hosting. Vlad Friedman

cfinsert cfupdate and Oracle 10g

2006-11-02 Thread Shelley Browning
I'm migrating a CF 4/Oracle 8 application that uses cfinsert and cfupdate tags to CFMX 7.0.2 and Oracle 10g. The tags are erroring on the table name property. The way this database access is set up I must prefix the table name with the schema name in order to access the data. When I use

Re: hosting recommendations

2006-11-02 Thread Yves Arsenault
I've been using Vivio as well. I'm quite happy with them. BD used to come with the VPS packages, but I think there's an add-on price now. Would have to check with them though. ;-) Peace. Yves On 11/2/06, Munson, Jacob [EMAIL PROTECTED] wrote: I'd recommend Vivio. You can get a full VPS

Re: Google''''s Custom Search engine for CF web development

2006-11-02 Thread Joshua Cyr
I just rejoined cf-talk after a long break and the first message I see is about my blog and www.CFHunt.com What are the odds? ;-) Seriously though, anyone wanting to contribute as a member and add sites to cfhunt is more than welcome! In additoin send me your 125x125 ads of your open source

Re: url variables

2006-11-02 Thread Teddy Payne
The URL scope is stored as a structure. You can use cfloop to loop over a collection of the variables. For example: cfset url.task1 = 1 cfset url.task2 = 2 cfset url.task3 = 1 cfset url.dog = dog cfloop collection=#url# item=key cfif FindNoCase(task,key) cfoutput#key# : #url[key]#br

Re: hosting recommendations

2006-11-02 Thread Jim Wright
Rick Root wrote: HostMySite meets most of those - though I don't particularly like their control panel and they seem to have occassional reliability issues. I love their support though. Their reliability seems to have improved lately, but I'll agree on the Control Panel...at least on

OT: Hostmysite unsupported tags, functions etc

2006-11-02 Thread Doug Brown
I have looked over Hostmysite and cannot find what tags, functions that they do not allow. Could someone here that uses them let me know what limitations I would have with their hosting? Thanks Alot Doug B. ~| Introducing

Re: url variables

2006-11-02 Thread Rob Wilkerson
This should do it: isDefined ( 'URL[task 1]' ) On 11/2/06, Richard White [EMAIL PROTECTED] wrote: hi, i have a page that submits values to a form as follows: var sendString = rowNum= + taskGrid.getRowsNum(); for (i=1;i=taskGrid.getRowsNum();i++) { sendString = sendString + Task + a += +

RE: Hostmysite unsupported tags, functions etc

2006-11-02 Thread Michael E. Carluen
cfregistry and cfexecute -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 11:32 AM To: CF-Talk Subject: OT: Hostmysite unsupported tags, functions etc I have looked over Hostmysite and cannot find what tags, functions that they do

Re: cfform tasks before submit

2006-11-02 Thread Josh Nathanson
Richard, Is it possible to make your buttons links instead of buttons, or input type=image and use a gif image for your buttons? These both send information about themselves to the server. You can still onClick events on both of those input types and do your preprocessing. Regarding using

working with data from joining multiple tables

2006-11-02 Thread daniel kessler
I'm joining 3 tables together (see below) that produces 4 records to represent the data in one form. This is 4 records because while there is one note (primary table), there are two attendees and two take_aways. Each attendee and take_away have unique recordIDs associated with them. A dump of

Re: working with data from joining multiple tables

2006-11-02 Thread Teddy Payne
How many of the columns are needed? If you only need a fw of the columns, remove the extra columns and then loop over them regularily. If you want to group them, then use the group attribute in cfoutput, which isn't all that cumbersome at all. If you have duplicates, just make sure to use the

RE: hosting recommendations

2006-11-02 Thread Munson, Jacob
I've been using Vivio as well. I'm quite happy with them. BD used to come with the VPS packages, but I think there's an add-on price now. Yeah, it's $10/mo extra for BD now. --- -- This transmission

Re: hosting recommendations

2006-11-02 Thread Matt Williams
I just set up a VPS with viviotech. So far so good. Small learning curve for me. I did the most basic VPS, but added CF 7. Paid for 2 years, which translates to ~$45/mo. Eventually I'll have at least 3 clients paying $20/mo (they are non-profit, so I'm giving a bargain), so it pays for itself.

Web services Error

2006-11-02 Thread dsmith
I get the following error when trying to consume a .Net web service on another web server. I can call the wsdl and get it from the web server. I can also use the .Net server to call it and it works fine. Any thoughts? org.xml.sax.SAXException: Fatal Error: URI=null Line=20: Open quote is

RE: Web services Error

2006-11-02 Thread Brad Wood
When you say I can call the wsdl and get it from the web server. Do you mean, you type the path of the web service into your browser with ?wsdl after it and you receive xml? ~Brad -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday,

Cf Development Companies

2006-11-02 Thread Lango, Joseph
Who are the top 3 companies that develop ColdFusion on a project basis? For example, I have a project that I might want to outsource, and I want to look at what *you* in the CF community think are the top 3 companies. Please don't write back to this and say... well MY company is the best.

cfstoredprocedure hangs on OUT parameter from Oracle 9i

2006-11-02 Thread Gerald Weir
Hello folks, I'm running CF MX6.1 on Win2003 and running against Oracle 9i DB on HPUX 11.11. Database connection is via oracle JDBC thin driver. An Oracle developer wrote a stored procedure for us that is 17 pages long in very small type and I am having a hard time with it. The purpose is to

Re: hosting recommendations

2006-11-02 Thread Bryan Stevenson
I just set up a VPS with viviotech. So far so good. Small learning curve for me. I did the most basic VPS, but added CF 7. Paid for 2 years, which translates to ~$45/mo. Eventually I'll have at least 3 clients paying $20/mo (they are non-profit, so I'm giving a bargain), so it pays for itself.

RE: Cf Development Companies

2006-11-02 Thread loathe
Teratech, Figleaf, or us. -Original Message- From: Lango, Joseph [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 3:33 PM To: CF-Talk Subject: Cf Development Companies Who are the top 3 companies that develop ColdFusion on a project basis? For example, I have a

RE: Cf Development Companies

2006-11-02 Thread Joshua Cyr
To that end is there a good directory or list of coldfusion development companies out there? After doing a number of searches I am coming up empty. The closest I could come was the frapper site. While it is interesting to see visually, it doesn't seem very useful in any way.

  1   2   >