RE: CFFile is pretending to delete

2002-01-29 Thread Philip Arnold - ASP
> In my app users get a directory created for them in the root > of the site > (ex. www.mysite.com/userdir ). This user directory has only > one template > (index.cfm) that cflocations them to a dynamic page (ex. > www.mysite.com/dynamic.cfm?var=1 ) . > > The admin has the ability to change this

Re: CFHTTP

2002-01-29 Thread Paul Giesenhagen
This information will pull weather data from accuweather.com for Dryden Ontario (Canada) http://www.accuweather.com/adcbin/intlocal_index?wxcity2=DRYDEN&wxcount ry=CA;ON&metric=0" RESOLVEUL="true" throwonerror="true"> #variables.final_content# Hope this helps... ta

CFHTTP

2002-01-29 Thread Jim Vosika
I recently made a simple page using CFHTTP that pulled a webpage and displayed it. What I heard could be done with CFHTTP was you could pull a page and have CF look at the source and only display certain parts that are between a start and end point that you specify. Could someone give me an exampl

Re: Final Check through

2002-01-29 Thread Douglas Brown
Well one of the biggest issues I have seen is a user ability to click back on the customer information parts of e-commerce and resubmit. Usually causing duplicate entries for the customer shipping info etc. There are two major products that come out of Berkeley: LSD and [Unix] BSD. We don't

RE: CFFile is pretending to delete

