Re: Forms Processing: Updating Only Changed Data

2010-03-10 Thread Eric Cobb
After reading my answer, I realize the way I worded it may be confusing. Here's an example. On your form: On your processing page. That's the basics of what I was trying to get at. thanks, eric cobb ecar technologies, llc http://www.cfgears.com Eric Cobb wrote: &

Re: Two CFQUERY statements?

2010-03-11 Thread Eric Cobb
Sounds like ColdFusion is having problems connecting to one of your databases. Try this: 1) make sure you can "verify" both datasources in your ColdFusion Administrator. 2) make sure you didn't misspell one of the datasource names in your cfquery tags. thanks, eric cobb ec

Re: Online domain name search tag/tool

2010-03-16 Thread Eric Cobb
gistration information for it. thanks, eric cobb ecar technologies, llc http://www.cfgears.com Terry Troxel wrote: > Coldfusion Tag/Tool for Domain Name searches. > > Is there such a thing that can allow you to let your users search for > possible domain names to register withou

Re: ColdFusion Builder Released!

2010-03-23 Thread Eric Cobb
to get an extra IDE for a language they don't use, or spend $50 less and just get the IDE they need? thanks, eric cobb ecar technologies, llc http://www.cfgears.com Charlie Griefer wrote: > On Mon, Mar 22, 2010 at 2:28 PM, Mary Jo Sminkey > wrote: > > >>> The cost h

Re: ColdFusion Builder Released!

2010-03-23 Thread Eric Cobb
Yes! Andy agreed with me! I'm going to print this out and frame it! ;-) thanks, eric cobb ecar technologies, llc http://www.cfgears.com Andy Matthews wrote: > As much as it kills me to say that Eric is right, and it does, I think he's > right. A developer in another lang

Re: default for numeric argument

2010-04-05 Thread Eric Cobb
yep. thanks, eric cobb http://www.cfgears.com Matthew Smith wrote: > > > I am not passing it in. I am getting: > The APP_USER_ID argument passed to the check_item_quantities function is not > of type numeric. > Should I

Re: java.lang.String as a structure with members

2010-04-06 Thread Eric Cobb
You don't need the #'s either! change to and to thanks, eric cobb http://www.cfgears.com Maureen wrote: > You are using t1 as the name of a query: > > > then you set it to a string > > > then you try to use it again as a query name. > > > Al

Re: Joni Mitchell and Cold Fusion

2010-04-07 Thread Eric Cobb
yeah, Go Daddy is crap! I documented my last run-in with them: http://www.cfgears.com/index.cfm/2009/4/23/How-GoDaddy-Destroyed-my-Clients-Site thanks, eric cobb http://www.cfgears.com Kevin Pepperman wrote: > Charlie beat me to it... Move it to Viviotech or some other VPS, Go Daddy &g

Re: CFDocs

2010-04-08 Thread Eric Cobb
ith "array". Things like "isArray", "ListToArray", etc..., are not listed in cfquickdocs, but they are in coldfusiondocs.com and cfmldocs.com. Just being picky... thanks, eric cobb http://www.cfgears.com Paul Kukiel wrote: > There is also http://www.cfmld

Re: Easy application question

2010-04-12 Thread Eric Cobb
Make sure both Application.cfm files have the same name in the cfapplication tag. thanks, eric cobb http://www.cfgears.com Brian Bradley wrote: > I think I misunderstand how to use application.cfm files. I have a > application.cfm file on the root and I set a group of session var

Re: number format mask

2010-04-27 Thread Eric Cobb
Try it and see: #numberformat(variables.ordertotal, ".99")# Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com Matthew P. Smith wrote: > #numberformat(variables.ordertotal, ".99")# > > Does this limit the left of

Re: deleting all files in a directory with code

2008-04-16 Thread Eric Cobb
If you're going to be working with a large number of files, you may want to think about tapping in to CF's underlying Java capabilities. I've found that to be much better than using cfdirectory. Che Vilnonis wrote: > Glad I could help... > > -Original Message- > From: Richard White [m

