RE: SMTP Error

2005-06-02 Thread Kelly Keith
The sysadmin and I went and looked there... The server has access as well as the domain it sits in... Any other thoughts??? kelly -Original Message- From: John Munyan [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 01, 2005 8:09 PM To: CF-Talk Subject: RE: SMTP Error The correct place

Re: CF vs LAMP

2005-06-02 Thread Wayne Putterill
In a small way, I have set up an old PC as a linux server and played around with that, the last three sites I did in CF have been hosted on Linux and used MySql, I have also used some PHP packages and modified them to some extent. I know I am going to have to sit down and really learn PHP at some p

RE: Verity K2

2005-06-02 Thread Robertson-Ravo, Neil (RX)
Linux...nah :-) I'm a Bill lover... -Original Message- From: chad gray [mailto:[EMAIL PROTECTED] Sent: 02 June 2005 15:51 To: CF-Talk Subject: RE: Verity K2 At least they are taking the time to try it. I thought they would just search the docs and give me a guess. I have to double ch

RE: web services security (WSS)

2005-06-02 Thread Kevin Aebig
I was workin on a JAVA class that would handle it within CF... but I haven't had the chance to finish it. !k -Original Message- From: wolf2k5 [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 3:30 AM To: CF-Talk Subject: web services security (WSS) Hi, Unfortunately ColdFusion MX

RE: Verity K2