2002-01-29 Thread Jeff Green
Just renaming the directory would be too easy, I guess :) hehehe Jeff -Original Message- From: Jeff Green [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 8:28 PM To: CF-Talk Subject: CFFile is pretending to delete Hi all, In my app users get a directory created for them in

Re: Please HELP!! - TCPClient and XML problem...

2002-01-29 Thread Ron Davis
erm SOAP? i use that in the shower... ?? If you couldnt tell, i'm VERY new to all this... All that I really know for sure is that the server on the other end thats getting my XML data stream is NOT a web server... just a machine that I'm supposed to connect to via tcpip, dump some data d

Re: Please HELP!! - TCPClient and XML problem...

2002-01-29 Thread Lewis Sellers
On Tue, 29 Jan 2002 22:45:19 -0500, "Ron Davis" <[EMAIL PROTECTED]> wrote: > >Well I have the code all ready (thanks to VERY helpful members of this >list!), but when I try to actually run it, it acts like its processing (it >slows down like its chewing thru the process), but I never get a

CFFile is pretending to delete

2002-01-29 Thread Jeff Green
Hi all, In my app users get a directory created for them in the root of the site (ex. www.mysite.com/userdir ). This user directory has only one template (index.cfm) that cflocations them to a dynamic page (ex. www.mysite.com/dynamic.cfm?var=1 ) . The admin has the ability to change this user d

Please HELP!! - TCPClient and XML problem...

2002-01-29 Thread Ron Davis
Hey gang... I need to get some verification before I climb someones case... Very simply, I have a chunk of code that generates an XML string of data and then uses the TCPClient tag to send it to a server thats listening on the other end. Sounds pretty easy, eh? Well I have the code

RE: cfquery from a cfquery

2002-01-29 Thread John Cummings
Han, To do a query from a query, you'd do something like this: SELECT Something FROM SomeTable THEN SELECT Something FROM Query (The first query name goes here) Does this help? J. -Original Message- From: han peng [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 9:56 P

cfquery from a cfquery

2002-01-29 Thread han peng
hi.. i try to search for this from archives but unsuccessful so any can teach me how can i do it..?? eg. Select intCustomerID from tblCustomer Where UPPER(strCustomerName) Like '%#CustomerName#%' order by intCustomerID . SELECT intCustomerID from tblprospectdetails where intCusto

RE: CFStoredProc vs CFQUERY

2002-01-29 Thread Robert Everland
I don't know if a straight query is faster using either or, i.e. a simple query that just select data, but if you do something like looping, or you do processing in CF to pass into a query, making a stored procedure makes it much much quicker. Bob Everland -Original Message- From: Just

RE: little OT, getting DataTypeEnum from DAO

2002-01-29 Thread Shawn Grover
You are looking at the constant values for Field Types. This type of info is also available through ADO. I had found a list on msdn.microsoft.com of the values and their names, but don't quite remember where. I was doing searches on ADO and OpenSchema at the time. Hopefully this is enough t

RE: little OT, getting DataTypeEnum from DAO

2002-01-29 Thread Bryan Love
Have you seen SQLGen? It's a cool program that does just what you're talking about. http://aloha-webdesign.com/ click the "SQLgen 2.0 Release" link +---+ Bryan Love Macromedia Certified Professional Internet Application Developer Database Analy

RE: CFStoredProc vs CFQUERY

2002-01-29 Thread Ray Bujarski
stored proc is definately faster because everytime you use cfquery, the sql inside the tag has to be interpreted to the language the dataserver understands...with cfstoredproc this step is skipped. At 06:42 PM 1/29/2002 -0500, you wrote: >Do not know about speed, but access to output parameter

RE: CFStoredProc vs CFQUERY

2002-01-29 Thread Justin Greene
Do not know about speed, but access to output parameters and the ability to trap an error (i.e. detect that an error code was returned) are in themselves worth it. Justin > -Original Message- > From: Steven Durette [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 21, 2002 11:01 PM > T

little OT, getting DataTypeEnum from DAO

2002-01-29 Thread James Sleeman
Hi all, I'm doing a little experimentation with getting table & field information from Access using some code Brendan Avery posted (RE: SQL for grabbing list of tables in DB / fields in table?). My intention is to use this information to further automate the creation of administration systems.

Re: CFMAIL "unknown exception" sending to pager- solved sorta

2002-01-29 Thread Jennifer Larkin
I tested it on CF 4.5 and it worked. I guess maybe it's a CF 5 bug or something. At 02:08 PM 1/29/02 -0800, you wrote: >To clarify, the other cfmail call in the page (the one that is working) is > >identical in parameters except the recipient address. The content is >different but I've scaled do

Re: Final Check through

2002-01-29 Thread Billy Cravens
Well, there's entire books dedicated to web security, a few things Paul didn't mention: 1) verify data type - if users are entering any freetext, make sure it's valid (ie, isNumeric, is gt 0, etc) 2) client assumptions - make sure you aren't assuming things like JS or Cookies, or if so, make sure

Re: CF-HOTFIX for trim errors with Incorrect Results for Non-English Languages

2002-01-29 Thread Paul Hastings
> Good news. A tech notes/hot fix for "The trim, ucase, and lcase Functions Return Incorrect Results for Non-English Languages" is now available at... > > http://www.macromedia.com/v1/handlers/index.cfm?ID=22434&Method=Full > > this relates to ?'s ( german for 'SS') being trimmed off by trim actu

Re: Final Check through

2002-01-29 Thread Paul Giesenhagen
Mike, 1) Make sure blank form fields are accounted for 2) Make sure taxes and shipping and total price all total correctly 3) Any secure information being sent via email? 4) Chck to make sure people cannot hack into your system to obtain users information (cc numbers ect..) 5) Cross your fingers!

Re: Cold Fusion and Visual Source Safe

2002-01-29 Thread Billy Cravens
I've used PVCS Version Manager (similar to VSS) with success in the past. If you integrate it into Studio, it works pretty well. - Original Message - From: "Jaye Morris" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, January 29, 2002 3:28 PM Subject: Cold Fusion and

Final Check through

2002-01-29 Thread Michael Ross
I know this may not be very good, but I want to make sure I do this right. I am just about to go live with a site with the whole shopping cart thing, Its all ready but it being my first cart I was wondering if anyone had any final checks just to make sure...like security and dumb users. I am

Re: CFMAIL "unknown exception" sending to pager

2002-01-29 Thread Jennifer Larkin
To clarify, the other cfmail call in the page (the one that is working) is identical in parameters except the recipient address. The content is different but I've scaled down the content for testing. By the way, this is being tested on CF 5 but will be migrating to CF 4.5. Unfortunately I can

Dev exchange problems

2002-01-29 Thread Mark A. Kruger - CFG
Is anyone else having problems logging into the dev exchange? I'm getting the very useful and insightful error message below while trying to upload my new (and very exciting )web top application (sigh). Looks like spectra to me - did they go back a version . Mark Mark A. Kruger, MCSE, CFG www.c

