Sessions persist after server restart.

2010-09-20 Thread Eric Cobb
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-Coldfusion-Anthology-Michael

Re: Sessions persist after server restart.

2010-09-22 Thread Eric Cobb
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 things in the COOKIE

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

2010-09-29 Thread Eric Cobb
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 Michael Christensen wrote: We're

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-disclosure agreement

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/2010

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 for Coldfusion

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 import to a data base

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 Apache

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 what types of subversion

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 the attribute query, which is currently

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 wrote: I must have gone brain dead. Seem to me

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 time I placed 'top 3

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 Cobb ECAR Technologies, LLC http://www.ecartech.com

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 Nicholas wrote: Hi all

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

2010-11-24 Thread Eric Cobb
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-Anthology/dp/1430272155/?tag

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

2010-11-24 Thread Eric Cobb
some Tomcat/IIS issues to figure out. I'll 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

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

Re: help w/ DateDiff() please

2011-01-13 Thread Eric Cobb
Is dte_2dlcl a column in the database? You can't execute a ColdFusion function on a database column in a query. Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com On 1/13/2011 1:41 PM, Jay Birdsell wrote: The dateDiff () is killing me! can someone

Re: help w/ DateDiff() please

2011-01-13 Thread Eric Cobb
Wait, I'm confused, are you trying to use the CF dateDiff() function, or a database's dateDiff() function? If you're using a database's, then I think you need to wrap #today# in quotes. Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com On 1/13/2011 1

Re: Is Coldfusion losing it biggest asset?

2011-01-14 Thread Eric Cobb
the revenue from one customer, with no marketing or promotional expense (to us) on their end. Not a bad deal for Adobe, eh? I wish my customers would do that. :) Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com On 1/13/2011 8:27 PM, Michael Grant wrote

Re: Is Coldfusion losing it biggest asset?

2011-01-18 Thread Eric Cobb
to be working pretty well for them. Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com On 1/17/2011 11:58 PM, Andrew Scott wrote: I have to agree with this. Regards, Andrew Scott http://www.andyscott.id.au/ -Original Message- From: Adrocknaphobia

Re: why is cf_builder so expensive?

2011-01-26 Thread Eric Cobb
about as nimble as a mastodon in a tar pit That cracked me up! Good one! Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com On 1/26/2011 9:02 AM, Gerald Guido wrote: Who is being flippant? It's a fact of life that some developer tools cost money

Should I build my app as an API?

2011-01-28 Thread Eric Cobb
hoping to get a good discussion going on this, so please let me know what you think! -- Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com ~| Order the Adobe Coldfusion Anthology now! http

Re: Coldfusion Hosting

2011-01-28 Thread Eric Cobb
/tutorials/other/rapid-development-with-coldfusion-and-cfml/) Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com On 1/28/2011 12:49 PM, Adam Bourg wrote: Can anyone recommend a decent yet cheap web host for ColdFusion? Right now I'm hosting my site

Re: Should I build my app as an API?

2011-01-31 Thread Eric Cobb
on this? I'm really hoping to get a good discussion going on this, so please let me know what you think! -- Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com ~| Order the Adobe Coldfusion

Re: Should I build my app as an API?

2011-01-31 Thread Eric Cobb
Thanks Andy. I didn't realize that ColdBox had REST baked in, I'll have to look in to that. I know that there's been some buzz lately about REST with Mach-II as well, but I haven't had a chance to look into any of it either. Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com

Re: Should I build my app as an API?

2011-02-02 Thread Eric Cobb
Have you run into any unexpected road bumps since others started using your API? Naturally, having a solid API able to withstand the traffic is essential, but do you have any pointers for anyone wanting to go this route? Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http

Re: Should I build my app as an API?

2011-02-02 Thread Eric Cobb
What is this documentation that you speak of? Programmers don't need directions! Just connect to it and poke around and see what happens! ;) Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com On 2/2/2011 8:14 AM, Michael Grant wrote: I have three

Re: Change in ColdFusion management

