RE: Timezones and CF

2002-09-19 Thread Dan Haley
The key to those URLs is 9i. I don't follow the standards for SQL so I don't know how long current_timestamp and at time zone have been around, but they aren't in 8i. My fault for not specifying the database version since I was only looking through the documentation for what we've got here.

Re: ArcIMS and Cold Fusion

2002-09-19 Thread Paul Hastings
http://www.hud.gov/offices/cio/emaps/index.cfm oops. this puppy is actually driven by aspfig leaf asleep at the wheel ;-) __ Your ad could be here. Monies from ads go to support these lists and provide more resources for

Datasource using CFMX

2002-09-19 Thread Brook
That is true, you do need to use SQL Server Authentication and not Windows Authentication to use the JDBC type 4 drivers via CFMX. I AM using a SQL login and the login works fine from the ODBC control panel. I just can't connect through the CFMX datasource administrator. And its really

RE: cfinclude, how granular can you make it? -- further elaborati on

2002-09-19 Thread S . Isaac Dealey
I forgot to include (this is a continuation of what's written below) is that it one cannot use cfinclude in a cfif cfif cfinclude So, how granular can the includes be? // glm You can't include any cfml tag inside of any other cfml tag ... It would destroy the xml (or xml-like) format

RE: Jsp Vs Cfm (CFMX) -- Test Code

2002-09-19 Thread Dave Watts
always strongly recommended the use of a compiled language for the middle tier - you'd only do presentation logic in ASP, and you'd do anything of any complexity in COM with either C++ or VB. I suspect that's a little different with .NET, but I'm not sure how different it is.

CFMAIL replacements?

2002-09-19 Thread Neil H.
Does anyone know of a decent replacement for CFMAIL. I have a problem where CFMAIL just sends and sends emails repetitavely. I confirmed it isn't a coding issue. I added a CFLOG to the page with the CFMAIL tag and its only ran once but the emailsent.log shows it sending numerous times.

RE: Tracking first 'click' off of a home page

2002-09-19 Thread Dave Wilson
To get the first click you'll need a small detection script on the homepage to detect a new unique visitor along with their client variables (IP, user details and CFID CFTOKEN values) and check your db for any previous db entries for said user. Then once you've determined they are new user and

RE: Installed CFMX - all cfm templates return http 500 error

2002-09-19 Thread Dave Wilson
Ok I've tried all of the below suggestions and still getting http 500 outside of the default web site. Any other suggestions? Dave -Original Message- From: Frank Mamone [mailto:[EMAIL PROTECTED]] Sent: 19 September 2002 16:13 To: CF-Talk Subject: Re: Installed CFMX - all cfm templates

RE: Just curious possible problem

2002-09-19 Thread Webmaster
It is the original problem it does not like the desc field from the form.. there must be something in it that is driving SQL crazy -Original Message- From: Douglas McKenzie [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 10:53 AM To: CF-Talk Subject: RE: Just curious

RE: Good CFX Tag to do bulk mailing

2002-09-19 Thread Cantrell, Adam
Jochem has a nice custom tag to replace cfmail - not cfx though. http://jochem.vandieten.net/coldfusion/customtags/advancedemail/ And then from the makers of Active Edit - java CFX. http://www.cfdev.com/activmail/ Adam. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: CFMAIL replacements?

2002-09-19 Thread Cantrell, Adam
(Copied from other thread.) Jochem has a nice custom tag to replace cfmail. http://jochem.vandieten.net/coldfusion/customtags/advancedemail/ And then from the makers of Active Edit http://www.cfdev.com/activmail/ Adam. -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]]

RE: Datasource using CFMX

2002-09-19 Thread Chuck Brockman
You may be able to find more references as to what the Microsoft Jet 4 SP3 contains, but I found that I had to install it, as well as the MDAC update, for my DSN's to work. Macromedia makes reference to this in the release notes(http://www.macromedia.com/support/coldfusion/releasenotes/mx/relea

RE: scientific characters

2002-09-19 Thread Louis Klepner
The symbol is a sign for micro... This is what I get from viewing the source of the HTML email I sent from Outlook: SPAN style=FONT-SIZE: 50%; FONT-FAMILY: Symbol; mso-char-type: symbolm/SPAN I'm able to paste the character as HTML source, but I cannot paste it as the symbol itself. I wonder

RE: Displaying information immediately

2002-09-19 Thread Kevan . Windle
You could first go to an intermediate display page that then uses javascript to locate or post to the real page. -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: 17 September 2002 16:11 To: CF-Talk Subject: RE: Displaying information immediately Thane,

Re: Installed CFMX - all cfm templates return http 500 error

2002-09-19 Thread Sean Daniels
On Thursday, September 19, 2002, at 11:00 AM, Dave Wilson wrote: Does this mean that CFMX Pro doesnt support multiple virtual sites on the server? I've checked the MIME mapping and it is present in the other virtual sites. I have read in a few places that in order to support multi-homed

RE: CFMAIL replacements?

2002-09-19 Thread Dave Wilson
Sorry not a solution to your question, more of an observation. It sounds to me like you've got a problem with your mail spool. Have you checked your mail server for any discrepancies? Dave -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: 19 September 2002 17:13 To:

Connection reset error

2002-09-19 Thread Ben Densmore
Hey everyone, I posted this problem a while back but never got an answer really. Has anyone else been getting this error? I took this straight out of my application.log file. Error Executing Database Query.[Macromedia][SQLServer JDBC Driver]Connection reset by peer: JVM_recv in socket input

Re: CFMAIL replacements?

2002-09-19 Thread Howie Hamlin
Try iMS-SE. iMS-SE is a high performance email sending engine that has many advantages over CFMAIL including: - no need for an external email server - delivery notifications - bounce handling - tokenization (akin to mail merge) There are several more nice features that are outlined in the iMS

RE: Jsp Vs Cfm (CFMX) -- Test Code

2002-09-19 Thread Matt Liotta
I think that Matt would agree that this can be a very important determination if an application, nay web site, scales well. I would not agree. As I have stated in previous emails; code optimization is generally a waste of time in the whole scheme of things. -Matt

RE: Jsp Vs Cfm (CFMX) -- Test Code

2002-09-19 Thread Matt Liotta
FYI... .NET/C#/VB.net gets compiled into MSIL and the runtime runs the code compiled* not interpreted. Com's in .NET are supposedly slower Classes are the new standard of development. Actually no, MSIL is simply bytecode just like Java that must be interpreted by a virtual machine. However,

RE: SQL Server advice

2002-09-19 Thread Bryan F. Hogan
When you created your DTS there is an option to schedule to run, if you can schedule your dump from the backups at say 1am and then schedule your DTS to pickup at 1:15am, I don't forsee a problem. You can also save the following as a stored procedure and create a cf template and add it to the

RE: Installed CFMX - all cfm templates return http 500 error

2002-09-19 Thread Brook
Does each Website have a JrunScripts Virtual Directory in it? Does this virtual directory correctly reference the cfmxroot/runtime/lib/wsconfig/[number]. Make sure that there is a numbered directory at this location. CFMX will create a number of these directories for each website, I beleive

RE: Good CFX Tag to do bulk mailing

2002-09-19 Thread Pete Freitag
Check out ActivMail: http://www.cfdev.com/activmail/ _ Pete Freitag CTO, CFDEV.COM http://www.cfdev.com/ -Original Message- From: Bill Wheatley [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 11:43 AM To: CF-Talk Subject: Good

Run a check before an insert

2002-09-19 Thread Janine Jakim
Ok I need to make a check on one table before I do an insert into another table. (Kind of similar to a login where the 1st query checks the username/2nd query checks the group). But I want to be able to have the 1st table be able to check for several rows in the first query and only insert the

Re: Installed CFMX - all cfm templates return http 500 error

2002-09-19 Thread Marlon Moyer
Dave try running \CFMXinstalldir\runtime\lib\wsconfig.jar and setup the server for multiple sites. The release notes on macromedia.com also have updated information regarding multiple sites. Dave Wilson wrote: Ok I've tried all of the below suggestions and still getting http 500 outside

Admin password with new update

2002-09-19 Thread Ken Brocx
I ran the auto-updater for mx yesterday and everything seems to be ok, but now I can’t log in to the administrator! It says my password is wrong. I’ve never changed the password and have no idea what happened. Any ideas? Thanks, Ken * Ken Brocx * Seniŏr Developer *

Plagiarism- please read this it is a great insight on scalbility IMHO was RE: Jsp Vs Cfm (CFMX) -- Test Code

2002-09-19 Thread Mike Brunt
Dave, I hope you will excuse me jumping on but you give some great insights here and as this thread is old I thought IT might be ignored so I did this, because this makes good reading for all of us. Kind Regards - Mike Brunt, CTO Webapper http://www.webapper.com Downey CA Office 562.243.6255 AIM

Re: Connection reset error

2002-09-19 Thread Brook
Have you installed SP4 for SQL Server? I'm not sure it will help, but \At 12:38 PM 19/09/02 -0400, you wrote: Hey everyone, I posted this problem a while back but never got an answer really. Has anyone else been getting this error? I took this straight out of my application.log file.

cftry cftransaction order

2002-09-19 Thread jon hall
I have a set of database updates that I need to nest in a cftransaction, but I also want to use a cftry/cfcatch block for error handling. If I put the cftransaction outside the try/catch block if there is an error, the catch block will execute and abort any further processing, if I put the

RE: scientific characters

2002-09-19 Thread Dan Haley
CF seems to handle it just fine in url encoding. The micro symbol shows up as %B5. In CF Studio (Windows) you can get the micro symbol by typing ALT-0181. Not sure on browser compatibility, etc. µ8^) What is that on your head? Dude, it's a micro Dan -Original Message- From: Louis

Re: SQL Server advice

2002-09-19 Thread Richard Meredith-Hardy
I do this all the time with WDDX packets. I expect XML is the modern way. Depending on how well your machines can talk to each other it could be completely automatic. Douglas Jordon wrote: We need to synch a db that drives a web site to the master on our clients LAN. Because of licensing

RE: Installed CFMX - all cfm templates return http 500 error

2002-09-19 Thread Dave Wilson
Cheers Sean, Just tried that as well, along witha few combinations of editing jrun.xml, removing CFMX and reg keys and files, lowering the application pool level in IIS, re-installing CFMX. Still getting the http 500 errors on virtual sites. Starting to get really baffled now. Maybe a win2k sp

Re: Just curious possible problem

2002-09-19 Thread Richard Meredith-Hardy
what about the field name desc - this is a keyword in SQL and may be upsetting things. Try renaming the field in your DB perhaps. Webmaster wrote: It is the original problem it does not like the desc field from the form.. there must be something in it that is driving SQL crazy

RE: Run a check before an insert

2002-09-19 Thread Adrian Lynch
LEAVE OUT THE TV No way, throw some eggs in there and you've got some pancakes :OD Show us some code Ade -Original Message- From: Janine Jakim [mailto:[EMAIL PROTECTED]] Sent: 19 September 2002 17:55 To: CF-Talk Subject: Run a check before an insert Ok I need to make a check on

RE: Connection reset error

2002-09-19 Thread Mark A. Kruger - CFG
Ben, I don't have any help for you on this, but I'm getting it too - on a CFMX install - WinXP pro, Apache to a remote (not on the same network) SQL 7 server. I don't get it quite that often, but I get it on the first request after an arbitrary amount of time has elapsed. I haven't worried about

Re: Getting List of Tablenames for a DSN

2002-09-19 Thread Joe Eugene
Or easy way STRAIGHT JSP... again Jsp Vs Cfm topic... i guess MM would suggest the below and learn Java.. rather than incorporating these capabilities into CFMX. JSP is some like.. Class.forName(macromedia.jdbc.MacromediaDriver); Connection con=

RE: Getting List of Tablenames for a DSN

2002-09-19 Thread Joshua Miller
Thanks Dick, the Meta Data information will be immensely helpful. I've got all the information I need on SQL Server, but I didn't know that JDBC allowed for this kind of abstraction. I wonder if it works with MS Access - hehe. What I'm thinking is that there should be a way to connect to a CF

RE: Installed CFMX - all cfm templates return http 500 error

2002-09-19 Thread Dave Wilson
Thanks Brook and Marlon, That did the trick :) (wsconfig.jar) All the best, Dave -Original Message- From: Brook [mailto:[EMAIL PROTECTED]] Sent: 19 September 2002 18:06 To: CF-Talk Subject: RE: Installed CFMX - all cfm templates return http 500 error Does each Website have a

