Re: OT: Blatant Promotion of CFEclipse

2006-03-02 Thread Mark Drew
Ah, I was wondering just the other day what you guys were up to ! It'd gone a bit quiet on the releases front... we have (I have?) been busy adding features to CFEclipse, such as editing tags, drag and drop support, Dictionary view, and a new Component Explorer. More is on its way, but

Re: OT: Blatant Promotion of CFEclipse

2006-03-02 Thread Mark Drew
We like CFEclipse. =) Blatently promote all you want! Good good! Unfortunately, we won't be in England any time soon, but we wish you all the best! Thanks for that Jordan! I shall be recording the audio so I shall try and put together some kind of presentation by mixing screen capture

RE: Stored Procedures and when to use them

2006-03-02 Thread Robertson-Ravo, Neil (RX)
No benefit really. Not in this instance. -Original Message- From: Mike | NZSolutions Ltd [mailto:[EMAIL PROTECTED] Sent: 01 March 2006 21:39 To: CF-Talk Subject: Stored Procedures and when to use them Hi guys, I am just getting my head around stored procedures in SQL Server. One of

Re: Stored Procedures and when to use them

2006-03-02 Thread John C. Bland II
Sprocs are faster if you are doing multiple things in 1 call. The idea is you are in the database already so go ahead and let the database do what it does best. For general selects, inserts, updates, and deletes keeping it in the app is fine. It does come down to personal preference though. I

RE: Stored Procedures and when to use them

2006-03-02 Thread Robertson-Ravo, Neil (RX)
They are not faster all the time with heavy processing as CF is not so good at waiting on long running requests. I would avoid cursors on nearly all occasions and use CF - in these cases CF will no doubt be faster...on the flip side if you are dealing with many thousands of records an SP/DTS may

Re: Stored Procedures and when to use them

2006-03-02 Thread John C. Bland II
Yeah, I mean definite major processing where using a cursor was just an example of when processing can get heavy, pending number of records and what you're doing with the data. Calling the database, looping results (in cf), calling the database again for whatever reason, looping results (in cf),

RE: CF Host recommendations

2006-03-02 Thread Coldfusion
Only issue I had with UpLinkEarth was the restriction Of CFFILE, CFDIRECTORY, CFCONTENT. You had to use their custom tag which was a pain for me. So I changed hostings. Sorry they offer CFMX7 not CF5. -Original Message- From: Eric Roberts [mailto:[EMAIL PROTECTED] Sent: Thursday, March

RE: Stored Procedures and when to use them

2006-03-02 Thread RADEMAKERS Tanguy
One of the nice things about stored procedures wv. inline sql is that your database can tell you which procs are invalidated by a change to your schema, which can be a big time saver in development. /t ~| Message:

Re: Stored Procedures and when to use them

2006-03-02 Thread Martin Thorpe
An example. I had a set of queries to delete an organisation from one table and then all the relative data in the database for that organisation. I wrote it originally in CF but it was taking about 2 minutes, and timing out, to procees. After putting the whole lot into a stored proc the

RE: Stored Procedures and when to use them

2006-03-02 Thread Robertson-Ravo, Neil (RX)
Yeah...intensive processes are a good application but that is not to say that CF could do the job as wellwithout seeing your code I meanthere may have been a better way to achieve the end result in CF to make it as fast. Each to their own I suppose... ;-) -Original Message-

Re: OT: Blatant Promotion of CFEclipse

2006-03-02 Thread Thomas Chiverton
On Thursday 02 March 2006 08:16, Mark Drew wrote: I shall be recording the audio so I shall try and put together some kind of presentation by mixing screen capture later on over the audio. That would *rock*, going all the way to London for a few hours of meeting is a bit of an ask for most

RE: Stored Procedures and when to use them

2006-03-02 Thread Michael T. Tangorre
From: Mike | NZSolutions Ltd [mailto:[EMAIL PROTECTED] Is there any advantage having this type of query in a SP over calling a simple CFC ?? Mike, Stored Procedures were a good choice for me when I was working at a place that had two, top-notch DBAs who could really analyze some of the more

RE: OT: Blatant Promotion of CFEclipse

2006-03-02 Thread Robertson-Ravo, Neil (RX)
Question is...will it still remain free? ;-p -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: 02 March 2006 11:24 To: CF-Talk Subject: Re: OT: Blatant Promotion of CFEclipse On Thursday 02 March 2006 08:16, Mark Drew wrote: I shall be recording the audio

Re: SEO Tools

2006-03-02 Thread Kay Smoljak
On 3/2/06, Bobby Hartsfield [EMAIL PROTECTED] wrote: Any resources as to what might incur a blacklisting? Straight from the horse's mouth: http://www.google.com/webmasters/ -- Kay Smoljak http://kay.zombiecoder.com/ ~|

Re: OT: Blatant Promotion of CFEclipse

2006-03-02 Thread Mark Drew
No, I have decided to start charging for it. You can pay Mark Drew $500 a copy... Err.. not really... It will always be free. as long as I have an incentive to keep coding for it... *cough*amazon wish list *cough* MD On 2 Mar 2006, at 12:05, Robertson-Ravo, Neil (RX) wrote: Question

Re: OT: Blatant Promotion of CFEclipse

2006-03-02 Thread Mark Drew
Since we dont have an internet connection where we are presenting the CFUG I am just going to record it as a podcast but then later overlay the presentation as well (hopefully!) as doing screen capture of what I am presenting. MD On 2 Mar 2006, at 11:24, Thomas Chiverton wrote: On

RE: OT: Blatant Promotion of CFEclipse

2006-03-02 Thread Robertson-Ravo, Neil (RX)
;-) -Original Message- From: Mark Drew [mailto:[EMAIL PROTECTED] Sent: 02 March 2006 12:30 To: CF-Talk Subject: Re: OT: Blatant Promotion of CFEclipse No, I have decided to start charging for it. You can pay Mark Drew $500 a copy... Err.. not really... It will always be free. as

RE: CF Host recommendations

2006-03-02 Thread Snake
That will be because they run the cheaper Standard version of CF, we run the enterprise version and give all customers security sandboxes so that they can use almost all tags. Some hosts just allow the insecure tags anyway and don't worry about the security, so all customers can delete or copy

where can I download cf5-developer-edition

2006-03-02 Thread Sebastian Mork
Hi, a customer is still running cf5 and I'm somtimes getting problems releasing some tools developed on a cfmx7-server.. (the last problems occured when dealing with soxml..) Does anybody know where I can get a copy of a developer-edition of a standard cf5-server? Maybe I made a backup myself

RE: SEO Tools

2006-03-02 Thread Che Vilnonis
Matt, you da man. I have 2 new useful bookmarks! -Original Message- From: Matthew Blatchley [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 01, 2006 5:02 PM To: CF-Talk Subject: Re: SEO Tools https://adwords.google.com/select/main?cmd=KeywordSandbox - Original Message - From:

RE: where can I download cf5-developer-edition

2006-03-02 Thread Snake
You wont get from the MM site as they do not support older version. I have a copy I could send you if you like. Russ -Original Message- From: Sebastian Mork [mailto:[EMAIL PROTECTED] Sent: 02 March 2006 13:38 To: CF-Talk Subject: where can I download cf5-developer-edition Hi, a

RE: Flex 2 and Ben Forta

2006-03-02 Thread Mark Fuqua
Rick, A full version of studio is $800. A full version of Adobe creative suite is $1200. Upgrades of course are much less expensive. People are already working on alternatives using primalScript and ANT. For me, I have already set aside my $1000. Adobe's will be the best for sure and will be

RE: SEO Tools

2006-03-02 Thread Rick Faircloth
No problem...glad to help. Rick -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 01, 2006 11:25 PM To: CF-Talk Subject: RE: SEO Tools Thanks Rick! I'll go check it out.

RE: where can I download cf5-developer-edition

2006-03-02 Thread Robertson-Ravo, Neil (RX)
Yep, you can still get it from MM http://www.macromedia.com/support/coldfusion/downloads.html#cf5downloads -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: 02 March 2006 13:43 To: CF-Talk Subject: RE: where can I download cf5-developer-edition You wont get from the

Compare data within 2 CFCs

2006-03-02 Thread Baz
Is there an easy way to compare the data within 2 CFCs? For example these 2 CFC instances contain different data: CFC1=createObject('Customer').Read(ID=10) CFC2=createObject('Customer').Read(ID=99) Baz ~|

Re: where can I download cf5-developer-edition

2006-03-02 Thread Sebastian Mork
Cool, thx I didn't find that.. -- Sebastian Mork [EMAIL PROTECTED] -- On Thu, 2 Mar 2006 13:43:25 - Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Yep, you can still get it from MM http://www.macromedia.com/support/coldfusion/downloads.html#cf5downloads -Original

RE: where can I download cf5-developer-edition

2006-03-02 Thread Snake
Amazing, that means Macromedia themselves don't even know they still provide a download, as they are the ones that told me that I cannot get a copy of CF5 ever under any circumstances a sthey no longer support it. Lets hope Adobe are not as Clueless. Russ -Original Message- From:

RE: Upgraded to MX7, SQL Server datasources no longer work

2006-03-02 Thread Barthle, Robert \(Contractor\)
Brian, before you go doing that, reread my email on this. I encountered this problem, and this solution, which I found months ago, worked. 1. Set up a System DSN on the machine to the database. 2. Set up the CF DSN using ODBC Socket as the driver. As long as the system DSN connects

RE: Flex 2 and Ben Forta

2006-03-02 Thread Andy Matthews
But Flex isn't C++ or Visual Studio, both of which have proved themselves over time. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Joe Rinehart [mailto:[EMAIL PROTECTED] Sent:

RE: Flex 2 and Ben Forta

2006-03-02 Thread Rick Faircloth
I'll give a thorough check-out...thanks for the info, Mark. Rick -Original Message- From: Mark Fuqua [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 8:55 AM To: CF-Talk Subject: RE: Flex 2 and Ben Forta Rick, A full version of studio is $800. A full version of

Re: Upgraded to MX7, SQL Server datasources no longer work

2006-03-02 Thread Robert Everland III
Setting up the machine to use ODBC is not a good option. It is much slower than the direct method. I would take off Named pipes. Bob ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233877 Archives:

RE: Upgraded to MX7, SQL Server datasources no longer work

2006-03-02 Thread Barthle, Robert \(Contractor\)
But if all else fails, it has one major advantage: it actually works. thanks -r _ Rob Barthle Contractor - Sr. Software Developer [EMAIL PROTECTED] 202-245-6484 -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED] Sent:

RE: Flex 2 and Ben Forta

2006-03-02 Thread Andy Matthews
Mark... Just to be nitpicky...you can't compare full versions of Studio or CS because they each contain multiple programs, Studio has 5 and CS has 4. From what I've heard here, Flex is just...well...Flex. You're paying $1000 for one application. !//-- andy matthews web

Re: Compare data within 2 CFCs

2006-03-02 Thread Robert Everland III
You would need a function that would return the ID. cffunction getID() cfreturn variables.id /cffunction Then you do a compare outside of the cfcs. Bob ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233880

Re: SEO Tools

2006-03-02 Thread Matthew Blatchley
Che, The IBP mentioned by ~Dave the disrupter~ also incorporates both of the links I sent out earlier in the downloaded version of their product. Although, it's not free to use, it does incorporate a lot of other useful tools. HTML validator, auto submission etc. Everything mentioned

Re: Flex 2 and Ben Forta

2006-03-02 Thread Donnie Bachan
Rick, You need to see what Flex Builder does. If Ben makes it to an Users Group near you go see the presentation. I am pretty old fashioned, I don't use many visual tools unless I have to, so I still develop in Homesite and Eclipse but after seeing Flex Builder 2 I am now a big fan and starting

RE: Compare data within 2 CFCs

2006-03-02 Thread Michael T. Tangorre
From: Baz [mailto:[EMAIL PROTECTED] Is there an easy way to compare the data within 2 CFCs? For example these 2 CFC instances contain different data: CFC1=createObject('Customer').Read(ID=10) CFC2=createObject('Customer').Read(ID=99) Provide a method in the Customer CFC that

RE: where can I download cf5-developer-edition

2006-03-02 Thread Bobby Hartsfield
jerkChain user=Snake Every time someone asks for an old version of CF, (usually 5 of course) someone comes along and says You can't get it from MM then someone else comes along with the link to it at MM. I've seen and remembered it coming across the list quite a few times without even being part

Re: Flex 2 and Ben Forta

2006-03-02 Thread Wayne Putterill
It does seem expensive, especially given that from what I understand its basically a plugin for an open source program? Have I got hold of the wrong end of the stick here, is it more than that? On 3/2/06, Andy Matthews [EMAIL PROTECTED] wrote: Mark... Just to be nitpicky...you can't compare

RE: Compare data within 2 CFCs

2006-03-02 Thread Baz
Thanks Bob but that wouldn't work in this case: CFC1=createObject('Customer').Read(ID=10) CFC2=duplicate(CFC1) CFC2.setName('kakapipi') I was thinking of perhaps some hash type function that would convert each CFC into some 64-bit string that you could compare. Perhaps invoked like this:

Re: onRequestStart question.....

2006-03-02 Thread Cutter (CF-Talk)
Maybe something like: cfset variables.fileExclusionList = myFile1.cfm, myFile2.cfm, myFile3.cfm, myFile4.cfm cfif

RE: SEO Tools

2006-03-02 Thread Barthle, Robert \(Contractor\)
Has anyone used Google AdWords? I'm running a real estate website for my mother (shameless plug: www.bettybarthle.com) and I have to help her decide on what kind of a web-promotion budget she needs. Any hints or tips would be useful. I'd like to get her highly placed in the keyword search

RE: Compare data within 2 CFCs

2006-03-02 Thread Baz
That's a decent suggestion too Tango, but some of the CFCs I want to compare have other CFCs in them. So I could return one mother of a struct that contains other structs for each internal CFC, but that's the part I'm trying to avoid. One advantage is that I actually don't need to know what the

RE: SEO Tools

2006-03-02 Thread Barthle, Robert \(Contractor\)
Has anyone used Google AdWords? I'm running a real estate website for my mother (shameless plug: www.bettybarthle.com) and I have to help her decide on what kind of a web-promotion budget she needs. Any hints or tips would be useful. This was one of the areas I was looking at. I looked up some

RE: Flex 2 and Ben Forta

2006-03-02 Thread Dave Watts
It does seem expensive, especially given that from what I understand its basically a plugin for an open source program? Yes, that's all it is. However, it's one hell of a plugin. The problem that a lot of people seem to have when looking at software pricing is that they expect it to match the

RE: SEO Tools

2006-03-02 Thread Russ
I've used adwords, and I got to say it's worth it. Much better then overture. I made money on a consistent basis with adwords, and only lost money so far everytime I tried overture. Just my $0.02 -Original Message- From: Barthle, Robert (Contractor) [mailto:[EMAIL PROTECTED] Sent:

RE: Upgraded to MX7, SQL Server datasources no longer work

2006-03-02 Thread Dave Watts
But if all else fails, it has one major advantage: it actually works. I would strongly recommend that you fix JDBC rather than use ODBC for your CF/SQL Server applications. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber

Flash remoting alternative

2006-03-02 Thread Robert Everland III
I seem to remember there is a company that has a flash remoting alternative, but can't remember what the website is or what it's called. Anyone know? Bob ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233894

RE: SEO Tools

2006-03-02 Thread Che Vilnonis
Russ, I agree. adwords is the way to go. Overture's ROI pales in comparison. Yahoo Shopping is pretty good as well (and somewhat popular). I wish they had a feature to limit the $$$ spent per day though. ~Ché -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: Thursday, March

RE: Upgraded to MX7, SQL Server datasources no longer work

2006-03-02 Thread Barthle, Robert \(Contractor\)
Dave, we're talking about someone's personal laptop for development purposes. I do not think performance is going to be an issue here. thanks -r _ Rob Barthle Contractor - Sr. Software Developer [EMAIL PROTECTED] 202-245-6484 -Original

RE: SEO Tools

2006-03-02 Thread Russ
What is yahoo shopping? -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 10:11 AM To: CF-Talk Subject: RE: SEO Tools Russ, I agree. adwords is the way to go. Overture's ROI pales in comparison. Yahoo Shopping is pretty good as well

Re: CF Host recommendations

2006-03-02 Thread Chris Mueller
I hope this isn't getting too off-topic, but I'm looking for a host that supports both Coldfusion and PHP... Any recommendations? Thanks! Chris ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233898 Archives:

RE: Flash remoting alternative

2006-03-02 Thread Andy Matthews
AMFPHP? !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 8:09 AM To: CF-Talk Subject: Flash remoting

Uninstalling MX6 after installing MX7

2006-03-02 Thread nerd
So we finally installed Coldfusion MX7 on our Win2003 servers recently. If I remember correctly, at the end of installation it recommended that we uninstall MX6 via the Add/Remove Programs panel. So I'm ready to uninstall this morning and, just out of curiosity, I looked in the custom tag and

Re: Upgraded to MX7, SQL Server datasources no longer work

2006-03-02 Thread Robert Everland III
The enviroment on the laptop should be exactly what the server enviroment is. If they use ODBC on thier server (which I highly recommend not to), then the laptop should do it. If not, then it shouldn't. Are you using full blow version of SQL or are you using MSDE? If you're using MSDE it

Uninstalling MX6 after installing MX7

2006-03-02 Thread nerd
So we finally installed Coldfusion MX7 on our Win2003 servers recently. If I remember correctly, at the end of installation it recommended that we uninstall MX6 via the Add/Remove Programs panel. So I'm ready to uninstall this morning and, just out of curiosity, I looked in the custom tag and

Re: Flash remoting alternative

2006-03-02 Thread Robert Everland III
I think it starts with a Z, they had some kick ass examples on thier site and I want to take a look at the calendar option, but just can't remember the site address. Bob ~| Message:

RE: CF Host recommendations

2006-03-02 Thread Adrian Lynch
CrystalTech does, along with ASP.Net. Ade -Original Message- From: Chris Mueller [mailto:[EMAIL PROTECTED] Sent: 02 March 2006 14:17 To: CF-Talk Subject: Re: CF Host recommendations I hope this isn't getting too off-topic, but I'm looking for a host that supports both Coldfusion and

RE: SEO Tools

2006-03-02 Thread Che Vilnonis
If you sell products, its a marketplace that can be used to search for them. Yahoo Shopping has been around for a long time and is very similar to Froogle. You can upload a product database and populate your Yahoo Shopping account with all of your online products for customers to shop for,

Re: Flex 2 and Ben Forta

2006-03-02 Thread Wayne Putterill
Answers in line On 3/2/06, Dave Watts [EMAIL PROTECTED] wrote: It does seem expensive, especially given that from what I understand its basically a plugin for an open source program? Yes, that's all it is. However, it's one hell of a plugin. The problem that a lot of people seem to have

RE: Flex 2 and Ben Forta

2006-03-02 Thread Dave Watts
Is there a single developer version that's less? No, I don't think there will be. However, the Flex framework itself - the compiler that builds Flex apps - will be free, if I understand correctly. But again, if the product saves you enough development time, $1000 isn't very much. I strongly

RE: Upgraded to MX7, SQL Server datasources no longer work

2006-03-02 Thread Dave Watts
Dave, we're talking about someone's personal laptop for development purposes. I do not think performance is going to be an issue here. Probably not. I didn't pick up on that part of the thread, I guess. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides

Re: SEO Tools

2006-03-02 Thread Matthew Blatchley
If you take your listing page and make links to an additional detail page with only one description at a time, you could target a single set of keywords and make each paragraph more relevant to a specific phrase within the content. Right now you've got it linking to a PDF, which also helps,

RE: Upgraded to MX7, SQL Server datasources no longer work

2006-03-02 Thread Barthle, Robert \(Contractor\)
While I do not disagree with that statement, again I fail to see where using ODBC on a personal laptop is going to cause such terrible problems. Server load? Nope. Problems handling the SQL? Not unless you're a terrible SQL coder (I have seem some issues when people used non-standard syntax,

RE: Flash remoting alternative

2006-03-02 Thread Artur Kordowski
You can also use in your FlashForms the Flex RemoteObject. The description how you can do it, you can find on my blog: http://www.newsight.de/2006/03/01/breaking-bounds-of-cf-flashforms-remoteobj ect/ Artur -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED] Sent:

Re: Flash remoting alternative

2006-03-02 Thread Robert Everland III
I think it starts with a Z, they had some kick ass examples on thier site and I want to take a look at the calendar option, but just can't remember the site address. Bob ~| Message:

RE: Flex 2 and Ben Forta

2006-03-02 Thread Rick Faircloth
I've got the labs.adobe.com site open in a browser window...just waiting to have time to view the videos and read the white papers! Thanks for your feedback... Rick -Original Message- From: Donnie Bachan [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 9:40 AM To: CF-Talk

Create / modify Access table in CF5

2006-03-02 Thread Terry Troxel
I have searched my archives and found a file called createtable.cfm That allows me to create a table in an existing Access datasource, but it does not allow me to define a field to allow zero length. Does anyone have a file you could share to allow me to do this? Terry Troxel

Re: Flash remoting alternative

2006-03-02 Thread Robert Everland III
It's called laszlo that I was looking for. http://www.laszlosystems.com/demos/ Bob ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233915 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription:

RE: CF Host recommendations

2006-03-02 Thread Jennifer Gavin-Wear
which is why most people back things up. -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: 01 March 2006 00:11 To: CF-Talk Subject: RE: CF Host recommendations Single disk systems are generally cheap everywhere as you have no redundancy, if the disk fails, you have lost

Re: Flex 2 and Ben Forta

2006-03-02 Thread Aaron Rouse
It some interesting stuff, I'd like to see more examples integrating it with CF. The one example I found ended up crashing my CF7 box when I tried to apply the updater for it to run, have yet to get back to trying to fix that installation. On 3/2/06, Rick Faircloth [EMAIL PROTECTED] wrote:

RE: Flex 2 and Ben Forta

2006-03-02 Thread Dave Watts
I do still think it's a bit of a cheek to charge the equivalent of a full app suite (or a new PC for that matter) for a plugin - no matter how wonderful it is. As to whether it would save me time/money thats a moot point. Flex 2 is not the only option out there, and wearing either of my

RE: SEO Tools

2006-03-02 Thread Jennifer Gavin-Wear
Hi Randy, www.webceo.com There is a free version - if you are serious about SEO it's worth paying out for the fully featured versions, but even the free version will set you in the right direction. http://www.goodkeywords.com/ A freebie, this is good for keyword research. Also has some page

RE: Flex 2 and Ben Forta

2006-03-02 Thread Andy Matthews
So what about those of us who just don't like Eclipse? I've tried it several times and each time I return to my copy of Editplus wondering what all of you are raving about. I'm now knocking it, or you Dave, but it I don't care WHAT it can do, the fact is that it's competing against other stuff

RE: Create / modify Access table in CF5

2006-03-02 Thread Bobby Hartsfield
I believe the lowest number your going to get is 1. You could however write a custom expression for the field to validate it if it's len() is 0. Just a thought. ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Terry Troxel [mailto:[EMAIL

Re: Flex 2 and Ben Forta

2006-03-02 Thread Ryan Guill
Do you use coldfusion? You know it competes against other products that can do the same thing, and some of those options are free right? PHP, ASP, RoR, etc? Did you pay for the coldfusion server? or do you use a hosting plan that you pay for that costs more than some of the other options? Do

RE: Flex 2 and Ben Forta

2006-03-02 Thread Russ
Eclipse is not bad... it could use some improvement, and I'm guessing after whatever adobe contributed to eclipse gets released it will be even better, but it's good now... It was kind of buggy and still is in the 1.2 version (which is the final stable version posted on cfeclipse.org), but if

RE: Flex 2 and Ben Forta

2006-03-02 Thread Mark Fuqua
and you would whine less if it was 600? Somehow I doubt it. Mark -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 11:09 AM To: CF-Talk Subject: RE: Flex 2 and Ben Forta So what about those of us who just don't like Eclipse? I've tried it

RE: Flex 2 and Ben Forta

2006-03-02 Thread Munson, Jacob
I am interested in Flex2, I am also interested in Ajax and several other options - money will be a big part of any decisions made. To set up 2 servers and 12 developers to use Flex might be a very significant outlay. I've had the same questions running through my mind. I used Ajax to build

Re: Flex 2 and Ben Forta

2006-03-02 Thread Bryan Stevenson
TOAD? Oracle DB tool Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com

RE: Flex 2 and Ben Forta

2006-03-02 Thread Andy Matthews
Actually, yes, I do think that $1200 for the server is excessive. Seeing as how CF is the ONLY language that makes you pay for the engine. PHP = free ASP = free (with the windows OS) Java = free ( I beleive ) Perl = free Python = free Ruby = free Are you seeing a pattern here? I personally LOVE

RE: Flex 2 and Ben Forta

2006-03-02 Thread Andy Matthews
How is that when someone brings up VALID concerns about a software application it's considered whining? !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Mark Fuqua [mailto:[EMAIL

Re: Flex 2 and Ben Forta

2006-03-02 Thread Aaron Rouse
Did you not like Eclipse or CFEclipse? I personally do not care for CFEclipse, I randomly try it out and leave wondering what all the hype is about. I have used Flex Builder a little bit and was impressed with how it worked as a tool. If you do not like the price of Flex Builder you can still

CFMX flash remoting

2006-03-02 Thread Snake
Anyone know any troubleshooting tips flash remoting on CFMX7. Alas you can't test whether it is working with /flashservices/gateway anymore, and it doesn't appear to be working on my cfmx7 server. Russ ~| Message:

RE: Flex 2 and Ben Forta

2006-03-02 Thread Dave Watts
So what about those of us who just don't like Eclipse? I've tried it several times and each time I return to my copy of Editplus wondering what all of you are raving about. I'm not a huge fan of Eclipse either. I can take it or leave it. The value that FlexBuilder 2 brings to the table isn't

RE: CFMX flash remoting

2006-03-02 Thread Dave Watts
Anyone know any troubleshooting tips flash remoting on CFMX7. Alas you can't test whether it is working with /flashservices/gateway anymore, and it doesn't appear to be working on my cfmx7 server. This might be helpful: http://www.communitymx.com/abstract.cfm?cid=096ED Dave Watts, CTO, Fig

RE: Flex 2 and Ben Forta

2006-03-02 Thread Andy Matthews
Let me step back here and say that I'm probably coming across badly and I apologize. I tend to argue more than is necessary and for that I'm sorry. I'm excited about seeing this Flex application succeed. I love Macromedia products and I think that they can only get better. I want to look at it

RE: Flex 2 and Ben Forta

2006-03-02 Thread Dave Watts
I've had the same questions running through my mind. I used Ajax to build cfQuickDocs, and I loved it. One thing I do think that will be nice with Flex is cross platform compatibility. You build one app, and every client that has the flash player will run it. The one thing I'm not

RE: Flex 2 and Ben Forta

2006-03-02 Thread Brad Wood
The one thing I'm not sure about is flash player versions. Flex 2 runs on Flash 8.5. Completely rebuilt VM and MUCH FASTER! My current cfform stuff uses flash 8 (and flex 1 in the back-end) and sometimes takes up to TEN SECONDS to initialize on the screen. The examples Ben F was showing us,

RE: CFMX flash remoting

2006-03-02 Thread Brad Wood
I suggest (if you haven't already done so) you download an example of flash remoting from asfusion.com upload it to your server without mods and see if that works for starters. It is what I had to do to get it working the first time. That way I knew I was working with a syntactically correct

RE: Flex 2 and Ben Forta

2006-03-02 Thread Andy Matthews
By the way... For anyone that's interested, here's a recorded Breeze presentation made by Jesse Warden for the Nashville CFUG. http://mmusergroup.breezecentral.com/p86821128/ !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

Re: Create / modify Access table in CF5

2006-03-02 Thread Rick Root
You'll just have to play around with the syntax http://support.microsoft.com/default.aspx?scid=kb;en-us;180841 you could try the NULL keyword This page says you can use NOT NULL so you can probably use NULL too.. which is probably the default. Unfortunately, I can't find any references to

Re: Create / modify Access table in CF5

2006-03-02 Thread Bryan Stevenson
Unfortunately, I can't find any references to zero-length fields... Rick Not sure if I missed something, but the allow zero-length is shown below the column list when in design view of a table and when a column in the list is selected. HTH Cheers Bryan Stevenson B.Comm. VP Director of

RE: Flex 2 and Ben Forta

2006-03-02 Thread Nick Han
Are you seeing a pattern here? I personally LOVE Coldfusion and I'm not complaining about it at all. But I do think that it should be free, not because I don't see a value in it, but because I want CF to proliferate. It's such a great language that if it were free LOADS of people would be using

RE: Flex 2 and Ben Forta

2006-03-02 Thread Nick Han
Andy, A company's primary purpose for its existence is to make money. If CF were made available for free, who is going to pay for the developers' time and product support? ASP is not really free if you think about it. Microsoft had already factored in the costs of ASP into the price of

RE: Flex 2 and Ben Forta

2006-03-02 Thread Munson, Jacob
Flex 2 applications will require the latest version of Flash (8.5), which is in beta right now along with Flex 2 itself. So, yes, some folks will be out. Hmm, that's a bummer. I'd not release any major apps from Flex 2 until 8.5 has a wide install base. However, the upgrade to new

RE: Flex 2 and Ben Forta

2006-03-02 Thread Dave Watts
Hmm, that's a bummer. I'd not release any major apps from Flex 2 until 8.5 has a wide install base. However, the upgrade to new versions /is/ pretty painless. I was very surprised the other day when I hit a site in my new install of Ubuntu, Flash was required and Firefox did the install

Session Replication CFMX 7.01 / JRun 4 upd6

2006-03-02 Thread Scott Kroyer
I am attempting to set up a 4 instance cluster across two servers which are on an NLB cluster, but I can't get Session Replication in CF working at all. I've tried two methods of setting it up so far. First I simply tried creating new instances based on the master cfusion instance. That

Re: Flex 2 and Ben Forta

2006-03-02 Thread Bryan Stevenson
I think that the 8.5 install base will grow very quickly. Current versions of Flash, as you've noticed, can upgrade themselves pretty easily. You now..I don't think I've ever seen an automatic Flash Player update (kicked off from a Flash based site) work. How about the rest of ya? Bryan

RE: CFMX flash remoting

2006-03-02 Thread Kevin Aebig
Have you used the NetConnection Debugger to see the calls being made? !k -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: March 2, 2006 9:59 AM To: CF-Talk Subject: CFMX flash remoting Anyone know any troubleshooting tips flash remoting on CFMX7. Alas you can't test

  1   2   >