RE: inserting a structure...within a structure...within a structure

2008-11-11 Thread Dave Francis
Just to clarify ... Are you saying that within a CFOUTPUT or CFLOOP, CF changes its order of precedence and looks for query. scoped variables first? ie. cfset x=acfoutput query=abc#x#/cfoutput will give abc.x rather than the local variable x? -Original Message- From: Jason Fisher

RE: Draw line and box

2008-10-10 Thread Dave Francis
Lots of ways to do it with div and border, background-color, etc. Or sizing a monocolor image. What effect exactly are you looking for? -Original Message- From: Don L [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2008 11:03 AM To: cf-talk Subject: Draw line and box I'm wondering

RE: Won't evaluate?

2008-10-10 Thread Dave Francis
Just wondering out loud... Is it possibly treating $$ as $, like for quotes and hashes? Also, try it without any variables ie. Replace(ABC $$UserCount XYZ, '$$UserCount$$', 999, ALL), then introduce them 1 at a time until it breaks. -Original Message- From: Phillip M. Vector

Problem editing task schedule

2008-10-01 Thread Dave Francis
CF5.0 Problem for all you old guys out there (actually, a problem for me, an OPPORTUNITY for you): I have a few scheduled tasks that run fine, but I want to cease for a while. When I try to edit them I get The value specified for Port must be between 1 and 65535; I get this error even if port

RE: Problem editing task schedule

2008-10-01 Thread Dave Francis
Hi Dave, Ach! Tried to send you 65 cents, but apparently my Paypal Account has been suspended... -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2008 9:21 AM To: cf-talk Subject: Re: Problem editing task schedule CF5.0

RE: Problem editing task schedule

2008-10-01 Thread Dave Francis
Did you ever consider giving open-source answers? -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2008 4:30 PM To: cf-talk Subject: Re: Problem editing task schedule Too late, it's already on BitTorrent! :O. You are in violation of DMCA. My

RE: using anchors

2008-09-25 Thread Dave Francis
Don't want to insult your intelligence, but I fell for this once... Is the page long enough that the anchor isn't halfway down the last bit? (Also, I believe you need to close named anchors with /a rather than a name=xxx /) -Original Message- From: Eric Roberts [mailto:[EMAIL PROTECTED]

RE: CSS Question

2008-09-17 Thread Dave Francis
Or a browser that adheres to the standard? -Original Message- From: Scott Stewart [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2008 9:44 AM To: CF-Talk Subject: Re: CSS Question Updates: I used a style attribute in the option tag (background-image:(url=images/imagename))

RE: CSS Question

2008-09-16 Thread Dave Francis
Hi Sandra, First off, let me say that I absolutely accept you as the authority on CSS, at least on this list. But... This seems to work (in the drop-downs if no size specified), even on chrome: form select name=s option style=background-color:greenGreen/option option

RE: How NOT to Evaluate (moved from cfset so not to confuse topic)

2008-09-10 Thread Dave Francis
lol Shouldn't that be: cfset x = x cfoutput#variable[variable.x]#/cfoutput /lol -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 10, 2008 11:37 AM To: CF-Talk Subject: Re: How NOT to Evaluate (moved from cfset so not to

RE: Flummoxed bya simple query

2008-08-21 Thread Dave Francis
This is REALLY clutching at straws, but here are some stupid things you might try: SELECT Mcaidrecad FROM BASICINFO WHERE IDNo = '5183' (in case there's something about IDNo, Mcaidrecad it doesn't like) Or output the queryname.columnlist, and cut-and-paste from that instead of from the db

RE: SQL injection attack on House of Fusion

2008-08-17 Thread Dave Francis
But hey I am not complaining... Who are you, and why are you using Andrew's email address? -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED] Sent: Sunday, August 17, 2008 5:19 AM To: CF-Talk Subject: RE: SQL injection attack on House of Fusion LoL... At the end of the

RE: XML / XSL / XSLT and CF

2008-08-06 Thread Dave Francis
I don't disagree with anything Dave says here. But on the flip side, XML/XSLT is a more marketable skill and looks good on your res. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2008 4:39 PM To: CF-Talk Subject: RE: XML / XSL / XSLT and CF

RE: Installation of CF 8 (developer edition) is not working

2008-08-04 Thread Dave Francis
I might be totally out to lunch here (good chance, really), but don't you need XP Pro? -Original Message- From: Torrent Girl [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2008 10:04 AM To: CF-Talk Subject: Re: Installation of CF 8 (developer edition) is not working Windows xp.

RE: (ot) URL Hack Attempt Leaves Me Scractching My Head... To Ben Forta

2008-07-25 Thread Dave Francis
I find it useful on occasion with INSERT then SELECT @IDENTITY -Original Message- From: Al Musella, DPM [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2008 12:05 PM To: CF-Talk Subject: RE: (ot) URL Hack Attempt Leaves Me Scractching My Head... To Ben Forta Ben, Seeing as how this

RE: CFFILE

2008-07-25 Thread Dave Francis
From livedocs: destination: Pathname of directory in which to upload the file. If not an absolute path (starting with a drive letter and a colon, or a forward or backward slash), it is relative to the ColdFusion temporary directory, which is returned by the GetTempDirectory function.

RE: (ot) URL Hack Attempt Leaves Me Scractching My Head...

2008-07-21 Thread Dave Francis
Can we please stop distributing this script ;) -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2008 11:32 AM To: CF-Talk Subject: RE: (ot) URL Hack Attempt Leaves Me Scractching My Head... Tried printing the code in SQL Analyzer and got nothing.

RE: cfloop

2008-07-17 Thread Dave Francis
What do you see with: cfloop list=#whatever# index=x delimiters=' #x# /cfloop -Original Message- From: Kenny Kinds [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2008 2:43 PM To: CF-Talk Subject: Re: cfloop On Thu, Jul 17, 2008 at 11:30 AM, Kenny

RE: cfloop

2008-07-17 Thread Dave Francis
Then you are looking at 2 different things, and getting 2 different results should be no big surprise. What does a cfdump of the form scope return? -Original Message- From: Kenny Kinds [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2008 2:56 PM To: CF-Talk Subject: Re: cfloop

RE: (ot) Anyone run into this issue w/ CrystalTech.com

2008-07-02 Thread Dave Francis
Well, I tried that, and for 7 hrs 59 minutes and 32 seconds I was getting the message: A subdirectory or file \\.\C:\con already exists. Way to waste my day, Brad! -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2008 5:03 PM To: CF-Talk

RE: submitting a form

2008-06-27 Thread Dave Francis
Just a thought: Why not do the checks in the form statement with an 'onSubmit='? Then you don't care how they submit it? (Another way to submit a form is to create your own page any way you want to, just leave the action=www.yourpage.cfm) -Original Message- From: Claude Schneegans

RE: Trying to read a text file of data and input into db...

2008-06-26 Thread Dave Francis
From a CF5 lang ref, so may be out of date... Is the task registered? Also try for startdate format. And you don't need Interval. -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2008 9:31 AM To: CF-Talk Subject: RE: Trying to read a text

RE: help on persistent variable on 3 cfm templates

2008-06-25 Thread Dave Francis
Why can't you just add the URL variable to the CFLOCATION...? ie. cflocation url=magazine.cfm?variable=#id# or whatever -Original Message- From: alex poyaoan [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2008 8:14 AM To: CF-Talk Subject: Re: help on persistent variable on 3 cfm

RE: Trying to read a text file of data and input into db...

2008-06-25 Thread Dave Francis
Off the top of my head, shouldn't it be cfoutput#record#/cfoutput? And I know you said tab-delimited, but have you confirmed that it really is? ie what does listlen(list,Chr(09)) give you. -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2008

RE: Guide for reviewing a website

2008-06-02 Thread Dave Francis
This might point out areas where load times could be improved: http://developer.yahoo.com/performance/index.html#rules along with the YSlow plugin for firebug. -Original Message- From: Richard Dillman [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2008

RE: Best Coldfusion Formatters or Coldfusion Beautifiers

2008-05-30 Thread Dave Francis
He also did not grasp the concept of variable scopes: http://www.nomorepasting.com/getpaste.php?pasteid=16315 Yeah, but *GREAT* indenting :)) ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release

RE: DateCompare or Diff? To determine if the Current Date is the Weekend or a Weekday

2008-05-13 Thread Dave Francis
Check out DayOfWeek(Now()). IIRC 1=Sun, 7=Sat -Original Message- From: Nate Willard [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 13, 2008 8:38 PM To: CF-Talk Subject: DateCompare or Diff? To determine if the Current Date is the Weekend or a Weekday Any suggestions on how to determine

RE: cflocation problem

2008-05-05 Thread Dave Francis
Shouldn't that be cflocation url='form2.cfm?id=#form.id#' -Original Message- From: Phillip Vector [mailto:[EMAIL PROTECTED] Sent: Monday, May 05, 2008 12:12 PM To: CF-Talk Subject: Re: cflocation problem Is there a way to insert that value in the cflocation url? I tried

RE: SMTP Proxy for use in Testing CFMAIL

2008-05-02 Thread Dave Francis
It's because they are familiar with the code - they have preconceptions, and knowledge of the application that a first-time user does not have. To give a trivial example - the app might expect a date field to be m/d/y because the developer knows that everyone knows this. Except a user from the uk

RE: default font size for a page

2008-04-16 Thread Dave Francis
Come on in, the water's fine! CSS is vital these days, and I promise you'll love it. To answer your question (maybe), you can use many units to specify font-size: pt, px, em, small, smaller etc. (But not all of them resize properly to meet accessibility requirements). At a quick glance, I can't

RE: default font size for a page

2008-04-16 Thread Dave Francis
Should be font-size:smaller; rather than small Not too sure if I understand you. Can't you just wrap the home page content in a div? div style=font-size:smaller;Or 80%, or 8pt;/div This does work in IE6, IE7 and FF. I've put up a really trivial page at http://www.itworldcanada.info/test/t2.htm

RE: query2excel

2008-04-15 Thread Dave Francis
Shouldn't that be maxRows=#finalQuery.recordcount# + 1 -Original Message- From: Dominic Watson [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 11:49 AM To: CF-Talk Subject: Re: query2excel Does it work without the hashes (they are unnecessary)? i.e.

RE: query2excel

2008-04-15 Thread Dave Francis
One last thing, then I'll shut up - have you tried taking the calculation outside? ie cfset x = finalQuery.recordcount + 1 maxRows=x, (or maxRows=#x#) -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 12:58 PM To: CF-Talk Subject: Re:

RE: need an opinion

2008-04-15 Thread Dave Francis
Well, if we're supposed to know what BTV is or does from looking at the logo, I can't. -Original Message- From: Don L [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 3:14 PM To: CF-Talk Subject: OT: need an opinion My apology for OT. Need an opinion, when you see the following

RE: need an opinion

2008-04-15 Thread Dave Francis
True, but the context can be a whole culture, within which certain symbols are universally understood - as in eg. the heart for love. On its own, Don's family grouping might mean community service, family counselling, adoption agency, even latter-day saints, and as you rightly said, needs

RE: problem with listgetat

2008-04-14 Thread Dave Francis
Can GetEmail.RecordCount ever be zero? -Original Message- From: Gert Franz [mailto:[EMAIL PROTECTED] Sent: Monday, April 14, 2008 6:26 AM To: CF-Talk Subject: Re: problem with listgetat Hi Alex, try this one (allthough) I do not understand the problem: cfset emailList =

RE: CFDIRECTORY NUL bug

2008-04-02 Thread Dave Francis
It seems to be a Windows problem: at least on XP I can't create/rename a folder to NUL doing it manually -Original Message- From: Sung Woo [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2008 2:49 PM To: CF-Talk Subject: CFDIRECTORY NUL bug Is it just me or does this produce an

RE: Help with Regular expression

2008-04-01 Thread Dave Francis
or SQL column names... -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2008 3:24 PM To: CF-Talk Subject: RE: Help with Regular expression You can call them date as long as they're not form field variables. -Original Message-

RE: eclipse tutorials

2008-03-30 Thread Dave Francis
This will get you at least started: http://www.ibm.com/developerworks/opensource/library/os-eclipse-cfeclipse/in dex.html -Original Message- From: Scott Raley -ITC [mailto:[EMAIL PROTECTED] Sent: Sunday, March 30, 2008 7:23 PM To: CF-Talk Subject: eclipse tutorials Can anyone recommend

RE: GetFileInfo MB or kb - bytes formating?

2008-03-19 Thread Dave Francis
cfset kb = 1273998 / 1024 cfset mb = kb / 1024 cfoutput br /#kb#Kb #(round(kb * 100)) / 100#Kb br /#mb#Mb #(round(mb * 100)) / 100#Mb /cfoutput -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2008 11:37 AM To: CF-Talk Subject: GetFileInfo MB or kb

RE: inSERTurl variables into database using coldfusion

2008-03-13 Thread Dave Francis
If you mean by clicking on the submit button, then the variable will have to be in a hidden field as as FORM variable, OR in the form action=url?name=xxx as a URL variable. -Original Message- From: erik tom [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2008 5:04 PM To: CF-Talk

RE: Ability to obtain the width height of an Image given a URL to the image

2008-03-03 Thread Dave Francis
I can't remember for sure, but I'm pretty sure cfx_image (or it might be cfx_imageinfo) will give you the dimensions. You might need absolute path rather than URL - again can't remember for sure. -Original Message- From: Graham Bates [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2008

RE: BlueDragon Fee Server - LocalHost Only?

2008-02-29 Thread Dave Francis
Certainly multi-user, but I believe it is free only for non-commercial applications. But don't take my word for it, ask on the newatalanta forum. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, February 29, 2008 10:33 PM To: CF-Talk Subject: RE: BlueDragon Fee

RE: OT - JS Date picker

2008-02-20 Thread Dave Francis
I've used Simple Calendar Widget - http://www.garrett.nildram.co.uk/calendar/scw.htm You have to dig a bit, but it does the job nicely. -Original Message- From: Gerald Guido [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 20, 2008 11:49 AM To: CF-Talk Subject: OT - JS Date picker I

RE: How to sort columns and Group them at the same time

2008-02-19 Thread Dave Francis
ORDER BY Tbl_Dogs.DogID, Tbl_Users.UserID, Tbl_DogPurchWait.DogPurchWaitDate Desc/cfquery It looks like Tbl_Users.UserID might be unique in the ORDER BY line, thus rendering any sort order after that useless. -Original Message- From: Ali [mailto:[EMAIL PROTECTED] Sent: Tuesday, February

RE: A question re a better way to do something

2008-02-08 Thread Dave Francis
Would a Javascript confirm() work for you here? -Original Message- From: Toby King [mailto:[EMAIL PROTECTED] Sent: Friday, February 08, 2008 10:59 AM To: CF-Talk Subject: A question re a better way to do something I currently have three buttons on a page. Here is the code for one of

RE: cfmenu styling

2008-01-31 Thread Dave Francis
I think I do what you want at http://www.it360.ca/ . I adapted the css from moreericmeyeroncss. Just view/source, it's all there. No tutorial tho -Original Message- From: Michael Beins [mailto:[EMAIL PROTECTED] Sent: Thursday, January 31, 2008 2:09 PM To: CF-Talk Subject: cfmenu styling

RE: date problem

2008-01-28 Thread Dave Francis
For instance: http://www.garrett.nildram.co.uk/calendar/scw.htm a javascript which works nicely for me. Needs a couple of hours to figure it out. -Original Message- From: Azadi Saryev [mailto:[EMAIL PROTECTED] Sent: Monday, January 28, 2008 10:41 AM To: CF-Talk Subject: Re: date

RE: Simplicity, Elegance and Power -- plane designer

2008-01-28 Thread Dave Francis
could we learn something from them for web app dev? Not really. Airplane designers have the luxury of knowing that their users have had years of training, plus additional training for each separate 'plane. -Original Message- From: Don L [mailto:[EMAIL PROTECTED] Sent: Monday, January 28,

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

2008-01-23 Thread Dave Francis
Is Users a reserved word in Access, or is it just user? -Original Message- From: Nick Ross [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 23, 2008 2:02 PM To: CF-Talk Subject: Re: CF MX8: This is driving me nuts!!! Thanks fo rthe reply. No the DB fields are UserLogin and UserPwd. I

RE: This evaluate thing always stumps me...

2008-01-21 Thread Dave Francis
If you're on CF5 or previous, this will have to be 2 statements: cfif IsDefined(evaluate(form.grp_sort_#myIDX#)) cfif #evaluate(form.grp_sort_#myIDX#)# NEQ -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Monday, January 21, 2008 1:24 PM To:

RE: poll - How many MS should it take to load a site's home page?

2008-01-20 Thread Dave Francis
Slightly different scenario, but back in the days of big iron (CICS and 3270? terminals), IBM came up with a study that stated that anything over a 2sec response time caused anxiety in the user. -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Sunday, January 20, 2008

RE: Strange Characters Appearing in Browser

2008-01-19 Thread Dave Francis
Is CF a necessary part of the CMS or can you set it up in a straight .htm page and see if the problem goes away? -Original Message- From: Steve LaBadie [mailto:[EMAIL PROTECTED] Sent: Saturday, January 19, 2008 12:51 PM To: CF-Talk Subject: RE: Strange Characters Appearing in Browser

RE: cfmenu is rendering under other page content

2007-12-31 Thread Dave Francis
table cells closed without being opened, or content between /td and next td? -Original Message- From: Nathan C. Smith [mailto:[EMAIL PROTECTED] Sent: Monday, December 31, 2007 10:55 AM To: CF-Talk Subject: cfmenu is rendering under other page content I'm having a problem where cfmenu

RE: Difficulty adding xml attribute

2007-12-29 Thread Dave Francis
Well, I've got Jeff Peters' ColdFusion XMLObjects - which got me started. And XSLT XPATH - a guide to xml transformations has it all, but I don't know what to look for. But I do have to learn this stuff, and there is no-one at work, so if you or Dominic - or anyone - can recommend a decent

RE: Difficulty adding xml attribute

2007-12-28 Thread Dave Francis
I think I'm beginning to get it, thanks to your explanation. But I have one (1, honest!) more question (I would REALLY like to understand this 100%, for the delete part). In this line, what does the name() part signify. (Or perhaps, why not just name without the brackets?) xsl:when

RE: Difficulty adding xml attribute

2007-12-27 Thread Dave Francis
Hi, and thanks I get this. Oh, I hope it means something. I am totally out of my depth :( com.naryx.tagfusion.cfm.xml.cfXmlData EXTENDS: com.naryx.tagfusion.cfm.engine.cfStructData EXTENDS: com.naryx.tagfusion.cfm.engine.cfJavaObjectData EXTENDS: com.naryx.tagfusion.cfm.engine.cfData EXTENDS:

RE: Difficulty adding xml attribute

2007-12-27 Thread Dave Francis
Ah rats! But thank you so much for your time, also Sean and Isaac. I'll probably go with Sean's approach - mostly because I can understand it immediately. Now I have to figure out how to delete nodes... More later (probably). -Original Message- From: Dominic Watson [mailto:[EMAIL

RE: Expanding Menu

2007-12-27 Thread Dave Francis
The top navigation here might be what you're after - just view source. http://www.it360.ca/ -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED] Sent: Thursday, December 27, 2007 4:19 PM To: CF-Talk Subject: Expanding Menu Good afternoon all, Does anyone have a link to some

RE: Expanding Menu

2007-12-27 Thread Dave Francis
it. Bruce Dave Francis wrote: The top navigation here might be what you're after - just view source. http://www.it360.ca/ ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Difficulty adding xml attribute

2007-12-23 Thread Dave Francis
I have the following xmlDoc snippet, where each node has a unique id: facet id=aaa taxon id=bbb / taxon id=ccc / /facet facet. etc I also have a list of live ids, but the list is ids only - it doesn't indicate whether it's of a facet or taxon. For each id in the

RE: Difficulty adding xml attribute

2007-12-23 Thread Dave Francis
Thanks Dominic, read your blog on betterXML, and it looks great. I'll give it a whirl. -Original Message- From: Dominic Watson [mailto:[EMAIL PROTECTED] Sent: Sunday, December 23, 2007 10:38 AM To: CF-Talk Subject: Re: Difficulty adding xml attribute My example wasn't quite right,

RE: Difficulty adding xml attribute

2007-12-23 Thread Dave Francis
Please bear with me - I'm just switching from CF5. And I'm on BlueDragon7 rather than CF7 or 8. Which may be the difference. Anyway, I'm getting an error (which you cfthrow) when I try to run the BetterXMLExamples: Error searching the XML document: The XPath expression, //*, produced an

RE: Flash form binding using cfinput type=quot;imagequot;

2007-12-07 Thread Dave Francis
Not sure about cfinput, but for regular type=text it should be .value, not ..text -Original Message- From: Rob Parkhill [mailto:[EMAIL PROTECTED] Sent: Friday, December 07, 2007 10:34 AM To: CF-Talk Subject: Re: Flash form binding using cfinput type=quot;imagequot; cfinput type=text

RE: Flash form binding using cfinput type=quot;imagequot;

2007-12-07 Thread Dave Francis
. Test.value == 'myvalue' results in an error saying... 1 Error found. Error /cti-stlcom/inde.mxml:331 There is no property with the name 'value'. It seems that CF/Flex/whatever doesn't provide a 'value' property for TextInputs. -Original Message- From: Dave Francis [mailto:[EMAIL PROTECTED

Problem with SQL Insert

2007-12-05 Thread Dave Francis
CF5.0 - SQL2k I am getting a Base table not found error on a table that I know (and can prove) is there. In the following code, the SELECT apparently works as the cfdump displays the column names (the table is empty) and doesn't throw an error, but the INSERT gives me this error: ODBC Error Code

RE: Problem with SQL Insert

2007-12-05 Thread Dave Francis
I know better than to argue with you Bobby, but I really think the INTO is optional - can't find a reference for that right now - anyway it made no diff; neither did specifying db.owner.table. If I populate the table via Enterprise Mgr, the SELECT returns what it should. I'm stumped.

RE: Problem with SQL Insert

2007-12-05 Thread Dave Francis
Eureka! You the man, Kris! -Original Message- From: Kris Jones [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 05, 2007 7:40 PM To: CF-Talk Subject: Re: Problem with SQL Insert I think you need to not have your column names quoted like that. Try this: cfquery name=Ins_1

RE: cfinput type=file width

2007-11-16 Thread Dave Francis
I'm not sure, but think you have to specify units - maybe try 350px;? -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Friday, November 16, 2007 10:49 AM To: CF-Talk Subject: cfinput type=file width Hi, i have a cfinput tag of type file and noticed that you cannot

RE: MIME type

2007-11-09 Thread Dave Francis
Only with my Access databases!:P -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Thursday, November 08, 2007 8:23 PM To: CF-Talk Subject: Re: MIME type will that work on cf5 though? http://coldfused.blogspot.com/2007/06/finding-image-type-for-file.html Is

RE: MIME type

2007-11-08 Thread Dave Francis
Unfortunately, I was trying to detect if somebody had, for instance, simply renamed a text (.txt) file to .jpg - Wondered if there was something - maybe in the file - that would give me the true type. -Original Message- From: Dave l [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07,

RE: changing a css file via coldfusion

2007-11-08 Thread Dave Francis
Not without reloading the page, of course. Then you can use a url variable in the link to determine which of any number of separate stylesheets to load. Without the reload, I think you're confined to Javascript/dhtml -Original Message- From: John P [mailto:[EMAIL PROTECTED] Sent:

MIME type

2007-11-07 Thread Dave Francis
Hi, CF5.0 I have a CFFILE action=upload accept=image/* nameconflict=Overwrite destination=... (wrapped in a cftrycfcatch) that is failing. Permissions are fine, so as a first step I'm assumimg it's the MIME type problem. How do I determine the actual MIME type of a file that user's are

RE: Image Management

2007-11-06 Thread Dave Francis
I think it would be easier, esp. in terms of deleting, to use the 3 folders but just stick with the one actual filename for all versions of the image. That way you won't have to worry about mismatches with partial filenames (photo_01 and photo_011 for instance) -Original Message- From:

RE: Market Dept - Project Management help

2007-11-02 Thread Dave Francis
I need a application/process that is simple enough for Marketing people to use that will force them to organize their projects before they even get to the Web team. Make the web team a charge-back dept., then love it when everything takes 3 times longer than it should!

RE: Which query would be better?

2007-10-22 Thread Dave Francis
Ah, I see you remember Spectra :) -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: Monday, October 22, 2007 11:48 AM To: CF-Talk Subject: Re: Which query would be better? On Monday 22 Oct 2007, [EMAIL PROTECTED] wrote: Also, regardless of the performance factors,

RE: Moving from CF to .Net - need training advice/direction

2007-10-18 Thread Dave Francis
You'll certainly get more out of the training if you know c# - it's more-or-less a pre-req for many of the courses. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 2:56 PM To: CF-Talk Subject: Moving from CF to .Net - need training

RE: Trying to parse though XML

2007-09-20 Thread Dave Francis
if you cfdump XmlDocNotAvailable, you'll get a pretty good map of the xPath you need. -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED] Sent: Thursday, September 20, 2007 2:50 PM To: CF-Talk Subject: Trying to parse though XML OK, hopefully the third time is a charm: Good

RE: Trying to parse though XML

2007-09-20 Thread Dave Francis
You might want to get a copy of ColdFusion XMLObjects by Jeff Peters. It's cheap and a not bad intro. -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED] Sent: Thursday, September 20, 2007 6:16 PM To: CF-Talk Subject: RE: Trying to parse though XML Yeah, I did that but I

RE: XHTML Style CF?

2007-09-12 Thread Dave Francis
And because Bobby yells at you if you don't ;) -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 12, 2007 4:37 PM To: CF-Talk Subject: Re: XHTML Style CF? it's not at all necessary. just a personal preference thing. i do it because i like to

mail getting rejected

2007-09-11 Thread Dave Francis
CF5.0, on Win 2k server. IIS. I recently switched my mail server in cf admin to 127.0.0.1 (Previously, it was a dedicated mail server, also referenced via IP). Since then I am getting many smtp;504 pcname: Helo command rejected: need fully-qualified hostname when I send using CFMAIL.

RE: mail getting rejected

2007-09-11 Thread Dave Francis
Hi Wil, First off, many thanks for your reply. My problem, other than not knowing much at all about mail servers, is that a lot of mail IS being delivered. Which led me to believe that the mechanics are all OK, and maybe I was being rejected by the recipient for some reason. Any ideas

RE: Light-duty CF intranet server?

2007-09-09 Thread Dave Francis
I'm writing a very light intranet app myself using BD (and MySQL). Don't think I'm missing anything, but there's a table of differences from CF somewhere on the New Atlanta site (or maybe in the download docs) -Original Message- From: Billy Cox [mailto:[EMAIL PROTECTED] Sent: Friday,

RE: SQL select where in headache

2007-09-04 Thread Dave Francis
I don't know the answer (my SQL is very, very basic), but the way I read it is he is saying the PERMISSIONS column in the db is also sometimes a list. Best advice I have is to normalize the db first. -Original Message- From: Doug R [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 04,

RE: SQL select where in headache

2007-09-04 Thread Dave Francis
As I said, I pretty much suck at SQL (and everything else if you believe Bobby) But you might try something like WHERE PERMISSIONS LIKE '%#session.status#%' -Original Message- From: Hugh Fidgen [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 04, 2007 6:06 PM To: CF-Talk

RE: xml closing an empty tag

2007-08-23 Thread Dave Francis
Joe, Doesn't an xml tag also have to have either a value or an attribute? Thus contact foo / /contact Isn't actually valid? -Original Message- From: Joe Rinehart [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: Crud. I've never actually USED a custom tag...

2007-08-16 Thread Dave Francis
I don't have CF8, but in general, CF looks for custom tags in the folder of the calling page, then the CustomTags folder. (BlueDragon lets you specify additional folders, does CF8?). And if you move a tag, then you have to restart CF. Really need more info on yoiur symptoms. -Original

RE: Scrape pages from RSS Feed

2007-08-15 Thread Dave Francis
Not exactly a cf tag, but you'll need a bit of xpath. -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 15, 2007 2:42 PM To: CF-Talk Subject: Re: Scrape pages from RSS Feed Ok Found it. It was one of Ray Camden's creations.

RE: MySQL front end...

2007-08-09 Thread Dave Francis
Dreamcoder: http://www.mentattech.com/ -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Thursday, August 09, 2007 8:22 AM To: CF-Talk Subject: Re: MySQL front end... You do know that MySQL itself has visual tools, right? I think ADS is nicer - but the MySQL Tools

RE: Query of Queries date comparison

2007-07-30 Thread Dave Francis
Date is possibly(probably) a reserved word? Even if it isn't, your test will fail when the year rolls over - you should test /mm/dd. And I think you might need apostrophes around today's formatted date? None of this is guaranteed, I am famous for being wrong. -Original Message-

RE: cfheader filename problem

2007-07-19 Thread Dave Francis
Duh! Thanks Ben. You know it's really Bobby's job to make me feel stupid :) -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 4:52 PM To: CF-Talk Subject: RE: cfheader filename problem Try wrapping the filename in single quotes: cfheader

RE: Array from multi-select

2007-07-19 Thread Dave Francis
Replace the commas on the select value with a different delimiter. Then un-replace them when you insert into the db. As an aside, it just about always works out better to create a relational table for this kind of data. -Original Message- From: Daniel Kessler [mailto:[EMAIL PROTECTED]

RE: Manipulating bullet list ul tag using Regex or something else

2007-07-19 Thread Dave Francis
Why not just use CSS to style ul (space it with margins or whatever)? -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 6:40 AM To: CF-Talk Subject: Re: Manipulating bullet list ul tag using Regex or something else Jide Aliu wrote: Is

RE: HELP Please - Using Coldfusion to Import delimited txt files.

2007-07-19 Thread Dave Francis
You don't have the delimiter specified on the last item in the INSERT statement, but you need it. Otherwise listGetAt() (or any list function) assumes a comma delimiter. -Original Message- From: Dae [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 12:35 PM To: CF-Talk Subject: HELP

cfheader filename problem

2007-07-18 Thread Dave Francis
Hi, I'm trying to download files with this: cfheader name=Content-Disposition value=attachment;filename=#fileName# cfcontent FILE=#file# TYPE=#MimeType# Whenever the filename contains spaces, the What do you want to do with this file prompt truncates the filename.

cflogin

2007-07-05 Thread Dave Francis
Hi, I can't quite get my head around this problem - I want to allow users open access to pages in a common sub-folder, but restricted access (based on roles) to other sub-folders. Users shouldn't be asked to Login until they want access to the restricted pages. I tried doing it via

RE: CF Editor

2007-06-26 Thread Dave Francis
But who needs to test a file directly from the editor ? People who don't want to save their changes until it's right. -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 9:49 AM To: CF-Talk Subject: Re: CF Editor

RE: Where can i get a javascript tree control for a taxonomy?

2007-06-26 Thread Dave Francis
I did exactly what I think you want, starting with this article (my taxonomy was already xml, and each node already had a unique ID= attribute), and messing with the xsl a bit to produce checkboxes. http://www.devx.com/getHelpOn/Article/11874 -Original Message- From: Jonathan Block

Standard or Enterprise Edition?

2007-06-21 Thread Dave Francis
Can someone pls clarify. From the Adobe site, it reads as if Standard Edition (of CFMX 7) supports one site only; if you are running 2 or more sites, even on one server, you need Enterprise? 2nd question. Does CFMX developer edition CFFILE allow me to see the file structure on another box.

RE: Form strangeness

2007-06-12 Thread Dave Francis
Is this perhaps not the only form.. on the page? -Original Message- From: Charles Sheehan-Miles [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 11:14 AM To: CF-Talk Subject: Re: Form strangeness Ok ... Now this is weird. With some more exploring on this, I found that when the

  1   2   3   4   >