RE: Slotting dates into standard date range

2008-11-14 Thread Will Swain
below: http://www.c-sharpcorner.com/Blogs/BlogDetail.aspx?BlogId=692 -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2008 4:03 AM To: cf-talk Subject: Slotting dates into standard date range Ok, Maybe not the best title, but let me try and explain

Cfwindow and lots of js files

2008-11-13 Thread Will Swain
Hi, I'm sure this has been done to death, but here we go anyway. I am using cfwindow to pop up a window for registration on a site. Nice and easy and it works really well, except according to Yslow the page includes 44 external js files. What! Why? Alright, I'm using a cfform in the window, so

RE: Cfwindow and lots of js files

2008-11-13 Thread Will Swain
Thanks Massimo, I'm checking out jQueryUI at the minute. Will Swain Hot Horse Ltd - Web Design and Development 0845 458 2536 www.hothorse.com The information in this email and in any attachments is confidential and intended solely for the attention and use of the named addressee(s

OT CF 8 tag posters available to UK developers

2008-10-10 Thread Will Swain
Hi, Sorry for OT. I have 2 CF8 tag posters that I don't need, and I'm happy to send them to the first 2 UK based developers who want them. Mail me off list. Cheers Will ~| Adobe® ColdFusion® 8 software 8 is the most

RE: OT CF 8 tag posters available to UK developers

2008-10-10 Thread Will Swain
You haven't sent me an email yet. :) -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: 10 October 2008 15:34 To: cf-talk Subject: Re: OT CF 8 tag posters available to UK developers Did I win ? Hi, Sorry for OT. I have 2 CF8 tag posters that I don't need, and

RE: (ot) Flex mailing list

2008-08-05 Thread Will Swain
There's the House of Fusion one of course. Not very high traffic though. -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: 05 August 2008 10:21 To: CF-Talk Subject: (ot) Flex mailing list Where are people going for a Flex mailing list? I've just signed up to the

RE: Form Spam Attack

2008-07-29 Thread Will Swain
Couldn't agree more. I just had to sign up for a hotmail account to do some testing for my opt in email lists, and the captcha they use now is almost totally illegible. Worse than that though, they offer an option to listen to it, which sounded like it was read out in a noisy airport lounge. I

Interesting issue with competition

2008-07-17 Thread Will Swain
, but it should help. Any other ideas? Apologies for the slightly rambling post - I'm still on my first cup of coffee! Will Swain Hot Horse Ltd ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date

Encypting and urlencoding

2008-07-17 Thread Will Swain
cfdump var=#encryptedTS# / I get a correctly formed urlencoded string. If I do this however: a href=page.cfm?i=cfoutput#encryptedTS#/cfoutputa link/a I get a string with the urlencoding removed. Is this expected behaviour? Do I even need to urlencode my encrypted timestamp? Will Swain

RE: Encypting and urlencoding

2008-07-17 Thread Will Swain
NOTE, this seems to be an issue in FF3. Not a problem in IE. -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED] Sent: 17 July 2008 12:20 To: CF-Talk Subject: Encypting and urlencoding Strange one. Am I missing something here? I have a function that returns an encrypted

RE: Interesting issue with competition

