Re: Closing single CF tags like XML/XHTML

2006-10-28 Thread Jeff Small
Okay, here's a question then. How do I make Dreamweaver do it? If it'll close my tags for XHTML correctly, but it won't close my CF tags the same way, and I'm used to just letting Dreamweaver finish up my code for me, then how do I MAKE it do it? On Oct 27, 2006, at 4:04 PM, Jeff Guillaume

Re: Why Framework? Which Framework? And How I can use one?

2006-10-28 Thread Nathan Strutz
I'm not a fan of the /index.cfm/fuseaction/etc type of SES URLs. I wonder what it would take to modify fusebox to spit the parsed files into folders instead of all in the parsed folder. For example, when you hit a page in fusebox 4 & 5, it creates a circuit.fuse.cfm file in your /parsed/ folder. T

Re: SOT: MySql 4.1.21

2006-10-28 Thread Mike Tangorre
From: "Barney Boisvert" <[EMAIL PROTECTED]> > > show tables > > #get.recordCount# > > explain #tablename# > > #get.recordCount# Perfect. Thanks Barney! ~| Introducing the Fusion Authority Quarterly Update. 80 pages of

Re: SOT: MySql 4.1.21

2006-10-28 Thread Barney Boisvert
show tables #get.recordCount# explain #tablename# #get.recordCount# cheers, barneyb On 10/28/06, Mike Tangorre <[EMAIL PROTECTED]> wrote: > Is there a quick way to get the number of tables and columns for a given > database? > > TIA, > > Mike > > > > >

COLDFUSION DEVELOPER'S JOURNAL ?

2006-10-28 Thread Dave Lyons
hey does anyone know how they deliver this to you when you purchase the pdfs online? I was assuming I would get a link of something to download the pdf but havent gotten anything. ~| Introducing the Fusion Authority Quarterly U

RE: fusebox 4 and Windows 2003

2006-10-28 Thread Jason Rogoz
i've attached the file since its too big to paste the contents -Original Message- From: Michael Traher [mailto:[EMAIL PROTECTED] Sent: Saturday, October 28, 2006 3:15 PM To: CF-Talk Subject: Re: fusebox 4 and Windows 2003 The xml is never read by IIS, because it gets parsed into .cfm file

RE: fusebox 4 and Windows 2003