2011-02-15 Thread Eric Cobb
perhaps I am just weird. No, you are a dick. I thought we already established that! ;) (sorry Russ, I just couldn't resist!) Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com On 2/15/2011 1:28 PM, Russ Michaels wrote: Brian, if you think it is wrong

Re: Feedback on this approach to many sites, one codebase (MSOC)

2011-02-18 Thread Eric Cobb
in order to reset all of the applications. To me, this always seemed inefficient, and a gross waste of CF processes and memory. Just some thoughts I wanted to throw out there. Definitely something to think about if you're planning on having a large number of sites on your system. Thanks, Eric Cobb

Re: I think I'm confused...

2011-02-24 Thread Eric Cobb
entries for actual sites that you want to really pull up in the browser (your dev server, production sites, etc...) as it really just becomes a pain having to switch back and forth/. Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com On 2/24/2011 7:00 AM, Rick

Re: I think I'm confused...

2011-02-24 Thread Eric Cobb
Ha! Give your own PC a DOS attack? :) Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com On 2/24/2011 8:31 AM, Michael Grant wrote: 127.0.0.1free.beer My belly would ping flood this domain

Re: I think I'm confused...

2011-02-24 Thread Eric Cobb
. When the Dev Server gets the request, it will just hand it to the default site without worrying about what url is. Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com On 2/24/2011 9:10 AM, Rick Faircloth wrote: Yes, that's what I was thinking. I mentioned

Suggestions for building a web service

2011-03-01 Thread Eric Cobb
before I start coding. -- 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-Anthology/dp/1430272155/?tag

Re: Suggestions for building a web service

2011-03-01 Thread Eric Cobb
Thanks for the links Russ! Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com On 3/1/2011 8:46 AM, Russ Michaels wrote: Eric, CF has web service capability built right in, you don;t have to build your own custom parsing solution like

Persisting query data across cflocation

2011-03-23 Thread Eric Cobb
on both page A and page C? I was really hoping there was an easier way (like storing it in the request scope!), but I can't seem to figure it out. -- Thanks, Eric Cobb http://www.cfgears.com Help me make a difference this summer.http://bit.ly/i8dJvQ

Is saving a query in the session passed by reference or by value?

2011-03-24 Thread Eric Cobb
(variables.qry) -- Thanks, Eric Cobb http://www.cfgears.com Help me make a difference this summer. http://bit.ly/i8dJvQ ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp

Re: Custom tags in CF 9

2011-04-12 Thread Eric Cobb
The default for multi-instance is: C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\CustomTags If you've created additional instances, then you'll need to look in the appropriate directory under C:\JRun4\servers Thanks, Eric Cobb http://www.cfgears.com Help me make

Re: Bless cfqueryparam - helped defend against a persistent hack attempt

2011-05-02 Thread Eric Cobb
I generally see a pretty significant gain on Oracle as well. Thanks, Eric Cobb http://www.cfgears.com Help me make a difference this summer - http://bit.ly/i8dJvQ On 5/2/2011 3:27 PM, Mark A. Kruger wrote: I almost always see a significant gain in query performance - at least on all

Re: Migrating a DB from MS SQL 2000 into MySQL latest release

2011-05-11 Thread Eric Cobb
FWIW, here's some code for automating the backup process in SQL Server Express: http://www.cfgears.com/index.cfm/2010/7/20/Automating-backups-for-SQL-Server-Express Thanks, Eric Cobb http://www.cfgears.com Help me make a difference this summer -http://bit.ly/i8dJvQ On 5/11/2011 1:36 PM, Carl

Re: scoping

2011-05-18 Thread Eric Cobb
Here's my take on it: http://www.cfgears.com/index.cfm/2010/9/22/The-importance-of-proper-variable-scoping Thanks, Eric Cobb http://www.cfgears.com Help me make a difference this summer -http://bit.ly/i8dJvQ On 5/18/2011 11:51 AM, Eric Roberts wrote: We had a discussion at work as to whether

Re: scoping

