RE: recordcount in loop

2004-02-03 Thread Pascal Peters
You should avoid making queries in a loop. You can usually do the same with one joined query and cfoutput group= (OR sometimes one query with a group by clause) Pascal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: dinsdag 3 februari 2004 3:36 To: CF-Talk

RE: Far Cry

2004-02-03 Thread Peter Tilbrook
Yes but HTH do I get it running on Apache 2.0.x? _ From: Geoff Bowers [mailto:[EMAIL PROTECTED] Sent: Tuesday, 3 February 2004 4:44 PM To: CF-Talk Subject: Re: Far Cry Sparrow-Hood, Walter wrote: Is anybody using FarCry? What has been your experience? We're thinking about using it to

RE: CFC or Struct in session

2004-02-03 Thread Hugo Ahlenius
I don't think multi-lingual things is the best example -- that would be best served by just the key stored in the session scope (i.e. the iso code, or how the locale is identified). Then a UI cfc in the app scope could get the locale-based ui-element names, for instance. I think it is much

Re: [Stats] CF-Talk: January 2004

2004-02-03 Thread Thomas Chiverton
On Monday 02 Feb 2004 22:07 pm, Bill Doerrfeld wrote: Top 20 Contributors by Number of Posts ... Thomas Chiverton 66 Raymond Camden62 Woot ! (Sorry Ray :-) ) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood

Get Records

2004-02-03 Thread Stuart Kidd
Hi guys, can someone tell me the way I can specify how many records to get, e.g. just the first 10 records? CFQUERY NAME=DisplayPropertyList datasource=020 SELECT PropertyData.PropertyDataID, PropertyData.PropertyDataAgentReference, PropertyData.PropertyDataFlatNumberHouseName,

Convert a Word Document to a PDF server-side WITHOUT Word Installed on the server?

2004-02-03 Thread Oliver Cookson
Hi, We have come across an issue where we need to convert from a Word Document to a PDF on-the-fly, without Word being installed on the web server? We currently use Active PDF but it doesn't work unless Word is installed. Does anyone know of a solution\workaround for this issue? Thanks Oliver

CFHTTP.STATUSCODE

2004-02-03 Thread Dan O'Keefe
I have a scheduled task the checks another site via FTP for the existance of files. If it finds any, downloads them, deletes them on the source, and then includes another template to process the downl;oaded files. I am finding the following error in my log since the task is failing, but I am

RE: Get Records

