Re: Who fixed it so ya can't set a var inside cfswitch?

2006-12-20 Thread Will Tomlinson
Dude, if everyone had the CF reference memorized, there'd be no cftalk. And their name would be Dave Watts. :) Will ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Fl

Who fixed it so ya can't set a var inside cfswitch?

2006-12-19 Thread Will Tomlinson
I just tried looping inside a cfswitch and setting some dynamic variables, and I got this stupid lookin typo'd error that read somethin like, "You can't use any tags other than cfcase and cfdefaultcase inside a cfswitch." So I hafta resort to cfif's for this? Amd

RE: webcam software

2006-12-19 Thread Will Swain
That's a different kind of webcam site altogether! -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: 19 December 2006 19:39 To: CF-Talk Subject: RE: webcam software I had to take mine down because I'd forget that it was there and the wife

RE: webcam software

2006-12-19 Thread Will Swain
Hope you don't pick your nose Rick! -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: 19 December 2006 17:18 To: CF-Talk Subject: RE: webcam software I see you, Rick! Look at the camera and smile! Rick PS - Get off that phone and get ba

RE: Web services

2006-12-19 Thread Will Swain
Is access set to remote in the cffunction? You need to if you want to expose it as a webservice. Cheers will -Original Message- From: Rukmaj Chandavar [mailto:[EMAIL PROTECTED] Sent: 19 December 2006 09:53 To: CF-Talk Subject: Re: Web services Hi James, Yes

RE: splitting large csv file into smaller parts

2006-12-19 Thread Will Swain
Thanks Ben...I'm looking at this code today and will let you know if I run up against anything. They are my second set of twins. The older two are 4!! Christmas is going to be fun this year! will -Original Message- From: Ben Nadel [mailto:[EMAIL PROT

RE: Why datediff

2006-12-19 Thread Will Swain
As an aside, I wouldn't use number as a variable name. Just instinct, but it seems likely that there might be conflicts along the line with reserved words etc.. -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: 19 December 2006 01:09 To:

Re: cfloop: strange error

2006-12-18 Thread Will Tomlinson
Try dumping file.filesize to make sure it looks right? ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/co

Re: cfloop: strange error

2006-12-18 Thread Will Tomlinson
I dunno, but it looks like one of those variables you're referring to is maybe a struct. And you're refering to it like it isn't. Will ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfus

Re: Login page and cflocation

2006-12-17 Thread Will Tomlinson
>Well, I think the problem I am having is that all my pages are called via >cfcase from index.cfm within each directory. Would saving the refer that way >solve the problem? What if you used a root relative link instead? /index.

RE: splitting large csv file into smaller parts

2006-12-16 Thread Will Swain
That's great Ben, just what I needed. Funnily enough, I'd made a start on this last night in between baby feeds (I have 3 month old twins) but that looks great. Cheers, and have a great weekend! Will -Original Message- From: Ben Nadel [mailto:[EMAIL PROTEC

RE: splitting large csv file into smaller parts

2006-12-15 Thread Will Swain
ssing code that I already have on each smaller file. Does that logic seem sound to you? Cheers Will -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: 15 December 2006 21:11 To: CF-Talk Subject: RE: splitting large csv file into smaller parts

RE: splitting large csv file into smaller parts

2006-12-15 Thread Will Swain
That would be awesome Ben. I playing around with your code at the moment but I doubt I'll be able to do much with it this weekend (kids to look after and all that!!) Plus the fact it's dinnertime!! Cheers Will -Original Message- From: Ben Nadel [mai

RE: splitting large csv file into smaller parts

2006-12-15 Thread Will Swain
Hi Ben, That sounds interesting. I've not done much work with Java, but I'll take a look at the links. Cheers Will -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: 15 December 2006 20:43 To: CF-Talk Subject: RE: splitting large csv file in

splitting large csv file into smaller parts

2006-12-15 Thread Will Swain
file and then delete them from the original. I can't think of a way to do this. Cheers Will ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclic

Re: UPS Tracking Code for everyone to use

2006-12-15 Thread Will Tomlinson
I forgot to mention, I'm displaying just the basic info like the UPS website does. There's plenty more data to display if you want, but this would get you a good start on it. Will ~| Create robust enterprise

UPS Tracking Code for everyone to use

2006-12-15 Thread Will Tomlinson
ith it what you want. http://wtomlinson.com/UPStrackingcode.htm Will ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http:

Looping over UPS's struct

2006-12-14 Thread Will Tomlinson
DESCRIPTION={},ADDRESS={{COUNTRYCODE={US},STATEPROVINCE={NC},CITY={GREENSBORO}}, {DATE={{ts '2006-12-13 00:00:00'}},SIGNEDFORBYNAME={},TIME={19:33:00},STATUS={{STATUSTYPECODE={I},STATUSTYPEDESCRIPTION={ORIGIN SCAN},STATUSCODECODE={OR}}},ACTIVIT

Re: onSessionEnd type functionality in MX 6.1 ????

2006-12-13 Thread Will Tomlinson
always have this log for your client to view. It may not be perfectly accurate since a custome may remove or update items in his cart, if you don't wanna go as far as updating the log table everytime a move is made, but at least your client can see what folks have added.

Re: onSessionEnd type functionality in MX 6.1 ????

2006-12-13 Thread Will Tomlinson
address page, addresspage =1. They hit the shipping calculation page, shippingpage = 1. , etc... my .02 Will ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick

RE: Coldfusion roadmap

2006-12-12 Thread Will Swain
FWIW, I think they rely on the developers to do the marketing for them. -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: 12 December 2006 21:57 To: CF-Talk Subject: Re: Coldfusion roadmap > What marketing? I was being facetious, but in

RE: last updated date from MySql database

2006-12-12 Thread Will Swain
Thanks Jacob. Thought it might be something standard that I was unaware of. I'll go read the mySQL docs. Will -Original Message- From: Jacob Munson [mailto:[EMAIL PROTECTED] Sent: 12 December 2006 17:49 To: CF-Talk Subject: Re: last updated date from MySql dat

Re: UPS API

2006-12-12 Thread Will Tomlinson
You are a machine dude. Will ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?

RE: last updated date from MySql database

2006-12-12 Thread Will Swain
shortcut and just use that data. There are a number of tables that can be updated, so I'd need to check them all, compare the updated times and only show the most recent. Does that make more sense? Cheers Will -Original Message- From: Jacob Munson [mailto:[

RE: last updated date from MySql database

2006-12-12 Thread Will Swain
Resending this. I had a major mailserver problem this am and lost a few mails, so just incase I missed any replies! -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED] Sent: 12 December 2006 09:55 To: CF-Talk Subject: last updated date from MySql

last updated date from MySql database

2006-12-12 Thread Will Swain
want to pay for it) it would be cool to grab all these dates from the databases and compare them to find the most recent one. Thanks in advance guys Will ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe C

Re: Bond sucks and cfreturn sucks

2006-12-11 Thread Will Tomlinson
>What is the "Bond" part of this in the subject line? I had a few long islands before I posted this... oops! lol Will ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7

Re: Bond sucks and cfreturn sucks

2006-12-11 Thread Will Tomlinson
>To be fair, it was Will who was getting confused! :-) Me? CoNfUsEd? Never :) ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;147

Re: Query count problem

2006-12-11 Thread Will Tomlinson
ried grouping on the side of things? Will ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/f

Re: UPS API

2006-12-11 Thread Will Tomlinson
I'm using the shipping calculator and address validator now. The calculator was a cfc I bought off communitymx.com, and I got the address validation code off easycfm.com, then converted it to a cfc. All was easy and works great!

Re: Extremely long session names with dashes

2006-12-11 Thread Will Tomlinson
>So no one has any idea where these come from? Let me ask a more pertinent question. What does it matter?? lol! I'll inform dave of this microshaft event so he can attend with you, and get all his free viruses er... I mean software!

RE: dynamically generating .flv files on upload

2006-12-11 Thread Will Swain
Superb. Thanks Russ and all the other people who answered. I'm off to do some investigating but I'll come back and let you know how I get on. Cheers Will -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: 10 December 2006 06:38 To: CF-Ta

Re: Bond sucks and cfreturn sucks

2006-12-09 Thread Will Tomlinson
>As in \ Hold it Neil guy! You're comparing to There's my point! lol! me ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://w

Re: Bond sucks and cfreturn sucks

2006-12-09 Thread Will Tomlinson
howcome in cfinvoke this is what it looks like... returnvariable="whatever"> ?? ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http:/

Bond sucks and cfreturn sucks

2006-12-09 Thread Will Tomlinson
Ok, why does cfreturn go against the grain of all the cf tags?? why is there no attribute quotes in it? I always thought it looked a bit odd and stuck out from other cf tag code. Anyone wanna chime in on this ignorant question? loL! me

Re: Datasources case-sensitive?

2006-12-09 Thread Will Tomlinson
Ran into the exact same thing at my CT shared hosting. My development machine would work fine... then run a query up on the server, kaboom! Will ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion

RE: dynamically generating .flv files on upload

2006-12-08 Thread Will Swain
I haven't done anything like that but I'd totally be interested in hearing the solution. -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED] Sent: Friday, December 08, 2006 3:02 PM To: CF-Talk Subject: SOT: dynamically generating .flv files on upload I want to allow u

SOT: dynamically generating .flv files on upload

2006-12-08 Thread Will Swain
I want to allow users to upload video files which I will then convert automatically to .flv files. If I have a copy of quicktime pro with the FLV QuickTime Export plug-in installed on the server, is it possible to do this using CF to manage the uploads and conversion? Anyone done anything like

Re: Interpolation

2006-12-07 Thread Will Tomlinson
>Can anyone tell me if any of these three thumbnails are of better >quality than the others? Look same to me too. Me ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doublec

Re: Extremely long session names with dashes

2006-12-07 Thread Will Tomlinson
>I am on CF6 and he is on CF7. Maybe it?s a new option? I don?t see any >difference between the 2. Still just the same old "Use UUID for cftoken" Is this like, a question? Are you talking to yourself ag

Re: Handling Attachments

2006-12-04 Thread Will Tomlinson
>Actually I think the real problem is the fact that I don't have valid file >names to insert into the DB. First thing I would do is start ing the data and see what it's trying to work with. Will ~| Introd

Nice Wikipedia for CF

2006-12-04 Thread Will Tomlinson
I thought this was a really nice wikipedia for CF. http://en.wikipedia.org/wiki/Coldfusion Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers

Re: Another DDOS attack on CT??

2006-12-03 Thread Will Tomlinson
>Having a hard time with Crystaltech servers again this evening.. anybody >experiencing the same? Things appear ok on *my* shared server... Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitti

Re: Where do I start (Arghhhh)

2006-12-02 Thread Will Tomlinson
but even at that price you would figure that you would not >have to go in and all your queries. Of course they offer to >modify the thing to your liking for a mere $90.00 hr. Geesh, I thought I was >paid well. Kinda surprises me that so many folks use CW, and if I remember right, it has some nas

Re: Paypal Integration - Auto Return question

2006-12-01 Thread Will Tomlinson
Thanks Dan! I'll have a look... Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year.

Re: Anyone know a CF_Wack seller that takes Paypal?

2006-12-01 Thread Will Tomlinson
x27;s "SQL >in 10" book there) and no dice. Just give me your paypal login info and I'll take care of that bunch of cash FOR you... hahahaha!! Will ~| Introducing the Fusion Authority Quarterly Update. 80 page

