Re: [ cf-dev ] OT- Style Sheets

2004-09-28 Thread Damian Watson
Don't you want a class then that is different from the default i.e.: a href=abc class=classNameFollow this link/a Then in your stylesheet something like: a.className{ yourStyles: xyz; } ...and make sure it comes after your default style. d Paul Swingewood wrote: I have a style sheet which

Re: [ cf-dev ] OT- Style Sheets

2004-09-28 Thread Damian Watson
- Paul From: Damian Watson [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] OT- Style Sheets Date: Tue, 28 Sep 2004 11:27:36 +0100 Don't you want a class then that is different from the default i.e.: a href=abc class=classNameFollow this link/a Then in your

Re: [ cf-dev ] OT- Style Sheets

2004-09-28 Thread Damian Watson
It has come to my attention that that post of mine should be ignored! It's the curly brackets those borwsers don't like! doh Damian Watson wrote: well you can use style={yourStyles:abc;} but this is not supported cross browser i.e. not Firefox, Netscrape etc.. Paul Swingewood wrote: Yeah. I

Re: [ cf-dev ] Multi-posts

2004-09-22 Thread Damian Watson
Hey Richard, could you possibly turn your read receipt off! ;) Lovelock, Richard J wrote: no ___ Regards, Richard Lovelock Senior Application Analyst Westminster City Council - Web Support Capgemini UK Southbank 95 Wandsworth Road London SW8

Re: [ cf-dev ] Multiple page questionnaires

2004-09-10 Thread Damian Watson
. Damian Watson [EMAIL PROTECTED

Re: [ cf-dev ] Multiple page questionnaires

2004-09-10 Thread Damian Watson
Damian Watson [EMAIL PROTECTED]To: [EMAIL PROTECTED

Re: [ cf-dev ] Tips on securing a form.

2004-09-08 Thread Damian Watson
Matt, which bit of code is it?? Can't find it! Matt Horn wrote: the solution is simple strip out javascript and HTML from form posts by replacing and with gt; and lt; and the word 'javascript' with java script or something that way if code is posted it will be rendered ineffective cflib has a

Re: [ cf-dev ] sites for mobilde devices

2004-09-07 Thread Damian Watson
Good article that... The main point to keep in mind Fiaz is to write standards compliant code, a table design layout is a definate no-no for instance. Check out Jeffrey Zeldman web redesign for good explanations and www.alistapart.com is a great resource. d Andy Allan wrote: A List Apart

Re: [ cf-dev ] sites for mobilde devices

2004-09-07 Thread Damian Watson
Well that's the point of standards compliant code- any platform will be able to present it in some way... then when you're working your CSS you need (in this case) to look at the lowest common denominator platform to create an output display that it can work with. Fiaz Khan wrote: I think what

[ cf-dev ] Dynamic query name and CF5

2004-08-20 Thread Damian Watson
Hi, Got a wee problem, I've a query name generated dynamically: name=selectDistinctMonths#loop.year# Later on there's a CFIF statement that needs the recordcount of this query. In CFMX I can do this: cfset request.queryName=selectDistinctMonths#loop.year# cfif

Re: [ cf-dev ] Dynamic query name and CF5

2004-08-20 Thread Damian Watson
Sir, you're a genius ;) Tom Smith wrote: have you tried evaluate(request.queryName .recordCount) should work... let me know if it doesn't! - Original Message - *From:* Damian Watson mailto:[EMAIL PROTECTED] *To:* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] *Sent

Re: [ cf-dev ] soEditor hyperlink button

2004-08-19 Thread Damian Watson
...and what would that mean? default popup blocker? and if so, how is it killed? Robertson-Ravo, Neil (RX) wrote: Have they recently installed XPSP2? Assuming they are on XP that is ;-) -Original Message- From: Damian Watson [mailto:[EMAIL PROTECTED] Sent: 19 August 2004 11:59

Re: [ cf-dev ] cfmx hosting

2004-08-17 Thread Damian Watson
Paul, 1. Hosts can supply alternative to cffile or a sandbox 2. You'll probably have to pay a fair amount for SQL2K, hosts will create DSN or you will have a control panel to do so 3. You could do this pretty easily, just create a dummy file to get the current directory d Paul Swingewood wrote:

Re: [ cf-dev ] SOT: javascript popup

2004-08-11 Thread Damian Watson
Poor poor Damo :'-( [EMAIL PROTECTED] wrote: Cheers Duncan, Will give this a go. Unfortunately, having to do this on intranet servers... Using FrontPage98 (vomit)! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 11 August 2004 13:30 To: [EMAIL PROTECTED]

[ cf-dev ] mailout programs

2004-08-04 Thread Damian Watson
Howdy y'all, Anyone used a worthy bulk mailing system that works on a windows 2K server? It needs to have solid html editing ability. Doesn't have to be CF based but that would be an advantage... d -- These lists are syncronised with the CFDeveloper forum at http://forum.cfdeveloper.co.uk/

Re: [ cf-dev ] Ok this ones more tricky

2004-08-03 Thread Damian Watson
I think the delete first and then insert would be ok but doesn't this fragment the database and make it grow horribly (SQL2K)? Why? Paul Swingewood wrote: The table is like this ID FKItemID FKSizeID 1244150 1 1245150 2 1246150 3 This shows that

Re: [ cf-dev ] WYSIWYG editors - XHTML validation

2004-07-27 Thread Damian Watson
Bloody great Taz! Frame that beermat ;) One thing I'd look at adding would be close slashes on br hr and img d Chris Tazewell wrote: I know some people on this list have mentioned the need for XHTML valid code from WYSIWYG editors like SoEditor and Activedit... usually for government contracts

