Re: [ACFUG Discuss] Starting the New Year with ACFUG

2007-01-05 Thread Steven Ross
://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by FusionLink - -- Steven Ross web application interface developer http

Re: [ACFUG Discuss] IE7 vs IE6

2006-12-20 Thread Steven Ross
://www.fusionlink.com - -- Steven Ross web application interface developer http://www.zerium.com [mobile] 404-488-4364 [fax] 928-484-4364 - To unsubscribe from this list

Re: [ACFUG Discuss] unit testing

2006-12-14 Thread Steven Ross
://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by FusionLink - -- Steven Ross web application interface developer http://www.zerium.com [mobile] 404-488-4364 [fax] 928-484-4364

[ACFUG Discuss] Re: regex help

2006-12-13 Thread Steven Ross
hmm... ok i dug a little deeper ([A-Z]|[a-z]|;|_|=|/|\s)* On 12/13/06, Steven Ross [EMAIL PROTECTED] wrote: I should be able to do this... but its beating me up and im no masochist so here it is: this is my string (its the cookie in a cfhttp call and i need to pass it back

Re: Re: [ACFUG Discuss] CF serving platform

2006-11-30 Thread Steven Ross
- -- Steven Ross web application interface developer http://www.zerium.com [mobile] 404-488-4364 [fax] 928-484-4364 - To unsubscribe from this list, manage your profile @ http://www.acfug.org

[ACFUG Discuss] useful tools

2006-11-28 Thread Steven Ross
If you like service capture you might want to check out this tool for firefox: https://addons.mozilla.org/firefox/966/ lets you watch requests and modify them before they are sent, very useful for debugging flash apps. -- Steven Ross web application interface developer http://www.zerium.com

Re: RE: [ACFUG Discuss] useful tools

2006-11-28 Thread Steven Ross
traditional web-based apps. I've been a fan and advocate of them for a long time, and they've saved my bacon more than once. :-) /Charlie http://www.carehart.org/blog/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Ross Sent: Tuesday, November 28, 2006 10

Re: RE: RE: RE: [ACFUG Discuss] Blue Dragon

2006-11-23 Thread Steven Ross
in querying MySQL databases, that the JConnector did offer better error messages and more compatibility. The down side is that you have to configure the application a little bit more with a connection string. The process is pretty well documented though. Teddy On 11/22/06, Steven Ross [EMAIL PROTECTED

[ACFUG Discuss] cfhttp retrieving a file

2006-11-22 Thread Steven Ross
; / cfcontent type = audio/mpeg file=#cfhttp.fileContent# -- Steven Ross web application interface developer http://www.zerium.com [mobile] 404-488-4364 [fax] 928-484-4364 - To unsubscribe from this list, manage your profile @ http

[ACFUG Discuss] Re: cfhttp retrieving a file

2006-11-22 Thread Steven Ross
Is the answer i have to write it to disk first? On 11/22/06, Steven Ross [EMAIL PROTECTED] wrote: Hey all I've got a page that is outputting a file (mp3 to be exact) I want to hit that with cfhttp and output the data back to the browser as a valid mp3 file. The reason why cfhttp is calling

Re: re[3]: [ACFUG Discuss] cfhttp retrieving a file

2006-11-22 Thread Steven Ross
- -- Steven Ross web application interface developer http://www.zerium.com [mobile] 404-488-4364 [fax] 928-484-4364 - To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http

Re: Re: [ACFUG Discuss] Coldfusion MX 7.0.2 and Windows Vista Enterprise x86

2006-11-15 Thread Steven Ross
/Unix, but the connector is still not working on Windows. No biggie for me though, I rolled back to Apache 2.0.59 and I now have CFMX7 running on Vista :) Thanks again Steven for hitting me over the head with a clue stick and reminding me of this option! Steven Ross wrote: If you cant figure

Re: [ACFUG Discuss] Re: Adobe Donating Flash Scripting Engine to Mozilla

2006-11-08 Thread Steven Ross
://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com - -- Steven Ross web application interface developer http://www.zerium.com [mobile] 404-488-4364 [fax

Re: RE: [ACFUG Discuss] Best Practice for Assembling Pages

2006-11-07 Thread Steven Ross
- -- Steven Ross web application interface developer http://www.zerium.com [mobile] 404-488-4364 [fax] 928-484-4364 - To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa

Re: Re: [ACFUG Discuss] Adobe Donating Flash Scripting Engine to Mozilla

2006-11-07 Thread Steven Ross
- -- Steven Ross web application interface developer http://www.zerium.com [mobile] 404-488-4364 [fax] 928-484-4364 - To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform

Re: Re: [ACFUG Discuss] OT: swf decompiler

2006-11-06 Thread Steven Ross
/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com - -- Steven Ross web application interface developer http://www.zerium.com [mobile] 404-488-4364 [fax] 928-484-4364

[ACFUG Discuss] CFCUnit configuration tip

2006-10-25 Thread Steven Ross
configuration lives in one CFC so we are sure that when our tests are running they are all using the same variables. Ah, CF's CFC architecture is very nice indeed. I am going to write up a blog post about this with a little more detail later. -Steven -- Steven Ross web application interface

[ACFUG Discuss] mac flex builder

2006-10-25 Thread Steven Ross
in case anyone missed this... flex builder for the mac beta: http://labs.adobe.com/technologies/flexbuilder2/ -- Steven Ross web application interface developer http://www.zerium.com [mobile] 404-488-4364 [fax] 928-484-4364

Re: Re: [ACFUG Discuss] mac flex builder

2006-10-25 Thread Steven Ross
members are at the conference that could seek out answers. Precia On 10/25/06, Steven Ross [EMAIL PROTECTED] wrote: in case anyone missed this... flex builder for the mac beta: http://labs.adobe.com/technologies/flexbuilder2/ -- Steven Ross web application interface developer http

[ACFUG Discuss] len() question

2006-10-24 Thread Steven Ross
How do I force Len(somestring) to return the length including the line breaks? Is there a way to do this without parsing the string for the breaks and then adding that number to the Len() function? thanks, steven -- Steven Ross web application interface developer http://www.zerium.com [mobile

[ACFUG Discuss] Re: len() question

2006-10-24 Thread Steven Ross
nevermind aparently this is an issue with cfsavecontent not saving line breaks... On 10/24/06, Steven Ross [EMAIL PROTECTED] wrote: How do I force Len(somestring) to return the length including the line breaks? Is there a way to do this without parsing the string for the breaks and then adding

[ACFUG Discuss] cfhttp and SSL

2006-10-24 Thread Steven Ross
: ErrorDetail: I/O Exception: peer not authenticated -- Steven Ross web application interface developer http://www.zerium.com [mobile] 404-488-4364 [fax] 928-484-4364 - To unsubscribe from this list, manage your profile @ http

Re: Re: [ACFUG Discuss] cfhttp and SSL

2006-10-24 Thread Steven Ross
another this right makes a slave of himself to his present opinion, because he precludes himself the right of changing it. -- Thomas Paine, 1783 On Oct 24, 2006, at 2:54 PM, Steven Ross wrote: Anyone used cfhttp with SSL? having a really fun time trying to set this up and get it going

Re: Re: [ACFUG Discuss] cfhttp and SSL

2006-10-24 Thread Steven Ross
think you are sharing a cert. Max - Original Message - From: Steven Ross [EMAIL PROTECTED] To: ACFUG ColdFusion Discussion discussion@acfug.org Sent: Tuesday, October 24, 2006 2:54 PM Subject: [ACFUG Discuss] cfhttp and SSL Anyone used cfhttp with SSL? having a really fun time trying

Re: [ACFUG Discuss] Ajax isn't just some guy from way back when...

2006-10-19 Thread Steven Ross
- -- Steven Ross web application interface developer http://www.zerium.com [mobile] 404-488-4364 [fax] 928-484-4364 - To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see

Re: Re: [ACFUG Discuss] Ajax isn't just some guy from way back when...

2006-10-19 Thread Steven Ross
sorry i didnt read all of your email charlie... I see you mentioned firebug. On 10/19/06, Steven Ross [EMAIL PROTECTED] wrote: Go get firebug for firefox if you dont have that installed... it will show you what your ajax is doing. https://addons.mozilla.org/firefox/1843/ On 10/19/06, [EMAIL

Re: Re: RE: [ACFUG Discuss] cf 7 bug?

