Live Chat

2003-11-14 Thread Suyer, Ed [PRD Non-JJ]
Does anyone know of any freeware, open-source or commercial live chat apps? i.e something where a visitor of a website can send a message to support staff and get instant feedback via chat from a live person TIA! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

RSS Web Client?

2003-11-04 Thread Suyer, Ed [PRD Non-JJ]
Hi folks, I'd like to add these MSDN technotes to my website: http://msdn.microsoft.com/rss.xml Which RSS clients/readers do you recommend? CF or ASP or ASP.NET only please. TIA! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: cfdirectory = slow

2003-10-21 Thread Suyer, Ed [PRD Non-JJ]
Try caching the results of cfdirectory in application scope i.e. change: cfdirectory action="" directory=#vDir# name=dirTest filter=z#fileIndex#.txt cfdump var=#dirTest# to: cfif not isDefined(application.dirtest) cfdirectory action="" directory=#vDir# name=application.dirTest

OT: Immediate need for three FB3 Developers in Carlsbad, CA.

2003-10-16 Thread Suyer, Ed [PRD Non-JJ]
Sorry for the off topic post.But I figured this would be very important to someone.Any suggestions for a better place to post (other then cfjobs which appearently is not working) are much appreciated! A colleague of mine is looking to fill three FB3 Developer positions paying $40 - $45 / hr for a

Programmatically set debug options

2003-10-16 Thread Suyer, Ed [PRD Non-JJ]
I know it's possible to turn debug on for an application: cfsetting enablecfoutputonly=yes showdebugoutput=no Does anyone know of a way to set specific debug options? i.e. Show Session Vars:yes/no Show Application Vars: yes/no Show Form Vars: yes/no etc., I'm specifically looking to NOT SHOW

RE: QoQ and Like

2003-10-09 Thread Suyer, Ed [PRD Non-JJ]
Nope, I checked that, and CFMX 6.1 does support the LIKE statement for QoQ Any other ideas? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: QoQ and Like

2003-10-09 Thread Suyer, Ed [PRD Non-JJ]
FROM tableName Then do your Q of Q with the LIKE operator. Hien -Original Message- From: Suyer, Ed [PRD Non-JJ] Sent: Thursday, October 09, 2003 8:06 AM To: '[EMAIL PROTECTED]' Subject: RE: QoQ and Like Nope, I checked that, and CFMX 6.1 does support the LIKE statement for QoQ

QoQ and Like

2003-10-08 Thread Suyer, Ed [PRD Non-JJ]
Hi Folks, I'm encountering a problem with queries of queries and the like statement: This works: cfquery name=results dbtype=query select * from assets WHERE STATUSID = 6 AND ASSETTYPEID = 1 AND WORKSTATIONNAME = 'abcd' /cfquery but this doesn't: cfquery name=results dbtype=query select

RE: SQL - Zip Code/Nearest City

2003-10-01 Thread Suyer, Ed [PRD Non-JJ]
Hi Ben, I notice that both tables have a cityName column.Could you join on these: select* fromzipcodes z inner join cities c on z.cityname = c.cityname ?Or is this field null as well? It would seem to me that your cities should have more then one set of long/lat coordinates, if you are two

RE: CF-Talk: Digest every hour

2003-10-01 Thread Suyer, Ed [PRD Non-JJ]
What happens if two cities are equidistant to the same zip code? i.e. ZipCodes Table ZipCodeLatitudeLongitudeCityID 9021050 80NULL Cities Table CityIDLatitudeLongitude 9 51 81 10 49 79 11 35 53 Or perhaps the lat is right on but the two lon are different: i.e. ZipCodes Table

Auto Pinging Script?

2003-09-24 Thread Suyer, Ed [PRD Non-JJ]
Nick, Legal issues aside, I'm not sure that this test will give you any type of *real* performance stats. There are too many uncontrolable network related factors involved that have nothing to do w/ an ISP's performance. If you want to compare the bandwith of one ISP to another, I would simply

Multiple tabs in excel

2003-09-24 Thread Suyer, Ed [PRD Non-JJ]
Hi Steve, 1. Start with your resulting Excel workbook. Build it to look exactly how you want the finished product to look. 2. Save [it] As HTML. Often times this will generate more then 1 file. Especially if you have 1 tab/worksheet. 3. Then use CF to dynamically build these files. 4. Lastly

