Re: Ajax Query

2009-11-11 Thread Arsalan Tariq Keen
thanks Tony :) -- From: "Tony Bentley" Sent: Thursday, November 12, 2009 12:03 AM To: "cf-talk" Subject: Re: Ajax Query > > Looks like everything is using Ext objects. Try building a function that > grabs each set value and places it in a corres

Re: Capturing a Flash Site Screen Shot

2009-11-11 Thread Richard Steele
Thanks. I've installed it on our Windows 2003 Server. However it doesn't seem to work in a cfexecute. What might I be missing here? http://www.yahoo.com'" /> ~| Want to reach the ColdFusion community with something they wan

RE: ISAPI Rewrite

2009-11-11 Thread lists
Why have a rule for each article when you could use the same rule for all of them? Try this out: RewriteRule (.*)/article.php?id=([0-9]+) $1/index.cfm?event=IndustryNewsDetail&IndustryNewsID=$2 -Original Message- From: Chad McCue [mailto:c...@advmediaproductions.com] Sent: Wednesday,

ISAPI Rewrite

2009-11-11 Thread Chad McCue
I am trying to use ISAPI rewrite for some 301 redirects and can't figure out the Reg Ex for it. I need [article.php?id=10] to be 301 redirected to [index.cfm?event=IndustryNewsDetail&IndustryNewsID=24] and [article.php?id=11] to be 301 redirected to index.cfm?event=IndustryNewsDetail&Industr

Re: CKEditor

2009-11-11 Thread Mike Kear
FCKEditor was named by Frederico C Knabben (a Dutchman I believe) who wrote it.Over time a lot of English speakers suggested he find another name for his product, because of the obvious issue when it's used in English. More than once I've had a client call me and ask why I'm putting obscene m

Re: Missing Form Fields

2009-11-11 Thread Azadi Saryev
as Ian has said, the problem is likely to do with your #form.number# variable: somehow its value when you were building your form fields, and its value on the form's action page is not the same. check your code that sets its value and look for any code that may change it... are you building your

Re: Missing Form Fields

2009-11-11 Thread Steve Moore
The missing fields are always text fields. I dump the form scope in my error email I receive and the field does not exist. Not in the FIELDNAMES field either. Doubt they are from bots as the rest of the content seems valid user input. ~~

Re: Row/Table Locks and SQL Server

2009-11-11 Thread Kris Jones
Does your procedure specify rowlocks, nolocks, etc? Without that you may be at the mercy of the client (or driver in this case) Cheers, Kris > Following the bulk insert of a fairly complex xml document, I run a stored > procedure which parses through the document passing the values into > relati

Re: (OT) Best windows subversion server

2009-11-11 Thread Paul Cormier
Another vote for Unfuddle here. I was going to recommend it, but I was beaten to the punch. Works great, nice ticketing, bug tracking, notes, etc features as well. It's not expensive either. Also, given that it's hosted, you have offsite backups. Used in conjunction with TortoiseSVN, it makes f

Re: Capturing a Flash Site Screen Shot

2009-11-11 Thread Alan Rother
It's not a CF or Java option (it's .net command line utility) But it does exactly what you've described. http://www.websitescreenshots.com/ =] On Wed, Nov 11, 2009 at 3:09 PM, Richard Steele wrote: > > Using CF8, how can we capture a screen shot of a Flash

Capturing a Flash Site Screen Shot

2009-11-11 Thread Richard Steele
Using CF8, how can we capture a screen shot of a Flash site problematically. The capture program we now use doesn't have a delay built in so it immediately takes a screenshot of a blank screen or the loading icon. Many thanks in advance. ~~~

RE: Compare records and update

2009-11-11 Thread Robert Harrison
  It must be &. Plug in to our blog: A&W Unplugged http://www.austin-williams.com/unplugged __ Information from ESET Smart Security, version of virus signature database 4597 (2009) __ The message was checked by ESET Smart Security. ht

Re: Compare records and update

