Congrats on quitting smoking. Keep it up for another week and we will get you a cake :-) I agree, my experience with the CFAJAX stuff is that it is a great ...
Hi: Is there any difference between these two ajax frameworks for CF? Thanks Benign ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ...
... i would suggest moving to a spatial capable DB like postGIS instead. TIGER data is monstrous in size & complexity. this isn't going to be fun. if i'm not...
Yes. CFAJAX is no longer maintained and used a port of a Java Library, DWR, for data exchange. mxAjax employs popular libraries like Prototype, Scriptaculous,...
What about other Ajax frameworkds? Which one is the easiest? Thanks ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe®...
... Hash: SHA1 The Blog entry that I am trying to follow is located http://blog.tooleshed.com/?p=16. My ultimate goal is to duplicate this under Coldfusion....
Hi: I searched for an html editor for my site and found pleny. But none were specificly designed for CF and I need to use your experience to choose the right...
All of these HTML editors are client side technology and will work essentially independently of the serverside tech. The only wysiwyg editor that you could...
As a matter of fact I don't need file upload right now. All I need is simple text editor that I can install fast and easily on my application that the admin...
... FCK Editor is easily customizable (at least if you add it to your page manually, as opposed to using the CF8 tags). You can specify by configuration what...
I will do surely. Thanks Ali ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important...
... And it is probably the best, but that's the problem: it is far too best to be used by low end users. IMHO. -- _______________________________________ REUSE...
Okay. Just another question. Is FCK free? I saw purchase option in it's website! What is that all about? Thanks Ali On Sat, Mar 1, 2008 at 6:48 PM, Claude...
... It's a tractor. On Sat, Mar 1, 2008 at 10:14 AM, Claude Schneegans < ... -- "I get up every morning determined to both change the world and have one hell...
... Thanks Ali ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic...
I'm using augosuggest for an auto complete in CF8. Is there a way to force the user to make a selection from the autosuggest list? I had thought so, but can't...
There was/is a version of CFAjax that does not use the DWR but instead jQuery. But I'd have to agree that it is not maintained or at least I do not get the...
Hi Matthew You could of course use Railo, which in the Community Version is free and has no restrictions in use. It doesn't matter if it's commercial or not. ...
Hi, we have a page where we add new users to our software. before it adds them to the database it generates a random password for them, then we want it to send...
" (Again, my opinion) Now, with these new CF8 Ajax components, ... Right on. Ajax is BIG deal, also, I love ColdFusion, and I don't want people to get wrong...
Off the top of my head.... That is for a commercial license. Some ppl and companies require that for legal and support reasons. BTW you can use CFFM -...
We are using F5 BIG-IP hardware for loadbalancing with IIS X-Forward-For ISAPI Filter to get the Client IP address in the IIS loggings. This works fine. But at...
BTW those are not the only players. The are a bunch of ports of various AJAX libraries and techniques to CF. EXT seems to be rather popular. Go to Riaforge.org...
I want to avoid a select box because the autosuggest list could become a bit long. Any other ideas on forceing a user to select an option from the autosuggest...
... Ahhhh. I see. Not with out writting some sort of error checking. And given 1000 items client side error checking could bog down the broswer significantly....
Let me finish... I must have hit the Gmail short cut key for send. I know that a couple of the EXT ports are just a few weeks old so you mileage will vary...
Now that I think about it, you can get close to it it with EXT. Look at the unobtrusive example. Perhaps you can get the drop down items on the fly. ...