Re: Managing Software Releases

2009-02-11 Thread Eric Cobb
You need Subbversion (http://subversion.tigris.org/). Aaron West wrote an awesome step-by-step tutorial on how to install and configure Subversion, and even shows you how to check out code files to your local development system. It's a 5 part blog series, but you can breeze through them prett

Re: tools for creating DAO, Gateway, Bean, etc CFCs

2009-02-12 Thread Eric Cobb
I you want to use Stored Procedures, don't forget to check out SquidHead. http://squidhead.riaforge.org/ Thanks, Eric Cobb http://www.cfgears.com Gerald Guido wrote: > There are tons of them. Go here and search for "generator" or "code". > > http:

Re: Need a new host

2009-03-02 Thread Eric Cobb
Like Rob, I've been with CrystalTech for years, and have recently moved to a dedicated server with them. I've had no problems and would recommend them to anyone! -- Thanks, Eric Cobb Certified Macromedia ColdFusion MX 7 Developer http://www.cfgears.com Robert Rawlins wrote: &

Re: BOLT!

2009-04-17 Thread Eric Cobb
it finally does go into Beta. All they say on Labs is "BETA APPLICATIONS NOW BEING ACCEPTED!". It doesn't say the Beta has started. http://labs.adobe.com/wiki/index.php/Bolt Thanks, Eric Cobb Certified Macromedia ColdFusion MX 7 Developer http://www.cfgears.com Jose Diaz wr

Re: Detect a 301 redirect

2009-05-05 Thread Eric Cobb
Perhaps your users could land on the original page, which displays a message telling them they are being redirected, then after 5 seconds (or whatever) the 301 redirect kicks in and moves them to the new page. This could easily be done with a cfheader/sleep/cflocation combo. Thanks, Eric

Re: Application Scope Problem

2009-06-19 Thread Eric Cobb
This little tool can help you find what variables need to be put into the "var" scope: http://varscoper.riaforge.org/ Thanks, Eric Cobb Certified Macromedia ColdFusion MX 7 Developer http://www.cfgears.com Paul Alkema wrote: > Ok, I'll look into that and see if that fixes

Re: IIS Log Analyzer

2009-07-14 Thread Eric Cobb
SmarterStats rocks! http://www.smartertools.com/SmarterStats/Features/Web-Log-Analytics-Website-Statistics.aspx Thanks, Eric Cobb Certified Macromedia ColdFusion MX 7 Developer http://www.cfgears.com Justin Scott wrote: > So, what are people using for analyzing IIS web traffic logs th

Re: Comparisons - Your thoughts

2009-07-15 Thread Eric Cobb
n/articles/coldfusion_performance_04.html Thanks, Eric Cobb Certified Macromedia ColdFusion MX 7 Developer http://www.cfgears.com Jason Fisher wrote: > I have long been in the habit of using EQ and NEQ (and now moving to == and > !=) for numbers in all cases, since there is no such t

Re: Comparisons - Your thoughts

2009-07-15 Thread Eric Cobb
ntainability can play a larger role than squeezing out every tiny little millisecond of speed (on most apps). Thanks, Eric Cobb Certified Macromedia ColdFusion MX 7 Developer http://www.cfgears.com Charlie Griefer wrote: > I'd be leery of something that says, "always"

Re: ecommerce emergency

2009-07-23 Thread Eric Cobb
registrations than a competitor...$3 per year! That's $0.25 per month!) I finally moved to an area where people realize that it costs money for technology products and services. They see it as a necessary investment, not an unnecessary expense. Thanks, Eric Cobb http://www.cfgear

Re: CF and Java

2009-08-07 Thread Eric Cobb
I'm not sure if all of these are available to CF. http://java.sun.com/javase/6/docs/api/overview-summary.html Thanks, Eric Cobb http://www.cfgears.com Alan Rother wrote: > Hey All, > Has anyone found an easy way to "wander" through all of the classes / > packages

Re: CFSTOREDPROC kind of sucks

2009-08-26 Thread Eric Cobb
According to LiveDocs, in MX 6 "Changed the dbvarname attribute behavior: it is now ignored for all drivers. ColdFusion uses JDBC 2.2 and does not support named parameters." Thanks, Eric Cobb http://www.cfgears.com Dave Watts wrote: >> Three issues that come to mind: > &

Re: CF 9 Hosting

2010-05-20 Thread Eric Cobb
I'll +1 for CrystalTech. I've been using them for years. Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com Alan Rother wrote: > Just to put them in the Mix... > > www.crystaltech.com > > I've hosted dozens of sites th

Re: CF 9 Hosting

2010-05-20 Thread Eric Cobb
/2009/5/21/Best-ColdFusion-quote-EVER :) Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com Kelly Matthews wrote: > Actually while hostek's prices are great, the fact that they go down 2-3 > times PER day is far too much for my client, which is why I