Re: Paypal Integration - Auto Return question

2006-12-01 Thread Will Tomlinson
Yes I ran into the exact same thing. Very irritating! I use both IPN AND PDT. The IPN will take care of the background work anyway when the auto return thing screws up. Will ~| Introducing the Fusion Authority Quarterly

Re: Sean Corfield, it's time to approve my post

2006-11-30 Thread Will Tomlinson
Good timing Ray Camden! Thanks for posting this. Perfect timing! http://www.adobe.com/products/coldfusion/proven/ Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

Re: Sean Corfield, it's time to approve my post

2006-11-30 Thread Will Tomlinson
thers are taught, but they actually like CF better, develop more in-school apps, and spend more time on it in general. I think it's better-preached there is what I'm trying to say. Will ~| Introducing the Fusion Authori

Re: conference registration app

2006-11-30 Thread Will Tomlinson
>Any recommendations/leads on a CF based conference registration app, >preferably with Authorize.net integration? Maybe shoot Michael Smith at Teratech an email. Bet he has some good leads. Will ~| Introducing the

Re: Marketing CF

2006-11-30 Thread Will Tomlinson
AMEN BROTHER! Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com

Re: CF > UPS address validation?

2006-11-29 Thread Will Tomlinson
I found it here: http://tutorial377.easycfm.com/ Thanks, Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a