2011-05-19 Thread Eric Cobb
in. http://www.cfgears.com/index.cfm/2010/9/22/The-importance-of-proper-variable-scoping Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com On 5/19/2011 2:55 AM, Dominic Watson wrote: Curiously, I do it the exact opposite way: cfset variables.myVariable = fubar

Re: scoping

2011-05-19 Thread Eric Cobb
. Thanks, Eric Cobb ECAR Technologies, LLC http://www.ecartech.com http://www.cfgears.com On 5/18/2011 8:59 PM, Eric Roberts wrote: A good question that was brought up by one of our developers. When you don't scope a var it has to search through the various scopes to find it, in order of precedence

Re: VPS Hosting

2011-06-13 Thread Eric Cobb
I've got a KickAssVPS server that I've had for a while and I've been very happy with it, and just got another one last Friday. I now know what you mean about support. My new server went down over the weekend, and their Emergency 911 Support hasn't even bothered to contact me back about it

Problem with Client Variables not persisting.

2011-07-28 Thread Eric Cobb
I've got a strange problem here that I need some help figuring out. We have a site running on 8 load balanced CF 9 servers. We're doing a lot of stuff with Client Variables, and all of our code works fine in development/staging, but in production none of the client variables persist. After

Re: Problem with Client Variables not persisting.

2011-07-28 Thread Eric Cobb
, if it keeps changing then you are hitting different servers. -- Pete Freitag - Adobe Community Professional http://foundeo.com/ - ColdFusion Consulting Products http://petefreitag.com/ - My Blog http://hackmycf.com - Is your ColdFusion Server Secure? On Thu, Jul 28, 2011 at 8:41 AM, Eric Cobb

Re: Problem with Client Variables not persisting.

2011-07-28 Thread Eric Cobb
some nightstands :-D -J.J. On Thu, Jul 28, 2011 at 7:41 AM, Eric Cobb cft...@ecartech.com wrote: I've got a strange problem here that I need some help figuring out. We have a site running on 8 load balanced CF 9 servers. We're doing a lot of stuff with Client Variables, and all of our code

API Question

2011-08-01 Thread Eric Cobb
I'm creating an API (if you can call it that) for one of our applications. It's nothing big or fancy, actually just 1 cfc with 1 method in it that's going to be a front-facing component for AJAX calls to hit. All it's going to do is take an ID, call our main cfc to do some processing, then

Resetting cached components

2011-08-03 Thread Eric Cobb
? Thanks, Eric Cobb http://www.cfgears.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk

(ot) Recover Data from External Hard Drive

2011-08-29 Thread Eric Cobb
. Thanks, Eric Cobb http://www.cfgears.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk

Best thing for testing code?

2011-08-30 Thread Eric Cobb
, Eric Cobb http://www.cfgears.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm

CFHTTP, DNS Caching, and CF 9 won't behave.

2011-09-02 Thread Eric Cobb
So, I'm having a problem with CFHTTP caching DNS and not wanting to update. Basically, a vendor updated their API yesterday and now all CFHTTP calls to the url give a Connection Failure error, even though you can pull the url up in a browser (from the server) and it works fine. I've already

RE: CFHTTP, DNS Caching, and CF 9 won't behave.

2011-09-02 Thread Eric Cobb
: Friday, September 02, 2011 2:07 PM To: cf-talk cf-talk@houseoffusion.com Subject: RE: CFHTTP, DNS Caching, and CF 9 won't behave. Is it an HTTPS connection? Have you added their cert to the Java KeyStore? Brook -Original Message- From: Eric Cobb [mailto:cft...@ecartech.com] Sent

SVNAnt and Eclipse/CFBuilder

2011-11-09 Thread Eric Cobb
Can someone out there please tell me how to get svnant installed in Eclipse/CFBuilder? I'm already using ant for some stuff, and I need to be able to connect it to subversion. But, no matter what I do, I keep getting the below error: BUILD FAILED Problem: failed to create task or type svn

