Re: Oracle stored procs and CF - documentation

2006-10-10 Thread James Holmes
I answered myself again. Thankme for the help. No probs :-) CF 7.0.2 doesn't include the 3.5 drivers. Interesting though that Solaris CF Ent and Win CF Dev show different behaviour with the same 3.3 drivers. On 10/10/06, James Holmes [EMAIL PROTECTED] wrote: OK, I worked it out again (damn my

Re: Automating data source password changes

2006-10-10 Thread Dan Plesse
Dan, First CF 6 does not have the admin stuff only CF 7. (I am not sure if that was because I was selling lots admin software and add ons or not) Second the password attribute in cfquery overrides the datasource password and lastly you have to encode the password before you add it to neo. I

Re: Automating data source password changes

2006-10-10 Thread Robertson-Ravo, Neil (RX)
Lol you reckon that Macromedia didn't ship any stuff like this because you had developed other means already?! This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540.

Re: CF, jdbc, SQL2k5 problem

2006-10-10 Thread Dan Plesse
I think what is needed here is a good old look see of your JDBC URL. Nothing else is needed. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers,

Re: Automating data source password changes

2006-10-10 Thread Robertson-Ravo, Neil (RX)
I assume CF decrypts the password before it is used anyway. Of course I know how to encrypt and in the right format, but I am not telling. In CF6 or CF7? I know in 6, it is a piece of cake to get the key for encrypt/decrypt... Not tried in 7 yet, but I am sure it is achievable with a little work

Re: OT: Database Oddity with MySQL

2006-10-10 Thread Tom Chiverton
On Tuesday 10 October 2006 02:59, B V wrote: each InnoDB table InnoDB free: 13312 kB; . Yet that is only 13 mb , and I have 600 mb total in my db. It obviously doesn't mean free in the sense you think it does ? -- Tom Chiverton Helping to adaptively drive turn-key materials

RE: Automating data source password changes

2006-10-10 Thread Snake
You can work with the Java Service Factory directly in CFMx6 which does the same thing albeit with more work. In fact I have still had to do things this way as the AdminAPI in CFMX7 doesn't work right. -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 10

RE: Automating data source password changes

2006-10-10 Thread Snake
I did a Web Service API that allows you to remotely setup DSN's, mappings and sandboxes, it is being used in HELM control panel. I could not solve this error so we reverted back to using the Java Service Factory. Russ -Original Message- From: Dan Parker [mailto:[EMAIL PROTECTED] Sent:

Re: Automating data source password changes

2006-10-10 Thread Andy Allan
You don't even need to use the ServiceFactory in CF6 ... you can just use the underlying CFCs that the CFAdmin uses (yes, they DO exist in CF6). Saying that, they probably are missing some functionality just like those in CF7 (as Russ says) On 10/10/06, Snake [EMAIL PROTECTED] wrote: You can

Re: jsVal is a nice validation script and very good with my CF pages

2006-10-10 Thread Ali Majdzadeh
Hi Qasim: Can you please tell me is it possible to validate a dynamic select box (menu) with this script or not? Thanks benign ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

Re: CF, jdbc, SQL2k5 problem

2006-10-10 Thread Andrew Scott
jdbc:sqlserver:/stargate\dbinstanceone:1433;DatabaseName=StoneCutters On 10/10/06, Dan Plesse [EMAIL PROTECTED] wrote: I think what is needed here is a good old look see of your JDBC URL. Nothing else is needed. ~|

Re: application servers

2006-10-10 Thread Richard White
hi, thanks for all your replies. This is my first app so forgive my ignorance as i dont really understand how all of this fits together. my app is going to have around 20,000 users but concurrent users im not sure but we will be testing for early next year. As i am seeing from your advice the

Handling Asynch gateway calls between sites

2006-10-10 Thread Mike Kear
Sorry if this is a duplicate message, but I posted it 20 hours ago now and it hasnt appeared, so i figure something must have gone astray somewhere . This is a new and interesting area for me I'm starting to work with SMS gateways and i've already got it going with a XML http call to a

