Can't Open CF Admin

2004-06-30 Thread Anne Girardeau
I am running CFMX 6.1 Developer edition on Windows XP.  Everything was working fine until yesterday when I attempted to access the CF admin via 127.0.0.1 and the browser just sat there trying to open the page.  After several minutes of nothing happening, I closed out the browser, restarted my machi

Re: Can't Open CF Admin

2004-06-30 Thread Anne Girardeau
u? > >-Adam > > >- Original Message - >From: Anne Girardeau <[EMAIL PROTECTED]> >Date: Wed, 30 Jun 2004 19:55:07 -0400 >Subject: Can't Open CF Admin >To: CF-Talk <[EMAIL PROTECTED]> > >I am running CFMX 6.1 Developer edition on Windows XP.  Everything

Send Fax through Internet

2004-07-21 Thread Anne Girardeau
I'm interested in setting up an application that will allow news releases to be faxed to various media outlets.  My question is, does anyone know of a good application or service that will allow me to accomplish this?  Any help would be appreciated. --Anne [Todays Threads] [This Message] [Sub

Re: Send Fax through Internet

2004-07-21 Thread Anne Girardeau
> >http://www.faxaway.com > >HTH >-dov > > >Dov Katz >Enterprise & Client Technology >Morgan Stanley >750 7th Avenue | 34th Floor | NYC 10019 >[EMAIL PROTECTED] > > >  _   > >From: Anne Girardeau [mailto:[EMAIL PROTECTED] >Sent: Wednesd

Re: Send Fax through Internet

2004-07-21 Thread Anne Girardeau
Thanks Mike.  I took a look around but I wasn't able to find the API you were referring to. Would you happen to know what fees Captaris charges for their service? Thanks so much, --Anne >> I'm interested in setting up an application that will allow >> news releases to be faxed to various media o

Re: Send Fax through Internet

2004-07-21 Thread Anne Girardeau
Andrew, This looks like a potentially good alternative except I don't have a fax modem :(  Our IT guys are looking into Captaris to implement organization wide and that of course would solve my problem then and there.  If not, however, this may be a good stop gap if I can get a fax modem for the s

Circuit Security in FB4 MVC

2004-08-09 Thread Anne Girardeau
I am trying to implement security on a circuit by circuit basis and I'm trying to figure out what is the best practice for accomplishing this.  Currently, I have it set up so that in the prefuseaction of the controller circuit for my admin panel it checks to find out if someone is authenticated.  I

Re: Circuit Security in FB4 MVC

2004-08-09 Thread Anne Girardeau
direct them based on >that? > > >----- Original Message - >From: Anne Girardeau <[EMAIL PROTECTED]> >Date: Mon, 09 Aug 2004 15:24:42 -0400 >Subject: Circuit Security in FB4 MVC >To: CF-Talk <[EMAIL PROTECTED]> > >I am trying to implement security on a circuit by circu

Verity Indexing Problems

2004-08-17 Thread Anne Girardeau
I'm trying to use the Verity search engine in CFMX 6.1 and I can't seem to get the system to create a collection from a query.  Here's the code: SELECT Keywords.KeyID, Keywords.Keyword, Keywords.Title, Copy.Copy, ViewType.ViewType, AppType.AppType FROM Copy INNER JOIN ((AppType INNER JOIN Keyword

Re: Verity Indexing Problems

2004-08-17 Thread Anne Girardeau
Well I think I may have located part of my problem and I finally have the system attempting to index.  However, I'm now receiving this error: An error occurred while accessing a Verity collection.   Could not find the ColdFusion registered information for [siteContent].   I'm using the same code

Re: Verity Indexing Problems

2004-08-17 Thread Anne Girardeau
Doh!  For some reason I read that you couldn't administer a collection created by query through the Administrator and somehow translated that to mean that the collection also couldn't be created through the administrator if it was being fed by a query.  Don't ask me where I got that idea from.  I h

Creating a List from a Recursion

2004-08-24 Thread Anne Girardeau
I've created a custom tag that recurses over a database to create a breadcrumb trail.  The problem I'm encountering is I would really like to be able to pull a list from that tag that it can then be easily manipulated.  Below is the custom tag code: SELECT Keywords.KeyID, Keywords.Keyword, Keywor

Re: Creating a List from a Recursion

