Re: Is the Netscape browser still a consideration?

2002-02-20 Thread DDB Lists
Last time I set up an html mail (2 weeks ago), I had to redo it because people couldn't read it using their NS 4.5 mail client. Go figure. - Original Message - From: Steve Oliver [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, February 20, 2002 5:24 AM Subject: RE: Is

Re: SOT: Is the Netscape browser still a consideration?

2002-02-20 Thread list peters
hi, i dont like the argument used my some people that if netscape has 5% of the market, and your site doesnt work for them you will have a 5% drop in sales. That assumes that 100% of people that go to your site are buying - so you would be getting 95% sale rate which is pretty great! i hear

Re: SOT: Is the Netscape browser still a consideration?

2002-02-20 Thread Jim McAtee
CSS is by far the simplest obstacle to overcome. Detect the browser and use the appropriate sub/superset of CSS that makes the site palatable. JavaScript and simple HTML, on the other hand can be a freaking nightmare. I balance it on development costs vs. the cost of telling N% of visitors that

Re: SOT: Is the Netscape browser still a consideration?

2002-02-20 Thread Jim McAtee
A site for which we develop wanted all kinds of whiz-bang neato DHMTL and all kinds of extraneous crap and enhancements extraordinaire. We gave it to them, only supporting IE 5+. In the last 4 months their traffic is up 40% to 50%. Did the Opera and Netscape and AOL 2 users fall away as a

Re: Is the Netscape browser still a consideration?

2002-02-20 Thread Jochem van Dieten
DDB Lists wrote: Last time I set up an html mail (2 weeks ago), I had to redo it because people couldn't read it using their NS 4.5 mail client. Go figure. I usually store HTML mail in /dev/null. Go figure ;) Jochem __ Why

RE: Date Range Query by Month/Year

2002-02-20 Thread Kevan . Windle
yep you can use CVDate() or Cdate depending on the access version to turn a string into a date. e.g where CVDate( Month '01/' '/' Year) between #Oct/01/2001# and #Feb/01/2002# -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: 19 February 2002 21:34 To: CF-Talk

Re: cfftp action=CHANGEDIR

2002-02-20 Thread phumes1
Hi, Does the CHANGEDIR action change the directory on the local or remote pc? This directory does exist on the server. I get this error... Error Diagnostic Information 550 c:\test\fonts\pfb: The filename, directory name, or volume label syntax is incorrect.

Re: Is the Netscape browser still a consideration?

2002-02-20 Thread Pete Ruckelshaus
Ugh. I am fighting this battle right now at work. I hate the fact that instead of being able to code a standards-compliant web site (which would allow me to focus most of my attention on actually building the application), I have to employ hacks and workarounds just so I can support the 8% of

RE: I am searching for a fast and stable xml parser

2002-02-20 Thread Craig Dudley
I've use cf_xmlparser myself quite a bit, it's very, very fast under load when compared to cf_soxml and is also easier to use imho. -Original Message- From: Sandy Clark [mailto:[EMAIL PROTECTED]] Sent: 20 February 2002 02:24 To: CF-Talk Subject: RE: I am searching for a fast and stable

RE: Accessing FoxPro database

2002-02-20 Thread Bill Grover
Unless your CF Service is running as the interactive user then CF will not see any drive letters, you will need to use UNC coding. Also, you need to make sure that whatever user CF is running as has rights to the file. In our case we ended up creating a special user that CF runs as that we

Re: SOT: Is the Netscape browser still a consideration?

2002-02-20 Thread Mike Alberts
I just had to get in on this one ... While there really isn't much debating that the browser war is over (which is as much Netscape's fault for releasing junk as it is Microsoft's for predatory practices), IMHO anyone that doesn't account for some 4.x version of Netscape when developing

Request Scope.

2002-02-20 Thread Martin Sutton
Hi all, Can any of you explain to me why the request scope is useful, if indeed, it is? It is one of the few scopes I am unfamiliar with. Can it be used to enhance my code? Regards, Martin. __ Why Share? Dedicated Win 2000

