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: http://appleinsider.

Re: Adding Salt and Password Hash to existing acocunts

2013-03-11 Thread Eric Cobb
ently supports SHA512. Thanks, Eric Cobb http://www.cfgears.com From: "Bobby" Sent: Monday, March 11, 2013 11:04 AM To: "cf-talk" Subject: Re: Adding Salt and Password Hash to existing acocunts In the example it was a hardcoded string

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: ColdFusion developer position in Nashville, TN

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

ColdFusion developer position in Nashville, TN

2012-07-31 Thread Eric Cobb
a clear and concise. 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 ht

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 mor

Creating Indexes with ORM

2012-04-18 Thread Eric Cobb
indexes for primary keys 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, Er

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, 2=IIS,2,false,"" 2.srv=localhost,"Test01" 2.cfmx=true, So it looks like my #2 site is pointing to the correct "Te

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 o

Re: Change Subversion login info stored in CFBuilder

2011-12-08 Thread Eric Cobb
ld show your 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, 201

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 th

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 Ca

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" 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: September

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

Best thing for testing code?

2011-08-30 Thread Eric Cobb
27;s something we have to purchase. 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

(ot) Recover Data from External Hard Drive

2011-08-29 Thread Eric Cobb
do it. (plan on doing some serious googling tonight). I appreciate any suggestions anyone may have. Thanks, Eric Cobb http://www.cfgears.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-A

Resetting cached components

2011-08-03 Thread Eric Cobb
;s reset. What will happen for that user when this happens? Thanks, Eric Cobb http://www.cfgears.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseof

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 re

Re: Problem with Client Variables not persisting.

2011-07-28 Thread Eric Cobb
make some nightstands :-D -J.J. On Thu, Jul 28, 2011 at 7:41 AM, Eric Cobb 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, a

Re: Problem with Client Variables not persisting.

2011-07-28 Thread Eric Cobb
) then hit that page, 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,

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 digg

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

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

Re: scoping

2011-05-19 Thread Eric Cobb
h scope it's 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:

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 wo

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,

Re: Bless

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 &g

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

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

2011-03-24 Thread Eric Cobb
what would happen if I had a CFC object stored in the session, then passed my query results to it to be stored in that CFCs "variables" scope? select* FROMbigTable -- Thanks, Eric Cobb http://www.cfgears.com Help me make a difference this summer.

Persisting query data across cflocation

2011-03-23 Thread Eric Cobb
g the query 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.

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 soluti

Suggestions for building a web service

2011-03-01 Thread Eric Cobb
rrectly. I'd appreciate any advice 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

Re: I think I'm confused...

2011-02-24 Thread Eric Cobb
our Dev Server. 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

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 th

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: Feedback on this approach to "many sites, one codebase" (MSOC)

2011-02-18 Thread Eric Cobb
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 EC

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

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:

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-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 htt

Re: Should I build my app as an API?

2011-01-31 Thread Eric Cobb
lps identify issues before you roll out to the public. Plus if you need > changes made you make them directly to the api and not just your own site. > That way you can always be sure what you are experiencing is the same as > what a client is. > > +1 for this approach. > > On

Re: Coldfusion Hosting

2011-01-28 Thread Eric Cobb
et.tutsplus.com/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 no

Should I build my app as an API?

2011-01-28 Thread Eric Cobb
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 Anth

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 t

Re: Is Coldfusion losing it biggest asset?

2011-01-18 Thread Eric Cobb
seems 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/ > > >&g

Re: Is Coldfusion losing it biggest asset?

2011-01-14 Thread Eric Cobb
t to see roughly 5x 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,

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.

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 killin

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

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

(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: 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

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: 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: 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-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: 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: 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: 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: 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: 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: 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: 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: 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

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: 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,

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: 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: 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

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: 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

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: 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,

(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: 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

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: 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: 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: 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,

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

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: 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

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

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: 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

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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: &

  1   2   >