Re: Can't figure out why these ID's aren't unique

2006-11-29 Thread Will Tomlinson
Yes I have some flaws here I know. lol... The cartservice.cfc is just a service. Its job is to create the cart itself in session scope. Thanks, Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard

CF > UPS address validation?

2006-11-29 Thread Will Tomlinson
Has anyone built or know of anything in CF that deals with UPS's address verification service? I already have a rate calculator CFC but figure maybe somebody has built the other too. Thanks, Will ~| Introducing the F

Can't figure out why these ID's aren't unique

2006-11-29 Thread Will Tomlinson
duplication. All the ID's are unique, yet I'm using the same method to generate THOSE too. Here's where it's created. Any ideas? And here's for the cartID. No problem I see with these

Re: OT: More CT problems today...

2006-11-28 Thread Will Tomlinson
ww.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:187296 Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a y

Re: OT: More CT problems today...

2006-11-28 Thread Will Tomlinson
ww.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:187296 Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a y

Re: OT: More CT problems today...

2006-11-28 Thread Will Tomlinson
een some of their pres, Tim Uzzanti's statements, you'd understand. That is ONE stuck up dude. Oh, and he seriously cracks on CF. :) Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-t

OT: More CT problems today...

2006-11-28 Thread Will Tomlinson
I dunno about you guys, but I'm havin more problems at CrystalTech today. Server actin goofy, mail server wiggin out, etc. Same as yesterday. But my sites seem to be up (for now). :) Will ~| Introducing the Fusion Auth

