RE: [ cf-dev ] Exceptions

2004-08-05 Thread Ellwood
Also, It is certainly best practice to use CFQUERYPARAM fro 2 reasons. 1] It stops URL hacking 2] It makes the query run faster because the datatype is explicitly set. Regards Ellis C Wood BSc Ellwood Web Solutions T: 01623 459973 E: [EMAIL PROTECTED] W: http://www.ellwoodwebsolutions.

RE: [ cf-dev ] Exceptions

2004-08-05 Thread Ellwood
Never set a try catch globally. You will get stuck in an infinite loop as the server catch error after error i.e. errors on the error page. Only use it where you access the db for inserts and updates or for file access. Most basic errors can be caught using conventional methods such as IsDefined. T

RE: Re: [ cf-dev ] DSN connection

2004-08-05 Thread cf-dev
No, I assumed that setting the DNS in cpanel was enough, how do I access cf admin? Thanks N Smyrk This message has been sent from CFdeveloper with username smyrk ([EMAIL PROTECTED]) -- These lists are syncronised with the CFDeveloper forum at

[ cf-dev ] Exceptions

2004-08-05 Thread Paul Swingewood
I have begun 'snagging' my shoe site and the functionality seems to work ok. Now I need to make sure it works when it breaks - enter . Are there any guidelines tips tricks in using these tags? I have played with them before but never really used them in anger. If the site breaks does this pres

RE: [ cf-dev ] DSN connection

2004-08-05 Thread Snake Hollywood
Have you requested the DSN to be enabled in coldfusion as per the userguide and FAQ's ? > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 05 August 2004 18:52 > To: [EMAIL PROTECTED] > Subject: [ cf-dev ] DSN connection > > Can anyone tell me why I am not

Re: [ cf-dev ] DSN connection

2004-08-05 Thread duncan . cumming
did you setup the datasource in the CF Administrator too? [EMAIL PROTECTED]

[ cf-dev ] DSN connection

2004-08-05 Thread cf-dev
Can anyone tell me why I am not connecting to my DSN 'Weddings', my site is at http://www.webcastweddings.co.uk";>www.webcastweddings.co.uk (cfdeveloper), I have set up Weddings as theDSN in Helm cpanel but but keep getting error 'Data source not found'.The DSN is definitely 'Weddings' and the ta

[ cf-dev ] DSN connection

2004-08-05 Thread cf-dev
Can anyone tell me why I am not connecting to my DSN 'Weddings', my site is at http://www.webcastweddings.co.uk";>www.webcastweddings.co.uk (cfdeveloper), I have set up Weddings as theDSN in Helm cpanel but but keep getting error 'Data source not found'.The DSN is definitely 'Weddings' and the ta

RE: [ cf-dev ] Mach-II question

2004-08-05 Thread Douglas Humphris
Yeah I've been using Mach-II quite a lot this year. Doug -Original Message- From: Stephen Adams [mailto:[EMAIL PROTECTED] Sent: 05 August 2004 16:54 To: 'Dev Subject: [ cf-dev ] Mach-II question Is OK I've fixed the problem, still interested in if anyone else uses Mach-II? -- These l

Re: [ cf-dev ] Mach-II question

2004-08-05 Thread Salvatore Fusto
i love this tool! salvatore - Original Message - From: "Stephen Adams" <[EMAIL PROTECTED]> To: "'Dev" <[EMAIL PROTECTED]> Sent: Thursday, August 05, 2004 5:53 PM Subject: [ cf-dev ] Mach-II question > Is OK I've fixed the problem, still interested in if anyone else uses > Mach-II? > > >

[ cf-dev ] Mach-II question

2004-08-05 Thread Stephen Adams
Is OK I've fixed the problem, still interested in if anyone else uses Mach-II? -- These lists are syncronised with the CFDeveloper forum at http://forum.cfdeveloper.co.uk/ Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ CFDeveloper Sponsors and contributors:- *Hosting and

[ cf-dev ] I have a question about using Mach-II, does anyone use it?

2004-08-05 Thread Stephen Adams
That's not the question, I want to know if anyone can help me with a problem I have. I am trying to write my first Mach-II based application, Stephen -- These lists are syncronised with the CFDeveloper forum at http://forum.cfdeveloper.co.uk/ Archive: http://www.mail-archive.com/dev%40lists.c

RE: [ cf-dev ] FTP RDS