Change Subversion login info stored in CFBuilder

2011-12-08 Thread Eric Cobb
So, I have my SVN repositories set up in CFBuilder (via the subclipse plugin), and I have it set to remember my username/password when connecting to the repositories. I have a case where I need to change my login for one of my repository connections, and I can't seem to figure out how to do

Re: Change Subversion login info stored in CFBuilder

2011-12-08 Thread Eric Cobb
repositories. Then in that view start right clicking on stuff or look at the upper right hand menu. Sorry if I am not clearer but I have both sub eclipse and subversive installed on this install and I can't tell which one I am using. It just says SVN ;) HTH G! On Thu, Dec 8, 2011 at 12:38 PM, Eric

CF 9 Mulit-Sever only uses default site

2012-02-23 Thread Eric Cobb
I have a strange issue with my CF 9 Multi-Sever install running on Windows 2008 R2 and IIS 7. This is a new server and I set up CF 9.01 in multi-server mode on it yesterday. The install went fine, and I have my first instance up and running with no problem. I was able to successfully spin

Re: CF 9 Mulit-Sever only uses default site

2012-03-06 Thread Eric Cobb
Thanks Russ! I looked through everything you suggested, and I can't see anything wrong. Here's my wsconfig.properties file: 1=IIS,1,false, 1.srv=localhost,cfusion 1.cfmx=true,null 2=IIS,2,false, 2.srv=localhost,Test01 2.cfmx=true,null So it looks like my #2 site is pointing to the correct

Creating Indexes with ORM

2012-04-18 Thread Eric Cobb
or FK relationships to other tables. I'm wanting to create indexes on table columns not related to other tables. Is this doable in ORM, or am I just going to have to create the tables on the DB server to do it? Thanks, Eric Cobb http://www.cfgears.com

Re: Creating Indexes with ORM

2012-04-18 Thread Eric Cobb
Thanks Dave, I tried to use the index attribute, but I can't seem to get it to do anything. Either ORM would create the table and ignore the index, or ORM just flat out wouldn't work. I wouldn't get an error, but it wouldn't create the table. I guess I'll go back and play with it some

ColdFusion developer position in Nashville, TN

2012-07-31 Thread Eric Cobb
. This position is full-time, on-site, in downtown Nashville, TN. If you or someone you know is interested in the above job, please submit your resume to careers @ chuckjones.net. (RE: ColdFusion Developer) Thanks, Eric Cobb http://www.ncfug.com http://www.cfgears.com

re: ColdFusion developer position in Nashville, TN

2012-07-31 Thread Eric Cobb
Oops...sorry. Wrong list! From: Eric Cobb cft...@ecartech.com Sent: Tuesday, July 31, 2012 9:17 AM To: cf-talk cf-talk@houseoffusion.com Subject: ColdFusion developer position in Nashville, TN My company is currently looking for a new CF Dev. to join

Extending a Component vs. Passing an Object

2013-01-29 Thread Eric Cobb
I have a service CFC that calls my dao CFC a lot. Currently, I just pass in an object of the dao to the service's init() method and save it to the variables scope to be used throughout the service. But, I'm wondering if I would be better off having my service CFCs extend their dao's instead.

Re: Adding Salt and Password Hash to existing acocunts

2013-03-11 Thread Eric Cobb
version that currently supports SHA512. Thanks, Eric Cobb http://www.cfgears.com From: Bobby bo...@acoderslife.com Sent: Monday, March 11, 2013 11:04 AM To: cf-talk cf-talk@houseoffusion.com Subject: Re: Adding Salt and Password Hash to existing acocunts

Adobe CTO Kevin Lynch leaving company for Apple

2013-03-20 Thread Eric Cobb
Huh, well how 'bout that? Adobe has sent word to The Next Web that effective March 22, Lynch will be exiting the company for a position at Apple: http://appleinsider.com/articles/13/03/19/adobe-cto-kevin-lynch-reportedly-l eaving-company-for-apple Also, a follow up article:

<    1   2