Re: Cleaning stored text to get valid XML

2007-05-04 Thread Robertson-Ravo, Neil (RX)
Have you tried XMLFormat() around the content? This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be

RE: File Upload CFC

2007-05-04 Thread Robert Rawlins - Think Blue
Thanks for the pointer Josh, I'll be running through this today, if I have any problems then I'll be in touch. Thanks, Rob -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: 03 May 2007 19:01 To: CF-Talk Subject: Re: File Upload CFC There shouldn't be any

Alagad GIF

2007-05-04 Thread Robert Rawlins - Think Blue
Hello Guys, I've just bought myself a licence for the Alagad image cfc and have been VERY impressed with it so far, damn quick that's for sure. I'm going to be working mainly with GIF files which are not natively supported by java so the component can't give me that function. However, I've

Table Data

2007-05-04 Thread Robert Rawlins - Think Blue
Morning Guys, I'm a little stumped on how to resolve this problem, hopefully someone will have a bright idea on how to achieve it. I have a bunch of table data which gets displayed hour on hour for a certain time period. This works absolutely perfectly at the moment, however the little

Re: Alagad GIF

2007-05-04 Thread Andrew Scott
Have you tried dumping the object to see if there is a method for compresion ratio? On 5/4/07, Robert Rawlins - Think Blue [EMAIL PROTECTED] wrote: Hello Guys, I've just bought myself a licence for the Alagad image cfc and have been VERY impressed with it so far, damn quick that's for

Re: Problem Using CFC Within IFrame

2007-05-04 Thread Tom Chiverton
On Wednesday 02 May 2007, Robert Rawlins - Think Blue wrote: It saves having to var every single variable yourself. But wont stop you accidently leaving the LOCAL. off and causing yourself heartache later. -- Tom Chiverton Helping to synergistically lead dot-com IPOs on:

File Details

2007-05-04 Thread Robert Rawlins - Think Blue
Hello Guys, I've got a file upload facility that can receive a few different types of files, from images to vcards and vcals and I want to treat them all slightly differently, how can I extract the file name and the file extension from the form field that's been submitted? I can then look at

RE: File Details

2007-05-04 Thread Coldfusion
Same way, upload the file to a temp directory, Use CFFILE.SERVERFILE to obtain the name then parse it to get the name and extension if you need it in 2 parts -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 5:28 AM To: CF-Talk

Re: upgrade JRE version and latest vista..

2007-05-04 Thread Tom Chiverton
On Thursday 03 May 2007, ramesh deva wrote: I appreciate your advises or comments.. ... Edition Enterprise Serial Number CED700-54896-07253-54694 ... Always, *always* check what you are posting in public for any private or confidential information. Like serial numbers. -- Tom

RE: File Details