2009-11-11 Thread Jason Congerton
Hi Robert Thanks for your reply, although I'm not sure if I understand your response. Looking at the code you supplied, will this not just display NA if "a" is empty, my problem is "a" might not be even created. part no 23a has 3 measurements: a=0.32,b=0.34,c=0.45 part no 24a has 2 measurement

Re: Jquery Ajax tabs -with Coldfusion

2009-11-11 Thread N K
>Check the tabs documentation: > >http://www.jqueryui.com/demos/tabs/ > >Specifically the bottom dealing with Google Maps API > Thanks for posting the link. It looks like that I will have to use Ajax tabs with out Jquery in this case. Thank You NK

cfgrid + datetype

2009-11-11 Thread Won Lee
--- Reading through the help files and I can't see why type date does not bring up a date selector since selectmode = edit. What am I doing wrong? ~| Want to reach the ColdFusion community with something they want?

Re: Ajax Query

2009-11-11 Thread Tony Bentley
Looks like everything is using Ext objects. Try building a function that grabs each set value and places it in a corresponding hidden input on your page.You need to store this collection somehow either in DOM or in form elements. Easiest way to see your results is by using form elements that ar

Re: Coldfusion 8 to 9 CFTEXTAREA

2009-11-11 Thread Kim Hoopingarner
Thanks for your help. Finally noticed - my development folder was placed on another server separate from CF. The problem - the wwwroot directory wasn't placed there with the CFIDE folder. Hence the tag wasn't finding its needed js files. Wow - my head hurts! Again... thanks much! Kim

Re: CKEditor

2009-11-11 Thread Tony Bentley
I use it all of the time. It can be used in a number of ways. I like the ease of clicking something that replaces the content within an element (textarea or div) and loads after the page loads. I have an application that uses a custom tag to instantiate it: fckEditor = createObject

Re: Coldfusion 8 to 9 CFTEXTAREA

2009-11-11 Thread Scott Stroz
Did you try removing the 'toolbar' attribute? Also, if you look in the CFIDE directory, you will find the .ini file for FCKEditor, I would make sure that you have the correct spelling and case of the toolbar set you want. On Wed, Nov 11, 2009 at 12:51 PM, Kim Hoopingarner wrote: > > We installe

Coldfusion 8 to 9 CFTEXTAREA

2009-11-11 Thread Kim Hoopingarner
We installed CF 9 and when I run my CFTEXTAREA tag - there is no tool bar showing. Help... I'm not finding much in Google as you might assume. #form.introText# Thanks for any helpful hints out there! Kim ~| Want to reac

RE: Jquery Ajax tabs -with Coldfusion

2009-11-11 Thread Scott Stewart
Check the tabs documentation: http://www.jqueryui.com/demos/tabs/ Specifically the bottom dealing with Google Maps API -Original Message- From: N K [mailto:neetukais...@gmail.com] Sent: Wednesday, November 11, 2009 9:23 AM To: cf-talk Subject: Re: Jquery Ajax tabs -with Coldfusion He

RE: Compare records and update

2009-11-11 Thread Robert Harrison
In your log where you output... add NA#A# If you want to write it just once instead of for each field, evaluate the var name... A,B,C, etc. Robert B. Harrison Director of Interactive Services Austin & Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 P : 631.231.6600 Ext. 119

Re: CKEditor

2009-11-11 Thread morgan l
It was actually the initials (F.C.K.) of the developer. On Wed, Nov 11, 2009 at 9:45 AM, Phillip Vector wrote: > > So that wasn't their intention before? I always saw the extra letter > myself as well. Thought it was some kind of subliminal marketing ploy. > > On Wed, Nov 11, 2009 at 5:48 AM, Jo

Re: CKEditor

2009-11-11 Thread Gerald Guido
> > Guess they got > tired of people like me always seeing it as, "F*CKEditor," if you take my > meaning. :-) > You mean it is NOT pronounced that way. Well, that explains a lot. G! -- Gerald Guido http://www.myinternetisbroken.com "Wait. We can't stop here. This is bat country." -- HST

