OR NEQ cfif statement

2003-12-27 Thread cf-talk
Hi list, I am checking some links in a link-database with the following: cfquery name=GetData datasource=#databasename# dbtype=ODBC select * from Links /cfquery cfloop query=GetData startrow=1 endrow=#GetData.recordcount# cfset URL_HTTPS = find(https, getdata.link) cfif URL_HTTPS EQ 1cfset port

RE: toString(CFXML Object) produces grunches of whitespace

2003-12-27 Thread Cohen, Michael
are you using XML.ignoreWhite = true in your Flash code before you call load()? -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Fri 12/26/2003 9:13 PM To: CF-Talk Cc: Subject: RE: toString(CFXML Object) produces grunches of whitespace I am trying to

Re: OT - MySQL - MyISAM or InnoDB

2003-12-27 Thread John Paul Ashenfelter
Actually, MySQL lets you choose the table type on a PER TABLE basis. So you can use MyISAM for tables that are mainly lookup tables (eg no need for ACID) and use InnoDB for the transactional tables. Probably more complicated than what you want to do with your first MySQL project :) but it's good

Multiple sites on XP Pro workstation

2003-12-27 Thread stas
Is there a way to hack IIS that ships with XP Pro to allow it to serve mutliple sites? This is for development purposes. Alternatively, is there a way to set up a local site to serve different domains with host headers? If I run a local DNS server or someething like that? Thanks [Todays

Re: OT News Scroller

2003-12-27 Thread Eric Reeves
You could also use an iframe that contains a page with news, and use _javascript_ to control its scrolling.That was the method I just used for an intranet site. Eric Reeves [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

CFMX 6.1 Compile to Memory option?

2003-12-27 Thread [EMAIL PROTECTED]
I read somewhere in a Ben Forta article/white paper ??? that there is a Admin setting that controls if the CFMX 6.1 Bytecode compiler complies to disk or to memory. I can't find this setting, but I would sure like to try it. TIA Dick [Todays Threads] [This Message] [Subscription] [Fast

Re: OT News Scroller

2003-12-27 Thread Matt Robertson
http://thejmaker.com.Look for the Scrollup tool.It doesn't require a specific screen pos, so you can float it in a table cell that isn't fixed if you want.Writing a cf/db interface to its config file was easy.Its used at http://smafederation.org.sg, among others.Easy to config display parms, too.

RE: OT News Scroller

2003-12-27 Thread Dan Phillips
Take a look at http://www.dealupdate.com The webmaster used to host with us and I believe he created the ticker himself in Java. I'm not sure if it's for sale or if he can give you the source but it's worth asking about. Dan Phillips CFXHosting.com 866.239.4678 x105 [EMAIL PROTECTED]

RE: Multiple sites on XP Pro workstation

2003-12-27 Thread Dave Watts
Is there a way to hack IIS that ships with XP Pro to allow it to serve mutliple sites? This is for development purposes. No, not to my knowledge. If there were, it would probably violate your software license in any case. Alternatively, is there a way to set up a local site to serve

RE: OR NEQ cfif statement

2003-12-27 Thread Dave Watts
The statement cfif (string1 OR string2 OR string3 OR string4) NEQ 1CheckErgebnis = ''/cfif is causing some problems (sometimes) because from time to time I get a syntax error in the update-statement. That's not valid syntax in CF. When building a compound Boolean condition with the logical

SOT: onTap framework happenings

2003-12-27 Thread S . Isaac Dealey
Hi All, Two things. First, in spite of serious system failure earlier today (from which I'm still recovering), I just published a new onTap framework project. Specifically a Plugin Manager which hopefully will enhance other projects to come in the future. more information about this can be found