2004-02-03 Thread Pascal Peters
What DB? -Original Message- From: Stuart Kidd [mailto:[EMAIL PROTECTED] Sent: dinsdag 3 februari 2004 10:58 To: CF-Talk Subject: Get Records Hi guys, can someone tell me the way I can specify how many records to get, e.g. just the first 10 records? CFQUERY

RE: Get Records

2004-02-03 Thread Stuart Kidd
Hi guys, I've found the following line: cfoutput query = GetParks StartRow = #StartRow# maxRows = #MaxRows# but if I use this line it means everytime a need to make a query it's putting a strain on the database as it is getting all the rows then just outputting say 10.Is there a way in the

RE: Get Records

2004-02-03 Thread Stuart Kidd
It's Access. -Original Message- From: Pascal Peters [mailto:[EMAIL PROTECTED] Sent: 03 February 2004 10:21 To: CF-Talk Subject: RE: Get Records What DB? -Original Message- From: Stuart Kidd [mailto:[EMAIL PROTECTED] Sent: dinsdag 3 februari 2004 10:58 To: CF-Talk

Re: Convert a Word Document to a PDF server-side WITHOUT Word Installed on the server?

2004-02-03 Thread Stephen Moretti
We have come across an issue where we need to convert from a Word Document to a PDF on-the-fly, without Word being installed on the web server? We currently use Active PDF but it doesn't work unless Word is installed. Does anyone know of a solution\workaround for this issue? I'm not

Re: CFHTTP.STATUSCODE

2004-02-03 Thread Stephen Moretti
Dan, Whats the CF statement in your code that starts at line 330? Stephen Dan O'Keefe wrote: I have a scheduled task the checks another site via FTP for the existance of files. If it finds any, downloads them, deletes them on the source, and then includes another template to process the

RE: Get Records

2004-02-03 Thread Cameron Childress
Not sure if access supports the TOP keyword, but this works in MSSQL Server: SELECT Top 10 columnname, columnname... FROM Probably works in Access too... -Cameron - Cameron Childress Sumo Consulting Inc. --- land:858.509.3098 cell:678.637.5072 aim:cameroncf email: [EMAIL

RE: CFHTTP.STATUSCODE

2004-02-03 Thread Cameron Childress
This is a scheduled task?The CF Scheduler uses CFHTTP.I'll bet the page is erroring.Have you tried calling the scheduled cfm template dircetory from the web browser? -Cameron - Cameron Childress Sumo Consulting Inc. --- land:858.509.3098 cell:678.637.5072 aim:cameroncf email:

RE: Far Cry

2004-02-03 Thread Simon Horwith
I don't use it, but Lucas Sherwood (Macromedia) built the London CFUG site with it (http://www.ukcfug.org) along with the CFUG Manager (Niklas) and he seems to like it. ~Simon Simon Horwith CTO, Etrilogy Ltd. Member of Team Macromedia Macromedia Certified Instructor Certified Advanced ColdFusion

RE: Far Cry

2004-02-03 Thread Robertson-Ravo, Neil (RX)
Its very good.It takes a little getting used to; but the underlying core code is sound and allows you to build very nice looking sites in very little time. and its free :-)We have all seen or worked on (and some even built) CMS tools which are the dogs etc... but this really has got to be one

RE: Get Records

2004-02-03 Thread Pascal Peters
SELECT Top 10 -Original Message- From: Stuart Kidd [mailto:[EMAIL PROTECTED] Sent: dinsdag 3 februari 2004 11:24 To: CF-Talk Subject: RE: Get Records It's Access. -Original Message- From: Pascal Peters [mailto:[EMAIL PROTECTED] Sent: 03 February 2004 10:21 To:

RE: Get Records

2004-02-03 Thread Stuart Kidd
Thanks for that Cameron and Pascal, that works fine.But is there a way in the SQL query to specify start and end rows? I'm outputting the info to an html table and want to have a NEXT 10 records button.I know I can do this on the cfoutput query=blah startrow=20 endrow=30 but that means

Re: OT: Scrolling Div

2004-02-03 Thread Thomas Chiverton
On Tuesday 03 Feb 2004 04:11 am, Ubqtous wrote: TC Is there a live example of that working anywhere ? http://ubqtous.com/test/css.cfm Ah ha, great - thanks. Fine in FB here too :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger

RE: Far Cry

2004-02-03 Thread Tim Laureska
I just tried to get to their web site and it appears down ?? -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 6:22 AM To: CF-Talk Subject: RE: Far Cry Its very good.It takes a little getting used to; but the underlying core

RE: Far Cry

2004-02-03 Thread Robertson-Ravo, Neil (RX)
Yes, I have heard of this - mainly from people in the US?I will ping them and see whats up.I know there is a problem with one developer in FLA. N _ From: Tim Laureska [mailto:[EMAIL PROTECTED] Sent: 03 February 2004 12:00 To: CF-Talk Subject: RE: Far Cry I just tried to get to their

RE: Get Records

2004-02-03 Thread Pascal Peters
SELECT Top 10 id, ... FROM table WHERE {conditions} AND id NOT IN ( SELECT Top #x# id FROM table WHERE {conditions} ORDER BY {columns} ) ORDER BY {columns} Where x is the number of records in the previous pages (0, 10, 20, ...) -Original Message- From: Stuart Kidd [mailto:[EMAIL

Application logging normalisation?

2004-02-03 Thread rob.stokes
Hi all, Just like your thoughts on this. I've got an application well on the way, with a fully normalised relational (we'll say it is for arguments sake!) Oracle database running the show underneath. I've got a db table dedicated to keeping logs of the activity this application will produce,

RE: SOT: Web server's www publishing service keeps shutting down

2004-02-03 Thread Earl, George
We have a strange problem with our intranet site. On a fairly regular basis the WWW Publishing service shuts down rendering the web server invisible so that any http requests to the server return a 'Page cannot be displayed' error message. Mike said: George, when you say IIS shuts down

RE: Far Cry

2004-02-03 Thread Bailey, Neal
OK all of this FarCry talk is getting me interested in trying it. I'm on the site now but I'm confused to which file to download to get started. Is it the Full install, the Aura, or Core? Or do I need all three. I'm sure the full install would be the one to get first but I'm not sure if I need the

RE: Far Cry

2004-02-03 Thread Robertson-Ravo, Neil (RX)
Hey Neal, If its a first time install you need the FULL install.The Core is what it says...the Core components which drive and run the system (Admin site) Aura is the sample site build using CSS and a limited amount of FarCry features for use.FourQ is the COAPI (Content Object Application

RE: Far Cry

2004-02-03 Thread Tim Laureska
I still can't get to the site... Is this the correct address: http://farcry.daemon.com.au -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 9:46 AM To: CF-Talk Subject: RE: Far Cry Hey Neal, If its a first time install you

RE: Far Cry

2004-02-03 Thread Bailey, Neal
Thanks Neil, I figured as much... Now all I need to do is figure out how to install it. PS. The site is working good from in Dallas Texas but it's terribly slow. Neal Bailey Internet Marketing Manager UGA-Association Field Services E-mail:mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] _

RE: CFC or Struct in session

2004-02-03 Thread Dave Watts
I've been reading in a number of places where people place a reference to a CFC in a users session variable. This has always seemed strange to me. Why not cache the CFC for the application and only store the users data in a session struct. Is there something I'm missing about saving an

Re: CFC or Struct in session

2004-02-03 Thread Michael Dinowitz
That (along with what others have said) is exactly what I was looking for. Thanks I'm going to go with the application based CFCs, session based user information and manipulation of session information done only through the CFCs. That should be the best of all worlds. If you're using CFCs to

Re: OpenXCF

2004-02-03 Thread Christian Cantrell
Both of these projects look very interesting.I look forward to following their development, and hopefully contributing, as well. Christian On Feb 2, 2004, at 7:55 PM, Simon Horwith wrote: I suppose I should say more about the project I've begun... [Todays Threads] [This Message]

RE: CFC or Struct in session

2004-02-03 Thread Kevin Marino
Jim, what do you mean by end-of-session processing? thanks -Kevin Marino -- Webmaster - HealthObjects [EMAIL PROTECTED] -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 1:05 AM To: CF-Talk Subject: RE: CFC or Struct

RE: recordcount in loop

2004-02-03 Thread kelly
Here is the query I made, but I get this error: ODBC Error Code = 37000 (Syntax error or access violation) [Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near '='. cfquery name=getclaims datasource= select claimdetails.claimid, claimdsheader.claimid,

RE: recordcount in loop

2004-02-03 Thread Bryan F. Hogan
dump the cookie, most likely it's empty -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 11:16 AM To: CF-Talk Subject: RE: recordcount in loop Here is the query I made, but I get this error: ODBC Error Code = 37000 (Syntax error or

SOT: ShadoMX

2004-02-03 Thread Deanna Schneider
Is anyone using ShadoMX as their CMS? If so, what's your impression? Thanks! -- Deanna Schneider UWEX-Cooperative Extension Interactive Media Developer [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Grouping SQL Query = Braindead

2004-02-03 Thread Eric
What am I missing this morning?This query, when output with CFOUTPUT grouping does not group for squat.It still outputs in the order it was entered in the database. cfquery datasource=#wire.dsn# name=getclasses SELECT classname, rh.id as RID, groupname, groupid FROM rh_classes rh JOIN

RE: Grouping SQL Query = Braindead

2004-02-03 Thread Katz, Dov B (IT)
Cfoutput grouping relies on items being sorted in the query. Add an order by groupid -Dov _ From: Eric [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 11:36 AM To: CF-Talk Subject: Grouping SQL Query = Braindead What am I missing this morning?This query, when

Re: Das cf eclipse plug-in

2004-02-03 Thread Rob Rohan
:) On Tue, 2004-02-03 at 02:01, Thomas Chiverton wrote: On Monday 02 Feb 2004 18:00 pm, Rob Rohan wrote: The new version is 1.0.8 and it has the following improvements and known bugs: Did you put it up on the site yet ? My eclipse can't see an update to 1.0.5. I stopped developing the 2.x

Re: Das cf eclipse plug-in

2004-02-03 Thread Thomas Chiverton
On Tuesday 03 Feb 2004 16:56 pm, you said: phased out. And for eclipse 3 the autoinstall feature doesn't seem to be done so you have to go to the site and download the latest plugin for it to work :( Ah. Oddness. Do I have to do anything with Eclipse 3 beyond unpack the .zip in the right

RE: CFC or Struct in session

2004-02-03 Thread Dave Watts
I'm going to go with the application based CFCs, session based user information and manipulation of session information done only through the CFCs. That should be the best of all worlds. I'm not sure what world that's in at all. It certainly wouldn't be the best of the OO world. In that

RE: Application logging normalisation?

2004-02-03 Thread Dave Watts
Just like your thoughts on this. I've got an application well on the way, with a fully normalised relational (we'll say it is for arguments sake!) Oracle database running the show underneath. I've got a db table dedicated to keeping logs of the activity this application will produce,

RE: Grouping SQL Query = Braindead

2004-02-03 Thread Eric
Duh.Thanks! _ From: Katz, Dov B (IT) [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 10:42 AM To: CF-Talk Subject: RE: Grouping SQL Query = Braindead Cfoutput grouping relies on items being sorted in the query. Add an order by groupid -Dov _ From: Eric [mailto:[EMAIL

RE: recordcount in loop

2004-02-03 Thread Pascal Peters
Is participantid a string? If it's a number, it should be claimsheader.participantid = #cookie.theviewuser# OR even better, use cfqueryparam -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: dinsdag 3 februari 2004 17:16 To: CF-Talk Subject: RE: recordcount

RE: Grouping SQL Query = Braindead

2004-02-03 Thread Pascal Peters
ORDER BY groupid -Original Message- From: Eric [mailto:[EMAIL PROTECTED] Sent: dinsdag 3 februari 2004 17:36 To: CF-Talk Subject: Grouping SQL Query = Braindead What am I missing this morning?This query, when output with CFOUTPUT grouping does not group for squat.It still

Re: Grouping SQL Query = Braindead

2004-02-03 Thread Doug White
ORDER BY == Stop spam on your domain, Anti-spam solutions http://www.clickdoug.com/mailfilter.cfm For hosting solutions http://www.clickdoug.com == Aspire to Inspire before you Retire or Expire! - Original Message -

RE: Application logging normalisation?

2004-02-03 Thread Barney Boisvert
Since the reporting will usually be done by an administrator, a little bit of time delay probably isn't a big deal.The administrator will be willing to pay the price because he knows it's important, and the extra load will only be coming from one person, so it won't affect the server much.

Re: Das cf eclipse plug-in

2004-02-03 Thread Rob Rohan
On Tue, 2004-02-03 at 09:16, Thomas Chiverton wrote: On Tuesday 03 Feb 2004 16:56 pm, you said: phased out. And for eclipse 3 the autoinstall feature doesn't seem to be done so you have to go to the site and download the latest plugin for it to work :( Ah. Oddness. Do I have to do

OT: Did I offend?

2004-02-03 Thread Rob Rohan
What the heck is this? I didn't cuss? eManager Notification * The following message was blocked because it contains sensitive content. Source mailbox: [EMAIL PROTECTED] Destination mailbox(es): [EMAIL PROTECTED] Rule/Policy: Profanity Action: Quarantine to

Re: OT: Did I offend?

2004-02-03 Thread Ubqtous
Rob, On 2/3/2004 at 12:48, you wrote: RR What the heck is this? I didn't cuss? I've gotten a few of those messages too... not sure what I said either. ~ Ubqtous ~ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CFHTTP.STATUSCODE

2004-02-03 Thread Dan O'Keefe
Stephen Moretti wrote: Dan, Whats the CF statement in your code that starts at line 330? Stephen If it is referring to the second template that I am including, it is the middle of a SQL query. Dan [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CFHTTP.STATUSCODE

2004-02-03 Thread Dan O'Keefe
Cameron Childress wrote: This is a scheduled task?The CF Scheduler uses CFHTTP.I'll bet the page is erroring.Have you tried calling the scheduled cfm template dircetory from the web browser? -Cameron I ran it manually this AM by clicking on the 'Run Now' icon in the CF ADmin scheduler,

RE: displaying comma delimited text

2004-02-03 Thread J E VanOver
Or #listChangeDelims(yourList,br)# -Original Message- From: Pascal Peters [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 1:07 AM To: CF-Talk Subject: RE: displaying comma delimited text If it's just for html display you can use cfloop list=#yourList# indexi #i#br /cfloop OR

FarCry DB size...

2004-02-03 Thread Deanna Schneider
I asked this on the FarCry developer's list, but I'm getting no response. So, I thought I'd try here. How much space is required for the FarCry DB? I'm installing it in Oracle 8.1.7, and I exceeded my space limits. The DBA wants to know how much space I need before she allocates more, but I can't

Catching Up: UDF's and CFC's

2004-02-03 Thread C. Hatton Humphrey
Okay, I've been using CF for around 4 years now but up until this point have never been able to work with a version that supported UDF's and CFC's.Now I'm trying to bring myself up to speed with them on a conceptual level. I've built a couple of UDF's for CFMX so I understand the concept of

RE: CFC or Struct in session

2004-02-03 Thread Michael Wolfe
It's a web mail application... The only time when the processing time goes much over 10ms is when the list of email headers is being refreshed, because they have to be downloaded from the mail server. Other than that, all common functions and templates are called from CFC's stored in the

RE: FarCry DB size...

2004-02-03 Thread Robertson-Ravo, Neil (RX)
I am currently running a 5MB DB.. _ From: Deanna Schneider [mailto:[EMAIL PROTECTED] Sent: 03 February 2004 18:38 To: CF-Talk Subject: FarCry DB size... I asked this on the FarCry developer's list, but I'm getting no response. So, I thought I'd try here. How much space is required

CF Listserves

2004-02-03 Thread E C list
I am wondering if anyone knows of a decent/reasonably priced listserve software for use with ColdFusion. This is for a non-profit organization with between 400-1000 people on the list.It should be windows-based and be able to handle HTML mail and to strip attachments, etc.They were using the

RE: Catching Up: UDF's and CFC's

2004-02-03 Thread Michael Wolfe
Hatton, Hal Helms has written an excellent book to introduce you to CFC's (and by extension, UDF's). http://www.amazon.com/exec/obidos/ASIN/0972078649 -- Michael Wolfe [EMAIL PROTECTED] _ From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 10:35 AM

RE: FarCry DB size...

2004-02-03 Thread Michael Wolfe
Deanna, I can't speak for Oracle, but on MS SQL Server, the initial database size is about 2.75MB. -- Michael Wolfe [EMAIL PROTECTED] _ From: Deanna Schneider [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 10:38 AM To: CF-Talk Subject: FarCry DB size... I asked this on

RE: Get Records

2004-02-03 Thread Stuart Kidd
Hi Pascal, I've been trying to give that one a go but without much luck.My code is: cfparam name=url.StartResults default=1 cfparam name=URL.SortBy default=PropertyAgentID ASC CFQUERY NAME=GetAgentList datasource=020 SELECT TOP #URL.StartResults# * FROM PropertyAgent AND #URL.StartResults#

Oracle App Server

2004-02-03 Thread Deanna Schneider
Hey, does anyone know whatever became of the movement to get the Oracle App Server to be a supported environment for CFMX? I know there was a beta invitation, but I see it's still not supported. Anyone have any info about whether it's still in the works? -d -- Deanna Schneider UWEX-Cooperative

request time out catch??

2004-02-03 Thread Douglas.Knudsen
can the CFERROR tag catch CF request time out error specifically?I'd like to handle this issue better, send an email or aomething. -- Douglas Knudsen Alltel ACI IT Rapid Response Team (o) 678-351-6063 (c) 678-773-5852

RE: Catching Up: UDF's and CFC's

2004-02-03 Thread C. Hatton Humphrey
Thanks for the title and I've added it to my wish list (which I'm slowly getting).However, are there any online resources I could at least start off with? Thanks Again! Hatton Hal Helms has written an excellent book to introduce you to CFC's (and by extension, UDF's).

Re: Catching Up: UDF's and CFC's

2004-02-03 Thread Massimo, Tiziana e Federica
However, are there any online resources I could at least start off with? http://www.macromedia.com/devnet/mx/coldfusion/cfcs.html A bunch of generic FCs are also available here: http://www.cfczone.org/cfcs/index.cfm Massimo Foti http://www.massimocorner.com

Re: CF Listserves

2004-02-03 Thread Howie Hamlin
I believe that the list code for the HouseofFusion lists is available.And, that would include all of the features you're looking for.You may want to check with Michael Dinowitz directly. Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com

Re: OT: Did I offend?

2004-02-03 Thread Cary Gordon
No, but somebody in the thread used the word t*ts to describe their install.This is particularly amusing in light of the (manufactured) Superbowl controversy. Cary Gordon The Cherry Hill Company At 09:48 AM 2/3/2004 -0800, Rob Rohan wrote: What the heck is this? I didn't cuss?

RE: Catching Up: UDF's and CFC's

2004-02-03 Thread Dave Carabetta
Thanks for the title and I've added it to my wish list (which I'm slowly getting).However, are there any online resources I could at least start off with? Thanks Again! Hatton Hal Helms has written an excellent book to introduce you to CFC's (and by extension, UDF's).

RE: ShadoMX

2004-02-03 Thread Taco Fleur
My impression is; it's fancy and really advanced, programmers will get a kick out of it, but To me a CMS is for normal every day users, you can't set the CMS up without a programmer, and you can't run it without a programmer. On first sight while trying to break it I found some

RE: Catching Up: UDF's and CFC's

2004-02-03 Thread Michael Wolfe
I agree that it's outdated, but the concepts are still quite sound. Even the workarounds are useful in teaching best coding practices for CFC's. Hopefully, Hal will update the book with the latest info (and maybe even Mach II). -- Michael Wolfe [EMAIL PROTECTED] While a good book, it is a bit

Re: OT: Did I offend?

2004-02-03 Thread Rob Rohan
ahhh hehehe - I thought I had a shirt on I swear :) On Tue, 2004-02-03 at 11:49, Cary Gordon wrote: No, but somebody in the thread used the word t*ts to describe their install.This is particularly amusing in light of the (manufactured) Superbowl controversy. Cary Gordon The Cherry Hill

RE: Get Records

2004-02-03 Thread Pascal Peters
I think this is what you are trying to do: !--- page you are on: defaults to 1 --- cfparam name=url.thisPage default=1 !--- records to show per page --- cfset recordsPerPage = 10 !--- records on previous pages --- cfset previousRecords = (url.thisPage - 1)*recordsPerPage cfparam name=URL.SortBy

RE: Catching Up: UDF's and CFC's

2004-02-03 Thread C. Hatton Humphrey
Thanks for the title and I've added it to my wish list (which I'm slowly getting).However, are there any online resources I could at least start off with? Wow, thanks for all the links and information! I've got my printer spitting out quite a few of the pages so I can peruse them and get

WINXP CFMX development install

2004-02-03 Thread Robert Redpath
I am trying to install the CF MX single user develpment server on a WIN XP box and get everything installed.When I go to access CF Adminstrator I get the password prompt and enter it and the prompt just reappears. If I put in the wrong password, I get the incorrect password error message. But if

RE: Better way to deal with corrupted Verity (spider) collections ?

2004-02-03 Thread Tom Jordahl
How about repairing the collection from the CF administrator? -- Tom Jordahl Macromedia Server Development -Original Message- From: Jamie Jackson [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 4:16 PM To: CF-Talk Subject: Better way to deal with corrupted Verity (spider)

.net webservice

2004-02-03 Thread Tony Weeg
is the best (or only) way to hit a .net webservice that is on a server away from my cfmx server, through cfhttp? thanks. ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 [Todays Threads] [This Message] [Subscription] [Fast

Re: Das cf eclipse plug-in

2004-02-03 Thread Matt Liotta
Nah, I am not having any luck at all. No one wants to / can host the code so there is no way for me to manage the project. So I am just releasing the code. Hopefully it will turn into something really awsome, However, I licensed it under the MIT license so people can sell it if they want so it

Way OT: Internet Backbone

2004-02-03 Thread Eric
We have a way OT issue to work through and thought you folks here may be able to help... We have a critical client with absolute mission critical functionality that needs to be able to function even in emergency and regional outages.What I am starting to research for the first time on this scale

RE: Better way to deal with corrupted Verity (spider) collections ?

2004-02-03 Thread Sean McCarthy
Kill the vspider.exe in taskmanager on your server. -Original Message- From: Tom Jordahl [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 4:30 PM To: CF-Talk Subject: RE: Better way to deal with corrupted Verity (spider) collections ? How about repairing the collection from the

Re: Das cf eclipse plug-in

2004-02-03 Thread Rob Rohan
No I didn't forget your email. A. While I am all about making Matt look cooler in the open source world, I would want to run a project that is mine. A bit greedy perhaps, but in open source you don't get paid so most of the time people do it for props, experience, and making cool stuff. Putting

Re: Way OT: Internet Backbone

2004-02-03 Thread Matt Liotta
I think you are asking which general geographical areas you should use for your hosting. Well... it depends on who you are going to use for hosting and where your clients are likely to come from. I can give very detailed specifics if you would be willing to be more specific about your needs.

Re: Das cf eclipse plug-in

2004-02-03 Thread Rob Rohan
BTW the source is there for the taking - do with it what you will. On Tue, 2004-02-03 at 14:05, Rob Rohan wrote: No I didn't forget your email. A. While I am all about making Matt look cooler in the open source world, I would want to run a project that is mine. A bit greedy perhaps, but in

Re: Better way to deal with corrupted Verity (spider) collections ?

2004-02-03 Thread Jamie Jackson
Repairing from the administrator seldom, if ever works. Same with a command-line repair. Thanks, Jamie On Tue, 3 Feb 2004 16:29:40 -0500, in cf-talk you wrote: How about repairing the collection from the CF administrator? [Todays Threads] [This Message] [Subscription] [Fast

Re: Better way to deal with corrupted Verity (spider) collections ?

2004-02-03 Thread Jamie Jackson
I've been killing with the following, but no luck kick-starting the collection. cflock timeout=10 throwontimeout=Yes name=search_index type=EXCLUSIVE cfexecute name=C:\WINNT\system32\cmd.exe arguments=/c kill vspider outputfile=#currentDirectory#cmdoutput.txt timeOut=1000/cfexecute /cflock On

RE: Way OT: Internet Backbone

2004-02-03 Thread Eric
Well, to be more specific, the individuals needing to use it would be North America, from Alaska to the southern tip of Mexico specifically.Basic idea if big power outage, something causes a big part of the grid to go down, response is not compromised as systems shift to the available web servers

RE: Far Cry

2004-02-03 Thread peter . tilbrook
Macromedia inadvertantly sent out a large mailing that was using graphics from the Daemon domain. They do not have unlimited capacity which is why it slowed to a crawl. Should be fine by now. Peter Tilbrook Transitional Services - Enterprise eSolutions Centrelink (http://www.centrelink.gov.au) 2

Re: Das cf eclipse plug-in

2004-02-03 Thread Matt Liotta
A. While I am all about making Matt look cooler in the open source world, I would want to run a project that is mine. A bit greedy perhaps, but in open source you don't get paid so most of the time people do it for props, experience, and making cool stuff. Putting it on your site would benefit

RE: Das cf eclipse plug-in

2004-02-03 Thread Barney Boisvert
The apache license doesn't have to be used verbatim.Just change that credits line to This product includes software developed by Rob Rohan (http://www.rohanclan.org/). Or whatever you want.It's the stipulations that the license imposes that Matt wanted.That's the license that Fusebox 4 is

CF MX CFGRAPH

2004-02-03 Thread Nick Baker
Developed some graphing (Line graphs) on CF 5.0 and it worked.When I uploaded to a ColdFusion MX server, at Intermedia.net, things changed quite a lot. Graph is all over the place and the title doesn't show. My guess is that the CFGRAPH tag is different for MX. Can anyone explain the

Re: Way OT: Internet Backbone

2004-02-03 Thread Matt Liotta
If you are serving North America then you should really host with AboveNet or UUnet in Vienna, VA. If you'd like more than one location, the next choice would be Palo Alto, CA followed by New York, NY. For really good redundancy, you should use multiple providers. A good second choice to

Re: FarCry website up once more

2004-02-03 Thread Geoff Bowers
Apologies for any inconvenience.A series of events have conspired against us the last two days.Access to the site should be all go once more. Re: installation -- if you are new to FarCry you need to: a) join the farcry-dev mailing list b) download the FULL install for your relevant operating

Re: Far Cry

2004-02-03 Thread Geoff Bowers
Peter Tilbrook wrote: Yes but HTH do I get it running on Apache 2.0.x? Pete, there are technotes specifically on running with Apache.Plenty of people with fully operational sites running Apache.Best place to raise any installation issues is the farcry-dev mailing list. -- geoff

Re: Das cf eclipse plug-in

2004-02-03 Thread Rob Rohan
On Tue, 2004-02-03 at 14:19, Matt Liotta wrote: A. While I am all about making Matt look cooler in the open source world, I would want to run a project that is mine. A bit greedy perhaps, but in open source you don't get paid so most of the time people do it for props, experience, and

Re: Way OT: Internet Backbone

2004-02-03 Thread Bryan Stevenson
So I assume the data needs to be 100% current in the event of such an outage??If not then what abaout an app with online/offline capabilities? Just tossin out the ideas ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL

CFLOGIN timing out

2004-02-03 Thread Michael Dinowitz
This has been mentioned on list in the past and no real answer was ever posted. If page 1 has a CFLOGINUSER on it and logs a user in, going to page 2 should keep the user logged in. correct? That is not the behavior I'm seeing here. application.cfm has a cfapplication tag with session based login

simultaneous requests on j2ee?

2004-02-03 Thread Andre Turrettini
Hi Where did simultaneous requests go on the j2ee version of cfmx?I can bet that theres a xml file somewhere that replaces it but where? I've looked at all the ones I could think of.tomcat 4.1. Thanks DRE -Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED] Sent: Tuesday,

RE: CFLOGIN timing out

2004-02-03 Thread Raymond Camden
In order for the CFLOGIN system to work, you must have CFLOGIN in your Application.cfm file (or _somewhere_ in the reuqest). The loginuser does not have to be in this same block (although normally it is), but cflogin must be run in order for the system to be in place. Does that make sense?

Re:CFLOGIN timing out

2004-02-03 Thread Michael Dinowitz
Total sense. I just wish it was mentioned somewhere. So here's the bottom line for the next poor sucker with this problem. 1. A CFLOGIN must be associated with the pages that are to take part in the security. 2. If a CFC is being used, there must also be a CFLOGIN inside the CFC (I placed mine

RE: Way OT: Internet Backbone

2004-02-03 Thread Ryan Kime
three words for you: low orbit satellites. //kidding// Being an ex-WorldCom employee, I would second UUNet (now using the MCI moniker, find them here - http://global.mci.com/wholesale/ http://global.mci.com/wholesale/ ). The majority of North America's Internet traffic goes through Northern

Re: ShadoMX

2004-02-03 Thread Geoff Bowers
Shado is perhaps FarCry's biggest competitor in Australia -- at least in terms of CFMX based content management systems.Shado is a worthy competitor.I can't say that I agree with much of what Taco has written.Certainly if you are looking at CFMX based CMS systems you should absolutely be

Re: Way OT: Internet Backbone

2004-02-03 Thread kpeterson
Are you looking for something like this?? http://research.lumeta.com/ches/map/ Kore Peterson Eric [EMAIL PROTECTED] To:CF-Talk [EMAIL PROTECTED] lmpls.comcc: Subject:Way OT: Internet Backbone 02/03/2004 03:55 PM Please respond to cf-talk We have a way OT issue to work through and

  1   2   >