urlencode mangling accented letters

2004-03-29 Thread ScootrS
I need to urlencode something. When it involves an accented letter, the letter comes out mangled as a series of symbols. Any solutions? __ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html [Todays Threads] [

Re: form.cfid ignored. Why?

2004-03-29 Thread stylo stylo
From MM livedocs, cf5, which we are on: "you must maintain client state by passing CFID and CFToken between pages, either in hidden form fields or appended to URLs." > thats true, but there's nothing to stop you copying form.cfid and form. > token into into the URL scope, and this will do the tric

Re: Flex is out

2004-03-29 Thread Dick Applebaum
To be fair--- Lazslo  (God I hate typing that)  has a way of querying a DB... Dick On Mar 29, 2004, at 10:02 PM, Dick Applebaum wrote: > It is late, but I offer you this: > >  http://www.laszlosystems.com/developers/learn/documentation/tutorials/ >  data_app_7.php > >  To do a dril-ldown the Fl

Re: Flex is out

2004-03-29 Thread Dick Applebaum
It is late, but I offer you this: http://www.laszlosystems.com/developers/learn/documentation/tutorials/ data_app_7.php To do a dril-ldown the Flash Client, Laszlo (God I hate typing that)   invokes a Web service that: 1) invokes a JSP program 2) the JSP program Queries the DB 3) the JSP Prog c

Re: Flex is out

2004-03-29 Thread PC Wroble
FORGET flex! Go Laszlo! I was sick of waiting for flex since the beta list was so small so I've been playing around with Laszlo (LPS) for a while. It rocks! I figured Flex would be priced out of range of us small guys and of course it is. I actually thought it would start at about $5000 per cpu wh

Re: Flex is out

2004-03-29 Thread Rob
On Mon, 2004-03-29 at 21:11, Geoff Bowers wrote: > So Flex is expensive.. its a product we all want to use today but > probably won't be able to till tomorrow.  We all fall somewhere within > the developer spectrum but none of us are everywhere at once. > > If Flex is successful in the enterpris

RE: Flex is out

2004-03-29 Thread Tony Weeg
eloquently stated geoff.  it's the quarterly, mm is getting bought, cf is going to be gobbled up by .net, run and hide thread...its almost like we should have anniversary parties for it... tw -Original Message- From: Geoff Bowers [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 1

RE: Flex is out

2004-03-29 Thread Eric Dawson
but we aren't MMs only customers.   _   From: Dwayne Cole [mailto:[EMAIL PROTECTED] Sent: March 29, 2004 10:39 PM To: CF-Talk Subject: Re: Flex is out >if MACR sells 1.000 or even 10.000 Flex license they will be distracted >and lose the war (IMO) > I agree Dick, In fact I felt this way w

Re: Flex is out

2004-03-29 Thread Geoff Bowers
Dwayne Cole wrote: >> if MACR sells 1.000 or even 10.000 Flex license they will be >> distracted and lose the war (IMO) > > I agree Dick, In fact I felt this way when they deployed Contribute. > RIA has promise but not if these guys lose focus by chasing consumer > (including corporations) markets

Re: Flex is out

2004-03-29 Thread Dick Applebaum
Dwayne Rob said it all: "(Bit disenchanted sorry)" On Mar 29, 2004, at 8:38 PM, Dwayne Cole wrote: > >if MACR sells 1.000 or even 10.000 Flex license they will be > distracted >  >and lose the war (IMO) >  > > >  I agree Dick, In fact I felt this way when they deployed Contribute. > RIA has p

Re: Flex is out

2004-03-29 Thread Dwayne Cole
>if MACR sells 1.000 or even 10.000 Flex license they will be distracted >and lose the war (IMO) > I agree Dick, In fact I felt this way when they deployed Contribute. RIA has promise but not if these guys lose focus by chasing consumer (including corporations) markets, and trying to be all thing

Re: Flex is out

2004-03-29 Thread Dwayne Cole
While I'm sure the niche, enterprise market is lucrative, I  think there is enough enthusiasm among the poorer folk to have driven some impressive sales volume in this product. > >It just seems like is overlooking a opportunity to build a tremendous technology advantage, catching Microsoft on its b

Re: Flex is out

2004-03-29 Thread Dwayne Cole
I predict that Macromedia is going to sell off ColdFusion within the next 2 years.  Their product portfolio is too diversified and their customer segments have very little in common - Flash, ColdFusion, Director, Fireworks, Breeze, and now Flex - very different developer communities.    Macromedia

Re: Flex is out

2004-03-29 Thread Rob
(Bit disenchanted sorry) On Mon, 2004-03-29 at 19:46, Dave Carabetta wrote: > > If Macromedia sees the Internet's future in RIAs (a point to which I > agree, BTW), how does a $12000 product enable that future? > > > > To a certain extent, it helps to establish legitimacy among larger (read: > ent

Re: Flex is out

2004-03-29 Thread Dick Applebaum
But, given the jsp taglibs... is that all there is? On Mar 29, 2004, at 6:45 PM, Danielle Romain wrote: > Actually, I think MM is right not to have created a "full" server > product with Flex.  It seems that their strategy is to incorporate > Flex functionality into the next version of CF.  But

Re: Flex is out

2004-03-29 Thread Dick Applebaum
After reflection: I was very upset, as are  most of about a missed opportunity. But the market will decide yes, the market will decide Dick On Mar 29, 2004, at 7:15 PM, Dick Applebaum wrote: > Danielle > >  I agree with most (if not all) of what you say. > >  RIAs... yes > >  Flex (half a job

Re: Flex is out

2004-03-29 Thread Dave Carabetta
> If Macromedia sees the Internet's future in RIAs (a point to which I agree, BTW), how does a $12000 product enable that future? > To a certain extent, it helps to establish legitimacy among larger (read: enterprise) organizations. From a business standpoint, MM has a unique opportunity to presen

Re: Flex is out

2004-03-29 Thread Danielle Romain
Actually, I think MM is right not to have created a "full" server product with Flex.  It seems that their strategy is to incorporate Flex functionality into the next version of CF.  But I think it would have been an equally poor choice to lock Flex with ColdFusion development.  Macromedia has done

Speeding up the conversion of a Query to XML function

2004-03-29 Thread Brook Davies
Opps...forgot to paste the code: /**   * Generates an XMLDoc object from a basic CF Query.   *   * @param query  The query to transform. (Required)   * @param rootElement    Name of the root node. (Default is "query.") (Optional)   * @param row    Name of each row. Default is "row." (Opt

Speeding up the conversion of a Query to XML function

2004-03-29 Thread Brook Davies
I've been using this UDF (below) to convert a recordset to XML for use in webservice. It appears to be really slow with a recordset > 500. Is there a faster way to arrive at the same resulting XML? Brook [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Flex is out

2004-03-29 Thread Dick Applebaum
Danielle I agree with most (if not all) of what you say. RIAs... yes Flex (half a job well done) --- yeah, in theory! But a separate, very expensive, server to do half a job --- why, little potential gain (IMO) and big potential loss (also IMO) if MACR sells 1.000 or even 10.000 Flex license

Re: RSS Feeds

2004-03-29 Thread Ubqtous
Eric, On Monday, March 29, 2004, 7:13:50 PM, you wrote: EH> Any quick good pointers to cf-based tag to pull rss feeds? Here is something that has worked for me. MX is required. I'm not sure if the method for detecting the feed type is all that great, but so far so good. It is set up to accept a

Re: Flex is out

2004-03-29 Thread Danielle Romain
If Macromedia sees the Internet's future in RIAs (a point to which I agree, BTW), how does a $12000 product enable that future? Flex succeeds because it bring the positives of Flash of a content delivery standpoint while freeing developers of the Flash IDE, which some find very intimidating. In t

RE: Flex is out

2004-03-29 Thread Stacy Young
For Flex: 1)  MXML file which is your Flex XML source 2)  Browser requests mxml file 3)  Flex compiles the application (first time only) and delivers SWF to the client browser 4)  Application residing in the client browser can now interact with systems using Web Services, Java O

Re: Flex is out

2004-03-29 Thread Dick Applebaum
Considered responses, both! After discovering that flex has no backend db capability (RIA with static data). i guess. I looked again at Laszlo (damn I hate typing that) & what they do is: 1) use a jsp (or somesuch) ti issue the SQL dbquery 2) convert the query to XML (pay attention) 3) manipula

RE: Flex is out

2004-03-29 Thread Barney Boisvert
If you take a look at Flash Remoting Server, it's $999 for a single proc. And yet CFMX Pro is $1399 for dual proc, and includes all the flash remoting stuff.  We might all be pleasantly surprised to see that with CF 7 MM decides to throw in a very potent Flex engine to help get market penetration. 

Re: Flex is out

2004-03-29 Thread Dave Carabetta
>After reading Ben's preso and paper I am beginning to understand where >Flex fits vis-a-avis CFMX --- but it would be a lot clearer if the flex >jsp taglibs were available to CFMX. > >I am beginning to think that we are trying to slice web application pie >into too many slices (communication. help

CF Classified Ads Program

2004-03-29 Thread Tom Forbes
Excuse me, does anyone know of a CF classifieds Ad program I can purchase? I currently use a UNIX based one that is about 8 years old, and I would like to switch to CF. I have not had any luck locating one, but I figure there must be one out there. Thanks CF'ers! Tom [Todays Threads] [This

Re: RSS Feeds

2004-03-29 Thread Larry Lyons
>Any quick good pointers to cf-based tag to pull rss feeds? > >Gracias, thanks, et al! > >Regards, > >Eric J. Hoffman >Managing Partner >Datastream Connexion, LLC >1.888.690.2893 > >results.  delivered. CFLib.org has a good UDF that works with CF5 and MX http://www.cflib.org/udf.cfm?ID=813 >From

RSS Feeds

2004-03-29 Thread Eric Hoffman
Any quick good pointers to cf-based tag to pull rss feeds? Gracias, thanks, et al! Regards, Eric J. Hoffman Managing Partner Datastream Connexion, LLC 1.888.690.2893 results.  delivered. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: RE: asp.net...yuk

2004-03-29 Thread Kwang Suh
Then don't insult people on the list. - Original Message - From: Dan Farmer <[EMAIL PROTECTED]> Date: Monday, March 29, 2004 4:37 pm Subject: Re: RE: asp.net...yuk > Hey Kwang, you've had a pickle up your butt for about three months > now... > why not settle down and just enjoy the list

Re: RE: asp.net...yuk

2004-03-29 Thread Ray Champagne
DUDE, please.  You are picking at anything right now.  While it was not explicitly stated in that email, I think that everyone here made the assumption that the 'likeable, fun, efficient, suitable, ease of use' did not mean FORTRAN. Time to go home before this nasty case of the Monday blahs get

RE: RE: asp.net...yuk

2004-03-29 Thread Michael T. Tangorre
Wow. Simmer down dude. Are we going to debate the validity of each and every reply? > -Original Message- > From: Kwang Suh [mailto:[EMAIL PROTECTED] > Sent: Monday, March 29, 2004 6:35 PM > To: CF-Talk > Subject: Re: RE: asp.net...yuk > > There's a mention in Dan's original message abou

Re: RE: asp.net...yuk

2004-03-29 Thread Kwang Suh
There's a mention in Dan's original message about CF?  News to me: "It's not an issue of not liking learning new things. The issue is whether or not the new thing you are learning is likeable. And in this case likeable, fun, efficient, suitable, ease of use etc...which in my opinion asp.net fai

Re: RE: asp.net...yuk

2004-03-29 Thread Dan Farmer
Hey Kwang, you've had a pickle up your butt for about three months now... why not settle down and just enjoy the list instead? __ Daniel Farmer Producer / Coldfusion Developer http://www.bernardclark.com/danfarmer.ca P: 613.284.1684 >From: Kwang Suh <[EMAIL PROT

Re: Flex is out

2004-03-29 Thread Dick Applebaum
After reading Ben's preso and paper I am beginning to understand where Flex fits vis-a-avis CFMX --- but it would be a lot clearer if the flex jsp taglibs were available to CFMX. I am beginning to think that we are trying to slice web application pie into too many slices (communication. help ap

Re: RE: asp.net...yuk

2004-03-29 Thread Kwang Suh
If someone wants to have a reasonable conversation about ASP.NET vs. CF, fine.  If someone wants to bash ASP.NET and provide no reasons why it's "yukky", well, where's the value in that?  How many "CF is better " threads do we need? - Original Message - From: "Michael T. Tangorre" <[EMAIL

SOT: Flex Pricing>>>

2004-03-29 Thread Tyler Silcox
Uh...never mind, you'll only need $36-48k for an initial Flex application: http://www.macromedia.com/software/flex/productinfo/faq/#item-28 Q: How many CPUs will I need for my project? D:  Each project is somewhat unique but, in general, an initial Flex application requires at least six to ei

RE: asp.net...yuk

2004-03-29 Thread Ray Champagne
That is the best answer I have gotten yet. Is the delete button really that hard to operate?  I could see the complaint if we were discussing Wil Ferrell's new movie, but this is a slightly OT convo about CF vs. MS. I agree with Dan Ray At 06:24 PM 3/29/2004, Dan Farmer wrote: >It's called so

RE: asp.net...yuk

2004-03-29 Thread Michael T. Tangorre
Not following ya Dan... > It's called some people are anal retentive. Probably MS folks. > > __ > Daniel Farmer > Producer / Coldfusion Developer > http://www.bernardclark.com/danfarmer.ca > P: 613.284.1684 [Todays Threads] [This Message] [Subscription] [Fas

RE: asp.net...yuk

2004-03-29 Thread Dan Farmer
It's called some people are anal retentive. Probably MS folks. __ Daniel Farmer Producer / Coldfusion Developer http://www.bernardclark.com/danfarmer.ca P: 613.284.1684 >From: "Michael T. Tangorre" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[E

CFUN-04 interviews 5 - Security with Matt Liotta, Competition winner, Flex

2004-03-29 Thread Michael Smith
In the fifth part of our CFUN-04 interview series, Michael Smith interviews Matt Liotta about his security talk at CFUN-04. The interview is below. But first some news. The winner of the CFUN competition is Adam Dray. Over 200 people entered and 19 had all correct answers. You can read his winnin

RE: asp.net...yuk

2004-03-29 Thread Michael T. Tangorre
Perfectly stated :-) > CF-Talk is a list for the CF community to talk about CF.   > CF-Community is a > list for the CF community to talk about whatever the hell it > wants (more or > less). > > Cheers, > barneyb [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Se

RE: asp.net...yuk

2004-03-29 Thread Michael T. Tangorre
CF-COMMUNITY is rarely techie from what I have seen. Lots of conversations about politics, news, jokes, etc... I love when people complain about a topic being too "non cf-talk" and they feel the need to respond, only adding to the total number of threads and replies on the very topic they were init

RE: asp.net...yuk

2004-03-29 Thread Barney Boisvert
CF-Talk is a list for the CF community to talk about CF.  CF-Community is a list for the CF community to talk about whatever the hell it wants (more or less). Cheers, barneyb > -Original Message- > From: Ray Champagne [mailto:[EMAIL PROTECTED] > Sent: Monday, March 29, 2004 3:04 PM > To:

RE: asp.net...yuk

2004-03-29 Thread Stacy Young
Cf-talk = specific technical inquiries (or major event discussions around CF, can't help this) CF-Community = Philosophical discussions and anything else Stace :D   _   From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 6:04 PM To: CF-Talk Subject: Re: asp.net...yuk

RE: Need 4 related selects code...

2004-03-29 Thread Eric Hoffman
Aye, this was it: http://www.pengoworks.com/index.cfm?action="">   _   From: Qasim Rasheed [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 3:25 PM To: CF-Talk Subject: RE: Need 4 related selects code... I guess your best bet is to modify the 3 selected to handle 4 selected. Qasim

RE: Need 4 related selects code...

2004-03-29 Thread Eric Hoffman
Correct me if I'm wrong, but I think the package you are looking for is called, um, Qform?  I'd have to look since I haven't used in awhile, but it solved a boatload of problems for me in that area.   _   From: Qasim Rasheed [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 3:25 PM To:

Re: asp.net...yuk

2004-03-29 Thread Ray Champagne
This isn't CF-Talk?  Sounds like it has all the world to do with CF, and people seem to want to talk about it. While we're at it, what is the difference between CF-Talk and CF-Community?  Sounds pretty redundant, which is good in the techie world, but not in the human world Just looking fo

Re: asp.net...yuk

2004-03-29 Thread Kwang Suh
Can this conversation be moved to cf-community?  PLEASE? - Original Message - From: Dan Farmer <[EMAIL PROTECTED]> Date: Monday, March 29, 2004 3:43 pm Subject: asp.net...yuk > It's not an issue of not liking learning new things. The issue is > whether or > not the new thing you are lea

Re: Installation woes

2004-03-29 Thread Ewok
It was the graphics drivers... the installer needs atleast 256 color to run... shame.   - Original Message -   From: Doug White   To: CF-Talk   Sent: Saturday, March 27, 2004 8:57 AM   Subject: Re: Installation woes   - Original Message -     From: [EMAIL PROTECTED] [EMAIL PROT

RE: Flex is out

2004-03-29 Thread Tyler Silcox
In other words: Flex was not developed:     -To give the power of Flash to the people out in the trenches using such products as DevNet/Studio MX everyday. Even though it could make their lives easier and their products more powerful. But it was developed:     -Only for big (read "rich") bu

RE: Flex is out

2004-03-29 Thread Matt Robertson
Christine Lawson wrote: >The pricing of Flex is a reflection of its value in its target market. Which clearly isn't a lot of the development community. I'm reminded of what happened to the database world when Microsoft released Access for US$99, and crushed a strong competitive field permanentl

asp.net...yuk

2004-03-29 Thread Dan Farmer
It's not an issue of not liking learning new things. The issue is whether or not the new thing you are learning is likeable. And in this case likeable, fun, efficient, suitable, ease of use etc...which in my opinion asp.net fails on most counts for most small to medium web projects... which luck

Re: Flex is out

2004-03-29 Thread Claude Schneegans
>>To date I believe the only major players that have gone up against MS and survived -- over any sort of long term -- are Intuit and MM. ... and Oracle. -- ___ See some cool custom tags here: http://www.contentbox.com/claude/customtags/tagstore.cfm Please send

Re: Flex is out

2004-03-29 Thread Claude Schneegans
>>Their sales dept accidentally typed an extra zero back a few months ago, and no one caught it until last week If it is like other bugs in their soft, they'll never admit it was a mistake ;-) -- ___ See some cool custom tags here: http://www.contentbox.com/cla

RE: Long startup times CFMX and random long running template

2004-03-29 Thread Dave Carabetta
> >So, this could possibly be attributed to a lack of memory slowing down the >startup process? > I'm not sure it's a lack of memory. Admittedly, I'm not very well versed in the inner workings of JRun, but my statements are based on almost 2 years of *empirical* evidence (and, sometimes, headach

Replacement for CFUpdate

2004-03-29 Thread Marlon Moyer
Before I start making a replacement, does anyone already have a CFInsert/CFUpdate replacement custom tag.  I love the using those 2 tags, but I want to extend them a bit.  I'd like to be able to return the last id inserted on the cfinsert side. Marlon [Todays Threads] [This Message] [Subscri

Re: Flex is out

2004-03-29 Thread Jochem van Dieten
Matt Robertson wrote: > > Me, I wouldn't push my luck, and would grab market- and mindshare and > run with it, lengthening the lead I already have... but of course I'm > just a simple geek prone to idle speculation. I love speculation :-) Have you looked at the Blackstone speculation blurbs? Fla

Re: Flex is out

2004-03-29 Thread Calvin Ward
Because development communities don't drive product sales? =P - Calvin   - Original Message -   From: Rob   To: CF-Talk   Sent: Monday, March 29, 2004 2:09 PM   Subject: RE: Flex is out   On Mon, 2004-03-29 at 11:07, Mark Leder wrote:   > >> The really sad thing is I have clients tha

RE: Need 4 related selects code...

2004-03-29 Thread Qasim Rasheed
I guess your best bet is to modify the 3 selected to handle 4 selected. Qasim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 2:25 PM To: CF-Talk Subject: Need 4 related selects code... Anyone have decent 4 related selects code I can s

RE: Flex is out

2004-03-29 Thread Christine Lawson
Hi, To my knowledge, Laszlo doesn't publish their pricing for the full featured version of their software. Christine -Original Message- From: Adrocknaphobia [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 2:54 PM To: CF-Talk Subject: Re: Flex is out What does Lazlo price at? -a

RE: Flex is out

2004-03-29 Thread Christine Lawson
Hi, I just thought I'd jump in here. The pricing of Flex is a reflection of its value in its target market. Flex is designed to meet the needs of organizations who want to put the power of rich Internet applications to work for strategic business systems. We definitely have our ears open on this l

OT: COunt Characters with Javascript on a CFMX page

2004-03-29 Thread Ciliotta, Mario
Hi, I am having a problem on a page where I have a text area that user can only type in 8000.  I provide a count of each character used as they type so they know were they are up to.  The problem is that all of a sudden the code is counting a as 3 characters and a new line as 6 characters.  The

Re: Flex is out

2004-03-29 Thread Matt Robertson
Adam wrote >What does Lazlo price at? $1999 for a single-processor system.  Free for approved non-commercial deployments. Something I would never have looked twice at until today. -- --- Matt Robertson, [EMAIL PROTECTED] MSB Designs, Inc. http://myse

RDS Timed out

2004-03-29 Thread Stan Winchester
RDS server is timing out within HS+ & CF-Studio 5 when I try to connect my development box (CF-Studio 5 is on this box). I've restarted the CFMX server, but I still don't have RDS within HS+ & CF-Studio 5. I can see my RDS drives just fine, but when I try to connect to the data sources, it times ou

RE: why I love coldfusion...and not .net

2004-03-29 Thread Tony Weeg
hey I love cf too, but I think this is cfcommunity material? one vote here... tw -Original Message- From: Morgan Senkal [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 2:57 PM To: CF-Talk Subject: Re: why I love coldfusion...and not .net VB6 was where I came from...I loved the

RE: Long startup times CFMX and random long running template

2004-03-29 Thread Brook Davies
So, this could possibly be attributed to a lack of memory slowing down the startup process? Brook At 12:47 PM 3/29/2004, you wrote: > >I have this very strange problem that popped up a few days ago. When I > >restart the CFMX server, and then hit my application, the first execution > >is really

Re: why I love coldfusion...and not .net

2004-03-29 Thread Morgan Senkal
VB6 was where I came from...I loved the language and the IDE.  However when I first encountered CF, i realized I could do everything I wanted to do as far as web development faster, easier and have a lot more fun with CF than I ever could with VB.  I have not had a chance to take a close look at as

RE: Long startup times CFMX and random long running template

2004-03-29 Thread Dave Carabetta
>I have this very strange problem that popped up a few days ago. When I >restart the CFMX server, and then hit my application, the first execution >is really slow, between 30-50 seconds. I've tracked down the templates that >run long and then removed them by adding a at the top of each for >debugg

conferences

2004-03-29 Thread Bosky, Dave
Has anyone ever attended the JavaOne conference? I was curious if it's worth attending. Regards, Dave Bosky HTC Disclaimer:  The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or

RE: Migrating CF 4.5 to MX 6.1

2004-03-29 Thread Barney Boisvert
We moved from 4.5 to 6.0 (and then to 6.1 after it was released) a while back and the code analyzer worked fine for us.  I don't recall having any issues with the code that it didn't alert us to.  Had more problems with 6.0->6.1 than 4.5->6.0, particularly regarding the CFMAILPARAM tag, because we

RE: Migrating CF 4.5 to MX 6.1

2004-03-29 Thread Dave Carabetta
>We will soon migrate from CF 4.5 to CFMX 6.1.  The release notes talk about >using the Code Analyzer for CF 5.  Has anyone used it for 4.5 and if so, >does it work the same, or are there issues with it. > It works the same. We used it without issue. Regards, Dave. [Todays Threads] [This Mes

Migrating CF 4.5 to MX 6.1

2004-03-29 Thread Barbara Langston
We will soon migrate from CF 4.5 to CFMX 6.1.  The release notes talk about using the Code Analyzer for CF 5.  Has anyone used it for 4.5 and if so, does it work the same, or are there issues with it. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: why I love ColdFusion...and not .net

2004-03-29 Thread Bruce Sorge
I agree that learning something new is fun and I am sort of enjoying .NET. My chief complaint would be that M$ makes you go around the block when all you need to do is just go down to the end of the street in regards to coding.  I also realize that as a pure CF developer I am not nearly as marketab

RE: Test If Object is...

2004-03-29 Thread Raymond Camden
Use getMetaData() on the object. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Test If Object is...

2004-03-29 Thread Troy Simpson
All, I have created an object like this from a *.cfc (personbean.cfc): Now I want to test that session.bean is actually a personbean and not something else.  How would I do this. I see that there is a CFXM function call IsObject(), but I could be any object and not specifically an personbean

Re: Flex is out

2004-03-29 Thread Adrocknaphobia
What does Lazlo price at? -adam > -Original Message- > From: Matt Robertson [mailto:[EMAIL PROTECTED] > Sent: Monday, March 29, 2004 07:49 PM > To: 'CF-Talk' > Subject: RE: Flex is out > > Barney Boisvert wrote: > >Their sales dept accidentally typed an extra zero > > I could sell $1,200

RE: why I love coldfusion...and not .net

2004-03-29 Thread Gaulin, Mark
I always thought learning something new was fun... but I guess if you want to make it a drag, that's your business. (I have no opinion of asp.net at this point since I haven't had the opportunity to play with it... yet.)     Mark -Original Message- From: Dan Farmer [mailto:[EMAIL PRO

RE: Flex is out

2004-03-29 Thread Matt Robertson
Barney Boisvert wrote: >Their sales dept accidentally typed an extra zero I could sell $1,200.  $12,000 is enough to get me laughed out the door. They are charging that much because someone made the decision that the loss of volume and alienation of their grass roots will be made up for by cash i

RE: Opposite of JSStringFormat()

2004-03-29 Thread Barney Boisvert
Use cfusion_encrypt, which will yield a string (just hex digits, I believe) that won't need to be JSStringFormat()ed. Cheers, barneyb > -Original Message- > From: Tangorre, Michael [mailto:[EMAIL PROTECTED] > Sent: Monday, March 29, 2004 11:38 AM > To: CF-Talk > Subject: Opposite of JSS

Opposite of JSStringFormat()

2004-03-29 Thread Tangorre, Michael
Here's the deal... encVal = Encrypt(someVar,someKey) safeVal = JSStringFormat(encVal) I need to use JSStringFormat to make the encrypted value JS safe, but when trying to decrypt it, it obviosuly is thrown off since there are escape slashes in the string nw... is there anyway to reverse JSStr

RE: Flex is out

2004-03-29 Thread Rob
How about a Flex light (like maybe "Warm up") that has less features? Maybe? -- Rob <[EMAIL PROTECTED]> [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Flex is out

2004-03-29 Thread Rob
On Mon, 2004-03-29 at 11:21, Barney Boisvert wrote: > > Why does it cost so much? > > Their sales dept accidentally typed an extra zero back a few months ago, and > no one caught it until last week, but by then it was way to late to remake > everything with the right price.   Hehehe, but I mean r

Re: Flex is out

2004-03-29 Thread Jochem van Dieten
Rob wrote: > On Mon, 2004-03-29 at 11:07, Mark Leder wrote: >> >> Ditto. As I watched the demo, I was brainstorming about all new products, >> apps, etc. using Flex.  So my bubble is burst. > > Why does it cost so much? Because Macromedia knows enterprises will pay up. There really is no compet

Benchmarks of different JVM's

2004-03-29 Thread Katz, Dov B (IT)
Has anyone done benchmarks using different JVM's with CF 6.1? I'm wondering what measurable performance gains there are with switching in a different JVM than that which ships with CF 6.1 If you've switched in a different one, is there any advice you'd give to one considering such a move?

RE: why I love coldfusion...and not .net

2004-03-29 Thread Raymond Camden
Actually, I am _very_ impressed by .Net and c#. It is certainly not as RAD as CF - but don't knock it especially if your only experience is the older ASP stuff. .Net has some _very_ nice features and does somethings very well. As just a random example - .Net has a built-in caching system that allo

Re: Slow query on CF5 why?

2004-03-29 Thread Frank Mamone
Hi Steve, This particular one returns one record but there are others with the same symptom which return around 30 or so rows. Granted they are lengthy queries. It's a shared server so there are several applications accessing the same DB server and CF server. It is consistently slow. -Frank >

RE: Need 4 related selects code...

2004-03-29 Thread Tangorre, Michael
www.happyhacker.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, March 29, 2004 2:25 PM > To: CF-Talk > Subject: Need 4 related selects code... > > Anyone have decent 4 related selects code I can swipe? I > downloaded the one tage from the gal

Re: CF Curriculum

2004-03-29 Thread brobborb
grab a ben forta book.  use that!  heehe   - Original Message -   From: Westin, Ken   To: CF-Talk   Sent: Monday, March 29, 2004 12:10 PM   Subject: CF Curriculum   Hello all,   I work for a university and have been asked by an instructor to come in   for two days and provide a ColdFus

RE: Flex is out

2004-03-29 Thread Barney Boisvert
> Why does it cost so much? Their sales dept accidentally typed an extra zero back a few months ago, and no one caught it until last week, but by then it was way to late to remake everything with the right price.   > -Original Message- > From: Rob [mailto:[EMAIL PROTECTED] > Sent: Monday

Need 4 related selects code...

2004-03-29 Thread kevin
Anyone have decent 4 related selects code I can swipe? I downloaded the one tage from the gallery which purports to support 2-n related selects, but for the life of me I couldn't get it to work.  I can get 3 working just fine using cf_threeRelatedSelects (great tag), but I need 4. Any help wo

RE: Flex is out

2004-03-29 Thread Phillip Beazley
At 02:09 PM 3/29/2004, you wrote: >Why does it cost so much? Crack abuse? -- Phillip Beazley Onvix -- Website Hosting, Development & E-commerce Visit http://www.onvix.com/ or call 727-578-9600. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Slow query on CF5 why?

2004-03-29 Thread Steve Nelson
Does it return a huge amount of data? That could tie up the odbc driver. Is your CF server's CPU peaked at 100% for some reason? If you're running on two servers, the DB server could be fine, but the CF server could be overloaded. Does it do it every time or just the first time? Steve Nelson   __

RE: Flex is out

2004-03-29 Thread Rob
On Mon, 2004-03-29 at 11:07, Mark Leder wrote: > >> The really sad thing is I have clients that own CF and love it now.  I > was hoping to use Flex as the entre into revamping their older > in-office systems so that both web and desktop ran off the same system. > I can forget that idea, at least fo

RE: why I love coldfusion...and not .net

2004-03-29 Thread Dan Farmer
Ughhh. the day I have to learn asp.net and stop using coldfusion is the day web development would cease to be enjoyable and thus I would be looking for a new job. >From: Dave Watts <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: RE: why I love coldfusi

RE: Flex is out

2004-03-29 Thread Mark Leder
>> The really sad thing is I have clients that own CF and love it now.  I was hoping to use Flex as the entrée into revamping their older in-office systems so that both web and desktop ran off the same system. I can forget that idea, at least for now. Ditto. As I watched the demo, I was brainsto

RE: Monitor if newsletter is opened

2004-03-29 Thread Arden Weiss
All of my CF5 code ran without problems in CFMX 6.1 (didn't buy into 6.0) -- in fact, I still have CF5 installed on one machine and I test some code I write under both 5 and 6.1 to make sure it runs in both environments. The only anoyance in 6.1 vs 5 is that when a CFQUERY fails on a called action

RE: Flex is out

2004-03-29 Thread Matt Robertson
Mark Leder wrote: >However the price as advertised by MM simply is way out of reach >for most smaller shops (like me).  Its obviously being targeted at the >enterprise level.   Yes, so much for MM leveraging their mass of developers, and I guess we can forget about seeing a market stampede to thei

Re: OT: Sneaky Virus

2004-03-29 Thread Brook Davies
FYI, when this email came through it converted the HTML link. The email 'looked' like a text only email that had the url highlighted by the client. Like this: www.maracasmedia.com/inbox/blists/read.php?sessionid-22898 Brook If the message will not displayed automatically, follow the link to re

  1   2   >