Re: Jsp Vs Cfm (CFMX) -- Test Code

2002-09-19 Thread Dick Applebaum
On Thursday, September 19, 2002, at 09:37 AM, Matt Liotta wrote: I think that Matt would agree that this can be a very important determination if an application, nay web site, scales well. I would not agree. As I have stated in previous emails; code optimization is generally a waste of time

Re: Good CFX Tag to do bulk mailing

2002-09-19 Thread Bill Wheatley
I looked at it. It had some errors on the RC2 version and it was not quite what i was looking for an actual replacement to using the CF MAIL ENGINE. Just putting it inot the /spool directory wasnt quite fast enough ;) no worries though Bill Wheatley Senior Database Developer Macromedia

Re: Good CFX Tag to do bulk mailing

2002-09-19 Thread Bill Wheatley
And i will revise my claim ;) Any application that can do 5000 Messages a minute Bill Wheatley Senior Database Developer Macromedia Certified Advanced Coldfusion Developer EDIETS.COM 954.360.9022 X159 ICQ 417645 - Original Message - From: Pete Freitag [EMAIL PROTECTED] To: CF-Talk

Re: ArcIMS and Cold Fusion

2002-09-19 Thread Richard Meredith-Hardy
if you sliced diced your imagery (say aerial photos) properly you could build a nifty image server w/cf. but real internet GIS/location stuff needs something that knows geography. Depends what you call 'knows geography'. The maps at http://www.adventuredirectory.com work on this basis