Database of phone countrycodes?

2006-10-10 Thread Mike Kear
I'm sorry if this is a duplicate post, but I posted it about 20 hours ago now and it still hasn't appeared on the list so I figured something must have gone astray somewhere along the way Does anyone know if there's a ready-made, freely downloadable database of the countries and the

RE: Building a Better CF_Accelerate?

2006-10-10 Thread Peterson, Chris
Could you alter cf_accelerate to use the newer notation structKeyExists() instead of isDefined() and see if that is any zippier? Chris -Original Message- From: Terry Ford [mailto:[EMAIL PROTECTED] Sent: Monday, October 09, 2006 10:38 PM To: CF-Talk Subject: Building a Better

Re: Database of phone countrycodes?

2006-10-10 Thread Dirk De Bock - Lists
http://www.lincmad.com/countrycodes.html - Original Message - From: Mike Kear [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, October 10, 2006 1:45 PM Subject: Database of phone countrycodes? I'm sorry if this is a duplicate post, but I posted it about 20 hours

Re: Database of phone countrycodes?

2006-10-10 Thread Jochem van Dieten
Mike Kear wrote: Does anyone know if there's a ready-made, freely downloadable database of the countries and the telephone dialing codes for them? The official list is on the ITU website. Jochem ~| Introducing the Fusion

RE: Queue Flash videos

2006-10-10 Thread Ben D. Higgins
I've seen this article but it's not what I'm looking for. I need to be able to play all of the items on the list once the client has clicked a Play all button. This would kick off the videos one after the other. It's the same thing that espn.com has on their home page. Ben Higgins Systems

Re: Building a Better CF_Accelerate?

2006-10-10 Thread Dov Katz
I documented my tool, which I have been using for the last 2 or so years. I wish I knew about the others before I went out on my own and wrote it 2 years ago, but here it is - a bit different than the other ones. It helps me keep a heavily Databased site serving out 800k-1million pages a day.

Re: Building a Better CF_Accelerate?

2006-10-10 Thread James Holmes
I've employed Ray's scopecache and I really like it. I haven't compared it to others (Ray wrote it so I didn't bother :-). On 10/10/06, Terry Ford [EMAIL PROTECTED] wrote: Hey folks... Haven't been here in a while, but thought I'd pop in and see if anyone has developed a more efficient

Re: CF, jdbc, SQL2k5 problem

2006-10-10 Thread kurt schroeder
actually it's on a server, my notebook is a 2k3 standard Dave, For someone with your length of development you really have surprised me on this issue. First of all, if you install SQL2005 on a workstation it will default to a desktop version or a named instance of a database, however you can

Re: StructFindValue Question...

2006-10-10 Thread Deanna Schneider
How about cfif arrayMax(query[OptNurseryOnly]) You have ones /cfif On 10/9/06, Che Vilnonis [EMAIL PROTECTED] wrote: Hmmm. I'm just trying to use what code has the least amount of overhead. Perhaps I would be better just using the ValueList function instead of Q of Q? Thanks, Che

Re: CF, jdbc, SQL2k5 problem

2006-10-10 Thread kurt schroeder
Thanks for your help all of you! If nothing else we got a great discussion going going. for the sake of argument i reinstalled 2k5 on my notebook under a default instance only, and, after opening tcp/ip, it connected fine. However, the recomendation is to not install sql2k5 in the default

input type=Hidden name=status_required issue

2006-10-10 Thread Rick Dennis
i have a customer input page that has this code at the bottom of the page right before the submit button. input type=Hidden name=status_required well on the same page i have a checkbox that if checked, it needs to ignore this same piece of code. if the check box is checked, i want it to do this

Re: input type=Hidden name=status_required issue

2006-10-10 Thread Jake Churchill
check for the checkbox and do a cflocation at the very top of whatever page this submits to. Rick Dennis wrote: i have a customer input page that has this code at the bottom of the page right before the submit button. input type=Hidden name=status_required well on the same page i have a

