RE: OT: Section 508 Compliancy

2002-11-08 Thread Trusz, Andrew
Your examples suggest that the problem isn't with Lynx but with screen readers. Lynx cleanly separates form and content (the goal of css standards). Readers don't seem able to perform such separation. So either developers have to go to extraordinary lengths to accommodate proprietary screen reader

RE: (Admin) Virus

2002-11-08 Thread Trusz, Andrew
It's a new creation: a worm with a EULA. The card comes with a EULA which allows the friendship-greeting.com folks to use your contact list, among other things, to send mail. Dshields had a long discussion last week. Check the archives http://www.dshields.org. drew -Original Message-

RE: JDBC socket reset (was CF supporter something or other....)

2002-10-09 Thread Trusz, Andrew
Yes, we have a project running cfmx on Solaris with Oracle (on a separate machine) which gets a JDBC connection pooling error on an intermittent basis. Restarting cfmx clears it for a few days. The error reads: SQLException occurred in JDBCPool while attempting to connect, please check your

RE: Still dead?

2002-09-03 Thread Trusz, Andrew
Nearly. andy -Original Message- From: Sean A Corfield [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 31, 2002 6:12 PM To: CF-Talk Subject: Still dead? Is cf-talk alive yet? If you're not annoying somebody, you're not really alive. -- Margaret Atwood

RE: Transport port

2002-07-25 Thread Trusz, Andrew
Websphere uses port 9080 for its plugin from the web server to what they call the embedded http server. Since this is an internal (non-web) communication, you shouldn't be able to see it. The assembled page will be served back to you on port 80 by the web server. From your browser's point of

RE: security: attacks through submission of script

2002-06-27 Thread Trusz, Andrew
Since nobody else seems to have responded, I'll give it a quick pass. Data from forms needs to be validated. Regular expressions on the server side do this nicely (including dealing with sql insertion attack), if you construct them carefully. You can also check for the referring page to be sure

RE: DNS Havoc!!

2002-06-14 Thread Trusz, Andrew
Sorry to say you were ripped offed. Your new hosting company will make the DNS change and propagate it (they usually make changes every 12 hours). Propagation is automatic and updates are continuous between Zones of Authority. Once your new host enters the address it will be fully propagated

RE: very strange table behavour

2002-06-12 Thread Trusz, Andrew
In your style statement you have visibility: hidden;. The table will not show at all this way since the div and its children are not visible. andy -Original Message- From: Bruce, Rodney S HQISEC/SIGNAL [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 6:21 PM To: CF-Talk Subject:

RE: Macromedia Folks: What are you thinking?

2002-05-06 Thread Trusz, Andrew
Got it? DWMX is what DW has always been: an out-of-the-box web creation and management solution or non-coders. It's more elegant than FP or the old NetObjects but it is in the same class. In that market, file relating is crucial -- it avoids the intimate knowledge of the site or application that

RE: IE 6.0 Bug

2002-04-18 Thread Trusz, Andrew
Its the long way to get to Minesweeper, but it works. andy -Original Message- From: Sam Roach [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 6:16 PM To: CF-Talk Subject: IE 6.0 Bug http://online.securityfocus.com/archive/1/267561 has anyone tried this? -- Sam

RE: pulling wrong dates from database

2002-04-18 Thread Trusz, Andrew
Won't --#DateFormat(GetEventtoUpdate.BeginDate, mm/dd/)#-- pick up the same date variable each time it is used? As opposed to #DateFormat(GetEventtoUpdate.Internet.BeginDate, mm/dd/)#, for example. snip -Original Message- From: Judy [mailto:[EMAIL PROTECTED]] Sent: Thursday,

RE: update error

2002-04-18 Thread Trusz, Andrew
Second try. Judy, in the form for updateform.cfm you have the field: input type=hidden name=id value=#id# But on the updateaction.cfm page, your Update query has: Where Events.ID=#URL.ID# Would #form.id# work or are you passing the #url.id# elsewhere in the code?

RE: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Trusz, Andrew
The A List Apart discussion on css might be helpful, Matt, http://www.alistapart.com/stories/journey/. Try sticking the @import code in and see what it does to the 4x browsers: style type=text/css media=all @import /nucss/css; /style andy

RE: CSS and Netscape - was(CSS and dynamically changing classes)

2002-04-16 Thread Trusz, Andrew
There aren't any totally compliant browsers. The thrust of the w3 standards is to separate content and presentation. The intent is to make the same content easily rendered on a variety of devices without the style interfering with the content. So a browser, a pda, a cell phone or your clothes

RE: Calendar where events span more than one day...

2002-04-08 Thread Trusz, Andrew
Don't know about Forta's version but I do know that Jeffry Houser's will do multiple days. That would be Chapter 15 in Instant Cold Fusion 5, Osborne. andy -Original Message- From: JamesEdmunds [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 9:29 AM To: CF-Talk Subject: Calendar

RE: Group in cfoutput query. brain fart

2002-03-07 Thread Trusz, Andrew
Since cfoutput creates the table one row at a time as each query row is output, wouldn't it be possible to put a cfif statement in the cfoutput to set first and last name to blank if they already exist? -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED]] Sent: Thursday, March

re: can someone see a problem with this

2002-03-05 Thread Trusz, Andrew
Jeff, you said you are using Access I've had problems with how Access reads dates when they are inputted through a form to update an entry The error thrown is the mismatch error The best solution I've found is to use some form of sql database Although sometimes inputting dates as -mm-dd seems

RE: Problem query

2002-02-28 Thread Trusz, Andrew
Crispin, Aren't you only asking for resources booked on a particular date: Events.Event_Date = #variables.EventDate#? Wouldn't it be better to Order By or Group By #variables.EventDate# and remove the #variables.EventDate# from the Where clause? This would give you all the resources for that

calendar

2002-02-07 Thread Trusz, Andrew
Get a copy of Jeffry Houser's Instant Cold Fusion 5. Nice chapter on designing a calendar. Since he contributes here maybe he'll have a few extra tips for you. __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB

RE: calendar

2002-02-07 Thread Trusz, Andrew
Can he borrow it, Jeffry? andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 9:02 AM To: CF-Talk Subject: RE: calendar Get a copy of Jeffry Houser's Instant Cold Fusion 5. Nice chapter on designing a calendar. Since he

RE: calendar

2002-02-07 Thread Trusz, Andrew
Osborne. ISBN 0-07-213238-8; 2001 -Original Message- From: Thane Sherrington [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 9:24 AM To: CF-Talk Subject: Re: calendar At 08:55 AM 02/07/2002 -0500, Trusz, Andrew wrote: Get a copy of Jeffry Houser's Instant Cold Fusion 5

porting cf

2002-02-07 Thread Trusz, Andrew
We're trying to port from NT4, CF4.0 to Sun Solaris 2.8 running CF 4.5. Case has been checked, the datasource is verified. The query referred to in the error is: (about as basic as it can be) CFQUERY name=sort datasource=dsel dbtype=ODBC select * from dsel /CFQUERY The error message is:

Re:checkbox

2002-02-06 Thread Trusz, Andrew
Since you seem to be saying the value of the checkbox is always to be yes, the simple way is to not import the value of the checkbox to the processing form and have the value hardcoded to yes in the sql insert statement. __ Why

Verity revisited

2001-03-29 Thread Trusz, Andrew
I have a couple of Verity collections which have suddenly stopped opening. The error is "collection failed to open". This isn't a Forum, its a searchable collection. Any ideas on how to unlock it? Here's the error: Error Diagnostic Information Error occurred in tag CFINDEX Collection failed to

verity

2001-03-27 Thread Trusz, Andrew
I have a couple of Verity collections which have suddenly stopped opening. The error is collection failed to open. This isn't a forum, its a searchable collection. Any ideas on how to unlock it? Here's the error: Error Diagnostic Information Error occurred in tag CFINDEX Collection failed to

verity and oracle: II

2000-12-29 Thread Trusz, Andrew
Thanks to Dave Fauth and Stephen Moretti for their suggestions. I don't think I articulated the problem properly so I'll try again. Simply put, Oracle stores all tables in a single database. Schemas are used to internally keep track of which tables belong together. What we think of as

verity and oracle

2000-12-28 Thread Trusz, Andrew
I'm trying to create a search tool for a collection of documents which is added to at least daily and which needs to be partially editable. I've created an Oracle database/schema to house the documents. My problem is how to point Verity to the correct table (there is only one table in this

verity and oracle

2000-12-28 Thread Trusz, Andrew
I'm trying to create a search tool for a collection of documents which is added to at least daily and which needs to be partially editable. I've created an Oracle database/schema to house the documents. My problem is how to point Verity to the correct table (there is only one table in this

unstable cfserver

2000-10-19 Thread Trusz, Andrew
Having a problem with a CFserver which generates and Oracle instantiation failure error. Using 4.5.1 with SP1 on NT4 with SP6 and IIS4. Also have Word from Off2K and Access2K. This is the production server. The development server differs in having less memory and Office 97, SP1. This server

cfudate and missing table

2000-08-12 Thread Trusz, Andrew
Hello, Having trouble with CFUPDATE. The table being updated is not found in the datasource even though the data to be updated has just been extracted from that table. Database is Oracle 8 Tag is cfupdate datasource="billygoat" tablename="main_table". Any help? andy