Re: # in variables

2014-02-07 Thread Timothy Heald
There are a few formatting functions in cf you might want to try that spring top mind. UrlEncodedFormat, htmlEditFormat I think. Look at the string and list functions on live docs. On Feb 7, 2014 12:29 PM, Rob Parkhill robert.parkh...@gmail.com wrote: I thought the #'s were inside the list.

Re: # in variables

2014-02-07 Thread Timothy Heald
Encode/serialize the data prior to hand off to cf? On Feb 7, 2014 12:37 PM, Bryan Stevenson br...@electricedgesystems.com wrote: Thanks Rob/Russstarting to think I will either do as you both suggested and replace # with ## in the AIR app or do as I also mentioned and not allow the few

Re: cflocation mystery

2014-02-02 Thread Timothy Heald
It's no mystery, that's the correct response. Trap the 404 error for html files at the web server and handle the cf side through either site wide or per application error handling. On Feb 2, 2014 11:42 AM, Rob Voyle robvo...@voyle.com wrote: Hi Folks I have a basic .html site that I have

Re: cflocation mystery

2014-02-02 Thread Timothy Heald
And that's not what you're asking at all On Feb 2, 2014 11:42 AM, Rob Voyle robvo...@voyle.com wrote: Hi Folks I have a basic .html site that I have converted to a coldfusion site. since there are many old .html links out there I added the following to my notFound.cfm file: cfif

Re: cflocation mystery

2014-02-02 Thread Timothy Heald
What's the error message? On Feb 2, 2014 11:42 AM, Rob Voyle robvo...@voyle.com wrote: Hi Folks I have a basic .html site that I have converted to a coldfusion site. since there are many old .html links out there I added the following to my notFound.cfm file: cfif notFoundUrl contains

Re: cflocation mystery

2014-02-02 Thread Timothy Heald
What's the error? On Feb 2, 2014 12:09 PM, Rob Voyle robvo...@voyle.com wrote: Hi Timothy Instead of redirecting to: mydomain.com cflocation url=http://www.mydomain.com; It is throwing an error rather than redirecting. How do I redirect? Rob On 2 Feb 2014 at 11:56, Timothy Heald

Re: cflocation mystery

2014-02-02 Thread Timothy Heald
at 11:56, Timothy Heald wrote: It's no mystery, that's the correct response. Trap the 404 error for html files at the web server and handle the cf side through either site wide or per application error handling. On Feb 2, 2014 11:42 AM, Rob Voyle robvo...@voyle.com wrote: cfif

Re: cflocation mystery

2014-02-02 Thread Timothy Heald
We don't know what's on the variable, and it's working through the first half of the condition it sounds like. Can you cflocate to the tld or do you require a filename? On Feb 2, 2014 12:12 PM, Russ Michaels r...@michaels.me.uk wrote: you firstly are trying to use fileExists on a URL, so it

Re: cflocation mystery

2014-02-02 Thread Timothy Heald
:58, Timothy Heald wrote: What's the error message? On Feb 2, 2014 11:42 AM, Rob Voyle robvo...@voyle.com wrote: ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp

Re: cflocation mystery

2014-02-02 Thread Timothy Heald
Looks like newurl isn't a url, rather a path, it's appended to the domain name. On Feb 2, 2014 12:35 PM, Cameron Childress camer...@gmail.com wrote: fileExists() accepts a filename on the filesystem, not a URL. -Cameron On Sun, Feb 2, 2014 at 11:41 AM, Rob Voyle robvo...@voyle.com wrote:

Re: cflocation mystery

2014-02-02 Thread Timothy Heald
Nope, read that wrong. On Feb 2, 2014 12:39 PM, timothy.he...@gmail.com wrote: Looks like newurl isn't a url, rather a path, it's appended to the domain name. On Feb 2, 2014 12:35 PM, Cameron Childress camer...@gmail.com wrote: fileExists() accepts a filename on the filesystem, not a URL.

Re: (ot) Anyone know how to clear your google details from a browser?