2004-08-05 Thread Snake Hollywood
I have never had anything but problems with RDS. With constantly crashes, refuses to save files, saves files in the wrong place, causes the editor to lock up... Etc etc > -Original Message- > From: Paul Swingewood [mailto:[EMAIL PROTECTED] > Sent: 05 August 2004 11:51 > To: [EMAIL PROTECT

[ cf-dev ] FTP RDS

2004-08-05 Thread Paul Swingewood
Ok sod FTP RDS rules! I have just configured RDS on my development server with Dreamweaver MX2004. I always found this a real pain in the past as it just wasn't as nice and easy as studio used to be. After actually reading the help file (yes I actually read a help file...) I configured it in no

RE: [ cf-dev ] Comments!

2004-08-05 Thread Robertson-Ravo, Neil (RX)
Yes...race conditions do require locking but have you ever ran into a race condition by accident in your normal day to day programming? The key here is that unlike CF5, MX will not crash if you haven't locked your variablesrace condition included. -Original Message- From: Snake

RE: [ cf-dev ] Comments!

2004-08-05 Thread Snake Hollywood
Actually that's not strictly true. There is no need to lock only for certain conditions. Race conditions still apply. Russ > -Original Message- > From: Robertson-Ravo, Neil (RX) > [mailto:[EMAIL PROTECTED] > Sent: 03 August 2004 14:38 > To: '[EMAIL PROTECTED]' > Subject: RE: [ cf-dev ]

RE: [ cf-dev ] OT - This group is great!

2004-08-05 Thread Snake Hollywood
Your welcome paul :-) Russ Michaels Macromedia/Allaire Certified ColdFusion Developer CFDeveloper The free resource and community for ColdFusion developer. http://www.cfdeveloper.co.uk Join the CFDeveloper discussion lists. To subscribe send an e-mail to [EMAIL PROTECTED] > -Original Mes

RE: RE: [ cf-dev ] cfml and frames

2004-08-05 Thread Snake Hollywood
Check where the frameset is getting the files from. Is it loading the files directly from your local hard drive. E.g. Src="file://c:/inetpub/wwwroot/filename.cfm" Instead of form the webserver, as this would of course mean that the coldfusion is not being processed and the code would just be dis

Re: [ cf-dev ] Dreamweaver FTP :(

2004-08-05 Thread Justin
You could fashion a little script yourself, to kill the process, if you feel it is worth it. using PS / find / kill, and waitfor... Get them from www.sysinternals.com and the resource kit. Justin On Aug 5, 2004, at 10:43 AM, Paul Swingewood wrote: Does anyone out there use Dreamweaver 2004? I am

Re: [ cf-dev ] Dreamweaver FTP :(

2004-08-05 Thread duncan . cumming
no idea. but presumably when you shutdown your PC at night, your connection should then close. but (depending on what FTP server they're using) it should be straightforward to configure the FTP server to disconnect you after say 2 hours idle. or i dunno, pull your network cable out or something

RE: [ cf-dev ] Dreamweaver FTP :(

2004-08-05 Thread Snake Hollywood
You need to speak to your admin and tell him to configure the FTP server properly so it doesn't leave inactive sessions open. > -Original Message- > From: Paul Swingewood [mailto:[EMAIL PROTECTED] > Sent: 05 August 2004 10:44 > To: [EMAIL PROTECTED] > Subject: [ cf-dev ] Dreamweaver FTP

Re: [ cf-dev ] Dreamweaver FTP :(

2004-08-05 Thread Paul_Swingewood
Apart from closing Dreamweaver there isn't anything else to close the FTP connection though is there? Regards - Paul * The information contained within this e-mail (and any attachment) sent by Bir

RE: [ cf-dev ] Dreamweaver FTP :(

2004-08-05 Thread Robertson-Ravo, Neil (RX)
Yeah sounds like an FTP problem rather than a DW problem. 7.0.1 indeed the latest version. -Original Message- From: Paul Swingewood [mailto:[EMAIL PROTECTED] Sent: 05 August 2004 10:44 To: [EMAIL PROTECTED] Subject: [ cf-dev ] Dreamweaver FTP :( Does anyone out there use Dreamweav

RE: RE: [ cf-dev ] cfml and frames

2004-08-05 Thread cf-dev
I am running coldfusion developer supplied with Studio MX locally. I have a page which displays data from an Access database perfectly fine, util I preview (f12 in Dreaqmweaver) the page within a frameset. I also inserted the code for date/time in the navbar of my frameset, it worked fine when prev

Re: [ cf-dev ] Dreamweaver FTP :(

2004-08-05 Thread duncan . cumming
sounds like a problem with the FTP server itself. Is your FTP session not getting kicked after a lengthy period of inactivity (i.e., overnight)? They should be able to set that up. Either that or make sure and disconnect yourself at the end of each day, so you don't have to get this guy to kick

RE: RE: [ cf-dev ] cfml and frames

2004-08-05 Thread cf-dev
I am running coldfusion developer supplied with Studio MX locally. I have a page which displays data from an Access database perfectly fine, util I preview (f12 in Dreaqmweaver) the page within a frameset. I also inserted the code for date/time in the navbar of my frameset, it worked fine when prev

[ cf-dev ] Dreamweaver FTP :(

2004-08-05 Thread Paul Swingewood
Does anyone out there use Dreamweaver 2004? I am using v7.01 (Latest Version?) The FTP is driving me nuts. I keep getting an error "Your login information is incorrect" in fact its nothing to do with this at all. Its actually the number of open instances of FTP that is causing the problem. The se

RE: [ cf-dev ] Design patterns for a CF 5 application

2004-08-05 Thread Kola Oyedeji
Stephen I would recommend grabbing a copy of the GOF "Design Patterns" book by Gamma et. al. and reading the justifications for some of the patterns. Of recent I've noticed a lot of "using patterns" for patterns sake or people shoehorning design patterns into applications. Don't get me wrong I'm