2005-06-02 Thread chad gray
At least they are taking the time to try it. I thought they would just search the docs and give me a guess. I have to double check... you are doing this on LINUX right? Please say yes, please say yes! >Macromedia are checking?! Gotta love first line support (or as we call >them...Manual Mo

Re: Verity K2

2005-06-02 Thread chad gray
Thanks for the Lucene suggestions. If i had two months to play with it to get it installed and configured i would try it out. It does appear you can do Chinese characters with it, but you need a special Analyzer. You can do PDFs but you need a special parser. I dont have time or patience to

Re: Verity K2

2005-06-02 Thread Dave Carabetta
On 6/2/05, chad gray <[EMAIL PROTECTED]> wrote: > Thanks Dave, > > Do i use the standard CFIndex, CFSearch to tap into the K2 collection once i > have it hooked up? > > I just need to get this thing working now. I promised a client i can index > PDFs and double byte characters. Well, i can on

Re: Verity K2

2005-06-02 Thread Gruss Gott
> chad wrote: > Verity is limited. You cannot do Chinese characters and you cannot index > PDFs. > I've been able to do both of those things on Solaris and would imagine that functionality is virtually the same between Linux and Solaris. All I can think of are that your PDFs are scanned (ima

RE: Verity K2

2005-06-02 Thread Robertson-Ravo, Neil (RX)
Macromedia are checking?! Gotta love first line support (or as we call them...Manual Monkeys) I can tell you now it can index PDF's.. we are doing it here.. -Original Message- From: chad gray [mailto:[EMAIL PROTECTED] Sent: 02 June 2005 15:36 To: CF-Talk Subject: RE: Verity K2 T

Re: get parent items from list?

2005-06-02 Thread Jerry Barnes
Sounds like an adjaceny list model. Does the list contain the whole tree or does a list only contain a path from one node to another while other lists contain other paths? On 6/2/05, Emmet McGovern <[EMAIL PROTECTED]> wrote: > > Brain Meltdown. Maybe someone can help. > > I have a list such

RE: Verity K2

2005-06-02 Thread chad gray
Thanks Dave, Do i use the standard CFIndex, CFSearch to tap into the K2 collection once i have it hooked up? I just need to get this thing working now. I promised a client i can index PDFs and double byte characters. Well, i can on my Windows box, then low and behold i get sucker punched b

RE: get parent items from list?

2005-06-02 Thread Andrew Scott
But where is this list coming from? With a parent ID you can't do it. -Original Message- From: Emmet McGovern [mailto:[EMAIL PROTECTED] Sent: Friday, 3 June 2005 12:30 AM To: CF-Talk Subject: RE: get parent items from list? What I'm getting is a list of items in their tree hierarchy. I

Re: Verity K2

2005-06-02 Thread George Abraham
I second the Lucene suggestion. I am currently working on integrating it to index databases using Aaron Johnson's code here: http://cephas.net/projects/ (look at the bottom for the CFX tags). His code uses Lucene to index files. The definitive book on Lucene is 'Lucene in Action' by Otis Gospodneti

Re: get parent items from list?

2005-06-02 Thread Tony Weeg
thats what i was trying to say, thanks andrew. emmet... do this... simply add a parentID column to your table, and whatever value that is, you can find its parent, or no parent. tw On 6/2/05, Andrew Scott <[EMAIL PROTECTED]> wrote: > Without more information this request is not possible. > > I

RE: get parent items from list?

2005-06-02 Thread Emmet McGovern
What I'm getting is a list of items in their tree hierarchy. I just need to insert them in a database with their parent child relationships intact. -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 10:21 AM To: CF-Talk Subject: RE: get parent it

RE: ColdFusion Forum software

2005-06-02 Thread Jim Davis
> -Original Message- > From: Raymond Camden [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 02, 2005 9:31 AM > To: CF-Talk > Subject: Re: ColdFusion Forum software > > Would those 2 features alone be enough to keep you using Galleon? > Emoticons would be trivial to implement. I've got a

RE: get parent items from list?

2005-06-02 Thread Andrew Scott
Without more information this request is not possible. Is this coming from a database then use the original query to build a parent child relationship, without and identifier which indicates what the parent is then you can do what your asking. -Original Message- From: Emmet McGovern [mai

RE: Verity K2

2005-06-02 Thread Dave Watts
> I am having an aweful time with CF 6.1 installed on Linux. > > Verity is limited. You cannot do Chinese characters and you > cannot index PDFs. > > Now i have never worked with Verity K2. I dont know it's > true purpose and capabilities. If i take my Windows Version > of CF 6.1 can i "shar

RE: Verity K2

2005-06-02 Thread Robertson-Ravo, Neil (RX)
Have a look at Lucene http://lucene.apache.org/java/docs/index.html If I were you I would stay well clear of Verity, I don't even know why MM still shop it - especially due to its outrageous cost when you need to get a scalable solution. N -Original Message- From: chad gray [mai

Re: ColdFusion Forum software

2005-06-02 Thread Tony Weeg
thanks for the offer michael, my client is my cousin, im part of the company, and we cant pay for that work. not to mention i can do it myself... thanks anyway :) tw On 6/2/05, Michael Dinowitz <[EMAIL PROTECTED]> wrote: > Fusetalk (http://www.fusetalk.com/) is a finished product that may have t

Re: get parent items from list?

2005-06-02 Thread Tony Weeg
is this coming out of a database? or simply a list? im not sure with a list, with no other properties, that you can make an intelligent choice which is a parent of which... tw On 6/2/05, Emmet McGovern <[EMAIL PROTECTED]> wrote: > Brain Meltdown. Maybe someone can help. > > I have a list such

Verity K2

2005-06-02 Thread chad gray
I am having an aweful time with CF 6.1 installed on Linux. Verity is limited. You cannot do Chinese characters and you cannot index PDFs. Now i have never worked with Verity K2. I dont know it's true purpose and capabilities. If i take my Windows Version of CF 6.1 can i "share" out it's vert

RE: get parent items from list?

2005-06-02 Thread Emmet McGovern
To clarify. The reason I'm asking is that I need to loop and insert all items in a table to create a tree. So it would have to start with the first item in the list to get an ID for the second item. >Brain Meltdown. Maybe someone can help. I have a list such as (item1,item2,item3,item4,item5

Re: form trim ?

2005-06-02 Thread Douglas Knudsen
its called composition. Just like composite functions in middle school algebra classes...f(g(h(x))) :) DK On 6/2/05, dave <[EMAIL PROTECTED]> wrote: > > swt, don't know why my dumbass never thought bout that before :) > > feel like wilberginni now! > > ~Dave the disruptor~ > This bottle

get parent items from list?

2005-06-02 Thread Emmet McGovern
Brain Meltdown. Maybe someone can help. I have a list such as (item1,item2,item3,item4,item5). The list can be any length. Item1 would be the parent of item2 and item2 would be the parent of item3 and so on. What's the most efficient way of determining the parent of any item in the list and

RE: CF vs LAMP

2005-06-02 Thread Simon Cornelius P . Umacob
IMHO, he was indeed saying that LAMP was a lesser solution (that's my impression). That's fine with me if that's what he thinks. Our thoughts are beyond the influence of anyone. But when you translate those thoughts into actions and words, that is a very different story. I wish he hadn't use

ColdFusion Forum software

2005-06-02 Thread Michael Dinowitz
Fusetalk (http://www.fusetalk.com/) is a finished product that may have the features you want. Otherwise, you need someone (like me) to write some custom stuff for you (like I have for the HoF forums/archives). >Hola peeps... > >Well, it hurts to say this, but my clients forums have outgrown Ray

Re: ColdFusion Forum software

2005-06-02 Thread Tony Weeg
i know, and im fairly strong under the impression that that is dumb fluff, but you know users :) anyway... here is what they have asked for... (now i can easily do the ordering, i can easily add, some quick jump links (Top/bottom of page)) just dont know exactly whats involved for the other stuff

RE: ColdFusion Forum software

2005-06-02 Thread Calvin Ward
Fusetalk seems to be a pretty solid choice. - Calvin -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 9:17 AM To: CF-Talk Subject: ColdFusion Forum software Hola peeps... Well, it hurts to say this, but my clients forums have outgrown Ray's Ga

RE: Specifying Mail Server Password

2005-06-02 Thread Robert Redpath
username:[EMAIL PROTECTED] From: Peter Shaw [mailto:[EMAIL PROTECTED] Sent: Thu 6/2/2005 9:24 AM To: CF-Talk Subject: Spam:Specifying Mail Server Password Hi, I seem to have mislaid the syntax for specifying a mailserver username and password within CF Admi

Re: ColdFusion Forum software

2005-06-02 Thread Raymond Camden
Would those 2 features alone be enough to keep you using Galleon? Emoticons would be trivial to implement. On 6/2/05, Tony Weeg <[EMAIL PROTECTED]> wrote: > Hola peeps... > > Well, it hurts to say this, but my clients forums have outgrown Ray's > Galleon forum, and his users are crying out for a

Re: CF vs LAMP

2005-06-02 Thread Keith Gaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jochem van Dieten wrote: > Apart from being the wrong one, I don't think the reason you > offer is valid. The API is still burdened with handling of > DEFAULT because DEFAULT is implemented for insert statements, so > I fail to see any gains there.

Re: CF and MS Word

2005-06-02 Thread Charlie Griefer
Appreciate all of the input. As of now, it looks like James' XML solution seems to work the best (best being fastest and easiest to implement). Saved the document as XML, wrapped it in a with data from a textarea, and used the variable in a to create a new .doc. Seems to maintain the formatti

Specifying Mail Server Password

2005-06-02 Thread Peter Shaw
Hi, I seem to have mislaid the syntax for specifying a mailserver username and password within CF Admin (v5). IIR it is along the lines of: username:password|127.0.0.1 Can anyone put me straight please? Peter ~| Find out how

Re: Turkish ColdFusion Forum

2005-06-02 Thread Tony Weeg
looks GREAT! wish i could read turkish :) tw On 6/1/05, Tarantor <[EMAIL PROTECTED]> wrote: > Hi, > > > > I do not know how many of you may have interest such a topic but I also want > to inform this list about our forum. > > > > I just wanted to let you know about our forum page. You can r

ColdFusion Forum software

2005-06-02 Thread Tony Weeg
Hola peeps... Well, it hurts to say this, but my clients forums have outgrown Ray's Galleon forum, and his users are crying out for a newer/more feature rich forum application. any ideas on a good cfmx based one with these features: 1. private messages 2. emoticons and anything else that cool/n

RE: CF vs LAMP

2005-06-02 Thread Robertson-Ravo, Neil (RX)
Good God...my Eyesmy Eyes -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: 02 June 2005 14:04 To: CF-Talk Subject: RE: CF vs LAMP I wonder what the re-worked version looks like? - Calvin -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECT

RE: CF vs LAMP

2005-06-02 Thread Calvin Ward
I wonder what the re-worked version looks like? - Calvin -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 8:50 AM To: CF-Talk Subject: RE: CF vs LAMP Holy crap! I suppose it could have been worse, it could have all been on one line! :Oo Ad

Re: Dynamic array names HELP!!!!

2005-06-02 Thread Mike Hughes
SetVariable works, Thanks On 6/1/05, James Holmes <[EMAIL PROTECTED]> wrote: > OK, for CF 5 try using the SetVariable() function. > > -Original Message- > From: Mike Hughes [mailto:[EMAIL PROTECTED] > Sent: Thursday, 2 June 2005 11:28 > To: CF-Talk > Subject: Re: Dynamic array names HELP!

RE: CF vs LAMP

2005-06-02 Thread Calvin Ward
Wayne, Have you started adding LAMP development to your skillset? - Calvin -Original Message- From: Wayne Putterill [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 8:23 AM To: CF-Talk Subject: Re: CF vs LAMP I had to throw this in: "One of IBM's senior venture capital investm

RE: CF vs LAMP

2005-06-02 Thread Calvin Ward
I would say that these comments were more saying that LAMP was a lesser solution, than CF being the only solution, but that would really be something the OP would have to clarify. - Calvin -Original Message- From: Micha Schopman [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 8

RE: CF vs LAMP

2005-06-02 Thread Adrian Lynch
Holy crap! I suppose it could have been worse, it could have all been on one line! :Oo Ade -Original Message- From: Micha Schopman [mailto:[EMAIL PROTECTED] Sent: 02 June 2005 12:36 To: CF-Talk Subject: RE: CF vs LAMP This is true code running in production I had to review once (because

RE: CF vs LAMP

2005-06-02 Thread Micha Schopman
Calvin, I was aiming at the following comments made in the thread; "They proved to be the typical LAMP dev'r and were highly missinformed on a lot of issues and I used the fact that they don't know against them very strongly. Then I had them go up to white board and write on whiteboard a typical

Re: CF vs LAMP

2005-06-02 Thread Jochem van Dieten
Keith Gaughan wrote: > Jochem van Dieten wrote: >> >> The SQL DEFAULT keyword is not just meant for use in DDL. SQL is >> defined in such a way that you can also use DEFAULT in DML to >> (re)set any column to its default value. You don't even have to >> know what that default is. So in SQL you

Re: CF vs LAMP

2005-06-02 Thread Wayne Putterill
I had to throw this in: "One of IBM's senior venture capital investment authorities is encouraging software start-ups to follow the money, and back the LAMP open source stack. According to Drew Clark, director of strategic insights for IBM's venture capital group, building software using Linux, A

RE: CF vs LAMP

2005-06-02 Thread Calvin Ward
I don't think so. I think this thread is going off topic because nearly all threads about technology comparisons end up going off topic. Besides, nobody ever implied or said anything like that. - Calvin -Original Message- From: Micha Schopman [mailto:[EMAIL PROTECTED] Sent: Thursday, J

RE: CF vs LAMP

2005-06-02 Thread Micha Schopman
Nofi, but this thread is going off topic because some people are too blind seeing there is more on the market than CF :) If you don't like PHP, that's all right, everybody has its own personal affection with a language, but stating in someway that the developers using PHP are amateurs is just not t

RE: CF vs LAMP

2005-06-02 Thread Simon Cornelius P . Umacob
>I'm not so sure that the logic follows. It does if your car is no longer new and that your warranty has already expired. The same is true with software. >I think this thread is definitely going OT though! I agree. This should be my last post for this thread. [ simon.cpu ] ~

Re: CF vs LAMP

2005-06-02 Thread Keith Gaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jochem van Dieten wrote: > On re-reading that was very poorly worded by me. > > The SQL DEFAULT keyword is not just meant for use in DDL. SQL is > defined in such a way that you can also use DEFAULT in DML to > (re)set any column to its default val

RE: CF vs LAMP

2005-06-02 Thread Calvin Ward
I'm not so sure that the logic follows. If you've purchased a new car, it comes with a warranty. Solid companies tend to honor their warranties. Solid companies would probably try to limit their liability with such a warranty by delivering a product that mitigated need to honor the warranty as m

RE: CF vs LAMP

2005-06-02 Thread Simon Cornelius P . Umacob
> " I have a question to you, my dear friend: Would you buy a BMW with > its hood welded shut?" > yeah, what the hell would I being doing under the hood when it's built > by a solid company that will take care of any issues that arise. BMW is a solid company. A solid company will take care of an

Re: Dealing with users

2005-06-02 Thread Jared Rypka-Hauer - CMG, LLC
Great idea unless someone does really well on the one real review filed and everyone else cheats below 3. Then you've got someone who's really getting screwed because the math just doesn't work. I kind of like reporting all the data and several views of it. But I still favor a personalized rep

Re: Dealing with users

2005-06-02 Thread Jared Rypka-Hauer - CMG, LLC
Instead of working with mad statistics, which gives even math majors headaches... Is this something where there's an HR manager who is permitted to see all the data... i.e. someone who could be labeled a "Program Administrator"? If so (and I actually did this once... successfully) I'd lobby to

web services security (WSS)

2005-06-02 Thread wolf2k5
Hi, Unfortunately ColdFusion MX doesn't support web services security (WSS): I found a few threads suggesting to use WSS4J: Did anyone try to use it with CFMX 6.1 or 7? Any luck? Thanks. ~~~

RE: RSS Feeds

2005-06-02 Thread Ian Vaughan
Hi Does anybody on the list know for any more articles on 1.) Creating your own RSS feeds using Coldfusion And 2.) Displaying RSS feeds from external sources i.e. BBC, I tried the UDF in the last post but all I was receiving was a blank page ? I have also tried using another approach based on

Dynamic array names HELP!!!!

2005-06-02 Thread Aldwin Sabornido
Try using QueryNew() its more easy to use. Its like querying in the database. >Hi all > >I am building a few arrays on one template using the data from one >query. I made the arrays with no problem, but CF is giving me a "not a >valid variable name" error. I need to call and add to an array

RE: Dynamic array names HELP!!!!

2005-06-02 Thread Pascal Peters
Create a structure of arrays based on the employee number instead of having dynamic names. EmployeAry = StructNew(); EmployeAry[EmployeeNumber][RowNu_][1] = CalendarInfo.EmployeeNumber[CurRow]; Otherwise you will need the functions ArrayAppend and ArrayInsertAt Pascal > -Original Messa

<    1   2