Re: CFMAIL "unknown exception" sending to pager

2002-01-29 Thread savan . thongvanh
may sound silly but is that really the number you want to send to? you need the 1? 1-916-521-5984 [EMAIL PROTECTED] on 01/29/2002 04:01:44 PM Please respond to [EMAIL PROTECTED] To: CF-Talk <[EMAIL PROTECTED]> cc: Subject: Re: CFMAIL "unknown exception" sending to pager not a cf pro

Re: CFMAIL "unknown exception" sending to pager

2002-01-29 Thread Bryan Stevenson
have you specified a mail server in CF Admin? if not then either specify there or add the mailserver attribute to the cfmail tag. HTH Bryan Stevenson VP & Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] ---

Re: CFMAIL "unknown exception" sending to pager

2002-01-29 Thread savan . thongvanh
not a cf problem w/ the email address. i'm doing the same thing. Jennifer Larkin <[EMAIL PROTECTED]> on 01/29/2002 03:47:34 PM Please respond to [EMAIL PROTECTED] To: CF-Talk <[EMAIL PROTECTED]> cc: Subject: CFMAIL "unknown exception" sending to pager I'm using CFMAIL in the same temp

CFMAIL "unknown exception" sending to pager

2002-01-29 Thread Jennifer Larkin
I'm using CFMAIL in the same template twice. The first time it works but the second time it throws this exception: "unknown exception condition TagCFMail::sendMessage" The only thing I can thing of is that the server can't handle the recipient address for some reason. Please don't send a test m

RE: Cold Fusion and Visual Source Safe

2002-01-29 Thread Zac Belado
> Hope this is not too OT. Are there any dev teams uisng Visual Source > Safe for their code (or similar product)? Did you find it useful? Our team is currently using it for one project and while it is useful we're looking at moving to CVS instead. The main problem is a lack of cross platform

RE: Cold Fusion and Visual Source Safe

2002-01-29 Thread Shawn Grover
And, as with any versioning system, your source control is only as good a s long as all users agree to use it consistently. Agree??? I didn't have a choice. I was pretty much told to use it, or go elsewhere. (hmmm that sounds more extreme than it was...) __

RE: Cold Fusion and Visual Source Safe

2002-01-29 Thread Ken Wilson
Speaking of Source Control, does anyone here have experience with Perforce. Better yet, anyone here with experience in both VSS and Perforce that might be able to address differences/benefits of one over the other. Ken __ Dedica

RE: Cold Fusion and Visual Source Safe