RE: Strange security problem with googlebot

2006-10-10 Thread Al Musella, DPM
You hit it.. it was the web accelerator. I now know that I should not let a simple clicked link change anything. Both of these sites were written in cold fusion version 2 and 3 when I didn't know better:) WAY too many pages to go back and change them now. I thought since it was password

Extracting Data into an Array

2006-10-10 Thread Millisa Eubanks
I'm trying to find a simple way to go though a block of text and pull out any occurace of links in that block of text. I'm not sure if the problems I'm having are based on the function I am using or the reqular expression. Currently I am using REFind(a [[:space:]*[:punct:]*[:alnum:]*],

RE: input type=Hidden name=status_required issue

2006-10-10 Thread Snake
cfif StructkeyExists(form,'mycheckbox') cflocation url=NOIDecision.cfm addtoken=No /cfif Rus -Original Message- From: Rick Dennis [mailto:[EMAIL PROTECTED] Sent: 10 October 2006 15:25 To: CF-Talk Subject: input type=Hidden name=status_required issue i have a customer input page that

Re: application servers

2006-10-10 Thread Douglas Knudsen
On 10/10/06, Richard White [EMAIL PROTECTED] wrote: hi, thanks for all your replies. This is my first app so forgive my ignorance as i dont really understand how all of this fits together. my app is going to have around 20,000 users but concurrent users im not sure but we will be testing for

RE: StructFindValue Question...

2006-10-10 Thread Dan G. Switzer, II
Che, Dan, unfortunately, I gave a stripped down example. The main query is more complex (has 10 or so columns w/multiple WHERE clauses) and would not work well with a Q of Q as dynamic values are passed to it. Any other ideas? The complexity of the original query doesn't really matter. The QoQ

Open Ports

2006-10-10 Thread Richard Colman
Anyone know what firewall ports need to be open to enable Homesite RDS and FTP access? TNX. Rick Colman ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by

RE: Extracting Data into an Array

2006-10-10 Thread Andy Matthews
You've almost got it. http://www.cfquickdocs.com/?getDoc=REFindNoCase If you add one final argument to REFind, that function will return an array for you: REFind(a [[:space:]*[:punct:]*[:alnum:]*], qLinkReview.TextBlock, true) If returnsubexpressions = True: a structure that contains two

RC2 via Bouncy Castle - last block incomplete in decryption

2006-10-10 Thread Sung Woo
I've followed the TechNote (http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=e546373d) to the letter, trying to get RC2 encryption/decryption to work. I keep getting last block incomplete in decryption error no matter which keys I use. It works fine for RC4. What am I doing wrong?

book title listing

2006-10-10 Thread Orlini, Robert
I have a menu list of books and would like to have it list each title alphabetically BUT only display the listing for one letter. For instance, the menu page would have A-Z listed and when a user clicks on A all the titles with A would list. I realize I have to add a where to the statement,

RE: Strange security problem with googlebot

2006-10-10 Thread Matt Quackenbush
Okay, call me silly, but what kind of code exactly can cause this problem? I've been around since v4, but don't have a clue to what you're referring. I feel rather sheepish even asking, but am most certainly curious as hell to know... so I asked nonetheless. :-) Thanks -Original

RE: book title listing

2006-10-10 Thread Andy Matthews
SELECT *, LEFT(booktitle,1) AS letter FROM bookinfo order by booktitle !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Orlini, Robert

RE: book title listing

2006-10-10 Thread Munson, Jacob
What data base are you using? In MS SQL you can use LEFT like so: where left(booktitle, 1) = 'A' This might be the same in the other Databases, not sure. -Original Message- From: Orlini, Robert [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 8:50 AM I have a menu list

Re: book title listing

2006-10-10 Thread Aaron Rouse
In Oracle you would use SubStr() Something like SubStr(booktitle, 1, 1,) On 10/10/06, Munson, Jacob [EMAIL PROTECTED] wrote: What data base are you using? In MS SQL you can use LEFT like so: where left(booktitle, 1) = 'A' This might be the same in the other Databases, not sure.

RE: Open Ports

2006-10-10 Thread Dave Watts
Anyone know what firewall ports need to be open to enable Homesite RDS and FTP access? RDS uses HTTP through your web server. So, you'll need whatever port your web server is using (TCP/80 by default). The default FTP port is TCP/21. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/

RE: book title listing

2006-10-10 Thread Orlini, Robert
Hi Aaron, where left(booktitle, 1) = 'A' worked great! Thanks. Robert O. -Original Message- From: Aaron Rouse [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 11:01 AM To: CF-Talk Subject:Re: book title listing In Oracle you would use SubStr() Something

Re: FlashPaper vs PDF

2006-10-10 Thread Greg Fuller
The FlashPaper 2 output you get as a result (espcially with the latest FlashPlayer 9 player) is very, very, good and very lightweight. The hugh advantage to flashpaper is the almost instantanious rendering. The disadvantage is that small fonts appear overly anti-aliased. I had a client who

Dynamic flash or images for MySpace?

2006-10-10 Thread Xtendboy25
I am trying to take realtime text data from my website and allow users to place it on their MySpace profile. But MySpace only its members to add HTML, images, and flash to their profiles so I have been trying to output the text data from my site as a JPG or Flash that MySpace users can then

Re: Strange security problem with googlebot

2006-10-10 Thread Tom Chiverton
On Tuesday 10 October 2006 15:50, Matt Quackenbush wrote: Okay, call me silly, but what kind of code exactly can cause this problem? a href=/site/secure/admin/user.cfm?action=del?id=2436Delete this user/a -- Tom Chiverton Helping to assertively utilize leading-edge relationships

RE: book title listing

2006-10-10 Thread Peterson, Chris
And just because nobody else said it: It generally considered bad practice to SELECT * I would change it to SELECT only the column names that you need to return, otherwise you are just pulling needless data from the SQL server. Chris -Original Message- From: Orlini, Robert

RE: book title listing

2006-10-10 Thread Orlini, Robert
OK Chris. Thanks for the coding advice. I'll specify the column instead. -Original Message- From: Peterson, Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 11:16 AM To: CF-Talk Subject:RE: book title listing And just because nobody else said it: It

Re: RC2 via Bouncy Castle - last block incomplete in decryption

2006-10-10 Thread Sung Woo
Never mind -- it actually works just fine. It turns out that the encrypted string was the problem: tNMtwvuAtRO+Hvs1ciH7bw== outputs testing123 via RC2/Base64. I've followed the TechNote (http://www.adobe. com/cfusion/knowledgebase/index.cfm?id=e546373d) to the letter, trying to get RC2

Re: Dynamic flash or images for MySpace?

2006-10-10 Thread Deanna Schneider
You can make a simple flash file that will read in XML. Is the text the same for everyone, but changes periodically? If so, it's super easy. Here's a quickie example. This is probably not the best ever example of flash code, as I'm just learning it. But you'll get the idea: On your first frame

Re: FckEditor / JS

2006-10-10 Thread Zoh Bha
Hi Bobby: Thanks a ton for the line FCKeditorAPI.__Instances['instanceNameHere'].GetHTML(); It worked for my purpose. I was trying to get the content of the editor in my javascript. Zoher [EMAIL PROTECTED] Hi Gareth. The problem is actually triggering a function when the content of the editor

RE: Strange security problem with googlebot

2006-10-10 Thread Matt Quackenbush
Hmm... okay, so the issue that is being referred to here is when the login check is handled AFTER that link is displayed? I guess I'm still a bit confused, because I can't understand a) why any such link would be displayed to anyone (or any bot) without them first being logged-in and having

Re: Strange security problem with googlebot

2006-10-10 Thread Jochem van Dieten
Matt Quackenbush wrote: Hmm... okay, so the issue that is being referred to here is when the login check is handled AFTER that link is displayed? I guess I'm still a bit confused, because I can't understand a) why any such link would be displayed to anyone (or any bot) without them first

RE: book title listing

2006-10-10 Thread Orlini, Robert
One more thing please. How can I do a query search on just a certain year on this #DateFormat( getlist.datetime, mm/dd/yy )#? I want just records with the year 2005 or 05 (yy) Robert O. -Original Message- From: Aaron Rouse [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10,

RE: book title listing

2006-10-10 Thread Munson, Jacob
Assuming you've got dates in one of your fields, you can use year(date_field) to get just the 4 digit year. For a two digit year, you could use right(year(date_field),2). -Original Message- From: Orlini, Robert [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 9:41 AM One

RE: Strange security problem with googlebot

2006-10-10 Thread Dave Watts
Hmm... okay, so the issue that is being referred to here is when the login check is handled AFTER that link is displayed? I guess I'm still a bit confused, because I can't understand a) why any such link would be displayed to anyone (or any bot) without them first being logged-in and