RE: [ cf-dev ] QoQ and Verity

2004-07-05 Thread Damian Watson
OK all, I've moved on from where I was this morning. I've created a new query (queryNew) from the Verity results- this Verity query contains results from an indexed query, for examples sakes let's say it returns three rows: Verity row Key (eventiID) Score 1 20

RE: [ cf-dev ] QoQ and Verity

2004-07-05 Thread Damian Watson
Errr right ignore me, screws have been falling out of my head with monotonous regularity! -Original Message- From: Damian Watson [mailto:[EMAIL PROTECTED] Sent: 05 July 2004 23:47 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] QoQ and Verity OK all, I've moved on from where I

RE: [ cf-dev ] heeeeeelp!... I'm dumb !

2004-06-16 Thread Damian Watson
Well, your pictures don't appear to be on the server... this is the root it's looking for: http://www.gardenpassion.cfdeveloper.co.uk/fotos/Acacia%20dealbata.jpg Have you FTPed the images somewhere else? Incidentally, it's not a great idea to have spaces in file names. -Original Message-

RE: [ cf-dev ] Session / logout

2004-06-14 Thread Damian Watson
You said it! It persists in the browser- anyone know the technical reasons? I guess whatever it leaves in the browser has a timestamp and it takes it from that... If you want to empty the session b4 time you'd have to structClear or summit like that. You'd need some script to run on close if you

[ cf-dev ] OT Amazon book viewer

2004-06-14 Thread Damian Watson
Hi, anyone have any ideas about how amazon does its book preview function? Is there software around that can preview books/ magazines from XML/ PDF?

RE: [ cf-dev ] SoEditor and XHTML validation

2004-06-11 Thread Damian Watson
Cheers Mark, maybe I'll have a bash at making a proper little function then which would certainly be very useful... -Original Message- From: Mark Woods [mailto:[EMAIL PROTECTED] Sent: 11 June 2004 09:48 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] SoEditor and XHTML validation I

RE: [ cf-dev ] SoEditor and XHTML validation

2004-06-10 Thread Damian Watson
PROTECTED] Subject: RE: [ cf-dev ] SoEditor and XHTML validation If you have the right licence and access to the code, could you not change the source so it outputs lowercase? I'm assuming there's no option availbale in the tag though. Ade -Original Message- From: Damian

RE: [ cf-dev ] SoEditor and XHTML validation

