RE: Hacking a shared SQL server

2002-06-06 Thread Shawn Grover
. 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 Shawn Grover -Original

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
topic... grins Shawn Grover -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 3:35 PM To: CF-Talk Subject: RE: Hacking a shared SQL server The only upper limit for any random number is how many bits long it is. Of course this limit is the same

RE: Impending session timeout warning methods?

2002-06-05 Thread Shawn Grover
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 user

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 right, it's

RE: Archive advice

2002-06-05 Thread Shawn Grover
. 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

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

2002-06-05 Thread Shawn Grover
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 entire page. My thoughts. Shawn Grover

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

2002-06-05 Thread Shawn Grover
sighs 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

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

RE: Querying a table for its columns

2002-06-04 Thread Shawn Grover
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: Querying a table for its

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 iframe but I'm not sure

RE: scrolling tables

2002-05-31 Thread Shawn Grover
if there 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 Message

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

RE: scrolling tables

2002-05-31 Thread Shawn Grover
% table tr tdYourStuff/td /tr /table /div That had the desired effect. Good to know though. Shawn Grover -Original Message- From: Joshua Tipton [mailto:[EMAIL PROTECTED]] Sent

RE: milonic menu problems

2002-05-31 Thread Shawn Grover
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 the only browser

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

2002-05-31 Thread Shawn Grover
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_ vs cfmodule

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. Shawn Grover

RE: word without word on the server

2002-05-30 Thread Shawn Grover
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 works

RE: Unstructured info

2002-05-29 Thread Shawn Grover
- 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 runs using HTML

RE: CFGRID - Good alternatives?

2002-05-29 Thread Shawn Grover
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 CF 4.5.1

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

Help with using query with [] notation

2002-05-29 Thread Shawn Grover
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 well Thanks in advance Shawn Grover

OT: Adding Properties to Form elements?

2002-05-28 Thread Shawn Grover
. Shawn Grover __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http

OT: Adding Properties to Form elements?

2002-05-28 Thread Shawn Grover
. Shawn Grover __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http

OT: Adding Properties to Form elements?

2002-05-28 Thread Shawn Grover
. Shawn Grover __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives

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 Grover

Solved: RE: Adding Properties to Form elements?

2002-05-28 Thread Shawn Grover
be wrong. If a form element exists like so: input name=MyText type=text MyProperty= Then this javascript can retrieve the value: var MyPropertyValue = document.forms[0].MyText.getAttribute(MyProperty); Hope this helps someone. Shawn Grover -Original Message- From

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

RE: CFEXIT problems

2002-05-27 Thread Shawn Grover
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). HTH Shawn Grover -Original

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. Shawn Grover

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

2002-05-24 Thread Shawn Grover
, 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 code with Fusebox. Get the official book

RE: True Combobox for HTML?

2002-05-24 Thread Shawn Grover
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 Combobox for HTML

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

RE: stored procedure with cfloop?

2002-05-24 Thread Shawn Grover
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 stored procedrue with a cfloop

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 CFPROCPARAM 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

RE: stored procedure with cfloop?

2002-05-24 Thread Shawn Grover
? 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 Subject: RE: stored procedure with cfloop

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: Build

RE: Windows - pesky folders

2002-05-17 Thread Shawn Grover
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 dump a bunch of files

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

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
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? snip cfscript strFile = d:\sample_file.txt; fso = CreateObject(COM

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: How big a file can CFFILE work with

2002-05-16 Thread Shawn Grover
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 (Host Centric, the old

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: 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 To: CF-Talk

RE: Running a query in javascript

2002-05-16 Thread Shawn Grover
... 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 another way

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

2002-05-15 Thread Shawn Grover
- 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'ers...My management came to me asking

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

2002-05-15 Thread Shawn Grover
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 Yes, the Studio.Net is commercially

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 To: CF

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 have

RE: [admin] List status

2002-05-14 Thread Shawn Grover
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, effort and some

RE: can this be done?

2002-05-13 Thread Shawn Grover
be able to use the list functions to do this. For instance: cfscript sFullName = Shawn Grover; sFirstName = ListGetAt(sFullName, 1, ); sLastName = ListGetAt(sLastName, 2, ); /cfscript Or you can be more elaborate, and get the first name, then using the left/right functions

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's Group

RE: ANNOUNCEMENT: Northern Alberta Macromedia User's Group

2002-05-10 Thread Shawn Grover
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 Anyone know if there is a user group in Calgary? Shawn Grover

Retrieving Form names in original case?

2002-05-10 Thread Shawn Grover
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 Archives: http

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

2002-05-09 Thread Shawn Grover
the first sub window that we need this 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

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

2002-05-09 Thread Shawn Grover
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 PROTECTED]] Sent