2008-07-17 Thread Will Swain
submission rather than a hyperlink. Then you can also pass form variables that authenticate that it is from the site and not someone spoofing the submission. Eric /*-Original Message- /*From: Will Swain [mailto:[EMAIL PROTECTED] /*Sent: Thursday, July 17, 2008 4:33 AM /*To: CF-Talk

RE: Interesting issue with competition

2008-07-17 Thread Will Swain
Ah, I should add that this doesn't seem to be a problem. The entries are all coming from the correct action page - I checked. It's just that the link to that page has been posted on a number of competition message boards. Cheers will -Original Message- From: Ian Skinner [mailto:[EMAIL

RE: Interesting issue with competition

2008-07-17 Thread Will Swain
Thinking about this a little more, the easiest thing would be to block entries from the competition message boards - i.e. just look for those addresses in the referrer. All this timestamp malarkey is just over egging the pudding! -Original Message- From: Yuliang Ruan [mailto:[EMAIL

RE: Interesting issue with competition

2008-07-17 Thread Will Swain
Indeed. As a quick and dirty fix though it's got to be the easiest way. And checking their logfiles, most of the traffic is coming from two domains. -Original Message- From: Yuliang Ruan [mailto:[EMAIL PROTECTED] Sent: 17 July 2008 15:48 To: CF-Talk Subject: Re: Interesting issue with

RE: Interesting issue with competition

2008-07-17 Thread Will Swain
Got ya. That may fit with their scenario. Thanks guys. -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: 17 July 2008 16:01 To: CF-Talk Subject: Re: Interesting issue with competition Will Swain wrote: Indeed. As a quick and dirty fix though it's got

RE: Little brainstorming help needed (developing email app)

2008-07-15 Thread Will Swain
You could put a cf template in as an image: img src=#application.url_home#/email_track.cfm?mailer=#qGetMailing.mailingID#u ser=#userID# height=1 width=1 / And then have some code in email_track.cfm record how many opens the email has had, or even who has opened it. Will only work on the

RE: Little brainstorming help needed (developing email app)

2008-07-15 Thread Will Swain
The only thing I'll add to this is that since it's a technique that has in the past been used by spammers, it's possible it might trigger anti spam software. I've run my emails generated with this tracking code through spam filters and found it to be alright, but it is something worth keeping an

RE: CFC Tutorial now on line

2008-07-04 Thread Will Swain
Hi Mike, I enjoyed your first tutorial and am looking forward to seeing the next one. As a long time cf user who hasn't made the move to fully oo, I'm right in the middle of a concerted effort to crack the OO thing this time, so these tutorials have come a a good time for me. Thanks for your

issue with ?comply in url

2008-06-30 Thread Will Swain
Hi all, Getting a strange problem on one site - where a ?comply is getting appended to the urlstring, presumably by the user somehow, and causing pages where I'm looking for a url variable to break. Any ideas where this could be coming from? Anyone else experienced this problem? It's all

coldfusion.navigate question

2008-06-26 Thread Will Swain
.cfm name=pod2 width=280 height=600 / Which will obviously update the first pod's content. Can I amend this to update the second pod's content at the same time? Will Swain Hot Horse Ltd - Web Design and Development 0845 458 2536 www.hothorse.com The information in this email and in any

RE: coldfusion.navigate question

2008-06-26 Thread Will Swain
Apologies for the signature malarkey ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive:

RE: coldfusion.navigate question

2008-06-26 Thread Will Swain
Hmmmneed more coffee. Thanks Brian! -Original Message- From: Brian McCairn [mailto:[EMAIL PROTECTED] Sent: 26 June 2008 11:34 To: CF-Talk Subject: Re: coldfusion.navigate question How about... a href=javaScript:ColdFusion.navigate('pod1_updated.cfm','pod1');ColdFusion.n

RE: KInda OT - FF3 and flash forms

2008-06-24 Thread Will Swain
Thanks Rick - hope you enjoyed cfunited btw. I totally uninstalled all previous versions, including having to manually remove the firefox 3 beta folder, and then reinstalled and that did seem to do the job. I was surprised at how little there was on there about this. Anyway, all fixed now.

RE: cfinput required=yes not generating pop-up

2008-06-20 Thread Will Swain
Check your mapping to the CFIDE directory. What happens if you browse to http://www.yourdomain.com/cfide/ Will -Original Message- From: Matthew Smith [mailto:[EMAIL PROTECTED] Sent: 20 June 2008 01:38 To: CF-Talk Subject: cfinput required=yes not generating pop-up I have a cfform,

RE: KInda OT - FF3 and flash forms

2008-06-19 Thread Will Swain
No one else seeing this problem? I'm on XP pro. -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED] Sent: 18 June 2008 16:22 To: CF-Talk Subject: KInda OT - FF3 and flash forms Hi, Apologies for the slightly OT post, but has anyone else experienced issues with Flash forms

RE: KInda OT - FF3 and flash forms

2008-06-19 Thread Will Swain
-Talk Subject: Re: KInda OT - FF3 and flash forms Quick test on a couple of forms on an intranet seem okay here. On Thu, Jun 19, 2008 at 11:43 AM, Will Swain [EMAIL PROTECTED] wrote: No one else seeing this problem? I'm on XP pro. -Original Message- From: Will Swain [mailto:[EMAIL

RE: KInda OT - FF3 and flash forms

2008-06-19 Thread Will Swain
If anyone has a moment, can they look at this page in FF3 and let me know if they see the cfcalendar flash widget? http://www.hothorse.com/flash/test.cfm I don't see anything. It's there in IE, and in FF2 Thanks for your time guys. Will

RE: KInda OT - FF3 and flash forms

2008-06-19 Thread Will Swain
, 2008 at 3:35 PM, Will Swain [EMAIL PROTECTED] wrote: If anyone has a moment, can they look at this page in FF3 and let me know if they see the cfcalendar flash widget? http://www.hothorse.com/flash/test.cfm I don't see anything. It's there in IE, and in FF2 Thanks for your time guys

RE: KInda OT - FF3 and flash forms

2008-06-19 Thread Will Swain
Ahhh...it's the tongue thing then. I should have guessed. -Original Message- From: Matt Williams [mailto:[EMAIL PROTECTED] Sent: 19 June 2008 22:24 To: CF-Talk Subject: Re: KInda OT - FF3 and flash forms On Thu, Jun 19, 2008 at 4:21 PM, Will Swain [EMAIL PROTECTED] wrote: Hmmm

RE: KInda OT - FF3 and flash forms

2008-06-19 Thread Will Swain
release of FF3? Eric /*-Original Message- /*From: Will Swain [mailto:[EMAIL PROTECTED] /*Sent: Thursday, June 19, 2008 4:22 PM /*To: CF-Talk /*Subject: RE: KInda OT - FF3 and flash forms /* /*Hmmm...must be something else going on for me then. /* /*Are you guys on XP Pro? /* /*-Original

RE: KInda OT - FF3 and flash forms

2008-06-19 Thread Will Swain
, Will Swain [EMAIL PROTECTED] wrote: Final release. I get the same thing with flash player 9 and the 10 beta. Darn it. Any funky FF add-ons/extensions possibly causing the issue? Firebug and Web developer are the only ones I'm running. Does it work on another computer within the network

RE: KInda OT - FF3 and flash forms

2008-06-19 Thread Will Swain
If anyone is interested - that did the trick. Woot -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED] Sent: 19 June 2008 22:53 To: CF-Talk Subject: RE: KInda OT - FF3 and flash forms Nope. This was a clean install of FF3 with no extensions at all. I noticed

KInda OT - FF3 and flash forms

2008-06-18 Thread Will Swain
Hi, Apologies for the slightly OT post, but has anyone else experienced issues with Flash forms not loading in Firefox 3. I get view other flash content, but a couple of places where we use flash cfforms in our intranet just aren't working. They do work in IE. I've seen that there were some

RE: Best CF editor?

2008-05-29 Thread Will Swain
Will the built in SVN support in the new dreamweaver encourage people to use it for cf development I wonder? I use Eclipse and Dreamweaver - DW for layout and CSS stuff, Eclipse for CF and Javascript stuff. Eclipse is very slow to start up for me now. -Original Message- From: Andy

RE: Best CF editor?

2008-05-29 Thread Will Swain
, don't use the new DW. It doesn't recognize CF8 tags yet. On Thu, May 29, 2008 at 8:07 AM, Will Swain [EMAIL PROTECTED] wrote: Will the built in SVN support in the new dreamweaver encourage people to use it for cf development I wonder

RE: Best CF editor?

2008-05-29 Thread Will Swain
I can confirm this, having just launced extension manager cs4 and imported the extensions. Certainly works, and better than Cfeclipse. -Original Message- From: Massimo Foti [mailto:[EMAIL PROTECTED] Sent: 29 May 2008 14:41 To: CF-Talk Subject: Re: Best CF editor? Did you try it with

RE: (ot) Simple Tool

2008-05-22 Thread Will Swain
Thanks Will, Coffee over my keyboard now. :-) will -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: 22 May 2008 00:24 To: CF-Talk Subject: Re: (ot) Simple Tool a) is it all right to post its beta URL here for opinion/feedback? b) someone may have done

cfmail multipart emails and googlemail

2008-05-02 Thread Will Swain
Hello list, A number of my clients use an emailing tool we have built for them to send multipart emails to their (opt in) mailing lists. These work very well in general and they are happy. However, there seem to be some issues with Google mail and the emails sent out. It's almost as if the

RE: cfmail multipart emails and googlemail

2008-05-02 Thread Will Swain
Update - it's displaying the plain text version of the multipart email, but without _some_ line breaks so the formatting is shot. Can google mail not display HTML emails then? -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED] Sent: 02 May 2008 11:32 To: CF-Talk Subject

RE: cfmail multipart emails and googlemail

2008-05-02 Thread Will Swain
, 2008 at 6:54 AM, Will Swain [EMAIL PROTECTED] wrote: Update - it's displaying the plain text version of the multipart email, but without _some_ line breaks so the formatting is shot. Can google mail not display HTML emails then? Yes it can but if you do not place mailpart text before

RE: how handle emails not exists or inactive before sending out

2008-04-23 Thread Will Swain
It's the failto attribute in the cfmail tag. You get different types of bounces - soft and hard. Soft bounces could be temporary, hard bounces permanent. So you could have some code checking the bounces to see which are hard and removing them only. HTH. Will -Original Message- From:

RE: Macromedia?

2008-04-16 Thread Will Swain
They still use the macromedia.com domain name too on occasion. Will -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: 16 April 2008 15:13 To: CF-Talk Subject: RE: Macromedia? That error came from your web connectors (IIS or Apache-to-CF bridge) which I THINK is part

RE: Working download for CF801-Extensions-for-Eclipse.zip?

2008-04-04 Thread Will Swain
I still get a 404 on that link. The dreamweaver ones are fine as are the eclipse help files. Will -Original Message- From: Dominic Watson [mailto:[EMAIL PROTECTED] Sent: 04 April 2008 14:51 To: CF-Talk Subject: Re: Working download for CF801-Extensions-for-Eclipse.zip? Has

cfpods and postioning of footer with css

2008-03-27 Thread Will Swain
Hey, Related question to my last one. I have a page with 3 cfpods. They have the overflow property set to visible, so I don't get the scroll bar if the content exceeds the stated height. I want to position a footer with some navigation at the bottom of the page. However, I just can't seem

replace words in a string

2008-03-27 Thread Will Swain
Hi, It's been a long day, and my eyes are hurting. I had a bit of code, written a few years ago now, which pulled a set of words from a database and looked for any instances of those words in a string, doing a replace if it found one. A simple profanity checker basically. Can't get the code to

RE: page footer in onrequestend and cfpod

2008-03-27 Thread Will Swain
a width on that div? If so, add overflow: hidden; to the style for the container div. Alternately, try adding clear: both; to the style declaration for the footer. On Wed, Mar 26, 2008 at 8:38 AM, Will Swain [EMAIL PROTECTED] wrote: Hi Dave, I've never used this approach before. Normally I would do

RE: page footer in onrequestend and cfpod

2008-03-27 Thread Will Swain
, Mar 26, 2008 at 7:46 AM, Will Swain [EMAIL PROTECTED] wrote: In fact, using onrequestend isn't helping matters either. The content is just sitting behind the pods on certain pages too. Looks like I need an alternative solution. Does anyone have a suggestion for handling page footers when

RE: Weird

2008-03-27 Thread Will Swain
I get an error Variable TEMP is undefined. Will -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: 26 March 2008 17:03 To: CF-Talk Subject: Weird Run this in a page on CF8: cfdump var=#temp# What do you see? I get: C:\WINNT\TEMP Weird! Adrian

RE: replace words in a string

2008-03-27 Thread Will Swain
: Re: replace words in a string remove quotes around the second argument? Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Will Swain wrote: Hi, It's been a long day, and my eyes are hurting. I had a bit of code, written a few years ago now, which pulled a set of words from

RE: test (ignore) -- read at your peril (spelling?)

2008-03-27 Thread Will Swain
The last email I got from the list yesterday was one of mine - I was getting a bit paranoid that I'd broken something! ;-) -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: 27 March 2008 13:20 To: CF-Talk Subject: Re: test (ignore) -- read at your peril

page footer in onrequestend and cfpod

2008-03-26 Thread Will Swain
Hey all, I'm trying to include a page footer in onRequestEnd in my Application.cfc. Works fine on some pages, but on those pages I have using cfpod, I get the footer at the bottom of each pod. Obviously this is not the result I want, although I can understand why it's happening - each cfpod is a

RE: page footer in onrequestend and cfpod

2008-03-26 Thread Will Swain
Hi Dave, I've never used this approach before. Normally I would do this with css, but I'm having problems getting the footer to appear correctly cross browser with the dynamically extending pods - it tends to sit behind them if the pod content is too high. I'd be open to any css based solutions

RE: page footer in onrequestend and cfpod

2008-03-26 Thread Will Swain
In fact, using onrequestend isn't helping matters either. The content is just sitting behind the pods on certain pages too. Looks like I need an alternative solution. Does anyone have a suggestion for handling page footers when you are using cfpods with overflow set to visible?

RE: Installing and running BlazeDS

2008-03-19 Thread Will Swain
I think it's primarily aimed at people who want to do Flexy things but don't have cf8. That was the impression I got at CFUNITED Europe last week. will -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: 19 March 2008 11:34 To: CF-Talk Subject: Re: Installing and

RE: Installing and running BlazeDS

2008-03-19 Thread Will Swain
Alright - I meant coldfusion. :) -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: 19 March 2008 11:51 To: CF-Talk Subject: Re: Installing and running BlazeDS Will Swain wrote: I think it's primarily aimed at people who want to do Flexy things but don't have cf8

RE: cfchart and Image Expired

2008-03-19 Thread Will Swain
Hi Rick, Stupid question but you did restart cf after changing the webcharts xml file? will -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: 19 March 2008 15:34 To: CF-Talk Subject: cfchart and Image Expired I've got a little problem with cfchart. When I try to

RE: Using CFLAYOUT with CFAJAX

2008-03-18 Thread Will Swain
First, check your mapping to the coldfusion IDE folder. Also, look at cfajaximport - you need to import the tags for, say, cfform, into the main page if you want to use them in a cfdiv, layout area or any other cf8 ajax widget on that page. Will -Original Message- From: RobG

RE: Some Flash form text fields displaying white text using Vista

2008-03-17 Thread Will Swain
Have you tried using css to force the colour of the text? Might be a workaround. will ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

RE: Some Flash form text fields displaying white text using Vista

2008-03-17 Thread Will Swain
I've never tried but I imagine it might - why not give it a go and see! w -Original Message- From: John P [mailto:[EMAIL PROTECTED] Sent: 17 March 2008 19:24 To: CF-Talk Subject: Re: Some Flash form text fields displaying white text using Vista Is it possible to change the text color

RE: Any accumulated bug reports for cold fusion 8?

2008-03-15 Thread Will Swain
They all match, FYI. -Original Message- From: Gaulin, Mark [mailto:[EMAIL PROTECTED] Sent: 14 March 2008 21:26 To: CF-Talk Subject: RE: Any accumulated bug reports for cold fusion 8? For those of us without CF8 handy, and you saying that this is accurate: cfset x = 10 cfset y = 20

RE: cflayout tabs/uploading images is erroring

2008-03-10 Thread Will Swain
Just so you know Will, I've had no problems getting file uploads working with Spry tabs. I seem to recall finding the CF8 tabs problematic and switching to Spry, which seems to work much better. Might be worth a look. Cheers Will -Original Message- From: Will Tomlinson [mailto:[EMAIL

command line virus scanners

2008-03-06 Thread Will Swain
Hi, Following my experiments with Dr Web and cfexecute, which haven't gone too well - I'm wondering if anyone can recommend a command line virus scanner that they've had success running with cfexecute? Suggestions? Cheers Will

RE: command line virus scanners

2008-03-06 Thread Will Swain
Thanks Nathan, Taking a look at Kaspersky now. Cheers Will -Original Message- From: Nathan Strutz [mailto:[EMAIL PROTECTED] Sent: 06 March 2008 18:05 To: CF-Talk Subject: Re: command line virus scanners I've used a few. Most AV software comes with a command-line scanner. The last time

RE: cfexecute and dr web or avg - permissions problem

2008-03-05 Thread Will Swain
OK, thanks Dave. Presumably the other option is to give CF the correct permissions to run dr web? Will -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 05 March 2008 03:22 To: CF-Talk Subject: RE: cfexecute and dr web or avg - permissions problem Thanks for the

RE: refactoring a page to use paged results and possible impact o n Google rankings

2008-03-04 Thread Will Swain
Both possibly. The page is about 200k, so not massive but not small by any means. I've removed some of this by taking out some small gifs, to see if that makes a difference. But I think the main bottleneck is running over the records and outputting them. Rather like a large CFDUMP can slow the

cfexecute and dr web or avg - permissions problem

2008-03-04 Thread Will Swain
Hey all, I want to scan a file for viruses on upload. I have dr web installed already, as part of Plesk, and AVG is an easy (free) option too. So, I have the following code to try and run dr web to scan a file. The pathways are all correct, and the /ST argument is to run in stealth mode:

RE: cfexecute and dr web or avg - permissions problem

2008-03-04 Thread Will Swain
Thanks for the reply Dave. I've not played with runas before, and I'm uncertain as to how to pass the arguments to drweb32w.exe using runas. Any pointers? Thanks Will -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 04 March 2008 21:57 To: CF-Talk Subject: RE:

refactoring a page to use paged results and possible impact on Google rankings

2008-03-03 Thread Will Swain
Sorry for the somewhat long title. I have a client with an existing page in their site that is essentially a long list of resources in alphabetical order. When the site was originally conceived, this page worked fine, but over the years the list of resources has grown quite large, and Fusion

RE: refactoring a page to use paged results and possible impact o n Google rankings

2008-03-03 Thread Will Swain
Thanks for the response Dave. I see what you are saying. That said, the page isn't unusable as such. Oftentimes it loads pretty quick. I'm thinking it's times when the server is under a heavier load that is when I'm getting these slow page alerts (+ 15 seconds in this case). I am going to go with

bind to a cfselect problem

2008-02-27 Thread Will Swain
similar problems with binding to a cfgrid too. Here's the code: cfselect name=operaID bind=cfc:#application.cfc_root#perfs.getOperas() bindonload=true/cfselect cfselect name=perfID bind=cfc:#application.cfc_root#perfs.getPerfs({operaID}) / Will Swain Hot Horse Ltd - Web Design and Development

RE: Deleting a file on the web server

2008-02-21 Thread Will Swain
You need to grab the filename from the database before you delete it: CFQUERY DATASOURCE=datasource name=qGetFile SELECT docid, filename FROM docs WHERE docid = CFQUERYPARAM CFSQLTYPE=CF_SQL_INTEGER Value=#docid# maxlength=4 AND CATEGORY='category_name'

cfcalendar and IE 7 bug?

2008-02-20 Thread Will Swain
Hi all, I'm having a problem using cfcalendar in IE7. Works fine in FF. This is on CF8 Enterprise. The code is very simple: cfform enctype=application/x-www-form-urlencoded method=post name=eventForm id=eventForm cfcalendar name = event_date height = 180 tooltip = select

RE: cfcalendar and IE 7 bug?

2008-02-20 Thread Will Swain
be done, I suggest just using one cfajax control at a time in an area, and try not to cross your cfajax unless you are quite familar with everything going on under the covers. On Wed, Feb 20, 2008 at 4:52 PM, Will Swain [EMAIL PROTECTED] wrote: Update: I switched off debugging in the CF admin

RE: cfcalendar and IE 7 bug?

2008-02-20 Thread Will Swain
/table /cfform -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED] Sent: 20 February 2008 21:40 To: CF-Talk Subject: cfcalendar and IE 7 bug? Hi all, I'm having a problem using cfcalendar in IE7. Works fine in FF. This is on CF8 Enterprise. The code is very simple

CF8 Ajax features and javascript disabled

2008-02-14 Thread Will Swain
Hi, What are people doing to allow for javascript being disabled/older browsers when implementing some of the cf8 ajaxy goodness in their apps. I'm thinking primarily the layout stuff like cfpod and tabbed layouts but anything really? I'm using these tags more and more, and liking the results

RE: CF8 Ajax features and javascript disabled

2008-02-14 Thread Will Swain
disabled ExtJS 2 has good features for creating these controls out of existing markup on the page - so if JS is disabled, the display is the standard HTML (divs etc) that would have formed the cool looking stuff. On Thu, Feb 14, 2008 at 10:17 PM, Will Swain [EMAIL PROTECTED] wrote: Hi, What

RE: How to stop bots indexing my dev sites

2008-02-13 Thread Will Swain
Do you put it up in the client's webspace, under their domain? I just put all clients dev work under a single folder in my domain, and use the robots.txt file to exclude that folder. Will -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: 13 February 2008 15:57

RE: OT: How to stop bots indexing my dev sites

2008-02-13 Thread Will Swain
Sure. But it depends on what the OP's requirements are. If he is simply trying to prevent search engines from indexing certain folders, he should be fine? Will -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: 13 February 2008 17:09 To: CF-Talk Subject: Re: OT:

RE: a sIMPLER url?

2008-02-13 Thread Will Swain
There's an article in the latest FAQU about using onMissingTemplate to do this sort of thing. I haven't read it yet, but it's just another reason, if you need any, to subscribe. Will ~| Adobe® ColdFusion® 8 software 8 is the

RE: Problem Posting

2008-02-11 Thread Will Swain
email rather than the website here. My replies to current threads seem to come through quick. However, it's taken upto 12 hours before for a email starting a new thread to come through. -Original Message- From: Andrew Grosset [mailto:[EMAIL PROTECTED] Sent: 11 February 2008 18:05 To:

RE: sending entire Form back on a url string

2008-02-11 Thread Will Swain
Thanks guys. Bearing in mind that limit, is there a better way? Stick the form in the session scope maybe? Cheers Will -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 08 February 2008 19:23 To: CF-Talk Subject: RE: sending entire Form back on a url string But

RE: Tutorial Recommendation

2008-02-11 Thread Will Swain
If you are on CF8 - put it in a cfpod. Will Swain -Original Message- From: Nate Willard [mailto:[EMAIL PROTECTED] Sent: 10 February 2008 01:34 To: CF-Talk Subject: Tutorial Recommendation Hello all, I'm in search of a tutorial that shows the following: How to have a module on your

sending entire Form back on a url string

2008-02-08 Thread Will Swain
Morning, Having a brain freeze. I want to send an entire set of form variables back to the previous page on the url string. Obviously previous_page.cfm?formStructure=#Form# doesn't work. I can't for the life of me remember how to do this. Cheers Will

RE: Alert component

2008-02-08 Thread Will Swain
Someone else might be able to shed more light, but is this something you could use AIR for? I've not played with it myself yet, haven't had time. Could an AIR app handle this kind of thing? Will -Original Message- From: Don L [mailto:[EMAIL PROTECTED] Sent: 08 February 2008 21:53 To:

RE: ColdFusion: Some People Just Don't Know Any Better

2008-02-07 Thread Will Swain
We have seen an official response: http://www.adobe.com/products/coldfusion/buy/ :) Will -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: 07 February 2008 19:57 To: CF-Talk Subject: RE: ColdFusion: Some People Just Don't Know Any Better Not anyone who's going to tell

RE: File upload

2008-02-05 Thread Will Swain
Am I missing something? Why not just use the nameconflict=MAKEUNIQUE attribute of CFFILE. This will auto rename the file if a file with that name already exists. No overwriting of existing files. Like Rick said. Will -Original Message- From: Rick Sanders [mailto:[EMAIL PROTECTED] Sent:

RE: Coldfusion Authority, Purchase Volumes

2008-02-04 Thread Will Swain
We don't. We transact all business using magic beans. :) -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: 04 February 2008 17:15 To: CF-Talk Subject: RE: Coldfusion Authority, Purchase Volumes Richard, are you saying that *you* don't have a credit card or that

RE: Paperthin's Commonspot

2008-01-31 Thread Will Swain
geoff wrote: It's unnecessary to voice your obviously negative opinion of a product without any sort of request to do so. If you feel the need to vent, why not vent on the farcry-dev forum where you might let the developers of that product knowwhat you found so objectionable -- we'd love

RE: Why would I get a cfhttp timeout on this cfftp operation?

2008-01-26 Thread Will Swain
Have you tried setting up an ftp account on a different server and accessing that? See if you get the same problem. I'm stumped tbh. -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: 26 January 2008 01:11 To: CF-Talk Subject: RE: Why would I get a cfhttp timeout

RE: lite spell checker?

2008-01-25 Thread Will Swain
Outcome, FCKeditor still uses {BasicDefault}, does it require something else to be changed as well? You need to clear your browser cache for the change to show. Will -Original Message- From: Don L [mailto:[EMAIL PROTECTED] Sent: 25 January 2008 01:23 To: CF-Talk Subject: lite spell

RE: Why would I get a cfhttp timeout on this cfftp operation?

2008-01-25 Thread Will Swain
Have you tried connecting and downloading the file with an FTP client rather than CF? -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: 25 January 2008 18:47 To: CF-Talk Subject: RE: Why would I get a cfhttp timeout on this cfftp operation? Yes, to both

RE: lite spell checker?

2008-01-25 Thread Will Swain
Yes, mine is too but I've still had to manually clear the cache for this change to be displayed in the past, in both IE and Firefox. Anyway, as you say it's academic anyway! Cheers Will -Original Message- From: Don L [mailto:[EMAIL PROTECTED] Sent: 25 January 2008 15:30 To: CF-Talk

RE: File upload

2008-01-23 Thread Will Swain
If you are on CF8, this sounds to me like the sort of thing you could use CFTHREAD for - the upload can continue in the background but the user can get on with their business. Will -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: 23 January 2008 03:14 To: CF-Talk

RE: Too Few Parameters, expected 1

2008-01-23 Thread Will Swain
You probably only need the square brackets around the reserved word. Of course it would be better not to use it at all. I notice from the posts on the other thread that you changed the table column names Nick, and still got an error, albeit slightly different. In my experience the error you got

RE: CF MX8: This is driving me nuts!!!

2008-01-23 Thread Will Swain
Couldn't agree more Rick. The day I moved away from Access was a great day. -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: 23 January 2008 20:24 To: CF-Talk Subject: Re: CF MX8: This is driving me nuts!!! On 1/23/08, Nick Ross [EMAIL PROTECTED] wrote: Thanks fo

RE: File upload

2008-01-22 Thread Will Swain
Have you checked the log files? Anything in there? Will -Original Message- From: ch g [mailto:[EMAIL PROTECTED] Sent: 22 January 2008 16:50 To: CF-Talk Subject: Re: File upload Maximum size of post data:500MB Thank you for prompt response. chr There is a setting in coldfusion

RE: Duplicate an XML file with Cold Fusion 8

2008-01-18 Thread Will Swain
Hi Don, You want to upload an XML file and save a copy of it somewhere else? You could just do two uploads on your form processing page, something like: cffile action=UPLOAD filefield=UploadXmlFile destination=#application.xml_root#

RE: UUID - breaking in emails

2008-01-18 Thread Will Swain
Convert the links to a tinyurl, then send that out in the email? There's a cfc for this on cfczone, but I haven't tried it. http://www.cfczone.org/cfcs/downloads/ctz_tinyurl.zip Cheers Will -Original Message- From: Matthew Friedman [mailto:[EMAIL PROTECTED] Sent: 18 January 2008

RE: beat a dead horse?

2008-01-16 Thread Will Swain
Glad to be of help. -Original Message- From: Don L [mailto:[EMAIL PROTECTED] Sent: 15 January 2008 16:32 To: CF-Talk Subject: Re: beat a dead horse? Many thanks, Will, this is exactly what caused the problem which initially I did not expect, I wished I checked this thread first 45

RE: beat a dead horse?

2008-01-15 Thread Will Swain
Make sure you've nested your cfform tags properly: cfform table . /cfform /table Will prevent the content from displaying. cfform table . /table /cfform Will display the content. I ran into this the other day. Might be your problem. You could also try using a plain form

<    1   2   3   4   5   6   >