Re: cfc accessing session scope - bad?

2010-05-20 Thread Eric Cobb
them. Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com Adrian Moreno wrote: > I've got an example of a Session Facade (or Session Proxy?) on my site: > > http://www.iknowkungfoo.com/blog/index.cfm/2007/2/12/Using-a-Session-Facade-to-hand

Re: How to delete a post in House of fusion?

2010-05-27 Thread Eric Cobb
(http://www.houseoffusion.com/contact.cfm) and ask him to manually take them out of the database. It won't remove them off of the Internet, but it will get them off of the HOF website. Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com C S wrote: >> A

Problems with slashes in JSON

2010-06-09 Thread Eric Cobb
es list items for each row. I then return the list items to jQuery, which populates my UL with them. Here's my problems and what I've done so far: * returning the data from my CFC as a string causes jQuery to actually display the html code in the brower, so I literally see

Re: Problems with slashes in JSON

2010-06-10 Thread Eric Cobb
Thanks Brian. That eliminated all of the RegEx I was having to do, but my closing list tag is now being displayed as "<\\\/li>" at the end of every list item, and all slashes in my text are showing up as "\\\/". Any idea on how to fix that? Thanks, Eric Cobb E

Re: Problems with slashes in JSON

2010-06-10 Thread Eric Cobb
ld it out in CF and just have jQuery display it. Too much JavaScript hurts my head. :) I'm about to the point I'm ready to ditch jQuery and just do what I need to do without trying to be all "ajaxy" with it. Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.c

Check for remote CFC call in CF 8

2010-06-15 Thread Eric Cobb
member to use cfsetting for every remote method, is there a way I can programmatically figure out if the current request is calling a remote method in CF 8? -- Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com ~~

Re: Is it time for Adobe to Rebrand Cold Fusion?

2010-06-21 Thread Eric Cobb
Not to stir the pot any more than it already is, but I wanted to point out two quick things: 1) That's not Ben Forta's blog you linked to. 2) That article was published 6 years ago. Carry on Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.c

php.org is written in ColdFusion