2004-06-10 Thread Damian Watson
14:13 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] SoEditor and XHTML validation Can you not use the lcase() function somehow? -Original Message- From: Damian Watson [mailto:[EMAIL PROTECTED] Sent: 10 June 2004 12:21 To: [EMAIL PROTECTED] Subject: [ cf-dev ] SoEditor and XHTML

RE: [ cf-dev ] Big prob

2004-06-10 Thread Damian Watson
Roberta, I think you need to remove yourself from the list then! -Original Message- From: Roberta Englund [mailto:[EMAIL PROTECTED] Sent: 10 June 2004 17:15 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Big prob Delete [EMAIL PROTECTED] from your send contacts, Now!

RE: [ cf-dev ] SoEditor and XHTML validation

2004-06-10 Thread Damian Watson
: Thursday, June 10, 2004 5:14 PM Subject: RE: [ cf-dev ] SoEditor and XHTML validation Delete [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] from your send contacts, Now! -Original Message- From: Damian Watson [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 10:25 AM To: [EMAIL

RE: [ cf-dev ] SoEditor and XHTML validation

2004-06-10 Thread Damian Watson
] Subject: RE: [ cf-dev ] SoEditor and XHTML validation Can you not use the lcase() function somehow? -Original Message- From: Damian Watson [mailto:[EMAIL PROTECTED] Sent: 10 June 2004 12:21 To: [EMAIL PROTECTED] Subject: [ cf-dev ] SoEditor and XHTML validation Hi all, anyone know

RE: [ cf-dev ] RE: The chicken or the egg

2004-06-07 Thread Damian Watson
Yeah I would be very nervous about letting an employee go like that at the moment, give it 30 years or so though- youll be able to work at home once youve retired and the mean employers will pay you £2.00 an hour, the equivalent of a penny sweet in future money ;) -Original

RE: [ cf-dev ] RE: The chicken or the egg

2004-06-07 Thread Damian Watson
Sorry, I should have said dollars or euros depending whether we choose to eat freedom fries or French fries. Personally I like my potatoes au gratin. -Original Message- From: Damian Watson [mailto:[EMAIL PROTECTED] Sent: 07 June 2004 14:50 To: [EMAIL PROTECTED] Subject: RE

RE: [ cf-dev ] RE: The chicken or the egg

2004-06-07 Thread Damian Watson
: The chicken or the egg but on a more serious note, i'd be more than happy to consider telecommuting offers of up to 40 hours a week (providing I can get away with working 10) -Original Message- From: Damian Watson [mailto:[EMAIL PROTECTED] Sent: 07 June 2004 13:50 To: [EMAIL PROTECTED

RE: [ cf-dev ] The chicken or the egg

2004-06-05 Thread Damian Watson
Out of interest, are there any recent hard statistics out there of the spread of this market i.e. ASP x% CF y% PHP z% And the percentages of developers trained in them..?? -Original Message- From: Alex Puritche [mailto:[EMAIL PROTECTED] Sent: 05 June 2004 14:21 To: [EMAIL PROTECTED]

RE: [ cf-dev ] Breaking up a list

2004-06-04 Thread Damian Watson
;) - Original Message - From: Damian Watson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 04, 2004 1:08 PM Subject: RE: [ cf-dev ] Breaking up a list well, you need to count the number of elements in the lists then output them together looping from 1 to the total number of values

RE: [ cf-dev ] Breaking up a list

2004-06-04 Thread Damian Watson
[mailto:[EMAIL PROTECTED] Sent: 04 June 2004 13:29 To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] Breaking up a list Damian, This is a much better solution that the one I posted ;) - Original Message - From: Damian Watson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June

RE: [ cf-dev ] dlete variable in query string

2004-06-03 Thread Damian Watson
structDelete(url, st) - or are you trying to remove it from the url itself?? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 03 June 2004 12:32 To: dev lists Subject: [ cf-dev ] dlete variable in query string Hi, is there an easy way of deleting a variable in

RE: [ cf-dev ] dlete variable in query string

2004-06-03 Thread Damian Watson
But then you're using CF5 and in any case I didn't read your question properly- you'd need listDeleteAt or similar... What are you trying to do exactly? -Original Message- From: Damian Watson [mailto:[EMAIL PROTECTED] Sent: 03 June 2004 11:48 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev

RE: [ cf-dev ] admin problem - more info

2004-06-01 Thread Damian Watson
Dammit, I did have this problem b4 and can't remember what I did... have you tried going through port 8500? -Original Message- From: Justin MacCarthy [mailto:[EMAIL PROTECTED] Sent: 31 May 2004 16:04 To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] admin problem - more info If I put a

RE: [ cf-dev ] Date manipulation n00b

2004-05-26 Thread Damian Watson
Title: Message Didnt you read the contract in joining this list?? He has all our souls ;) -Original Message- From: Peter Harrison [mailto:[EMAIL PROTECTED] Sent: 26 May 2004 14:50 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Date manipulation n00b does that mean Russ can

RE: [ cf-dev ] Date manipulation n00b

2004-05-26 Thread Damian Watson
Title: Message Sh$t, I thought I was joking -Original Message- From: Snake Hollywood [mailto:[EMAIL PROTECTED] Sent: 26 May 2004 14:52 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Date manipulation n00b If your on my list, i already have it... didn't u read the small

RE: [ cf-dev ] User adding their own links - Suggestions

2004-05-24 Thread Damian Watson
James what I generally do is: a) text field where they enter the URL- required b) a link title (text field) required c) a short description (textarea) optional This would then output on the public site as: This is my link title www.link.com This is a short description to tell

RE: [ cf-dev ] CFHTTP

2004-05-18 Thread Damian Watson
James, can you not use the callback functionality so that if a payment is processed worldpay will send data to a page of your choice from whence you may throw the data into the db?? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 17 May 2004 15:14 To: [EMAIL

RE: [ cf-dev ] CFHTTP

2004-05-18 Thread Damian Watson
the order go through ok. Cheers James Damian Watson [EMAIL PROTECTED]To: [EMAIL PROTECTED] ign.co.ukcc: Subject: RE

RE: [ cf-dev ] SMS

2004-05-07 Thread Damian Watson
Andrew, read below!! -Original Message- From: Damian Watson [mailto:[EMAIL PROTECTED] Sent: 24 March 2004 17:08 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] SMS Aha, that's exactly who I signed up with last night... so make that a third recommendation to anyone else who needs to do SMS

RE: [ cf-dev ] Community Week!

2004-05-06 Thread Damian Watson
Thats an attractive photo of you there Simon in the MacroChat ~oh show me the way to the next whisky bar~ -Original Message- From: Simon Horwith [mailto:[EMAIL PROTECTED] Sent: 06 May 2004 00:43 To: UK DevList Subject: [ cf-dev ] Community Week! Macromedia will be

RE: [ cf-dev ] losing it big time .....

2004-05-04 Thread Damian Watson
Maybe cfif #get_news.news_url# neq isn't coming out as FALSE ever... try cfif trim(get_news.news_url) neq instead, c what happens. d -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 04 May 2004 10:42 To: [EMAIL PROTECTED] Subject: [ cf-dev ] losing it big

RE: [ cf-dev ] losing it big time .....

2004-05-04 Thread Damian Watson
Paul... I'm presuming that your user is entering a description that could contain paragraphs breaks into a textarea. If that is so, then the way to emulate this in your output is to use the following replace: #replace(your.variable, chr(13), 'br', all)# This will replace any carriage return in

RE: [ cf-dev ] DWMX 6.1 - Now I'm REALLY hacked off with it

2004-05-04 Thread Damian Watson
More likely to be terrorism, Macromedia released a solar flare patch with the latest update. -Original Message- From: Snake Hollywood [mailto:[EMAIL PROTECTED] Sent: 04 May 2004 17:22 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] DWMX 6.1 - Now I'm REALLY hacked off with it Solar

RE: [ cf-dev ] URL parameters

2004-04-29 Thread Damian Watson
Paul, One thing you could do is when the user logs in you set a session variable of the ID number he is allowed to view data for... then you just need to check that the URL ID matches that. If users have multiple schools they can access, then you just need to make that session variable a list.

RE: [ cf-dev ] CFPARAM's

2004-04-29 Thread Damian Watson
Try using the request scope for your vars... that persists through the compiled page-- what are the funny errors though? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 29 April 2004 17:37 To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] CFPARAM's Hi all, I have

RE: RE: [ cf-dev ] CFPARAM's

2004-04-29 Thread Damian Watson
Lol, leave it aht trouble. So what are your errors then?? Have you tried taking out your declared params to see if it breaks entirely etc? :-P -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 29 April 2004 17:43 To: [EMAIL PROTECTED] Subject: Re: RE: [ cf-dev ]

[ cf-dev ] uppercase to lowercase html

2004-04-26 Thread Damian Watson
Hey all, Anyone have/ know of anything useful to convert any html tags in a string from uppercase to lower case? d -- 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

[ cf-dev ] Reading XML

2004-04-21 Thread Damian Watson
Hey all, I been building a CMS which generates public content as XML files. The public site reads those docs and outputs them appropriately. I've got a simple news xml doc here for example: ?xml version=1.0 encoding=UTF-8? newsItem xml:lang=en-GB headlineTest news item/headline

RE: [ cf-dev ] Reading XML

2004-04-21 Thread Damian Watson
section. Nick - Original Message - From: Damian Watson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 3:10 PM Subject: [ cf-dev ] Reading XML Hey all, I been building a CMS which generates public content as XML files. The public site reads those docs and outputs

RE: [ cf-dev ] Reading XML

2004-04-21 Thread Damian Watson
probably say you can put anything you like in the square brackets (you do need the 2 sets...) - well I used shit loads of html so I wouldn't have to loop:) HTH Tom --- Damian Watson [EMAIL PROTECTED] wrote: Hey all, I been building a CMS which generates public content as XML files

RE: [ cf-dev ] why the hell doesn't this work?

2004-04-20 Thread Damian Watson
Because when it goes through the page it looks for correct syntax before it calculates the code to execute?? so youve got two query tags before a close query tag hence an error Just a guess! Someone cleverer set me straight. -Original Message- From: Ian Westbrook (FDM)

RE: [ cf-dev ] Website accessibility in the UK

2004-04-16 Thread Damian Watson
Because w3 is so goddamn dry- I wish they'd build their site better but I guess a million people have already told em that. You need people to make sense of it for those who are less able to understand that guff... another plug for you Ian ;) We need more evangelists everywhere amen

RE: [ cf-dev ] Website accessibility in the UK

2004-04-16 Thread Damian Watson
I don't think that's true though Neil- you can't argue that there's a major degradation of experience on anything other than a Flash site and why you need a site to be in Flash is in most cases questionable. If you manage/ own a public space then you have to follow certain procedures- if

RE: [ cf-dev ] Website accessibility in the UK

2004-04-16 Thread Damian Watson
How exactly? and free speech is in any case a different thing entirely. You need access to a democracy or ~whatever~ to exercise that freedom, were talking about access. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 16 April 2004 13:26 To: [EMAIL

RE: [ cf-dev ] Website accessibility in the UK

2004-04-16 Thread Damian Watson
profits last year. Why isn't your web site accessible?'... Ian W - Original Message - From: Damian Watson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 16, 2004 1:23 PM Subject: RE: [ cf-dev ] Website accessibility in the UK I don't think that's true though Neil- you can't

RE: [ cf-dev ] Website accessibility in the UK

2004-04-16 Thread Damian Watson
prosecutions (after October anyway). Which is a good thing, as it'll mean clients and ourselves will be much more aware of the issues, and more likely to build accessible sites. which is a good thing, right? Damian Watson [EMAIL PROTECTED] 16/04/2004 13:28 Please respond

RE: [ cf-dev ] Website accessibility in the UK

2004-04-16 Thread Damian Watson
Nah, I use one called CleanFields that I got from devex a while back- its pretty good (not perfect!) and I lock down the editors quite heavily so that users cant go nuts with crazy paving and what not. The HTML produced is generally clean but I was wondering if there were other methods out

RE: [ cf-dev ] Website accessibility in the UK

2004-04-16 Thread Damian Watson
] Sent: 16 April 2004 14:23 To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] Website accessibility in the UK Damian Watson wrote: Nah, I use one called CleanFields that I got from devex a while back- it's pretty good (not perfect!) and I lock down the editors quite heavily so that users can't

RE: [ cf-dev ] Website accessibility in the UK

2004-04-16 Thread Damian Watson
Title: Message Thats clients they dont count :-$ -Original Message- From: Snake Hollywood [mailto:[EMAIL PROTECTED] Sent: 16 April 2004 15:55 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Website accessibility in the UK but what yoyu do about stupid people that just can't

RE: [ cf-dev ] Website accessibility in the UK

2004-04-16 Thread Damian Watson
Richard, its a question of regulating commercial and public organisations not sites like your football site, something of that scale is more a case of common sense. Thats what the law is really concerned about. However IMHO programming with accessibility and standards in mind in the

RE: [ cf-dev ] The state of ColdFusion in the UK

2004-04-15 Thread Damian Watson
Title: Message Well surely some of the DfES stuff is worth mentioning i.e. TeacherNet the whole department more or less exclusively uses ColdFusion and spends (probably) in the millions per year on CF driven websites Damo submit it as a showcase! So Macromedia have one big government

RE: [ cf-dev ] The state of ColdFusion in the UK

2004-04-15 Thread Damian Watson
Title: Message Not for long eh?. Pleease J -Original Message-i From: Stephen Pope [mailto:[EMAIL PROTECTED]] Sent: 15 April 2004 15:20 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] The state of ColdFusion in the UK But its ColdFusion 5 :¬) From: Damian Watson

