Server lock up

2004-06-23 Thread Hugo Ahlenius
More problems on the horizon for our poor Solaris/CFMX server (w/ Apache 2). On top of being forced to run the JVM with the -Xint flag (interpreted mode) due to crashes in the virtual machine, blogged by Steve Erat: http://www.talkingtree.com/blog/index.cfm?data=""> 44-7185A97FC416A85D ...on

Re: Verity index of dynamic and static pages

2004-06-23 Thread Ed Brown
Well I've carried on searching for assistance and contacted Macromedia and so far the only thing I've found is a hint in one article about using CFHTTP and feeding the query from that into CFINDEX which is something I'm now looking at. Any further suggestions welcome. [Todays Threads] [This

Re: Verity Locale in ColdFusion MX J2EE

2004-06-23 Thread Greg Stewart
Yep, you are right of course. G On Tue, 22 Jun 2004 18:39:24 -0400, Dave Carabetta [EMAIL PROTECTED] wrote: On Tue, 22 Jun 2004 22:50:45 +0100, Greg Stewart [EMAIL PROTECTED] wrote: Hi, Or if you are using CFMX instances then the path would be something like this: {install

Changing the data type length - sql server

2004-06-23 Thread cf coder
Hello everybody, I'm afraid this is a sql server question. I want to update a column in a table in design mode. I'm trying to change the data type (char) length from 30 to 50 characters. There is data that already exsits in the table (over 1 rows). When I click on save I get a message which

re: Time Tracking

2004-06-23 Thread Britney Spears
Hello, I have an application that users log into using Windows authentication. I would like to track when a user logs and store that information when they log out so I can see how long they have been online using the application. Is there a add-onor code out there that I could plug into my

Re: Changing the data type length - sql server

2004-06-23 Thread Philip Arnold
On Wed, 23 Jun 2004 12:42:23 +0100 (BST), cf coder wrote: I'm afraid this is a sql server question. I want to update a column in a table in design mode. I'm trying to change the data type (char) length from 30 to 50 characters. There is data that already exsits in the table (over 1

RE: Is there a way to have all CFCatch messages display at once?

2004-06-23 Thread Rick Faircloth
I've worked out a way using a two dimensional array that contains the error message in the first dimension and set the second dimension in the row to Yes if there is an error found. Formfield 1 message is ErrorMessage[1][1] and ErrorMessage[1][2] is set to Yes or No. (No by default) Formfield 2

Re: Slightly OT: Graphics expert?

2004-06-23 Thread Cutter (CF-Talk)
Ray, I've followed this thread this morning with my cup of joe, and seen some great insight on some of the bigger issues with type and graphics. Adobe Photoshop has never really handled fonts very well, especially with the web image exports (which is best to port to Image Ready instead of the

Re: Is there a way to have all CFCatch messages display at once?

2004-06-23 Thread Joe Rinehart
Rick, Instead of using a two-dimensional array, why not just use a structure? At the beginning of your page, you could do this: cfset formErrorFields = structNew() Then, if a given field (say, firstname was blank) had something wrong with it, do: cfif not len(trim(form.firstname)) cfset

Re: Time Tracking

2004-06-23 Thread Cutter (CF-Talk)
Storing the time of login is fairly simple. When they login it can be written to a variable in a db table that they have done so (I even store the IP they came in on). Log out is different since so many users don't truly logout, they just jump to a different site. I'm sure there's a way, I've

Re: Changing the data type length - sql server

2004-06-23 Thread cf coder
thanks Philip, I was just not sure if it would change anything. I've inherited the database and have to stick to it. I know its not the best db design :( Thanks again for your help cfcoder [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and

Re: Time Tracking

2004-06-23 Thread Britney Spears
Guys/Gals...Any ideas on how to track when a user logs out? On Wed, 23 Jun 2004 08:18:08 -0400, Cutter (CF-Talk) wrote: Storing the time of login is fairly simple. When they login it can be written to a variable in a db table that they have done so (I even store the IP they came in on). Log

RE: Time Tracking

2004-06-23 Thread Tony Weeg
put them in a windows application, not a web application, and sure! :) jk. uhhh, you could fire some sort of body type of _javascript_ event that hits a webservice that notifies the db, that the user associated with X cookie has left the building? might that work? tw -Original

RE: Is there a way to have all CFCatch messages display at once?

2004-06-23 Thread Rick Faircloth
An interesting approach, Joe. I'm using CF 4.5 still if that matters, and haven't used CFINPUT in a couple of years. Does the message part of the CFINPUT tag appear inside the form field? (I guess it would...) Then if there were an error, the formErrorFields error message would then appear

RE: Time Tracking

2004-06-23 Thread Bert Dawson
If you are using J2EE sessions then you can listen out for when the J2EE sessions expires. There was an article about this in the May 2004 issue of CFDJ (http://www.sys-con.com/magazine/?issueid=490), and also a utility in the MM DevNet Resousre Kit 7 called session expiration alarm, either of

Switching to J2EE Variables - (was RE: Time Tracking)

2004-06-23 Thread Katz, Dov B (IT)
I have a CFMX 6.1 and I'm considering moving to J2EE session variables primarily for this reason. Does anyone know what the risks are of making this change?Will it impact existing CF Apps?I suspect that if I used to do some checking for CFID and CFTOKEN that I need to replace that code with

Re: ColdFusion Blogging Tool

2004-06-23 Thread George Abraham
Sorry for dropping out of the conversation. Ray, yes multiple bloggers on one server. Hence one DSN (to service the entire blog app) would be nice. I work in a Univ environment and faculty and grad students would really like one each. Roger, yes we do need to be self-hosted. MovableType does

coldfusion on Mac OS X - Trouble installing

2004-06-23 Thread GFSCold
I am trying to set up coldfusion on my Mac for development.I am running OS 10.3.4 and Java 1.4.2 I have installed both jrun4 and coldfusion following the instructions from Macromedia posted earlier on this list. I believe the jrun4 server is runnning the way it should.I can start and access the

Re: CFMX won't start

2004-06-23 Thread Greg Stewart
Have you tried starting the server from the command line? Using jrun - start? Starting it from the command line outputs start up info as it fires up, so that may give you a few more clues. >From what I can see, and I could be way wrong here, it looks like there is a problem with the SAX parser.

CFMX Enterprise, JRun and Flash Remoting

2004-06-23 Thread Nathan Mische
We recently upgraded our ColdFusion server from Pro to Enterprise and now we can't seem to get Flash Remoting working. When Ibrowse to flashservices/gateway I get a blank page, but when I try to connect to a service from the Flash Service Browser I get the following error: Service threw an

RE: Is there a way to have all CFCatch messages display at once?

2004-06-23 Thread Rick Faircloth
Is there a way to use a wildcard to check and see if a certain structure say FormErrors contains any elements as opposed to having to check for specific structure element contents. In other words, can I code CFIF StructKeyExists(FormErrors.*), where * is a wildcard, instead of having to check for

Re: coldfusion on Mac OS X - Trouble installing

2004-06-23 Thread Jeff Small
I am trying to set up coldfusion on my Mac for development.I am running OS 10.3.4 and Java 1.4.2 Thanks in advance I have absolutely nothing to contribute to this, except to say that I am following this thread now with bated breathI eagerly anticipate this discussion as I'm *right* there

Re: coldfusion on Mac OS X - Trouble installing

2004-06-23 Thread Thomas Chiverton
On Wednesday 23 Jun 2004 14:44 pm, GFSCold wrote: 06/23 09:16:45 user ColdFusionStartUpServlet: ColdFusion MX: VM version = 1.3.1_03-76 - Starting logging... 1 [scheduler-0] INFO coldfusion.server  - Starting logging... log4j:ERROR

Re: Switching to J2EE Variables - (was RE: Time Tracking)

2004-06-23 Thread Thomas Chiverton
On Wednesday 23 Jun 2004 14:20 pm, Katz, Dov B (IT) wrote: Does anyone know what the risks are of making this change?Will it impact existing CF Apps? Not really. As always, YMMV, test, test, test :-) for CFID and CFTOKEN that I need to replace that code with J2EE session ID code, but I'm

Re: coldfusion on Mac OS X - Trouble installing

2004-06-23 Thread Dick Applebaum
Looking thru your logs, it looks like you have a permissions problem Try this: With the JMC, set up another JRun server and name it CFMX (make sure you complete the process) Then deploy CFMX under this new server. then start this server from the terminal window. Send me the terminal log off

OT: Massage wanted for CFUN conference attendees

2004-06-23 Thread Michael Smith
I am running the CFUN-04 conference http://www.cfconf.org/cfun-04/ this weekend 6/26 - 6/27 in Rockville MD and over 550 web computer programmers are coming. It occurred to me that computer people often have neck and shoulder aches and might be interested in getting a massage at the event and that

RE: Time Tracking

2004-06-23 Thread Ian Skinner
As was mentioned in another post you can do something with a _javascript_ body function.This is not a perfect solution because you are running against the Stateless nature of the web.Your doSomething can call some kind of page and/or service that would log the user.But this may not work 100% of

RE: Time Tracking

2004-06-23 Thread Mark A. Kruger - CFG
Ian, I would add that the current anti-popup climate has brought on a host of new pop-up blocking tools. If in your onUnload function you are calling another page, I suspect a popup blocker would take issue with that - no? -Mark -Original Message- From: Ian Skinner [mailto:[EMAIL

RE: Time Tracking

2004-06-23 Thread Ian Skinner
I would add that the current anti-popup climate has brought on a host of new pop-up blocking tools. If in your onUnload function you are calling another page, I suspect a popup blocker would take issue with that - no? -Mark I would say that is a high probability as well. Ian Confidentiality

Slightly OT: Graphics expert?

2004-06-23 Thread Daniel Kessler
While I know this sounds odd, it's been true for me: I've found that if I make my graphic text a .gif and make all but the letters transparent and put that in a table, it looks much fuzzier than it should.I'd show ya, but I tend to not do that if I can.I saw it as recently as a month ago.Now, I

MAX registration?

2004-06-23 Thread Burns, John D
Can someone let me know an exact date when MAX registration will be open?My company is saying that they'll send me but that we need to be able to register and pay ASAP because our budget year is ending and if we don't pay, we'll lose that money and they may not be able to send me.Anyone from

Macromedia Style nav bar

2004-06-23 Thread Asim Manzur
Hi, I am looking for some kind of TOP Horizental mouseover menu. I need something like the macomedia have, when you mouseover the products all products showedup to the next line, and then you select, I need something like same but in 3 states (i.e. three line menu. Did anyone see some

Re: MAX registration?

2004-06-23 Thread Adrocknaphobia
John, you should book the hotel now. - Original Message - From: Burns, John D [EMAIL PROTECTED] Date: Wed, 23 Jun 2004 11:09:52 -0400 Subject: MAX registration? To: CF-Talk [EMAIL PROTECTED] Can someone let me know an exact date when MAX registration will be open?My company is saying

Quick Regular Expression Question.

2004-06-23 Thread Che Vilnonis
Hello all. I use the following to regular _expression_ to validate zipcodes. cfif NOT REFind('^[[:digit:]]{5}(( |-)?[[:digit:]]{4})?$', #FORM.BillZip#) cfset CreateAccountFlag = Yes cfset BillZipInvalidFlag = Yes /cfif When a customer inputs a 9 digit zip code WITHOUT the hyphen, no error is

RE: Macromedia Style nav bar

2004-06-23 Thread Mark A. Kruger - CFG
Asim, I've been using ghostwire and I like it - easy to builddynamic menus. http://www.ghostwire.com/ -Mark -Original Message- From: Asim Manzur [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 10:14 AM To: CF-Talk Subject: Macromedia Style nav bar Hi, I am looking for some

RE: MAX registration?

2004-06-23 Thread Tony Weeg
great idea, adam... -Original Message- From: Adrocknaphobia [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 11:15 AM To: CF-Talk Subject: Re: MAX registration? John, you should book the hotel now. - Original Message - From: Burns, John D [EMAIL PROTECTED] Date: Wed,

Re: Quick Regular Expression Question.

2004-06-23 Thread Jerry Johnson
cfif NOT REFind('^[[:digit:]]{5}(( |-)?[[:digit:]]{4})?$', #FORM.BillZip#) Lets see if I can break this down, and maybe the answer will fall out the other side. string containing only: 5 digits and 0 or 1 sets of ((0 or 1 dash or space) and four digits) So, if you got rid of the 0 or 1 dash or

Re: Is there a way to have all CFCatch messages display at once?

2004-06-23 Thread Joe Rinehart
Rick - StructIsEmpty() returns a boolean representing whether or not the structure, is, well, empty. -joe - Original Message - From: Rick Faircloth [EMAIL PROTECTED] Date: Wed, 23 Jun 2004 10:23:50 -0400 Subject: RE: Is there a way to have all CFCatch messages display at once? To:

RE: Time Tracking

2004-06-23 Thread Katz, Dov B (IT)
I once did something like this(havent tested this pseudo-cfcode.. but you get the idea) (in your app_locals or application.cfm, etc, wherever you initialize things) !--- application.cfm or other intiialization templates --- Cfparam name=session.online default=X Cfparam

Re: Slightly OT: Graphics expert?

2004-06-23 Thread Ray Champagne
Thanks to all of you that responded.I promise that I will post the results of what we find as soon as she can compile all the suggestions and put them to good use.It might be a couple of days, but I will post the solution for future searches on this thread as soon as we have them.I may be back

RE: Is there a way to have all CFCatch messages display at once?

2004-06-23 Thread Dave Watts
Is there a way to use a wildcard to check and see if a certain structure say FormErrors contains any elements as opposed to having to check for specific structure element contents. You can use the StructIsEmpty function, which returns a Boolean value: cfif not StructIsEmpty(mystruct) ...

RE: Quick Regular Expression Question.

2004-06-23 Thread Pascal Peters
^\d{5}(-\d{4})?$ Your original one allowed a space too . If you want that it is ^\d{5}([- ]\d{4})?$ If you are not on cfmx, replace \d by [0-9] -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: woensdag 23 juni 2004 17:17 To: CF-Talk Subject: Quick Regular

RE: Quick Regular Expression Question.

2004-06-23 Thread Che Vilnonis
that seems to work. thank you Jerry. -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 11:27 AM To: CF-Talk Subject: Re: Quick Regular _expression_ Question. cfif NOT REFind('^[[:digit:]]{5}(( |-)?[[:digit:]]{4})?$', #FORM.BillZip#) Lets see

RE: Switching to J2EE Variables - (was RE: Time Tracking)

2004-06-23 Thread Dave Watts
I have a CFMX 6.1 and I'm considering moving to J2EE session variables primarily for this reason. Does anyone know what the risks are of making this change? If you're using IIS, CFMX will append the jsessionid URL identifier to all redirects, even those to static pages, and IIS doesn't care

Re: Quick Regular Expression Question.

2004-06-23 Thread Ben Doom
Currently, you have: ^[[:digit:]]{5}(( |-)?[[:digit:]]{4})?$ ( |-) represents a space or hypen.If you just want a hypen, you don't need the parens, space, or pipe. ( |-)? means that the space or hypen is optional. So, if you want to force a hypen for 9-digit zipcodes, you would want

Re: MAX registration?

2004-06-23 Thread Adrocknaphobia
actually not my idea, one passed through the MMUGs. Haloween in New Orleans is a much bigger event than MAX and already hotels are booking up. Tony are you coming to RockVegas this weekend for CFUN? -Adam - Original Message - From: Tony Weeg [EMAIL PROTECTED] Date: Wed, 23 Jun 2004

Re: coldfusion on Mac OS X - Trouble installing

2004-06-23 Thread GFSCold
Thank you for your replies. The issue was indeed permission related.I installed jrun logged in as the machine's admin.When I went to install coldfusion it told me that I had to be logged in as root.So I enabled root and logged in as root and installed coldfusion and went through the rest of the

Re: Quick Regular Expression Question.

2004-06-23 Thread Marlon Moyer
Here's a real handy site that I use http://www.regexlib.com Even has an online regex tester. Marlon On Wed, 23 Jun 2004 11:32:48 -0400, Che Vilnonis [EMAIL PROTECTED] wrote: [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Verity question

2004-06-23 Thread Ken Dunnington
This is kind of a combo Verity and SQL question :) I'm building a search engine for a rather sprawling site I'm working on. I've decided to use Verity, and have constructed four queries which I run in succession to populate/update the index (there are four 'objects' that the site is based

Understanding/Defending Coldfusion connections

2004-06-23 Thread Joshua OConnor-Rose
OK so a friend of mine at an office I used to work at is having trouble defending coldfusion over dot net he tells me that this voice of 'authority' (its strange that a man that speaks with confidence is never questioned) said cold fusion [is no good] because it keeps a database connection

RE: Understanding/Defending Coldfusion connections

2004-06-23 Thread Ben Forta
Keeping database connections open is an option in the datasource definition in CF Admin. If you don't want it, turn it off. Having it on improves performance, he has that wrong, but it can be turned off. --- Ben _ From: Joshua OConnor-Rose [mailto:[EMAIL PROTECTED] Sent: Wednesday, June

Re: Understanding/Defending Coldfusion connections

2004-06-23 Thread Ray Champagne
I'd be very interested in that too.MS certainly has been good at getting the word out about .NET, and therefore all of our clients are convinced that they 'need' it.I'd love to have more ways to convince them otherwise. Ray http://www.crystalvision.org At 11:49 AM 6/23/2004, you wrote: OK so a

RE: MAX registration?

2004-06-23 Thread Ian Skinner
I just made a reservation at the Hilton Riverside.It maybe helpful for some to know that one can reserve a room with an deposit of $184 that is fully refundable if the reservation is canceled by no later then midnight three days before arrival. HTH -- Ian Skinner Web Programmer

RE: Understanding/Defending Coldfusion connections

2004-06-23 Thread Dave Watts
said cold fusion [is no good] because it keeps a database connection open all the time and that slows down the program/app and server Uh, it's much slower generally if you don't keep database connections open. After all, your application is constantly using the database, and if you have

RE: MAX registration?

2004-06-23 Thread Tony Weeg
just did the same thing ian ;) good deal. wonder how close it is to the event? -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 11:55 AM To: CF-Talk Subject: RE: MAX registration? I just made a reservation at the Hilton Riverside.It maybe

Re: ColdFusion Blogging Tool

2004-06-23 Thread Roger Benningfield
Roger, yes we do need to be self-hosted. MovableType does look to be a very decent app. But has anybody here used Drupal? George, One thing to bear in mind is that MT and Drupal are very different apps. Drupal is similar to JournURL, in that it's a community-building tool... if all you want is

RE: Understanding/Defending Coldfusion connections

2004-06-23 Thread Mark A. Kruger - CFG
A lot depends on what datasources you are talking about - but any resource on JDBC and connection pooling will give you good information. The underlying service is not CF specific. The current version of CF uses drivers from datadirect. Just about everything about the connection is configurable

RE: Understanding/Defending Coldfusion connections

2004-06-23 Thread Gaulin, Mark
I suppose it could be useful for db connections to time out after a period of disuse, but I've never been in a situation where that would be truly useful... idle db connections don't take up many resources on a MS SQL Server, for example.Again, I suppose it might come into play more for

Upgrading to CFMX

2004-06-23 Thread Chris McGrath
Hi all, I have been charged with upgrading a CRM application built using CF 5.0. Currently we are looking at upgrading 15 web servers (a mix of Win 2k and Win 2003). My question is what are some experiences you had in doing an upgrade from 5.0 to MX? Thanks, Chris [Todays Threads] [This

Re: ColdFusion Blogging Tool

2004-06-23 Thread George Abraham
I understand. You're right about the overkill. So MT it is for the time being. Thanks, George On Wed, 23 Jun 2004 12:06:30 -0400, Roger Benningfield [EMAIL PROTECTED] wrote: Roger, yes we do need to be self-hosted. MovableType does look to be a very decent app. But has anybody here used

OT: Jr Developer Position for CF and Flex

2004-06-23 Thread Stacy Young
Primarily CF, knowledge of Flex a bonus but not required. Position is in Montreal, Canada. Drop me a line offlist if you're interested or know someone that would be! Sorry for the intrusion! Cheers, Stace table width=800 cellpadding=4 cellspacing=10 border=0tr bgcolor=BDBDBDtd valign=top

Re: Is there a way to have all CFCatch messages display at once?

2004-06-23 Thread Stan Winchester
Here is an example that has worked well for me: cfscript errorMessage = ; errors = 0; crlf = chr(13) chr(10); /* this function can be called from a udf library */ function SpaceCap(text) { return REReplace(text, ([.^[:upper:]]), \1,all); } if ( IsDefined('Form.addNew') OR

Re: Understanding/Defending Coldfusion connections

2004-06-23 Thread G
You're right, MS has done a good job of getting the word about .NET out. As such, we developers are almost obligated to familiarize ourselves with its capabilities (and shortcomings) so that we can make the correct tech decisions for ourselves, our companies, our clients, etc. Microsoft carries

RE: Macromedia Style nav bar

2004-06-23 Thread Calvin Ward
I believe something close to that design is available as a template in dwmx 2004 Calvin -Original Message- From:Asim Manzur Date:6/23/04 11:14 am To:CF-Talk Subj:Macromedia Style nav bar Hi, I am looking for some kind of TOP Horizental mouseover menu. I need something like the

Re: MAX registration?

2004-06-23 Thread Calvin Ward
I'll be arriving on the 30th:) -Original Message- From:Adrocknaphobia Date:6/23/04 11:35 am To:CF-Talk Subj:Re: MAX registration? actually not my idea, one passed through the MMUGs. Haloween in New Orleans is a much bigger event than MAX and already hotels are booking up. Tony are you

RE: MAX registration?

2004-06-23 Thread Calvin Ward
Better be close... It's the official max hotel! -Original Message- From:Tony Weeg Date:6/23/04 12:01 pm To:CF-Talk Subj:RE: MAX registration? just did the same thing ian ;) good deal. wonder how close it is to the event? -Original Message- From: Ian Skinner [mailto:[EMAIL

Re: Understanding/Defending Coldfusion connections

2004-06-23 Thread Adrocknaphobia
Actually, the option to maintain database connections doesnt seem to really work (for J2EE --- Oracle). Even with maintain connection checked we notice that Oracle still creates multiple sessions. The workaround we put in place was to make our DB calls through a java api that could do a much

RE: Upgrading to CFMX

2004-06-23 Thread Calvin Ward
You'll run into a few oddities here and there that you'll have to find through testing. Be sure to use the code analyzer in cf admin. If you use cfform, you'll need to account for that. One app on multiple OSes? Sounds fun! -Calvin -Original Message- From:Chris McGrath Date:6/23/04

RE: Upgrading to CFMX

2004-06-23 Thread Tony Weeg
flawless for us so far. 3 servers, and multiple dev boxes, all good :) but certainly install on a dev box, run the code analyzer, fix, and test again then I'd go production from there. tw -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004

Re: ColdFusion Blogging Tool

2004-06-23 Thread Jim
Roger, yes we do need to be self-hosted. MovableType does look to be a very decent app. But has anybody here used Drupal? I use Geeklog for my personal stuff - nice and integrates with Gallery, etc. for photos.For a good overview and demo of a lot of Portal/CMS systems:

Re: Verity question

2004-06-23 Thread Ken Dunnington
I found that if I use a group=key attribute in my cfoutput tag, I basically get the desired behavior (only 1 record per key) but I only get the first summary value (not a big deal) and my recordCount display is off. If 7 records are returned, but only 3 are distinct, how can I display 3

Re: Understanding/Defending Coldfusion connections

2004-06-23 Thread Doug White
When creating a datasource in CF Administrator, under the advanced settings, there is a check box where you can select maintain database connections, etc. But your friend is wrong anyway. == Our Anti-spam solution works!!

Re: OT: Jr Developer Position for CF and Flex

2004-06-23 Thread Asim Manzur
What is the expected salary range? Primarily CF, knowledge of Flex a bonus but not required. Position is in Montreal, Canada. Drop me a line offlist if you're interested or know someone that would be! Sorry for the intrusion! Cheers, Stace table width=800 cellpadding=4

Re: Understanding/Defending Coldfusion connections

2004-06-23 Thread Doug White
Our ColdFusion user group has had two speakers come in and extol the advantages of DOT NET over the other languages, and while the presentations were detailed and thorough, it is interesting to note that they made NO converts from among our developers. == Our

RE: Upgrading to CFMX

2004-06-23 Thread Douglas.Knudsen
only issue we really saw was the change in cflocationaddtoken defaults to yes now. Doug -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 1:04 PM To: CF-Talk Subject: RE: Upgrading to CFMX flawless for us so far. 3 servers, and multiple

RE: Understanding/Defending Coldfusion connections

2004-06-23 Thread Barney Boisvert
A given connection can only be servicing a single CF request at a time, so if you have two concurrent requests, CF will open two connections to the DB. It's slightly more overhead that is strictly needed (you could release connections after each transaction, and regain them for the next).However,

RE: Upgrading to CFMX

2004-06-23 Thread Barney Boisvert
Be VERY careful around CFMAIL.You can no longer send multipart messages that are manually assembled; you have to use CFMAILPART.No big deal if you're sending both text and HTML format messages, but if you're doing image inlining (for example), you're totally hosed, and will have to come up with a

RE: OT: Jr Developer Position for CF and Flex

2004-06-23 Thread CFDEV
Hi Stace, what's your address to email you offlist? Thanks Pat _ From: Asim Manzur [mailto:[EMAIL PROTECTED] Sent: June 23, 2004 13:15 To: CF-Talk Subject: Re: OT: Jr Developer Position for CF and Flex What is the expected salary range? Primarily CF, knowledge of Flex a bonus but

RE: MAX registration?

2004-06-23 Thread Ian Skinner
From the Macromedia web site [http://www.macromedia.com/macromedia/events/max/hotel_travel/hotel.html] Hilton New Orleans Riverside The Hilton New Orleans Riverside is the official host hotel for MAX 2004. MAX 2004 Rate: $149 / $159 Central Reservations: 800-Hiltons or 800-445-8667 Please

listfunction problems

2004-06-23 Thread cf-talk
Hi folks, I have a list like: a, b, d, , f, g, , , , s But I would like to have: a, b, d, f, g, s How can I get rid of the empty elements in the list ? Uwe [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: ColdFusion Blogging Tool

2004-06-23 Thread John Beynon
i have a hacked up version of Ray's blogger app running on my site, converted to allow multiple users, multiple blogs single DSN, Fusebox 4'ed I'm afraid too... jb. On Wed, 23 Jun 2004 13:10:11 -0400, Jim [EMAIL PROTECTED] wrote: Roger, yes we do need to be self-hosted. MovableType does look

RE: listfunction problems

2004-06-23 Thread Barney Boisvert
cfset a = arrayNew(1) / cfloop list=#myList# index=I cfif len(trim(i)) GT 0 cfset arrayAppend(a, i) / /cfif /cfloop cfset myList = listToArray(a) / That's untested, but should work. Cheers, barneyb -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent:

Re: listfunction problems

2004-06-23 Thread Marlon Moyer
http://www.cflib.org/udf.cfm?ID=919 should do the trick Marlon On Wed, 23 Jun 2004 19:58:45 +0200, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi folks, I have a list like: a, b, d, , f, g, , , , s But I would like to have: a, b, d, f, g, s How can I get rid of the empty elements in

Re: listfunction problems

2004-06-23 Thread Ubqtous
On Wed, 23 Jun 2004 19:58:45 +0200, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi folks, I have a list like: a, b, d, , f, g, , , , s But I would like to have: a, b, d, f, g, s How can I get rid of the empty elements in the list ? How about replace all double commas? Kinda kludgy,

RE: ColdFusion Blogging Tool

2004-06-23 Thread Michael Wilson
Hi, I am sure it is a matter of opinion, but mine is that WordPress (http://www.wordpress.org/) is so much nicer than MT and it is (always) free to boot. It also isn't suffering from the problems MT is having at the moment--slow page building, a lack of new features, and a horrible comment

RE: ColdFusion Blogging Tool

2004-06-23 Thread Michael Wilson
Hi, Oooo Fb4... Linkity-link? :0 Best regards, Michael Wilson From: John Beynon [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 2:01 PM To: CF-Talk Subject: Re: ColdFusion Blogging Tool i have a hacked up version of Ray's blogger app running on my

Re: listfunction problems

2004-06-23 Thread Ubqtous
On Wed, 23 Jun 2004 14:05:00 -0400, Ubqtous [EMAIL PROTECTED] wrote: replace(list,,all) Oops, wasn't paying attention. This won't catch more than 2 consecutive. This might work, assuming the elements are truly empty: rereplace( list , [,]{2,} , , , all) -- Ubqtous [Todays Threads]

Re[2]: listfunction problems

2004-06-23 Thread cf-talk
Hello Ubqtous, Wednesday, June 23, 2004, 8:12:49 PM, you wrote: On Wed, 23 Jun 2004 14:05:00 -0400, Ubqtous [EMAIL PROTECTED] wrote: Thanks. Nop, tried it but didn't work, Might be because of the elements aren't empty. I will give the UDF-function a try. Uwe -- Best regards, cf-talk

No longer able to access database

2004-06-23 Thread John Croney
I am encountering a problem where by the pages are unable to access the databases. This recently started to happen. Could any one advise if this is a known problem? I was looking for a way to restart the services and found this. http://www.houseoffusion.com/lists.cfm/link=m:4:20380:102935 I

RE: Upgrading to CFMX

2004-06-23 Thread Chris McGrath
I thought addtoken defaults to yes in 5 also? Either way, as a rule of thumb we always use addtoken=no in our cflocation tags. This is a multi-part message in MIME format. only issue we really saw was the change in cflocationaddtoken defaults to yes now. Doug -Original

RE: Upgrading to CFMX

2004-06-23 Thread Chris McGrath
I think the biggest issue we are facing is that part of the application uses dbtype=dynamic which is no longer supported. There is a workaround that we are playing with now to get past this hurdle. This is a multi-part message in MIME format. Be VERY careful around CFMAIL.You can no

Re: MAX registration?

2004-06-23 Thread Adrocknaphobia
Hilton says all government rooms are booked :-P -Adam - Original Message - From: Ian Skinner [EMAIL PROTECTED] Date: Wed, 23 Jun 2004 10:41:10 -0700 Subject: RE: MAX registration? To: CF-Talk [EMAIL PROTECTED] >From the Macromedia web site

RE: MAX registration?

2004-06-23 Thread Ian Skinner
To reiterate: Interestingly, I can not find where the conference actually is on the Macromedia web site.Is this something we are just supposed to know? Does somebody know? Ian Confidentiality Notice:This message including any attachments is for the sole use of the intended recipient(s) and

RE: CFMX Enterprise, JRun and Flash Remoting

2004-06-23 Thread Nathan Mische
I've been working on this off and on all day, and this is what my investigation has uncovered so far. I tried accessing the service in question as a web service (http://www.mysite.com/myservice.cfc?wsdl) and this was causing a HTTP 500 Internal server error. I looked at the Jrun log

RE: MAX registration?

2004-06-23 Thread Ray Champagne
In the streets of New Orleans, of course! Ray At 02:40 PM 6/23/2004, you wrote: To reiterate: Interestingly, I can not find where the conference actually is on the Macromedia web site.Is this something we are just supposed to know? Does somebody know? Ian Confidentiality Notice:This message

Re: MAX registration?

2004-06-23 Thread Rick Root
Ian Skinner wrote: Interestingly, I can not find where the conference actually is on the Macromedia web site.Is this something we are just supposed to know? Does somebody know? Could be the Morial Convention Center, but that's just a guess. And look, their web site is in CFML!

Re: MAX registration?

2004-06-23 Thread simeon
Definatly no clear link yet.But if you click on More events link on the lower right hand side of the home page there is a link available. sim Ian Skinner wrote: To reiterate: Interestingly, I can not find where the conference actually is on the Macromedia web site.Is this something we are

Re: MAX registration?

2004-06-23 Thread simeon
Yeah, so i totally misunderstood the question he asked.I thought he was looking for info on macromedia's site about max. and after clicking around I realized there their were no prominent links. But I dont see the location either. sim Rick Root wrote: Ian Skinner wrote: Interestingly, I

Re: MAX registration?

2004-06-23 Thread Dave Carabetta
On Wed, 23 Jun 2004 14:45:10 -0400, Ray Champagne [EMAIL PROTECTED] wrote: In the streets of New Orleans, of course! Ray I think he was looking for the location of the MAX info on the MM web site, no? http://www.macromedia.com/macromedia/events/max/ Regards, Dave. [Todays Threads]

RE: MAX registration?

2004-06-23 Thread Kenneth Wilson
From the homepage, Company - Events - Max 2004 - Hotel works for me...unless I'm misunderstanding the question. Ken -Original Message- From: simeon [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 2:54 PM To: CF-Talk Subject: Re: MAX registration? Yeah, so i totally

  1   2   >