Re: CrystalTech outage?

2006-11-27 Thread Will Tomlinson
>Is anyone else experiencing outages for their CrystalTech sites? Seems like >none of mine are up as of about 20 minutes ago. Hey, maybe it's the same construction crew that hit HostMySite awhile back. lol! Will ~|

Re: CrystalTech outage?

2006-11-27 Thread Will Tomlinson
Dude, they have MAJOR problems right now. All my sites are down too. And CT's website was down for quite a while. Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdF

Re: SSL Providers

2006-11-27 Thread Will Tomlinson
dave suggested xramp. Seems to be a good one so far. http://www.xramp.com/ Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your

Re: i'm a daddy

2006-11-26 Thread Will Tomlinson
Congrats! ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archi

Re: A good email validator?

2006-11-25 Thread Will Tomlinson
> Will, you didn't see isEmail there? A search for email validation > brought it up. :) Dude, haven't you figured out I'm like, a little slow? Thanks! me ~| Introducing the Fusion Authority Quarterly Upd

Re: What am I doing wrong? (Problem with )

2006-11-25 Thread Will Tomlinson
> DateSent = "Now()"<To this And you might also think about using CreateODBCDate() for this. Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusio

Re: Question about importing into access from tab delimited txt file

2006-11-25 Thread Will Tomlinson
e "Steve". There's no error there. it's the same with a number. Output ctr and it'll be 1. No error. Hope this helps, Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitt

Re: Question about importing into access from tab delimited txt file

2006-11-25 Thread Will Tomlinson
Just make sure you before any of the looping. Then the looping begins and starts incrementing inside it. Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

Re: Question about importing into access from tab delimited txt file

2006-11-24 Thread Will Tomlinson
nt (this list has 16 elements). > Valid indexes are in the range 1 through the number of elements in the > list. You need to dump this record variable and see what it looks like. It obviously doesn't have 17 elements in it. Will

Re: Cart qty discounts

2006-11-24 Thread Will Tomlinson
That's interesting that THEY can't even make it work. lol! I'll work on this using your theories. Sounds like it'd work. Thanks, Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of har

Re: Cart qty discounts

2006-11-24 Thread Will Tomlinson
I knew this'd be the problem. The question is harder to ask than actually figuring out the solution. lol! Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion inform

Cart qty discounts

2006-11-23 Thread Will Tomlinson
you create applyQTYDiscount()? Call it, it works its magic, loops over the cart struct, applying the new updated discount prices for every cart item? Thanks much! Will ~| Introducing the Fusion Authority Quarterly Update. 80 page

Happy Thanksgiving to the list!

2006-11-23 Thread Will Tomlinson
Hey, Just wanted to wish everyone a Happy Thanksgiving! Thanks for your year-round help. I wouldn't be where I am without ya! (Stuff it dave!) Not gonna start listin' names again cause you all know who you a

Re: cferror on application.cfm not working (?)

2006-11-22 Thread Will Tomlinson
template won't catch it. You'll need to create some type of code error to generate the error. But I'd create an exception handler as well. It'll catch most errors, then the request one kicks in if it doesn't. Will ~~

Re: A good email validator?

2006-11-22 Thread Will Tomlinson
Bobby hookled me up as usual... do this do that Thanks! Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four

A good email validator?

2006-11-22 Thread Will Tomlinson
I'm lookin' for a decent email validator. No need to make sure the email add. is deliverable, just the string is formatted correctly. IsValid() is no good because too much slips thru. I checked cflib.org and didnt see anything with a quick search. Anybody have a regex or somethin? Th

Re: Need a favor...quick check to see if anyone can access this site...

2006-11-22 Thread Will Tomlinson
Comin up just fine here Rick. Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http

Re: Identifying date/time objects

2006-11-22 Thread Will Tomlinson
Or maybe you'd needta extract that date out first with a ListFirst()? Show this show that ?? Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion informati

Re: Identifying date/time objects

2006-11-22 Thread Will Tomlinson
#DateFormat(blahblah)# whatever Would that work? Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a

Re: Zip code locator

2006-11-22 Thread Will Tomlinson
> I am needing to implement a search within "X" miles of zipcode feature > on my websire, and was wondering if someone knows of an open source > solution. Talk to dave the disruptor. He knows zip code locators in

Re: Dreamweaver is a total dog!!

2006-11-19 Thread Will Tomlinson
Get 2GB RAM. Mine runs like greased lightnin'. DW doesn't like pooh boy machines. Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers,

Re: Invalid Session

2006-11-16 Thread Will Tomlinson
And here's one of the threads from back then. There's a link to a CT forum thread you should read. I think it has different ideas on workin round the issue. http://www.houseoffusion.com/groups/CF-Talk/thread.cfm/threadid:3

Re: Invalid Session

2006-11-16 Thread Will Tomlinson
Rick, We went thru this same problem at CrystalTech a while back. I think it ended up being a bug in CF. Some searches thru the archives and google searches should reveal some good info. Will ~| Introducing the Fusion

Re: What *NOT* to do to screw up my google rankings...

2006-11-16 Thread Will Tomlinson
isspelled your name. It isn't supposed to have that h. heeeheehe.. :) Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your