2010-06-21 Thread Eric Cobb
Simon Horwith just posted this on his blog (http://www.horwith.com/index.cfm/2010/6/21/php-dot-org-is-written-in-ColdFusion), and it's too good not to pass on! "http://php.org/ appears to be written completely in ColdFusion." -- Thanks, Eric Cobb ECAR Technol

Re: Is it time for Adobe to Rebrand Cold Fusion?

2010-06-22 Thread Eric Cobb
It works on getting managers to upgrade too! "We're still running CF2000, when CF2009 is already out. We're 9 years behind everyone else!" Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com Cameron Childress wrote: > On Tue,

Re: cfdot.net

2010-06-23 Thread Eric Cobb
lp him clean up his examples so they are more accurate. Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com Matthew Small wrote: > All language religion aside - it's not a fair comparison, it's biased towards > CF. You should be more ho

Re: CF Shopping carts

2010-06-29 Thread Eric Cobb
to get that money. But don't do the work if you don't get the money. Free projects should be done in your free time. The time you waste on the freebie clients would be better spent trying to find paying clients, or cutting your neighbors grass to scrape together the m

Re: development and testing server

2010-07-13 Thread Eric Cobb
g Ben Forta show up at your office and type the key in for you, getting the "go-ahead" directly from Adam is about as good as it gets. At least it would be around here, anyway. Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com Judah McAul

Re: Need a west coast (US) based CF host

2010-07-29 Thread Eric Cobb
7;re physically located. Your site can have it's own time zone independent of the server time zone. (again, assuming all of the date/time stamps are being entered via CFML instead of the DB itself) Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com C

(ot) Eclipse hangs on startup.

2010-08-03 Thread Eric Cobb
know if there is any way to tell what's causing Eclipse to hang at the splash screen for so long? Some way to get a behind the scenes look at what's going on? -- Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com ~~~

Re: onApplicationStart

2010-08-04 Thread Eric Cobb
Here's the poor mans answer to applicationStop(), it works on CF7 & CF8. |<||cfset| |application.setIsInited(false) /> | See Mister Dai for a more detailed explanation: http://misterdai.wordpress.com/2010/06/11/cf-flag-application-to-run-onapplicationstart/ | | Thanks,

Re: onApplicationStart

2010-08-04 Thread Eric Cobb
Huh, not sure what happened with the formatting on that. Here you go: Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com Eric Cobb wrote: > Here's the poor mans answer to applicationStop(), it works on CF7 & CF8. > > |<||cfset| |ap

Re: Trying to understand application.cfc...

2010-08-12 Thread Eric Cobb
You should be able to set that variable in OnApplicationStart() with no problems. In fact, as you said, that's the preferred place to set it. You must have something else going on that's causing the problem. Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartec

License question about compiled code between Developer & Enterprise

2010-08-26 Thread Eric Cobb
ensed production server with CF Enterprise Edition, we're not in any type of license violation, are we? We just want to clarify that we don't actually have to compile the code on a licensed Enterprise CF server in order to deploy to production Enterprise CF servers. -- Thanks, Eric Cobb EC

Re: Check out this... code....

2010-08-31 Thread Eric Cobb
I'm glad you posted this today, I just found this one a few minutes ago: #Year(DateAdd("", 1, Now()))-1# Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com Rick Root wrote: > Three fun pieces of code I found today while doing s

Re: Check out this... code....

2010-08-31 Thread Eric Cobb
Exactly! :) Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com Andy Matthews wrote: > You're right. The correct version should be: > > #Year(DateAdd("", 0, Now()))# > > No need for the -1. > > > > andy &

Re: Using ## vs not using ##

2010-09-01 Thread Eric Cobb
According to Adobe, yes. http://www.adobe.com/devnet/coldfusion/articles/coldfusion_performance_04.html Although, I'm sure it's probably negligible. All they really say is that the extra pound signs "will negatively affect performance". Thanks, Eric Cobb ECAR Te

Re: Authorization and Security for a web service

2010-09-03 Thread Eric Cobb
Check out these presentations by Simone Free. He's got some really good pointers in them. http://www.simonfree.com/presentations/cfobjective.html http://www.simonfree.com/presentations/cfunited-09---washington-dc.html http://www.simonfree.com/presentations/nashville-cfug.html Thanks,

Sessions persist after server restart.

2010-09-20 Thread Eric Cobb
n, or if it's always been on and I never noticed it. -- Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Col

Re: Sessions persist after server restart.

2010-09-22 Thread Eric Cobb
tains sessions, but there's no mention as to where this configuration is or how to change it. Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com Cutter (ColdFusion) wrote: > Is it using the CLIENT scope, with vars in the db? Is it storing > thin

Re: What version-/source control are you using (if any)?

2010-09-29 Thread Eric Cobb
eplacement, and while it is a little bit better than VSS, it's still pretty pathetic and a waste of money. Within 3 days of switching to it, we were already having discussions about getting rid of it. Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com

