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

OT: Crystal & Cizer

2001-08-14 Thread Shawn Grover
4/2001")#&czr rptwindow=no" Where StartDate and EndDate are the two 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 ht

RE: Reading an XML post

2001-08-13 Thread Shawn Grover
done 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

RE: URL Hack Fix??

2001-08-13 Thread Shawn Grover
You should ALWAYS check the validity of URL parameters. You never know if a user is going to simply type in a URL, and not click a link in your app. At a bare minimum, you have to make sure you have the required parameters to prevent your page from crapping out. For numeric values, checking to m

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

RE: Stored Proc Question

2001-08-13 Thread Shawn Grover
especially useful 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 @@r

RE: Securty

2001-08-10 Thread Shawn Grover
it's not a browser, send them to a page specifically created for search engines... that would still allow your site to be processed by the search engines, yet maintain your security. hth Shawn Grover -Original Message- From: CFHelp [mailto:[EMAIL PROTECTED]] Sent: Friday, August 10,

RE: File upload question

2001-08-08 Thread Shawn Grover
ot understanding the question. In our case, we are able to upload ANY file type with a similar form to what you have shown. Maybe look at your processing page (with the CFFile tag), and see what it is doing?? My two cents. Shawn Grover -Original Message- From: Yager, Brian T Contractor/

RE: CF Security Patch - host says caused TCP/IP problems

2001-08-08 Thread Shawn Grover
I came into programming after a number of years doing network installations/support. I'm thinking the CF patch is not the likely culprit for problems with a server's TCP/IP stack. You're more likely to see this from an MS service pack, or changes in the OS configuration. -Original Message--

RE: Refresh with form variables?