2014-01-31 Thread Timothy Heald
What is and browser? Do you mean the chrome login? On Jan 31, 2014 3:57 AM, Mike K afpwebwo...@gmail.com wrote: Here's how scary, Jonah. In an incognito window, I go to the help file, Disabling automatic sign-in and see up in the top right corner a button saying sign in.Good, that

Re: (ot) Anyone know how to clear your google details from a browser?

2014-01-31 Thread Timothy Heald
its chrome browser and the login hint is in the title, which says: G O O G L E - Sign In With your Google Account. Cheers Mike Kear On Fri, Jan 31, 2014 at 7:59 PM, Timothy Heald timothy.he...@gmail.com wrote: What is and browser? Do you mean the chrome login

Re: (ot) Anyone know how to clear your google details from a browser?

2014-01-30 Thread Timothy Heald
There should be a master password list on the preferences/options security tab. It's different by browser. Google had nothing to do with it. On Jan 31, 2014 2:08 AM, Mike K afpwebwo...@gmail.com wrote: Sorry for the OT post, but I dont know how to get any help from Google. Only boilerplate

Re: (ot) Anyone know how to clear your google details from a browser?

2014-01-30 Thread Timothy Heald
some time in the future. It's one thing to do that on my own computers, but how do i stop it doing that on my client's computers? Cheers Mike Kear On Fri, Jan 31, 2014 at 6:12 PM, Timothy Heald timothy.he...@gmail.com wrote: There should be a master password list on the preferences

Re: (ot) Anyone know how to clear your google details from a browser?

2014-01-30 Thread Timothy Heald
client's computers? Cheers Mike Kear On Fri, Jan 31, 2014 at 6:12 PM, Timothy Heald timothy.he...@gmail.com wrote: There should be a master password list on the preferences/options security tab. It's different by browser. Google had nothing to do with it. On Jan 31, 2014 2:08

Re: best way to timeout a page segment

2010-03-28 Thread Timothy Heald
Ajax? Sent from my MOTOBLUR™ smartphone on ATT -Original message- From: Michael Dinowitz mdino...@houseoffusion.com To: cf-talk cf-talk@houseoffusion.com Sent: Sun, Mar 28, 2010 12:45:16 GMT+00:00 Subject: best way to timeout a page segment I just wanted to get people opinion on

Re: Query Question

2006-09-01 Thread Timothy Heald
Rock :) Wish this were oracle :) That solution for Oracle is sweet. This should help: http://tinyurl.com/hee59 recursion or something in order to go lower than that. I'm beating myself over the head with this one, on a Friday afternoon, any pointers would be much appreciated.

Re: MOD

2005-10-06 Thread Timothy Heald
bad iif, bad go to the corner :) On 10/6/05, Andy Matthews [EMAIL PROTECTED] wrote: Or you could do it in one line with iif. cfset color = iif(somequery.CurrentRow mod 2,66,220088) Also note that if you choose to use Matthew's way, which works just fine too, it's not necessary to

RE: cfloop list

2005-10-03 Thread Timothy Heald
Shouldn't that list variable have quotes around it? -Original Message- From: Saturday (Stuart Kidd) [mailto:[EMAIL PROTECTED] Sent: Monday, October 03, 2005 5:15 PM To: CF-Talk Subject: cfloop list Hi guys, I've appended a list and on this occasion my list outputs 1,3,5

RE: Encrypting Link Information

2005-09-29 Thread Timothy Heald
Not sure about getting rid of the name of the file, you could probably do something in IIS or apache to get that working, but if all you need to do is encrypt the url variables I wrote a pair udfs for this a while ago. They should be up on www.cflib.org as urlEncrypt() and urlDecrypt(). If

Car file won't create in 6.1 on win 2003

2005-09-27 Thread Timothy Heald
Anyone ever run into this before? When you pop up the window to build the archive the next button on the bottom doesn't do anything. Really weird behavior. Any ideas? Tim ~| Discover CFTicket - The leading ColdFusion Help

cfcatch/cfdump weirdness

2005-09-08 Thread Timothy Heald
Afternoon folks! We have run into some really strange problems with cfdump-ing a cfcatch structure. It is almost as though at the end of cfdump var=#cfcatch# is cfsetiing enablecfoutputonly=yes. We are running this and getting the same results on 2 different servers. Both are on CFMX 6.1,