2002-01-29 Thread Joel Parramore
Source control in general is a good idea for being able to work on multip le versions of a codebase by several developers (as well as being able to re cover more easily from an "oops"-type maneuver. We use VSS here for both ColdF usion templates for web apps and desktop application development.

RE: Cold Fusion and Visual Source Safe

2002-01-29 Thread Shawn Grover
We use it extensively for all of our projects - CF and otherwise. For our web apps, it's pretty handy for each developer to use the same working folder on the development server. But you have to be aware of who has what checked out in that case. VSS saved our buts once or twice when files beca

Re: Cold Fusion and Visual Source Safe

2002-01-29 Thread Nick Texidor
I used the two together for a few years, it saved my bacon a few times too!! I found it very useful for several reasons including, a history of changes, code could be recoevered in the event of deleting files, and the ability to rollback to any previous version of the file. All normal source con

Re: Cold Fusion and Visual Source Safe

2002-01-29 Thread Scott Brady
Jaye Morris: > Hope this is not too OT. Are there any dev teams uisng Visual Source > Safe for their code (or similar product)? Did you find it useful? The last place I worked used it and there weren't many problems with using it. And, it did make it easier to roll back code when things didn't

RE: Cold Fusion and Visual Source Safe

2002-01-29 Thread C. Hatton Humphrey
We use VSS here. Integration wise things are pretty good... we have to manually check files in and out and it logs everything, which is the main reason that it's usage was implemented. It does also make things a bit less confusing. We handle a large number of projects, both large and small and

Re: Slightly OT - CF and Developers Fees

2002-01-29 Thread John B. White
One important consideration of a job with the University at which you study - they generally are very understanding about classes and time needed to attend them. Unless you work for yourself, this isn't always the case with an employer, particularly one who is paying market value for your services

RE: Cold Fusion and Visual Source Safe

2002-01-29 Thread Weaver, Anthony
At The Limited, some groups are using SourceSafe for CF source control. We have integrated SourceSafe at the client side only. Some use project files and automatic check-in/out. Others simply manually check in/out the files. I personally think it is great. Some people here do not like it, b

Cold Fusion and Visual Source Safe

2002-01-29 Thread Jaye Morris
Hope this is not too OT. Are there any dev teams uisng Visual Source Safe for their code (or similar product)? Did you find it useful? // Jaye Morris, Multimedia Designer __ Get Your Own Dedicated Windows 2000 Server PIII 80

RE: CFX_Cybercash

2002-01-29 Thread Lee Fuller
Remember, Cybercash is changing to Verisign. They have been emailing everyone about the changes about every 2 weeks, and even more, until the change date. Make sure you contact them for changes need to the MCK configuration. Once you make those changes (and they're simple) all should be fine. Ou

Re: CFQUERYPARAM, decimals and SQL Server

2002-01-29 Thread ksuh
Yup. Also, I'm using MDAC 2.5SP2. - Original Message - From: Chris Norloff <[EMAIL PROTECTED]> Date: Tuesday, January 29, 2002 12:45 pm Subject: Re: CFQUERYPARAM, decimals and SQL Server > Does it error if you use cfsqltype=cf_sql_numeric? > > Chris Norloff > > -- Original M

RE: Changing access

2002-01-29 Thread Janine Jakim
Actually mine are only in one group also- wasn't thinking before I wrote that. I added it all in and works good. Thanks for your input. -Original Message- From: Gyrus [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 3:05 PM To: CF-Talk Subject: Re: Changing access > That's wh

RE: CFX_Cybercash

2002-01-29 Thread Sima Lee
Hi, Stephenie, Thanks for your response but it seems strange. The one we are currently using is version 2.1( not 100% sure though), and it worked fine till last Thursday. Regards, Sima -Original Message- From: Stephenie Hamilton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2

RE: Another RegEx question

2002-01-29 Thread Steve Oliver
Ah, well then try this. Rereplacenocase(string, "href=""([^""]*)""", "\1", "ALL") I'm not sure if you have to escape the quotations with a \ or not. But if so it would be like this. Rereplacenocase(string, "href=\""([^\""]*)\""", "\1", "ALL") __ steve oliver cresco technolog

RE: CFX_Cybercash

2002-01-29 Thread Stephenie Hamilton
Good luck! When I was with CFXHosting we ran this tag on all our CFX-Advanced plan servers, but then sometime last year the tags quit working. The urls they had imbedded in the tag gave a 404 error and after numerous emails to support we never got a response. We had to abandon the tag completely!

RE: Another RegEx question

2002-01-29 Thread Shawn Grover
Thanks, but if I have an anchor tag in this format, it won't return the HREF alone http://someplace.com/page.cfm"; name="SomeName"> Your regular expression will include the name attribute as well. -Original Message- From: Steve Oliver [mailto:[EMAIL PROTECTED]] Sent: Tuesday, J

Re: Slightly OT - CF and Developers Fees

2002-01-29 Thread Alex
He asked about his wage relative to the market. And he is vastly underpaid. If he wants to stay with the university try to get an internship with a computer scientist, mathematicain, or engineer and learn some theory and research methods. What you learn from them would outlast your CF knowledge.

CFX_Cybercash

2002-01-29 Thread Sima Lee
Hello, I am trying to get a new copy of the CFX_Cybercash tag (Dated Oct, 1 2001). I tried to get it from the DevEx Tag Gallery but it links to Cybercash's site and I just get a page not found and Verisign's site is no help either. If someone has this tag, can they please send it to me. Thank yo

Re: Slightly OT - CF and Developers Fees - FINISHED

2002-01-29 Thread Michael T. Tangorre
Tanks All for your help. My apologies for cluttering up anyone's box that did not really want these messages, but please note, the responses were great. Thanks, Mike PS ---> If anyone wants to discuss this further off list, please feel free to email me at [EMAIL PROTECTED] I sure could use mor

RE: Getting the id of the row you just inserted...

2002-01-29 Thread Christopher Olive
so do i, oddly enough. :) christopher olive, cto, vp of web development cresco technologies, inc 410.931.4092 http://www.crescotech.com -Original Message- From: Steve Oliver Sent: Tuesday, January 29, 2002 3:21 PM To: CF-Talk Subject: RE: Getting the id of the row you just inserted...

RE: Getting the id of the row you just inserted...

2002-01-29 Thread Steve Oliver
I do it this way SET nocount on; INSERT INTO table (col1, col2, col3) VALUES ('blah', 'blah', 'blah'); SELECT @@Identity as NewID; SET nocount off; This gives #insertRecord.newID# the ID you just inserted. __ steve oliver cresco technologies, inc. http://

RE: Getting the id of the row you just inserted...

2002-01-29 Thread Garza, Jeff
In SQL Server, write a stored proc and get @@identity. Works everytime. Jeff Garza Lead Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message- From: Voris, Jim [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002

Re: Getting the id of the row you just inserted...

2002-01-29 Thread Paul Giesenhagen
I usually do not auto number, I always insert a UUI! Before my inserts: insert. Then variables.newid is always available. Paul Giesenhagen QuillDesign Home of SiteDirector - Commerce Builder http://ww.quilldesign.com > It seems to me that there are three basic ways to get the id

Re: Slightly OT - CF and Developers Fees

2002-01-29 Thread Billy Cravens
I agree - but what a seasoned, full-time (40 hours if you're lucky, probably more) developer is worth is not the same as what a college student taking an 18 hour semester load is worth - totally different set of dynamics - Original Message - From: "Kreig Zimmerman" <[EMAIL PROTECTED]> To:

Re: Slightly OT - CF and Developers Fees

2002-01-29 Thread Billy Cravens
Are you willing to leave school to do that? Plus, internships usually come out of special budgets. My experience has shown that internships are more like contract positions than full-time in terms of rate. Not to mention the fact that internships are for college students only - otherwise, you'r

Getting the id of the row you just inserted...

2002-01-29 Thread Voris, Jim
It seems to me that there are three basic ways to get the id of the row you just inserted. 1) @@identity and 2) cflocking the insert statement and the select max(id) statement. and 3) qualifying the select max(id) statement to avoid problems caused by multiple threads. I'm curious which method