2006-10-28 Thread Jason Rogoz
interesting...i was looking at the wrong circuit.xml file...the file in question was corrupted during download...just re-upload the file and things are working better... -Original Message- From: Michael Traher [mailto:[EMAIL PROTECTED] Sent: Saturday, October 28, 2006 3:15 PM To: CF-Talk

SOT: MySql 4.1.21

2006-10-28 Thread Mike Tangorre
Is there a quick way to get the number of tables and columns for a given database? TIA, Mike ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, d

RE: fusebox 4 and Windows 2003

2006-10-28 Thread Jason Rogoz
he's the contents...it's kinda big...

Re: Converting from SQL to mySql

2006-10-28 Thread Doug Brown
Thanks alot Jon!! I will check it out. Regards, Doug B. - Original Message - From: "Jon Clausen" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Saturday, October 28, 2006 2:52 PM Subject: Re: Converting from SQL to mySql > Doug, > > I just migrated most of my databases from MSSQL to MySQL

Re: fusebox 4 and Windows 2003

2006-10-28 Thread Michael Traher
The xml is never read by IIS, because it gets parsed into .cfm files. can you post the circuit.xml file in question? On 10/28/06, Jason Rogoz <[EMAIL PROTECTED]> wrote: > > i have all the files...i basically copied all the files off the old server > and uploaded them to the new server...i checked

Re: Converting from SQL to mySql

2006-10-28 Thread Jon Clausen
Doug, I just migrated most of my databases from MSSQL to MySQL 5 a few weeks ago.The Intelligent Converter Toolkit ( http://www.convert- in.com/sqlkit.htm ) was a lifesaver and made it pretty painless overall. It did a great job of converting the datatypes over and transferring the

RE: fusebox 4 and Windows 2003

2006-10-28 Thread Jason Rogoz
i have all the files...i basically copied all the files off the old server and uploaded them to the new server...i checked for the file you mentioned and its up on the server. i was able to get around that error by modifying the following code in my fusebox4.loader.cfmx file: if i

Re: Why Framework? Which Framework? And How I can use one?

2006-10-28 Thread Michael Traher
Just as Russ says, and Sean Corfield has the code for you to do it - we have used this on at least one FuseBox site - works well. http://corfield.org/blog/index.cfm/do/blog.entry/entry/SES__Bah_Humbug On 10/28/06, Snake <[EMAIL PROTECTED]> wrote: > > I don't know if they support it as haven't t

Re: fusebox 4 and Windows 2003

2006-10-28 Thread Michael Traher
I'm not sure if we are running fb4.1 on w2003 but we probably are on some project. My guess would be a missing core file. is this FB4 or FB4.1? are you sure you have all the core files? have you got the file 'udf_canonicalpath.cfm' ? On 10/28/06, Jason Rogoz <[EMAIL PROTECTED]> wrote: > > Has

Re:

2006-10-28 Thread Robertson-Ravo, Neil (RX)
Lol, Sitespring.. Sucked? :-) "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is

Re: Why Framework? Which Framework? And How I can use one?

2006-10-28 Thread Jake Munson
I had an IM chat with Sean Corfield about this, and he said that Model Glue "has an extension point to add a custom URL -> event object processor so you can hook in SES". As far as Fusebox, it you can use his little .cfm file in your Application.cfm or cfc.Here's a link to a post he made ab

fusebox 4 and Windows 2003

2006-10-28 Thread Jason Rogoz
Has anyone installed fusebox 4 on a windows 2003 machine? I'm moving one our apps over to a new server and receiving the following error: Variable FB_CANONICALPATH is undefined. Thanks ~| Introducing the Fusion Authority Quart

RE:

2006-10-28 Thread Dave Watts
> I think there is a space next to Spectra and Sitespring for > Flex :-) You might want to take another look at Flex. Unlike Spectra and Sitespring, it doesn't suck. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instr

Re: Converting from SQL to mySql

2006-10-28 Thread Will Tomlinson
>Well, it would be moved over from a SQL 2000 DB to mySql 5. So basically >would all the query structures work in mySql that were written for SQL 2000? >I have seen a few instances where mySql crapped out on things like ... >I do not think it liked the @ Yeah I ran into the same thing when I tr

Re: Converting from SQL to mySql

2006-10-28 Thread Doug Brown
Well, it would be moved over from a SQL 2000 DB to mySql 5. So basically would all the query structures work in mySql that were written for SQL 2000? I have seen a few instances where mySql crapped out on things like ... I do not think it liked the @ declare @myid int begin select @myid blah bla

Re: Converting from SQL to mySql

2006-10-28 Thread Doug Brown
Backwards? I do not consider going from $20,000 to $0 a backwards move. Thanks for the help! Doug B. - Original Message - From: "Matt Quackenbush" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Saturday, October 28, 2006 11:10 AM Subject: RE: Converting from SQL to mySql > Why would y

Re: Converting from SQL to mySql

2006-10-28 Thread Matt Robertson
I work in both platforms and go back and forth between them all the time. what versions are we talking about? mySQL5 ports right over no problemo. Date fields used to be an issue in older versions but I don't recall having any problems recently. Get hold of a copy of sqlYog. You can connect to

RE: Converting from SQL to mySql

2006-10-28 Thread Matt Quackenbush
Why would you want to go backwards? :-) -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: Saturday, October 28, 2006 12:01 PM To: CF-Talk Subject: Converting from SQL to mySql I am wondering how difficult it might be to migrate over to mySql from SQL2000? Is this a