RE: (admin) test

2003-01-22 Thread Timothy Heald
O O O Me 2 Me 2 -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 12:48 PM To: CF-Talk Subject: RE: (admin) test I think that Michael can do whatever he pleases. It is his list. ;) You and I on the other hand are probably out of

Delphi Web vs. CF (5.0)

2003-01-17 Thread Timothy Heald
Hey, A senior manager here at the State Department recently read an article from 2 years ago that said that CF 4.5.2 wasn't a serious development tool. The guy is now pushing for Delphi Web as the primary language around these parts. I was wondering if anyone had any experience with

RE: Delphi Web vs. CF (5.0)

2003-01-17 Thread Timothy Heald
, with CF5- v's .NET , .NET probably wins overall. CF MX is a different matter WG -Original Message- From: Timothy Heald [mailto:[EMAIL PROTECTED]] Sent: 17 January 2003 12:42 To: CF-Talk Subject: Delphi Web vs. CF (5.0) Hey, A senior manager here at the State Department

RE: -OT- Javascript and lists

2003-01-17 Thread Timothy Heald
I would split the list into an array then loop through like so: function testField(thisField){ myString = o,b/o,s,h; myArray = myString.split(,); for(i = 0; i myArray.length; i++){ if(thisField.value == myArray[i]){ break

RE: -OT- Javascript and lists

2003-01-17 Thread Timothy Heald
if(myArray.length == (i-1)){ alert('String not in list'); } } } That should be closer. -Original Message- From: Timothy Heald Sent: Friday, January 17, 2003 2:04 PM To: CF-Talk Subject: RE: -OT- Javascript and lists I would split

Large scale ColdFusion Case studies

2003-01-17 Thread Timothy Heald
Hi, Anyone have any large scale case studies done on CF 5 and CFMX with benchmark information like number of requests, hardware architecture, clustering and such? TIA Timothy Heald Assistant Webmaster Overseas Security Advisory Council U.S. Department of State

RE: -OT- Javascript Question

2003-01-16 Thread Timothy Heald
say your What do you name the variable in your function definition? function VerifyCode(thisField){ alert(thisField.name); } That should work. Tim -Original Message- From: Thane Sherrington [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 9:13 AM To: CF-Talk Subject:

RE: Passing URL vars between pages

2003-01-16 Thread Timothy Heald
I think I would need more info. Are you getting the info from a form on a previous page? If so you should go look at the tag embed form fields, and then use JS to submit the form on page load. If not then there are other ways. Maybe by using a session variable, or group of session

OT: Adding images to flash list box component

2003-01-15 Thread Timothy Heald
Hi, I have a requirement to add icons before the text in a flash drop down component. Anyone know of a good sample piece of code or tutorial for this? Thanks, Timothy Heald Assistant Webmaster Overseas Security Advisory Council U.S. Department of State

Clustering, distributed CF and other assorted nonsense

2003-01-14 Thread Timothy Heald
well? Is it better to just have the different CF servers use the same client var storage DB? Any help would be much appreciated. TIA Timothy Heald Assistant Webmaster Overseas Security Advisory Council U.S. Department of State

RE: submit cfform without submit button

2003-01-09 Thread Timothy Heald
It's already the default in IE. In NN you need to look at the onKey events, should be like onKeyDown, onKeyUp, onKeyPress, something like that. Then when the event is triggered you kick of a script that does a form submit. Tim -Original Message- From: Jeremy Bunton [mailto:[EMAIL

RE: BlueDragon J2EE on OSX - Working !!!

2003-01-08 Thread Timothy Heald
Flash Remoting? -Original Message- From: Vince Bonfanti [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 10:08 AM To: CF-Talk Subject: RE: BlueDragon J2EE on OSX - Working !!! Well, not according to our customers who have already paid for it. :-) Seriously, the basic

RE: BlueDragon J2EE on OSX - Working !!!

2003-01-08 Thread Timothy Heald
Having said all that, we're of course working towards full compliance with CF5/MX. Sorry should have been more specific. -Original Message- From: Todd Rafferty [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 10:16 AM To: CF-Talk Subject: RE: BlueDragon J2EE on OSX - Working

RE: custom tag: pair of list boxes with transferring

2003-01-08 Thread Timothy Heald
look for two related selects. -Original Message- From: Cornillon, Matthieu [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 12:45 PM To: CF-Talk Subject: custom tag: pair of list boxes with transferring Hi. I think there is a custom tag out there that allows me to do what I

RE: Stopping an endless loop

2003-01-08 Thread Timothy Heald
Delete all the files in /cfusion/nail/spool that you don't want to go out. Tim -Original Message- From: Luis Lebron [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 1:16 PM To: CF-Talk Subject: RE: Stopping an endless loop I tried stopping the server, but everytime I

RE: easier in cf then asp, but i need it in asp

2003-01-08 Thread Timothy Heald
It should be just as easy in asp. Open your connection to the db, then run the two queries. I don't understand why this would be any more difficult in asp than in CF. I am not an ASP person, so this took a bit of playing to get just right, but it should be totally doable. If your checking

RE: Pre-populating a file form field

2003-01-02 Thread Timothy Heald
It has a value, but you can't set the value, only read it. So you can write a script to say check file types, but not one to automatically fill in the information (path) about a specific file. It's a security feature. Tim -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]]

RE: New User

2002-12-26 Thread Timothy Heald
Try getting rid of the CFPARAM and scoping the #title# variable to form.title. Also if I were you I would output #form.title# above the query to make sure it's passing the correct value. Tim -Original Message- From: Mike Miessen [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 26,

RE: New User

2002-12-26 Thread Timothy Heald
You will need to put back in the leading % in case the word they are searching for is in the middle of a title. Example Search string = Time Will return = Time to go Will not return = It's Time to go. Also someone else mentioned using upper(), on the column and the search string your

RE: Cold Fusion forum (OPEN SOURCE?)

2002-12-24 Thread Timothy Heald
for file and bug tracking and all. Timothy Heald Assistant Webmaster Overseas Security Advisory Council U.S. Department of State -Original Message- From: Adrocknaphobia Jones [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 24, 2002 11:47 AM To: CF-Talk Subject: RE: Cold Fusion forum

RE: MS to buy Macromedia - lets hope not...

2002-12-23 Thread Timothy Heald
To be clear Sean, are you saying there is no truth to this rumor? Tim -Original Message- From: Sean A Corfield [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 2:06 PM To: CF-Talk Subject: Re: MS to buy Macromedia - lets hope not... On Monday, Dec 23, 2002, at 10:08

Freeware CF IDE for Linux

2002-12-20 Thread Timothy Heald
Any suggestions? Timothy Heald Assistant Webmaster Overseas Security Advisory Council U.S. Department of State ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com

RE: Page Breaks for Printing

2002-12-19 Thread Timothy Heald
CSS. Think it may be IE only. Look at these properties: page-break-after page-break-before page-break-inside You can then set up divs or p blocks that will throw a page break right where you want it. We did this with some success for printing out course certificates and stuff before. Tim

Requirements gathering for the full lifecycle development process

2002-12-19 Thread Timothy Heald
, as would opinions :) tia Timothy Heald Assistant Webmaster Overseas Security Advisory Council U.S. Department of State ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com

RE: Compare Two Lists - Keep What Is Similar

2002-12-16 Thread Timothy Heald
cfset list1 = 1,2,3,4,5 cfset list2 = 1,3,5,7,9 cfset container = cfloop list=#list1# index=i cfif listContains(list2,i) cfset container = listAppend(container,i) /cfif /cfloop Might not be exact but it should be close. Will probably be processor intensive on

RE: Determining if cf is alive and communicative

2002-12-11 Thread Timothy Heald
We had something running like this at my old job. Basically we wrote a cfm page that did a query then output just the word ok. Big IP would look for ok, if it wasn't there then it would fail over that server. Tim -Original Message- From: Kevin Bridges [mailto:[EMAIL PROTECTED]] Sent:

RE: MM Rich Text Editor - WAS: RE: Macromedia Contribute

2002-12-10 Thread Timothy Heald
You should look at soEditor also. http://www.siteobjects.com/pages/order.cfm?object=65method=viewCart Tim -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 11:00 AM To: CF-Talk Subject: MM Rich Text Editor - WAS: RE: Macromedia Contribute

RE: sessionquery.recordcount

2002-11-27 Thread Timothy Heald
The only time I have gotten a record count higher than I thought it should be was when I was using aggregate functions. So I would get 1, even if there was really nothing returned (because the result was a 0). Aside from that, what are you doing that requires this? Maybe we could figure out a

OT: Freeware mail servers

2002-11-26 Thread Timothy Heald
). Also a decent freeware FTP server would be nice, I am using IIS FTP and it is junk. Thanks, Timothy Heald Assistant Webmaster Overseas Security Advisory Council U.S. Department of State ~| Archives: http

RE: Freeware mail servers

2002-11-26 Thread Timothy Heald
by default. I use Webmin for remote administration. For a windows FTP server I use SERV-U = Douglas White group Manager mailto:[EMAIL PROTECTED] http://www.samcfug.org = - Original Message - From: Timothy Heald

RE: Freeware mail servers

2002-11-26 Thread Timothy Heald
on the Windows machine. Works like a charm, and very stable. It also runs CF 5.0 just fine. = Douglas White group Manager mailto:[EMAIL PROTECTED] http://www.samcfug.org = - Original Message - From: Timothy Heald [EMAIL

RE: cfscript equivalent for cfloop?

2002-11-21 Thread Timothy Heald
for(i = 1; i lte myQuery.recordCount; i = i + 1){ if(myQuery.columnName[i] eq 1){ myVar = 1; } } Like that? Tim -Original Message- From: Steven Durette [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 3:24 PM To: CF-Talk Subject: cfscript

OT: ERWin tutorials and info.

2002-11-12 Thread Timothy Heald
Hey, Anyone have any links to ERWin links or tutorials? New job and new tools :) Timothy Heald Assistant Webmaster Overseas Security Advisory Council U.S. Department of State ~| Archives: http://www.houseoffusion.com

RE: Verity Head Aches EMERGENCY

2002-11-06 Thread Timothy Heald
6 CF 5 on IIS 4 Oracle 8.17i Timothy Heald Assistant Webmaster Overseas Security Advisory Council U.S. Department of State -Original Message- From: Sean McCarthy [mailto:SMcCarthy;HealthObjects.com] Sent: Tuesday, November 05, 2002 4:29 PM To: CF-Talk Subject: RE: Verity Head Aches

RE: Verity Head Aches EMERGENCY

2002-11-06 Thread Timothy Heald
restarting CF? (and/or the Verity K2 service, if you are using that?) Mark -Original Message- From: Timothy Heald [mailto:healdt;dsmail.state.gov] Sent: Wednesday, November 06, 2002 8:07 AM To: CF-Talk Subject: RE: Verity Head Aches EMERGENCY Hey, We just found out that all

Really good international email validation script?

2002-11-06 Thread Timothy Heald
Hi, I need a script that will do validation on like every possible email address. That means all the different international ones as well. Does anyone know of one? TIA Timothy Heald Assistant Webmaster Overseas Security Advisory Council U.S. Department of State

Verity Head Aches

2002-11-05 Thread Timothy Heald
Hi. I have these verity collections that have 250,000 and 150,000 row queries indexed in each. We just moved them from our personal Win 2K dev box, to our production NT box. Now the search I built for them keeps throwing errors like: Error executing CFSEARCH. Error # -125 [ff83]

OT: Autonomy/CF/Clearance

2002-11-04 Thread Timothy Heald
Hi, Do you know something about Autonomy, ColdFusion and are you a current holder of a Secret or above clearance. If so please mail me off list. Thanks, Tim ~| Archives:

RE: Replace in string

2002-11-04 Thread Timothy Heald
Try valueList(dirList.name) Tim -Original Message- From: FlashGuy [mailto:flashmx;rogers.com] Sent: Monday, November 04, 2002 11:24 AM To: CF-Talk Subject: Replace in string Hi, I need to output the results as a comma-delimited string. An example of the output from the below code

RE: basic question - testing for no results from query

2002-10-31 Thread Timothy Heald
cfif queryname.recordcount showstuff /cfif Now if your using aggregate functions (like max() min() avg()) you need to check for a len in the field your looking for, because the record count will be 1 even if it's just for an empty field, so I will do: cfif len(queryname.columnname)

Fusetalk 3.1 Woes

2002-10-31 Thread Timothy Heald
the topic. TIA. Timothy Heald Assistant Webmaster Overseas Security Advisory Council U.S. Department of State ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com

RE: Shorter urls?

2002-10-29 Thread Timothy Heald
Yeah, That UDF makes longer URLs. That reminds me I need to send Ray an update for that one. Tim -Original Message- From: Ian Lurie [mailto:ian;portentinteractive.com] Sent: Tuesday, October 29, 2002 2:02 PM To: CF-Talk Subject: Re: Shorter urls? You're right - I just tested

Verity Ordering Take 2.

2002-10-25 Thread Timothy Heald
Hey, I know many people are on their way to Orlando, so I don't really expect to get an answer to this :) I have 2 Verity indexes I am searching. They both contain a filed date_created, and I have added this field as custom2 to the search. I need to be able to sort by date

RE: Verity Ordering Take 2.

2002-10-25 Thread Timothy Heald
convert the string to a proper date format at run-time and then sort it. Dave -Original Message- From: Timothy Heald [mailto:healdt;dsmail.state.gov] Sent: 25 October 2002 13:12 To: CF-Talk Subject: Verity Ordering Take 2. Hey, I know many people are on their way to Orlando, so

RE: Verity Ordering Take 2.

2002-10-25 Thread Timothy Heald
, October 25, 2002 8:42 AM To: CF-Talk Subject: Re: Verity Ordering Take 2. Quoting Timothy Heald [EMAIL PROTECTED]: I have 2 Verity indexes I am searching. They both contain a filed date_created, and I have added this field as custom2 to the search. I need to be able to sort by date off

RE: Verity Ordering Take 2.

2002-10-25 Thread Timothy Heald
, 2002 9:06 AM To: CF-Talk Subject: RE: Verity Ordering Take 2. Quoting Timothy Heald [EMAIL PROTECTED]: I tried query of query, but it treats it as a string, not a date. If formatted as mmdd that is not a problem. That is exactly why it is the standard dateformat, you can sort it :) Jochem