Re: Datasource using CFMX

2002-09-19 Thread Frank Mamone
What is there error exactly? - Original Message - From: Brook [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, September 19, 2002 12:26 PM Subject: Datasource using CFMX That is true, you do need to use SQL Server Authentication and not Windows Authentication to use

RE: Admin password with new update

2002-09-19 Thread Ken Brocx
Well, it turns out that the password is now all caps... I know what you're thinking but we've had this password for over a year and I can type it in my sleep. And one of the other developers also. It was not all-caps before weird... o.O -Original Message- From: Ken Brocx Sent:

RE: SQL Server advice

2002-09-19 Thread Tipton Josh (orl1jdt)
YOu can use dts to backup the database or dump, and copy the database to another server, then via triggers or some other method kick off a job on the reciving sql server to restore the db. Should'nt be that difficult plus you can schedule a dts package and modify the the schedule or the

Re: SQL Server advice

2002-09-19 Thread Douglas Jordon
Thanks, that is a help. Bryan F. Hogan wrote: When you created your DTS there is an option to schedule to run, if you can schedule your dump from the backups at say 1am and then schedule your DTS to pickup at 1:15am, I don't forsee a problem. You can also save the following as a stored

Re: FW: Jsp Vs Cfm (CFMX) -- Test Code

2002-09-19 Thread Sean A Corfield
On Thursday, September 19, 2002, at 02:37 , Jochem van Dieten wrote: Whatever (I don't claim to know anything about that). But would adding optional int and double etc. declarations next to var really make CFML a different language? We use strongly typed stuff all the time when working with a

OT: Macs, Netscape, and table cell heights, oh my

2002-09-19 Thread Scott Weikert
I've an issue with a project I'm working on, when it comes to Macs, specifically with Netscape 6. IE seems to do fine here. It *is* a CF based project, so there, nyah. :) I've got a table, with several vertical cells (i.e. all on one row). Within each cell, I create a new table, and based on

Re: Jsp Vs Cfm (CFMX) -- Test Code

2002-09-19 Thread Sean A Corfield
On Tuesday, September 17, 2002, at 11:03 , Dick Applebaum wrote: Sean, even I can write a pre-compile scan that builds a table of any variables that are defined and typed -- and the a post-compile scan that replaces the currently generated code with optimal code for any variables that are

How many CF licenses Shared host vs Dedicated was Re: Jsp Vs Cfm (CFMX) -- Test Code

2002-09-19 Thread Dick Applebaum
It appears that I am in a minority (yet, another one) that is concerned about the performance of CF code. Pi**in' in the wind, Blowin' on all your friends... I am curious -- are the majority of CF sites on shared servers; or on dedicated servers where the owner has the option to use any of

Re: Jsp Vs Cfm (CFMX) -- Test Code

2002-09-19 Thread Joe Eugene
The whole .NET/aspx platform has changed.. Classic ASP is HISTORY(P-Code). NO COM+/COM.. write classes and web services with .NET. The same class can be used with multiple Languages. To my understanding C#.NET performs better than any other code(JSP/CFM/PHP/VB). Most of .NET stuff is NOT backward

RE: Datasource using CFMX

2002-09-19 Thread Brook
Well, I've installed MDAC 2.7 and the Jet 4 Sp3 and I can still not get CFMX to talk to a remote SQL 7.0 Database. I am using a SQl Server login and it works great from the ODBC Control Panel. CFMX give me an error and tells me to check the username and password. I have been trying to get

RE: Calculating Shipping charges...

2002-09-19 Thread Yager, Brian T Contractor/Sverdrup
Thanks to all who responded to this. I think I will use this as my solution and work on a phase II using actual carrier charges. I appreciate everyone who has helped me. Brian Yager President - North AL Cold Fusion Users Group http://www.nacfug.com Sr. Systems Analyst Sverdrup/CIC [EMAIL

Re: Datasource using CFMX

2002-09-19 Thread Brook
The error is: Connection verification failed for data source: testDB []java.sql.SQLException: SQLException occurred in JDBCPool while attempting to connect, please check your username, password, URL, and other connectivity info. The root cause was that: java.sql.SQLException: SQLException

RE: Run a check before an insert

2002-09-19 Thread Webmaster
THAT WAS IT!!! I am s! stupid!!! -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 12:27 PM To: CF-Talk Subject: RE: Run a check before an insert LEAVE OUT THE TV No way, throw some eggs in there and you've got some

RE: Calculating Shipping charges...

2002-09-19 Thread Yager, Brian T Contractor/Sverdrup
Thanks to all who responded to this. I think I will use this as my solution and work on a phase II using actual carrier charges. I appreciate everyone who has helped me. Brian Yager President - North AL Cold Fusion Users Group http://www.nacfug.com Sr. Systems Analyst Sverdrup/CIC [EMAIL

Re: UUID's ( maybe OT)

2002-09-19 Thread Jesse Houwing
Zac Spitzer wrote: Bryan Love wrote: Not really true. The word terrible is a vast overstatement. Assuming you use char (or varchar) for the UUID (char is better since the size is constant)... The difference btwn string keys and numeric keys (performance-wise) is pretty much null until you

Re: OT: Macs, Netscape, and table cell heights, oh my

2002-09-19 Thread Brook
Try using an invisible gif with the height set to 100% or set to a specific height... At 11:58 AM 19/09/02 -0600, you wrote: I've an issue with a project I'm working on, when it comes to Macs, specifically with Netscape 6. IE seems to do fine here. It *is* a CF based project, so there, nyah. :)