2006-10-17 Thread Steven Ross
please don't respond to the obvious security concerns in the code below... im aware! On 10/17/06, Steven Ross [EMAIL PROTECTED] wrote: cfscript adminObj = createObject(component,cfide.adminapi.administrator); adminObj.login(cfide_password); //cfide_password is set in cfide.cfm // Instantiate

Re: RE: [ACFUG Discuss] cf 7 bug?

2006-10-17 Thread Steven Ross
PROTECTED] On Behalf Of Steven Ross Sent: Monday, October 16, 2006 4:41 PM To: ACFUG ColdFusion Discussion Subject: [ACFUG Discuss] cf 7 bug? Anyone using trusted cache and clearing it with the admin API? If so do your CFC's still remain? We are trying to find out if this is a bug or not. Thanks

Re: RE: RE: RE: [ACFUG Discuss] cf 7 bug?

2006-10-17 Thread Steven Ross
.) Hope that's all helpful. /charlie http://www.carehart.org/blog/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Ross Sent: Tuesday, October 17, 2006 1:50 PM To: discussion@acfug.org Subject: Re: RE: RE: [ACFUG Discuss] cf 7 bug? Yeah the point

Re: RE: RE: RE: RE: [ACFUG Discuss] cf 7 bug?

2006-10-17 Thread Steven Ross
variable returned in the structure when you call getmetadata() against the CFC instance, to know for sure. /charlie http://www.carehart.org/blog/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Ross Sent: Tuesday, October 17, 2006 4:23 PM To: discussion

[ACFUG Discuss] cf 7 bug?

2006-10-16 Thread Steven Ross
Anyone using trusted cache and clearing it with the admin API? If so do your CFC's still remain? We are trying to find out if this is a bug or not. Thanks, Steven -- Steven Ross web application interface developer http://www.zerium.com [mobile] 404-488-4364 [fax] 928-484-4364

Re: Re: [ACFUG Discuss] css - a little off topic

2006-10-04 Thread Steven Ross
/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by FusionLink - -- Steven Ross web application interface developer http://www.zerium.com

Re: Re: Re: [ACFUG Discuss] css - a little off topic

