Odd cookie behavior

2007-05-03 Thread Russel Madere
In Internet Explorer (version 6 and 7) non-expiring cookies are just disappearing. It happens at ramdom periods and on random pages. This started when the Microsoft Animated Cursor patch was sent out. Does anyone know of a setting in IE that could be causing this?

CF Report and Crystal reports

2006-09-06 Thread Russel Madere
Has anyone succeeded in getting this combination to work? We have tried many combinations and the instructions we could find to no avail. Please let me know what you did to make this work. -- Russel Madere Never Again! Rebuild New Orleans with Category 5 Protection

Re: Little bit out of topic

2006-08-24 Thread Russel Madere
I always recommend Code Complete by Steve McConnell regardless of your level. It is the best book I found on software construction that is not language centric. I keep a copy available for reference and have read the first and second editions. On 8/24/06, Johnny Le [EMAIL PROTECTED] wrote: I

Re: Intranets

2006-08-24 Thread Russel Madere
For my company I redesigned our Intranet home page to include a calendar of events (holidays, deadlines, birthdays, etc.), local weather (from weather.com) and announcements (births, deaths, etc.). The rest was links to reports and tools we need to interact with the our main system, written in

Re: Getting today's orders?

2006-08-21 Thread Russel Madere
Try using the month, day and year instead. Assuming MS SQL server: WHERE Year(orderdate) = Year(GetDate()) AND Month(orderdate) = Month(GetDate()) AND Day(orderdate) = Day(GetDate()) That will pull everything from the database where the month, day, and year match the current monthm day and

Re: Getting today''s orders?

2006-08-21 Thread Russel Madere
No, just take advantage of the power of the RDBMS you use. One note, this will not give you another day's oirders. GetDate is an MS SQL server function. On 8/21/06, Will Tomlinson [EMAIL PROTECTED] wrote: I went with this one - It worked first time: WHERE Year(orderdate) = Year(GetDate())