RE: Getting List of Tablenames for a DSN

2002-09-19 Thread Ken Brocx
Wow, that's great Josh! Where did you get the info on coldfusion.server.ServiceFactory? Thanks, Ken -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 10:33 AM To: CF-Talk Subject: RE: Getting List of Tablenames for a DSN Thanks

RE: cftry cftransaction order

2002-09-19 Thread Mosh Teitelbaum
You might use something like: CFTRY CFTRANSACTION ACTION=Begin CFQUERY ... /CFQUERY CFTRANSACTION ACTION=Commit / CFCATCH TYPE=Database

OT: Flash loadvariables

2002-09-19 Thread Turetsky, Seth
We have a flash5 movie with an uncertain amount of movie clips, each using loadvariables to a CF page. If that flash movie has multiple movie clips in it running that page, how many times will the CF page run simultaneously? does flash only open one and wait for that to finish before

RE: Jsp Vs Cfm (CFMX) -- Test Code

2002-09-19 Thread Kevin Graeme
Sounds RAD to me. :) Kevin Graeme -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 12:38 PM To: CF-Talk Subject: Re: Jsp Vs Cfm (CFMX) -- Test Code On Thursday, September 19, 2002, at 09:37 AM, Matt Liotta wrote: I think that Matt

Re[2]: ArcIMS and Cold Fusion

