RE: Phone App Server

2002-01-15 Thread Shawn Grover
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: http://www.coolfusion.com/imssecomparison.cfm - Original Message - From: Shawn Grover [EMAIL PROTECTED

RE: Need clarification on Content Management

2002-01-15 Thread Shawn Grover
and compatibility issues...). Thanks again for the Input. Shawn Grover -Original Message- From: Weaver, Anthony [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 1:43 PM To: CF-Talk Subject: RE: Need clarification on Content Management For what it is worth, Application Development Trends

RE: CF Mappings

2002-01-09 Thread Shawn Grover
On that note, is it possible to declare mappings dynamically (from Application.cfm I'd imagine), without using the CF Admin interface? -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 11:11 AM To: CF-Talk Subject: Re: CF Mappings

RE: OT Modifying Source File in DTS package

2002-01-09 Thread Shawn Grover
this working from pure DTS. My two cents worth. Shawn Grover -Original Message- From: Don Vawter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 3:59 PM To: CF-Talk Subject: Re: OT Modifying Source File in DTS package I decided to do it in cf. There are some advantages

RE: Better Javascript/DHTML Calender!

2002-01-08 Thread Shawn Grover
That link doesn't work The site is down or doesn't exist -Original Message- From: Zac spitzer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 9:18 AM To: CF-Talk Subject: Better Javascript/DHTML Calender! similair to Popup Calander XP or whatever, except it's free and

RE: Javascript Calendar

2002-01-07 Thread Shawn Grover
There's one at http://www.mattkruse.com/ that works great. I think it's better than the CF_Calander tag, but it is a bit tougher to get set up. Shawn Grover -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 05, 2002 4:28 PM To: CF-Talk Subject: Re

RE: Web Hosting?

2002-01-07 Thread Shawn Grover
Expensive compared to www.readyhosting.com. It works out to about $150/year CDN. and offers more in terms of storage space. Not sure if they do JSP, but they DO do CF and ASP. CF4.5 though... not 5 yet (unless they've changed this in the past couple of weeks). Shawn Grover -Original

RE: Web Hosting?

2002-01-07 Thread Shawn Grover
PROTECTED] - Macromedia Associate Partner www.macromedia.com - Original Message - From: Shawn Grover [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, January 07, 2002 1:05 PM Subject: RE: Web Hosting? Expensive compared

RE: CFFile

2002-01-03 Thread Shawn Grover
Shawn Grover -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 8:20 AM To: CF-Talk Subject: CFFile I am using CF File to upload some files to a server. The problem is that the field name is dynamically created. So, since I do not know

RE: Insert Date/Time Format into MS Access DB

2002-01-02 Thread Shawn Grover
as a standard CF #. My two cents... Shawn Grover -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 9:00 AM To: CF-Talk Subject: Re: Insert Date/Time Format into MS Access DB You need to use the CreateODBCDate() function in your insert like

Session variables on clustered servers?

2001-12-20 Thread Shawn Grover
I know Sessions variables can span a cluster, but am not sure of the details/gotchas. My experience with clusters is non-existent, but it looks like I'm going to be getting a crash course soon. So, I need to know some details for ensuring my sites work well over a cluster. I'm assuming the

RE: Allaire Partner upgrades...

2001-12-20 Thread Shawn Grover
I'm not a partner, but I think I remember something about a Linux version of CF5 not being available when it was first shipped. The Linux version was released a short time later... Of course, I could be way off on this... trying to remember back 6 months is always a crap shoot for me. Shawn

RE: Forms and CF Code

2001-12-19 Thread Shawn Grover
loop through the Query parameters, and the form elements - guess I should include cookies in there too.) My two cents worth. Shawn Grover -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: 19 December 2001 15:44 To: CF-Talk Subject: RE: Forms and CF Code

RE: SQL Attacks (was Forms and CF Code)

2001-12-19 Thread Shawn Grover
, and know I've seen reference to the issue on the list a few times. Here's hoping that mentioning it here helps improve some sites. Shawn Grover -Original Message- This is bad for multiple reasons. I don't deny that many people do it, but as a reminder, it's much easier, and quicker

RE: Forms and CF Code

2001-12-19 Thread Shawn Grover
Dieten [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 9:32 AM To: CF-Talk Subject: Re: Forms and CF Code Shawn Grover wrote: I place my stripping functions in the application.cfm - so that every page I code is automagically protected from the script kiddies, without me having

RE: cfm file/image downloader

2001-12-19 Thread Shawn Grover
to the user. Now, any call you make to a file/image, you call the GetImage.cfm with the appropriate ID. The user will only ever see the path to GetImage.cfm - never the path to the actual file. HTH Shawn Grover -Original Message- From: Bernd VanSkiver [mailto:[EMAIL PROTECTED]] Sent

RE: CF and Time

2001-12-19 Thread Shawn Grover
Not sure, but I think timestamp is a special field type used to identify a row uniquely (when exporting/importing data from other sources). If you want to store a date/time value, then I'd use the date type, which also allows times. -Original Message- From: Tangorre, Michael T.

RE: CF and Time

2001-12-19 Thread Shawn Grover
ignore this.. I've fallen behind again.. as normal... -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 2:36 PM To: CF-Talk Subject: RE: CF and Time Not sure, but I think timestamp is a special field type used to identify a row

RE: Quick Question

2001-12-19 Thread Shawn Grover
We design for 800x600. Some people I know still set the computers to 640x480 - but only one or two more a limitation of their hardware than anything. But, the accepted norm is 800x600. -Original Message- From: ehoma [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001

RE: Form Processing Page

2001-12-19 Thread Shawn Grover
a javascript routine to do some counting or something suitable, and would trigger the actual report. You could open the new report in the countdown window, or in the main window - as long as you have a function called in the onLoad to close/stop the countdown. hope my ramblings help. Shawn Grover

RE: Stressing SQL server

2001-12-18 Thread Shawn Grover
to compile something, I'm sure you know people who do... making contacts is part of the business... give them the files, ask them to compile it for you. I don't think this will hurt the licensing because you own SQL Server (I'm assuming), and would be using an executable file. Hope that helps. Shawn

RE: Forms and CF Code

2001-12-18 Thread Shawn Grover
this. If you need it, I can dig out my routine, but it's simple enough that it can be recreated from scratch in about 30 minutes. Shawn Grover -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 3:38 PM To: CF-Talk Subject: Forms and CF Code

RE: Can we have two datasources with the same name?

2001-12-14 Thread Shawn Grover
, you could use the same DSN name, but unfortunately you are not. So you will need two distinct DSNs. (assuming the development site, and the production site are running simultaneously, on the same box). HTH Shawn Grover -Original Message- From: BILLY CRAVENS [mailto:[EMAIL PROTECTED

RE: Size limit of a list

2001-12-13 Thread Shawn Grover
two cents. Shawn Grover -Original Message- From: Michael Haggerty [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 8:55 AM To: CF-Talk Subject: RE: Size limit of a list The amount of memory available on the server. -Original Message- From: Rey Bango [mailto:[EMAIL

OT: CF Evaluate in VB?

2001-12-11 Thread Shawn Grover
I'm writing a program in VB and find it would be extremely useful to have a function similar to to Cold Fusion's Evaluate function. Does anyone know if such a function exists in VB? I've yet to see anything like it in the MSDN. I have seen third party tools that would handle math, but these

RE: CF Evaluate in VB?

2001-12-11 Thread Shawn Grover
Understood, and I do have another method in place. But in this particular case the evaluate would have been good. It's become a matter of academic interest, but is not required for functionality (cuz I am doing it in another way). Thanks for the response though. Shawn Grover -Original

RE: Writing to text file

2001-12-11 Thread Shawn Grover
You would handle the line break like this: cfoutput query=hello cfset Output = Output #fname,#lname# #chr(13)chr(10)# /cfoutput Hope that helps. Shawn Grover -Original Message- From: Mookie Bear [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 1:37 PM To: CF-Talk

RE: Custom Tag to resize JPG on the fly...

2001-12-10 Thread Shawn Grover
simpler I've missed? Shawn Grover -Original Message- From: Garza, Jeff [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 4:04 PM To: CF-Talk Subject: RE: Custom Tag to resize JPG on the fly... The only problem with this is you are still downloading the entire image rather than

RE: Page Expired Show stopper..

2001-12-10 Thread Shawn Grover
. This requires some thought to the logic, and takes some time to implement. Hope that helps. Shawn Grover -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 8:07 AM To: CF-Talk Subject: Page Expired Show stopper.. Hey all! I am doing some

RE: Weird problem with CF-Talk on newsgroups

2001-12-06 Thread Shawn Grover
issue altogther. Shawn Grover -Original Message- From: Dimo Michailov [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 9:05 AM To: CF-Talk Subject: Weird problem with CF-Talk on newsgroups Has anyne tried to use the news.fuseware.com newsserver to access CF-Talk. I have been

RE: alternatives to MS SQL

2001-12-06 Thread Shawn Grover
If I'm remember right, PervasiveSQL is from the same folks who did Btrieve. It would be a cheaper alternative to MS SQL, and I was able to get decent support for Btrieve when I neeeded it a few years back. Shawn Grover -Original Message- From: jon [mailto:[EMAIL PROTECTED]] Sent

RE: Windows NT error #1450 occurred.

2001-11-28 Thread Shawn Grover
know. We're looking at developing a java app strictly to deal with this. Shawn Grover -Original Message- From: Bud [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 11:30 AM To: CF-Talk Subject: Re: Windows NT error #1450 occurred. On 11/28/01, Don Vawter penned: Apparently

RE: Complete lack of locking...

2001-11-22 Thread Shawn Grover
mode). You still need to lock the variables when you set them, but if you're like me you only set the variables in a couple of places, but use them all over. Am I missing a performance issue on this? Is there some reason why this option wouldn't be reasonable? Shawn Grover -Original Message

RE: File Upload Question

2001-11-02 Thread Shawn Grover
. I'd suggest examining your CF application logs, or your server logs (application event log in NT). They might offer some insight. The problem I described above logs an NT error indicating Out of resources. Hope that helps. Shawn Grover -Original Message- From: Jeff Stone [mailto:[EMAIL

RE: Terra Lycos using CF

2001-11-01 Thread Shawn Grover
I can get to the site if I don't specify the file... ie http://www.terralycos.com But from there I can't see anything that indicates they are using CF. Yes, they have CF installed (otherwise you'd get a different 404 error), but it doesn't appear they are using it... (then again, they might

RE: Absolute Path Usage

2001-09-25 Thread Shawn Grover
of remembering to set all my include files correctly, and leaves me free to add directory levels and still have my header/menu display as I expected, with no changes. Hope this helps. Shawn Grover -Original Message- From: Bruce Holm [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 25

RE: HELP!... with intranet idea

2001-09-25 Thread Shawn Grover
remember the addy off hand, that gave a fair bit of detail how to integrate CF and MS products (such as word, excel, outlook, exchange) hth Shawn Grover -Original Message- From: Mike Tangorre [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 25, 2001 5:17 PM To: CF-Talk Subject: Re: HELP

RE: Absolute Path Usage

2001-09-25 Thread Shawn Grover
of this method? Thanks Bruce - Original Message - From: Shawn Grover [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 11:51 AM Subject: RE: Absolute Path Usage cfinclude can only take relative paths. To get around this issue with my templates, I used CFHTTP to read

RE: The New worm bites!!!

2001-09-20 Thread Shawn Grover
alas, some of our clients are convinced that MS Proxy server is a better/cheaper choice than hardware routers sighs Thanks anyway. -Original Message- From: Dennis Powers [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 20, 2001 5:10 PM To: CF-Talk Subject: RE: The New worm

RE: cflocation/javascript

2001-09-19 Thread Shawn Grover
. The best solution we have found is to use javascript validation of data, on the submission page (i.e. where the form is), OR, if you can do it - use form GET methods instead of POST. (not applicable in all cases). HTH Shawn Grover -Original Message- From: Garry Red 5 [mailto:[EMAIL

CFContent problem - need urgent help

2001-09-19 Thread Shawn Grover
We have a site that uses the CFContent tag for downloading files to the user. We ran into problems with it today where it is giving us blank/empty files. If we check the physical file, everything is fine. Funny thing is that this is not happening for ALL files, just most. Some files are

RE: ok, OT JS question

2001-09-17 Thread Shawn Grover
window - it'd be easier, and you can do a fair bit more with it. Shawn Grover -Original Message- From: Kevin Mansel [mailto:[EMAIL PROTECTED]] Sent: Friday, September 14, 2001 5:45 PM To: CF-Talk Subject: ok, OT JS question is there a way to decorate the text within the confirm function

RE: database connections

2001-09-17 Thread Shawn Grover
Check to make sure the Cold Fusion service account has access to the SQL database. Or maybe use the User and Password attributes of the CFQuery tag. Good luck. Shawn Grover -Original Message- From: Jones, Becky [mailto:[EMAIL PROTECTED]] Sent: Monday, September 17, 2001 1:58 PM To: CF

RE: Application security

2001-09-14 Thread Shawn Grover
to see the page. I'd post more code, but I think my supervisor's might have a problem with that (intellectual property and all). But hopefully this is enough to get you started, or at least compare your methods. Shawn Grover -Original Message- From: Aidan Whitehall [mailto:[EMAIL

RE: BETA.ALLAIRE.COM

2001-09-13 Thread Shawn Grover
, etc.) Shawn Grover -Original Message- From: Kelly Matthews [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 13, 2001 1:59 PM To: CF-Talk Subject: RE: BETA.ALLAIRE.COM possibly or just a good artist using photoshop or illustrator it isnt that intricate -Original Message

RE: (Admin) Please move OT to CF-Community

2001-09-11 Thread Shawn Grover
available to aide in venting. I'll be patiently waiting for the list to get back on track. Shawn Grover -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 11, 2001 3:47 PM To: CF-Talk Subject: (Admin) Please move OT to CF-Community I left

RE: heading on every page?

2001-09-10 Thread Shawn Grover
. HTH Shawn Grover -Original Message- From: Amanda Stern [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 06, 2001 8:04 AM To: CF-Talk Subject: heading on every page? Hello, I have a CF report that is about 15 pages long.how do I get the headings to print on every page? Thanks

RE: Passing variables in UDF

2001-09-10 Thread Shawn Grover
Makes sense though, as an array is basically a structure. And structures are passed by reference. Btw, Just wanted to add my two cents and say thanks for the list. Great resource. Shawn Grover -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday

RE: Passing variables in UDF

2001-09-10 Thread Shawn Grover
of the string variable in the calling page. -- I shoulda looked it up sooner. Sorry... grins Shawn Grover -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 1:35 PM To: CF-Talk Subject: RE: Passing variables in UDF I

Preventing Netscape from showing a non-visual page in history?

2001-09-08 Thread Shawn Grover
We have a form which submits to a processing page. This processing page ONLY has client side output if an error occurs (i.e. it throws a javascript alert box). If no errors occur, the processing page redirects to another page (using a CFHEADER NAME=Refresh VALUE=0; URL=someURL.cfm tag because

RE: Browser client for upload files?

2001-09-07 Thread Shawn Grover
file types, and file sizes (I think), set initial folder, etc. You can get more info at (http://www.appletfile.com/) or do a search of the web for similar applets. Shawn Grover -Original Message- From: Dunwiddie, Bruce [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 06, 2001 8:00 AM

RE: Mimic clicking on the Reply button of an email

2001-09-07 Thread Shawn Grover
body text as well... Shawn Grover -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 06, 2001 3:37 PM To: CF-Talk Subject: Mimic clicking on the Reply button of an email Does anyone know how I can make a text link that would mimic clicking

RE: weird behaviour using yes/no field in Access

2001-09-04 Thread Shawn Grover
to the system (like it was designed to do). (there are exceptions of course, such as if you use a char(1) field to hold a Y or N value for boolean purposes). My two cents worth. Shawn Grover -Original Message- From: Carlisle, Eric [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 9

RE: CFPARAM vs. CFSET

2001-09-04 Thread Shawn Grover
will process without error (assuming I've done a good job of everything else). The results may be unexpected if you don't handle a default value, but the page doesn't crash, which is rather important. hm not sure if that's clear enough. But here's hoping. Shawn Grover -Original Message

RE: Off topic posts was (OT?) TomCat vs JRun

2001-09-04 Thread Shawn Grover
development, which may or may not help us all out. Just my thoughts. Shawn Grover -Original Message- From: Zac Belado [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 4:07 PM To: CF-Talk Subject: Off topic posts was (OT?) TomCat vs JRun (OT?) TomCat vs JRun No question

RE: alternating colors, last week and a structure problem.

2001-09-04 Thread Shawn Grover
contained... fewer errors and easier to debug. As for your error, it would appear to me that your server variables are having problems. A restart of your server may fix that problem. If so, then try to use the session scope. Shawn Grover -Original Message- From: Fuon See Tu [mailto

RE: Looping through 5 session vars

2001-09-04 Thread Shawn Grover
, then you can loop through the structure rather quick. But this depends on if you had done it this way, and how much work you're willing to put into changing your pages. HTH Shawn Grover -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 5:25 PM

RE: Attributes Scope Variable List

2001-08-31 Thread Shawn Grover
[URLArray[x]] = REReplaceNoCase(URL[URLArray[x]], ['], chr(96), ALL); URL[URLArray[x]] = REReplaceNoCase(URL[URLArray[x]], [^]*, , ALL); } } /cfscript HTH Shawn Grover -Original Message- From: Leon Oosterwijk [mailto:[EMAIL PROTECTED]] Sent: Friday, August 31, 2001 12

RE: Server error 1450

2001-08-30 Thread Shawn Grover
this one on a regular basis when doing file uploads. In your case, it's refering to the system registry. So I'm betting you have Client Mangement turned on, and storing client variables in the registry. You'll likly need to bump the size of your registry. Shawn Grover -Original Message

RE: IO error on Server Communication

2001-08-30 Thread Shawn Grover
If I had to guess, I'd say it's a permission problem. Make sure the service account CF Server is using has access to the file in question. Just a shot in the dark though - I've never seen this error... yet... knock on wood. Shawn Grover -Original Message- From: Tammy Hong [mailto

RE: Server error 1450

2001-08-30 Thread Shawn Grover
a realistic reason for this, but I can't think of one.. other than performance issues. On the otherhand, how much faster is it if you crash when using client management? Shawn Grover -Original Message- From: stas [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 12:34 PM To: CF

RE: Stored Procedure

2001-08-30 Thread Shawn Grover
a.friendID to a list of integers. And the processing should proceed fine. Of course, if you are doing Dynamic SQL in your stored procedure, there's a few other hiccups you have to deal with (such as quotes ending a string and such). HTH Shawn Grover -Original Message- From: Costas

Filtering Form Input??

2001-08-29 Thread Shawn Grover
any other special characters that can break a database or output? Thanks for any response. Shawn Grover ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http

RE: crystal reports

2001-08-29 Thread Shawn Grover
.). We weren't able to get Crystal Enterprise up and running to deliver the reports through the web. Good Luck though. Shawn Grover -Original Message- From: Tom Davison [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 2:39 PM To: CF-Talk Subject: crystal reports Ok, I went

RE: Changing the name of a file...

2001-08-28 Thread Shawn Grover
=application/unknown file=#sFile# deletefile=No The filename the user sees is the #YourFileName# set in the CFHEADER tag. Setting the mime type correctly ensures the file is handled properly (i.e. is it run, or saved?). Hope that helps. Shawn Grover -Original Message- From: [EMAIL PROTECTED

Simple Form Loop question

2001-08-28 Thread Shawn Grover
I'm looking for the method to loop through the elements of a form, when the number/names of the elements is not known. I've seen reference to #Form.FieldNames# but this doesn't seem to work on my server (CF 5.0). Anybody wanna share? Thanks. Shawn Grover

RE: Simple Form Loop question

2001-08-28 Thread Shawn Grover
Got it working helps to make sure the form is POSTing, not GETing. Thanks for the feedback... and I'll go smack myself for being so blind Shawn Grover -Original Message- From: Nate Smith [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 3:54 PM To: CF-Talk Subject: RE

Filtering Form Input??

2001-08-28 Thread Shawn Grover
missed any other special characters that can break a database or output? Thanks for any response. Shawn Grover ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http

RE: Encryption differences in ColdFusion 4.5 and 5.0?

2001-08-27 Thread Shawn Grover
articles. But, hopefully this points you in a useful direction. Shawn Grover -Original Message- From: Dave Feltenberger [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 2:14 PM To: CF-Talk Subject: RE: Encryption differences in ColdFusion 4.5 and 5.0? I have an example where

Netscape Cookie Woes

2001-08-27 Thread Shawn Grover
because of troubleshooting code/output I've inserted into the routines. Anyone see this before? or have an idea how to fix it? Thanks. Shawn Grover ~~ Structure your ColdFusion code with Fusebox. Get the official book at http

RE: Netscape Cookie Woes

2001-08-27 Thread Shawn Grover
. That was a frustrating hour or so finding that... Shawn Grover -Original Message- From: Costas Piliotis [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 3:04 PM To: CF-Talk Subject: RE: Netscape Cookie Woes As far as I understandm session state is maintained through a cookie. CFID

RE: Netscape Cookie Woes

2001-08-27 Thread Shawn Grover
the login/logout pages. Doing this as a custom tag made life a bit easier for us in terms of troubleshooting and such. Thanks for the comments though. (we did get the problem resolved - see my previous post). Shawn Grover -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED

RE: load page when CF restarts

2001-08-24 Thread Shawn Grover
dependant on the CF services. This way it would not run until CF is started. There's tools out there (NT Resource Kits) that can run a batch file as a service. My two cents worth. Shawn Grover -Original Message- From: Paris Lundis [mailto:[EMAIL PROTECTED]] Sent: Friday, August 24, 2001 9:52 AM

RE: OT: Way Slow web pages

2001-08-23 Thread Shawn Grover
if you are accessing an MS Access database, open the db directly, and run the Compact and Repair database option. HTH Shawn Grover -Original Message- From: Bruce, Rodney [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 1:21 PM To: CF-Talk Subject: RE: OT: Way Slow web pages

RE: OT: Way Slow web pages

2001-08-23 Thread Shawn Grover
before reloading CF.. try to reapply the latest MDAC. sounds like some of your db drivers may be the root cause. -Original Message- From: Bruce, Rodney [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 2:01 PM To: CF-Talk Subject: RE: OT: Way Slow web pages We upgraded to CF5

RE: We've been assimilated...

2001-08-22 Thread Shawn Grover
Both browsers have quirks. But both are about as stable (I'm using IE 5.x and Netscape 4.76). For development, I prefer Netscape - if it works in Netscape, it'll work in IE 99.99% of the time Shawn Grover -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent

RE: We've been assimilated...

2001-08-22 Thread Shawn Grover
My experience says these problems are from non-compliant code (i.e. using p instead of p/p). One of my sites has a layout issue such as this in Netscape. (haven't had a chance to go fix it yet). However, all other sites I've worked on, were tailored for Netscape, and btw, they work fine in IE.

RE: Passing info from one window to another

2001-08-22 Thread Shawn Grover
Here's a shot in the dark using javascript: var MyVar = window.opener.FormName.ElementName.value; don't know if this will work or not, but worth a try Good Luck Shawn Grover -Original Message- From: Ben Densmore [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 9

RE: We've been assimilated...

2001-08-22 Thread Shawn Grover
recipient, you are not authorised to disclose, copy, distribute, or retain this message. Please notify us on +44 (0) 20 7387 8890 -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED]] Sent: 22 August 2001 16:08 To: CF-Talk Subject: RE: We've been assimilated... My experience

RE: Loading extremely large files via CFFILE

2001-08-21 Thread Shawn Grover
is temporarily used by another process, you'll get the out of resources error. We put 512 Meg on our server which runs CF4.5.2 and SQL 2000. The largest file we can upload in this manner is 68 Meg. HTH Shawn Grover. -Original Message- From: Matt Lewis [mailto:[EMAIL PROTECTED]] Sent: Monday, August

RE: WAY OT: Project Management Tools

2001-08-21 Thread Shawn Grover
I'd be interested in hearing more as we are using M$ Project as well. Thanks. Shawn Grover -Original Message- From: Yager, Brian T Contractor/NCCIM [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 9:26 AM To: CF-Talk Subject: WAY OT: Project Management Tools I am sorry

RE: bug tracking

2001-08-21 Thread Shawn Grover
PROTECTED] Good Luck on this issue. Shawn Grover ObjectWorks Inc. -Original Message- From: Kirk Boecker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 2:47 PM To: CF-Talk Subject: bug tracking do any of you have recommendations for bug/issue tracking? we are currently

RE: Intellectual Property (warning)

2001-08-20 Thread Shawn Grover
process as tough as possible (within reason considering what is being protected). But there is NO way to prevent someone from viewing code or data if they really want it. My two cents worth. Shawn Grover ~~ Structure your ColdFusion code

RE: Anyone else having problems with Hostcentric?

2001-08-20 Thread Shawn Grover
database, if not a proper SQL/Oracle server. otay, I said my share, now I'm butting out. Shawn Grover -Original Message- From: sue morell [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 1:38 PM To: CF-Talk Subject: RE: Anyone else having problems with Hostcentric? Ok Ok!! I need

RE: CFPARAM to catch null strings

2001-08-20 Thread Shawn Grover
or do a cfif len(URL.MyVar) eq 0 then we have a null value /cfif after the cfparam. -Original Message- From: BT [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 1:41 PM To: CF-Talk Subject: RE: CFPARAM to catch null strings cf param with a -1 -Original Message- From:

RE: Checking for a files existence?

2001-08-17 Thread Shawn Grover
, then yes, it may take a bit... Shawn Grover -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 2:49 PM To: CF-Talk Subject: Checking for a files existence? Does checking for a files existence use up alot of system resources? Does it take

RE: file/directory browsing/selection

2001-08-17 Thread Shawn Grover
cfdirectory and cftree would probably meet your needs. Good luck. Shawn Grover -Original Message- From: Stephenie Hamilton [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 2:52 PM To: CF-Talk Subject: file/directory browsing/selection hi fellow cf'ers! hope everyone is doing

RE: nested loops/queries

2001-08-16 Thread Shawn Grover
forsee any significant performance hit as the recordsets I'm dealing with have relatively small rowcounts on an underutilized server. my two cents. Shawn Grover -Original Message- From: xrussx [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 6:03 PM To: CF-Talk Subject: nested

RE: Javascript Validation Coldfusion ?

2001-08-16 Thread Shawn Grover
this info helps someone. Shawn Grover -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 16, 2001 6:41 AM To: CF-Talk Subject: RE: Javascript Validation Coldfusion ? I tend to place the js in the action page, assuming the dropdown is in a form

RE: Netscape issue

2001-08-16 Thread Shawn Grover
I would guess that the cold fusion server isn't running. So the server is returning it as an unknown mime type, which the browser typically will prompt you to save the file. Check your CF server. HTH Shawn Grover -Original Message- From: Kevin Schmidt [mailto:[EMAIL PROTECTED]] Sent

RE: .NET resources

2001-08-15 Thread Shawn Grover
anyone. Shawn Grover -Original Message- From: Paris Lundis [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 14, 2001 5:09 PM To: CF-Talk Subject: RE: .NET resources I would love to see it.. hard to find anyone who want to talk pages served using CF... -paris -Original Message

RE: CFREPORT and the Crystal Server

2001-08-15 Thread Shawn Grover
There was some documentation on Allaire's website regarding this. CFREPORT has an undocumented attribute called TYPE. Set this to MSIE (I think), or Netscape. They say this should resolve that particular issue. But I didn't have much luck with it. Good Luck. Shawn Grover -Original

RE: .NET resources

2001-08-15 Thread Shawn Grover
I'm working on. Shawn Grover -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 3:23 PM To: CF-Talk Subject: RE: .NET resources I would certainly hope so for a production product vs. a Beta 2!!! :) No offense intended, but I think

OT: Crystal Cizer

2001-08-14 Thread Shawn Grover
parameters I'm trying to pass. Thanks for any hints or suggestions. Shawn Grover ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

RE: .NET resources

2001-08-14 Thread Shawn Grover
, simple form, and simple form processing) to over 4.5 million users in a period of 12 hours. So, our conclusion was that CF 5 was the way to go, for now. If anyone really want's to see the report, email me offline, and I'll talk to our sales guys about releasing it. My two cents worth. Shawn Grover

RE: Crystal Cizer

2001-08-14 Thread Shawn Grover
the details under the hood. Thanks for the response though. Anyone else?? Shawn Grover -Original Message- From: Hays, Duncan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 14, 2001 11:29 AM To: CF-Talk Subject: RE: Crystal Cizer I'm experimenting with Crystal right now using the CR_ACTX

RE: Stored Proc Question

2001-08-13 Thread Shawn Grover
if you need to refer to the rowcount in more than one place. My $.25 worth... Shawn Grover -Original Message- From: Andy Ewings [mailto:[EMAIL PROTECTED]] Sent: Monday, August 13, 2001 10:56 AM To: CF-Talk Subject: RE: Stored Proc Question First Query here IF @@rowcount = 0 BEGIN

RE: URL Hack Fix??

2001-08-13 Thread Shawn Grover
Really??? I use this option all the time as a (sometimes) quicker navigation of a website. I think your approach would be best suited to those who are doing this with malicious intent, not for those of us who know what we are doing, and don't intend to hack a site per se. grins Shawn Grover

RE: URL Hack Fix??

2001-08-13 Thread Shawn Grover
requirements, but here's hoping this helps you get started. Shawn Grover -Original Message- From: Timothy Lynn [mailto:[EMAIL PROTECTED]] Sent: Monday, August 13, 2001 11:49 AM To: CF-Talk Subject: Re: URL Hack Fix?? And on a related note.. What are the best ways to go about ensuring

RE: Reading an XML post

2001-08-13 Thread Shawn Grover
this with MoreOver.Com's news feeds.. works great. Best of Luck. Shawn Grover -Original Message- From: Ricardo Villalobos [mailto:[EMAIL PROTECTED]] Sent: Monday, August 13, 2001 3:35 PM To: CF-Talk Subject: Reading an XML post Hi, One of our customers will start sending us orders

<    1   2   3   4   5   6   >