RE: SOT: Is the Netscape browser still a consideration?

2002-02-20 Thread Matt Robertson
Yes, I understand the argument is flawed, but the root idea is sound. You can't place barriers to usability without paying some sort of penalty. Mike Alberts post is right on with this, imho. --Matt-- From: list peters [mailto:[EMAIL PROTECTED]] hi, i dont like the argument used my some

Re: Request Scope.

2002-02-20 Thread Pete Ruckelshaus
I use the request scope because those variables are (as I understand it) available globally -- in templates, app.cfm, and custom tag files. Pete - Original Message - From: Martin Sutton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, February 20, 2002 8:08 AM Subject:

RE: Datatypes

2002-02-20 Thread Dave Watts
text = varchar or nvarchar number = integer (but can be split into float, smallint, decimal, tinyint depending on the actual data you're storing) None of those number datatypes let me specify the length. Any recommendations on what datatype to use that will let me specify the length

RE: Request Scope.

2002-02-20 Thread Rosenbaum, Daniel
Think of the Request scope like Session scope for a single HTTP request. Variables set in the Request scope are available to all templates accessed during that single request. For example you could read a Request scope variable in that was set in a custom tag. Unlike Session variables

RE: CF Flash Graphing

2002-02-20 Thread Haggerty, Michael A.
Yeah, it is actually pretty easy to make graphs in Flash. I have some good libraries I can show you, contact me off list for details. You may wish to consider the value of building this yourself over purchasing a commercial package (or upgrading to CF 5). I've found the cost of building,

RE: SOT: Is the Netscape browser still a consideration?

2002-02-20 Thread jon
We get the same thing from our WebTV users... also a small, but vocal percentage. I've also noticed a drop in complaints, though. My impression is that the latest version of WebTV can support Java and whatnot pretty well, but I'm not sure if it's even being sold anymore. The price of regular

RE: only one MD5 hash?

2002-02-20 Thread Rob Brooks-Bilson
For all you interested in various hash algorithms with CF, check out the security library at www.cflib.org. I have UDF versions of MD5, SHA-1, SHA-256, and Rimemd-160. All of the source code is available for free. -Rob FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

RE: SOT: Is the Netscape browser still a consideration?

2002-02-20 Thread Matthew R. Small
One more opinion about browsers - Somebody needs to raise the bar. If we all coded using present W3C standards and 5-10% of the population can't view it properly, then that's their fault, not the coder's. Not everybody can always use the latest and greatest features, but they should be

RE: SOT: Is the Netscape browser still a consideration?

2002-02-20 Thread Haggerty, Michael A.
Does anyone remember the CF_FIX_NETSCAPE tag that was in the developer's gallery a few years ago? Reported to fix all problems with Netscape, it would check to see what browser you were using and, if it was netscape, it could issue a CF_ABORT tag. I have written Allaire and now Macromedia many

RE: SOT: Is the Netscape browser still a consideration?

2002-02-20 Thread Steve Oliver
People just want to find their information, they don't want to wait all day for it to download, and they want it to be viewable with the browser they are using. not the one the developer tells them they need. Most of the time it's not up to the developer anyways. We go by what the client wants

RE: Request Scope.

2002-02-20 Thread Dave Watts
Can any of you explain to me why the request scope is useful, if indeed, it is? It is one of the few scopes I am unfamiliar with. Can it be used to enhance my code? The Request scope is like the local Variables scope, with one major difference - any variables within it are available not

Re: Is the Netscape browser still a consideration?

2002-02-20 Thread Jon Hall
Here are some stats from a very large site, that appeals to a the general population for this month so far. Took forever to genereate this report in LiveStats... The numbers should speak for themselves. These are Livestat session numbers, not hits or page views. Analysis for the Month of Feb,

Re: CFFTP

2002-02-20 Thread phumes1
I have the following code but it FTP's the file from the server to another directory on the server. I want the file to be FTP'd to the client (my PC). into c:\fonts. Whats wrong with the below code? cfftp action=OPEN username=test password=test server=IP address passive=Yes

RE: Request Scope.

2002-02-20 Thread Martin Sutton
Thanks to everyone who replied to that request (no pun intended). I will look into it further based on the information you provided. Martin. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: 20 February 2002 15:06 To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]'