2001-08-07 Thread Shawn Grover
Yes, use CFHTTP and CFHTTPPARAM - set the param type to FORM, and name the form element. For this to work though, you have to know what they called their form elements. Viewing the source should be able to give you that. Shawn Grover -Original Message- From: Josh R [mailto:[EMAIL

RE: Date as absolute integer?

2001-08-07 Thread Shawn Grover
integer... um... I'm just not quite sure how to do that with CF. My two cents worth. Shawn Grover -Original Message- From: Tyson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 9:05 AM To: CF-Talk Subject: RE: Date as absolute integer? Spectra uses the following to convert dat

RE: default.ida?

2001-08-03 Thread Shawn Grover
your server. If it does get in, you'll find IIS will stop responding to page requests after a while. Shawn Grover -Original Message- From: Neil Clark [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 02, 2001 6:52 AM To: CF-Talk Subject: RE: default.ida? .ida is part of the indexing ser

Exception Handling in SQL?

2001-07-31 Thread Shawn Grover
le deleting print @Error return @Error end - An exception is being thrown before the Print statement, we need to avoid the exception. Thanks. Shawn Grover ~~ Structure your ColdFusion code with Fusebox. Get t

What do I need to do to get CF/Crystal Reports running together?

2001-07-31 Thread Shawn Grover
, and found the hidden TYPE attribute, but that didn't fix things. So, I'm looking for any how-to's/guidelines in setting up Crystal 8.0 with CF 5.0. Thanks in advance. Shawn Grover ~~ Structure your ColdFusion code with Fusebox.

RE: Resizing images

2001-07-31 Thread Shawn Grover
ere that can do this? Shawn Grover -Original Message- From: Tim Painter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 5:15 AM To: CF-Talk Subject: Re: Resizing images Hamid, I used Image Robot from Jasc (www.jasc.com) . It has a command line feature that I use in conjuncti

RE: Got the fellow, but....

2001-07-31 Thread Shawn Grover
r can also monitor for attacks - depending on how much money you want to put out on it. Shawn Grover -Original Message- From: Peter Tilbrook [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 3:58 AM To: CF-Talk Subject: RE: Got the fellow, but I heard BlackIce was useless. Zone

RE: Practice

2001-07-26 Thread Shawn Grover
. Shawn Grover -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26, 2001 4:09 PM To: CF-Talk Subject: RE: Practice > Does anyone know of any sites online that have examples to > work out in CF? I am working as an intern and have some free > time.

RE: come on Forta !

2001-07-26 Thread Shawn Grover
an author wouldn't show up. To get around that problem, you would need to use LEFT OUTER JOINS on the tables in the where clause. Hope that helps. Shawn Grover -Original Message- From: Hamid Hossain [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26, 2001 3:39 PM To: CF-Talk Sub

RE: Country - States Database

2001-07-25 Thread Shawn Grover
can you post the URLs to the North American ones you've seen? I'm sure I can find a use for them... Shawn Grover -Original Message- From: Kirk Boecker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 11:24 AM To: CF-Talk Subject: Country - States Database Does a

RE: Encryption Question PART 2

2001-07-24 Thread Shawn Grover
ivated would they be to view your info? If it's information that can be gathered through other means/sites, then they are not likely to spend much time on it, which means your encryption methods meet your needs. Just thought I'd throw in my two cents on this topic. Shawn Grover -Or

RE: javascript vars to cf vars?

2001-07-24 Thread Shawn Grover
ughts. Shawn Grover -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 1:27 PM To: CF-Talk Subject: Re: javascript vars to cf vars? I'm trying to do the same thing, but I have a couple of issues that I can't get around. The big one

RE: Passing String In Form vs. URL

2001-07-24 Thread Shawn Grover
have you tried to dump the value that is passed to your processing page? I'm thinking the values might be URL encoded, and used in that format may not be decoded first. Just a thought. shawn Grover -Original Message- From: Dunwiddie, Bruce [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

RE: CM: Macromedia Cold Fusion Community Manager

2001-07-24 Thread Shawn Grover
Nice to see the response Matt. But, I'm thinking it would be a good idea if one of your technical people also frequented the list to help out with the tech issues. At least contacting the person in question offline, and determining if it's a billable issue, or something resolved in online documen

CFHTTP Help Please

2001-07-24 Thread Shawn Grover
ure. I've narrowed it down to this line: Any idea why this would cause CFHTTP to fail? Is it a problem with the session variables? Thanks. Shawn Grover ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusi

RE: .Net and ColdFusion

2001-07-24 Thread Shawn Grover
ed to get a .Net server up and running properly within the time allotted. While .Net sounds good, and I'm looking forward to working with it, at this point in time, I can't recommend it to anyone. Shawn Grover -Original Message- From: David Fafard [mailto:[EMAIL PROTECTED]] Sen

RE: Me Vs. Complexed Table Design

2001-07-23 Thread Shawn Grover
structure, and implementing some sort of tree is what he is after. Shawn Grover -Original Message- From: Norman Elton [mailto:[EMAIL PROTECTED]] Sent: Monday, July 23, 2001 1:24 PM To: CF-Talk Subject: Re: Me Vs. Complexed Table Design They provide a service (which you must pay for) that

RE: Me Vs. Complexed Table Design

2001-07-23 Thread Shawn Grover
structure, and add Computers And Internet > Programming > HTML. If Parent is 0 then you assume it is a root item, otherwise, parent points to the category above. Builds a nice tree structure, and supports a LARGE number of sub-levels. Hope that helps. Shawn Grover -Original Message

RE: Announcing the new cflib.org

2001-07-19 Thread Shawn Grover
Nice design of the site, and good idea - Thanks. However, looking at the details of the functions, There is no way to download the function. I may be blind, or this may be by design. If I choose not to use your tool, then how do I get at the functions? Just my two cents worth. Shawn Grover

RE: SQL color-highlighting

2001-07-18 Thread Shawn Grover
I simply save my SQL scripts with an .SQL extension, and it color codes it for me. Yes, I can modify the default colors, but they're fine for my purposes. Oh, that's using CF Studio 4.5.2. Shawn Grover -Original Message- From: Mike Connolly [mailto:[EMAIL PROTECTED]] Sent:

RE: Windows NT error number 1450 occurred ????

2001-07-18 Thread Shawn Grover
e box directly affects how large of a file you can upload. With 64 Meg, NT, SQL, IIS and CF, the limit was about 5 meg for us. We bumped our memory and can now upload close to 70 meg files. Hope that helps. Shawn Grover -Original Message- From: Jeff Green [mailto:[EMAIL PROTECTED]]

RE: Windows NT error number 1450 occurred ????

2001-07-17 Thread Shawn Grover
n the box directly affects how large of a file you can upload. With 64 Meg, NT, SQL, IIS and CF, the limit was about 5 meg for us. We bumped our memory and can now upload close to 70 meg files. Hope that helps. Shawn Grover -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]]

CFREPORT

2001-07-17 Thread Shawn Grover
ttribute to the CFREPORT tag should fix the problem. However, when I add the TYPE tag, using Netscape or Microsoft, I still get the error. Is this a problem with my Crystal installation perhaps? Thanks for any help. Shawn Grover ~~ Structure your

RE: Windows NT error number 1450 occurred ????

2001-07-17 Thread Shawn Grover
n the box directly affects how large of a file you can upload. With 64 Meg, NT, SQL, IIS and CF, the limit was about 5 meg for us. We bumped our memory and can now upload close to 70 meg files. Hope that helps. Shawn Grover -Original Message- From: Jeff Green [mailto:[EMAIL PROTECTED]]

RE: Client variable storage

2001-07-13 Thread Shawn Grover
true, but Access files need to be maintained somewhat. A simple compress and repair would get rid of the empty space, and bring the file within reasonable size again. I've seen a 50 Meg file shrink to 2 Meg after this process. Just my thoughts. Shawn Grover -Original Message-

RE: Client variable storage

2001-07-13 Thread Shawn Grover
#x27;t the default an access db? Just my two cents worth or ramblings. Shawn Grover -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Friday, July 13, 2001 4:36 PM To: CF-Talk Subject: RE: Client variable storage some people are smarter than others. so the converse

RE: Out of Space? - More Info

2001-07-13 Thread Shawn Grover
Have you looked at the Windows Swap file? On an NT server, sometimes it can grow to be too large, and eat up all the space on the drive it's located on. Reboot should have fixed it though. Try this - use a CFABORT on the page that throws the error. Start at the top, try the page. After each su

IIS Degradation with CF

2001-07-13 Thread Shawn Grover
there a solution? Thanks for any suggestions. Shawn Grover ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe

<    1   2   3   4   5   6