Re: CF Shopping carts

2010-06-29 Thread denstar
Arr, I like the cut of your jib, Kevin Pepperman. :DeN -- As all Art depends on Vision, so the different kinds of Art depend on the different ways in which minds look at things. George Henry Lewes ~| Order the Adobe

RE: CF Shopping carts

2010-06-29 Thread Eric Roberts
I pushed that...he doesn't like PayPal for some reason...he is under the impression that people don't like it. Not something that I have ever heard...but he has that stuck in his head. I have suggested several other free options. It's not decision unfortunately. I even suggested that he use

Re: CF Shopping carts

2010-06-29 Thread denstar
No need to defend, I think people were commenting more on mindsets, than *you*, so to speak. That's the way I see it, in context. Defend yourself (shit happens, I've been there), but don't defend a mindset that is at it's core, unhealthy. Not that I'm one to talk, but whatever. :) :Denny --

Re: ColdFusion Builder Auto-Indent

2010-06-29 Thread Tom Chiverton
On Tuesday 29 Jun 2010 06:41:34 Matt Quackenbush wrote: However, I do not see any such option in my installation. You mean the whole 'ColdFusion' option is missing ? Or something else ? -- Tom Chiverton Helping to conveniently grow enterprise viral initiatives as part of the IT team of the

RE: ColdFusion Builder Auto-Indent

2010-06-29 Thread andy matthews
Matt... When I installed CFB auto-indenting was turned on by default. -Original Message- From: Matt Quackenbush [mailto:quackfu...@gmail.com] Sent: Tuesday, June 29, 2010 12:42 AM To: cf-talk Subject: ColdFusion Builder Auto-Indent I am giving CFBuilder a whirl, and am having

Re: DB2 EBCDIC translation issue [spamtrap bayes][spamtrap heur]

2010-06-29 Thread Rick Root
On Mon, Jun 28, 2010 at 10:28 PM, Paul Hastings p...@sustainablegis.com wrote: On 6/29/2010 2:28 AM, Rick Root wrote: wrapper is improperly translating the exclamation mark from the EBCDIC character set into ASCII - supposed to be ascii 33 but is coming through as ascii 93 instead. seen

Re: DB2 EBCDIC translation issue [spamtrap bayes][spamtrap heur]

2010-06-29 Thread Rick Root
fwiw, I also tried code pages 437 (MS-DOS United States, Australia, New Zealand, South Africa) and code page 1047 (Latin-1 character set for EBCDIC hosts). Cp1047 returned the same result.. Cp437 caused a null null error. Rick On Tue, Jun 29, 2010 at 8:06 AM, Rick Root rick.r...@gmail.com

Re: CF Shopping carts

2010-06-29 Thread Eric Cobb
Wait...what? -Your client refuses to listen to you and has rejected your every suggestion. -Your client has no money and refuses to use the free resources already available. -Your client expects you to build a custom site for free. -You agreed to build the site on the hopes

RE: CF Shopping carts

2010-06-29 Thread Bobby Hartsfield
You are giving me flash backs man... I think most of us have been there at one point or another. .:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Eric Cobb [mailto:cft...@ecartech.com] Sent: Tuesday, June 29, 2010 10:02 AM To: cf-talk

Re: CF Shopping carts

2010-06-29 Thread Michael Grant
I 100% agree with this. Eric (Roberts), you'd be much better spending the 40 or so hours trying to drum up business or on a job search. Spend one day putting together a resume/portfolio and the other 32 hours contacting people and circulating your portfolio. On Tue, Jun 29, 2010 at 10:02 AM,

Re: CF Shopping carts