Re: Slightly OT - CF and Developers Fees

2002-01-29 Thread Billy Cravens
I'd agree. It sounds like a decent gig for college (I would have loved this when I was in school, far more than working for a record store or any other "typical" college job). However, you might want to look to some other resources - economics for a student working for the college are significan

Re: Slightly OT - CF and Developers Fees

2002-01-29 Thread Billy Cravens
Yeah, but it's pretty hard to do that and maintain an 18 hour load in school (if you were lucky enough to find a place that would hire a full-time college student and pay them market) Also, there's something to be said for sticking it out - it's by no means a rule, but some companies don't like "

Re: Changing access

2002-01-29 Thread Gyrus
> That's what I decided on. But then the question arised on which table > should it be in- the user table or the group table...I figured it > better be the user table since they may be in more than one group. I was actually suggesting you put the field in the table that stores the info records

Re: Studio makes me log in to 127.0.0.1-fixed!

2002-01-29 Thread Jeff Fongemie
Hello cf-talk, On Tue, 29 Jan 2002, at 11:20:43 you carefully wrote: JD> I would check your development mappings. I found the problem, and fixed it, but have no idea why it was a problem. I have a random picture on a display page. The location of all the random images was in a subdirecto

RE: pausing

2002-01-29 Thread Cantrell, Adam
One other alternative is to use javascript to hit the page every X seconds until your job is done. My bank actually does this to route me through a number of servletts before showing my account summary. However, the control is now on the client's browser, which of course comes with all of the typ

pausing

2002-01-29 Thread Adrian Cesana
I have a template that updates a few records then a backend process grabs the information and also performs an update. The backend process usually takes between 5-20 seconds. Whats the best method of pausing? I want to pause for 5 seconds issue a message and then after 5 seconds run query to se

RE: Changing access

2002-01-29 Thread Janine Jakim
That's what I decided on. But then the question arised on which table should it be in- the user table or the group table...I figured it better be the user table since they may be in more than one group. -Original Message- From: Gyrus [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28,

