RE: Rails like Framework

2005-07-21 Thread Montgomery Chris Contr AFSFC/SFPA
http://lists.topica.com/lists/modelglue -- //SIGNED// Chris Montgomery, Contractor HQ AF Security Forces Center, Antiterrorism Branch 1517 Billy Mitchell Blvd, Bldg 954 Lackland AFB, TX 78236-0119 DSN 312.945.7150 Comm 210.925.7150 > -Original Message- > From: Chris Velevitch [mailt

RE: Radio Button Error on Server?!?

2005-05-13 Thread Montgomery Chris Contr AFSFC/SFPA
Les, I think you're hitting against CF's built-in form validation that runs server-side. You should be able to get around this by renaming your form fields something like "safetyrequired" or "requiresafety" or "require_safety". What's happening is that when the form is submitted, CF executes its f

RE: CF & SCRUM Methodology?

2005-05-10 Thread Montgomery Chris Contr AFSFC/SFPA
Never heard of it until now, but it does look interesting. There's an overview of SCRUM here: http://www.controlchaos.com/ Thanks for the brain tickle, Tony. -- //SIGNED// Chris Montgomery, Contractor HQ AF Security Forces Center, Antiterrorism Branch 1517 Billy Mitchell Blvd, Bldg 954 Lackla

RE: CFMX: Dissed by Breeze and FlashLite?

2005-05-03 Thread Montgomery Chris Contr AFSFC/SFPA
I don't know what the certification status of CF is with the Navy these days, but I know of at least one app where they were running CF. A couple years back, some Navy contractors "illicitly procured" the code from the Air Force office where I work now and set up their own version of our Vulnerabil

RE: CFMX: Dissed by Breeze and FlashLite?

2005-05-03 Thread Montgomery Chris Contr AFSFC/SFPA
Unless you're contracted to work for the government. Heh. -- //SIGNED// Chris Montgomery, Contractor HQ AF Security Forces Center, Antiterrorism Branch 1517 Billy Mitchell Blvd, Bldg 954 Lackland AFB, TX 78236-0119 DSN 312.945.7034 Comm 210.925.7034 -Original Message- From: Dave Fra

Log Viewer in CF Administrator, Vers. 5

2005-04-19 Thread Montgomery Chris Contr AFSFC/SFPA
Howdy, I like the way the log viewer displays logs, but you can view only 10 entries per page in CF Administrator. Does anyone know if this can be customized to view more than 10 entries on a page? Using CF version 5. Thanks! -- //SIGNED// Chris Montgomery, Contractor HQ AF Security Forces Cen

RE: Powerpoint (slides+audio) -> Flash converter?

2005-04-11 Thread Montgomery Chris Contr AFSFC/SFPA
OpenOffice.org will let you save PowerPoint slides to a flash file. Not sure if it handles the audio portion, though. -- //SIGNED// Chris Montgomery, Contractor HQ AF Security Forces Center, Antiterrorism Branch 1517 Billy Mitchell Blvd, Bldg 954 Lackland AFB, TX 78236-0119 DSN 312.945.7034 C

RE: Embedding ASP Code into CF Form Page

2005-03-31 Thread Montgomery Chris Contr AFSFC/SFPA
Ken, I already did post it. Maybe it hasn't hit your mailbox yet? Chris -Original Message- From: Ken Ferguson [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 1:26 PM To: CF-Talk Subject: RE: Embedding ASP Code into CF Form Page Or you could post the code and maybe we can help

RE: Embedding ASP Code into CF Form Page

2005-03-31 Thread Montgomery Chris Contr AFSFC/SFPA
-Original Message- From: Matthew Small [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 9:13 AM To: CF-Talk Subject: RE: Embedding ASP Code into CF Form Page 2) You need to be sure that you have .NET installed on your webserver, and that it will actually execute this file be

RE: Embedding ASP Code into CF Form Page

2005-03-31 Thread Montgomery Chris Contr AFSFC/SFPA
-Original Message- From: Matthew Small [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 9:13 AM To: CF-Talk Subject: RE: Embedding ASP Code into CF Form Page Hi Chris, 1) That is not javascript. It is Jscript.NET, an ASP.NET Microsoft server-side language that is not unl

Embedding ASP Code into CF Form Page

2005-03-30 Thread Montgomery Chris Contr AFSFC/SFPA
Howdy, Running CF5 on Windows. A client is being forced to move from Bank of America to Cybersource for CC processing. Cybersource has three options for processing; I've opted to go with the Simple Order Post method. This method requires embedding (including) a script that generates a special sec

RE: Text Editor for Opening Large Log Files

2005-02-14 Thread Montgomery Chris Contr AFSFC/SFPA
I use UltraEdit at home, so I'll look into trying that here at work since I'm already familiar with it. Am also looking into Dave's suggestion on the tail utility. Thanks! -- Chris Montgomery, VAMP Programmer HQ AF Security Forces Center, Antiterrorism Branch 1517 Billy Mitchell Blvd, Bldg 954

Text Editor for Opening Large Log Files

2005-02-14 Thread Montgomery Chris Contr AFSFC/SFPA
Howdy, Our CF log files (application.log, scheduler.log) are huge, in the range of hundreds of megabytes (173mb, 280mb, 380mb, etc.). MS WordPad and MS Word die when trying to open these humongous files. Is there a text editor or other log viewing tool that can open large log files? What does eve

RE: CFMX 7 feature breakdown

2005-02-09 Thread Montgomery Chris Contr AFSFC/SFPA
I have a few sites for nonprofit orgs and one small commercial site hosted at http://www.viux.com under their $5/month starter plan, running CFMX 6.1. I've been very satisfied with them so far. -- Chris Montgomery, VAMP Programmer HQ AF Security Forces Center, Antiterrorism Branch 1517 Billy Mi

RE: (U) Referring to UDF Structure Values After Function is Run

2005-01-07 Thread Montgomery Chris Contr AFSFC/SFPA
Classification: UNCLASSIFIED Looks like that will work. I had: but was trying to output: container.contents.start = #GetContainer.container.contents.start# container.contents.end = #container.contents.end# container.contents.len = #container.contents.len# container.contents.str

(U) Referring to UDF Structure Values After Function is Run

2005-01-07 Thread Montgomery Chris Contr AFSFC/SFPA
Classification: UNCLASSIFIED Howdy, I'm running some tests using the GetContainer UDF ( http://www.cflib.org/udf.cfm?ID=566 ). That function creates a couple of structures (container and container.contents). Wondering how to refer to the structure values after the UDF is run in my template. For