RE: SOT: Is the Netscape browser still a consideration?

2002-02-20 Thread Yager, Brian T Contractor/NCCIM
I would like to chime in on this topic...I have several sites that I have to maintain (I do government work) that I did not write. They were written using layers and HEAVY on javascript. When Netscape 6 was loaded on many of the new machines, the sites stopped working. I visited many

Output to a phrase

2002-02-20 Thread Mark Leder
I have a database with a number of citations. Each record contains one citation. The citations can vary in word length from maybe 20 words to well over 100 words. In each citation is a word phrase named keywords: (note the colon). The phrase keywords: occurs at a different point within

Re: Output to a phrase

2002-02-20 Thread Howie Hamlin
something like: left(query.field,findnocase(keywords:,query.field)-1) HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 inFusion Mail Server (iMS) - The Intelligent Mail Server Find out how iMS Stacks up to the competition:

Re: SOT: Is the Netscape browser still a consideration?

2002-02-20 Thread Jon Hall
You are opening a can of worms here I believe, but Netscape has no problem with Javascript. Especially since Netscape invented Javascript, I imagine they can do whatever they want with it. It's web site authors that write code for proprietary DOM's (read: IE) that are the reason some sites do not

bit mask info

2002-02-20 Thread Kelly Tetterton
I'm looking for presentations/information/examples regarding bit masks. I've looked through the archives, and two presentations are mentioned, but neither seem available any longer. Can anyone point me in the right direction? thanks -- Kelly Tetterton Technical Lead, Macromedia Certified

RE: CF Flash Graphing

2002-02-20 Thread Justin Waldrip
I have created a simple flash graph tag which is in the developer exchange as CF_FlashGraphTag. You can see examples of this tag at www.studio896.com, the links on the site don't work for downloading. I took the look of a Corda bar graph and made it into a tag. My goal was to create new more

Re: Output to a phrase

2002-02-20 Thread BEN MORRIS
cfwset x = find(keywords:, query.field) cfoutput#Left(query.field, x)#/cfoutput. Mark Leder [EMAIL PROTECTED] 02/20/02 10:19AM I have a database with a number of citations. Each record contains one citation. The citations can vary in word length from maybe 20 words to well over 100 words.

RE: SOT: Is the Netscape browser still a consideration?

2002-02-20 Thread Robert Everland
This gets discussed every couple of months. Everyone will decide to do what they want to do. My little tidbit I mention every couple months is this. Aol bought Netscape for a reason. It's not becuase it had a cool name. They plan on doing something with it one day, and if the Microsoft AOL battle

CF Access - Select Distinct vs Memo Fields

2002-02-20 Thread David Schmidt
Hi All, I have a bit of code that works from one server but not another. The SQL says Select Distinct description from SomeTable. The database is Microsoft Access on both servers (I mean one is a copy of the other, no import/export of data was performed). On one server, CF5 says that I can't

Forum Solutions

2002-02-20 Thread Watson, Nicholas
I'm looking for a forum solution that is ColdFusion and has similar functionality to ChatSpace's WebBoard. These features would include public and private conferences, public and private threads, and the ability to participate in a conference/thread via email. I would like to migrate to a

Re: Output to a phrase