Re: CFQUERYPARAM, decimals and SQL Server

2002-01-29 Thread Chris Norloff
Does it error if you use cfsqltype=cf_sql_numeric? Chris Norloff -- Original Message -- from: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] date: Tue, 29 Jan 2002 11:24:10 -0700 >Arrgg. > >I'm trying to insert a number like "99.99" into SQL Server via >c

RE: multi-page forms

2002-01-29 Thread Cornillon, Matthieu
In my application, the users have no choice but to go through the system, so I don't need to worry about driving off customers, but I certainly don't want to complicate the user experience any more than I have to. I see the problem with presenting form after form to a user who thought it would

Re: Studio makes me log in to 127.0.0.1

2002-01-29 Thread Jennifer Larkin
At 01:41 PM 1/29/02 -0500, you wrote: >Tuesday, January 29, 2002, 1:38:47 PM >Hello cf-talk, > > Just recently, when I browse in studio, it makes me log in to my > local domain 127.0.0.1. Not always, but sometimes. It seems almost > random. Anyone else get this? Are you logging onto Windows

Re: Slightly OT - CF and Developers Fees

2002-01-29 Thread Alex
You quit a job not a reference. Hey, send in some UDFs to cflib.org if they are usable I am sure anyone who uses them could be your reference. On Tue, 29 Jan 2002, Michael T. Tangorre wrote: > good point... > but this job is a great reference for me.. in your opinion, how does that > play in?

RE: Studio makes me log in to 127.0.0.1