2010-06-29 Thread Steve Bryant
I just finished deploying a shopping cart on a second. I am planning to release it as FOSS as soon as I get a little bit of documentation written. In writing it, I used cfpayment (http://cfpayment.riaforge.org/). It provides an abstraction layer to several payment gateways and it is easy to

Turning off try/catch

2010-06-29 Thread Shannon Rhodes
Is there any global way to turn off try/catch handling? I believe I've heard of this for VB but I don't think I've come across it for CF. My issue is that I'm creating a new version of a site based on an existing codebase, and I have to update the schema references and some other cleanup.

Re: CF Shopping carts

2010-06-29 Thread Dave Watts
I pushed that...he doesn't like PayPal for some reason...he is under the impression that people don't like it.   Not something that I have ever heard...but he has that stuck in his head. I have suggested several other free options.  It's not decision unfortunately.  I even suggested that he

Re: Turning off try/catch

2010-06-29 Thread Dave Watts
Is there any global way to turn off try/catch handling? No. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our

Re: Turning off try/catch

2010-06-29 Thread Andrew Clarke
How many try/catch blocks do you have in the code? Are they trapping expected errors, or exceptions? I mean, if you've got one around a cfhttp call to catch a timeout, that's good because it happens every once in a while and it's expected behaviour (occasionally). If you have it around a

RE: CF Shopping carts

2010-06-29 Thread Eric Roberts
I'm already doing that ;-) -Original Message- From: Michael Grant [mailto:mgr...@modus.bz] Sent: Tuesday, June 29, 2010 9:13 AM To: cf-talk Subject: Re: CF Shopping carts I 100% agree with this. Eric (Roberts), you'd be much better spending the 40 or so hours trying to drum up

RE: CF Shopping carts

2010-06-29 Thread Eric Roberts
Actually, I don’t want to do freelance work, but I am forced to do so. And just because you share his attitude doesn't make it not elitist. -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Tuesday, June 29, 2010 11:15 AM To: cf-talk Subject: Re: CF Shopping carts

Re: CF Shopping carts

2010-06-29 Thread Charlie Griefer
No, the fact that it's not elitist makes it not elitist. Dave's analogy about the auto mechanic and the tools was spot-on (as per usual). If you want to do a job, you're expected to have the tools to do the job. I also agree 100% with what many have said about this particular client. I've

RE: Turning off try/catch

2010-06-29 Thread Eric Roberts
That would be a cool feature though, just like how you can turn off debugging on an individual page, it would be cool to be able to do the same when trying to debug a page instead of having to go and comment out the try and catch tags (you listening Adobe...CF10 hints hehehe) Eric -Original

Re: CF Shopping carts

2010-06-29 Thread Matt Robertson
Well, I guess it is a bag-on-Eric thread after all. Michael Grant said you'd be much better spending the 40 or so hours trying to drum up business or on a job search. Spend one day putting together a resume/portfolio and the other 32 hours contacting people and circulating your portfolio. Good

Re: CF Shopping carts

2010-06-29 Thread Dave Watts
Actually, I don’t want to do freelance work, but I am forced to do so. I'm sorry to hear that. But if you're forced to do something, and you want to do it successfully, you may have to change your expectations, etc. And just because you share his attitude doesn't make it not elitist. No, the

Re: ColdFusion Builder Auto-Indent

2010-06-29 Thread Matt Quackenbush
@ Tom - No, I mean that the option for auto-indent does not appear. @ Andy - I would have expected the exact same thing. However, I am not getting any auto-indention in cfscript or when using tags. shrug ~| Order the Adobe

Re: DB2 EBCDIC translation issue [spamtrap bayes][spamtrap heur]

2010-06-29 Thread Rick Root
Okay, an article I found said to run this query: SELECT ENCODING_SCHEME FROM SYSIBM.SYSTABLES WHERE NAME = 'ADVTB901' And if the result is “E” then it uses the parameter values of SCCID, MCCGID, and GCCID for single byte, multi-byte, and graphic character sets. So it looks like the code

Re: Turning off try/catch

2010-06-29 Thread Shannon Rhodes
Thanks Eric, I do hope they consider it...like with debugging in general, which can be IP specific in the administrator. I can see many uses for this, and as I mentioned...other languages have acknowledged the usefulness of turning off error handlers for the purposes of development/debugging.

RE: Turning off try/catch

2010-06-29 Thread brad
If you have debugging turned on, there is a section right under Debugging Information and right above SQL Queries called Exceptions in my 8.0.1 server that list all errors on the page, even if they were try/caught. It doesn't include a stack trace, but it does give you the error message, file,

Re: Turning off try/catch

2010-06-29 Thread Dave Watts
If I were you though, I would do a global find and replace and change all instances of cfcatch  to cfcatchcfrethrow.  That will effectively turn off your try catch and you can put it all back with another find and replace later. If you do this, make sure you account for the CFCATCH TYPE

Re: Turning off try/catch

2010-06-29 Thread Andrew Clarke
Brad's suggestion is good, and sounds kind of familiar :-) Shannon, is there some reason why you wouldn't want to be notified of errors in a live environment? I'm hoping that's taken as a rhetorical question. Since the answer is no, you DO want to know about errors on the live server, it

Windows SQL 200X Full Text search query quandry

2010-06-29 Thread UXB Internet
I on a project we are using the SQL 200X internal Full Text catalog to search the database and it is finding the correct data just fine. However, the client would like me to pull a summary of the data that matched the text search out of the database. Just the summary of the section of the data

Re: CF Shopping carts

2010-06-29 Thread Kevin Pepperman
Well, no one can say that CFML coders are not a passionate group thats for sure. To everyone participating in this conversation-- I have much respect-- and I do mean everyone. Times are tough everywhere right now, and we all need to group together and stay focused on what we believe in and what

Re: CF Shopping carts

2010-06-29 Thread denstar
On Tue, Jun 29, 2010 at 10:57 AM, Matt Robertson wrote: Well, I guess it is a bag-on-Eric thread after all. I still say it's a mindset. :-) And just to take a second and address the not free thoughts: *The following comments are aimed at a mindset, not specific people.* It is 100% possible

Re: CF Shopping carts

2010-06-29 Thread denstar
Alright, this is sounding pretty freaking good. Coincidentally, I now need a shopping cart too. I /was/ going to reuse an old, pretty decent one, but it's sorta geared towards Model-Glue, and I never really tested the lofty framework agnostic aims it aspired to. Using a community based one for

Re: CF Shopping carts

2010-06-29 Thread Sean Corfield
On Tue, Jun 29, 2010 at 5:26 PM, denstar valliants...@gmail.com wrote: What do folks think about ColdSpring?  I don't really think of it as a framework, but it is, I recon.  Does that make using it verboten for a project like this?  I see good things either way, so...  just curious. I'm a

Re: CF Shopping carts

2010-06-29 Thread denstar
On Tue, Jun 29, 2010 at 6:38 PM, Sean Corfield wrote: On Tue, Jun 29, 2010 at 5:26 PM, denstar valliants...@gmail.com wrote: What do folks think about ColdSpring?  I don't really think of it as a framework, but it is, I recon.  Does that make using it verboten for a project like this?  I see

Re: DB2 EBCDIC translation issue [spamtrap bayes][spamtrap heur]

2010-06-29 Thread Paul Hastings
On 6/30/2010 12:47 AM, Rick Root wrote: However, setting the codepage to 500 (or 500,0,0) in the connection string using the typdefovr doesn't seem to help either. dumb question, are you sure there's actually an encoding error? IBM unicode 0x4F

Re: Windows SQL 200X Full Text search query quandry [spamtrap heur]

2010-06-29 Thread Paul Hastings
On 6/30/2010 5:50 AM, UXB Internet wrote: How would I pull just the 256 byte section of the ntext field URLdescription that matches the searchstring? one way might be to use PATINDEX SUBSTRING (see sql server books-on-line for details).

Re: CF Shopping carts

2010-06-29 Thread Steve Bryant
Denny, Alright, this is sounding pretty freaking good. Yeah, cfpayment is really amazing. I am always surprised that it doesn't get more attention that it does. Leveraging cfpayment sounds excellent, and we could toss in some i18n stuff right from the beginning as well... I haven't

SQL - Selecting a row based off linking table row matches

2010-06-29 Thread Will Tomlinson
MySql 5, I have this product schema. There are other tables involved but this is the pertinent part. tblskus skuid pk sku_prodid more fields... tblskuoptions skuoptionid pk skuoptionname more fields... tblskuoptions_rel (linking many table) skuid fk skuoptionid fk The user is

RE: SQL - Selecting a row based off linking table row matches

2010-06-29 Thread Andrew Scott
Use an inner join on the id's that you wish to link across the tables. -Original Message- From: Will Tomlinson [mailto:w...@wtomlinson.com] Sent: Wednesday, 30 June 2010 2:01 PM To: cf-talk Subject: SQL - Selecting a row based off linking table row matches MySql 5, I have this