2002-02-20 Thread Dave Hannum
Something like: (untested) Replace(ListFirst(citation, :), keywords, ALL) Dave - Original Message - From: Mark Leder [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, February 20, 2002 10:19 AM Subject: Output to a phrase I have a database with a number of citations.

RE: SOT: Is the Netscape browser still a consideration?

2002-02-20 Thread Jeffry Houser
Most of the time it's not up to the developer anyways. We go by what the client wants on their site. If they say they want a flash intro, so be it. Anyways, I couldn't imagine a web without pictures and flash and dhtml, it would be like a magazine with nothing but text inside. It sounds

RE: bit mask info

2002-02-20 Thread Cameron Childress
I'm looking for presentations/information/examples regarding bit masks. Not a presentation, but if you slap this into a template and run it, you'll have a quick guide to all the bit functions and what they do. I print it out and keep it by my computer in case I forget what one of the

RE: bit mask info

2002-02-20 Thread Cameron Childress
Oh, remove the CFSET y = 2 on line 6, I had that in there when debugging something... -Cameron Cameron Childress elliptIQ Inc. p.770.460.1035.232 f.770.460.0963 -- http://www.neighborware.com America's Leading Community Network Software -Original Message-

Re: Forum Solutions

2002-02-20 Thread David Schmidt
At 10:33 AM 2/20/2002 -0500, Watson, Nicholas wrote: I'm looking for a forum solution that is ColdFusion and has similar functionality to ChatSpace's WebBoard. These features would include public and private conferences, public and private threads, and the ability to participate in a

CFGRID - Broswer problem - CFAS problem?

2002-02-20 Thread Matthew R. Small
Hi everybody - With all of this browser talk, I am having a problem with my boss's computer right now. I have a CFGRID setup that he uses to input data. It refuses to come up on his machine using IE6, Opera, or anything else. It comes up fine on my machine. The kicker: I

RE: CFGRID - Broswer problem - CFAS problem?

2002-02-20 Thread Craig Dudley
Re-install the java plugin on his machine. http://java.sun.com/getjava/download.html Should fix it. -Original Message- From: Matthew R. Small [mailto:[EMAIL PROTECTED]] Sent: 20 February 2002 15:57 To: CF-Talk Subject: CFGRID - Broswer problem - CFAS problem? Hi everybody -

CF Server / IIS / SQL Server

2002-02-20 Thread Tangorre, Michael T.
Hello, Ok, let me start by saying this is going to be a long email (my apologies)... I am at my wits end here with the admins on campus who can't seem to figure anything out. In terms of accounts and services, what is the best way to setup IIS, SQL 2K, and CF 5.0. I am a novice when it comes to

RE: CFGRID - Broswer problem - CFAS problem?

2002-02-20 Thread Matthew R. Small
Thanks for that link, but it still did not work. I think that the CFAS server is not sending the applet somehow... I'm not sure of how this works, but the message that I get in the java window is: java.lang.ClassNotFoundException: allaire.controls.cfGridFormApplet I'm using win2Kserver and

Re: bit mask info

2002-02-20 Thread Jim Priest
Check out Hal Helms site: http://halhelms.com/writings/ProposedSecurityModel.pdf http://www.halhelms.com/index.cfm?fuseaction=newsletters.jul2000 Both of these cover using the bitmask functions in a security context... jim On Wednesday, February 20, 2002, 10:26:33 AM, Kelly wrote: KT I'm

RE: CFGRID - Broswer problem - CFAS problem?

2002-02-20 Thread Matthew R. Small
OK, I've solved the problem... CFIDE needs to be in the same directory as your webserver root - which I didn't have. The answer was in the knowledgebase - article 11904 http://www.macromedia.com/v1/Handlers/index.cfm?ID=11904Method=Full Thanks for your help. - Matt Small -Original

RE: CFGRID - Broswer problem - CFAS problem?

2002-02-20 Thread Craig Dudley
Try copying the dir structure where the applets are stored in cf server over to your site, something like /cfide/.. And copy the .jar files into that dir, that's a bit of a drity hack but it's worked for me once or twice. Craig. -Original Message- From: Matthew R. Small

RE: CF Server / IIS / SQL Server

2002-02-20 Thread Mark A. Kruger - CFG
A lot depends on what you are trying to do. How restrictive are your security policies, how tightly do you want to lock down the server etc. If you want a simple approach, create a domain account with very specific permissions on the web server (make sure an deny anything you don't want

RE: CF Server / IIS / SQL Server

2002-02-20 Thread Tangorre, Michael T.
When you say create an account on the domain, do you mean the server domain, or our entire network domain? -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 1:24 PM To: CF-Talk Subject: RE: CF Server / IIS / SQL Server A lot

R: Strip from string

2002-02-20 Thread phumes1
Hi, I have the following text which I'm passed as a URL.filename d:\dir1\dir2\dir3\test.txt How can I strip the test.txt from the above line? __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER

RE: CF Server / IIS / SQL Server

2002-02-20 Thread Mark A. Kruger - CFG
There is no such thing as the server domain - even though the login screen leads you to believe there is - there is only a domain and a local account (not the same as the local system account). If you use a local account, you will need to share permissions from one stand alone server to another

RE: CF-Talk-list V1 #141

2002-02-20 Thread Rick Walters
No no, thanks for the clarification. I didn't set up the sequences when I was working with Oracle. I'm always happy to know more. Good Fortune, Rick Walters Webmaster, Davita Laboratory Services Office: (800) 604-5227 Cell: (407) 491-9848 -Original Message- From: Kreig Zimmerman

RE: Strip from string

2002-02-20 Thread Pascal Peters
getdirectoryfrompath(d:\dir1\dir2\dir3\test.txt) -Original Message- From: phumes1 [mailto:[EMAIL PROTECTED]] Sent: woensdag 20 februari 2002 17:51 To: CF-Talk Subject: R: Strip from string Hi, I have the following text which I'm passed as a URL.filename d:\dir1\dir2\dir3\test.txt

Refresh Window

2002-02-20 Thread Jones, Becky
Is there a way to Automatically refresh a window? I have a page that has a pop-up window. When you make changes on that fo rm (in the pop-up windown) when i click submit...i want the window undern eath to reflect the changes. the only way it does right now is if i hit the refresh button. is

Re: Refresh Window

2002-02-20 Thread Clint Tredway
I use this alot: opener.location = opener.location; -- Original Message -- from: Jones, Becky [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] date: Wed, 20 Feb 2002 11:58:24 -0500 Is there a way to Automatically refresh a window? I have a page that has a

Re: Refresh Window

2002-02-20 Thread kelly
Try this: script !-- Hide script from old browsers function closewindow(newUrl) { window.opener.document.location = newUrl window.close(); } // End hiding script from old browsers-- /script a href=someurl.htm target=content onClick=javascript:closewindow('someurl.htm')Image/A -

Re: Refresh Window

2002-02-20 Thread Critz
oi Becky!! window.opener.location.reload(true) -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion - Wednesday, February 20, 2002, 11:58:24 AM, you wrote: JB Is there a way to Automatically refresh a

CF Studio settings in win2k

2002-02-20 Thread Brendan Avery
my friend had to delete his win2k user profile from his system and now his font and other customization settings (like tag completion) have reset to normal. does anyone know how these settings are stored? i'm guessing they're in the registry. just wanted to check if anyone here knew. thx.

RE: CF Server / IIS / SQL Server

2002-02-20 Thread Tangorre, Michael T.
Thanks Mark. I am looking into getting some books to help me btter understand this administration stuff. Should make for some good reading over spring break. Do you recommend any other books? Thanks, Mike -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent:

OT:Looking for Jobs in Orange Co California

2002-02-20 Thread Douglas Brown
Does anyone know of any CF Jobs in Orange County California? I would even settle for web designer etc. There are two major products that come out of Berkeley: LSD and [Unix] BSD. We don't believe this to be a coincidence. Doug Brown

RE: Strip from string

2002-02-20 Thread Mike Townend
You could use... URL.filename = ListDeleteAt(URL.filename, ListLen(URL.filename, \), \) HTH -Original Message- From: phumes1 [mailto:[EMAIL PROTECTED]] Sent: 20 February 2002 16:51 To: CF-Talk Subject: R: Strip from string Hi, I have the following text which I'm passed as a

RE: CF Server / IIS / SQL Server

2002-02-20 Thread Mark A. Kruger - CFG
Mike Well - there are a host of books out there on Win2k or NT administration. Most of them are pretty good. Unless you want to be an expert on the topic (an MCSE for example) you really just need a reference - minasi's book is a great comprehensive text and he knows a lot about the Nuances MS

RE: CF Studio settings in win2k

2002-02-20 Thread Dave Watts
my friend had to delete his win2k user profile from his system and now his font and other customization settings (like tag completion) have reset to normal. does anyone know how these settings are stored? i'm guessing they're in the registry. You are correct, sir. They're stored in the

FTP vs HTTP

2002-02-20 Thread Rick Walters
Hi Everyone, I'm searching for opinions and perhaps metrics that might suggest when it is better to channel downloads using FTP vs HTTP from a single web server environment. Essentially, we have a large file (35M) that a significant number of people must download monthly. The question is:

Query Execution Time: CF vs. SQL Plus

2002-02-20 Thread Dave Carabetta
I am working in a CF 4.5 SP2 on Solaris environment. I have a query which I run via TOAD and SQL Plus which comes back in 700 ms at most. But when I run it through a CF template, it takes over 50 seconds on average. I have tried connecting to my database via both ODBC and the Merant Oracle

RE: Query Execution Time: CF vs. SQL Plus

2002-02-20 Thread Kwang Suh
Do you have a large recordset coming back? If so, try playing around with the blockfactor attribute. Also, try moving the query to a stored pr oc, and see if that makes a difference. -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002

Re: FTP vs HTTP

2002-02-20 Thread Howie Hamlin
For a file like that I would definitely use FTP - that is what FTP is for. Most modern ftp servers and clients support resume for one thing (only http/1.1 supports resume and I'm not sure how many web clients support it). And, although there may or may not be a risk using anonymous access to

RE: FTP vs HTTP

2002-02-20 Thread Mark A. Kruger - CFG
Ditto to howie - http servers and processes are also usually configured to timeout long running request in order to enhance server performance and overall user experience. FTP is a better choice. Mark -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

Re: Query Execution Time: CF vs. SQL Plus

2002-02-20 Thread Alex
Does it take 50 seconds to run the query or 50 seconds to load the page? Are you connecting to the DB using the same driver? How about your network? On Wed, 20 Feb 2002, Dave Carabetta wrote: I am working in a CF 4.5 SP2 on Solaris environment. I have a query which I run via TOAD and SQL

RE: FTP vs HTTP

2002-02-20 Thread Rick Walters
Good Suggestions, I agree that FTP is a better way to push large files. Problem is, I need to justify opening an anonymous access. The idea that it might boost performance would be a plus, but I'm having trouble finding comparisons. -Original Message- From: Mark A. Kruger - CFG

Re: Query Execution Time: CF vs. SQL Plus

2002-02-20 Thread Dave Carabetta
Does it take 50 seconds to run the query or 50 seconds to load the page? Are you connecting to the DB using the same driver? How about your network? 50 seconds to run the query only. I've even extracted the query into its own template and get the same results. And yes, I am using the same

RE: FTP vs HTTP

2002-02-20 Thread Justin Waldrip
Why not write a routine that will copy the file into the anonymous area of the ftp server when a user initiates a download? That way you don't always have the files available for anonymous access. I have a routine that once a user initiates the download of a file, it copies the file from our

Re[2]: FTP vs HTTP

2002-02-20 Thread Jim Priest
Couldn't you still set your FTP to 'read only' which would prevent someone from uploading something (which would be the big fear I imagine) I've done this in the past to allow clients to grab large files. Check out: http://www.warftp.org/ Very robust FTP server for Win platform. jim RW Good

Re: Replace string,House of Fusion

2002-02-20 Thread phumes1
Hi, My URL.filename = d:\dir1\dir2\dir3\test.txt The below line strips out the filename which I want. cfset URL.filename = ListDeleteAt(URL.filename, ListLen(URL.filename, \),\) URL.filename = d:\dir1\dir2\dir3 How can I make the above line read: /dir1/dir2/dir3

RE: Replace string,House of Fusion

2002-02-20 Thread Christopher Olive
ListChangeDelims(ListRest(URL.filename, \), /, \) christopher olive, cto, vp of web development atnet solutions, inc. 410.931.4092 http://www.atnetsolutions.com -Original Message- From: phumes1 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 1:38 PM To: CF-Talk Subject:

RE: Refresh Window

2002-02-20 Thread Christian Abad
Becky: Try this- Assuming that the window underneath (parent) created the pop-up (child) window, you can add this line of code to your input type=submit ... button: onClick=JavaScript: opener.location.reload(); Works like a gem! Cheers, Christian N. Abad ColdFusion Web Developer

Need Suggestions

2002-02-20 Thread Dave Clay
I inherited 1300 static pages that are found by a lookup table. Is the best way to revamp this application to build some templates, put everything in a database and build the page that way? I love suggestions how to set this as a true dynamic application. Any help would be greatful. You

RE: FTP vs HTTP

2002-02-20 Thread Alex
did you read the size...file (35M) On Wed, 20 Feb 2002, Justin Waldrip wrote: Why not write a routine that will copy the file into the anonymous area of the ftp server when a user initiates a download? That way you don't always have the files available for anonymous access. I have a routine

Re: Query Execution Time: CF vs. SQL Plus

2002-02-20 Thread Alex
Not sure if this makes a difference but try writing your query with full names like database.schema.table.field On Wed, 20 Feb 2002, Dave Carabetta wrote: Does it take 50 seconds to run the query or 50 seconds to load the page? Are you connecting to the DB using the same driver? How about

RE: FTP vs HTTP

2002-02-20 Thread Alex
search google.com On Wed, 20 Feb 2002, Rick Walters wrote: Good Suggestions, I agree that FTP is a better way to push large files. Problem is, I need to justify opening an anonymous access. The idea that it might boost performance would be a plus, but I'm having trouble finding

Montana CFUG Meeting

2002-02-20 Thread Jason Larson
The Brand New Montana Cold Fusion User Group will be meeting this Thursday for those who are interested: Montana CFUG February Meeting February 21st 7:00 PM University of Montana University Center Room 224 Missoula, MT Agenda: - Using SQL: The In's and Out's of writing SQL Statements - CF

RE: FTP vs HTTP

2002-02-20 Thread Justin Waldrip
Well if your copying the file on the same local disk this isnt' a problem. I have copied files larger than that across the network and had no problems. Not to mention this is a process that was said to be run on a monthly basis. -Original Message- From: Alex [mailto:[EMAIL PROTECTED]]

NHCFUG

2002-02-20 Thread Duane Boudreau
Hey all, Does anyone here know if the NHCFUG is still in operation? TIA, __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup

Query a query by months

2002-02-20 Thread Tim
I am trying to query a query and process the records by month. My code is: cfloop index=cnt to=12 from=1 cfset QAvg = 0cfset QAvgFinal = 0cfset AvgCnt = 0cfset tcnt = 0 cfquery name=qGetRecords dbtype=query SELECT * FROM qGetResults WHERE (Month(qGetResults.Rundate) = #cnt#) /cfquery cfloop

Re: Query Execution Time: CF vs. SQL Plus

2002-02-20 Thread Dave Carabetta
Not sure if this makes a difference but try writing your query with full names like database.schema.table.field Well, I just ran a test in CF. I substituted the cfqueryparam tags with static values and the page worked perfectly. I then used all CF variables instead, and the page worked

RE: bit mask info

2002-02-20 Thread Kelly Tetterton
Just wanted to thank all the folks who replied both on- and off-list; the info was exactly what I needed! KT I'm looking for presentations/information/examples regarding bit masks. I've KT looked through the archives, and two presentations are mentioned, but KT neither seem available any longer.

Re: Need Suggestions

2002-02-20 Thread Alex
On Wed, 20 Feb 2002, Dave Clay wrote: I inherited 1300 static pages that are found by a lookup table. Is the best way to revamp this application to build some templates, put everything in a database and build the page that way? That's what I would do unless you like maintenance. I

Re: Query a query by months

2002-02-20 Thread Macarie Neculai
Hi! I think that ColdFusion server does not have the Month function implemented in it's SQL processor (because the query get's processed by CF and never goes to your database server). When you put the pound signs around Month then CF treats it like a function and evaluates it's result

Re: Query Execution Time: CF vs. SQL Plus

2002-02-20 Thread Jeffry Houser
Also, if this were happening with all my queries, then I'd have something to go on. But it's literally just this one query that is choking, and is actually a lot less complex than some other queries on the page. It's a simple select that calls a User-Defined Oracle function in the SQL along with

cftree problems

2002-02-20 Thread Attley, Simon (CMG-SF)
Hi Guys, I am trying to make use of cftree for an internal web project, and when I try to run my code (currently am just running an example of cftree from Macromedia's CF 5 Web App. Construction Kit book) the Applet begins to load and then I get the following error:

Re: OT: Just wanna bitch

2002-02-20 Thread Brook Davies
At 08:49 AM 13/02/02 -0800, you wrote: My 2 cents. It can also be a useful marketing tool. You give it away.don't have to support it because it's freeplaster powered by Your Company all over it. There is a company up North here that created a whack load of webtools which are

RE: Query a query by months

2002-02-20 Thread Jeff Beer
I think you need # signs around qGetResults.Rundate in the WHERE clause. CF thinks it's a SQL table.field designator, and of course, SQL freaks when it can't find it.. CF needs to evaluate the result to a vavlue first. -Original Message- From: Tim [mailto:[EMAIL PROTECTED]] Sent:

Re: Query Execution Time: CF vs. SQL Plus

2002-02-20 Thread Jochem van Dieten
Dave Carabetta wrote: Well, I just ran a test in CF. I substituted the cfqueryparam tags with static values and the page worked perfectly. I then used all CF variables instead, and the page worked perfectly. Then I started putting back in the cfqueryparam tags one at a time. The page was

ActiveEdit hyperlinks

2002-02-20 Thread Cantrell, Adam
Hey list, I'm attempting to add some custom functionality to ActiveEdit, but didn't want to reinvent the wheel. I'd like to allow the user to add Hyperlinks to a dynamic URL within our site. Basically, when they click the cutom-hyperlink menu-item, I am going to pop up a window that queries our

quick regular expression question

2002-02-20 Thread Mark W. Breneman
I seem to be having a problem with this regular expression. Can anyone tell me why? It must be something simple. div align=center[[:space:]a-z0-9A-Z[:punct:][:space:]]+/div All I am trying to do is select everything between some pesky div tags. Thanks

OT: using a javascript variable while in ASP

2002-02-20 Thread Yager, Brian T Contractor/NCCIM
Firt off, I apologize for posting this to the CF list. This is the only list that I am a part of (this and the managers list). What I need to know is while I am in a Script tag doing javascript, I need to have some ASP code. BUT, I need to use a variable from the javascript in my ASP if

activePDF configuration

2002-02-20 Thread Sean McCarthy
We have multiple CF webservers and one activePDF server. How do you give the webservers access to the activePDF COM object? Thanks Sean __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB

RE: activePDF configuration

2002-02-20 Thread Ian Lurie
Given that they sell it on a server-by-server lisence, I'm not sure I'd t ry. Sure wouldn't ask about it on this list... :) Ian -Original Message- From: Sean McCarthy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 1:12 PM To: CF-Talk Subject: activePDF configuration We

Cold Fusion code to decode binary base64 attachment

2002-02-20 Thread Steven Salter
Greetings, I am running CF4.5 on Redhat 6.x. I have subscribed to the USPS Electronic Return service. When I shoot them an xml string I get back a response that is supposed to be the return mailing label in pdf format. The response comes back as binary that I will need to decode as base64 in

  1   2   >