2007-05-04 Thread Robert Rawlins - Think Blue
Thanks for that pal, What's the best way to REGEX out that extension? I'm pretty lame when it comes to REGEX stuff. Thanks again for the help, Rob -Original Message- From: Coldfusion [mailto:[EMAIL PROTECTED] Sent: 04 May 2007 10:56 To: CF-Talk Subject: RE: File Details Same way,

RE: File Details

2007-05-04 Thread Adkins, Randy
I usually to a ListLast(cffile.serverfile,.) -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 6:25 AM To: CF-Talk Subject: RE: File Details Thanks for that pal, What's the best way to REGEX out that extension? I'm pretty lame

Re: Cleaning stored text to get valid XML

2007-05-04 Thread Les Mizzell
Robertson-Ravo, Neil (RX) wrote: Have you tried XMLFormat() around the content? Yup, and the version up now is using it. Still doesn't want to display... http://www.nelsonmullins.com/rss/rss_newsletters.cfm Here's what I've got in there right now: cfset request.bodynohtml =

Best Practice: Query User Specific Data

2007-05-04 Thread Robert Rawlins - Think Blue
Hey Guys, Something crossed my mind this morning and I thought I'd run it past you, see what your thoughts on it were. In my application I have allot of queries that pull data dependant on the user that is currently signed in using the user_id which sits in their session. Now for the moment I

Re: File Details

2007-05-04 Thread Dean Lawrence
No reason to regex anything. There is already a variable returned from cffile for this, cffile.serverFileExt On 5/4/07, Robert Rawlins - Think Blue [EMAIL PROTECTED] wrote: Thanks for that pal, What's the best way to REGEX out that extension? I'm pretty lame when it comes to REGEX stuff.

Re: File Details

2007-05-04 Thread Rick Root
Tell me why exactly wouldn't you use cffile.serverFileExt? ;) http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentationfile=0253.htm Rick On 5/4/07, Adkins, Randy [EMAIL PROTECTED] wrote: I usually to a

RE: File Details

2007-05-04 Thread Adkins, Randy
Simple... I forgot that variable existed.. Too early in the morning to think Must have CAFFINNEEE -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 8:48 AM To: CF-Talk Subject: Re: File Details Tell me why exactly wouldn't you use

RE: File Details

2007-05-04 Thread Robert Rawlins - Think Blue
Thanks for this guys, That'll work a charm, Thanks anyway Randy, 10 Points for effort :-D Rob -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: 04 May 2007 13:51 To: CF-Talk Subject: RE: File Details Simple... I forgot that variable existed.. Too early in the

ODBC Server Error

2007-05-04 Thread heath stein
We are running into a problem with our server, that is running Coldfusion MX7 . Its seems every 12 to 24 hours the server stops serving pages. It seems to be that the Coldfusion MX7 ODBC Server some how chokes, and then wont respond. When I log on to the server and try to restart Coldfusion, I

Re: ODBC Server Error

2007-05-04 Thread Jochem van Dieten
heath stein wrote: We are running into a problem with our server, that is running Coldfusion MX7 . Its seems every 12 to 24 hours the server stops serving pages. It seems to be that the Coldfusion MX7 ODBC Server some how chokes, and then wont respond. Don't use ODBC, use a JDBC Type 4

RE: Alagad GIF

2007-05-04 Thread Andy Matthews
Alagad can read GIF files, but it cannot write them. -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 4:00 AM To: CF-Talk Subject: Re: Alagad GIF Have you tried dumping the object to see if there is a method for compresion ratio? On 5/4/07,

RE: ODBC Server Error

2007-05-04 Thread Leitch, Oblio
http://jtds.sourceforge.net/ -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 9:02 AM To: CF-Talk Subject: Re: ODBC Server Error heath stein wrote: We are running into a problem with our server, that is running Coldfusion MX7 . Its seems

RE: ODBC Server Error

2007-05-04 Thread Robert Rawlins - Think Blue
What's in that query? Rob -Original Message- From: heath stein [mailto:[EMAIL PROTECTED] Sent: 04 May 2007 13:52 To: CF-Talk Subject: ODBC Server Error We are running into a problem with our server, that is running Coldfusion MX7 . Its seems every 12 to 24 hours the server stops

RE: Alagad GIF

2007-05-04 Thread Robert Rawlins - Think Blue
Sure thing Andy, I'm now reading and writing them fine, I had to install that additional JAVA class to write the GIF, I'm just trying to figure out how to change the compression ratio to squeeze the files a little. Thanks, Rob -Original Message- From: Andy Matthews [mailto:[EMAIL

Coldfusion MX7 ODBC Server Error

2007-05-04 Thread heath stein
We are running into a problem with our server, that is running Coldfusion MX7 . Its seems every 12 to 24 hours the server stops serving pages. It seems to be that the Coldfusion MX7 ODBC Server some how chokes, and then wont respond. When I log on to the server and try to restart Coldfusion, I

RE: Alagad GIF

2007-05-04 Thread Andy Matthews
Oh...that's nice. I didn't realize you could upgrade the file types for Alagad. Nice. -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 8:09 AM To: CF-Talk Subject: RE: Alagad GIF Sure thing Andy, I'm now reading and writing

Re: Table Data

2007-05-04 Thread Ken Wexel
The loop from 1 to 24 probably makes sense if you always want a 24 row output, regardless of the actual number of rows returnedyou'll probably have to validate the data as you loop/output to be sure you're showing the correct data in the correct row and not accidentally moving everything up a

Image Resize Code

2007-05-04 Thread Rey Bango
I'm in need of an image resize component. Basically, it should take any uploaded image and be able to create resized versions in: 400x300, 180x135 67x50 preferably without losing image quality. I know of the Alagad suite which can handle my needs but before I buy one, I'd like to see if

Re: Coldfusion MX7 ODBC Server Error

2007-05-04 Thread Jochem van Dieten
heath stein wrote: We are running into a problem with our server, that is running Coldfusion MX7 This question was recently asked on CF-talk: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:51524 Jochem ~|

RE: Alagad GIF

2007-05-04 Thread Robert Rawlins - Think Blue
Yeah its quite neat, One of the benefits of building ColdFusion on a JAVA based platform, means we can leverage all that lovely hot coffee goodness when we need it. :-D Rawlins -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: 04 May 2007 14:16 To: CF-Talk

RE: Image Resize Code

2007-05-04 Thread Robert Rawlins - Think Blue
Morning Rey, I bought a copy of the Alagad component this morning and have been very impressed with it. There are a couple of open source ones available on the market, I used one last year (but forget the name) and it wasn't too bad, but Alagad defiantly have it sorted, for the sake of $70 it's

Re: Image Resize Code

2007-05-04 Thread Paul Glover
Hi, Not a component, but I've successfully used the open-source Imagemagick suite (http://www.imagemagick.org/) called through CFEXECUTE to resize, reorient (assuming the source image has valid EXIF orientation data) and overlay a SOLD graphic on top of an uploaded image. If you're in a position

Re: Image Resize Code

2007-05-04 Thread Rick Root
www.opensourcecf.com/imagecfc Free, open source, works great. If you find the image quality to be acceptable, that's all you need. If not, check out ImageCR3 from Efflare. Rick On 5/4/07, Rey Bango [EMAIL PROTECTED] wrote: I'm in need of an image resize component. Basically, it should take

Everyone else is talking about images, why not me!

2007-05-04 Thread Peterson, Chris
There have been so many image threads goin on today, I thought I would ask about a question that has bugged me for a while now. I want to allow my customer to upload images over a potentially slow line. They need to upload a lot of them. All these images need to be tagged to an item in a

RE: Image Resize Code

2007-05-04 Thread Leitch, Oblio
There are. The real question is - do you have to write gif files? This uses the available Java code - http://www.opensourcecf.com/imagecfc/ -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 9:31 AM To: CF-Talk Subject: Image Resize Code I'm in

RE: Everyone else is talking about images, why not me!

2007-05-04 Thread Leitch, Oblio
I believe Ektron's WebImageFX thingy will do that. It gets loaded on the client-side. -Original Message- From: Peterson, Chris [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 9:43 AM To: CF-Talk Subject: Everyone else is talking about images, why not me! There have been so many

Re: Image Resize Code

2007-05-04 Thread Rey Bango
Hi Rick, I read this GIF files can be read and manipulated but they have to be saved as PNGs. Can ImageCFC take an uploaded gif file and create a resized version in jpg? Rey... Rick Root wrote: www.opensourcecf.com/imagecfc Free, open source, works great. If you find the image quality

Re: Image Resize Code

2007-05-04 Thread Rey Bango
Thanks Robert. The price is definitely right its feature rich but I'm looking first for an open solution that I can use across multiple sites without having to relicense it. Rey Robert Rawlins - Think Blue wrote: Morning Rey, I bought a copy of the Alagad component this morning and have

Re: Everyone else is talking about images, why not me!

2007-05-04 Thread Claude Schneegans
I want the browser client to resize these BEFORE they are uploaded. Javascript, Java, Flash, whatever. If it was possible, it would be a serious breach in security. Not that resizing an image can be dangerous, but if you can resize an image, anyone else could do many other things, like

RE: RDS IP

2007-05-04 Thread Dave Watts
Hi, I had to switch the IPs on one of the boxes and now my RDS will not respond on the new IP. If I leave the old IP assigned in my network config, I can connect using it just fine, but connecting via the new IP errors out. This is on Windows and CF7. Looks like the RDS got configured

Re: Image Resize Code

2007-05-04 Thread Claude Schneegans
Basically, it should take any uploaded image and be able to create resized versions The best I found is CFX_IMAGECR3 cfx_cppedit.cfm?tagname=CFX%5FIMAGECR3. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm

Re: Everyone else is talking about images, why not me!

2007-05-04 Thread Rey Bango
You're kind of right Claude. Allowing *any* site to do that would definitely be a HUGE security problem. Something that I have seen and used was a SnapFish plugin which handles multiple image uploads very effectively. It requires permission before being installed as it runs as a desktop

Re: Image Resize Code

2007-05-04 Thread Rey Bango
Link? Claude Schneegans wrote: Basically, it should take any uploaded image and be able to create resized versions The best I found is CFX_IMAGECR3 cfx_cppedit.cfm?tagname=CFX%5FIMAGECR3. ~| Create Web Applications With

RE: Everyone else is talking about images, why not me!

2007-05-04 Thread Andy Matthews
I heartily recommend Irfanviewer. It's a free PC app that allows you to resize and rename images along with a raft of other things. Plus, you can run a series of commends, save them in an INI file and allow a client to simply run the INI file. A friend of mine uses it for one of his clients and

Re: Image Resize Code

2007-05-04 Thread Claude Schneegans
Link? www.google.com -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~|

Re: Image Resize Code

2007-05-04 Thread Rey Bango
Smartass! ;) LOL Rey... Claude Schneegans wrote: Link? www.google.com ~| Macromedia ColdFusion MX7 Upgrade to MX7 experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW

ReReplace

2007-05-04 Thread Robert Rawlins - Think Blue
I'm trying to replace the .jpg file extension on in a string with .gif and using the following regex. cfset LOCAL.New = 'D:\MediaStore\' REReplace(ARGUMENTS.File, '.jpg', '.gif', 'ALL') / ARGUMENTS.File is a string that looks like 'myfile.jpg' Am I missing something here? Thanks,

RE: Table Data

2007-05-04 Thread Dawson, Michael
Two solutions: 1. This is another great use of a specialized database table that contains the hours of the day. Then, you can OUTER JOIN the tables together which will retrieve all hours, and only the matching records of the article table. 2. Output your query, then calculate how many empty

Re: Image Resize Code

2007-05-04 Thread Massimo Foti
www.opensourcecf.com/imagecfc Here is a similar alternative, with a smaller set of API: http://www.olimpo.ch/tmt/cfc/tmt_img/ I agree with Rick, if the quality of the Java based ones don't fit your needs, check ImageCR3 Massimo Foti, web-programmer for hire Tools

RE: Table Data

2007-05-04 Thread Robert Rawlins - Think Blue
Thanks Michael, That first solution sounds like a nice idea, would you be able to elaborate a little more? I'd much rather have my SQLServer do the work for me. Thanks, Rob -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: 04 May 2007 15:23 To: CF-Talk Subject:

Re: Everyone else is talking about images, why not me!

2007-05-04 Thread Tom Chiverton
On Friday 04 May 2007, Claude Schneegans wrote: I want the browser client to resize these BEFORE they are uploaded. Javascript, Java, Flash, whatever. If it was possible, it would be a serious breach in security. Not that resizing an image can be dangerous, but if you can resize an

RE: Everyone else is talking about images, why not me!

2007-05-04 Thread Peterson, Chris
We currently use Irfanview as well, but my key is to make it as simple for the user as possible. I don't have control over where the images are coming from, where they are, etc. Apollo would totally rock, I may have to investigate that a bit once it goes gold =) Chris -Original

Add Together Values of Dyanamic Fields

2007-05-04 Thread Joel Watson
I have a form in which several of the fields are generated dynamically based on the choice of the user. I would like to be able to somehow grab the entered values of the fields (client-side) and add them together into another field before the form is submitted. I realize that technically this

Re: ODBC Server Error

2007-05-04 Thread heath stein
Thanks I think I have found the problem. It turns out that a query on one of our site was access a session variable as the data source. The session variable did not have a lock around it. Thanks ~| Create Web Applications With

Re: ReReplace

2007-05-04 Thread Adrian
Not sure why you're using ReReplace, just use Replace. Characters like . have special meanings in ReReplace. On 04/05/07, Robert Rawlins - Think Blue [EMAIL PROTECTED] wrote: I'm trying to replace the .jpg file extension on in a string with .gif and using the following regex. cfset

RE: ReReplace

2007-05-04 Thread Robert Rawlins - Think Blue
Thanks Adrian, Its working fine now. Rob -Original Message- From: Adrian [mailto:[EMAIL PROTECTED] Sent: 04 May 2007 16:01 To: CF-Talk Subject: Re: ReReplace Not sure why you're using ReReplace, just use Replace. Characters like . have special meanings in ReReplace. On 04/05/07,

RE: Table Data

2007-05-04 Thread Dawson, Michael
Create a very simple table called Hours with an integer column named HourOfDay. Then, insert 24 records such as: HourOfDay - 1 2 3 4 5 6 7 23 24 (You may need to use 0-23 instead of 1-24.) Then, OUTER JOIN the tables such as: SELECT Hours.HourOfDay, Articles.ArticleText FROM

RE: Add Together Values of Dyanamic Fields

2007-05-04 Thread Ben Nadel
Without specifics, I can give you a general example: Var objForm = document.forms[ 0 ]; Var objInput1 = objForm.elements[ dynamic_field_1 ]; Var objInput2 = objForm.elements[ dynamic_field_2 ]; Var objInput3 = objForm.elements[ dynamic_result ]; objInput3.value = (objInput1.value * 1) +

Re: Gap doesn't care

2007-05-04 Thread Larry Lyons
Real fun. I'm surprised that they get away with that, especially with the recent Target agreement with the National Federation of the Blind over accessibility. The NFB sued Target over the lack of accessibility and Target caved. larry Josh Nathanson wrote: Along the lines of the

Re: Image Resize Code

2007-05-04 Thread Rick Root
On 5/4/07, Rey Bango [EMAIL PROTECTED] wrote: I read this GIF files can be read and manipulated but they have to be saved as PNGs. Can ImageCFC take an uploaded gif file and create a resized version in jpg? I believe you can, but PNG would probably be a more suitable format for GIF conversion

Re: ReReplace

2007-05-04 Thread morgan lindley
I think you want Replace(), not ReReplace(). ReReplace is trying to use a RegEx to make the replacement, Replace will do the straight text match/replace. I'm trying to replace the .jpg file extension on in a string with .gif and using the following regex. cfset LOCAL.New = 'D:\MediaStore\'

RE: Cleaning stored text to get valid XML

2007-05-04 Thread Jeremy
If the data is being pasted from word, you will probably need to clean (Replace) the special Microsoft characters that word generates for most of its invisible characters. I know I had problems posting data being pasted from word to my db, and it was those special characters causing the problem.

RE: Everyone else is talking about images, why not me!

2007-05-04 Thread Peterson, Chris
Yup. The users for this portion of the site are employee's of my client, and they need to take pictures of items in the field and upload images to the server, but sometimes are limited to dial up so a 2 meg jpg file is way too big. Thanks to everyone for their suggestions. At this point, I may

Online WYSIWYG Editors

2007-05-04 Thread Chad McCue
I am trying to find a good online editor that I can integrate in my clients website. They want to be able to update their content that appears on their websites. I have looked at and used KTML, FCKEditor and both seem to give me issues when customers try and copy and paste into the HTML code

RE: Online WYSIWYG Editors

2007-05-04 Thread Ben Nadel
I still stand by Xstandard :) it has licensing issues that might make it Not Right for your client's situation... But it is a totally bad-ass XHTML compliant editor. http://www.bennadel.com/blog/tags/15-XStandard-WYSIWYG-blog-entries.htm .. Ben Nadel Certified Advanced

Re: Online WYSIWYG Editors

2007-05-04 Thread Crow T. Robot
what do you mean by issues? On 5/4/07, Chad McCue [EMAIL PROTECTED] wrote: I am trying to find a good online editor that I can integrate in my clients website. They want to be able to update their content that appears on their websites. I have looked at and used KTML, FCKEditor and both

Re: Online WYSIWYG Editors

2007-05-04 Thread Barney Boisvert
I've always gone with TinyMCE. It doesn't have all the neat integration pieces (like server-side file/image management) built in, but I've always found the editor itself to be superior, and am rather disappointed that Scorpio is shipping with FCK. cheers, barneyb On 5/4/07, Chad McCue [EMAIL

Newest CFUnited attendee

2007-05-04 Thread Andy Matthews
My boss just told me that I got approved to go to CFUnited!! I can't wait. It's been 4 or 5 years since my last CF conference (CF North in Toronto). Looking to some great lectures and meeting all of your guys/gals. Andy Matthews Senior Coldfusion

Re: Online WYSIWYG Editors

2007-05-04 Thread Casey Dougall
Only problems we have are when users use relative links all over the place when they create their files in Dreamweaver or something and then attempt to use KTML. Of course the images are not going to line up half the time because relative links suck ass. Other than that KTML 4 has worked out very

Re: Image Resize Code

2007-05-04 Thread Aaron Roberson
Does anyone know what Costco Photo Center is using for their image manipulation? You can change an image from color to bw, sepia and maybe polarize. It also does crop, rotate, brighten exposure, red-eye reduction, and you can apply borders. Here is a link:

RE: Table Data

2007-05-04 Thread Chris Terrebonne
This can be accomplished by using a Tally table. A tally table is simply a table that contains one column, ID, that increments up to several thousand (or several million, depending on your application). For this application, you would use it like this: Tally -- ID int MyData

RE: Online WYSIWYG Editors

2007-05-04 Thread Ben Nadel
Relative linking is a super tough issue. And furthermore, I am not sure it is the issue of the editor - it's an issue of feasibility. Think about where you are doing the editing (some kind of admin probably). When you do the editing, the image paths are not going to be the same as when the content

Re: Image Resize Code

2007-05-04 Thread Qasim Rasheed
I released an application for Image cropping, resizing on Adobe Exchange a while back. It uses Java Advance Image (JAI) API. Here is the link *http://tinyurl.com/2ax664 Thanks Qasim * On 5/4/07, Aaron Roberson [EMAIL PROTECTED] wrote: Does anyone know what Costco Photo Center is using for

Re: Online WYSIWYG Editors

2007-05-04 Thread Jake Pilgrim
If you haven't given the FCK editor a look for some time, it's worth looking at again. The latest versions are highly improved over previous versions and has been my editor of choice for my last few projects that have demanded this capability.

Re: Online WYSIWYG Editors

2007-05-04 Thread Alan Rother
I know what he means by issues. When you paste out of word into ANY online editor, the evil word formating garbage survives and makes it way into your site. All of the main WYSIWYG editors on the market today are all based on the same core systems which allow the word html garbage to make it

Re: Online WYSIWYG Editors

2007-05-04 Thread Will Tomlinson
Is this the part where I make funny jokes about the name, FCKeditor?? :) Will ~| Macromedia ColdFusion MX7 Upgrade to MX7 experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW

RE: Online WYSIWYG Editors

2007-05-04 Thread Dan G. Switzer, II
All of the main WYSIWYG editors on the market today are all based on the same core systems which allow the word html garbage to make it through. FCK has by far the best scrubbing tool I've found for removing that crap MS dumps into it. I think that statement should be revised to say that all the

ColdFusion Open Source Code-off

2007-05-04 Thread Michael Smith
http://cfunited.com/blog/index.cfm/2007/5/4/ColdFusion-Open-Source-CodeoffWin awesome prizes by creating something free for our beloved ColdFusion community. But, not just anything for free; find something that currently costs money, duplicate the described functionality, then publish your

YouTube CFUnited Journey Contest

2007-05-04 Thread Michael Smith
Have you seen our Interview Video on the CFUnited.com homepage? Yes, the one with Rob Gonda's face on it. Hear what people think about last year's event and what they look forward to most. *YouTube Contest* Tells us your journey to CFUnited and what you are looking forward to most. Post your

OT mySQL Migration Toolkit

2007-05-04 Thread Dwayne Cole
I am trying to migrate access tables to MySQL using the MySQL Toolkit. However, it coughs up every time each reaches a field that contains ' / and other special characters. Are there any other tools that can move the data from access to mySQL without skipping the tables that contains fields

Getting CF running on Ubuntu Tomcat

2007-05-04 Thread Neil Middleton
I've just been installing CFMX7 on my home tomcat-based dev server and got it to the point where tomcat is starting up OK, but I'm getting nada from CF other than the good old *The requested resource (/cfusion/CFIDE/administrator/index.cfm) is not available. *However, in the logs, I am getting a

Re: Online WYSIWYG Editors

2007-05-04 Thread Claude Schneegans
FCK has by far the best scrubbing tool I've found for removing that crap MS dumps into it. Right, although it can be much improved, which I did in my own inline editor. But the most retarded thing in FCK (unless this has been improved) is that the cleaning is left to the good will of the user.

upload image and insert the image name into the database for the right product

2007-05-04 Thread Ali Majdzadeh
Hi: Do you know any tutorial that teaches me how to make an image upload form that I can use with my Add Product page? I need it to be something like the one in cartweaver shopping cart. I mean when you upload the image it is uploaded and the address goes to the database at the same time and

RE: Getting CF running on Ubuntu Tomcat

2007-05-04 Thread Steven Erat
Just a shot in the dark... You may want to effectively disable Tomcat's SecurityManager for AllPermissions. Find the permissions section in its catalina.policy file, then comment out the body of grant and then add one line: permission java.security.AllPermission; //

Re: Was: Which Framework Now: Vars / Session State in a Cluster

2007-05-04 Thread Sean Corfield
On 5/3/07, Peterson, Chris [EMAIL PROTECTED] wrote: May I ask how you maintain session state? Session variables. And session affinity on the load balancer. Are you using the built in cluster capability in Coldfusion, or a hardware device? Hardware. No JRun load balancing, no session

Re: Which Framework Now: Vars / Session State in a Cluster

2007-05-04 Thread Sean Corfield
On 5/3/07, Peterson, Chris [EMAIL PROTECTED] wrote: I currently have my Cisco CSS set to use the users IP address to keep their session 'sticky' to a given server, which works for most of my cases (AOL is busted). Configure it to use a (transient) cookie instead. That's how adobe.com

Re: Can I ask a question? (RE: Frameworks)

2007-05-04 Thread Sean Corfield
On 5/3/07, Jeff Small [EMAIL PROTECTED] wrote: I think a Frameworks Overview needs to be added to the Max conference this year. Not a debate. Not a discussion or a Birds of a Feather... but a nice, healthy overview of the frameworks available to ColdFusion programmers, and their strengths and

Re: Can I ask a question? (RE: Frameworks)

2007-05-04 Thread Andrew Scott
Well, the answer to be would be your background. DW is a good design tool but it lacks methodologies, it lacks design principles and last but not least is not an IDE for serious development. 1) with your background the design patterns that most frameworks offer provide easy and quick coding with

Re: OT mySQL Migration Toolkit

2007-05-04 Thread Will Tomlinson
I am trying to migrate access tables to MySQL using the MySQL Toolkit. However, it coughs up every time each reaches a field that contains ' / and other special characters. Are there any other tools that can move the data from access to mySQL without skipping the tables that contains

One-person shop looking for application developers

2007-05-04 Thread Cameron Johnson
Hi, all. I'm a one-person shop running a CF7-based site. About 60% of my job is management, while the other 40% is programming. That's not enough programming time to get everything done. All of the heavy apps, such as our CMS and our e-commerce modules are commercial apps, supported by