2004-08-24 Thread Anne Girardeau
ay or may not put another snag into this problem. Thanks, --Anne >valuelist() perhaps? > >jb. > >On Tue, 24 Aug 2004 09:53:04 -0400, Anne Girardeau <[EMAIL PROTECTED]> wrote: >> [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Creating a List from a Recursion

2004-08-24 Thread Anne Girardeau
Hey Joe, Thanks for your input.  Actually I figured something out using session variables and it works amazingly well. The performance of it also isn't too terrible since the most the script should ever recurse would be 5 or 6 times, if that.   I am, however, intrigued by your comment about havin

Re: Creating a List from a Recursion

2004-08-24 Thread Anne Girardeau
F provides is >superior even to that, because it allows multiple invocations of the >tag on a single request to remain totally independant, but that's >probably not much of an issue with breadcrumb generation. > >cheers, >barneyb > >On Tue, 24 Aug 2004 17:24:01 -0400,

Latest MS Patch and Advanced Security Problem

2004-04-15 Thread Anne Girardeau
Has anyone encountered the problem of Advanced Security no longer functioning after installing the latest Microsoft Patch (MS04-011 KB835732)?  Upon the suggestion of another individual I uninstalled the patch but for whatever reason I still can't get SiteMinder services to start up. Any ideas? I'm

MS Smart Quotes and CFMX 6.1

2004-06-14 Thread Anne Girardeau
In the past, I have used DeMoronize to clean up any odd characters that show up in my database as the result of copying and pasting MS Word content.  However, after recently updating to CFMX 6.1, I have found that DeMoronize no longer works.  Currently, I get a "variable DeMoronize is undefined" er

Re: MS Smart Quotes and CFMX 6.1

2004-06-14 Thread Anne Girardeau
Joe, Thanks for the code.  I tried it out and unfortunately came across an error on line 57 with Text = ReReplace(Text, """(^;)", ""\1", "All");.  It seems to be choking on the extra " in ""\1". I would assume to correct this the " just needs to be escaped but with my unfamiliarty with and regex,

cfqueryparam

2004-06-14 Thread Anne Girardeau
While using cfqueryparam in an INSERT statement, I keep getting the following error: "Syntax error in INSERT INTO statement." I've checked and re-checked the code several time and tried removing and adding quotes but to no avail.  I have listed the code below for your perusal.  Any ideas as to what

ColdFusion and Visio

2006-04-05 Thread Anne Girardeau
Has anyone on here used Visio to plan Fusebox and/or Mach-ii applications? If so, what were your thoughts and/or recommendations? I'm currently using Adalon for planning and I'm pretty happy with it. But my supervisor has asked if I would be interested in using Visio instead. Let me know you

Re: ColdFusion and Visio

2006-04-05 Thread Anne Girardeau
or the >enterprise architect edition. Great application. > > >-- >Timothy Heald >Analyst, Architect, Developer >[EMAIL PROTECTED] >W: 202-228-8372 >C: 703-300-3911 >-Original Message- >From: Anne Girardeau [mailto:[EMAIL PROTECTED] >Sent: Wednesday, Ap

Re: ColdFusion and Visio

2006-04-06 Thread Anne Girardeau
372 >C: 703-300-3911 >-Original Message- >From: Anne Girardeau [mailto:[EMAIL PROTECTED] >Sent: Wednesday, April 05, 2006 5:28 PM >To: CF-Talk >Subject: Re: ColdFusion and Visio > >Lol, I agree Adalon isn't perfect but I want to make sure that Vizio will be &g

Application Planning

2005-07-07 Thread Anne Girardeau
Can anyone recommend any good planning software for ColdFusion apps? Specifically apps created using Fusebox or Mach-ii. In the past I have used MindMapper and Fusebuilder but I'm wondering if there are any tools that may be better and allow for faster application development. Any ideas? Thank

Re: Application Planning

2005-07-07 Thread Anne Girardeau
Mike, That looks like a really good piece of software but a little on the expensive side at $1,500 per seat. Might they offer a lower price for government agencies? --Anne Michael T. Tangorre wrote: >>From: Anne Girardeau [mailto:[EMAIL PROTECTED] >>Can anyone recommend any g

Re: Application Planning

2005-07-07 Thread Anne Girardeau
I just got the e-mail too. As I mentioned in my earlier post, I've already been using Fusebuilder. I'm just wondering if there may be anything else out there that's better. Thanks, --Anne Damien McKenna wrote: >>>Can anyone recommend any good planning software for >>>ColdFusion apps? >>>

Re: Application Planning

2005-07-08 Thread Anne Girardeau
My only real beef with it is in regard to large application development. Once an application reaches a certain size, making changes can be a bit of a bear. In general though, I do like it and it is pretty solid. At the moment though, I'm curious to see what else is out there. Adalon, at face v

Re: Application Planning

2005-07-08 Thread Anne Girardeau
Thanks! Actually I left a message on his voicemail earlier. Hopefully he'll get back to me before the end of the day. --Anne Michael T. Tangorre wrote: >>From: Anne Girardeau [mailto:[EMAIL PROTECTED] >>Adalon, at face value, seems to be a pretty solid piece of soft

Re: Application Planning

2005-07-08 Thread Anne Girardeau
gt;something Monday. > >On 7/8/05, Anne Girardeau <[EMAIL PROTECTED]> wrote: > > >>Thanks! Actually I left a message on his voicemail earlier. Hopefully >>he'll get back to me before the end of the day. >> >>--Anne >> >>Michael T. Tangorre wro

Re: Application Planning

2005-07-08 Thread Anne Girardeau
at Synthis. I'm hoping to hear >something Monday. > >On 7/8/05, Anne Girardeau <[EMAIL PROTECTED]> wrote: > > >>Thanks! Actually I left a message on his voicemail earlier. Hopefully >>he'll get back to me before the end of the day. >> >>--Ann

ColdFusion Reseller Accounts

2005-11-06 Thread Anne Girardeau
Anyone know of a good ColdFusion reseller service? The reason why I ask is because I'm currently working on a couple of projects that both need hosting. Now, I currently have a VPS with Apollo Hosting and could, in theory, host these new sites on my VPS. However, I personally don't want to de

Re: ColdFusion Reseller Accounts

2005-11-07 Thread Anne Girardeau
t; don't > do the reseller stuff, but I have been pleased with their regular > hosting. Their reseller accounts start at $17/mo for Linux and > $18/mo > for Windows. > > > -Original Message- > > From: Anne Girardeau [mailto:[EMAIL PROTECTED] > > Sen

Re: ColdFusion Reseller Accounts

2005-11-08 Thread Anne Girardeau
Russ, that is pretty cool. However, since I'm in the states, I think some of my clients may prefer to pay for their hosting in $ rather than £. But, if you have the option to pay for accounts with $ that would be absolutely awesome. Let me know. Thanks, --Anne John C. Bland II wrote: >Oh

Re: ColdFusion Reseller Accounts

2005-11-08 Thread Anne Girardeau
, either grab the merchant account and do your own billing or pray for a >host that has a sweet reseller setup. :-) > >On 11/7/05, Anne Girardeau <[EMAIL PROTECTED]> wrote: > > >>Thanks for the information. I checked out both >>xtreme-host.com<http://xtre

Re: ColdFusion Reseller Accounts

2005-11-08 Thread Anne Girardeau
hadn't had any email orders for >more than 24 hours. > >On 11/7/05, Anne Girardeau <[EMAIL PROTECTED]> wrote: > > >>Thanks for the information. I checked out both xtreme-host.com and >>hostnexus.com and they both look like good possibilities. My biggest >&

Re: ColdFusion Reseller Accounts

2005-11-08 Thread Anne Girardeau
7. > >Bottom line: you can get a Premium Root VPS Account for $34.95, with the >CFMX 7 Add-on ($35/mo) for a total of $69.95 per month. That's almost >*half* what you're paying right now. > >Hope this helps! > >Warm regards, >Jordan Michaels >Vivio Technol

Re: ColdFusion Reseller Accounts

2005-11-08 Thread Anne Girardeau
That's a good point and one that I also thought of. John C. Bland II wrote: >The other concern is where are the servers located? It doesn't seem to be a >great idea to have a server outside of the states for a client in the >states, I could be wrong here though. > >O

Flash Forms vs XForms

2006-01-27 Thread Anne Girardeau
What have your experiences been with the new flash form and xml form capabilities in CFMX 7. Which would you recommend using the most and why? Does it make sense to use cfforms at all or continue going down the old fashioned route of dynamically enhancing standard html forms? Let me know your

CFMX 7 on Linux

2006-02-01 Thread Anne Girardeau
Has anyone ever run across instability issues with CFMX 7 running on a Linux/Apache box? Is it better to run CF in Windows vs Linux? Thanks, --Anne ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231018 Archives: ht

cfform and _formelements.xsl

2006-02-01 Thread Anne Girardeau
I have encountered a rather perplexing problem with the following chunk of code found in the _formelements.xsl in the cfide/scripts/xsl/ folder of CFMX 7: cfInput cfRequiredElement My p