RE: Verity Ordering Take 2.

2002-10-25 Thread Timothy Heald
To: CF-Talk Subject: RE: Verity Ordering Take 2. Quoting Timothy Heald [EMAIL PROTECTED]: You are the man, I didn't even think about that. Ok, so is there a function (like convert() in SQL Server) that would let you change the date format for the whole column at once? Don't think so

RE: Verity Ordering Take 2.

2002-10-25 Thread Timothy Heald
Got it. Use to_char not to_date :) Tim -Original Message- From: Timothy Heald Sent: Friday, October 25, 2002 10:05 AM To: CF-Talk Subject: RE: Verity Ordering Take 2. I am trying to do that with Oracle's to_date function, but it keeps saying that a char was found where a numeric

RE: Verity Ordering Take 2.

2002-10-25 Thread Timothy Heald
Thanks, I fond that out a little while ago. I was finally able to get it work like I wanted. Now though I can't seem to get the query of query and date format to output anything for that field at all. Weird. I'll get it :). Tim -Original Message- From: Deanna Schneider

RE: CFMX and CF5

2002-10-22 Thread Timothy Heald
I just did the install. Ran like a champ. You can even run them on separate instances of IIS together, if you check the archives I think Dave Watts did wrote something about it a while back. Tim -Original Message- From: Mark A. Kruger - CFG [mailto:mkruger;cfwebtools.com] Sent:

RE: formatting #MonthasString

2002-10-18 Thread Timothy Heald
I would make a full date, then use date format to get the result I wanted in this case, either that or use string functions like left to get what you want. Tim -Original Message- From: Tim Laureska [mailto:hometeam;goeaston.net] Sent: Friday, October 18, 2002 12:30 PM To: CF-Talk

Farewemll

2002-07-29 Thread Timothy Heald
Well folks it's been fun, A little too much email for me these days. Been really busy. Thanks for all the help. :) Bye Tim Heald Developer Schoollink, Inc. 910.223.2116 x 122 http://www.schoollink.net Providing technology solutions for educators Fusebox Advisory Committee

RE: CF 5 Availability

2002-07-25 Thread Timothy Heald
Ebay has copies going cheap. Tim Heald Developer School Link, Inc. 910.223.2116 x 122 http://www.schoollink.net Providing technology solutions for educators -Original Message- From: Bud [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 9:47 PM To: CF-Talk Subject: CF 5

RE: Best way to resend undelvr

2002-07-15 Thread Timothy Heald
What OS? On Solaris you would cd to /usr/coldfusion/mail/undelivr. Then you would mv * ../spool. You would want to check and see if they have any bad data first, so cat *|more them and check for to and from addresses. On windows it should be a simple copy and paste job. Tim Heald ACP/CCFD :)

