Re: cfform input w/rollover

2001-04-10 Thread Jon Hall
cfform does not inhibit a standard submit rollover javascript. Check out Mikodocs tutorial on the subject. http://www.mikodocs.com/tags/forms/index_famsupp_107.html jon - Original Message - From: "Alan Koenig" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, April 10,

Re: Win2K File Associations Not Working

2001-04-11 Thread Jon Hall
Perhaps someone who has run into this may be able to help you more, but I'll give it a shot... In IIS is the cfm extensions being processed through C:\CFusion\bin\iscf.dll ? I have a hunch something is not right with IIS though...you say this is a fresh install of Win2k? Did you install any

Re: IsDefined('') v. cfset

2001-04-12 Thread Jon Hall
cfparam will be more expensive than cfset, just because it tests forthe existence of a variable before setting it. However it's like comparing apples to oranges. They are used for different reasons. If you have a page that may or may not have a variable passed to it, but you have code on the page

Re: Is WDDX alive well ?

2001-04-12 Thread Jon Hall
Funny you ask...supposedly Macromedia has contracted to have the site totally updated and redone. Someone mentioned the new site should be up very soon as work has already begun. jon - Original Message - From: "Tracy Bost" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday,

Re: Is WDDX alive well ?

2001-04-12 Thread Jon Hall
I specifically asked an Allaire consultant if wddx would work with Neo, and he said yes. So unless they have changed their mind in the last couple of months, I'd say if anything Macromedia would add another technology and try to migrate us... Not to mention they are investing in wddx right now...

Insert query?

2001-04-12 Thread Jon Hall
I know it's possible to Insert a Select statement if the tables are exactly the same, however is it possible to insert a CF queryset? Something like... cfquery INSERT INTO Table(Columns,...) #GeneratedQuery# /cfquery jon ~~ Structure your

Re: Insert query? - nevermind