Re: Beta Testers Wanted - TrafficMunkey - A New CF Framework

2010-10-05 Thread Eric Cobb
You can freely use and redistribute the code, just don't tell anyone where you got it. ;) Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com Scott Stroz wrote: > Can software still be 'open source' if you need to agree to a > non

Re: Microsoft rumored to be buying Adobe

2010-10-07 Thread Eric Cobb
It means that .Net developers will now have a much easier way to connect to things like Exchange, Sharepoint, Excel, and Active Directory. :) Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com Jeff Gladnick wrote: > http://sanfrancisco.cbslocal.com/2

Re: Microsoft rumored to be buying Adobe

2010-10-07 Thread Eric Cobb
And Flash + Silverlight = Flashlight. :) Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com Jeff Gladnick wrote: > http://sanfrancisco.cbslocal.com/2010/10/07/adobe-shares-soar-on-rumor-of-microsoft-bid/ > > What's that mean

Re: ListFunction Question

2010-10-08 Thread Eric Cobb
http://www.cflib.org/udf/ListFix Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com Robert Harrison wrote: >> CF ignores things like ,, >> > > Yes, and this is killing me. I'm trying to parse a comma delimited file to >

Re: architecture mismatch

2010-10-13 Thread Eric Cobb
We ran into this just a couple of weeks ago on Win 7 64bit. I had to run this to set up 32bit drivers: c:\windows\sysWOW64\odbcad32.exe. Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com steve ebeling wrote: > new CF8 student. One project used Apa

Re: Subversion Software

2010-10-13 Thread Eric Cobb
1998 model Dell Dimension, Pentium III with 750MB RAM and Apache. Works great. :) Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com Paul Alkema wrote: > Hey All, > > I'm looking to set up a subversion server and was wondering

Re: Looping over Query that's contained in a structure.

2010-10-13 Thread Eric Cobb
You misspelled "lineitems" in your query. The cfdump you showed us has it spelled LINETEMS (missing an "I"). Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com Che Vilnonis wrote: > I tried that. I get, "The value of t

Re: Gone Brain dead

2010-10-13 Thread Eric Cobb
>"Any time you have nested hash marks, that's a good sign things aren't right." I like that. I'm going to have to store it in my "quote arsenal". Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com Dave Watts

Re: Looping over Query that's contained in a structure.

2010-10-14 Thread Eric Cobb
>Michael, would you believe once upon a time I placed 'top 3' in my local >spelling bee? Out of how many people? 3? ;) Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com Che Vilnonis wrote: > Michael, would you believe once upon a t

Re: CF 9 / IIS 7 Issues

2010-10-18 Thread Eric Cobb
Control Panel > Programs & Features > Turn Windows Features On or Off > Internet Information Services > Web Management Tools > IIS 6 Management Compatibility > "IIS Metabase and IIS 6 configuration compatibility" needs to be checked. Thanks, Eric

Re: CFSTOREDPROC and invalid SQL

2010-11-03 Thread Eric Cobb
This may not be what you're after, but try replacing datetext := to_char(sysdate, '-mm-dd'); with SELECT TO_CHAR(sysdate, '-mm-dd') INTO datetext FROM dual; Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com Brent

(OT) IIS 7 Wonkiness with BlogCFC and cgi.path_info

2010-11-24 Thread Eric Cobb
sn't want to process cgi.path_info correctly? -- Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-An

Re: (OT) IIS 7 Wonkiness with BlogCFC and cgi.path_info

2010-11-24 Thread Eric Cobb
pester the Railo list of that. :) Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com Russ Michaels wrote: > Sounds like you have a similar problem to this > http://russ.michaels.me.uk/index.cfm?mode=search > > The same solution may fix your CF p

Re: Beta Tester Wanted for new CF (MVC) Framework

2011-01-04 Thread Eric Cobb
Open Source Code = 100% Configurable. :) Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com On 1/4/2011 1:44 PM, Andrew Scott wrote: > You are promoting a security risk with the uploaded files folder as being > under the webroot, I hope t

<    1   2