cgi.auth_password

2003-09-19 Thread Suyer, Ed [PRD Non-JJ]
Is it possible to retrieve an authenticated user's password? Basic authentication is on. ~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137752 Archives: http://www.houseoffusion.com/lists.cfm?link=t:4

impersonate and cfdirectory

2003-09-15 Thread Suyer, Ed [PRD Non-JJ]
Hey folks, I'm in the midst of writing a component that takes as input a unc path i.e. \\\servername.domain\\dirthis\\dirthat and produces a list of files and directories based on the credentials *of the user calling the page* (this will be used in our intranet w/ Windows authentication). So

RE: CF-Talk: Digest every hour

2003-09-08 Thread Suyer, Ed [PRD Non-JJ]
With CFMX, Couldn't you also call the .NET-based object as a web service? Consume the object, then move on? Just asking I don't know the answer. ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription:

RE: CF and Veritas Net Backup

2003-08-30 Thread Suyer, Ed [PRD Non-JJ]
Our Veritas repository is not in SQL Server or any other known data source. ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe:

CF and Veritas Net Backup

2003-08-29 Thread Suyer, Ed [PRD Non-JJ]
Does anyone know of a way to query Veritas Net Backup (via COM or any other method) for the jobs that ran last night and find out: 1. status of each job (success/failure) 2. unique idenitifer for each job 3. what files were backed up by job Any help, suggestions, or nudges in the right direction

Looking for altenatives to ActivePDF

2003-08-15 Thread Suyer, Ed [PRD Non-JJ]
Hey folks, Has anyone here used or evaluated ActivePDF, then choose another vendor/tool? If so, which one? We're looking for alternatives to ActivePDF for generating PDF files from CF. TIA ~| Archives:

OO Pet Store App

2003-08-14 Thread Suyer, Ed [PRD Non-JJ]
Hi Folks, I'm looking for a good book or other resource on OO programming. More specifically I'm looking for a book that describes the implementation of an OO web app. I've read books in OOP that describe the different terms/concepts of OO, but fall short in giving real life examples. Instead

What is Blue Dragon?

2003-08-12 Thread Suyer, Ed [PRD Non-JJ]
So my bossed asked me today What is Blue Dragon? And, to save my reputation as the guy who knows everything g, I immediately said It's an application server that understands CFML. I think you can run CF and .NET through the same application server. So now that I've told him this, I'm left

multipart form - passing fields

2003-08-01 Thread Suyer, Ed [PRD Non-JJ]
Hello All, I have a wizard-like web page where the user must fill out forms 1 through 5 prior to hitting submit i.e. step 1 - personal info, step 2 - address information, step 3 - payment, etc., To me this seems like a pretty common type of interface. And I'm hoping there's some people on this

RE: CF-Talk: Digest every hour

2003-08-01 Thread Suyer, Ed [PRD Non-JJ]
Thanks! This helps. RE: cfoutput cfloop list=form.fieldnames index=field cfif field NEQ fieldnames!--- don't want to double these up --- input type=hidden name=#field# value=#form[field]# /cfif /cfloop /cfoutput. There appears to be one other exception. I also have to

RE: multipart form - passing fields

2003-08-01 Thread Suyer, Ed [PRD Non-JJ]
Thanks! This helps. RE: cfoutput cfloop list=form.fieldnames index=field cfif field NEQ fieldnames!--- don't want to double these up --- input type=hidden name=#field# value=#form[field]# /cfif /cfloop /cfoutput. There appears to be one other exception. I also have to

Preserve collection order

2003-07-31 Thread Suyer, Ed [PRD Non-JJ]
Hi folks, Does anyone know of a way to preserve the order of keys in a structure so that it matches the order in which it was created? i.e. I created a structure that looks like so: instance structNew(); instance[id] = structNew(); instance[id].heading = Id; instance[id].size = 50;

RE: Preserve collection order

2003-07-31 Thread Suyer, Ed [PRD Non-JJ]
Thanks for the feedback all! Matt, you wouldn't happen to have a snippet of CFML code you can send me for this as I've never done this, or used any kind of Java code w/in CF before. If not, no big thing. TIA ~| Archives:

application.function

