toString() generates invalid xml

2004-12-16 Thread Taco Fleur
I have a valid (its valid, it parses!) XML object (basically a representation of a HTML page), when I call toString() it creates invalid XML, i.e. link ahref= rel=/link becomes link ahref= rel= now correct me if I am wrong, toString() does not perform a xsl transformation and thinks its smart

Re: Color Coding in Dreamweaver / CF Studio

2004-12-16 Thread Massimo Foti
I just started using DW (from CF Studio), and the first thing I noticed was the difference in code coloring. Is there a (quick) way to color the code like it's colored in CF Studio? I am not sure if it qualify as quick, but you can look at: Edit Preferences Code Coloring

Re: i need some java

2004-12-16 Thread Simon Smith
I use this for all my email validation, its not regEx but it works OK for me function isEmail(str) { posAtSign = str.indexOf(@) posDot =str.lastIndexOf(.) end = str.length-1 start = 0 missing = -1 if( str.length == 2) { return false } if( posAtSign == missing || posAtSign == start

binary question

2004-12-16 Thread Richard Meredith-Hardy
ldp returns an object's objectSid as S-1-5-21-85748401-1263151954-712603620-2180 wheras CFLDAP returns it as something like Ò'[EMAIL PROTECTED] anyone know how to decode this? ToString() doesn't. (I assume objectSid is an Active Directory entry's UUID?) This is on CF 5.1 Thanks -- Regards;

Re: help with loops, updating data

2004-12-16 Thread Bert Dawson
Its only using the first record from the state_contact_detail query because thats what you're telling it to do... You should be able to do what you want all in the UPDATE statement: UPDATE contact_detail SET state = ( SELECT davids_excel.state

Re: css - height 100% - i'd like to kill the crack-addicts who wrote the w3c box model

2004-12-16 Thread S . Isaac Dealey
Yea, I'm still not happy with the standards guys tho... thanks for suffering my rant. :) Think about it this way ... if it was easy, they wouldn't need smart guys like you and me - they could get any idiot manager to do it themselves with a copy of FrontPage. Cheers Mike Kear

RE: binary question

2004-12-16 Thread Tangorre, Michael
From: Richard Meredith-Hardy [mailto:[EMAIL PROTECTED] ldp returns an object's objectSid as S-1-5-21-85748401-1263151954-712603620-2180 wheras CFLDAP returns it as something like Ò'.6d'ÁJ[EMAIL PROTECTED] anyone know how to decode this? ToString() doesn't. (I assume objectSid is an Active

Re: QUERY2FORM

2004-12-16 Thread Bert Dawson
Would be best not to return 2 columns with the same name in the first place: tweak the select statement to either alias them, or exclude the columns you don't want. SELECT table1.myColumn AS column_1 , table2.myColumn AS column_2 etc Cheers Bert On Wed, 15 Dec 2004 15:53:01

AW: IgniteFusion anyone?

2004-12-16 Thread Gert Franz
Why don't you give Railo a chance. www.railo.ch Cheers Gert -Ursprüngliche Nachricht- Von: Ryan Jones [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 15. Dezember 2004 06:18 An: CF-Talk Betreff: IgniteFusion anyone? IgniteFusion has just released a new version of their CFML engine. I

RE: i need some java

2004-12-16 Thread COLLIE David
function isEmail(str) { var emailFilter=/[EMAIL PROTECTED],4}$/; var illegalChars= /[\(\)\\\,\;\:[\]]/; var error=''; if (str.length = 0) { error = 'Your emailaddress was empty, no desert for you.\n'; } if (!(emailFilter.test(strng))) {

RE: i need some java

2004-12-16 Thread Micha Schopman
No ofcourse not ;) If I did it, I wouldn't work in this industry anymore. Micha Schopman Project Manager Modern Media, Databankweg 12 M, 3821 AL Amersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380

RE: i need some java

2004-12-16 Thread COLLIE David
Hey Micha Would be good if you could get away with it though! Could have a right laugh with the users. Hehehe Sorry for the OT, just gave me a wee chuckle... -- dc ~| Special thanks to the CF Community Suite Silver Sponsor -

Re: css - height 100% - i'd like to kill the crack-addicts who wrote the w3c box model

2004-12-16 Thread Keith Gaughan
S.Isaac Dealey wrote: so after all this time, there's still no standard that allows an adequate means of specifying something as simple as height 100% ... because according to the w3c, 100% of the height of an airplane discludes its canopy and landing gear and 100% of its length discludes

Re: toString() generates invalid xml

2004-12-16 Thread Keith Gaughan
Taco Fleur wrote: I have a valid (its valid, it parses!) XML object (basically a representation of a HTML page), when I call toString() it creates invalid XML, i.e. link ahref= rel=/link becomes link ahref= rel= now correct me if I am wrong, toString() does not perform a xsl

RE: i need some java

2004-12-16 Thread Micha Schopman
Just a very simple one function isEmail(str) { var emailFilter=/[EMAIL PROTECTED],4}$/; var illegalChars= /[\(\)\\\,\;\:[\]]/; var error=''; if (str.length = 0) { error = 'Your emailaddress was empty, no desert for you.\n'; } if

RE: BUT what does it @#$%^ DO?????

2004-12-16 Thread Jerry Barnes
What kind of install is Plum? Does the install leave you with a simple exe or does it sink its hooks into the registery and other places? I'd like to look at it, but I don't want to have a lot of material left behind if I decide to uninstall. J

Re: AW: IgniteFusion anyone?

2004-12-16 Thread Rick Root
Ryan Jones wrote: I understood that Railo is only in Alpha. I need something that can go live now. If Railo is capable of handling a production server, then I am willing to give it a shot. Have you tried BlueDragon? They are, by far, the best and most compatible. - Rick

Re: AW: IgniteFusion anyone?

2004-12-16 Thread Ryan Jones
I understood that Railo is only in Alpha. I need something that can go live now. If Railo is capable of handling a production server, then I am willing to give it a shot. Why don't you give Railo a chance. www.railo.ch Cheers Gert

forms as arrays

2004-12-16 Thread Stuart Kidd
Hi guys, I thought i'd be smart and instead of having a long form, actually have a (a long list) array istead. Is this common or have i come upon this method stupidly? Is there any point in what i'm doing or should i go back to the normal put everything in one long form sort of thing?

RE: BUT what does it @#$%^ DO?????

2004-12-16 Thread Robertson-Ravo, Neil (RX)
I'm bored of thisCF-Community anyone? -Original Message- From: Joe Rinehart [mailto:[EMAIL PROTECTED] Sent: 16 December 2004 14:58 To: CF-Talk Subject: Re: BUT what does it @#$%^ DO? Plum can be uninstalled through Add / Remove programs. Not sure what it leaves behind...Adam?

RE: Mail Server Software

2004-12-16 Thread Ben Rogers
It is a lot of money, but not expensive. If you do the math an organization with 5000 users gets a fully redundant mail gateway solution for about $1.5 per mailbox per year, including hardware. SA, RBLs, OpenLDAP etc may be free, time is not, and I doubt anyone can build a system with similar

Re: BUT what does it @#$%^ DO?????

2004-12-16 Thread Adam Churvis
http://www.productivityenhancement.com/plum/PlumDetail.cfm?id=diagrammingss I just added this: While the Plum IDE doesn't contain a diagramming tool of its own, Plum Diagrams are easily created using any flowcharting tool from a #2 pencil to Visio Enterprise -- use the tool of your choice. It

Re: BUT what does it @#$%^ DO?????

2004-12-16 Thread Adam Churvis
Plum installation / uninstallation shouldn't mess with the Registry at all. Plum has its own configuration file in XML. By default, Plum stores Client variables in the Registry, but we tell people throughout Plum to use another method as soon as possible. The only reason why Plum defaults to

Re: What's A Good Forum Program

2004-12-16 Thread Massimo Foti
I would like your opinions and advice. I want to begin a forum, that is written if CF that will run on CF 5.0 (NO MX). I have only seen the Fusebox version, and it is a little pricey. I don't have personal opinions, but you could check a few apps:

Re: BUT what does it @#$%^ DO?????

2004-12-16 Thread Greg Luce
No! Don't make me subscribe to CF-Community. This is good stuff. On Thu, 16 Dec 2004 15:10:15 -, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: I'm bored of thisCF-Community anyone? -Original Message- From: Joe Rinehart [mailto:[EMAIL PROTECTED] Sent: 16 December 2004

RE: css - height 100% - i'd like to kill the crack-addicts who wrote the w3c box model

2004-12-16 Thread Ben Rogers
so after all this time, there's still no standard that allows an adequate means of specifying something as simple as height 100% ... because according to the w3c, 100% of the height of an airplane discludes its canopy and landing gear and 100% of its length discludes its propeller and

Cookie headers from a java app

2004-12-16 Thread Gerald Hurst
My CFM pages are a simple HTML form and a response page containing enough CFML to display CFID, CFTOKEN, and a CLIENT variable or two. These pages work exactly as expected in Internet Explorer and I have watched the HTTP header traffic here and this is also as expected. These pages do not work

RE: What's A Good Forum Program

2004-12-16 Thread Ben Rogers
If you're subscribed to DevNet, the one in the latest DRK seems pretty good. Ben Rogers http://www.c4.net v.508.240.0051 f.508.240.0057 -Original Message- From: Tom Forbes [mailto:[EMAIL PROTECTED] Sent: Thursday, December 16, 2004 12:36 PM To: CF-Talk Subject: What's A Good Forum

OT-ASP pagination

2004-12-16 Thread Eric Creese
Ok I have not touched ASP in a few years. I have been using nothing but ColdFusion for 4 years. Now the company I am with I have unsuccessfully been unable to convince them to use CF. So They have taked me to create a page in which I have comeup with the idea to use pagination. Basically we

RE: OT-ASP pagination

2004-12-16 Thread Burns, John D
Perhaps an ASP list would be more appropriate for specific ASP questions. John Burns Certified Advanced ColdFusion MX Developer AI-ES Aeronautics, Web Developer -Original Message- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: Thursday, December 16, 2004 10:56 AM To: CF-Talk

Re: OT-ASP pagination

2004-12-16 Thread Mark Drew
Is it ASP.NET? or plain ASP? On Thu, 16 Dec 2004 09:55:48 -0600, Eric Creese [EMAIL PROTECTED] wrote: Ok I have not touched ASP in a few years. I have been using nothing but ColdFusion for 4 years. Now the company I am with I have unsuccessfully been unable to convince them to use CF. So

Re: What's A Good Forum Program

2004-12-16 Thread Raymond Camden
That's Galleon. You can see it in action at www.camdenfamily.com/morpheus/forums On Thu, 16 Dec 2004 10:53:04 -0500, Ben Rogers [EMAIL PROTECTED] wrote: If you're subscribed to DevNet, the one in the latest DRK seems pretty good. Ben Rogers http://www.c4.net v.508.240.0051 f.508.240.0057

RE: OT-ASP pagination

2004-12-16 Thread COLLIE David
4guysfromrolla.com Terminology to do most things in a web application is the same regardless of the language so just search their archives for terms that describe what you are trying to do and prolly be a tutorial on how to do it. -- dc

RE: OT-ASP pagination

2004-12-16 Thread Eric Creese
Active Server Pages -Original Message- From: Micha Schopman [mailto:[EMAIL PROTECTED] Sent: Thursday, December 16, 2004 10:10 AM To: CF-Talk Subject: RE: OT-ASP pagination ASP as in Active Server Pages? , or ASP.NET ( or even C# .NET) .. Micha Schopman Software Engineer Modern Media,

RE: OT-ASP pagination

2004-12-16 Thread Eric Creese
I figured most on this board would have more knowledge of other things than CF. Sorry you are so limited. -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Thursday, December 16, 2004 10:05 AM To: CF-Talk Subject: RE: OT-ASP pagination Perhaps an ASP list would be

Re: css - height 100% - i'd like to kill the crack-addicts who wrote the w3c box model

2004-12-16 Thread S . Isaac Dealey
S.Isaac Dealey wrote: so after all this time, there's still no standard that allows an adequate means of specifying something as simple as height 100% ... because according to the w3c, 100% of the height of an airplane discludes its canopy and landing gear and 100% of its length

RE: OT-ASP pagination

2004-12-16 Thread COLLIE David
I figured most on this board would have more knowledge of other things than CF. Sorry you are so limited. Ain't limited mate, just wanting you to do your own legwork instead of one of us -- dc ~| Special thanks to the CF

RE: OT-ASP pagination

2004-12-16 Thread Burns, John D
I'm not limited, I could answer your question. I just think there are plenty of ASP lists out there and this list is called CF-talk for a reason. I think there are plenty of people who _could_ answer your question, but that doesn't mean that they should. Filling up this list with OT posts makes

cfx tags on tomcat

2004-12-16 Thread Hugo Ahlenius
Hi, I was just about to register my first c++ cfx tag, but I got a box saying You must configure your application server to enable native CFX support. [etc]. As far I can see, from the documentation, all that is needed to do is to add the WEB-INF/cfusion/lib dir to the jvm classpath, and that is

Re: AW: IgniteFusion anyone?

2004-12-16 Thread Ryan Jones
Have you tried BlueDragon? They are, by far, the best and most compatible. I have tried Bluedragon and loved it. But, despite being free, you are not allowed to use Bluedragon Server to run a website that is going to sell any kind of products. And it doesn't support SSL anyway.

RSS feed with a node like this itms:artist

2004-12-16 Thread John Wilker
I'm trying to parse an RSS feed and I'm at a loss as to what to do with data in this format. CF pukes when it hits the colon The name would be like rss.channel.item.itms:artist.xmltext But the colon throws CF for a loop. Anything special I need to do? J -- John Wilker Writer/Web Consultant

Re: OT-ASP pagination

2004-12-16 Thread Spike
I'm inclined to agree with the responses of a few people here. I did a simple search in google and came up with a full page of answers to your question. http://www.google.com/search?query=asp+pagination+tutorial Did you try searching online before asking here? If so, what is wrong with the

RE: AW: IgniteFusion anyone?

2004-12-16 Thread Damien McKenna
The restrictions on the free version are regarding redistribution, i.e. you're not allowed to. Beyond that it is somewhat feature limited but only regarding high-end things like Java integration. Also, why wouldn't it support SSL? Your web server handles the HTTPS session and passes the data

RE: What's A Good Forum Program

2004-12-16 Thread Eric Hoffman
The very basic edition is only $129, so not bad at all. Has served several client's purposes well. -Original Message- From: John Beynon [mailto:[EMAIL PROTECTED] Sent: Thursday, December 16, 2004 9:57 AM To: CF-Talk Subject: Re: What's A Good Forum Program otherwise, www.fusetalk.com

RE: IgniteFusion anyone?

2004-12-16 Thread Eric Hoffman
I am disturbed by the burning tennis ball chickens. -Original Message- From: Gert Franz [mailto:[EMAIL PROTECTED] Sent: Thursday, December 16, 2004 7:05 AM To: CF-Talk Subject: AW: IgniteFusion anyone? Why don't you give Railo a chance. www.railo.ch Cheers Gert -Ursprüngliche

Re: RSS feed with a node like this itms:artist

2004-12-16 Thread Nick de Voil
I'm trying to parse an RSS feed and I'm at a loss as to what to do with data in this format. CF pukes when it hits the colon The name would be like rss.channel.item.itms:artist.xmltext Is the namespace for itms defined in the document's root element? Like for example rdf:RDF

RE: Cold Fusion MX and Websphere

2004-12-16 Thread Dawson, Michael
Jim, am I led to believe that CFMX will run on AIX, then? All this being said we don't use either - since my company's collective head is squarely up IBM's ass we use AIX. ;^) ~| Special thanks to the CF Community Suite

Re: AW: IgniteFusion anyone?

2004-12-16 Thread Greg Stewart
BlueDragon does support SSL, in the upcoming release (6.2) they will remove support for SSL on the free version, but it'll be in the full one. G On Thu, 16 Dec 2004 12:07:23 -0500, Damien McKenna [EMAIL PROTECTED] wrote: The restrictions on the free version are regarding redistribution, i.e.

Re: OT-ASP pagination

2004-12-16 Thread Mark Drew
Not limited.. there is a way to do this very easily in ASP.NET as there is a DataGrid Component with pagination. Where you might want to head to find out how to do this is www.15seconds.com (and no I am not limited, its more about appropriateness) MD On Thu, 16 Dec 2004 10:29:02 -0600,

Re: RSS feed with a node like this itms:artist

2004-12-16 Thread John Wilker
I'll have to look into that. My knowledge of RSS is pretty low level at this point. I've never dealt with RSS that looks like this before. Back to google for info on RSS/namespace Thanks On Thu, 16 Dec 2004 17:20:02 -, Nick de Voil [EMAIL PROTECTED] wrote: I'm trying to parse an RSS feed

Re: cfif issues

2004-12-16 Thread Lawrence Ng
cfelse a href=testftp.cfm?directory=#ListFiles.name#/cfif#ListFiles.name#/a /cfif why the extra /cfif (=#ListFiles.name#/cfif#ListFiles.name#/a) [EMAIL PROTECTED] 12/16/04 9:47 AM Hi, assuming all variables are correct what is wrong with this code? cfif IsDefined(url.directory) a

Re: AW: IgniteFusion anyone?

2004-12-16 Thread Ryan Jones
As Paul noted, with version 6.2, the free version of Bluedragon will no longer allow SSL connections to pass through the app server. As for the restrictions - I had a lengthy discussion with a New Atlanta rep who informed me that the BD license forbids the free edition's use on websites that

Re: cfif issues

2004-12-16 Thread Charlie Griefer
first off...do you have an extraneous /cfif in there? second, your first cfif will fire under both of those scenarios, as URL.directory exists for both. On Thu, 16 Dec 2004 12:47:26 -0500, Phillip Perry [EMAIL PROTECTED] wrote: Hi, assuming all variables are correct what is wrong with this

RE: OT-ASP pagination

2004-12-16 Thread kola.oyedeji
Anyone know where I can catch a 53 bus? :) (Just kidding) Kola -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: 16 December 2004 17:53 To: CF-Talk Subject: RE: OT-ASP pagination I'm actually not the self appointed gate keeper. It's more of a community effort.

RE: Spam:RE: What's A Good Forum Program

2004-12-16 Thread Robert Redpath
http://www.adersoftware.com/index.cfm?page=cfbb http://www.mycfnuke.com/ From: Eric Hoffman [mailto:[EMAIL PROTECTED] Sent: Thu 12/16/2004 12:14 PM To: CF-Talk Subject: Spam:RE: What's A Good Forum Program The very basic edition is only $129, so not bad at

Re: cfif issues

2004-12-16 Thread Greg Morphis
But the initial time the page loads it will not. Take out that extra /cfif If you're choosing a directory for uploading that may not be the bext method anyways. On Thu, 16 Dec 2004 10:56:31 -0700, Charlie Griefer [EMAIL PROTECTED] wrote: first off...do you have an extraneous /cfif in there?

RE: OT-ASP pagination

2004-12-16 Thread Michael Dinowitz
There is a .Net list on House of Fusion where .Net questions are on topic. http://www.houseoffusion.com/cf_lists/threads.cfm/44 Lets move the tech question there and the discussion about posting etiquette to one of the non-tech lists (CF-OT, CF-Community, etc.) Thanks I'm actually not the self

RE: OT-ASP pagination

2004-12-16 Thread Eric Creese
Not upset at all, not lazy nor stupid or anything else you mentioned. All I was looking for was a push in the right direction or some code for insight to get started with. Sure I googled and came up with plenty of sites and it was ASP I needed not asp.net, which is a bit easier with DataGrid.

Re: css - height 100% - i'd like to kill the crack-addicts who wrote the w3c box model

2004-12-16 Thread Greg Stewart
Hmm it may seem like a lot of trouble, but using Doug's technique you can control the number of columns displayed and their order through CSS, just by changing the body ID, one template many possible layouts, I think it's worth the effort to look more closely at it. I use it all the time by

Re: css - height 100% - i'd like to kill the crack-addicts who wrote the w3c box model

2004-12-16 Thread Greg Stewart
Hmm it may seem like a lot of trouble, but using Doug's technique you can control the number of columns displayed and their order through CSS, just by changing the body ID, one template many possible layouts, I think it's worth the effort to look more closely at it. I use it all the time by

cfif issues

2004-12-16 Thread Phillip Perry
Hi, assuming all variables are correct what is wrong with this code? cfif IsDefined(url.directory) a href=testftp.cfm?directory=#url.directory#/#ListFiles.name# cfelse a href=testftp.cfm?directory=#ListFiles.name#/cfif#ListFiles.name#/a /cfif When i click on the very first link the path looks

RE: OT-ASP pagination

2004-12-16 Thread Burns, John D
I'm actually not the self appointed gate keeper. It's more of a community effort. Lots of people complain about the off-topic and stupid (lazy) posts that get put on this list. I myself have been reminded when I was being lazy to do a little work myself. For instance, your request was quite

RE: OT-ASP pagination

2004-12-16 Thread Eric Creese
That is cool with me. I have not done ASP in a while so I was simply asking from the this list cause others have in the past. From what I gather this list has quite the diverse community. I hope you correct all future posters as well and make it known that you are the self-appointed gate

RE: BUT what does it @#$%^ DO?????

2004-12-16 Thread Jerry Barnes
Cool. Thanks for the info. J -Original Message- From: Adam Churvis [mailto:[EMAIL PROTECTED] Sent: Thursday, December 16, 2004 10:35 AM To: CF-Talk Subject: Re: BUT what does it @#$%^ DO? Plum installation / uninstallation shouldn't mess with the Registry at all. Plum has its own

Re: AW: IgniteFusion anyone?

2004-12-16 Thread Paul Malan
Unfortunately, Damien, Ryan is correct. As of BlueDragon 6.2, SSL connections will not be allowed to pass through the BD engine. This has come to light in the past weeks on New Atlanta's BlueDragon list. The restrictions on the free version are regarding redistribution, i.e. you're not

Re: BUT what does it @#$%^ DO?????

2004-12-16 Thread Sean Corfield
On Thu, 16 Dec 2004 10:29:51 -0500, Adam Churvis [EMAIL PROTECTED] wrote: While the Plum IDE doesn't contain a diagramming tool of its own, Plum Diagrams are easily created using any flowcharting tool from a #2 pencil to Visio Enterprise -- use the tool of your choice. That helps, yes. Thanx.

RE: OT - SQL Server Linked Server MS Access

2004-12-16 Thread Adrian Lynch
I might be mistaken, but I think someone I work with did this a while back, it's the evening here so I'll have to ask tomorrow. What error are you getting? Ade -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: 15 December 2004 20:31 To: CF-Talk Subject: OT - SQL

Expire someone else's session

2004-12-16 Thread Todd
I'm trying to figure out a way to expire someone else's session at will. I have come up with storing their CFID and CFTOKEN in the database when they log in. Then check to make sure those values are still in the database and match their current CFID and CFTOKEN on every page view. This adds

RE: Expire someone else's session

2004-12-16 Thread Steve Brownlee
Not sure if it's any more efficient, but you could also consider making an Application scope structure to hold all sessions and control them from there and eliminate the database from the model. Just a thought. -Original Message- From: Todd [mailto:[EMAIL PROTECTED] Sent: Thursday,

Re: Spam:RE: What's A Good Forum Program

2004-12-16 Thread Rick Root
I would like your opinions and advice. I want to begin a forum, that is written if CF that will run on CF 5.0 (NO MX). I have only seen the Fusebox version, and it is a little pricey. I see lots of PHP packages that look great, but having trouble finding a CF version. too bad about the CF 5.0

SQL Server Deadlock timed out queries while Enterprise Manager is Open

2004-12-16 Thread Brook Davies
We recently added a second server to our CFMX application and are running now in this 2 server clustered environment. In the past we have always been able to open SQl Server enterprise manager and view/edit data at the database level. However, when we do this now, it looks like the CFMX

Re: RSS feed with a node like this itms:artist

2004-12-16 Thread Douglas Knudsen
see if the RSS validates at http://feedvalidator.org/ Doug On Thu, 16 Dec 2004 09:49:55 -0800, John Wilker [EMAIL PROTECTED] wrote: I'll have to look into that. My knowledge of RSS is pretty low level at this point. I've never dealt with RSS that looks like this before. Back to google for

Re: Spam:RE: What's A Good Forum Program

2004-12-16 Thread Will Tomlinson
Yep, the 5.0 limitation kinda stinks. I took the Axent CFMX forum app, which is almost useless, and reworked the whole thing from top to bottom. Plenty of bells and whistles now, and CFMAILS to postees after a new post, etc. I'd be more than happy to give anyone the app who'd like it. Just

RE: AW: IgniteFusion anyone?

2004-12-16 Thread Damien McKenna
My mistake, I lost touch with BD after 6.1 and didn't see that on their website. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include stdjoke.h -Original Message- From: Paul Malan [mailto:[EMAIL PROTECTED]

CF MX 6.1 + Linux + Verity = Trouble???

2004-12-16 Thread paris lundis
I was wondering if anyone out there is using CF MX6.1 release on any Red Hat version while depending on Verity to provide indexing of their files? I've read various contradictions on this list and via Macromedia's website about support for Verity under Red Hat Linux. Here's what I need to do:

CF based blogging software

2004-12-16 Thread Wurst, Keith D.
does anyone know of any good cf-based blogging software? thanks. ~| Special thanks to the CF Community Suite Silver Sponsor - New Atlanta http://www.newatlanta.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187949

RE: CF based blogging software

2004-12-16 Thread Michael Dinowitz
Talked about last week: http://www.houseoffusion.com/cf_lists/messages.cfm/threadid:37016/forumid:4 does anyone know of any good cf-based blogging software? thanks. ~| Special thanks to the CF Community Suite Gold Sponsor

RE: CF based blogging software

2004-12-16 Thread Damien McKenna
Methinks that the HOF site could do with two links to pages that list blogging and forum software, just because this is such a common request. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include stdjoke.h

RE: OT - SQL Server Linked Server MS Access

2004-12-16 Thread S . Isaac Dealey
Wow you're good -- either that or I was really distracted and tired yesterday... I just found the answer in the SQL Server BOL ... did a search for msg 7399 and found it... boy is that obscure tho... in order to connect to an insecure database, you have to create a linked server login with

RE: OT - SQL Server Linked Server MS Access

2004-12-16 Thread S . Isaac Dealey
Thanks Ade, I'm actually able to create the linked server okay, but I get this when I try to select anything from it. There's no password on the access db, so I'm not sure why it would fail authentication with nothing to authenticate. Server: Msg 7399, Level 16, State 1, Line 2 OLE DB provider

RE: CF based blogging software

2004-12-16 Thread Michael Dinowitz
I just added RSS for FA and am doing a new look. I'll add these questions to the FAQ which will be featured more prominently. Anyone who wants to write a better Faq system, please contact me off list and I'll provide the site specs. Otherwise I'll be upgrading the code soon. Methinks that the

Re: CFMX + MySQL Query Problem

2004-12-16 Thread Jamie Price
Any ideas guys? ~| Special thanks to the CF Community Suite Silver Sponsor - RUWebby http://www.ruwebby.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187958 Archives:

Re: toString() generates invalid xml

2004-12-16 Thread Jamie Price
I don't know if this helps or not, but here's an interal KB we have on a ToString/XML bug: CFMX function toString() outputs null when attempting to output a XML document created with the cfxml tag. Example:cfxml variable=ticker xmlticker cfoutput tickeritemheadline

Re: Comma's in select Lists

2004-12-16 Thread Scott Brady
On Thu, 16 Dec 2004 17:56:14 -0500, jonese wrote: We use CF to build the form Select Menu which allows a users to select multiple companies. The problem is CF returns this list like MySelect = value1, value2, value3 and if value2 = mycompany, inc we can't loop over this list properlly.

Re: CFMX + MySQL Query Problem

2004-12-16 Thread dave
[quote]Any ideas guys?[/quote] yeah he's what u do * sorry this post has been censored ;) -- Original Message -- From: Jamie Price [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Thu, 16 Dec 2004 18:06:21 -0400 Any ideas guys?

Re: Comma's in select Lists

2004-12-16 Thread Aaron DC
Suggestion: Use the company id as the value in the SELECT list and use company name as a display value only. SELECT NAME= etc OPTION VALUE=#CompanyID##CompanyName# etc /SELECT then process the list of selected CompanyIDs, which will make your subsequent queries and processing far

Re: Comma's in select Lists

2004-12-16 Thread Spike
Assuming you don't have any other identifier such as a unique ID in the database table, you can convert the commas to the HTML entity representation of a comma which is #44; So you'd do something like this when generating the form: cfloop query=myquery cfset thisName

Re: Expire someone else's session

2004-12-16 Thread Todd
Bingo. That's exactly what I needed. Thanks! - Original Message - From: Patti Lee [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, December 16, 2004 4:48 PM Subject: Re: Expire someone else's session I don't have a comment as to the method you've developed, but it

RE: toString() generates invalid xml

2004-12-16 Thread Taco Fleur
Nobody ever had this problem then, or nobody knows about the internals of toString() - or is it not clear what my problem is? -Original Message- From: Taco Fleur [mailto:[EMAIL PROTECTED] Sent: Thursday, 16 December 2004 6:16 PM To: CF-Talk Subject: toString() generates invalid

RE: toString() generates invalid xml

2004-12-16 Thread Taco Fleur
Hi, It returns the same string as toString(), see following result html header titlemy title/title link rel=stylesheet href=http://development.internet/framework/_resource/style/form.css; type=text/css /header body breadcrumb a HREF=/fusionmxnet/Fusion MX/aa HREF=/fusionmxnet/system/System/a

Re: BUT what does it @#$%^ DO?????

2004-12-16 Thread Dan O'Keefe
On Wed, 15 Dec 2004 17:13:35 -0500, S. Isaac Dealey [EMAIL PROTECTED] wrote: So is the onTap framework (free that is) -- which does most of what PLUM does and some things PLUM doesn't do... it doesn't have an IDE... and in looking at the feature list for PLUM it seemed to me like many of

Re: RSS feed with a node like this itms:artist

2004-12-16 Thread John Wilker
For the most part it validates. The lines that don't pass muster are date elements. Here's the link in case anyone wants to take a look. Thanks a lot.

Re: BUT what does it @#$%^ DO?????

2004-12-16 Thread Will Tomlinson
plum makes that .net junk program will brought up look like Hey hey! Go easy on me here! :) ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message:

single quotes insert sql server

2004-12-16 Thread Tony Weeg
hi there. im perplexed and too tired to mess with this anymore... ive got a cfmx box, that for some reason when i try to insert a value that happens to have a ' in it... like Tony's which has a single quote... well, ive never had this problem before, and i know i have another server that its

Re: CF based blogging software

2004-12-16 Thread Tony Weeg
ray camden, blogCFC http://www.camdenfamily.com/morpheus/blog/ from his My Tools section on the right... :) tw On Thu, 16 Dec 2004 16:57:41 -0500, Michael Dinowitz [EMAIL PROTECTED] wrote: I just added RSS for FA and am doing a new look. I'll add these questions to the FAQ which will be

Re: BUT what does it @#$%^ DO?????

2004-12-16 Thread S . Isaac Dealey
On Wed, 15 Dec 2004 17:13:35 -0500, S. Isaac Dealey [EMAIL PROTECTED] wrote: So is the onTap framework (free that is) -- which does most of what PLUM does and some things PLUM doesn't do... it doesn't have an IDE... and in looking at the feature list for PLUM it seemed to me like many of

AW: IgniteFusion anyone?

2004-12-16 Thread Gert Franz
But you remember them ... -Ursprüngliche Nachricht- Von: Eric Hoffman [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 16. Dezember 2004 18:17 An: CF-Talk Betreff: RE: IgniteFusion anyone? I am disturbed by the burning tennis ball chickens. -Original Message- From: Gert

Re: binary question

2004-12-16 Thread Richard Meredith-Hardy
Thanks. I can't make sense of why it should appear in one view like this and from CFLDAP as another. Instead I have resolved my problem using a slightly different approach. Tangorre, Michael wrote: From: Richard Meredith-Hardy [mailto:[EMAIL PROTECTED] ldp returns an object's objectSid

Re: RSS feed with a node like this itms:artist

2004-12-16 Thread Nick de Voil
John For the most part it validates. The lines that don't pass muster are date elements. Here's the link in case anyone wants to take a look. Thanks a lot.

Re: BUT what does it @#$%^ DO?????

2004-12-16 Thread Sean Corfield
On Thu, 16 Dec 2004 00:38:08 -0500, S. Isaac Dealey [EMAIL PROTECTED] wrote: When did I quote implementation times for a diagramming tool / technique? Fine if the What Plum Can Do Page is unclear -- it's unclear -- it gives the appearance that there is a visio-esque diagramming IDE included

  1   2   >