RE: Hacking" a shared SQL server

2002-06-06 Thread Shawn Grover
have to predetermine the upper limit (numbers from 1 to 1,000,000 say, or more even). This will limit your system to X number of records (whatever your upper limit is). So, in larger applications random numbers are probably not the best solution. Shawn Grover -Original Message- From

RE: Hacking" a shared SQL server

2002-06-06 Thread Shawn Grover
r than integers. That said, when it comes to security, you have to ask how important the data is and then implement security procedures of the appropriate level. Afterall, doing retinal scanners and voice recognition to protect something like resumes would be overkill. My thoughts...

RE: CFMX and .NET on the same computer?

2002-06-06 Thread Shawn Grover
g my installation to another hard drive before I do this... Shawn Grover -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 10:28 AM To: CF-Talk Subject: RE: CFMX and .NET on the same computer? Shawn, I have the 2 on my XP machine. It

CFMX and .NET on the same computer?

2002-06-06 Thread Shawn Grover
I'm about to install the developers version of CFMX on my home computer, but also want to install the .Net Framework and MS Studio.NET. Does anyone know of any problems I may encounter doing this? Should I keep them seperate? Thanks in Advance. Shawn G

RE: Frames Usage (was RE: Impending session timeout warning metho ds?)

2002-06-05 Thread Shawn Grover
We have to develop for NS4+ and IE4+ for most of our applicaitons. limits us in what we can do... -Original Message- From: Gyrus [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 11:30 AM To: CF-Talk Subject: Re: Frames Usage (was RE: Impending session timeout warning methods?)

Frames Usage (was RE: Impending session timeout warning methods?)

2002-06-05 Thread Shawn Grover
ar pages (when I'm not using frames), and the page will still be secure. (I think this is pretty basic, but if anyone wants to know how, contact me off list). If I don't need to worry about Netscape, then IFrames are VERY useful to provide updates and such without having to reload an e

RE: Archive advice

2002-06-05 Thread Shawn Grover
if needed. Thanks Michael. Looking forward to the changes, and appreciate your hard work. Shawn Grover __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.

RE: Impending session timeout warning methods?

2002-06-05 Thread Shawn Grover
curious. Shawn Grover -Original Message- From: Lee Fuller [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 9:55 AM To: CF-Talk Subject: RE: Impending session timeout warning methods? Actually, we've done this, and yes.. Only way we found to do it was in JS. You're r

RE: Impending session timeout warning methods?

2002-06-05 Thread Shawn Grover
would find this more annoying than useful. But I've been wrong before. Shawn Grover -Original Message- From: Stephen Hait [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 10:32 AM To: CF-Talk Subject: Impending session timeout warning methods? Does anyone attempt to warn a

RE: Querying a table for its columns

2002-06-04 Thread Shawn Grover
tables (I think it's sysobjects you want here). I'm not sure about the system tables or methods available to Oracle or MySQL. Hope that helps. Shawn Grover -Original Message- From: Eric Dawson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 1:15 PM To: CF-Talk Subject:

RE: Client Variable DB storage

2002-06-04 Thread Shawn Grover
variables separate from your application database helps avoid clutter, and is a little more intuitive. My thoughts Shawn Grover -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 9:32 AM To: CF-Talk Subject: Client Variable DB storage On

RE: cf_ vs cfmodule (was: Quick question on custom tags)

2002-05-31 Thread Shawn Grover
don't have control of the server, this method wins out everytime - even if we need to take a performance hit (even if it is small). My thoughts.... Shawn Grover -Original Message- From: Rob Baxter [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 11:07 AM To: CF-Talk Subject: cf_ v

RE: milonic menu problems

2002-05-31 Thread Shawn Grover
art of it). My two cents worth. Shawn Grover -Original Message- From: Ewok [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 10:35 AM To: CF-Talk Subject: Re: milonic menu problems sorry guys I just got in and got the responses to my question. I suppose it has been fixed in NS6 its

RE: scrolling tables

2002-05-31 Thread Shawn Grover
this: YourStuff That had the desired effect. Good to know though. Shawn Grover -Original Message- From: Joshua Tipton [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 9:28 AM To: CF-Talk Subject: RE: scrolling tables Sorr

RE: scrolling tables

2002-05-31 Thread Shawn Grover
Sorry Joshua, my previous posts were before I saw this message. but the overflow-y option isn't working either. Is there some condition that needs to be met before scolling will be kicked in (maybe the height/width of the cell in question)? -Original Message- From: Joshua Tipton [mailt

RE: scrolling tables

2002-05-31 Thread Shawn Grover
IS a relationship here. Shawn Grover -Original Message- From: Simon Whittaker [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 7:47 AM To: CF-Talk Subject: Re: scrolling tables like this style="z-index : auto;" or have I got completely the wrong idea? Simon - Original Mes

RE: scrolling tables

2002-05-31 Thread Shawn Grover
Or a DIV with scrolling set to "Yes". But this will likely only work in IE 5.5+ Shawn Grover -Original Message- From: Parker, Kevin [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 8:59 PM To: CF-Talk Subject: RE: scrolling tables I've seen this done with but

RE: word without word on the server

2002-05-30 Thread Shawn Grover
as a .DOC file? I doubt that would give you the full functionality you are looking for though. Shawn Grover -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 2:50 PM To: CF-Talk Subject: Re: word without word on the server Microsoft Word w

RE: Help with using query with [] notation

2002-05-30 Thread Shawn Grover
Just wanted to say Thanks to Tim, and Dave. I needed to know the order of things (was it the column id first, or the row number) I'll dig into my resources more on treating queries as arrays though. I'm going to need some place to point junior programmers to. Thanks again. Sh

Help with using query with [] notation

2002-05-29 Thread Shawn Grover
ources that describe this in more detail??? I'd prefer to understand this properly, rather than just find the "solution" for my current situation. Not to mention that it would be better if I can direct my coworkers and subordinates to these resources as w

RE: ColdFusion MX / Studio MX now available!

2002-05-29 Thread Shawn Grover
And then CFTalk goes deathly quiet as everyone rushes off to download MX... LOL -Original Message- From: Neil Clark - =TMM= [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 2:10 AM To: CF-Talk Subject: ColdFusion MX / Studio MX now available! Macromedia has just announced the

RE: CFGRID - Good alternatives?

2002-05-29 Thread Shawn Grover
act on the user experience. My two cents worth. Shawn Grover -Original Message- From: John Innit [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 28, 2002 8:51 PM To: CF-Talk Subject: CFGRID - Good alternatives? Anyone have any bad or good experiences with CFGRID? We use CFGRID with with C

RE: Unstructured info

2002-05-29 Thread Shawn Grover
ized index - but not in the sense of a database index). I doubt that was too helpful, but here's hoping. Shawn Grover -Original Message- From: Parker, Kevin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 28, 2002 9:20 PM To: CF-Talk Subject: RE: Unstructured info Currently it

RE: Solved: RE: Adding Properties to Form elements?

2002-05-28 Thread Shawn Grover
Oops.. shoulda specified too... These custom attributes are NOT passed to the action page when the form is submitted. So, they are only useful for client side processing. But even then, it makes life easier in a lot of ways - for some situations. Shawn Grover -Original Message- From

Solved: RE: Adding Properties to Form elements?

2002-05-28 Thread Shawn Grover
an IE only function, but could be wrong. If a form element exists like so: Then this javascript can retrieve the value: var MyPropertyValue = document.forms[0].MyText.getAttribute("MyProperty"); Hope this helps someone. Shawn Grover -----Original Message- From: Sh

Appologies

2002-05-28 Thread Shawn Grover
My appologies for my recent barage of the same question (OT: Adding Properties to Form elements?). The list sent me messages saying (1) it was too big, and (2) I had a signature block that appeared I was going on vacation. I didn't think the message made it through. Shawn G

OT: Adding Properties to Form elements?

2002-05-28 Thread Shawn Grover
always, finding the article now is not happening. We have tried "document.forms[0].MyText.MyProperty" but get a "property is undefined" error. Can someone tell me how to get access to the value of MyProperty? Or am I out to lunch on this? Thanks in ad

OT: Adding Properties to Form elements?

2002-05-28 Thread Shawn Grover
always, finding the article now is not happening. We have tried "document.forms[0].MyText.MyProperty" but get a "property is undefined" error. Can someone tell me how to get access to the value of MyProperty? Or am I out to lunch on this? Thanks in ad

OT: Adding Properties to Form elements?

2002-05-28 Thread Shawn Grover
always, finding the article now is not happening. We have tried "document.forms[0].MyText.MyProperty" but get a "property is undefined" error. Can someone tell me how to get access to the value of MyProperty? Or am I out to lunch on this? Thanks in ad

RE: CFEXIT problems

2002-05-27 Thread Shawn Grover
If you simply want to halt processing, use the CFABORT tag. But to conditionally process an include file, then you either need the CFINCLUDE command within an IF block, or the contents of the include file need to be contained in an IF block. (the if blocks for your particular logic)

RE: stored procedure with cfloop?

2002-05-24 Thread Shawn Grover
floop? Thanks- I do have the "#ListGetAt(Grade, X)#"- I'll keep looking- I'm sure it's something small...Friday afternoon-can't concentrate. -----Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 4:00 PM To: CF-Talk Subjec

RE: stored procedure with cfloop?

2002-05-24 Thread Shawn Grover
If you are trying to save each list element individually, then you should have a tag with the value set to "#ListGetAt(Grade, X)#". If you are just pasing GRADE as a parameter, then yes, you are passing the whole list. But your logic looks reasonable to me. Shawn Grover -Origin

RE: stored procedure with cfloop?

2002-05-24 Thread Shawn Grover
lues you are passing to the stored proc and make sure they're correct. Hope this helps. Shawn Grover -Original Message- From: Janine Jakim [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 1:21 PM To: CF-Talk Subject: stored procedure with cfloop? Is it possible to do a store

RE: Access SQL stored procs

2002-05-24 Thread Shawn Grover
Ben Forta did an article on this some time ago (think it was him). Check out his site at www.forta.com the article should be there somewhere. -Original Message- From: Shawn Regan [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 11:31 AM To: CF-Talk Subject: RE: Access SQL stored pro

RE: True Combobox for HTML?

2002-05-24 Thread Shawn Grover
. So I told we'll continue as is for now, and make these changes in a future release of our web app. Thanks for the input though. Shawn Grover -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 11:06 AM To: CF-Talk Subject: Re: True Combobo

Who do we contact to report abuse on the MM Exchange?

2002-05-24 Thread Shawn Grover
But, the situation exists, and is not helpful when people are looking for a combo box, so should be rectified. (maybe I'm just having a bad day though... ). Thanks for the input. Shawn Grover __ Structure your ColdFusion

True Combobox for HTML?

2002-05-24 Thread Shawn Grover
is either a new value, or an existing value. If it's an existing value, then we need it to auto fill the text entry area with the nearest matching value as the user types. In VB, I'd use the combo box in it's default style. Thanks

RE: Build a tree of nodes/subnodes

2002-05-23 Thread Shawn Grover
Or you can write a recursive stored proc. You have to get a little creative with Temp Tables and cursors though... But it's been done. Shawn Grover -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 4:52 PM To: CF-Talk Subject: RE:

THATs how you do it!!! (was RE: Is there any way to "touch" a file and update its dateLastMod ified?)

2002-05-17 Thread Shawn Grover
E lot easier. Shawn Grover -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 1:37 PM To: CF-Talk Subject: RE: Is there any way to "touch" a file and update its dateLastMod ified? strFile = "d:\sample_file.txt"

RE: Phone Number Format

2002-05-17 Thread Shawn Grover
I think there is a UDF at CFLIB.org that does this. Shawn Grover -Original Message- From: Burcham, Steve [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 1:27 PM To: CF-Talk Subject: Phone Number Format I have a column in a SQL database called COMP_PHONE, it is a char data type

RE: Windows - pesky folders

2002-05-17 Thread Shawn Grover
et rid of it... LOL) HTH Shawn Grover -Original Message- From: Scott Weikert [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 12:37 PM To: CF-Talk Subject: OT: Windows - pesky folders Hey gang, Thanks to some annoying French kids, who managed to get access to one of our servers and

RE: Running a query in javascript

2002-05-16 Thread Shawn Grover
y thoughts... Shawn Grover -Original Message- From: Bruce, Rodney S HQISEC/SIGNAL [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 12:51 PM To: CF-Talk Subject: Running a query in javascript Hello all I am trying to run a query inside of a javascript function. Unless there is anot

RE: Looping Over Variables Scope

2002-05-16 Thread Shawn Grover
Ya keep doing that Dave shooting holes in my comments... :D Oh well, I'd rather be told I'm wrong than continue with faulty info. Thanks I think... LOL Shawn Grover -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 12:34 PM T

RE: Looping Over Variables Scope

2002-05-16 Thread Shawn Grover
Variables is NOT a scope (in CF5 or lower - to the best of my knowledge). It is more of a naming convention. I think it has become a scope in MX though. However, a Variables Structure might be created, if so, then yes, you can use CFLOOP to loop over the collection. Shawn Grover -Original

RE: How big a file can CFFILE work with

2002-05-16 Thread Shawn Grover
tion. As for a 500K file, I doubt that would be an issue. HTH Shawn Grover -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 9:52 AM To: CF-Talk Subject: RE: How big a file can CFFILE work with Thanks. Yes it does help. I am using an ISP (H

RE: How big a file can CFFILE work with

2002-05-16 Thread Shawn Grover
, we have a IIS/CF server, with SQL2000 (small load) that has 512 Meg of RAM. In optimum condiditions, we have shown that it can handle a 67 meg file. This decreases over time though as SQL Server uses more memory. Hope that helps. Shawn Grover -Original Message- From: Andy Ousterhout

RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Shawn Grover
Nah, go exotic, bring it north... to Calgary... then I don't have to travel so farLOL But then again, Florida sounds nice.. h business trip maybe..... Shawn Grover -Original Message- From: Rick Walters [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 11:47 AM T

RE: Help with why I shouldn't use ASP.NET

2002-05-15 Thread Shawn Grover
t blows my arguments out of the water. It's a good day... I learned something today.... Shawn Grover -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 9:39 AM To: CF-Talk Subject: RE: Help with why I shouldn't use ASP.NET >

RE: Help with why I shouldn't use ASP.NET

2002-05-15 Thread Shawn Grover
27;m talking the final release - prior to service packs.) My thoughts Shawn Grover -Original Message- From: Yager, Brian T Contractor/NCCIM [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 8:00 AM To: CF-Talk Subject: Help with why I shouldn't use ASP.NET Hello CF'e

RE: [admin] List status

2002-05-14 Thread Shawn Grover
#x27;s the thought that counts... right???? LOL ) Shawn Grover -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 1:27 PM To: CF-Talk Subject: RE: [admin] List status Lets see. The lists are free for you. On my side they cost me time, effor

RE: Windows

2002-05-14 Thread Shawn Grover
(); I'm not looking at the code for this right now, so might have the details wrong, but I know the concept works. Good Luck. Shawn Grover -Original Message- From: phumes1 [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 1:11 PM To: CF-Talk Subject: Re: Windows My main page I h

RE: can this be done?

2002-05-13 Thread Shawn Grover
CF route, then you might be able to use the list functions to do this. For instance: sFullName = "Shawn Grover"; sFirstName = ListGetAt(sFullName, 1, " "); sLastName = ListGetAt(sLastName, 2, " "); Or you can be more elaborate, and get the

Retrieving Form names in original case?

2002-05-10 Thread Shawn Grover
optimize this where I can. Thanks in advance. 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: ANNOUNCEMENT: Northern Alberta Macromedia User's Group

2002-05-10 Thread Shawn Grover
n! - Original Message - From: "Shawn Grover" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, May 10, 2002 12:46 PM Subject: RE: ANNOUNCEMENT: Northern Alberta Macromedia User's Group > Anyon

RE: ANNOUNCEMENT: Northern Alberta Macromedia User's Group

2002-05-10 Thread Shawn Grover
Anyone know if there is a user group in Calgary? Shawn Grover -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 9:53 AM To: CF-Talk Subject: ANNOUNCEMENT: Northern Alberta Macromedia User's Group Northern Alberta Macromedia User&#x

RE: Using JS to intercept/prevent window close via the X button?

2002-05-09 Thread Shawn Grover
resulting dialog window with one that matches our look/feel. Again, no way to do this that we know of yet. Any other suggestions? (damn, that sounds dis-respectful, but isn't meant that way) Thanks again though. Shawn Grover -Original Message- From: Costas Piliotis [mailto:[EMAIL P

OT: Using JS to intercept/prevent window close via the X button?

2002-05-09 Thread Shawn Grover
s functionality on. Point being, they might close a window, but not be leaving our application.) TIA. Shawn Grover __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/cold

RE: Macromedia Folks: What are you thinking?

2002-05-07 Thread Shawn Grover
pport that view. My thoughts. Shawn Grover -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 07, 2002 10:12 AM To: CF-Talk Subject: RE: Macromedia Folks: What are you thinking? The direction of abandoning the HomeSite / CF Studio codebase. I remember

RE: Macromedia Folks: What are you thinking?

2002-05-07 Thread Shawn Grover
27;s my take. No real cares about the tools per se, but how the tools help me with my job. I see some limitations (as well as some great features) in the current DWMX. But as a coder, Studio is still my tool of choice. Shawn Grover -Original Message- From: Chris Stoner [mailto:[EMAIL P

IsCurrency? Or safely removing currency format?

2002-05-07 Thread Shawn Grover
In this particular case, removing the comma is BAD. However, I need to run this routine from Application.cfm to minimize impact/development time (large team of developers). Can anyone offer any insights or suggestions for this matter? Thanks bu

RE: Macromedia Folks: What are you thinking?

2002-05-07 Thread Shawn Grover
;ll ever use it in that manner. My thoughts. Shawn Grover -Original Message- From: Neil Clark - =TMM= [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 07, 2002 3:49 AM To: CF-Talk Subject: RE: Macromedia Folks: What are you thinking? >I know I sound like a DW-ite and that I am towing

RE: Macromedia Folks: What are you thinking?

2002-05-06 Thread Shawn Grover
quot;site". The only thing I see the "site" doing for me is providing some "automatic" features which I may or may not need. Yes, I intend on using DWMX, but I don't think it's quite there yet. A little more work (maybe the next version) will see us even cl

RE: Macromedia Folks: What are you thinking?

2002-05-06 Thread Shawn Grover
s and data, and data structure seamlessly. I myself use Query Analyser for the data end of things But not everyone has that capability (or license). To remove RDS, or having to jump through hoops to get to it, will make a large number of peoples lives miserable. My thoughts. Shawn Grover

RE: Macromedia Folks: What are you thinking?

2002-05-06 Thread Shawn Grover
I use it or need it? My appologies for the rant. But it seems that there is some basic understanding of how DEVELOPERS/CODERS work missing from some parts of MM. I'm grateful to see you and the other MM employees who frequent this list take interest in our concerns - gives me hope for th

RE: Macromedia Folks: What are you thinking?

2002-05-06 Thread Shawn Grover
Has anyone posted this to the bug/wish list at MM??? I don't know the details of that routine, so if not, can someone do so? Thanks. Shawn Grover -Original Message- From: Lee Fuller [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 11:16 AM To: CF-Talk Subject: RE: Macro

RE: Macromedia Folks: What are you thinking?

2002-05-06 Thread Shawn Grover
io is well on it's way, and MM has done an excellent job at it thus far. But, there's still a few hicups to iron out. However, DWMX is still in release candidate phase - maybe these will be gone when the official release comes out. Shawn Grover -Original Message- From: Jeffry

RE: Macromedia Folks: What are you thinking?

2002-05-06 Thread Shawn Grover
quirks make it difficult to switch over an existing, partially constructed app. Shawn Grover -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 9:57 AM To: CF-Talk Subject: Macromedia Folks: What are you thinking? Why did you remove basic use of

RE: Has anyone heard of Source Action?

2002-05-03 Thread Shawn Grover
ough this would be a situation where each company needs to make their own assessment whether in house, or through an ASP would be best for them. Contact me off list if you want more information on our issue tracking system. We do have guest/demo access to it available. Shawn Grover -Original Messa

RE: masking URLs and cflocation

2002-05-03 Thread Shawn Grover
u can add security so that a given user session can only access specific files. Shawn Grover -Original Message- From: Carlisle, Eric [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 6:55 AM To: CF-Talk Subject: RE: masking URLs and cflocation I was recently making a similar template.

RE: masking URLs and cflocation

2002-05-03 Thread Shawn Grover
-Original Message- From: Carlisle, Eric [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 6:55 AM To: CF-Talk Subject: RE: masking URLs and cflocation I was recently making a similar template. I'm curious if an end user can't use "../" to get to other files. I tried it and couldn't

RE: Does CF have to be on same machine as IIS?

2002-05-03 Thread Shawn Grover
rable. But maybe I'm missing some fundamental information. Shawn Grover -Original Message- From: Stephen Moretti [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 5:45 AM To: CF-Talk Subject: Re: Does CF have to be on same machine as IIS? > This feels like a stupid question. I so

RE: FileMaker Pro & Cold Fusion ?

2002-05-02 Thread Shawn Grover
What's wrong with Muppets??? LOL Shawn Grover -Original Message- From: Neil Clark - =TMM= [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 2:43 PM To: CF-Talk Subject: RE: FileMaker Pro & Cold Fusion ? Filemaker wanna be having words to the muppets you spo

RE: Performance Tuning Metrics Help

2002-05-02 Thread Shawn Grover
ns of the more well known gurus over mine. (Maybe Dave Watts has some insight?) HTH Shawn Grover -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 2:03 PM To: CF-Talk Subject: Performance Tuning Metrics Help I am on the verge of finis

RE: Coldfusion MX

2002-05-02 Thread Shawn Grover
single IP address (well, you can do multiple IP addresses, but you have to restart the CF Services before you try to access it from a different address, at which point only that address can access the server). HTH Shawn Grover -Original Message- From: harmony jones [mailto:[EMAIL PROTECTED

RE: Dynamic creation of Images via JS?

2002-05-02 Thread Shawn Grover
dynamically by database/user settings, and need to reflect the changes without a page reload. So, I'm likely going to just conditionally include the IMG tags from server-side code to begin with. Thanks anyway. Shawn Grover -Original Message- From: Jon Block [mailto:[EMAIL PROTECTED]]

RE: masking URLs and cflocation

2002-05-01 Thread Shawn Grover
to what you're after. g'luck. Shawn Grover -----Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 5:00 PM To: CF-Talk Subject: RE: masking URLs and cflocation I've hidden the URL to a specific file through the use of a "special&qu

RE: masking URLs and cflocation

2002-05-01 Thread Shawn Grover
I've hidden the URL to a specific file through the use of a "special" page and the CFContent tag. For instance, if I asked for a file that was named "MyFile.gif", the URL of the link to the file would be something like "getfile.cfm?FileID=44". The end result is that the user would download MyFil

OT: Dynamic creation of Images via JS?

2002-05-01 Thread Shawn Grover
I know I can create an Image Object, and adjust it's properties in JS. But I can't seem to figure out how to make that image visible, without first creating an IMG tag, then dynamically set the source. Is it possible to create and display an image object in JS without an IMG tag? Thanks __

RE: Distributing self-contained CFMX apps

2002-05-01 Thread Shawn Grover
my one man business cuz I realized I didn't have what it takes when it comes to marketing and accounting. So, maybe I'm blowing chunks with this idea Shawn Grover -Original Message- From: BILL BROWN [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 2:22 PM To: CF-

RE: Need Help - Page too big - FIX

2002-04-30 Thread Shawn Grover
rked. (our java developer is going to fix this issue). Thanks for hearing me out. Shawn Grover -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 3:42 PM To: CF-Talk Subject: RE: Need Help - Page too big > The OnLoad event IS being used, but does

Need Help - Page too big

2002-04-30 Thread Shawn Grover
e logic somewhat into include files, and will be moving the javascript into a library once all the quirks are worked out (maybe that will be enough to fix the problem??). Thanks for any suggestions. I'll keep working at it till I h

RE: OLEDB Useless to Me?

2002-04-30 Thread Shawn Grover
I have yet to get OLEDB working properly for CF. I've used it with ADO, but the same connection strings/data sources refuse to work properly on the web server. I'm sure I'm missing something, but as long as ODBC works fine, then I don't really need to resolve this

RE: DWMX First Impressions

2002-04-30 Thread Shawn Grover
DWMX yesterday, but haven't had much chance to play with it.) Shawn Grover -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 7:45 AM To: CF-Talk Subject: RE: DWMX First Impressions Another nice one, Ctrl-Space in the editor window list

RE: Fusebox (was: I like CFMX)

2002-04-30 Thread Shawn Grover
"movement" - you are much more qualified than I to discuss FB.) Shawn Grover -Original Message- From: Hal Helms [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 2:38 AM To: CF-Talk Subject: RE: Fusebox (was: I like CFMX) I don't think it's quite like that,

RE: Fusebox (was: I like CFMX)

2002-04-30 Thread Shawn Grover
personally, AND for the problem/application at hand. My thoughts, not yours. And now my bed is beckoning me. Shawn Grover -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 1:14 AM To: CF-Talk Subject: Re: Fusebox (was: I like CFMX)

RE: CFMX: Version 1 all over again

2002-04-29 Thread Shawn Grover
y them (which would apply to step 4 above). That said, it'll be interesting to see how things develop. I'll be watching the list, and learning what I can. Shawn Grover -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 8:30 PM To: CF-Talk Subj

RE: CFMX Preview Release Forums

2002-04-29 Thread Shawn Grover
I meant for CFTalk... got the ones for MM... Thank you. -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 4:20 PM To: CF-Talk Subject: RE: CFMX Preview Release Forums Can you send me the URL for a public NNTP server for this list? Thanks in

RE: Work

2002-04-29 Thread Shawn Grover
Research?? -Original Message- From: Jim Curran [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 4:14 PM To: CF-Talk Subject: Work Did anyone here get any work done today? I sure haven't and I've just been reading. Oh well, time to fudge the timecards. ;) - j ___

RE: CFMX Preview Release Forums

2002-04-29 Thread Shawn Grover
Can you send me the URL for a public NNTP server for this list? Thanks in advance. Shawn Grover -Original Message- From: Neil Clark - =TMM= [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 3:44 PM To: CF-Talk Subject: RE: CFMX Preview Release Forums Thankd Vern, I forgot to

RE: dynamic cfset

2002-04-29 Thread Shawn Grover
Use quotes around the variable name: that should work Shawn Grover -Original Message- From: Wurst, Keith D. [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 2:58 PM To: CF-Talk Subject: dynamic cfset I am working on a site where I need to use a cfset inside a cfloop. The

CFMX Developer Edition??

2002-04-29 Thread Shawn Grover
ut my more radical ideas there instead of at work - thereby increasing my knowledge of what can be done with CF, but not wasting company time. Shawn Grover __ Structure your ColdFusion code with Fusebox. Get the official boo

RE: Dreamweaver MX Functionality?? (was: CFMX etc etc)

2002-04-29 Thread Shawn Grover
LMAO I have two Linux types on my development team, they are using a Windows port of VI (VIM I think) instead of CF Studio, cuz they "like it better". I don't push it, as long as they are being productive. Thanks to Ben Forta for his comments on this thread. Shawn Grover

Dreamweaver MX Functionality?? (was: CFMX etc etc)

2002-04-29 Thread Shawn Grover
nt, and CF Studio is one of the best tools from a Development viewpoint. Anyone know more on this? Can Dreamweaver MX now compare with CFStudio from a developers perspective? (keeping in mind I haven't touched Dreamweaver for some time, or kept up with the news on it). Shawn Grover -O

RE: Window resize

2002-04-26 Thread Shawn Grover
ughts, not yours... Shawn Grover -Original Message- From: UXB Internet [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 2:19 PM To: CF-Talk Subject: RE: Window resize Sure. Place this in your body tag: However, I cannot tell you how annoying it is when a web site just automati

RE: previous cfm page

2002-04-26 Thread Shawn Grover
CGI.HTTP_REFERER -Original Message- From: Ryan Pieszak [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 1:35 PM To: CF-Talk Subject: previous cfm page Hello all, Is there a cgi variable I could use to tell what page a user came from? Or maybe a way to pull that from the history

RE: Dynamic Var names

2002-04-26 Thread Shawn Grover
Like so: OR I'm told the first method is a little quicker, and it's obviously less typing, and easier to read (in my opinion). Shawn Grover -Original Message- From: Andy Ewings [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 11:18 AM To: CF-Talk Subject: Dynamic

RE: Determining if a java applet has been loaded in JS?

2002-04-25 Thread Shawn Grover
Developer / Engineer OSU College of Medicine & Public Health Voice (614) 292-5960 Fax (614) 292-0745 -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 4:01 PM To: CF-Talk Subject: OT: Determining if a java applet has been loaded in JS? we

RE: Determining if a java applet has been loaded in JS?

2002-04-25 Thread Shawn Grover
Developer / Engineer OSU College of Medicine & Public Health Voice (614) 292-5960 Fax (614) 292-0745 -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 4:01 PM To: CF-Talk Subject: OT: Determining if a java applet has been loaded in JS? we ha

OT: Determining if a java applet has been loaded in JS?

2002-04-25 Thread Shawn Grover
ow to check if the applet has infact loaded before doing any processing. We think something like: if (document.all.AppletName) { do something } But are not sure if this reference to the applet would cause an error if the applet isn't loaded yet. Are there any other methods? Thanks in Advan

RE: Setting Current row for query object???

2002-04-25 Thread Shawn Grover
Thanks Tim, and Dave. In my case, it looks like the best/quickest fix is to simply move my output into the IF block. and I figured I had a 50/50 chance of getting the array notation right... I lost.. Shawn Grover -Original Message- From: Timothy Heald [mailto:[EMAIL PROTECTED]] Sent

<    1   2   3   4   5   6   >