2003-07-17 Thread Suyer, Ed [PRD Non-JJ]
Is there a way to define functions in application scope w/o putting them in a cfc? i.e. function application.foo () { // this syntax doesn't work writeOutput(bar); } TIA ~| Archives:

CFChart: Set Axis Markers?

2003-06-24 Thread Suyer, Ed [PRD Non-JJ]
Hi folks, I currently have a cfchart that displays something like this: Line Graph (in ASCII) 650 | 577.8 | 505.6 | X 433 | / 361.1 |X/ 288.9 |

RE: CFChart: Set Axis Markers?

2003-06-24 Thread Suyer, Ed [PRD Non-JJ]
Good show Ryan! That did it! I used your calculations as is ... the only trick was to dynamically derive the max value based on the dataset, which I did with maxArray(). Thanks for your help! ~| Archives:

RE: Firefly Remoting from CFMX

2003-06-20 Thread Suyer, Ed [PRD Non-JJ]
Sometimes I pass the gateway address via the html object tag i.e. OBJECT ... PARAM NAME=movie VALUE=foo.swf PARAM NAME=loop VALUE=false PARAM NAME=quality VALUE=high PARAM name=FlashVars value=param_gateway_url=http://localhost/flashservices/gateway;

RE: Recursive Directory - ColdFusion Component

2003-06-18 Thread Suyer, Ed [PRD Non-JJ]
Just finished one yesterday. Funny, I pinged the list and didn't get a response. Anyway, if you're intersted in the code mail me off list. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: CF-Talk: Digest every hour

2003-06-18 Thread Suyer, Ed [PRD Non-JJ]
Darn it, wish I found this two days ago! I'm always searching cflib ... Calvin, if you're still interested in the CFC, go ahead and e-mail me, but it's pretty close to what Raymond wrote. His actually has options I didn't consider or need at the time so ... Btw, I use flash trees and remoting

Is there an alternative to CFTREE?

2003-06-13 Thread Suyer, Ed [PRD Non-JJ]
Does anyone know of anything other then CFTREE that will allow a user to select a directory from a GUI? All the custom tags I've found on devX are wrappers around CFTREE. I'd prefer an applet-free alternative. Maybe something in Flash? The only requirement is that it must work within the

RE: Writing Excel files

2003-06-06 Thread Suyer, Ed [PRD Non-JJ]
Hi Cassidy, Here's a good COM free alternative: 1. Start with your finished product i.e. the finished excel document you're trying to generate w/ CF. With Office 97 and higher you can save Excel documents as .html files using File - Save As - File Type = .htm 2. From there it's just a matter

RE: JS question / DOM hiding all elements in square area

2003-06-03 Thread Suyer, Ed [PRD Non-JJ]
WG, check out: http://www.milonic.co.uk/menu/ This is a self-contained js menu solution that should satisfy your geekiness (excuse me, nerdiness). There is a setting that you set inside the configuration portion of the js file that allows the menu to hide elements underneath it. If you still

RE: format excel

2003-06-03 Thread Suyer, Ed [PRD Non-JJ]
I found that if you want to implement some of the more advanced functionallity in Excel w/o using COM, you're better of creating an excel sheet using cffile then redirecting to it using cflocation. So for example, to implement word wrap: wordwrap.xls html

RE: Improve FB3 website performance

2003-05-29 Thread Suyer, Ed [PRD Non-JJ]
I've experienced this exact same thing. FB4 http://beta.fusebox.org provides a much cleaner way to implement MVC w/o the need for cfmodule calls... It's in beta till July 4th ... by then it'll work on CF5 (will come packaged with an XML parser) and CFMX.

RE: FB3 Question Regarding handling Forms

2003-05-27 Thread Suyer, Ed [PRD Non-JJ]
Hey James, Here's what I do with multi-button forms in FB3: cfform name=mainForm input type=hidden name=fuseaction value=this value is set by the onclick event of each button ... input type=submit name=operation value=Add onClick=javascript: mainForm.fuseaction.value='#XFA.btnAdd#';

RE: CFC and Transactions (was Caching CFCs)

2003-05-27 Thread Suyer, Ed [PRD Non-JJ]
RE: Have a process object. You may be paying for various things - but there is still one main payment process. Have that be it's own CFC. Got it. This makes sense. However, wouldn't i still need to write this code inside of the process object? cftransaction cftry invoke ...