2006-10-04 Thread Steven Ross
Message From: Steven Ross [EMAIL PROTECTED] To: discussion@acfug.org Sent: Wednesday, October 4, 2006 8:55:55 AM Subject: Re: Re: [ACFUG Discuss] css - a little off topic Yeah i follow this same track... easier for me to get it right (epecially since ie 6 will go away at some point

Re: Re: Re: [ACFUG Discuss] Client? Session?

2006-10-02 Thread Steven Ross
Steven Ross [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 09/26/2006 08:04 PM Please respond to discussion@acfug.org [EMAIL PROTECTED] cc SubjectRe: Re: [ACFUG Discuss] Client? Session? Yeah it depends on how you want your requests

Re: RE: [ACFUG Discuss] New user question

2006-10-02 Thread Steven Ross
- -- Steven Ross web application interface developer http://www.zerium.com [mobile] 404-488-4364 [fax] 928-484-4364 - To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa

[ACFUG Discuss] regex / quotedvaluelist question

2006-09-28 Thread Steven Ross
PROTECTED]' The reason is that i want to use it in an IN clause... I thought i might be able to use QuotedValueList but, looks like that wont work... is that right? -- Steven Ross web application interface developer http://www.zerium.com [mobile] 404-488-4364 [fax] 928-484-4364

Re: Re: [ACFUG Discuss] Client? Session?

2006-09-26 Thread Steven Ross
@ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by FusionLink - -- Steven Ross web application interface

[ACFUG Discuss] CF and symlinks

2006-09-25 Thread Steven Ross
Hi all I'm trying to get my box to follow symlinks... for some reason this is working fine in apache but when you try to hit a coldfusion resource it fails. Anyone dealt with this in apache/coldfusion and have it working? just curious what I'm doing wrong. -- Steven Ross web application

Re: re[2]: [ACFUG Discuss] Spawning threads in Coldfusion: making my webapp run faster

2006-09-13 Thread Steven Ross
?falogin.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com - -- Steven Ross web application interface developer http

Re: Re: re[2]: [ACFUG Discuss] Tagging example in CF

2006-09-13 Thread Steven Ross
/discussion%40acfug.org/ List hosted by FusionLink - -- Steven Ross web application interface developer http://www.zerium.com [mobile] 404-488-4364 [fax] 928-484-4364

[ACFUG Discuss] converting wav files

2006-09-12 Thread Steven Ross
searched the web a bit and haven't come up with much). Thanks -- Steven Ross web application interface developer http://www.zerium.com [mobile] 404-488-4364 [fax] 928-484-4364 - To unsubscribe from this list, manage your profile @ http

Re: Re: [ACFUG Discuss] Establishing an email server

2006-09-07 Thread Steven Ross
://www.fusionlink.com - -- Steven Ross web application interface developer http://www.zerium.com [mobile] 404-488-4364 [fax] 928-484-4364 - To unsubscribe from this list, manage

Re: Re: [ACFUG Discuss] Speeding up execution time against 2.3 m records

2006-09-07 Thread Steven Ross
://www.fusionlink.com - -- Steven Ross web application interface developer http://www.zerium.com [mobile] 404-488-4364 [fax] 928-484-4364 - To unsubscribe from this list, manage your

Re: [ACFUG Discuss] jrun and adobe

2006-09-01 Thread Steven Ross
/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by FusionLink - -- Steven Ross web application interface developer http://www.zerium.com [mobile] 404-488-4364 [fax] 928-484-4364

Re: [ACFUG Discuss] Feeling a little SPRY

2006-08-24 Thread Steven Ross
/discussion%40acfug.org/ List hosted by http://www.fusionlink.com--- Steven Ross web application interface developer http://www.zerium.com[phone] 404-488-4364 - To unsubscribe from

[ACFUG Discuss] CF 7 on Tomcat

2006-08-23 Thread Steven Ross
Anyone deployed CF7 on tomcat? I've got it working (at least deployed) but when it comes to serving cfm files they are downloaded instead of processed... im sure its something in tomcat that needs to change but searching the web hasn't turned up much. -- Steven Ross web application interface

Re: [ACFUG Discuss] Dell laptop battery recall

2006-08-15 Thread Steven Ross
] From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Steven Ross Sent: Monday, August 14, 2006 4:32 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] RE: XML Formatting in CF5 question why not use utf-8? guess it depends on your input forms On 8/14/06, [EMAIL

Re: [ACFUG Discuss] RE: XML Formatting in CF5 question

2006-08-14 Thread Steven Ross
why not use utf-8? guess it depends on your input formsOn 8/14/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Quick update - just in case anyone else ever runs into this problem. Again, just to restate quickly - say you have a German name with the double dots over the u or you have a

Re: [ACFUG Discuss] Verity and Blobs

2006-08-11 Thread Steven Ross
hmm.. I'm not sure on that one... in my experience with verity I didn't choose that direction. I just stored the files outside of the web docroot and indexed them normally. I have an aversion to storing files in the db... I would think it would slow verity down a bit pulling all that data from the

Re: re[2]: [ACFUG Discuss] Regex help

2006-08-10 Thread Steven Ross
http://www.amazon.com/gp/product/0672325667/002-0166281-3017656?v=glancen=283155 On 8/10/06, Steven Ross [EMAIL PROTECTED] wrote: I liked the sams teach yourself regex book written by ben forta. Basic primer and good examples.On 8/10/06, West, Jason [EMAIL PROTECTED] wrote

Re: [ACFUG Discuss] Change Management Options Debate.

2006-08-08 Thread Steven Ross
-974-8852 www.motorcyclecarbs.com From: Steven Ross [mailto: [EMAIL PROTECTED]] Sent: Tuesday, August 08, 2006 2:32 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Change Management Options Debate. I posted a blog entry about setting up a fedora box and getting SVN going

Re: [ACFUG Discuss] interesting issue

2006-07-24 Thread Steven Ross
I'm with dean, i always put this stuff in the request scope... seems to make more sense.On 7/23/06, Douglas Knudsen [EMAIL PROTECTED] wrote:lock if a race condition is expected, eh? a DSN setting that is never expeced to change on a regular basis wouldn't need a lock. But if other things are

Re: [ACFUG Discuss] interesting issue

2006-07-24 Thread Steven Ross
sorry useless point, have you tried getting any variable from the request scope in your iframe?On 7/24/06, Steven Ross [EMAIL PROTECTED] wrote:I'm with dean, i always put this stuff in the request scope... seems to make more sense. On 7/23/06, Douglas Knudsen [EMAIL PROTECTED] wrote:lock

Re: [ACFUG Discuss] interesting issue

2006-07-24 Thread Steven Ross
I just tested creating a dummy query in my application cfm and dumping it in my iframe and it worked fine...On 7/24/06, Steven Ross [EMAIL PROTECTED] wrote:sorry useless point, have you tried getting any variable from the request scope in your iframe? On 7/24/06, Steven Ross [EMAIL PROTECTED

Re: [ACFUG Discuss] interesting issue

2006-07-24 Thread Steven Ross
that the problem must lie somewhere else … From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Steven Ross Sent: Monday, July 24, 2006 8:53 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] interesting issue I just tested creating a dummy query in my application cfm

Re: [ACFUG Discuss] DW Record set setup struggle

2006-07-21 Thread Steven Ross
Go into the CF admin and set the RDS password and make sure that feature is on...Security tab RDSOn 7/21/06, Robert Reil [EMAIL PROTECTED] wrote: I am terminaled into the CF server. And I am using DW locally. The wwwroot directory is mapped as the W drive. The 127.0.01

[ACFUG Discuss] flash player 9

2006-07-19 Thread Steven Ross
came out... today?potential issues:http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=4a8d52ae-- Steven Ross web application interface developer http://www.zerium.com[phone] 404-488-4364 - To unsubscribe from this list, manage

Re: [ACFUG Discuss] ???...Model Glue, Frame Work Etc...???

2006-06-23 Thread Steven Ross
A framework is simply a methodology... like someone else stated. Ie: you put all of X type code in X template and Y type code in Y template. Read up on MVC (model view controller) and Model Glue is simply an implementation of the MVC paradigm. http://en.wikipedia.org/wiki/Model-view-controllerOn

Re: [ACFUG Discuss] SUSE 10 Coldfusion and Apache

2006-06-19 Thread Steven Ross
I thought there was just an installer file (or a script to get apache to talk to CF)On 6/19/06, Anthony L. Mathis [EMAIL PROTECTED] wrote: Does anyone have any info on getting Coldfusion to run on SUSE 10 and connecting it to Apache? Thanks, A.Mathis -- No virus found in this

Re: [ACFUG Discuss] Learning Cold Fusion

2006-06-17 Thread Steven Ross
I read somewhere that the best way to learn is having to do something... ie: your fired if you don't learn coldfusion. Hah, there is some nice learning pressure for you.I would say that the best (and cheapest) way to learn CF (or any programming language) is to read a book and try to build

[ACFUG Discuss] Ajax help

2006-06-09 Thread Steven Ross
FYI, anyone working with ajax might appreciate this debug tool for firefox: Firebug http://www.joehewitt.com/software/firebug/ It helped me figure out a recent error I was having...-- Steven Rossweb application interface developer http://www.zerium.com[phone] 404-488-4364

Re: [ACFUG Discuss] Frameworks

2006-06-09 Thread Steven Ross
Thats what we are going to use for the ACFUG site rebuild... any Model Gluers out there want to jump in? On 6/9/06, Dean H. Saxe [EMAIL PROTECTED] wrote:I *really* like Model Glue. A lot. I used it in HacmeShipping (being released next week from Foundstone) and it took me a few days to get up and

Re: [ACFUG Discuss] Convert Word to Flash Paper on Linux Coldfusion

2006-05-16 Thread Steven Ross
Found this at openoffice (probably your best bet) ConverterServlet This servlet shows how to convert arbitrary documents on a remotely running office server. The converted document will be pushed from the web server to the client browser. Please see the README file for further

Re: [ACFUG Discuss] login app

2006-05-11 Thread Steven Ross
yeah, i use it as well... never had any issues with it. On 5/11/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Why don't you care for it? I know that it isn't a wizard type of solution, but it gives you a framework to build on. Shawn Gorrell Web Development Applications Architect Federal

Re: [ACFUG Discuss] secure file download

2006-05-08 Thread Steven Ross
use cfcontent to serve the files and put them outside of the docroot of the webserver.On 5/8/06, Dusty Hale [EMAIL PROTECTED] wrote: Not sure if anyone has any advice on this but I am building a site feature that allows users who are logged in to download MP3 files. I am storing MP3

<    1   2