2001-04-12 Thread Jon Hall
I just remembered I asked this question some time ago, and the answer was no. I would really love to be able do this though... cfinsert enhancement perhaps? Any technical reasons why this could not be done? jon - Original Message - From: "Jon Hall" [EMAIL PROTECTED] To: [EMAIL

Re: Insert query? - nevermind

2001-04-13 Thread Jon Hall
ect to a formatted text file and import directly into your db using a manual or automated process. -----Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 3:35 PM To: CF-Talk Subject: Re: Insert query? - nevermind I just remembered I asked thi

Re: Transferring 1-3Kb data

2001-04-17 Thread Jon Hall
With a couple of hundred users simultaneously, I dont think this is a job for CF, unless it's just processing the files after they have been uploaded. I think this functionality needs to be built into your application. The application needs to open a connection to the host which is listening for

Re: Transferring 1-3Kb data

2001-04-17 Thread Jon Hall
s done with visual c++? - Original Message ----- From: "Jon Hall" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, April 17, 2001 5:34 PM Subject: Re: Transferring 1-3Kb data With a couple of hundred users simultaneously, I dont think this is a job for C

Re: Setting up Access Datasources

2001-04-17 Thread Jon Hall
Hmm, I recenly had an app where I had an Access db on another server on the network. I the remote folder to a drive on my server and it verified fine. The problem I ran into is that the file chooser java applet only seems to see physical drives. If I put in the path manually it verified fine.

Re: The Best Clustering Solution

2001-04-18 Thread Jon Hall
The cheapest way to do this would be setting up a round robin dns system, and then using win2k's File Replication Service. http://www.labmice.net/FileMgmt/FRS.htm A step up for replication would be Microsoft's new Application Server 2000, which I must say is tres' slick.

Re: How secure are cgi variables

2001-04-18 Thread Jon Hall
Are you working on some kind of IP based security? While cgi.remote_addr is generated by the server, ip address spoofing is not hard, so any ip based security will not keep out a resourcful hacker. jon - Original Message - From: "Robert Everland III" [EMAIL PROTECTED] To: "CF-Talk"

Re: WDDX.org is now OpenWDDX.org

2001-04-18 Thread Jon Hall
You know what I really want? More examples of wddx integrated with other languages, maybe some actual working programs, and a kitchen sick if it's ok.. ;-) jon - Original Message - From: "Rey Bango" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, April 18, 2001 8:05 PM

Manual Lock row?

2001-04-19 Thread Jon Hall
OK, here is my problem, I have two program running on different servers that query and update the same field in the same database. I am running into concurrency problems where users happen to be running the same program at the same time and end up updating the field with the wrong info. What I

Re: Send Cookie in custom tag?

2001-04-19 Thread Jon Hall
Dont know if that would work, but if you dont mind relying on javascript, something like this will work. cfcookie name="test" value="1" script self.location='myPage.cfm'; /script The cooke will get set fine... jon - Original Message - From: "Willy Ray" [EMAIL PROTECTED] To: "CF-Talk"

SQL update not executing?

2001-04-19 Thread Jon Hall
OK, no response on the question earlier, but maybe someone has seen this or can help me figure out where to look... I have a page which every once in a while will execute fully, but there is an update statement that does not update the database even though I see the query in my debug. Here is a

Re: SQL update not executing?

2001-04-19 Thread Jon Hall
vel (in a web based environment, due to its stateless nature) and is dubious as a Stored Procedure. I'll bug him more about it tomorrow and see if he can't come up with a 'different' solution. Todd Ashworth - Original Message ----- From: "Jon Hall" [EMAIL PROTECTED] To: &qu

Re: studio upgrade

2001-04-20 Thread Jon Hall
The new VTM's will be released with CF Server 5 though. jon - Original Message - From: "Patricia Lee" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, April 20, 2001 10:50 AM Subject: RE: studio upgrade I've heard that Studio 5 won't be released until about 6 months

Re: Is CF still relevant?

2001-04-20 Thread Jon Hall
I dont have a problem parsing XML with CF, although no server side scripting language like cf or asp and so on is ever going to be the best tool for that. Any programming language can be object oriented, it's whether or not the language designer forces the situation as in Java's case. I can make

Re: How do i set up a Java CFX tag.

2001-04-23 Thread Jon Hall
Go here and download the jvm. Install is painless. http://java.sun.com/j2se/1.3/jre/download-windows.html jon - Original Message - From: Rick Lamb [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, April 23, 2001 1:11 PM Subject: How do i set up a Java CFX tag. I need to

Re: How do i set up a Java CFX tag.

2001-04-23 Thread Jon Hall
Nope, Java is Java, it needs an interpreter to do anything. All Java programs are compiled into bytecode, that's why theorhetically you can take that cfx that you have and install it on a *nix machine as long as the jvm is installed. jon - Original Message - From: Jeffry Houser [EMAIL

Re: 100s of FTP Accounts

2001-04-24 Thread Jon Hall
Dont bog down Windows with all these users. If you use IIS ftp, plan carefully by assigning your users to groups. The IHTK @ www.intrafoundation.com is a set of custom tags that will let you programatically set up IIS ftp accounts, directories, and so on. You might want to think about using an

Re: slightly OT: html formatted e-mails

2001-04-24 Thread Jon Hall
I've got to disagree stongly with this. If you have 1000 users, 20% = 200 users who are going to give you a call or send an email. Not only that, these are the users you want to speak to the least, because they still dont know how to upgrade their browser or email client. I am currently

ODBC Error

2001-04-24 Thread Jon Hall
I'm getting this error when executing a stored procedure occasionally under load. Error Diagnostic Information ODBC Error Code = 01000 (General warning) [Microsoft][ODBC SQL Server Driver][SQL Server]rotation Anyone know what a general warning means? jon

Re: New CF5 Partner Hosting License

2001-04-26 Thread Jon Hall
It really depends upon the price, if it's not to expensive, priced similar to a CAL for Win2k or thereabouts, this wont be a problem. However if the price goes higher than a couple hundred dollars per site it no longer is profitable to charge somone a competitive price for a simple CF

Re: New CF5 Partner Hosting License

2001-04-26 Thread Jon Hall
snarled fiercely if you asked them what they thought about either... jon - Original Message - From: Jim McAtee [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, April 26, 2001 5:33 PM Subject: Re: New CF5 Partner Hosting License - Original Message - From: Jon Hall [EMAIL

More locking confusion...

2001-04-26 Thread Jon Hall
Ok I got the devcenter mailinglist today like a lot of us, and I was checking out the article titled ColdFusion Methodologies for Content Management at http://www.allaire.com/handlers/index.cfm?ID=20750. The author writes: An easy answer to this problem is to dump the entire SESSION or

Re: Newbie: Trouble With Browser Loading Old Page

2001-04-26 Thread Jon Hall
Put the below code on the page in question. CFHEADER NAME=Expires VALUE=Mon, 06 Jan 1990 00:00:01 GMT CFHEADER NAME=Pragma VALUE=no-cache CFHEADER NAME=cache-control VALUE=no-cache jon - Original Message - From: Petro Rondiak (Rev3) [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

Re: New CF5 Partner Hosting License

2001-04-27 Thread Jon Hall
Probably not until the 30th, or it wouldn't answer the most important question...price. That's Monday for you Yahoo's. jon - Original Message - From: Ken Wilson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, April 27, 2001 3:25 PM Subject: Re: New CF5 Partner Hosting

Re: Hosting Service Provider Edition Clarification

2001-04-27 Thread Jon Hall
Ok, what this means for my company and for Macromedia is... According to the FAQ, we can purchase Pro or Enterprise to host our own applications and be within the license. So our companies bottom line is not really affected as far as development goes. However, I do not see us continuing to offer

Re: FAQ POSTED: New CF5 Partner Hosting License

2001-04-27 Thread Jon Hall
Ok, to raise the reliability of hosting providers you think that raising the price will help? . So theorhetically now hosters with smaller budgets who have less expensive / reliable servers wont offer CF Hosting and all of the sudden CF Servers dont crash? As a smaller hoster whos web servers

Re: FAQ POSTED: New CF5 Partner Hosting License

2001-04-28 Thread Jon Hall
I meant 5 hours downtime...doh! jon - Original Message - From: Jon Hall [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, April 27, 2001 11:44 PM Subject: Re: FAQ POSTED: New CF5 Partner Hosting License As a smaller hoster whos web servers have excellent uptime, 5 hours

Re: Continue processing form based on user input

2001-04-29 Thread Jon Hall
There is more than one way to do this, and the question is rather broad, but on the action page do a routine that checks checks to see if there is a duplicate value first. If there is, stop processing and ask the user if they want to continue. The page that asks the user if they want to continue,

Re: CF-Partners List

2001-04-30 Thread Jon Hall
31,403... ;-) jon - Original Message - From: Stephen Kellogg [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, April 30, 2001 11:06 AM Subject: RE: CF-Partners List Only 6000? Your post made me take a look at my CF-Talk folder. I've got over 12,000 and that's after

Re: Help me! My brain won't start

2001-04-30 Thread Jon Hall
There is no reason to use the caller scope unless you are referencing the calling page from _within_ a custom tag. So, if you want to pass an array to a custom tag, your first example will work fine. jon - Original Message - From: Russel Madere [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: OT but VIQ: Denial of Service Attacks

2001-04-30 Thread Jon Hall
PoisonBox is a rather infamous group of hackers...if they want in, they can get in. I believe they where the group that bragged of hacking 200+ Chinese websites recently, and got mentioned in Wired... Take a look at the time the files were altered, look in your log files around those times. See

Re: Creating a Dynamic Menu

2001-04-30 Thread Jon Hall
I believe MSNBC uses some sort of custom ActiveX control. You can get the same look and feel though. with a Javascript/DHTML script that others have mentioned. Just dynamically generate the Javascript with CF. If you are worried about performance, you could get real slick, and generate your menu

Re: CF-Talk-list V1 #306 - Viewing PDF

2001-05-01 Thread Jon Hall
Just make a standard link to the pdf, Acrobat Reader installs itself as a browser plugin by default, so it should always open in a browser window. jon - Original Message - From: Mark Smeets [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, May 01, 2001 2:06 PM Subject: Re:

Re: JOIN queries from two datasources

2001-05-01 Thread Jon Hall
You dont need CF5 for this...still have not found a good use for the query a query feature ;-) This is from a previous message to the list. You can access all SQL Server databases fully as long as you have at least one odbc connection to the database server on the web server. I have not fully

Client Variables

2001-05-01 Thread Jon Hall
Ok, I upgraded my local machine to SQL Server 2000 today, and I didn't move over the cfvar db where I keep my client vars, because it's my dev machine and it's not really important anyway. I went into the administrator one, and tried to delete the cfvar listing in the administrator and got an

Re: pass form.variable by URL

2001-05-02 Thread Jon Hall
Since the variable part of the url in the popup, the variable is now in the url scope and is called msg. Try referencing the variable without a scope with #msg# or with the correct scope #url.msg#. Both should work. jon - Original Message - From: FARRAH NG [EMAIL PROTECTED] To: CF-Talk

Re: OT - Good list for HTML questions

2001-05-02 Thread Jon Hall
You need not go further than http://www.evolt.org The general web design list out there imo. jon - Original Message - From: Perez, Bismark [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 11:16 AM Subject: OT - Good list for HTML questions Hello there,

Re: custom tag for a progress meter

2001-05-03 Thread Jon Hall
Which means they are using makeunique. It's not a bug, it's a feature... Warn me if you ever make a custom tags that use cffile. jon - Original Message - From: Peter Tilbrook [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 6:58 PM Subject: RE: custom tag

Re: IE 6 (whistler)

2001-05-03 Thread Jon Hall
To put it all in one email. WindowsXP = Finally moving the consumer Windows to the NT codebase, replacement for WinME/98 WinXP Pro = Like 2000 Professional except it shares the UI with the regualr XP (ugh) Win 2002 Server Win 2002 Adv Server I do not know what the UI's for 2002 will look like, I

Re: Access ldb files w/a twist

2001-05-04 Thread Jon Hall
The cfusion_disable_dbconnections() works fine, however, just call your host, and tell them to uncheck the box that says 'Maintain database connections'. Then curse at them because they are not following SOP for Access databases ;-) ldb's will not be a problem if this box is unchecked. jon -

Re: Problem with login page

2001-05-04 Thread Jon Hall
So what is the name of the password field on your login page? Is it UserPassword? jon - Original Message - From: Hubert Earl [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, May 03, 2001 7:15 PM Subject: Problem with login page hi. when i submit my login page i get this

Re: Inline HTML Editor

2001-05-04 Thread Jon Hall
ezEdit Free IE only http://www.siteobjects.com/ eWebEditPro Little Expensive NS IE http://www.ektron.com/ jon - Original Message - From: David Cummins [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, May 03, 2001 5:55 PM Subject: Inline HTML Editor I know this question

Re: Credit Card DB Encryption Methodology

2001-05-04 Thread Jon Hall
Sounds very secure, of course you might add that the database in question should never be on a web server. The database should only be accessible from behind a firewall which permits only the web server's ip to access the database server. jon - Original Message - From: Tony Schreiber

Re: Credit Card DB Encryption Methodology

2001-05-04 Thread Jon Hall
I just use encrypt/base64 to encrypt cards as sop. Here is my snippet, the key I choose randomly for each site. cfset secret_word_encrypted= ToBase64(encrypt(#string2beEncrypted#,#key#)) cfset secret_word_decrypted= decrypt(tostring(tobinary(#secret_word_encrypted#)),#key#) jon - Original

Re: Access ldb files w/a twist

2001-05-04 Thread Jon Hall
I did not noticed any performance problem in testing I did a while back, besides, using Access is a performance hit in and of itself. Access cant have too many simultaneous users without serious performance problems of it's own. jon - Original Message - From: Zachary S. Bedell [EMAIL

Re: Credit Card DB Encryption Methodology

2001-05-04 Thread Jon Hall
Yes, I agree your method is much more secure, just harder to snippetize ;-) jon - Original Message - From: Tony Schreiber [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, May 04, 2001 4:25 PM Subject: Re: Credit Card DB Encryption Methodology That's what I'm doing, but

Re: BANNER AD PROGRAM

2001-05-04 Thread Jon Hall
One problem you are going to run into with ANY CF banner program is performance first off, secondly is concurrency issues once you move to more than one server. If all you need is a counter, positions, and a random ad then you are safe with just about anything, however once you move to weighted

Re: BANNER AD PROGRAM

2001-05-04 Thread Jon Hall
Subject: Re: BANNER AD PROGRAM I can understand the potential performance problems, but what kind of concurrency issues do you have if you're storing all ad campaign data in a central database? Jim - Original Message - From: Jon Hall [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: What's the best way to deal with inexplicable error messages?

2001-05-04 Thread Jon Hall
I choose A, which usually ends up leading to C which then ends up with me doing B. ;-) jon - Original Message - From: Hubert Earl [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, May 04, 2001 4:56 PM Subject: What's the best way to deal with inexplicable error messages?

Re: CF Studio and UltraDev Merging

2001-05-05 Thread Jon Hall
Set Studio as your external code editor and press ctrl-e jon - Original Message - From: Jon Dunn [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, May 05, 2001 6:56 PM Subject: Re: CF Studio and UltraDev Merging! ABSOLUTELY jd From: Al Musella, DPM [EMAIL

Re: cflock?? dead brain, Help!

2001-05-07 Thread Jon Hall
Why are you selecting all of the records to get a recordcount? Selecting that many records is going to kill CF. That part should be gotten rid of. This is what is causing your server to crash. CFLock will not stop other people from writing to the database on other parts of the site. It would only

Re: Realtime Background Task

2001-05-07 Thread Jon Hall
This makes me wonder if Neo will allow us to use Java's inherent threading capabilities easily. I would just love the ability to cfspawn process.cfm or process.class... and have this process have access to all of the CF properties, variables, and whatnot. jon - Original Message - From:

Re: Automatic File synchronization between clustered servers.

2001-05-08 Thread Jon Hall
How are you handling synchronization now? Win2k FRS does this pretty well, and I haven't run into the problems you are seeing. If you are actually running into network contention on the link between the two servers. You may be able to put another NIC in each machine and specify the content

Re: Log files of a web attack.

2001-05-09 Thread Jon Hall
A little more info is starting to go around. This attack is a scripted attack from a worm that infects Solaris machines, which then attack up to 2000 IIS servers before putting up the f*ck usa pages on the Solaris machine. Mostly harmless, but you gotta admire the mind that came up with that.

Re: cfloop vs cfoutput

2001-05-09 Thread Jon Hall
And now to inject a little more uncertainty... Just a couple of months ago an Allaire consultant told me that cfloop was the second slowest tag after cfmail. Always use cfoutput to output queries. I imagine he was speaking relatively though. I can think of some really slow tags. jon -

Re: cfloop vs cfoutput

2001-05-09 Thread Jon Hall
I think that has made it into Hals Helms worst practices list. Learn to use SQL joins and this is never necessary. jon - Original Message - From: Adkins, Randy [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 09, 2001 1:08 PM Subject: RE: cfloop vs cfoutput You can

Re: SQL 7 Question

2001-05-09 Thread Jon Hall
The dbms needs to support it, but yeah it's known. I guess the only limit would be the amount of time you want that connection open to the database server. It is not the equivalent to a transaction. I thought so also until Dave Watts corrected me a little while ago ;-) Each different command

Re: XML and Java training?

2001-05-10 Thread Jon Hall
Sun does training. http://suned.sun.com/HQ/developers/ jon - Original Message - From: Braver, Ben [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, May 10, 2001 12:47 PM Subject: OT: XML and Java training? My boss and I are being asked by hq to get training in XML and

Re: Harpoon Release is Final Available

2001-05-14 Thread Jon Hall
Out of curiosity, how is data transferred now? Is it still xml? jon - Original Message - From: Steve Drucker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, May 14, 2001 1:06 PM Subject: RE: Harpoon Release is Final Available It's gone...the Harpoon documentation

Re: SQL Server 7 book(s) recommendation

2001-05-15 Thread Jon Hall
I bought Lan Times Guide to SQL, and it was a good book to get my feet wet. It doesn't get into anything SQL Server specific though, and sticks to the standards. I also got the black Using SQL Server 7 from Que. I was totally underwhelmed, stay away from it. I now have 2 of the SQL Server 2000

Re: blank cfm page in Netscape

2001-05-15 Thread Jon Hall
You are missing your /html tag If a page is coming up blank in Netscape, 95% of the time it's because there is either an extra tag or a missing tag. For me putting the html in a validator usually shows the problem right away. http://www.htmlhelp.com/tools/validator/ jon - Original

Re: .cfm extension and URLs

2001-05-15 Thread Jon Hall
I remember reading this a long time ago. The article said that search engine spiders could get lost in dynamic sites, because as we know potentially a site could have thousands of links, so they didn't index anything with query strings or non html sites. However I think if it was ever true, it

Re: the big export...ColdFusion.NET?

2001-05-18 Thread Jon Hall
Michael, before you go and learn VB, realize that vb is morphing into vb.net. Although the syntax is similar, the changes/improvements are quite drastic. You may want to skip picking up a book on the old VB and concentrate on learning the new stuff. Microsofts site is a great place to start

Re: File Maker

2001-05-18 Thread Jon Hall
Filemaker 5 has a limited ODBC driver. It sorta works, but expect problems. Your best bet is to schedule a FMP script to export a delimited text file on a schedule. Then import that into the database on the web site. I have a project coming up where the clients internal database runs filemaker.

Re: What a task!

2001-05-18 Thread Jon Hall
How many thumbnails are there going to be? It might be more cost effective to train a peon (no offense to any peons out there;-)) to use a screenshot program jon - Original Message - From: Michael Lugassy [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, May 18, 2001 8:03

Re: [Re: Automatic File synchronization between clustered servers.]

2001-05-18 Thread Jon Hall
? Jon Hall [EMAIL PROTECTED] wrote: How are you handling synchronization now? Win2k FRS does this pretty well, and I haven't run into the problems you are seeing. If you are actually running into network contention on the link between the two servers. You may be able to put another NIC in each

Re: the big export...ColdFusion.NET?

2001-05-21 Thread Jon Hall
Mone [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 7:01 PM To: CF-Talk Subject: RE: the big export...ColdFusion.NET? What is C#? -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 7:36 AM To: CF-Talk Subject: Re: the big export

Re: Setting Dynamic Variables

2001-05-21 Thread Jon Hall
This is not guaranteed to work with future versions of CF. Look into the setVariable() function. jon - Original Message - From: Bob Silverberg [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, May 21, 2001 9:46 AM Subject: RE: Setting Dynamic Variables You've got the right

Re: Setting Dynamic Variables

2001-05-21 Thread Jon Hall
Spectra Compliance Engineer for Macromedia Email : [EMAIL PROTECTED] ICQ UIN : 3679482 My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 9:56 AM To: CF-Talk Subject: Re: Setting

Re: Tertiary Domain Creation

2001-05-22 Thread Jon Hall
Two ways I can think of to handle this. First tertiary domains are just subdomains, so there needs to be a dns entry for the subdomain. You can create dns files with coldfusion or anything else, they are plaintext. There may be something like this already built in the dev exchange. A second

Re: Create-edit-delete in Access - TAG

2001-05-23 Thread Jon Hall
Man, so many responses so few valid answers... ;-) In Studio: File/New/Data Entry Wizard jon - Original Message - From: CF Crazy [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, May 21, 2001 1:54 PM Subject: Create-edit-delete in Access - TAG Does anyone know have a good

Re: dynamic looping

2001-05-23 Thread Jon Hall
The script below is not really suitable for that many pictures. It is preloads all the pictures you tell it to, so it would be really fast after the first page, but that first ones a bear! ;-) You best would be to do what Michael did with the cf community pictures. Which was to store the path to

Re: Good resource on CF/XML integration?

2001-05-23 Thread Jon Hall
Yes. There are some good examples that come with the tag that will answer your questions. jon - Original Message - From: Dave Hannum [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, May 23, 2001 1:53 PM Subject: Re: Good resource on CF/XML integration? Yea, but how do

Re: Regular Expressions in CF Studio

2001-05-25 Thread Jon Hall
It exists already, however there is no documentation that I could find. The closest I was able to find was the the docs for WizML in studio. However there was no documentation of exact syntax. I tried using some of the functions like putting chr(32) in the find window and putting some random text

Re: CFQUERY Update......

2001-05-25 Thread Jon Hall
I have seen this behavior before under heavy load without using transactions, but it did not happen every time like you are seeing. An update will of course execute but not change the data if the where clause does not match anything. If you can copy the same query into Query Analyzer that shows

Re: bulk updating database from txt file

2001-05-27 Thread Jon Hall
With 30,000 records it would definitely be to your advantage to think about upsizing to a mere robust dbms. I bet the speed of SQL Servers BCP would cut down that import to less than 30 minutes, if that. jon - Original Message - From: Seamus Campbell [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: HTML question

2001-06-01 Thread Jon Hall
First pick up a good html book. You need to know the basics of html...Osborne's HTML The Complete Reference is the best imo. To answer your questions though. 1. There is no correct way. Do what works with the design. I generally totally rebuild the html mockup from the designer, after the client

Re: Updating multiple rows!

2001-06-01 Thread Jon Hall
Use the IN keyword. Update BiosPart SET VGA_Rom = 'PCI' WHERE Part_ID IN (751,752) I cant remember off the top of my head if there needs to be single quotes around the values in the parentheses. jon - Original Message - From: Ben Densmore [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

Re: REFindnocase - Parsing URL's

2001-06-02 Thread Jon Hall
Wow, now this is too much of a coincidence. I just opened up my email program to post a message saying I had just successfully written a program that parses url's out of a document, and was just wondering if anyone had a better way to do it. Well here is how I did it. If anyone knows of a faster

Re: REFindnocase - Parsing URL's

2001-06-02 Thread Jon Hall
, and not a file as you have done? Will -- Will Free Advertising-=- www.localbounty.com e: [EMAIL PROTECTED] icq: 31099745 - Original Message - From: Jon Hall [EMAIL PROTECTED] Newsgroups: cf-talk Sent: Saturday, June 02, 2001 9:57 PM Subject: Re: REFindnocase - Parsing URL's Wow, now

Re: REFindnocase - Parsing URL's - final code

2001-06-02 Thread Jon Hall
= endhrefPos - starthrefPos cfset url = mid(hrefArray[i],starthrefPos, urlLength) cfoutput#url#/cfoutputbr /cfif /cfloop - Original Message - From: Jon Hall [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, June 02, 2001 6:16 PM Subject: Re: REFindnocase - Parsing URL's

Re: Resubmit: cfgraph problem

2001-06-03 Thread Jon Hall
There was a problem with the documentation being incorrect for cfgraph during the betas. If you are still working with a beta, that may be the problem... I dont think the majority of us have CF5 final yet though. IIRC it is supposed to be shipping this week? You will probably get more responses

Re: Slightly OT: Javascript Error - Confirmation Box

2001-06-04 Thread Jon Hall
This will work function checksure() { return confirm('Are you sure you want to DELETE the Page you selected? This will also delete any SUB articles of this item!!'); } /script with the onsubmit=return checksure(); confirm() returns a boolean true or false already, no need to recreate it. jon

Re: Radiant Communications

2001-06-04 Thread Jon Hall
Most likely Verio does not have their own location in New Orleans. In most cities, Verio just co-locates with someone else. If the building power goes out, or some #$!%ing contstruction workers spray insulation into the ducts causing the AC to shutdown, or the moron on the rack next to you trips

Re: Forcing a refresh

2001-06-07 Thread Jon Hall
To fix the problem with the form, put the form tags outside the table tags. form... td.../td /form That will remove the line break. To refresh the opening window, you have to use the javascript window.open() to open the new popup (no target=new...). Then in the popup, execute the

Re: Next-N Design

2001-06-07 Thread Jon Hall
The way I handled this in my next-n tag is to take all form variables and turn them into url parameters. The tag takes all the existing url parameters and form vars with their values, and builds one query string that I append to all of the links the tag generates for the next, previous, and

Re: Dynamic Variable Names

2001-06-07 Thread Jon Hall
The problem you are having is because of the database structure. Those materials fields need to be in a different table with another field that relates to the project. Any time you have a 1 to Many relationship like these 20 materials to 1 project, it cries out for two tables. Here is some

Re: OT BUT URGENT: IIS stability

2001-06-08 Thread Jon Hall
Bite the bullet and reinstall Win2k. I have seen the problem with extremely slow transfers on my home machine. I thought it was a problem with my isp for a long time. Then I reinstalled Win2k and it worked wonderfully again... Patrick Norton of The Screensavers had the same problem too, fixed by

Re: NETSCAPE IS GOING AWAY! A Web Developer's Dream Come True!

2001-06-08 Thread Jon Hall
No it is not. jon - Original Message - From: John McKown [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, June 08, 2001 1:24 PM Subject: NETSCAPE IS GOING AWAY! A Web Developer's Dream Come True! ~~ Structure your ColdFusion

Re: OT: NETSCAPE IS GOING AWAY! A Web Developer's Dream Come True !

2001-06-08 Thread Jon Hall
This is just too much. Netscape 4.x is old and dying thank god, but NS6 is different and it is not going away. Netscape was arguably superior until around the 4.0's (96-97?) when MS started throwing tons of money into IE. Netscape as a company started to stagnate as many of their top developers

Re: OT: NETSCAPE IS GOING AWAY! A Web Developer's Dream Come True!

2001-06-09 Thread Jon Hall
Lets not forget Smart Tags... http://www.evolt.org/article/Microsoft_implementing_Smart_Tags_in_IE_release /1/11252/index.html jon - Original Message - From: Zac [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, June 09, 2001 12:33 AM Subject: Re: OT: NETSCAPE IS GOING

Re: CFSTOREDPROC and performance question

2001-06-10 Thread Jon Hall
How about using BCP? cfquery name=InsertInitial DATASOURCE=#DSN# USERNAME=#user# PASSWORD=#pass# BULK INSERT Table FROM 'D:\FR\FileResource\101-200.csv' WITH ( FIELDTERMINATOR=',', ROWTERMINATOR=' ' ) /cfquery http://msdn.microsoft.com/library/default.asp?URL=/library/psdk/sql/ts_ba-bz_4fec.htm

OT db update problem

2000-10-19 Thread Jon Hall
This is a multi-part message in MIME format. --=_NextPart_000_029A_01C039D5.90425F20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable This is really off topic but.. this code works in SQL = server, but does not work in Access

Re: Working with FedEx API?

2000-10-20 Thread Jon Hall
Let me warn you now. This program does NOT like Windows 2000, and machines with multiple IP addresses (so dont install it on any modern web server). We have to keep the stupid program on a standalone box on the network. Fedex is really dragging their feet on fixing this. jon - Original

  1   2   3   4   5   6   7   8   9   10   >