2002-01-29 Thread Joseph DeVore
I would check your development mappings. In Studio hit F8 and then click Browse then click the Development mappings button HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Jeff Fongemie [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 10:41 AM To: CF-Talk

Re: Slightly OT - CF and Developers Fees

2002-01-29 Thread Kreig Zimmerman
There's no point in getting paid less than you're worth. References are anyone you know who knows your work/you've worked with in a professional setting. Don't get hung up on them, especially for $6/hr. For that money, you could work in a record store and have a helluva lot more fun! - Ori

Re: https requests from CF

2002-01-29 Thread Lewis Sellers
On Tue, 29 Jan 2002 09:59:28 -0500, Dave Watts <[EMAIL PROTECTED]> wrote: >> Also, has anyone ever used cfx_tcpclient for an https >> transaction - if so, is that a better solution than cfhttp? > >I don't think the current version supports HTTPS or any SSL/TLS type True. See ... http://www.int

Studio makes me log in to 127.0.0.1

2002-01-29 Thread Jeff Fongemie
Tuesday, January 29, 2002, 1:38:47 PM Hello cf-talk, Just recently, when I browse in studio, it makes me log in to my local domain 127.0.0.1. Not always, but sometimes. It seems almost random. Anyone else get this? Best regards, Jeff Fongemie mailto:[EMAIL PROT

Re: JET

2002-01-29 Thread Mike Alberts
I think the article you mention gives the answer to 'what's the view in the cf community': "The Access ODBC Driver and Microsoft OLE DB Provider for Microsoft Jet are not intended to be used with high-stress, high-concurrency, 24x7 server applications, such as web, commerce, transactional, mes

RE: multi-page forms

2002-01-29 Thread Matt Robertson
Matthieu penned: > It does seem logical to me that the completion rate for a long > single-page form would be different from that of a multi-page form. > I am a little confused, though, because the long form that you > propose, Matt, even though it is actually one long form, appears > to the

CFQUERYPARAM, decimals and SQL Server

2002-01-29 Thread ksuh
Arrgg. I'm trying to insert a number like "99.99" into SQL Server via cfqueryparam. However, I'm getting an "Unknown Data Access Error." The code is: UPDATE tCompVC SET dtASDate = getDate(), tmASTime = getDate(), fGSTRate1 =

RE: Another RegEx question

2002-01-29 Thread Steve Oliver
If you just want the value of href, do something like: Rereplacenocase(string, "]*)>", "\1", "ALL") __ steve oliver cresco technologies, inc. http://www.crescotech.com -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002

Re: Slightly OT - CF and Developers Fees

2002-01-29 Thread Michael T. Tangorre
good point... but this job is a great reference for me.. in your opinion, how does that play in? I have had 2 great intenrships..one in DC and one in NYC that both paid $25/hr. Thsoe we each summer jobs, this webteam job has been mine for 4 years..what if I lose the reference? Im new to the findi

Re: Slightly OT - CF and Developers Fees

2002-01-29 Thread Alex
Yes, it's easy to quit and get a job that pays at the very least 3 times as much. You are worth what you are paid. You being paid $6/hr tells future employers that you are inexperienced, desperate, or easily taken advantage of. On Tue, 29 Jan 2002, Michael T. Tangorre wrote: > Id rather attempt

Another RegEx question

2002-01-29 Thread Shawn Grover
I find myself needing to find all the HREF values on a given page. Regular Expressions are the answer, but I haven't nailed the pattern yet. Any help??? I've tried the following: "\w+:\/\/[^/:]+:\d*?[^# ]*" "(\w+)://([^/:]+)(:\d+)?/(.*)[\s|>]" "href=\S.*[\S|>]" They tend to give me mo

Re: more on regex question...

2002-01-29 Thread Jeff Fongemie
Hello cf-talk, On Tue, 29 Jan 2002, at 11:35:15 you carefully wrote: SO> Wow, I just tried that to make sure it worked, and it gave me 100% SO> server utilization :) SO> This way works, I just tried it. SO> ReReplace(string,"(.*2002)","") Me too! 100% CPU! But the above works perfectly! Th

RE: multi-page forms

2002-01-29 Thread Matt Robertson
Andrew, Looks like I mis-read your last post. You're right. Client-side validation would be a bad thing. I've always liked CF's native server-side validation, although a lot of people dislike it. You'd have to write the messages carefully, keeping in mind the confusion factor. If there were a

RE: multi-page forms

2002-01-29 Thread Cornillon, Matthieu
Thanks to everyone for feedback on this issue. This point that Matt Robertson raises is an interesting one. It does seem logical to me that the completion rate for a long single-page form would be different from that of a multi-page form. I am a little confused, though, because the long form

RE: Client Variables and CFlocation

2002-01-29 Thread Jeffry Houser
At 12:10 PM 01/29/2002 -0500, you wrote: > > > I knew that if you set a cookie and then cflocate in the > > > same page the cookie isn't set. I realize that client > > > variables could be affected if their default storage was > > > cookie, however if I was using an DB for the variable > > > stora

RE: Client Variables and CFlocation

2002-01-29 Thread Mark A. Kruger - CFG
Rats Dave, I had a nice emailing explaining how this could only happen on the same request that the cfid/cftoken where set on... and you pre-empted me . I'll have to learn to type faster. -mk -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 9:

Re: Client Variables and CFlocation

2002-01-29 Thread Neil H.
I realized I has ClientCookies="yes" Neil - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, January 29, 2002 11:17 AM Subject: Re: Client Variables and CFlocation > It shouldn't be doing this. If you're storing client variables in > the >

RE: Client Variables and CFlocation

2002-01-29 Thread Dave Watts
> > I knew that if you set a cookie and then cflocate in the > > same page the cookie isn't set. I realize that client > > variables could be affected if their default storage was > > cookie, however if I was using an DB for the variable > > storage I would suspect otherwise. My theory is inco

RE: OT: I need some smart pills for my HTML text boxes...

2002-01-29 Thread Joshua Miller
I'm doing something similar with textarea, but I'm writing them dynamical ly with JavaScript populated by a CF variable: document.write('#cfvar#'); Joshua Miller Web Development::Programming Eagle Technologies Group, Inc. www.eagletgi.com [EMAIL PROTECTED] (304) 622-4499 x320 (VMail) CONFIDENTI

Re: Slightly OT - CF and Developers Fees

2002-01-29 Thread Michael T. Tangorre
Id rather attempt to get a new pay rate than to just quit..its easy to quit, its not as easy to get what you believe in... it takes work, that is why I polled the list for thoughts on rates. - Original Message - From: "Alex" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: T

RE: CFPOP, Exchange from proxy to ISA

2002-01-29 Thread Paul Sizemore
Our Net Mon shows POP isn't running on the exchange server. Classic. -Original Message- From: Paul Sizemore Sent: Tuesday, January 29, 2002 10:10 AM To: CF-Talk Subject: CFPOP, Exchange from proxy to ISA We just switched our Exchange server from Proxy to ISA. My CFPOP code now doesn't

Re: browser history and cache

2002-01-29 Thread Bryan Stevenson
Ya on the surface I think that kind of control would scream security violation. If you can delete the history then you could probably read it and see where your site visitors have beenthis as Worf once said "would be bad" ;-) Bryan Stevenson VP & Director of E-Commerce Development Electric