RE: cfoutput and grouping

2002-07-14 Thread Timothy Heald
What DB are you using? Tim -Original Message- From: Whiterod, David (PLNSA) [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 14, 2002 8:49 PM To: CF-Talk Subject: cfoutput and grouping Hi, What is the best way to group by months for a query that contains full (day, month, year) dates?

RE: Storing Queries in Application Scope

2002-07-12 Thread Timothy Heald
Matt Liotta started his development career at the age of twelve by building C applications for faculty at Emory University. That sentence explains so much to me. Tim Heald ACP/CCFD :) Application Development http://www.schoollink.net Fusebox Advisory Committee Member http://www.fusebox.org

xPost: Weird CF Error

2002-07-10 Thread Timothy Heald
Has anyone seen this error before: bad_alloc: Out of Memory PCodeRuntimeContextImp::write I am running a very long query dumping into the custom tag cf_dump, and it blows after about 10 seconds of running. TIA Tim Heald ACP/CCFD :) Application Development www.schoollink.net Fusebox

RE: Comma Delimted list from CFLoop

2002-07-10 Thread Timothy Heald
CFOUPTUT CFLOOP query=qPayment CFSWITCH expression=#paymentName# CFCASE value=VISA visa stuff /CFCASE CFCASE value=MC mastercard stuff