RE: Strange security problem with googlebot

2006-10-10 Thread Matt Quackenbush
Dave, Thanks for the reply. I guess I first should've gone and checked to see what 'web accelerator' was, and then I might have understood. I guess my main question now is: what is considered the best antidote for such a problem. Since I didn't know what it was, I obviously don't use web

RE: Strange security problem with googlebot

2006-10-10 Thread Dave Watts
Thanks for the reply. I guess I first should've gone and checked to see what 'web accelerator' was, and then I might have understood. I guess my main question now is: what is considered the best antidote for such a problem. Since I didn't know what it was, I obviously don't use web

RE: book title listing

2006-10-10 Thread Orlini, Robert
Thanks Jacob...this worked great! -Original Message- From: Munson, Jacob [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 10:56 AM To: CF-Talk Subject:RE: book title listing What data base are you using? In MS SQL you can use LEFT like so: where

RE: Extracting Data into an Array

2006-10-10 Thread Ben Nadel
I wrote some Java Regular Expression get functions for this very purpose: Case Insensitive: http://www.bennadel.com/snippets/11-JREGetNoCase-strText-strRegExp-.htm Case Sesnsitive: http://www.bennadel.com/snippets/5-JREGet-strContent-strRegExp-.htm Keep in mind that these are JAVA regular

Missing Template Handler

2006-10-10 Thread Ian Skinner
I've tried to search the documentation, but I have not found what can one actually do in a template designated as a missing template handler in the CF administrator? What information, if any, is passed to the template? -- Ian Skinner Web Programmer BloodSource www.BloodSource.org

Tricky Form validation Question (for me at least)

2006-10-10 Thread Les Mizzell
This is probably going to take more javascript than I know how to do, since I suck at javascript... First page of a multi-part form has a drop-down of admin namex to pick from. select name=selectAdmin option value=xoxOther - Enter Information Below!/option cfloop query=AIData

RE: Missing Template Handler

2006-10-10 Thread Ben Nadel
I believe that the missing template handler can handle a lot of ColdFusion tag code, but it cannot throw back to the original site... Meaning, you can run CF on the template (ie. CFMail) but you cannot have it in the given site template... Unless you do some snazzy include logic perhaps. But, I

RE: Tricky Form validation Question (for me at least)

2006-10-10 Thread Ben Nadel
I assume that when the OTHER is selected, the id is ZERO or xox I didn't know if that was cryptic or not. // Check for zero option selection if ( document.form[ 0 ].elements[ selectAdmin ].value == 0 ){ // Validate on OTHER admin info } else { // Validate on select box data }

RE: Strange security problem with googlebot

2006-10-10 Thread Ian Skinner
Yes, since the Web Accelerator only makes GET requests. In HTTP, GET requests shouldn't make changes; only POST requests should do that. Dave I am just playing with this in my head. Would a form with method=get be affected by the accelerator, or only anchors with get parameters built in to

Re: Tricky Form validation Question (for me at least)

2006-10-10 Thread Charlie Griefer
if ( (document.yourFormName.selectAdmin.selectedIndex == 0) ( (document.yourFormName.theTextFieldName.value == ) || (document.yourFormName.theTextFieldEmail.value == ) ) ) { alert('you did it all wrong!'); return false; } this assumes that the

RE: Tricky Form validation Question (for me at least)

2006-10-10 Thread Mosh Teitelbaum
Ben Nadel wrote: if ( document.form[ 0 ].elements[ selectAdmin ].value == 0 ){ Select elements do not have a value property. Replace value with selectedIndex (use this capitalization) and the above code should work fine. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651

RE: Tricky Form validation Question (for me at least)

2006-10-10 Thread Munson, Jacob
That should be document.forms, you left of the 's'. :) -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 10:35 AM I assume that when the OTHER is selected, the id is ZERO or xox I didn't know if that was cryptic or not. // Check

RE: Tricky Form validation Question (for me at least)

2006-10-10 Thread Bobby Hartsfield
script language=javascript type=text/javascript function validateForm() { var msg = ''; var isValid = true; if(document.forms[0].selectAdmin.value == 'xox') { if (document.forms[0].adminName.value.length == 0) {

Re: Missing Template Handler

2006-10-10 Thread Teddy Payne
What type of missing template handler? Are we talking about cfinclude? 404? Teddy On 10/10/06, Ian Skinner [EMAIL PROTECTED] wrote: I've tried to search the documentation, but I have not found what can one actually do in a template designated as a missing template handler in the CF

RE: Tricky Form validation Question (for me at least)

2006-10-10 Thread Munson, Jacob
Ben Nadel wrote: if ( document.form[ 0 ].elements[ selectAdmin ].value == 0 ){ Select elements do not have a value property. Actually, 'value' works as long as you give it the value from the form instead of the index. -- EMF idahopower.com made the following annotations.

Re: Tricky Form validation Question (for me at least)

2006-10-10 Thread Josh Nathanson
If you are looking for client side validation, CFFORM/CFINPUT is your friend. You don't need to know any javascript to use it, CF writes the Javascript for you. Check the live- or quick-docs for specific usage. If you are looking to make things a bit more fancy, you could throw an onChange

RE: Tricky Form validation Question (for me at least)

2006-10-10 Thread Ben Nadel
Mosh, I am pretty sure that select boxes do have a value attribute... Maybe its not standard? form select onchange=alert( this.value ); option value=AONE/option option value=BTWO/option option value=CTHREE/option /select /form

RE: Tricky Form validation Question (for me at least)

2006-10-10 Thread Dan G. Switzer, II
Ben, I am pretty sure that select boxes do have a value attribute... Maybe its not standard? form select onchange=alert( this.value ); option value=AONE/option option value=BTWO/option option value=CTHREE/option /select /form Works fine

RE: Tricky Form validation Question (for me at least)

2006-10-10 Thread Ben Nadel
Hmmm. I don't do enough client-side stuff I suppose. I have never run into a problem with it in IE or FireFox (that I can remember), but do most stuff Server side. -b .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Dan

RE: Missing Template Handler

2006-10-10 Thread PETER SHEATS
I think you are referring to the page that you specify in the CF Admin Settings page for Missing Template Handler. I can't remember if I found anyplace that specified exactly what was allowed, but what I have in mine is the following code, which works great. cfmail to= from= subject=Template

RE: Tricky Form validation Question (for me at least)

2006-10-10 Thread Munson, Jacob
Indeed, it works fine in Firefox as well. -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 11:11 AM Hmmm. I don't do enough client-side stuff I suppose. I have never run into a problem with it in IE or FireFox (that I can remember), but

RE: Tricky Form validation Question (for me at least)

2006-10-10 Thread Ben Nadel
I just checked in the JavaScript Bible 5th Edition (page 710) and they say that new browsers provide this WinIE4+ MacIE4+ NN3+ NN6+ Moz1+ Safari1+ Doesn't say anything about XHTML or anything like that... But it doesn't say anything about it not being standard either. ..

RE: Strange security problem with googlebot

2006-10-10 Thread Dave Watts
I am just playing with this in my head. Would a form with method=get be affected by the accelerator, or only anchors with get parameters built in to the href parameter? I haven't used it, so I can only speculate. That said, I suspect that it only follows A tags. Dave Watts, CTO, Fig Leaf

Re: Missing Template Handler

2006-10-10 Thread Teddy Payne
I believe if the missing template handler throws an error then it hits the sitewide error handler. It may be good to make these homogenous in look and feel. Teddy On 10/10/06, Ben Nadel [EMAIL PROTECTED] wrote: I believe that the missing template handler can handle a lot of ColdFusion tag

Re: Tricky Form validation Question (for me at least)

2006-10-10 Thread Charlie Griefer
maybe i'm just old and a creature of habit, but i've always referenced select elements via the options array. i've seen people access the value directly (and i know it works in newer browsers)...but when i cry a little :) i have looked into it to see if it's valid (standard) or not...i've asked

RE: Strange security problem with googlebot

2006-10-10 Thread Al Musella, DPM
Actually, in my defense:) the web accelerator is not supposed to follow a link that has a query parameter... and it worked correctly for a long time.. apparently a recent update to it introduced a bug where it IS following links with query parameters. I reported it to google. It

RE: Tricky Form validation Question (for me at least)

2006-10-10 Thread Bobby Hartsfield
I've always used the options array as well but recently have been using value with no problems or complaints. -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 1:41 PM To: CF-Talk Subject: Re: Tricky Form validation Question (for me at

Re: input type=Hidden name=status_required issue

2006-10-10 Thread tanguyr
Rick Dennis wrote: i have a customer input page that has this code at the bottom of the page right before the submit button. well on the same page i have a checkbox that if checked, it needs to ignore this same piece of code. if the check box is checked, i want it to do this how

Re: input type=Hidden name=status_required issue

2006-10-10 Thread tanguyr
sigh... point two should have been: 2) Redirect from javascript: [input type=checkbox... onclick=self.location='NOIDecision.cfm'...] Of course, the users lose all the information they entered into the form... but silly me i entered it in html... /t -- View this message in context:

RE: Tricky Form validation Question (for me at least)

2006-10-10 Thread Bobby Hartsfield
Anyone of these should work fine as the first if() in the function I posted... if(document.forms[0].selectAdmin.selectedIndex == 0) {} if(document.forms[0].selectAdmin.options[0].selected) {} if(document.forms[0].selectAdmin.value == 'xox') {} They seem to all work well across the board for

RE: Tricky Form validation Question (for me at least)

2006-10-10 Thread Mosh Teitelbaum
Ben Nadel wrote: I am pretty sure that select boxes do have a value attribute... Maybe its not standard? Ben: As of the 1.5 standard, I don't believe JavaScript (ECMAScript, whatever) included a value property for form elements. As others have said, I've always used selectedIndex on the

Am I off base ?

2006-10-10 Thread coldfusion . developer
What's your opinion on this? Our Web hosting company built a few custom cf application for this company before I came on board. The Webhosting company developed these applications within a multi-application framework and not self contained application. I've done mostly MVC and Fusbox and I'm

RE: Tricky Form validation Question (for me at least)

2006-10-10 Thread Munson, Jacob
If anyone decides to do some more testing on this, I'd be interested in knowing if the form element's value is read/write or read only. I would suspect that it's read only but it would be interesting to find out what happens if you try to write to the property. I just tested this, and

RE: Am I off base ?

2006-10-10 Thread Jennifer Dodson
In an ideal world there would be documentation... But I've yet to see that ideal world. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 2:02 PM To: CF-Talk Subject: Am I off base ? What's your opinion on this? Our Web hosting company

cfblog.com

2006-10-10 Thread Phill B
Is cfblog.com the new free CF blogging site that was mentioned on here a while back? If so, is any one else having problems loading the site? -- Phil ~| Introducing the Fusion Authority Quarterly Update. 80 pages of

RE: Am I off base ?

2006-10-10 Thread Ian Skinner
It's been my experience that any good development team would have some documentation ... Yes, but there is LOTS of bad development out there! -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA - | 1 | | - Binary Soduko | | |

RE: Tricky Form validation Question (for me at least)

2006-10-10 Thread Dave Watts
As of the 1.5 standard, I don't believe JavaScript (ECMAScript, whatever) included a value property for form elements. Well, strictly speaking, this isn't a JavaScript thing as much as an HTML DOM thing. It's up to the DOM to specify what's what in the browser. In the case of SELECT fields:

Re: Am I off base ?

2006-10-10 Thread Doug Brown
Boy that sucks!! Did they at least comment their code so htat you have at least some indication as to what everything is suppose to do? If so, that is more than likely all you are going to get from them. And yes, they should provide docs on what they are doing or did. I worked for a helpdesk

Re: Automating data source password changes

2006-10-10 Thread Dan Plesse
Whoops cfide.administrator.components.datasource is around in 6 I assumed incorrectly he was talking about the Admin API. Still the password has to be a special format I think that was a pain. Neil the truth is out there. Go google and post the solution.

RE: Tricky Form validation Question (for me at least)

2006-10-10 Thread Mosh Teitelbaum
Munson, Jacob wrote: I just tested this, and in both Firefox 1.5 and IE 6, you can change the selected value in a select box by setting the value property: document.forms[0].elements[selectAdmin].value = 'item2' And the GUI updates to reflect the change? What happens if you try to set it to a

RE: cfblog.com

2006-10-10 Thread Munson, Jacob
You might be thinking of http://www.instantspot.com/ And no, I can't get cfblog.com to load either. -Original Message- From: Phill B [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 1:07 PM Is cfblog.com the new free CF blogging site that was mentioned on here a while

RE: Tricky Form validation Question (for me at least)

2006-10-10 Thread Munson, Jacob
Yes, the GUI updates, in both Firefox and IE. Setting the value to an invalid option is just ignored in Firefox, but in IE the select list is set to blank (nothing selected). -Original Message- From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 1:16 PM

RE: Am I off base ?

2006-10-10 Thread Tom Kitta
In near perfect world there would be good documentation for every application you were asked to modify. However, it is too common to find applications that have 1000's of templates and 100+ tables without any documentation and even very skimpy inline comments. For some reasons the management

RE: Am I off base ?

2006-10-10 Thread Tom Kitta
It's been my experience that any good development team would have some documentation ... Yeah, but even good developers may have bad managers ... TK ~| Introducing the Fusion Authority Quarterly Update. 80 pages of

RE: Tricky Form validation Question (for me at least)

2006-10-10 Thread Mosh Teitelbaum
Munson, Jacob wrote: Yes, the GUI updates, in both Firefox and IE. Setting the value to an invalid option is just ignored in Firefox, but in IE the select list is set to blank (nothing selected). Interesting. Thanks for the update. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax:

RE: Tricky Form validation Question (for me at least)

2006-10-10 Thread Mosh Teitelbaum
Dave Watts wrote: Well, strictly speaking, this isn't a JavaScript thing as much as an HTML DOM thing. It's up to the DOM to specify what's what in the browser. In the case of SELECT fields: Right... and actually, as I suggested in a subsequent paragraph, the value property may have been added

Re: cfblog.com

2006-10-10 Thread Phill B
Well its not the same site I was thinking of but it looks pretty darn cool. Thanks On 10/10/06, Munson, Jacob [EMAIL PROTECTED] wrote: You might be thinking of http://www.instantspot.com/ And no, I can't get cfblog.com to load either. -Original Message- From: Phill B

  1   2   >