Converting from SQL to mySql

2006-10-28 Thread Doug Brown
I am wondering how difficult it might be to migrate over to mySql from SQL2000? Is this a daunting task? Any assistance would be much appreciated. I would especially love to hear from someone who has done this. Regards, Doug B. ~~~

Re: SQL while loop

2006-10-28 Thread Jim Wright
Richard Cooper wrote: > Hi All, > > How would I turn this into an SQL while loop rather than a nested query? I > never used while loops and can't quite suss it. > > Here's the code: > > > > SELECTpriority, serviceID > FROM TPSservices > WHERE active = '1' > AND priority >

SQL while loop

2006-10-28 Thread Richard Cooper
Hi All, How would I turn this into an SQL while loop rather than a nested query? I never used while loops and can't quite suss it. Here's the code: SELECT priority, serviceID FROMTPSservices WHERE active = '1' AND priority > FROMTPSservices SET prior

Re:

2006-10-28 Thread Robertson-Ravo, Neil (RX)
Lol +1 "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use

Re:

2006-10-28 Thread Claude Schneegans
>>you really shouldn't use flashforms like html forms. You shouldn't use flashforms at all. Users hate flashforms. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information

RE: Why Framework? Which Framework? And How I can use one?

2006-10-28 Thread Snake
I don't know if they support it as haven't tried, but its fairly simple modification to make. You just create your urls as Index.cfm/variable/value Or index.cfm/variable=value/ And have a bit of code in your application.cfm that converts this to variables of your choice. Or of course, use ISAPI r

RE: weird VB exploit

2006-10-28 Thread Munson, Jacob
One security rule I've learned that instead of blocking known problems (ala virus definitins), one should only allow safe stuff and block everything else. In your case, instead of blocking iframe, and then later finding out something else is a problem, create a small list of formatting tags that y

RE: Why Framework? Which Framework? And How I can use one?

2006-10-28 Thread Munson, Jacob
Ok, so the question I have then, are SES urls built into FB/MG/M2/etc.? Because most of the site's I've seen are not SES. For example: http://www.cfframeworks.com/ http://www.fusebox.org/ however, this one is: http://www.instantspot.com/ So I guess that kind of answers my question. If the guys

RE:

2006-10-28 Thread Snake
Agreed. Flex is for building Rich Internet Apps. Flash Forms is a simple and quick alternative for just forms. It really isn't suitable to replace a simple HTML form with a Flash form, as it does load too slow. Its only good for large complex forms where the load time will outweigh the additional

RE:

2006-10-28 Thread Doug Bezona
>Not at all. Seems Adobe is killing CF for Flex. How do you figure? They serve completely different purposes - the products are complementary, not competetive. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of h

Re:

2006-10-28 Thread Robertson-Ravo, Neil (RX)
I think there is a space next to Spectra and Sitespring for Flex :-) "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confiden

Re:

2006-10-28 Thread Paul Hastings
Peter Tilbrook wrote: >> Unfortunately, the forms load so slow I am not sure we >> are going to be able to use Flash forms. Too bad. you really shouldn't use flashforms like html forms. they probably should only be used in situations that require the user to use the same interface all day long

Re: Why Framework? Which Framework? And How I can use one?

2006-10-28 Thread Robertson-Ravo, Neil (RX)
Also remember that the larger of stats packages do not rely soley on the URL to track usage, most also implement some form of tracking in the page which can be dynamically controlled. But as Snake quite rightly pointed out, you should be striving to have SES. "This e-mail is from Reed Ex

Re:

2006-10-28 Thread Peter Tilbrook
>Thanks to Dirk, Brad and Kevin for their help on this. >Patching the server and bringing CF up to release 7.0.2 >seems to have solved the problem. > >Unfortunately, the forms load so slow I am not sure we >are going to be able to use Flash forms. Too bad. > >Joe Tartaglia / High Caliber Not at a