RE: Macromedia Folks: What are you thinking?

2002-05-07 Thread Shawn Grover
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 the Macromedia party line

IsCurrency? Or safely removing currency format?

2002-05-07 Thread Shawn Grover
, 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 bunches. Shawn Grover

RE: Macromedia Folks: What are you thinking?

2002-05-07 Thread Shawn Grover
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 PROTECTED]] Sent: Tuesday, May 07, 2002 9:30 AM To: CF-Talk Subject: RE

RE: Macromedia Folks: What are you thinking?

2002-05-07 Thread Shawn Grover
. 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 when the merger

RE: Macromedia Folks: What are you thinking?

2002-05-06 Thread Shawn Grover
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 FTP/RDS from Studio and replace

RE: Macromedia Folks: What are you thinking?

2002-05-06 Thread Shawn Grover
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 Houser [mailto

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: Macromedia

RE: Macromedia Folks: What are you thinking?

2002-05-06 Thread Shawn Grover
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 -Original Message- From: Vernon Viehe

RE: Macromedia Folks: What are you thinking?

2002-05-06 Thread Shawn Grover
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 closer. My thoughts. Shawn Grover -Original Message- From: Neil Clark - =TMM= [mailto:[EMAIL

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

2002-05-03 Thread Shawn Grover
. 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 somehow assumed

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: masking URLs and cflocation

2002-05-03 Thread Shawn Grover
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. I'm

RE: Has anyone heard of Source Action?

2002-05-03 Thread Shawn Grover
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 Message- From: Jeffry

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]] Sent

RE: Coldfusion MX

2002-05-02 Thread Shawn Grover
a 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: Performance Tuning Metrics Help

2002-05-02 Thread Shawn Grover
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 finishing an application and I am starting to do some performance testing. One

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 spoke to :-p

RE: Distributing self-contained CFMX apps

2002-05-01 Thread Shawn Grover
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-Talk Subject: Re: Distributing self-contained CFMX

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: 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 MyFile.gif

RE: masking URLs and cflocation

2002-05-01 Thread Shawn Grover
. 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 page and the CFContent tag. For instance

RE: CFMX: Version 1 all over again

2002-04-30 Thread Shawn Grover
, 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 Subject: CFMX: Version 1 all over again After all

RE: Fusebox (was: I like CFMX)

2002-04-30 Thread Shawn Grover
/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) Yeah all I know is what I see in the news

RE: Fusebox (was: I like CFMX)

2002-04-30 Thread Shawn Grover
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, Shawn. I learned programming working in Smalltalk

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 lists all

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 - yet. Shawn Grover

Need Help - Page too big

2002-04-30 Thread Shawn Grover
, 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 hear some other viewpoints. Shawn Grover

RE: Need Help - Page too big - FIX

2002-04-30 Thread Shawn Grover
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 not call

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

2002-04-29 Thread Shawn Grover
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 -Original Message

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 -Original

CFMX Developer Edition??

2002-04-29 Thread Shawn Grover
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 book at http

RE: dynamic cfset

2002-04-29 Thread Shawn Grover
Use quotes around the variable name: cfset keith#dynamicpart# = No 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

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

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
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

RE: Dynamic Var names

2002-04-26 Thread Shawn Grover
Like so: cfset client.variable#URL.Test# = some_value OR cfset evaluate(client.variable#URL.Test#) = some_value 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

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

RE: Window resize

2002-04-26 Thread Shawn Grover
, 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: body onload=javascript:window.resizeTo(width,height); cf_rant However, I cannot

Setting Current row for query object???

2002-04-25 Thread Shawn Grover
). Thanks in advance. Shawn Grover __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail

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.. grins Shawn Grover -Original Message- From: Timothy Heald [mailto:[EMAIL PROTECTED

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

2002-04-25 Thread Shawn Grover
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 Advance. Shawn

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

2002-04-25 Thread Shawn Grover
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 have a case where a java applet

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

2002-04-25 Thread Shawn Grover
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 have a case where a java

RE: 2 Zip or Not 2 Zip

2002-04-24 Thread Shawn Grover
overrides any individual developer's desires (as I've found out the hard way). My two cents worth. Shawn Grover -Original Message- From: Owens, Howard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 2:28 PM To: CF-Talk Subject: RE: 2 Zip or Not 2 Zip My concern is that users won't

<    1   2   3   4   5   6   >