[ cf-dev ] OT: iframe / javascript

2004-01-22 Thread Peter Dray
Can anyone tell me the correct way of addressing a form on a page that contains an iframe from within that iframe I tried: function enableContinue(){ var form = document.woven; for (var i=0; i < form.checkOptions.length; i++) { if (form.checkOptions[i].checked) {

[ cf-dev ] Contract

2004-01-14 Thread Peter Dray
Any of you lot got a 'standard' contract you can let me have please? You know the thing, nn hours per day at nn quid per hour or whatever. Cheers Pete -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: [ cf-dev ] Starter for 10

2003-12-15 Thread Peter Dray
Of course, the real problem was me working on a file on server a and expecting to see changes on server b. My ineptitude terrifies me sometimes >From Adrian Lynch <[EMAIL PROTECTED]> on 15 Dec 2003: > Yup > > -Original Message----- > From: Peter Dray [mailto:[EMAIL

[ cf-dev ] Starter for 10

2003-12-15 Thread Peter Dray
is the caller scope still valid when calling a custom tag using cfmodule? -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]

Re: [ cf-dev ] Shopping carts

2003-12-03 Thread Peter Dray
I asked something similar last week. If you find one, please let me know? Cheers Pete Dray >From Snake Hollywood <[EMAIL PROTECTED]> on 3 Dec 2003: > Does anyone know any good CF shopping carts suitable for shared hosting. > I am talking about the type of system suitable to provide as part of

[ cf-dev ] I've had enough of this....

2003-11-27 Thread Peter Dray
Who knows of a good, customisable, shopping system that will be able to deal with the Protex payment system? Needs to cost under a grand. Failing that, who wants to do one for me coz I truly can't be arsed. -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscrib

Re: [ cf-dev ] A little advice...

2003-11-26 Thread Peter Dray
that make sense to you? > > HTH > > Tom > > > - Original Message - > From: "Peter Dray" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, November 26, 2003 11:05 AM > Subject: [ cf-dev ] A little advice... > &g

[ cf-dev ] A little advice...

2003-11-26 Thread Peter Dray
I'm doing a simple shopping cart 'thing'. I don't want to store the data in a db and I do want the data to persist across sessions. What I did was... Each item added to the basket is a structure, as is the basket itself. I then CFWDDX'd it and bunged it in a cookie. Good? Bad? Advice welcome

RE: [ cf-dev ] Hosting price

2003-09-26 Thread Peter Dray
Datagate.net.uk are still running CF4.5 if you want to make life even more difficult -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 26 September 2003 10:23 To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] Hosting price actually, got a secondary question to this:

RE: [ cf-dev ] OT: Freelance work rates

2003-09-24 Thread Peter Dray
Anywhere between 15-30, quite a few are now doing daily rates of about £150 - £200 -Original Message- From: Snake Hollywood [mailto:[EMAIL PROTECTED] Sent: 23 September 2003 18:57 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] OT: Freelance work rates Depends who you are. Any old joe blog

RE: [ cf-dev ] Stopping 'db scrapes'

2003-09-17 Thread Peter Dray
I think the suits are finally resigned to either suing the guy or just letting him have the data, his site does generate traffic tou ours after all. I'll keep you all posted Pete -Original Message- From: Peter Harrison [mailto:[EMAIL PROTECTED] Sent: 17 September 2003 11:15 To: [EMAIL PR

[ cf-dev ] On a different, non CF subject

2003-09-16 Thread Peter Dray
Do any of you work under a contractor umbrella firm? I'm having no end of grief with the one I use, any good ones out there? Cheers Pete -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: [ cf-dev ] Stopping 'db scrapes'

2003-09-16 Thread Peter Dray
Indeedy, we tried the encrypted variable a while back with predictable results -Original Message- From: Rich Wild [mailto:[EMAIL PROTECTED] Sent: 16 September 2003 10:30 To: '[EMAIL PROTECTED]' Subject: RE: [ cf-dev ] Stopping 'db scrapes' > Not if the URL is not on any of the pages. Wh

RE: [ cf-dev ] Stopping 'db scrapes'

2003-09-16 Thread Peter Dray
sh thing *is* an option (but which again, won't stop someone manually writing out all the data). But do you a) want your customers to have to use flash as an interface and b) want to go through all the hassle of creating the flash interface with the looming dangers that the flash plugin might

RE: [ cf-dev ] Stopping 'db scrapes'

2003-09-15 Thread Peter Dray
It definitely uses almost live data. Properties added to our database turn up on theirs a day or so later. This is us: www.primelocation.com This is them: www.propertysearch.com If you can be arsed try the same property search on both Please excuse the horrendous design, not guilty. -

RE: [ cf-dev ] Stopping 'db scrapes'

2003-09-15 Thread Peter Dray
h again, won't stop someone manually writing out all the data). But do you a) want your customers to have to use flash as an interface and b) want to go through all the hassle of creating the flash interface with the looming dangers that the flash plugin might be facing at the moment in browsers.

RE: [ cf-dev ] Stopping 'db scrapes'

2003-09-15 Thread Peter Dray
Rich: > - keep changing the design (or just HTML) so that they have to change their >parsing code This hasn't stopped them so far, we even went as far as 'randomising' the names of the query parameters used in the search that gets scraped for each visit, and they cracked the formula. Paul: >Go

RE: [ cf-dev ] Stopping 'db scrapes'

2003-09-15 Thread Peter Dray
a! HTH - Peter -Original Message----- From: Peter Dray [mailto:[EMAIL PROTECTED] Sent: 15 September 2003 11:58 To: [EMAIL PROTECTED] Subject: [ cf-dev ] Stopping 'db scrapes' People, One of the sites I am working on gets its data 'scraped' for use in a piece of software

[ cf-dev ] Stopping 'db scrapes'

2003-09-15 Thread Peter Dray
People, One of the sites I am working on gets its data 'scraped' for use in a piece of software developed by a competitor. They use an http get or post from an end users machine so it's impossible to tell the software apart from any other user. Has anyone here any advice on what methods to use to

RE: [ cf-dev ] MX standalone web server

2003-07-04 Thread Peter Dray
ta -Original Message- From: Aidan Whitehall [mailto:[EMAIL PROTECTED] Sent: 04 July 2003 15:02 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] MX standalone web server > How does one edit the configuration of the MX webserver please?

[ cf-dev ] MX standalone web server

2003-07-04 Thread Peter Dray
How does one edit the configuration of the MX webserver please? -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]

RE: [ cf-dev ] MM Downloads

2003-07-04 Thread Peter Dray
I C -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 04 July 2003 14:08 To: '[EMAIL PROTECTED]' Subject: RE: [ cf-dev ] MM Downloads that server is not in SF, its on Boston methinks. -Original Message----- From: Peter Dray [mailto:[EMAIL

RE: [ cf-dev ] MM Downloads

2003-07-04 Thread Peter Dray
Getting 150K from the beta site if that's any use -Original Message- From: Paul Johnston [mailto:[EMAIL PROTECTED] Sent: 04 July 2003 14:28 To: [EMAIL PROTECTED] Subject: [ cf-dev ] MM Downloads Anyone tried to download anything from MM recently? I'm managing the amazing feet of 12k per

[ cf-dev ] OT: Contractor question

2003-07-02 Thread Peter Dray
Do any of you guys use Prosperity4 at all? Drop me a line if you do please Many thanks Pete Dray -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAI

[ cf-dev ] Hosting wanted...

2003-06-27 Thread Peter Dray
For 2 domain names, CF version 5+ If I could have webspace and point the two domains to different folders in that space that would be great, also 5 pops per domain. I currently have the main domain hosted for ?250pa (CF4.5) and wanted to sub-host (point another domain to a folder in my webspace)

RE: [ cf-dev ] OT: javascript help needed

2003-04-03 Thread Peter Dray
Thanks guys, all sorted now! -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]

[ cf-dev ] OT: javascript help needed

2003-04-03 Thread Peter Dray
Can anyone tell a javascript moron how to do this: I have a multiple select box that starts empty. I need an onClick event that adds an option to the select box (the user will be clicking on a text link) up to a maximum of three options. All help much needed and gratefully accepted. Pete --

[ cf-dev ] OT: CV's

2003-03-21 Thread Peter Dray
Anyone got a decent Office template? I hate doing these things Pete -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]

[ cf-dev ] OT: Prosperty4

2003-02-20 Thread Peter Dray
Any contactors on here use Prosperty4 as an umberella company? I'd be interested in your experiences. Cheers Pete

RE: [ cf-dev ] IE6 security settings

2003-01-20 Thread Peter Dray
Bummer, as IE6 gains popularity we are getting an increasing amount of cookie related errors and The Boss refuses to believe that it's due to anything other than code errors. Hey ho -Original Message- From: Matt Horn [mailto:[EMAIL PROTECTED]] Sent: 20 January 2003 10:27 To: [EMAIL PROT

[ cf-dev ] IE6 security settings

2003-01-20 Thread Peter Dray
All, Does anyone have a way such as javascript of showing a users security settings on IE6? Cheers Pete -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mai

RE: [ cf-dev ] Office MP3 Player - CF/PHP & Flash

2002-11-19 Thread Peter Dray
It's part of Fortas Reality ColdFusion, Flash MX integration book. I think you can download the source from www.forta.com -Original Message- From: Ross Williams [mailto:[EMAIL PROTECTED]] Sent: 18 November 2002 18:57 To: [EMAIL PROTECTED] Subject: [ cf-dev ] Office MP3 Player - CF/PHP & Fl

RE: [ cf-dev ] Please explain....

2002-10-25 Thread Peter Dray
5 and earlier, it's not easy to force the separation of custom tags between applications. Spike Stephen Milligan Team Macromedia - ColdFusion Co-author 'Reality Macromedia ColdFusion MX: Intranets and Content Management' http://spikefu.blogspot.com > -Original Message-

[ cf-dev ] Please explain....

2002-10-24 Thread Peter Dray
If I have applications a,b & c running on the same server, will sandboxing allow me to restrict each application to using designated directories for their custom tags regardless of whether the apps may use the same names for their tags? Also, will they be able to have a common, shared directory

[ cf-dev ] Client data purge

2002-10-10 Thread Peter Dray
All, Anyone know how CF goes about purging the client data if you check that option in CF admin? Is the time it does this available to edit? Cheers Pete Dray -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

[ cf-dev ] OT: Stoopid layered ads

2002-09-24 Thread Peter Dray
All, We have been asked to put one of those nasty intrusive ads on our site that takes over nearly all the window, you know the type. Now, all is well (if you like that sort of thing) but we have a couple of select drop-downs on the page that always stay on top of the layer/div that is loaded.

[ cf-dev ] What are you learning?

2002-07-25 Thread Peter Dray
So... You all know CF like back of your bird... What other stuff are you all learning? Pete -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]