Re: Any recommandation for a command line video converter?

2009-11-11 Thread Dave Watts
> Can any one recommand a good command line video converter for Windows > that could > - be executed from ColdFusion (any command line converter should do it) > - convert to FLV Flash format; > - retrieve metadata from input file like duration, original width and > height; > - extract thumbnail im

Re: (OT) Best windows subversion server

2009-11-11 Thread Gerald Guido
Unless you are bent on keeping it in house and don't need more than 200 or so megs you might want to try one of the free hosted features. I have been using unfuddle for most of my smaller stuff and am quite happy. They also have some pretty slick project management tools that I have grown quite f

Re: Any recommandation for a command line video converter?

2009-11-11 Thread Cutter (ColdFusion)
FFMpeg? Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of "Learning Ext JS" http://www.packtpub.com/learning-ext-js/book _ http://blog.cutterscrossing.com On 11/11/2009 9:47 AM, Claude Schneegans wrote: > H

Re: (OT) Best windows subversion server

2009-11-11 Thread Cameron Childress
+1 VisualSVN Easy install, integration with MMC, easy user/group management, Integration with Windows Domain Accounts (if you want it), easy upgrades, comes with a self signed SSL out of the box, underlying SVN server kept very up to date by the makers. Plus, it's free unless you need a couple o

Compare records and update

2009-11-11 Thread Jason Congerton
Hi I have a table which stores measurements, the measurements have a corresponding letter assoiciated with them i.e A = 0.34 B = 0.35 etc. Measurements are directly related to the productPart table. The productPart table stores part no info relating to the product and measurements. One produ

Re: Jquery Ajax tabs -with Coldfusion

2009-11-11 Thread N K
Here is the code: Main page http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml";> Display Maps http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"; type="text/javascript"> var reqPageUrl = new Array();

Row/Table Locks and SQL Server

2009-11-11 Thread Charles Sheehan-Miles
Okay, I'm observing a very strange phenomena. Following the bulk insert of a fairly complex xml document, I run a stored procedure which parses through the document passing the values into relational tables. This part is all done in SQL, inside the stored procedure. Platform: Windows Server 20

RE: CKEditor

2009-11-11 Thread Will Swain
Ah yes. Got ya. :) w -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: 11 November 2009 13:48 To: cf-talk Subject: Re: CKEditor FCKEditor renamed itself to http://ckeditor.com Same diff. Guess they got tired of people like me always seeing it as, "F*CKEditor

Re: Enterprise Blogging Solutions?

2009-11-11 Thread Dave Watts
> The reasoning that this client doesn't want any FOSS software lies in > the fact that they don't want anything that can be "easily exploitable" > ... meaning ... they don't want open source code not because there's a > support issue involved, but because they're afraid of someone finding > poten

Any recommandation for a command line video converter?

2009-11-11 Thread Claude Schneegans
Hi, Can any one recommand a good command line video converter for Windows that could - be executed from ColdFusion (any command line converter should do it) - convert to FLV Flash format; - retrieve metadata from input file like duration, original width and height; - extract thumbnail images; -

Re: CKEditor

2009-11-11 Thread Phillip Vector
So that wasn't their intention before? I always saw the extra letter myself as well. Thought it was some kind of subliminal marketing ploy. On Wed, Nov 11, 2009 at 5:48 AM, John M Bliss wrote: > > FCKEditor renamed itself to http://ckeditor.com  Same diff.  Guess they got > tired of people like

RE: CKEditor

2009-11-11 Thread brad
If you're referring to the NEW version of FCKEditor (which has had the F dropped and is now called CKEditor), ColdFusion does not use that newer version for the built-in cfform tag. You can use still the new version though by simply including the appropriate JS files (it runs on jQuery now) and I

RE: CKEditor