Re: Getting today''''s orders?

2006-08-21 Thread Russel Madere
Do you want to have a count or sum of the orders in the chart? On 8/21/06, Will Tomlinson [EMAIL PROTECTED] wrote: No, just take advantage of the power of the RDBMS you use. One note, this will not give you another day's oirders. GetDate is an MS SQL server function. On 8/21/06, Will

ColdFusion UDFs and passing variables by reference

2006-06-09 Thread Russel Madere
multiple variables from the UDF? Thanks Russel Madere Webmaster 504.832.9835 SunShine Pages by EATEL www.sunshinepages.com ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243030 Archives: http

RE: ColdFusion UDFs and passing variables by reference

2006-06-09 Thread Russel Madere
All I have to say is Doh! I'm not thinking well this morning. Do I have to instantiate the structure outside of the UDF or can I just create it inside and pass it out. Russel Madere Webmaster 504.832.9835 SunShine Pages by EATEL www.sunshinepages.com -Original Message- From: Tom

RE: ColdFusion UDFs and passing variables by reference

2006-06-09 Thread Russel Madere
Never mind. I figured that little bit out. I can just pass it out of the UDF. Russel Madere Webmaster 504.832.9835 SunShine Pages by EATEL www.sunshinepages.com -Original Message- From: Russel Madere [mailto:[EMAIL PROTECTED] Sent: Friday, June 09, 2006 10:03 AM To: CF-Talk Subject

RE: ColdFusion UDFs and passing variables by reference

2006-06-09 Thread Russel Madere
(qGetRights.Administrator EQ 1, TRUE, FALSE) cfreturn stcAccess /cffunction --- Calling: cfset stcWithAccess = UserRights(CSI_NEW, #CGI.LOGON_USER#, CSI Main) I need to clean it up a little, like for when no records are returned. But this seems to work. Tom and Dave, thanks a bunch. Russel Madere

RE: ColdFusion UDFs and passing variables by reference

2006-06-09 Thread Russel Madere
Thanks. Russel Madere Webmaster 504.832.9835 SunShine Pages by EATEL www.sunshinepages.com -Original Message- From: Ken Ferguson [mailto:[EMAIL PROTECTED] Sent: Friday, June 09, 2006 10:56 AM To: CF-Talk Subject: Re: ColdFusion UDFs and passing variables by reference you need to move

CF Service setting help needed

2006-01-18 Thread Russel Madere
the event trace component.. This message is dead useless to me. When I use the Domain Administrator account, it runs fine so I suspect it is a permissions issue. Can someone tell me what I have set wrong? Russel Madere Webmaster/Internet Coordinator 504.832.9835 x202 SunShine Pages

RE: CF Service setting help needed

2006-01-18 Thread Russel Madere
You are real close to what I need to do. I need to access a FoxPro free directory database. This is a similar situation to the Access file. I'll look at the RegMon utility. Thanks. Russel Madere Webmaster 504.832.9835 SunShine Pages by EATEL www.sunshinepages.com -Original Message

RE: ColdFusion Cookbook

2006-01-03 Thread Russel Madere
What about writing your own? Or at least writing recipes for one? Russel Madere Webmaster 504.832.9835 SunShine Pages by EATEL www.sunshinepages.com -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 9:01 AM To: CF-Talk Subject: RE

RE: Using FoxPro in ColdFusion

2005-11-22 Thread Russel Madere
for consistency. Once I did that, I was able to access the FoxPro database, but it is slow across the WAN. I have to test the connection on a web server on the same subnet as the FoxPro data server. I'll let the group know how it turned out. Thanks again. Russel Madere Webmaster 504.832.9835

Using FoxPro in ColdFusion

2005-11-21 Thread Russel Madere
. Eventually, the website will be migrated to a Windows 2003 server, but I cannot do my development on the production server. Thanks all. Russel Madere Webmaster/Internet Coordinator 504.832.9835 x3509 SunShine Pages by EATEL www.sunshinepages.com

RE: Using FoxPro in ColdFusion

2005-11-21 Thread Russel Madere
free mail server solution for applications and application servers http://www.coolfusion.com/iMSLite --- On Monday, November 21, 2005 1:28 PM, Russel Madere scribed: --- This is my first post here in a long while. I need to configure ColdFusion to access a Visual FoxPro 9.0 data

RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-18 Thread Russel Madere
Has anyone come up with a solution to the problem of accessing the forecasts? Russel Madere Webmaster 504.832.9835 SunShine Pages by EATEL www.sunshinepages.com -Original Message- From: Russel Madere Sent: Wednesday, January 05, 2005 10:53 AM To: CF-Talk Subject: RE: US Weather from

RE: One more off the wall question

2005-01-06 Thread Russel Madere
Yes, use CFHTTP and the returned html will be in the variable cfhttp.fileContent. Russel Madere Webmaster 504.832.9835 SunShine Pages by EATEL www.sunshinepages.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 2:28 PM To: CF

RE: One more off the wall question

2005-01-06 Thread Russel Madere
I think I mis-read the question. Oh well. Russel Madere Webmaster 504.832.9835 SunShine Pages by EATEL www.sunshinepages.com -Original Message- From: Russel Madere Sent: Thursday, January 06, 2005 2:33 PM To: CF-Talk Subject: RE: One more off the wall question Yes, use CFHTTP

US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Russel Madere
1.1 calls. I think this is BS, but still need help. Russel Madere Webmaster 504.832.9835 SunShine Pages by EATEL www.sunshinepages.com -Original Message- From: Sean Corfield [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 8:00 AM To: CF-Talk Subject: Re: CF-Tag Weather

RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Russel Madere
I'm afraid I'm going to have to go back to trying to do a screen scrape of the forecast. But the blamed thing is fairly confusing. I might just need to stick with the current observations without the forecast. The NWS has a good XML feed for that and CFHTTP seems to work fine. Russel Madere

RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Russel Madere
: #xmlContent.current_observation.weather.XmlText#br Temperature: #xmlContent.current_observation.temp_f.XmlText#deg; Fbr Wind: out of the #xmlContent.current_observation.wind_dir.XmlText# at #xmlContent.current_observation.wind_mph.XmlText# mphbr /cfoutput Russel Madere Webmaster 504.832.9835 SunShine Pages by EATEL

RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London)?)

2005-01-05 Thread Russel Madere
. Russel Madere Webmaster 504.832.9835 SunShine Pages by EATEL www.sunshinepages.com -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 11:26 AM To: CF-Talk Subject: RE: US Weather from NWS (was RE: CF-Tag Weather for UK (London

RE: RE: Primary Key Justification

2004-11-10 Thread Russel Madere
My apologies. I should have said Business Basic. We were taught bad database design skills. Luckily for me, I had other RDBMS experience before I started. I did have many problems with RPG programmers who designed poor tables in a previous job. Russel Madere Webmaster 504.832.9835 SunShine

RE: RE: Primary Key Justification

2004-11-10 Thread Russel Madere
My apologies. I should have said Business Basic. We were taught bad database design skills. Luckily for me, I had other RDBMS experience before I started. I did have many problems with RPG programmers who designed poor tables in a previous job. Russel Madere Webmaster 504.832.9835 SunShine

RE: Primary Key Justification

2004-11-09 Thread Russel Madere
of that the database needs a single field primary key. Russel Madere Webmaster 504.832.9835 SunShine Pages by EATEL www.sunshinepages.com -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 8:01 AM To: CF-Talk Subject: Primary Key

RE: CFHTTP Replacement or use CFHTTP to make HTTP 1.1 request.....

2004-10-22 Thread Russel Madere
be a moot point. The powers that be want to remove the weather anyway. Russel Madere Webmaster 504.832.9835 SunShine Pages by EATEL www.sunshinepages.com -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED] Sent: Thursday, October 21, 2004 8:22 PM To: CF-Talk Subject: Re: CFHTTP

CFHTTP Replacement or use CFHTTP to make HTTP 1.1 request.....

2004-10-21 Thread Russel Madere
header for HTTP 1.1, which is required by the Akamai network hosting the NWS site. I seem to remember a Java class that can make an HTTP request, but have gone brain dead. Can someone suggest a replacement for CFHTTP that does not require Windows? Russel Madere Webmaster/Internet Coordinator

Russel is Back on the Air

2004-10-20 Thread Russel Madere
After a 2 ½ year hiatus I am back in the Cold Fusion fold and will soon be causing ulcers in the CF Community list. :) BTW, I will be at Macromedia MAX, in my home town. Anyone who is going, feel free to email me for tourist information. Russel Madere Webmaster/Internet Coordinator

RE: Quicky

2002-04-12 Thread Russel Madere
cfset Field1 = Right(Field1, 12) = Russel Madere Senior Software Engineer Turbo Squid, Inc. http://www.turbosquid.com Is your head tag nested within your body tag? -Original Message- From: Janine Jakim [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 2:15 PM To: CF-Talk

RE: Need to add or change hosts

2002-04-10 Thread Russel Madere
Check out CinoFusion.com. Mike might be able to work with you. = Russel Madere Senior Software Engineer Turbo Squid, Inc. http://www.turbosquid.com Is your head tag nested within your body tag? -Original Message- From: Darien C. Small [mailto:[EMAIL PROTECTED]] Sent: Wednesday

RE: mystery page named FFFFFF

2002-04-05 Thread Russel Madere
Just to point this out, the background attribute of the body tag is used to specify a background graphic file. the attribute BGColor is used to specify the solid color background in hex or text. = Russel Madere Senior Software Engineer Turbo Squid, Inc. http://www.turbosquid.com

RE: The trouble with cookies ...

2002-03-21 Thread Russel Madere
Try adding the expires=NOW attribute to the call. cfcookie name=cfid value=#cookie.cfid# expires=NOW Russel -Original Message- From: Todd [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 9:58 AM To: CF-Talk Subject: Fw: The trouble with cookies ... Is that I can't

RE: only one MD5 hash?

2002-02-19 Thread Russel Madere
-Original Message- From: Steve Oliver [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 9:37 AM To: CF-Talk Subject: RE: only one MD5 hash? MD5 is also not very secure as there are programs that can be found to break this key From my understanding, MD5 is a hash, not

RE: TOP 3 not working, again

2002-02-13 Thread Russel Madere
You need to add an ORDER BY statement to order the results in the order you desire SELECT TOP 3 ID, left(description, 15) as NewDescrip, * FROM thumbNailElements ORDER BY ID DESC Russel -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002

Browser Detection UDF

2002-01-21 Thread Russel Madere
Does anyone have a UDF that will detect the type and version of a user's browser? I checks CFLib.org and could not find one. I can probably write one, but I need the time to do it and it is outside of the domain of the current application I am working on. Russel

RE: Browser Detection UDF

2002-01-21 Thread Russel Madere
-Original Message- From: Russel Madere [mailto:[EMAIL PROTECTED]] Sent: Monday, January 21, 2002 3:55 PM To: CF-Talk Subject: Browser Detection UDF Does anyone have a UDF that will detect the type and version of a user's browser? I checks CFLib.org and could not find one. I can probably

RE: Page Expired

2002-01-15 Thread Russel Madere
The simplest answer to this is there is nothing on the server that will affect this. This page is generated locally on the client machine when a cached page has expired. Russel -Original Message- From: Dave Clay [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 11:29 AM To:

RE: Limits to textarea?

2002-01-14 Thread Russel Madere
Out of curiousity, where are you getting the figure 8194? I have seen that number as a character limit on the size of a single record in MS SQL. Russel -Original Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 1:49 AM To: CF-Talk Subject: Limits

RE: Limits to textarea?

2002-01-14 Thread Russel Madere
Very interesting issue. Thanks for the info. I might give it a try on a Win 2K system with MS SQL to see if anything is different. In my copious spare time, of course. :) Russel -Original Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 11:41

Windows NT Error 0 when running CFX Wizard

2001-11-16 Thread Russel Madere
Hey All! I'm trying to run the CFX Wizard provided by CF 4.5.1. When I finish the settings, I get the error Windows NT Error 0 when accessing the registry. Anyone have any idea how to fix this? I am running Win 2K Pro without IIS on a laptop. Russel

RE: HELP! IIS 5 and Access with Netscape browser 4.75

2001-10-21 Thread Russel Madere
You may have to provide the domain for the NT user in the format DOMAIN\UserName. Russel -Original Message- From: S V [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 17, 2001 10:04 AM To: CF-Talk Subject: HELP! IIS 5 and Access with Netscape browser 4.75 I have removed

RE: Selecting All Categories that start with A..

2001-09-13 Thread Russel Madere
In TSQL (The MS version of SQL) there is the command LEFT(). you could also do: SELECT . WHERE FieldName LIKE 'A%' Russel -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 13, 2001 11:37 AM To: CF-Talk Subject: Selecting All

RE: OT .NET: ActiveX in Disguise? FUD alert

2001-09-13 Thread Russel Madere
Fear Uncertainty and Doubt. FUB is usually false or misleading information to create those three things in the reader about the subject. Microsoft sowed a lot of this about a number of products. It looks like it is reaping time. -Original Message- From: Won Lee [mailto:[EMAIL

RE: CF-Community?

2001-09-07 Thread Russel Madere
That's what you get for using Pink Floyd lyricks. -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 06, 2001 7:59 AM To: CF-Talk Subject: Re: CF-Community? Someone posted to ask if anyone was there and the machine crashed. I have

RE: Checking for NULL

2001-09-06 Thread Russel Madere
I use cfif Len(qQuery.field) EQ 0 This will only work for fields that will not contain blanks since it will generate the same result if it is blank or NULL. I hope there is a better solution. Russel -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent:

RE: CF and Exchange Servers

2001-09-05 Thread Russel Madere
I have one observation. Use CFLDAP. I did this years ago and have forgotten the specifics, but I was able to use the CFLDAP tag to pull and update records from the corporate Exchange 5.5 server at a previous employer. I can't give specifics, but I remember I did a lot of reading in the MS

RE: subtracting quantity

2001-08-29 Thread Russel Madere
What does the field InOut store? If it is the number checked out, you want to increment it like: cfquery datasource=ITData UPDATE tblApplications set InOut = InOut + 1 WHERE

RE: Xerces and CF

2001-08-28 Thread Russel Madere
I assume you set up the JRE (Java Runtime Engine) in the CF Administrator? If not, then CF won't know what to do with the class files. If it is, check out Ben Forta's Certification Guide. There is a perfect example of how to use Java with CF using the CFOBJECT tag. I can be more specific

RE: We've been assimilated...

2001-08-22 Thread Russel Madere
Was this overall? Or was this just for the Winders OS? Kind of curious, because here at Turbo Squid, we get slapped around by a vocal number of Mac users who don't use MSIE. Russel -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 5:50

RE: With all this talk of HostCentric / Virtualscape

2001-08-22 Thread Russel Madere
Good thing I learned those 1950s style civil defense maneuvers. Can we say Duck and Cover? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 8:14 AM To: CF-Talk Subject: RE: With all this talk of HostCentric / Virtualscape

RE: We've been assimilated...

2001-08-22 Thread Russel Madere
My problem with both browsers, but Netscape in particular, is the poor CSS and HTML 4.0 support. What do we have standards for if the browser companies decide to ignore them. I think I'm just going to format for Amaya. Russel -Original Message- From: Shawn Grover [mailto:[EMAIL

RE: We've been assimilated...

2001-08-22 Thread Russel Madere
I have to disagree. Netscape's implementation of W3C standards is poor at best. On an Intranet site I had to tell the company that IE 4.0 was the minimal standard because I couldn't get NS to correctly render the CSS code I wrote, which was standards compliant. The Mozilla rendering engine is

RE: Could someone check this with non-IE5.5 ?

2001-08-21 Thread Russel Madere
It works fine in IE 5.0, Win 2K Pro. -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 8:27 AM To: CF-Talk Subject: Could someone check this with non-IE5.5 ? http://www.compsoc.man.ac.uk/~falken/example.html The way its meant

RE: SirCam virus???

2001-07-30 Thread Russel Madere
Just that the subject will be variable and the body will be the same but close to what you posted. It could also possible come in in Spanish. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 12:12 PM To: CF-Talk Subject: OT: SirCam

RE: OT: SirCam virus???

2001-07-30 Thread Russel Madere
Not all Outlook users I haven't been infected yet, but I've gotten the emails about 60 times. Just be careful opening attachments. -Original Message- From: Paris Lundis [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 12:23 PM To: CF-Talk Subject: Re: OT: SirCam virus???

RE: Using function inside Select statement

2001-07-25 Thread Russel Madere
knew it had to be this simple. Literally spent the last two days combing through books on SQL, CF, Allaire and Forta's sites - ugh! This list is just the best resource out there! Thank you again! -- From: Russel Madere Reply To: [EMAIL PROTECTED] Sent: Tuesday

RE: Delete session when browser is closed.

2001-07-25 Thread Russel Madere
You can use the onUnload() event handler in JavaScript to call a page that kills the session variables. But that will only work if the user has JavaScript enabled. -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 9:11 AM To: CF-Talk

RE: Automatically unzipping uploaded files?

2001-07-25 Thread Russel Madere
There is a CFX_Zip by Ben Forta (I Think) that would work. You can check the file extension when it is uploaded and if it is a zip unzip it into a temporary folder. Then use CFDIRECTORY to get a file list and loop through each and use CFFILE to move the file to the correct folder(s). Or

RE: Country - States Database

2001-07-25 Thread Russel Madere
But most countries have some sort of administrative subdivision. I know Switzerland has cantons. Beyond that, I've reached the end of my world geography. Are those administrative subdivisions what you need, Kirk? Russel -Original Message- From: Jochem van Dieten [mailto:[EMAIL

RE: Country - States Database

2001-07-25 Thread Russel Madere
-Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 3:12 PM To: CF-Talk Subject: Re: Country - States Database Kirk Boecker wrote: Thanks Eric and Jochem, I realize that many countries don't have states and some have state

RE: Macromedia Community Manager Introduction

2001-07-24 Thread Russel Madere
Where is Agent Smith? -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Monday, July 23, 2001 5:43 PM To: CF-Talk Subject: RE: Macromedia Community Manager Introduction Am I getting a feeling of Deja Vu? Philip Arnold Director Certified ColdFusion

RE: Macromedia Cold Fusion Community Manager

2001-07-24 Thread Russel Madere
Welcome from the Squid Tank in the Big Easy. Does this mean that we can get you to chat with the ColdFusion Project Manager when we have a problem that isn't solved in this forum? Russel -Original Message- From: Matt Brown [mailto:[EMAIL PROTECTED]] Sent: Monday, July 23, 2001 4:56

RE: Using function inside Select statement

2001-07-24 Thread Russel Madere
You need to use the SQL functions. In Transact SQL use UPRER or LOWER. You SQL would look like: CFQUERY NAME=GetData DATASOURCE=HR SELECT PERSON_LAST_NAME FROM TBL_PERSON WHERE LOWER(PERSON_LAST_NAME) LIKE LOWER('#Criteria#%') /CFQUERY OR if you want to mix SQL and

RE: Macromedia Cold Fusion Community Manager

2001-07-24 Thread Russel Madere
Fantastic! We will kiss your feet if you can get that done! Thanks. Russel -Original Message- From: Matt Brown [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 12:40 PM To: CF-Talk Subject: Re: Macromedia Cold Fusion Community Manager Russel Madere wrote: Welcome

RE: Making A Local Copy of a CF site...

2001-07-24 Thread Russel Madere
You can create a spider using CFHTTP and save the resulting HTML into a directory tree matching the structure of the CFM pages. If you want, I can work with you to come up with the psuedocode for that. Russel -Original Message- From: Dasher [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

RE: cookies

2001-07-24 Thread Russel Madere
That really won't work. The problem with it is that during the execution of the CFM template, the cookies will exist. They are only refused after the HTTP headers are returned to the client. In other words, the cookies will be defined as long as the template setting them is executing. A

RE: IGMP call to Multicast addresses???

2001-07-23 Thread Russel Madere
I'm not familiar with ClusterCats, but I have some knowledge of NT Clustering. n the installation we had at a previous employer, the clustered servers sent out a heart beat signal. Could this IGMP packet be the heartbeat for ClusterCats? Russel -Original Message- From: Christian L.

cfx_CyberCash problems

2001-07-20 Thread Russel Madere
Hey all! I need some help with the CFX_CyberCash tag written by CyberCash themselves. I installed it and started to modify my code to use the new inputs and return fields but none of the return fields from the documentation are there. I'm using the Command-Style messages interface with an

RE: sending a file directly

2001-07-19 Thread Russel Madere
Try using the CFCONTENT tag. The link would look like http://mydomain/sendfile.cfm?name=1.zip Inside the template sendfile.cfm you have code like this: cfset PathToFiles = ... cfquery name=GetCounter... SELECT HitCount From... /cfquery cfset Counter = GetCounter.HitCount + 1 cfquery

RE: Security

2001-07-19 Thread Russel Madere
-Original Message- From: John Paitel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 6:55 PM To: CF-Talk Subject: Security Since I am asking newbie type questions today... Security. I am designing a database access site, and I am going to have secured pages for the

RE: Questions to ask for CF developer

2001-07-19 Thread Russel Madere
Very good point. When I was interviewing here I asked specific questions about problems I ran into while coding our products. I also asked about things we wanted to start incorporating like CFCONTENT or the FuseBox methodology. Finally, I made the candidate discuss what should go into the

RE: sending a file directly

2001-07-19 Thread Russel Madere
The operative word in my post was LIKE. Personally I would use a stored procedure and use the DBMS native transaction locking. Or, alternately, to have a raw download recording table that has a record inserted for every download attempt. No CFTRANSACTION needed for that. I would then use

RE: sending a file directly

2001-07-19 Thread Russel Madere
Better idea. That's what I get for answering email before coffee. Maybe I need to encase my messages with CF_PRECOFFEE/CF_PRECOFFEE -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 9:16 AM To: CF-Talk Subject: RE: sending a file

Help Search in CF Studio - My brain died

2001-07-18 Thread Russel Madere
My brain went blank last night. One of the other developers here is having trouble with the Help in CF Studio 4.5. When he does a search for anything (CFOUTPUT, Scope, etc) it returns No Results Found. He says it does the indexing of the help files and he can access them from the list in the

RE: Help Search in CF Studio - Coffee did the trick

2001-07-18 Thread Russel Madere
folder (located at C:\Program Files\Allaire\ColdFusion Studio 4.5\Verity) 3 - Restart ColdFusion Studio 4 - Redo your search and let the program re-index the documents If anyone has a better solution let me know. Russel -Original Message- From: Russel Madere [mailto:[EMAIL PROTECTED

RE: 2 probs: logout and password

2001-07-18 Thread Russel Madere
-Original Message- From: Janine Jakim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 2:13 PM To: CF-Talk Subject: 2 probs: logout and password 1. I have been trying to do a logout that will not allow the user to use the back button on the browser. I have set

RE: CFLoop inside an update query

2001-07-17 Thread Russel Madere
Tristram, What you probably will need to do is generate the SQL in a variable outside the CFQUERY and then just evaluate the variable in the CFQUERY. Like: cfset VARIABLES.stgSQL = ... cfloop... cfset VARIABLES.stgSQL = VARIABLES.stgSQL ... /cfloop cfquery...

RE: CF 4.5 and SourceSafe

2001-07-16 Thread Russel Madere
I had it implemented in CF 4.5. My advice is don't integrate the 2. I managed to loose 2 days of work because the CF/VSS integration decided to go crazy. It completely wiped my working folders. -Original Message- From: Percy Perez [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16,

RE: Which OS to use? Win98 or WinME?

2001-07-13 Thread Russel Madere
results with this OS??? Perhaps it's as simple as some people test the limits of an OS more so than othersI admit my home PC use is not nearly as intensive as work. Brian - Original Message - From: Russel Madere [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, July 12

RE: Dead ?

2001-07-13 Thread Russel Madere
On my account, the biggest number of duplicates I got was from a messgae I posted. I'm beginning to think this is a problem with my ISP, BellSouth. Plus I enjoy busting the chops of thier NOC guys anyway. -Original Message- From: Stephen Hait [mailto:[EMAIL PROTECTED]] Sent: Friday,

RE: Which OS to use? Win98 or WinME?

2001-07-13 Thread Russel Madere
and production machine, we are seriously considering changing the OS. my .02 ~bgl -Original Message- From: Russel Madere [mailto:[EMAIL PROTECTED]] Sent: Friday, July 13, 2001 9:10 AM To: CF-Talk Subject: RE: Which OS to use? Win98 or WinME? We got a Compac Presario system for our

RE: Forms+SQL+Params

2001-07-12 Thread Russel Madere
Craig, Here is a quick tip, try to use some more white space (both in your code and in your email). Both your code and the email were tough for me to read. Since I'm on the clock when I check this mailing list, I usually skip messages that I find hard to read. That said, let me see if I can

RE: Which OS to use? Win98 or WinME?

2001-07-12 Thread Russel Madere
DON'T INSTALL Windows ME!! Sorry to scream, but we have it on a test box here and it is really buggy. Tell your friend to stick with Windows 98, especially if he wants to keep his techie friends. I have almost lost my religion troubleshooting Windows ME. Russel -Original Message-

RE:

2001-07-12 Thread Russel Madere
Craig did post his code under a different subject. So give him a break on that. He probably is agrivated because one question got answered and his simple one didn't. Craig, please do understand that most of us are at work when we read this list. If there is a delay in answering your question

RE: Forms+SQL+Params

2001-07-12 Thread Russel Madere
/stepstoinsanity/index.html From: Russel Madere [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Forms+SQL+Params Date: Thu, 12 Jul 2001 15:38:21 -0500 Craig, Here is a quick tip, try to use some more white space (both in your code and in your email

RE: view source tag

2001-07-12 Thread Russel Madere
Be real careful with this. The source viewer provided as a sample application on the Cold Fusion install is a HUGE security hole. I would suggest that you put any code you want to view like that in a database and not use CFFILE to read the code from a disk. A bad guy could pretty easily pull

RE: Dead ?

2001-07-12 Thread Russel Madere
Or a bunch of ghosts ;) Sorry, I couldn't resist. -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 4:44 PM To: CF-Talk Subject: Re: Dead ? If it is then we've got a lot of mediums here. :) Is the list dead again ? Uwe

RE: Column names containing a # sign

2001-07-10 Thread Russel Madere
Try replacing the single # with a double # in the column name... i.e. field#name would be field##name in your CFQuery block. -Original Message- From: Tristram Charnley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 11:18 AM To: CF-Talk Subject: Column names containing a #

Test

2001-06-25 Thread Russel Madere
I haven't gotten anything since Friday. Russel ~~ 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:

Catching a Request Timout error

2001-06-14 Thread Russel Madere
Russel Madere, Jr. Senior Web Developer ICQ: 5446158 http://www.TurboSquid.com Some days you eat the bear; some days the bear eats you

RE: URL Hacks

2001-06-14 Thread Russel Madere
Actually, this was a new hack to me, but it isn't just URL variables. If you grab the HTML for a form (especially if it has absolute paths for the action) and play games there, you can get it to pass SQL also. Russel -Original Message- From: Don Vawter [mailto:[EMAIL PROTECTED]] Sent:

Cold Fusion, IE 5.5, IP Address URLs and CF Session Cookies

2001-06-13 Thread Russel Madere
the Client variables are set, but they are not. Russel Russel Madere, Jr. Senior Web Developer ICQ: 5446158 http://www.TurboSquid.com Some days you eat the bear; some days the bear eats you

RE: Radiant Communications

2001-06-04 Thread Russel Madere
Verio in New Orleans was worse. A little over a week ago, they lost power for ALMOST 4 hours. Thier power failover failed apparently. Russel Madere, Jr. Senior Web Developer ICQ: 5446158 http

RE: IIS or Apache? (WAS RE: can anyone help?)

2001-06-01 Thread Russel Madere
-Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Friday, June 01, 2001 09:10 To: CF-Talk Subject: RE: IIS or Apache? (WAS RE: can anyone help?) Actually, I found CF made Apache a bit unstable... After I installed CF over Apache, I couldn't start Apache as a

RE: IIS or Apache? (WAS RE: can anyone help?)

2001-06-01 Thread Russel Madere
has. Russel Madere, Jr. Senior Web Developer ICQ: 5446158 http://www.TurboSquid.com Some days you eat the bear; some days the bear eats you

RE: IIS or Apache? (WAS RE: can anyone help?)

2001-06-01 Thread Russel Madere
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, June 01, 2001 13:37 To: CF-Talk Subject: RE: IIS or Apache? (WAS RE: can anyone help?) We have been running Apache with CF 4.5 on NT 4 for the last 2 year under very heavy load and have found no

WhoIs tag that returns a variable

2001-05-29 Thread Russel Madere
the results as a variable. As an alternative, if someone who has written on that returns the HTML stream can provide the source, I can modify it myself to return a variable. TIA. Russel Russel Madere, Jr. Senior Web Developer

  1   2   3   4   >