Where's the culprit for these timeout/connection errors?

2006-11-16 Thread Will Tomlinson
Error Executing Database Query. Timed out trying to establish connection The error occurred on line 9. Thanks, Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by

Re: Outputting queries from APPLICATION scope

2006-11-15 Thread Will Tomlinson
>Remove the pound signs around APPLICATION.getAllProds Ok duh. Damn, I hope dave and bobby don't see this one. Thanks, Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up

Outputting queries from APPLICATION scope

2006-11-15 Thread Will Tomlinson
e# , What am I doin wrong here? Thanks, Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.f

Re: What does this error mean?

2006-11-15 Thread Will Tomlinson
>Check out the comments in my blog entry, I think there are a few >different reasons you might get this error: >http://www.petefreitag.com/item/163.cfm Ah! Very informative Pete. Thanks much! Will ~| Introducing t

Re: What does this error mean?

2006-11-15 Thread Will Tomlinson
>Did this just start happening? It's on a shared server at CT, and nah, we've only gotten it a few times now - not a lot. That java explanation helps me. At first, I was worried it was code-related. Maybe it's not.

What does this error mean?

2006-11-15 Thread Will Tomlinson
an error occur on line -1?? lol!! Thanks, Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four tim

RE: grrrr....

2006-11-15 Thread Will Swain
at the client and raise your eyebrow. -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 4:34 AM To: CF-Talk Subject: RE: g I had a 'discussion' with the IT consultant at a client of mine who insisted that CF was built

Re: OT: Email Bounce Handler

2006-11-15 Thread Will Tomlinson
the failto in cfmail to send them there. Then you dload'em and do whatever ya need with'em. Worked like a champ! Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

RE: grrrr....

2006-11-15 Thread Will Swain
I had a 'discussion' with the IT consultant at a client of mine who insisted that CF was built on ASP. He wouldn't have it any other way. He was obviously an MS man and didn't view anything else as 'proper'. What annoyed me more than anything else was that he was getting paid a small fortune as a

OT: Strange google searches

2006-11-14 Thread Will Tomlinson
I was just perusing some search logs in smarterstats, and came across this dandy. "what is the percent would volleyball shoes cost" Who searches for this? Does charles manson have access to the internet? Sorry for the OT, but I hadta share that o

Re: grrrr....

2006-11-14 Thread Will Tomlinson
Next time this happens, give his phone number to dave "the disruptured". He'll be in for a RUDE awakening. lol! Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-

Is there a way to dump all my SESSION.carts ?

2006-11-14 Thread Will Tomlinson
In my store app, each user cranks up a SESSION.cart struct. Is there a way I can dump all the current cart structs for viewing? Thanks, Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up

Does work for timeouts?

2006-11-14 Thread Will Tomlinson
I have some queries that timeout when the server is wackin' out on my shared server. Diagnostics Error Executing Database Query. Timed out trying to establish connection The error occurred on line 4. Will a catch stuff like that? Thanks,

Re: Is there a way to dump all my SESSION.carts ?

2006-11-14 Thread Will Tomlinson
Here's what I have working. My Admin/app.cfc screwed with it and wouldnt let me dump the session.carts. So I put the code in the root folder, then access it thru Admin with an that sends a user/pass thru the URL. Thanks bobby and the others that posted! Current it

Re: Is there a way to dump all my SESSION.carts ?

2006-11-14 Thread Will Tomlinson
Thanks a ton! Gonna go try the sessiontracker right now! Preeesh! Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four

Re: CFForms/XML format suddenly giving error messages

2006-11-13 Thread Will Tomlinson
>The puzzle is that i dont use a XML file on this site, No no I know you're not writing your own XML for this... I'm just sayin it looks like CF can't find *ITS* xml file. Other than that, I don't kno

Never seen this one...

2006-11-12 Thread Will Tomlinson
ng a fresh one. Is this normal? Thanks, Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a

<    7   8   9   10   11   12   13   14   15   16   >