2009-11-11 Thread Terry Troxel
No I do mean CKEditor by the same guys who wrote FCKEditor. http://ckeditor.com/ I downloaded it last night and then I couldn't sleep until I got it to work. Here's my code that works and I haven't gotten into CKFinder (their file/image browser) yet, but that's later today. Sample -

Re: CKEditor

2009-11-11 Thread morgan l
CKEditor is the name of the newest version. I assume by "integrate" into CF you mean the file manager? If so, you'll either have to buy their file manager, or merge it with some other file manager.I've been investigating CFFM, but it looks like we're going to use TinyMCE instead of CKEditor in con

classpath in jvm.config

2009-11-11 Thread Beru
Hello, I need to add a JMS client from WebLogic to CF, but want to be sure the packages will not introduce conflicts with native CF classes. Someone told me to add a specific classpath to the servers classpath in the jvm.config but I'm not sure to understand how Java loads the different classpat

RE: (OT) Best windows subversion server

2009-11-11 Thread Scott Stewart
++1000 for Visual SVN, 10 minute setup depending on how fast your server is -Original Message- From: Michael Dinowitz [mailto:mdino...@houseoffusion.com] Sent: Tuesday, November 10, 2009 6:39 PM To: cf-talk Subject: (OT) Best windows subversion server I'm trying to find the best window

Re: CKEditor

2009-11-11 Thread Charles Sheehan-Miles
Will... CKEditor is the new name/new design for FCKeditor. Terry, I'm using CKEditor in one of my apps. On the whole, I like it a LOT better than the original. It was pretty easy to integrate for me, because I use a function call to create text areas in my app, so I just modified the function and

RE: Enterprise Blogging Solutions?

2009-11-11 Thread Steve Keator
Interesting to know. I'll have to run it by the big-wigs and see what they have to think about it. I'll be in touch. Thanks, S. -Original Message- From: Malcolm O'Keeffe [mailto:malcolm.okee...@blueriver.com] Sent: Tuesday, November 10, 2009 7:10 PM To: cf-talk Subject: Re: Enterprise

RE: Enterprise Blogging Solutions?

2009-11-11 Thread Steve Keator
The reasoning that this client doesn't want any FOSS software lies in the fact that they don't want anything that can be "easily exploitable" ... meaning ... they don't want open source code not because there's a support issue involved, but because they're afraid of someone finding potential probl

Re: CKEditor

2009-11-11 Thread John M Bliss
FCKEditor renamed itself to http://ckeditor.com Same diff. Guess they got tired of people like me always seeing it as, "F*CKEditor," if you take my meaning. :-) On Wed, Nov 11, 2009 at 6:21 AM, Will Swain wrote: > > Assuming you mean FCKEditor, it's right there - cftextarea richtext="true" >

Re: CKEditor

2009-11-11 Thread John M Bliss
Well, for one, that's what you get when you call cftextarea richtext="yes" http://livedocs.adobe.com/coldfusion/8/htmldocs/ajaxui_7.html#1126938 On Wed, Nov 11, 2009 at 5:36 AM, Terry Troxel wrote: > > Has anyone used this in CF8. I can't find any documentation for Integration > to Coldfusion.

RE: CKEditor

2009-11-11 Thread lists
You might have trouble finding it if you're looking for "CKEditor". In CF 8 it was still called "FCKEditor". -Original Message- From: Terry Troxel [mailto:te...@it-werks.com] Sent: Wednesday, November 11, 2009 5:37 AM To: cf-talk Subject: CKEditor Has anyone used this in CF8. I can't f

RE: CKEditor

2009-11-11 Thread Will Swain
Assuming you mean FCKEditor, it's right there - cftextarea richtext="true" gives you a FCKEditor textarea. You can mess about with it. Check the livedocs and go from there. HTH Will -Original Message- From: Terry Troxel [mailto:te...@it-werks.com] Sent: 11 November 2009 11:37 To: cf-t

CKEditor

2009-11-11 Thread Terry Troxel
Has anyone used this in CF8. I can't find any documentation for Integration to Coldfusion. Terry Troxel ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Ar