RE: Comma Delimted list from CFLoop

2002-07-10 Thread Timothy Heald
nope not what you mean. Your looking for valueList() Sorry :) Tim Heald ACP/CCFD :) Application Development www.schoollink.net Fusebox Advisory Committee Member www.fusebox.org Manager Fayetteville ColdFusion User Group www.fcfug.org -Original Message- From: Mark Leder

RE: Component Calls: What would you do?

2002-07-10 Thread Timothy Heald
Man, Remove stick pls? A constructor is used to set the initial values of your properties, and to execute any functions you need to when you create your object. The component body can be used for the same thing. Why get stuck on the semantics. I think if you were to

RE: Component Calls: What would you do?

2002-07-10 Thread Timothy Heald
What can a constructor do that the component body cannot? What is the FUNCTIONAL difference? Tim -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 9:24 PM To: CF-Talk Subject: RE: Component Calls: What would you do? The component

RE: Component Calls: What would you do?

2002-07-10 Thread Timothy Heald
/ V: 415-577-8070 F: 415-341-8906 P: [EMAIL PROTECTED] -Original Message- From: Timothy Heald [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 6:26 PM To: CF-Talk Subject: RE: Component Calls: What would you do? What can a constructor do that the component body cannot

RE: Skimmin the list.......? [oT]

2002-07-09 Thread Timothy Heald
Hey, Just got the same one. I hate spammers. Tim -Original Message- From: Critter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 7:16 PM To: CF-Talk Subject: Skimmin the list...? [oT] oi CF-Talk,!! I use this addy only for this list. (almost

RE: onTap chat room...

2002-07-09 Thread Timothy Heald
Hey, I have been watching this thread some, but not seen mention of either a URL or FTP addy to grab and or demo this at. Is it a beta test or something? Tim -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 11:47 PM To:

RE: cf and xml

2002-07-09 Thread Timothy Heald
Use cfsavecontent wrapped around whatever code you use to generate the xml document. Then use the variable produced as the cffile output. Tim -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 12:21 AM To: CF-Talk Subject: cf and xml ok,

nuther lockin Q Redux

2002-07-08 Thread Timothy Heald
Ok, Here's another one. I thought I had sent it in this morning, but I guess not. I have a CFC lets call it utilities. I would like to create an application scoped utilities object once per day using a roll your own cache thing. Do I need to wrap it in a lock? Now I

RE: nuther lockin Q Redux

2002-07-08 Thread Timothy Heald
Would you like to play a game? Tim Heald ACP/CCFD :) Application Development www.schoollink.net Fusebox Advisory Committee Member www.fusebox.org Manager Fayetteville ColdFusion User Group www.fcfug.org -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent:

RE: Certification

2002-07-02 Thread Timothy Heald
I thought the test was pretty easy, although it did cover a much wider range of subjects then I had imagined. The Ben Forta certification book helped immensely. (Crit I found it :)) I had problems with stuff I don't use every day. We work on clustered servers, we all client and no application,