2002-09-19 Thread Critter
oi Paul!! here's one of our old ones. written with cfm : http://maps.terraverge.com/chatham/ /me pisses on html viewer -- Critz Macromedia Certified Advanced ColdFusion Developer CFX_BotMaster Network=Efnet Channel=ColdFusion Thursday, September

RE: Macs, Netscape, and table cell heights, oh my

2002-09-19 Thread Larry Juncker
Scott, Have you tried doing a vAlign=top in the cell that you build your tables in? also, I have set all of my primary table information to cellpadding=0 cellspacing=0 to fill inside cells. Don't know if either of these will help or not. Larry Juncker Senior Cold fusion Developer Heartland

Re: Re[2]: ArcIMS and Cold Fusion

2002-09-19 Thread Bonnie E. Betts
Ok I realize now I meant to ask if anyone has used RouteMap IMS in CF? All I can find on the site is about ASP Bonnie - Original Message - From: Critter [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, September 19, 2002 2:40 PM Subject: Re[2]: ArcIMS and Cold

RE: Run a check before an insert

2002-09-19 Thread Bryan Love
sounds like you'd need something like this: SELECT ... FROM table WHERE itemID IN (#idList#) AND type = 'food' [idList is a comma-delimited list of item IDs] Assuming your list (sugar, milk, tv, flour) is actually a list of IDs the above query will return information on the rows you desire. I

RE: Macs, Netscape, and table cell heights, oh my

2002-09-19 Thread Kevin Graeme
The height attribute is officially deprecated. And it didn't work in a variety of browsers. Here's a link to a W3C article on using CSS2 to get some height manipulation capabilities, but then CSS2 support is even more spotty. http://www.w3.org/TR/CSS2/tables.html#propdef-table-layout Kevin

Re: Datasource using CFMX

2002-09-19 Thread Frank Mamone
Hey Brook, I have a bug thats I can duplicate everytime when setting up an ODBC Socket connection. Maybe this will help you. When I enter the Username and Password, if I close the Advanced Settings before submitting, it resets the password and it fails. One would never know. - Original

RE: Getting List of Tablenames for a DSN

2002-09-19 Thread Joshua Miller
That's courtesy of Ben Forta from the ColdFusion Developer's Journal. Joshua Miller [EMAIL PROTECTED] -Original Message- From: Ken Brocx [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 2:31 PM To: CF-Talk Subject: RE: Getting List of Tablenames for a DSN Wow, that's

RE: Macs, Netscape, and table cell heights, oh my

2002-09-19 Thread Ryan Kime
You could always create a clear 1x1 pixel gif and set the height to a certain number. -Original Message- From: Scott Weikert [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 12:58 PM To: CF-Talk Subject: OT: Macs, Netscape, and table cell heights, oh my I've an issue with

RE: ArcIMS and Cold Fusion

2002-09-19 Thread Stephen Kellogg
As an alternative to arcIMS you might take a look at AutoDesk's MapGuide product: http://usa.autodesk.com/adsk/section/0,,939487-123112,00.html Below is a site I did 3 or more years ago using MapGuide and CF. The site hasn't been fully maintained (I don't work there any more :-) and therefore

Re: FW: Jsp Vs Cfm (CFMX) -- Test Code

2002-09-19 Thread Jochem van Dieten
Sean A Corfield wrote: On Thursday, September 19, 2002, at 02:37 , Jochem van Dieten wrote: Adding types to the language as an aid to the compiler - which is why we're discussing this - Not necessarily just as an aid to the compiler. That's why I made the step from discussing ColdFusion

Re: OT: Macs, Netscape, and table cell heights, oh my

2002-09-19 Thread Scott Weikert
Try using an invisible gif with the height set to 100% or set to a specific height... No go on that. First off, the overall height of the cells in the row is driven by the amount of stuff in the cells - the cell that has the most, height-wise, drives the height of the rest. There's no hard

Re: Datasource using CFMX

2002-09-19 Thread Frank Mamone
Here's another longshot that was happening to me. I accidentally was reversing the database and server settings. - Original Message - From: Brook [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, September 19, 2002 2:39 PM Subject: Re: Datasource using CFMX The error

OT: Government data list

2002-09-19 Thread Dan O'Keefe
Does anyone know of a source for a nested federal government data list? I would also be looking for states also. I am looking to be able to drill down into the data to eventually get to the individual in that position. example: Government -Federal --Executive ---Cabinet Secretary of

Browser Question

2002-09-19 Thread Ciliotta, Mario
Hi, Can anyone tell me exactly what browser these people are using to access my site: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; Hotbar 4.1.2.0) --- What is Hotbar4.1.2.0? Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0; T312461) What is T312461? I am asking becuase these

RE: Government data list

2002-09-19 Thread Yager, Brian T Contractor/Sverdrup
I sure hope you don't work for Al-Queda :) Brian Yager President - North AL Cold Fusion Users Group http://www.nacfug.com Sr. Systems Analyst Sverdrup/CIC [EMAIL PROTECTED] (256) 842-8342 -Original Message- From: Dan O'Keefe [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002

Grab ColdFusion's root?

2002-09-19 Thread Tyler Silcox
I'm trying to set a few variables for global use and was wondering if there's any (simple) way to grab the value ColdFusion's root folder...TIA- Tyler Silcox email | [EMAIL PROTECTED] __ Signup for the Fusion Authority news

RE: Jsp Vs Cfm (CFMX) -- Test Code

2002-09-19 Thread Dave Watts
Likewise, it's not necessarily true that if it takes five seconds to add two numbers, it'll take ten seconds to do the same thing twice. Do you have any test numbers to prove the above? I think you're missing the point, which is simply that iterative tests aren't representative of

OT: Best JAVA Book...

2002-09-19 Thread Ken Brocx
Hi, I’d like some advice on a good JAVA book. I know CF and ASP, but JAVA is new to me. Thanks, Ken * Ken Brocx * Seniŏr Developer * Dealer Trade Group * (425) 452-3651 * [EMAIL PROTECTED]

RE: Best JAVA Book...

2002-09-19 Thread Chad
So far I like the books that Sun publishes. -Original Message- From: Ken Brocx [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 3:26 PM To: CF-Talk Subject: OT: Best JAVA Book... Hi, I’d like some advice on a good JAVA book. I know CF and ASP, but JAVA is new to

RE: Government data list

2002-09-19 Thread Lonny Eckert
Dan, There may be something down to presidential appointees, but I wouldn't know where to find it. If you want to drive down to the Senior Executive Service Staff or lower then I doubt you'll find a comprehensive list of employees. I think you'd pretty much have to approach each federal agency.

RE: Browser Question

2002-09-19 Thread Dave Watts
Can anyone tell me exactly what browser these people are using to access my site: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; Hotbar 4.1.2.0) --- What is Hotbar4.1.2.0? Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0; T312461) What is T312461? I am asking

RE: Browser Question

2002-09-19 Thread Bruce Sorge
Hotbar is a site that allows the user to place skins on IE. More information can be found at http://hotbar.com/. The other version I am not sure about. -Original Message- From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 1:43 PM To: CF-Talk Subject:

Re: ArcIMS and Cold Fusion

2002-09-19 Thread Paul Hastings
Depends what you call 'knows geography'. The maps at http://www.adventuredirectory.com work on this basis and are calibrated can't buffer. can't route. can't do proximity searches. can't identity/union/intersect. doesn't know topology. yada yada yada. so it knows lat long. The final

Re: Re[2]: ArcIMS and Cold Fusion

2002-09-19 Thread Paul Hastings
here's one of our old ones. written with cfm : http://maps.terraverge.com/chatham/ /me pisses on html viewer i never said the html/js viewer was great just that you could whip out an app in 10 minutes. __ Get the mailserver

RE: Grab ColdFusion's root?

2002-09-19 Thread Andre Turrettini
Tyler, if youre asking for the root of your application, then stick this in application.cfm. cfset toppath=ListDeleteAt(GetCurrentTemplatePath(), listlen(GetCurrentTemplatePath(),'\'),'\') If you actually want the webroot, then you have to fiddle with one of the cgi vars and compare it to your

RE: Macs, Netscape, and table cell heights, oh my

2002-09-19 Thread Gilbert Midonnet
sounds like its time for the old transparant gif trick. Create a transparant gif. img src=trans.gif width=1 height=[x or some variable] alt= // gilbert midonnet -Original Message- From: Scott Weikert [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 1:58 PM To: CF-Talk

RE: Best JAVA Book...

2002-09-19 Thread Tom Nunamaker
Try this free ebook before you buy one: http://www.mindview.net/Books/TIJ/ Tom -Original Message- From: Chad [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 3:39 PM To: CF-Talk Subject: RE: Best JAVA Book... So far I like the books that Sun publishes. -Original

Re: OT: Government data list

2002-09-19 Thread Jochem van Dieten
Dan O'Keefe wrote: Does anyone know of a source for a nested federal government data list? I would also be looking for states also. I am looking to be able to drill down into the data to eventually get to the individual in that position. Doesn't the US government have an X500 directory?

Re: OT: Flash loadvariables

2002-09-19 Thread S . Isaac Dealey
We have a flash5 movie with an uncertain amount of movie clips, each using loadvariables to a CF page. If that flash movie has multiple movie clips in it running that page, how many times will the CF page run simultaneously? does flash only open one and wait for that to finish before

Re: cftry cftransaction order

2002-09-19 Thread S . Isaac Dealey
I have a set of database updates that I need to nest in a cftransaction, but I also want to use a cftry/cfcatch block for error handling. If I put the cftransaction outside the try/catch block if there is an error, the catch block will execute and abort any further processing, if I put the

OT : SQL Server Bulk Copy

2002-09-19 Thread S . Isaac Dealey
Can anyone on the list who's familiar with BCP for SQL Server 2000 point me in the direction of some documentation or an article which explains how to write data to a file from within query analyzer? We have a project which will require writing data to a file from a scheduled DTS task on the sql

Re: OT: Macs, Netscape, and table cell heights, oh my

2002-09-19 Thread S . Isaac Dealey
This is a problem because of the colors? Why not set the color on the cell instead of the table? I've an issue with a project I'm working on, when it comes to Macs, specifically with Netscape 6. IE seems to do fine here. It *is* a CF based project, so there, nyah. :) I've got a table, with

RE: Best JAVA Book...

2002-09-19 Thread Candace Cottrell
We were required to read this when I took Building the Human-Computer Interface at Univ. of MD. We built all our stuff in java. Using pico. **nightmares, flashbacks** Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293

RE: Run a check before an insert

2002-09-19 Thread CS
On top of Bryan Love's posting, you may try something like (depending on the DB design): Assume you're using MS SQL Server query name=YouNameIt DS=yourDS -- set non-category item(s) var -- set category item flag var Declare @nonCat varchar(500); Declare @CatFlag int=0; -- check items and do

Re: TR: UUID's ( maybe OT)

2002-09-19 Thread S . Isaac Dealey
I just don't see the need for a url like: http://www.metlife.com/Applications/Corporate/WPS/CDA/Page Generator/0,1674,P 249,00.html Just for your information, Vignette use 0,1674,P249,00.html URL format for caching purpose. The name of the file contains all the parameters used to

Re: OT: Government data list

2002-09-19 Thread Jerry Johnson
I don't know of anyone that publishes this. I would also have to question the accuracy of the info. (Timeliness, refresh period, data accuracy) Also, what taxonomy rules are you going to use to build this tree? Who a person/group is funded through? Reports to? Does an object appear only once

Variables Collection loop

2002-09-19 Thread Ken Brocx
Hi, I run the following loop to output the variables on a page and their values. I check for a simple value and skip it if it's not a simple value but it still says it can't output the complex output types. cfloop collection=variables item=i #i#-cfif isSimpleValue(i)#EVALUATE(i)#/cfifbr

RE: OT: Macs, Netscape, and table cell heights, oh my

2002-09-19 Thread Kevin Graeme
So since you want the inside tables to all be the same size, can't you just set the bgcolor for the containing TD? table tr td bgcolor=1 table tr tdSome data/td /tr /table /td td bgcolor=2 table tr tdSome data/td /tr /table /td /tr /table By the way if this works, it will be

<    1   2   3   >