RE: What's wrong with ASP.NET

2003-01-16 Thread Weaver, Anthony
does it automatically create the folder if your sites are NOT under the wwwroot folder? -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 5:38 PM To: CF-Talk Subject: RE: What's wrong with ASP.NET Yea, I figured that out after I sent

RE: Stored proc help

2002-11-07 Thread Weaver, Anthony
make sure that your date CFPROCPARAMS use the SQLDATESTAMP type and use CreateODBCDateTime(your date). i get this often on date formats -Original Message- From: Bruce, Rodney S HQISEC/Veridian IT Services [mailto:Rodney.Bruce;HQISEC.ARMY.MIL] Sent: Thursday, November 07, 2002 12:04 PM

RE: OT:Yahoo moving to PHP

2002-10-31 Thread Weaver, Anthony
I have to agree, there is way too much CF-Community junk spilling over to this list. -Original Message- From: Cutter - (CFTalk List) [mailto:coldfusion;falcon-knives.com] Sent: Thursday, October 31, 2002 12:30 PM To: CF-Talk Subject: Re: OT:Yahoo moving to PHP And now my two cents:

RE: The Hidden CF factor was RE: How Good is the Job Market for ColdFusion?

2002-10-16 Thread Weaver, Anthony
Yeah, this is a tough issue. Personally, I can't really show anything I have done internally because it is all protected by strict NDA and copyright. Screen shots and descriptions that are too detailed are technically forbidden by some NDAs. It is a very delicate topic, easy to get

RE: Single Sign On

2002-10-10 Thread Weaver, Anthony
This also assumes you are not using a fully-qualified domain name. IE is set by default not to pass your NT credentials to FQDN URLs. You can change this by adding the destination as a trusted site. -Original Message- From: Cameron Childress [mailto:[EMAIL PROTECTED]] Sent: Thursday,

RE: not another mx boo boo

2002-10-10 Thread Weaver, Anthony
Ain't America great -Original Message- From: Aaron Rouse [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 2:08 PM To: CF-Talk Subject: RE: not another mx boo boo Yes,I know where his emails come from. However he makes many comments to his employer and references to it,

RE: Large Corporations that use ColdFusion

2002-09-11 Thread Weaver, Anthony
www.VictoriasSecret.com -Original Message- From: Tom Nunamaker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 8:52 AM To: CF-Talk Subject: RE: Large Corporations that use ColdFusion US Air Force, Defense Intelligence Agency, US Navy, etc.. -Original Message-

RE: programmer vs. developer

2002-08-29 Thread Weaver, Anthony
IMHO... Programmer and developer are the same. However, the differences come down to personal preference. Both are highly skilled, over worked, and underpaid. -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 1:42 PM To: CF-Talk Subject:

RE: ANY Major Company using Cold Fusion

2002-08-16 Thread Weaver, Anthony
Limited Brands is a big Cold Fusion shop internally. Tony Weaver Limited Brands Technology Services Advanced Technology Group Senior Programmer/Analyst Phone: 614.415.7647 E-mail: [EMAIL PROTECTED] AURA SCIENCE / BATH BODY WORKS / EXPRESS / HENRI BENDEL / THE LIMITED

RE: OT: Naming Convention choice

2002-07-05 Thread Weaver, Anthony
I have been writing CF code since 3.x and have NEVER used CFScript. I have never actually found a need. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, July 05, 2002 2:56 PM To: CF-Talk Subject: RE: OT: Naming Convention choice Ben! Say it ain't

RE: What's wrong here?

2002-06-27 Thread Weaver, Anthony
your cfoutput is enclosed in your cfelse move your /cfif to before the cfoutput -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 4:16 PM To: CF-Talk Subject: What's wrong here? I must be brain dead, I cant figure out why this dont work.

RE: Flowchart program

2002-06-27 Thread Weaver, Anthony
If you are comfortable with UML, I would suggest ArgoUML. It is free. -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 7:43 PM To: CF-Talk Subject: OT: Flowchart program Recently I have found myself wanting to use some kind of flowchart

RE: Java for beginners?

2002-06-20 Thread Weaver, Anthony
If you are specifically interested in JSP, you should check out JavaServer Pages Application Development It is a SAMS book by Ben Forta, et al. Tony Weaver Limited Brands Technology Services Advanced Technology Group Senior Programmer/Analyst Phone: 614.415.7647

CF5 Developer Edition

2002-05-13 Thread Weaver, Anthony
Does anybody remember the URL to the CF5 developers edition? Macromedia seems to have purged every metion of 5.0 from their site. Tony Weaver Limited Technology Services Technology Planning Programmer/Analyst Phone: 614.415.7647 E-mail: [EMAIL PROTECTED] THE LIMITED,

RE: restarting a service

2002-05-10 Thread Weaver, Anthony
Couldn't you use CFEXECUTE and call a bat file that does a NET STOP and NET START ? -Original Message- From: Mario Martinez [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 10:13 AM To: CF-Talk Subject: restarting a service Hi friends: This is my problem: I need to restart a

RE: CFMX/.NET - buzzword bingo

2002-04-30 Thread Weaver, Anthony
Ben, et al... That's great, makes total sense. So why is .NET less expensive for an Enterprise implementation (2-4 CPUs) than J2EE? -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 10:45 AM To: CF-Talk Subject: RE: CFMX/.NET - buzzword bingo

RE: CFMX Pricing...

2002-04-29 Thread Weaver, Anthony
Well, the pricing model kind of stinks for Enterprise Edition. You really have to have .NET running or pay more on multi-processor versions. ...ColdFusion MX Enterprise Edition is $4999 per server, with upgrades at $2499. The ColdFusion MX Server line is specifically architected to integrate

RE: CF and Business Logic

2002-04-19 Thread Weaver, Anthony
I think it just demonstrates that some people don't get the separation between Coding/Architecture Styles/Preferences and best practices. It always depends on your particular environment. Just remember if all you have is a hammer every problem looks like a nail. Open-minded developers are key.

Free News Syndicate (was XML news feed)

2002-03-27 Thread Weaver, Anthony
Beyond just the XML news, does anybody know where I can obtain free national, world, etc. news feeds that can display on my intranet portal pages? iSyndicate used to do a VERY good job of this, but they are no longer offering free feeds. Any suggestions? Thanks

RE: Cold Fusion and Visual Source Safe

2002-01-29 Thread Weaver, Anthony
At The Limited, some groups are using SourceSafe for CF source control. We have integrated SourceSafe at the client side only. Some use project files and automatic check-in/out. Others simply manually check in/out the files. I personally think it is great. Some people here do not like it,

RE: Retrieving most recent record from db

2002-01-20 Thread Weaver, Anthony
CFQuery = q_results SELECT Top 1 * FROM T_EMAIL ORDER BY Eid DESC /CFQUERY -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 20, 2002 5:36 PM To: CF-Talk Subject: Retrieving most recent record from db How to I write a CFquery statement to retrieve the

RE: Need clarification on Content Management

2002-01-15 Thread Weaver, Anthony
For what it is worth, Application Development Trends recently ran a good article on this topic. http://www.adtmag.com/article.asp?id=5948 Here at The Limited, I custom built a system for our Intranet. However, if we were going to expand the scope to all of our sites (Limited, Victoria's