RE: Changing the MX Webserver Port

2002-07-02 Thread Timothy Heald
You have the MX server installed on IIS or in stand alone? If it is over IIS then you don't have to change it to 80, it defaults to whatever port your IIS is listening on. Tim Heald ACP/CCFD :) Application Development www.schoollink.net Fusebox Advisory Committee Member www.fusebox.org

RE: CFLOCATION and CFCOOKIE

2002-07-01 Thread Timothy Heald
I will usually just write a JavaScript location script to move the user where I want kicked of in an onLoad even handler in the body tag. Either that or there is a cf_location custom tag available on the MM exchange. Never used it but I hear good things :) Tim Heald ACP/CCFD :) Application

RE: whats wrong with cfform tag?

2002-07-01 Thread Timothy Heald
CF_OPINION NEVER !! /CF_OPINION Same with the SQL tags insert and update :) Tim Heald ACP/CCFD :) Application Development www.schoollink.net -Original Message- From: Jim Vosika [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 8:05 AM To: CF-Talk Subject: RE: whats

RE: Runaway clients

2002-07-01 Thread Timothy Heald
WSP man, Web Site Pro. Not IIS, there are servers other than IIS and Apache available :) Tim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 2:25 PM To: CF-Talk Subject: RE: Runaway clients You look in your IIS logs? -Cameron

RE: More server problems

2002-06-28 Thread Timothy Heald
Never mind. I reinstalled mx and got it working. Tim -Original Message- From: Timothy Heald [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 29, 2002 12:46 AM To: CF-Talk Subject: More server problems Hi, My server at the house has had some problems. I know I have to rebuild

Studio/Homesite question

2002-06-26 Thread Timothy Heald
What's the point of splitting the code view in Studio? I mean I have not been able to find a way (I may just be missing it) to open 2 templates, one top and a different one bottom. So why would one use that feature? TIA Tim Heald ACP/CCFD :) Application Development www.schoollink.net

RE: Studio/Homesite question (alex - skip)

2002-06-26 Thread Timothy Heald
Multi what? Sorry man, I can only think about 17 things at once. Psychologists say blah blah blah Hehe. Your templates are huge with all that DHTML Crit. Me, I am just a CF newbie so I only need a little space :) Truth be told, I can definitely see how it could come in handy now that

RE: Fusebox 3

2002-06-25 Thread Timothy Heald
Sure, There are plenty of us here. I know there are at least a few council members and most of the other advisory committee members are here. If you want to mail me you can, or shoot me a mail off list and I can give you a number to call. Tim Heald ACP/CCFD :) Application Development

RE: client variables changing?...

2002-06-25 Thread Timothy Heald
Make sure that they aren't book marking pages, or sending each other links. It would be possible to assume someone's session, and there by get there client variables as your own. I have heard of that happening before. Also two of the developers here have just accidentally assumed each others

  1   2   3   >