RE: [ cf-dev ] The state of ColdFusion in the UK

2004-04-15 Thread Damian Watson
in the UK Just to clarify .. MM prolly wouldn't want to promote a CF5 site hehe From: Stephen Pope Sent: 15 April 2004 15:20 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] The state of ColdFusion in the UK But its ColdFusion 5 :¬) From: Damian Watson [mailto:[EMAIL PROTECTED] Sent

RE: [ cf-dev ] The state of ColdFusion in the UK

2004-04-15 Thread Damian Watson
:20 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] The state of ColdFusion in the UK But its ColdFusion 5 :¬) From: Damian Watson [mailto:[EMAIL PROTECTED] Sent: 15 April 2004 15:17 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] The state of ColdFusion in the UK Well surely some of the DfES

RE: [ cf-dev ] The state of ColdFusion in the UK

2004-04-15 Thread Damian Watson
in the UK Hi Damin, Yes we would. We would love this as a cause study Can you write up a synopsis and also approach the customer to give us clearance to use it. When they have said yes, drop me a line and we can go forward. L. From: Damian Watson [mailto:[EMAIL PROTECTED] Sent

RE: [ cf-dev ] 404 error

2004-04-07 Thread Damian Watson
That's not the case, I've been through this with Sanjay. This 404 happens when an error occurs in the action page (or elsewhere in his wwwroot). We set up a site wide error handler but is that not working now Sanjay? d -Original Message- From: Stephen Moretti [mailto:[EMAIL PROTECTED]

RE: [ cf-dev ] 404 error

2004-04-07 Thread Damian Watson
Ah, so it b Spyware :) -Original Message- From: Damian Watson [mailto:[EMAIL PROTECTED] Sent: 07 April 2004 16:04 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] 404 error That's not the case, I've been through this with Sanjay. This 404 happens when an error occurs in the action page

RE: [ cf-dev ] 404 error

2004-04-07 Thread Damian Watson
___ -Original Message- From: Damian Watson [mailto:[EMAIL PROTECTED] Sent: 07 April 2004 16:08 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] 404 error Ah, so it b Spyware :) -Original Message- From: Damian Watson [mailto:[EMAIL PROTECTED] Sent

RE: [ cf-dev ] 404 error

2004-04-07 Thread Damian Watson
might spot the error... - Original Message - From: Damian Watson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 4:14 PM Subject: RE: [ cf-dev ] 404 error Hmmm... I've been through this meticulously with Sanjay (over Messenger) Commented out all code on action

RE: [ cf-dev ] 404 error

2004-04-07 Thread Damian Watson
PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] 404 error Date: Wed, 7 Apr 2004 16:17:08 +0100 post the code here, and we might spot the error... - Original Message - From: Damian Watson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