Re: Slightly OT - CF and Developers Fees

2002-01-29 Thread Michael Dinowitz
I'll have to update that. There have been many conversations on what constitutes price fixing in the past and what doesn't. If we tell him that he has to charge X amount because everyone else does, then that's price fixing. If we make general statements like "you can get more" or "a jobs a job

Re: Slightly OT - CF and Developers Fees

2002-01-29 Thread Bryan Stevenson
Well alot depends on how much CF you have learned and what level of CF you are using (i.e. just outputting data or full blown web applications). That said either way $6.00/hr. is a major kick in the pants (especially if you are training people as well). Now I'm in Canada, so our rates are pro

RE: more on regex question...

2002-01-29 Thread Steve Oliver
Wow, I just tried that to make sure it worked, and it gave me 100% server utilization :) This way works, I just tried it. ReReplace(string,"(.*2002)","") __ steve oliver cresco technologies, inc. http://www.crescotech.com -Original Message- From: Steve Oliver [mail

CF-HOTFIX for trim errors with Incorrect Results for Non-English Languages

2002-01-29 Thread Zac Spitzer
from the forums.macromedia.com Good news. A tech notes/hot fix for "The trim, ucase, and lcase Functions Return Incorrect Results for Non-English Languages" is now available at... http://www.macromedia.com/v1/handlers/index.cfm?ID=22434&Method=Full this relates to ß's ( german for 'SS') being

Re: Slightly OT - CF and Developers Fees

2002-01-29 Thread Billy Cravens
Fair can only be defined by your experience level, the quality of your work, and costs of living. When I was in college, I worked for minimum wage ($5.25 an hour at that point, I believe). That's how it is in college - you work dirt cheap. Typically wages are determined by the higher-ups in the

RE: more on regex question...

2002-01-29 Thread Steve Oliver
Oops, make that 2002 (living in the past) heh ReReplaceNoCase(cfhttp.fileContent, "(.*?)*2002", "") Or ReReplaceNoCase(cfhttp.fileContent, "(.*?)+2002", "") __ steve oliver cresco technologies, inc. http://www.crescotech.com -Original Message- From: Steve Oliver [ma

Re: Client Variables and CFlocation

2002-01-29 Thread ksuh
It shouldn't be doing this. If you're storing client variables in the DB, you can set client vars all you want and then cflocate. I do it all the time. > Yes, this is common behavior. You see, there is no state > management on > the web. There is no correlation between page requests

RE: more on regex question...

2002-01-29 Thread Steve Oliver
Since the beginning will be garbled html, try this. ReReplaceNoCase(cfhttp.fileContent, "(.*?)*2000", "") Or ReReplaceNoCase(cfhttp.fileContent, "(.*?)+2000", "") __ steve oliver cresco technologies, inc. http://www.crescotech.com -Original Message- From: Jeff Fonge

Re: Optional UDF arguments

2002-01-29 Thread Jamie Jackson
Great, thanks. Jamie On Tue, 29 Jan 2002 11:10:29 -0500, in cf-talk you wrote: >In order to use optional UDF parameters, you must not specify them in >the function declaration. See below: > >function sayHello(first) { > var last = ""; > if(arrayLen(arguments) gte 2) last = " " & arguments[2];

more on regex question...

2002-01-29 Thread Jeff Fongemie
Tuesday, January 29, 2002, 10:59:49 AM Hello cf-talk, cfhttp url = "http://met-www.cit.cornell.edu/cgi-bin/fcst?NH004 I've tried: reReplacenocase(cfhttp.fileContent, "/\w*\W*2002$/", "") and ReplaceNoCase(cfhttp.fileContent, "[ a-zA-Z0-9]+2002", "") Neither even touches the strin

  1   2   >