RE: [ cf-dev ] search problems

2004-04-06 Thread Damian Watson
Sanjay, When you do a SELECT query (when you say search you mean SELECT) you are asking the database for records. This you have done. However, you haven't asked the coldfusion template to display those records. This is done using the cfoutput tag so you should read about that. For instance,

RE: [ cf-dev ] search problems

2004-04-06 Thread Damian Watson
would i do that, and what if there is nothing in my database could i have some sort of a sign saying there are no items that match your search?? From: Damian Watson [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] search problems Date: Tue, 6 Apr 2004 22:48

RE: [ cf-dev ] image question

2004-04-05 Thread Damian Watson
Sanjay, You need to read about the cffile tag. The process to do what you want (in your action page) is: 1. Insert the normal data as you are already doing. 2. cffile action=upload... = upload your file to your images folder (or wherever) 3. Then in your database table you have a varchar

RE: [ cf-dev ] mach-ii

2004-03-31 Thread Damian Watson
- From: Damian Watson [mailto:[EMAIL PROTECTED] Sent: 26 March 2004 11:48 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] mach-ii That's not necessarily true Douglas- the framework I use (developed by Russ) does not do this and it all runs through index.cfm

RE: [ cf-dev ] mach-ii

2004-03-26 Thread Damian Watson
That's not necessarily true Douglas- the framework I use (developed by Russ) does not do this and it all runs through index.cfm... a typical form submission will do: index.cfm?action=form - DSP_form.cfm SUBMIT TO Index.cfm?action=submit -

RE: [ cf-dev ] mach-ii

2004-03-26 Thread Damian Watson
, or through javascript? Douglas -Original Message- From: Damian Watson [mailto:[EMAIL PROTECTED] Sent: 26 March 2004 11:48 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] mach-ii That's not necessarily true Douglas- the framework I use (developed by Russ) does not do this and it all runs

RE: [ cf-dev ] Cf Administrator

2004-03-24 Thread Damian Watson
I had a problem with this using IE 6 which was locked down, it wasnt allowing the use of cookies or something or other could be that? -Original Message- From: Ellwood [mailto:[EMAIL PROTECTED] Sent: 24 March 2004 14:01 To: [EMAIL PROTECTED] Subject: [ cf-dev ] Cf Administrator

RE: [ cf-dev ] Cf Administrator

2004-03-24 Thread Damian Watson
not allow cookies set in IE6 so that sounds like a very good avenue to try. Cheers Ellis C Wood BSc Ellwood Web Solutions T: 01623 459973llations E: [EMAIL PROTECTED] W: http://www.ellwoodwebsolutions.co.uk -Original Message- From: Damian Watson [mailto:[EMAIL PROTECTED

RE: [ cf-dev ] SMS

2004-03-24 Thread Damian Watson
recommend it. -Original Message- From: Kola Oyedeji [mailto:[EMAIL PROTECTED] Sent: 24 March 2004 16:09 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] SMS Yes Checkout http://www.sms2email.com Kola -Original Message- From: Damian Watson [mailto:[EMAIL

RE: [ cf-dev ] IsXMLDoc

2004-03-24 Thread Damian Watson
Just a thought Giles, shouldnt you be accessing the file scope rather than the request? -Original Message- From: Giles Roadnight [mailto:[EMAIL PROTECTED] Sent: 24 March 2004 16:16 To: [EMAIL PROTECTED] Subject: [ cf-dev ] IsXMLDoc I have this code: cffile action=""

RE: [ cf-dev ] IsXMLDoc

2004-03-24 Thread Damian Watson
Sorry, that didnt make sense: I mean cfif isxmldoc(file.whatever) ?? -Original Message- From: Damian Watson [mailto:[EMAIL PROTECTED] Sent: 24 March 2004 17:10 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] IsXMLDoc Just a thought Giles, shouldnt you be accessing the file

RE: [ cf-dev ] IsXMLDoc

2004-03-24 Thread Damian Watson
scope to load the contents of the file into. Giles Roadnight http://giles.roadnight.name -Original Message- From: Damian Watson [mailto:[EMAIL PROTECTED] Sent: 24 March 2004 17:10 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] IsXMLDoc Just a thought Giles, shouldnt you

RE: [ cf-dev ] cleaning email lists...

2004-03-23 Thread Damian Watson
Could you use WHERE NOT LIKE [EMAIL PROTECTED] ?? -Original Message- From: Ian Westbrook (FDM) [mailto:[EMAIL PROTECTED] Sent: 23 March 2004 11:14 To: CFUG List Subject: [ cf-dev ] cleaning email lists... got a bit of a mental block this morning - can anyone throw methe

RE: [ cf-dev ] cleaning email lists...

2004-03-23 Thread Damian Watson
it. ooh pick me, pick me, I know it! lol - Peter -Original Message- From: Damian Watson [mailto:[EMAIL PROTECTED] Sent: 23 March 2004 11:16 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] cleaning email lists... Could you use WHERE NOT LIKE [EMAIL PROTECTED

RE: [ cf-dev ] cleaning email lists...

2004-03-23 Thread Damian Watson
Clever clogs :-P -Original Message- From: Stephen Moretti [mailto:[EMAIL PROTECTED] Sent: 23 March 2004 11:22 To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] cleaning email lists... SELECT ID FROM Email WHERE Locate('@',email) = 0 Probably more efficient than NOT LIKE '[EMAIL

[ cf-dev ] SMS

2004-03-23 Thread Damian Watson
Anyone got any tips on sending SMS from CF templates?... any tutorials (can't find any) would be useful plus advice on gateways that are cheap or free! Cheers d -- These lists are syncronised with the CFDeveloper forum at http://forum.cfdeveloper.co.uk/ Archive:

RE: [ cf-dev ] SMS

2004-03-23 Thread Damian Watson
Thanks Mark, it truly is simple ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 23 March 2004 19:59 To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] SMS Anyone got any tips on sending SMS from CF templates?... any tutorials (can't find any) would be useful

RE: [ cf-dev ] HOW TO CREATE AN SQL DATABASE

2004-03-22 Thread Damian Watson
What version of ColdFusion are you using Sanjay? As Fiona says, try setting it up first in administrative tools/ODBC data sources -- then create a new datasource in CF administrator and set the driver type to ODBC socket and connect to the one you created. HTH d -Original Message- From:

RE: [ cf-dev ] Whats wrong?

2004-03-19 Thread Damian Watson
Isn't it a validation issue? Do single quotes validate in XHTML for instance? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 19 March 2004 14:48 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Whats wrong? no comment. actually i almost always use double

RE: [ cf-dev ] Friday Afternoon quiz

2004-03-19 Thread Damian Watson
The cfif/ else statement asks for two EQ values (Global and Targeted) therefore the empty parameter you are declaring is unnecessary... ...also do you reckon those variables need to be session variables?- worth looking at if you're delousing the app. -Original Message- From: Lovelock,

RE: [ cf-dev ] Friday Afternoon quiz

2004-03-19 Thread Damian Watson
___ -Original Message- From: Damian Watson [mailto:[EMAIL PROTECTED] Sent: 19 March 2004 16:10 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Friday Afternoon quiz The cfif/ else statement asks for two EQ values (Global and Targeted) therefore the empty parameter you are declaring is unnecessary

RE: [ cf-dev ] Friday Afternoon quiz

2004-03-19 Thread Damian Watson
___ -Original Message- From: Damian Watson [mailto:[EMAIL PROTECTED] Sent: 19 March 2004 16:18 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Friday Afternoon quiz ...was just thinking (if emails sent out are stored in your db) that it would be better to have the mail type as data

RE: [ cf-dev ] OT: Regular Epressions

2004-03-18 Thread Damian Watson
Why don't you make each relevant tr something like tr class=meeting which means you can identify each required row more easily... (and each td item within that that is required should have a class so you can say it's there). My regex isn't good enough to give you any example! -Original

RE: [ cf-dev ] OT: Regular Epressions

2004-03-18 Thread Damian Watson
- I'd already have the data. I am parsing webpages produced by a program to get at the data and put it in a DB. Giles Roadnight http://giles.roadnight.name -Original Message- From: Damian Watson [mailto:[EMAIL PROTECTED] Sent: 18 March 2004 09:42 To: [EMAIL PROTECTED] Subject: RE: [ cf

RE: [ cf-dev ] File permission(?) error

2004-03-16 Thread Damian Watson
[mailto:[EMAIL PROTECTED] Sent: 16 March 2004 00:18 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] File permission(?) error What sort of behaviour have you got for when the file already exists? Ade -Original Message- From: Damian Watson [mailto:[EMAIL PROTECTED] Sent: 15 March 2004 20:46

[ cf-dev ] File permission(?) error

2004-03-15 Thread Damian Watson
Hi, Anyone know what would be causing this error, I can't replicate it with my own files? Permissions have been set properly for the destination directory as far as I'm aware: --- Error attempting to save uploaded file to path

  1   2   3   >