Re: CFDump bug?

2007-08-20 Thread Giles Roadnight
So what do I do when deleting everything in there doesn't work? Thanks for the suggestions so far. On 8/17/07, Tom Chiverton [EMAIL PROTECTED] wrote: I'm on unix, an environment that I'm not very used to. If I delete all the files in WEB­INF/cfclasses will that do the trick or do I have to

Re: CFDump bug?

2007-08-20 Thread James Holmes
Have you tried taking the CF server down, deleting those files while it is down, than starting it up again? This can make a difference. On 8/20/07, Giles Roadnight [EMAIL PROTECTED] wrote: So what do I do when deleting everything in there doesn't work? Thanks for the suggestions so far. On

Re: CFDump bug?

2007-08-20 Thread Giles Roadnight
I was goign to try this. I stopped the server and went to delete the file in cfclasses but there are still no more files generated in there. I must be looking in the wornmg place? On 8/20/07, James Holmes [EMAIL PROTECTED] wrote: Have you tried taking the CF server down, deleting those files

Re: Custom tags per application in CF 8

2007-08-20 Thread Raymond Camden
Looks like James beat me to it, but I'll add a few more links as well. http://www.coldfusionjedi.com/index.cfm/2007/7/31/ColdFusion-8-Ajax-Security-Features http://www.coldfusionjedi.com/index.cfm/2007/8/7/More-on-VerifyClient--ColdFusion-8-Ajax-Security-Feature On 8/19/07, James Holmes [EMAIL

Re: Custom tags per application in CF 8

2007-08-20 Thread Andrew Grosset
Thank you, Andrew. http://livedocs.adobe.com/coldfusion/8/htmldocs/ajaxdata_11.html#1156357 http://livedocs.adobe.com/coldfusion/8/htmldocs/AppEvents_02.html#1197782 -- mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/

Strange Function Result Change

2007-08-20 Thread Adrian Wagner
Hi all, I have a website with my travel stuff on it. This has been running for a while (5 years). Today I've realized that a few pictures don't display on the page anymore. http://www.aresthetics.ch/trav/galleryCont.cfm?cont=AS (the flags) The flags are grabbed from the database by a

Re: Strange Function Result Change

2007-08-20 Thread Tom Chiverton
On Monday 20 Aug 2007, [EMAIL PROTECTED] wrote: WHERE country = '#country#' *cfqueryparam* ! Aside from that, you might want to add a output=false and see if that helps. -- Tom Chiverton Helping to administratively fashion edge-of-your-seat m-commerce on: http://thefalken.livejournal.com

RE: Strange Function Result Change

2007-08-20 Thread Adrian Wagner
Thanks Tom, that did the trick. Any idea why this would suddenly happen? This is was my first coldfusion site and as it is a private project, I never really had the spare time to revise the code while I was learning best practices. Maybe during the next long trip. ;) But that's a bit away.

Re: edit en-mass SQL data with CF front end

2007-08-20 Thread Pete Ruckelshaus
What about just creating a table interface that uses cfgrid and cfgridupdate? On 8/18/07, Nick Tong [EMAIL PROTECTED] wrote: I think i remember some time back that there was a system for allowing users access to SQL table via a CF front end - does anyone remember anything like that? One of

Re: Strange Function Result Change

2007-08-20 Thread Tom Chiverton
On Monday 20 Aug 2007, [EMAIL PROTECTED] wrote: Thanks Tom, that did the trick. Any idea why this would suddenly happen? Has you DB field been updated maybe with spaces in, or more than one line for each country ? It might also be the lack of a 'var' for 'flagname', which you could remove the

exception in web service consumption

2007-08-20 Thread sandeep saini
Dear All, I am trying to use a ARS webservice to create a trouble ticket. But i am getting an exception. Please suggest what should i do. following is the cold fusion code - cfinvoke webservice

Test

2007-08-20 Thread Robert Harrison
Testing - back on list after vacation. Robert B. Harrison Director of Interactive services Austin Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 T : 631.231.6600 Ext. 119 F : 631.434.7022 www.austin-williams.com Great advertising can't be either/or... It must be .

RE: Strange Function Result Change

2007-08-20 Thread Adrian Wagner
Nope, that data hasn't been updated in years. Could it be, that the hosting provider is updating CF and the lack of output=false suddenly had an influence? And...I took your scolding serious and actually took the time to include cfqueryparam and cfparam everywhere. Just for good meassure.

fckeditor not under root and image connector

2007-08-20 Thread Dan Vega
I am having trouble getting fckeditor configured into our cms system. Here is my folder structure +webroot +cmsroot --Application.cfm --editpage.cfm --fckeditor Application.cfm +application1 +application2 The editor is instantiated from editpage.cfm and is actually

Re: Coldfusion MX J2EE Configuration on Apache in Windows

2007-08-20 Thread Ali Awan
James, Many Bothans died, when I couldn't get Apache 2.2 to work.. :P Thanks for pointing out that Apache 2.2 doesn't work with MX 6.1 This saved me a lot of further aggravation and hair pulling. Although I was very tempted to do as other suggested and load MX7 or 8, the J2ee version and

Re: Coldfusion MX J2EE Configuration on Apache in Windows

2007-08-20 Thread Tom Chiverton
On Monday 20 Aug 2007, [EMAIL PROTECTED] wrote: Thanks for pointing out that Apache 2.2 doesn't work with MX 6.1 It won't work with the bundled JRun, but you could use mod_proxy, for instance, to forward all requests to the 6.1 instances built-in web server. -- Tom Chiverton Helping to

CF Extensions for eclipse

2007-08-20 Thread Chad Gray
I am trying to install the new CF Extensions that Dean posted http://www.cfreport.org/index.cfm/2007/8/17/Eclipse-33-and-the-ColdFusion-Extensions-for-Eclipse and I get this error: Eclipse XML Editors and Tools (2.0.0.v200706182145-7A1ECBCnbckz0bZu9wHqAKN3mYpZ) requires plug-in

Re: CF Extensions for eclipse

2007-08-20 Thread Raymond Camden
I spoke to Dean about this. This is his response: We don't have any dependencies on that plugin, that's an error from eclipse that has nothing to do with our stuff. End Dean's response. So you may want to maybe double check that you don't have something else wrong. Perhaps uninstall/reinstall

Fading images with ajax

2007-08-20 Thread Bill Betournay
Hi All I'm wondering if anyone knows of a way too or if it's possible with the new Ajax features in CF8 to fade all images except the one that is selected. Here's what mean. I have a loop of images outputting. All the image I need to display initially with a opacity of 100% but when the user

Using FCKEditor file browser separately?

2007-08-20 Thread Scott Weikert
I've got FCKEditor set up in my current project, works like a champ. Now I'm looking to use just the file browser in other areas of my project, outside of the normal FCKEditor usage. I'm just looking to allow a user to bounce through their assigned folder structure and be able to pick a

RE: Fading images with ajax

2007-08-20 Thread Brad Wood
Hmm, I'm sure you could make two versions of the image at page load (with cfimage) and switch the source with a mouse over, but performance might be suspect. I think I have seen some CSS stuff to change the opacity of images on the client side (which seems like an optimal solution), but I am

Re: fckeditor not under root and image connector

2007-08-20 Thread Scott Weikert
If you're using session vars - when someone hops into app1 or app2 (as at that point, I assume, you DO know which application is being used), set a variable with the proper userFilesPath data in their session. Then tap that session variable when firing up FCKEditor.

Re: fckeditor not under root and image connector

2007-08-20 Thread Dan Vega
Well application1 and 2 are client websites for example so nobody will ever cross applications. The problem lies here. Application 1 --application.cfm /cmsFolderMapping --application.cfm --fckeditor --application.cfm I can not just set a variable that will transfer across apps.

The Dreaded Vista!

2007-08-20 Thread Robert Rawlins - Think Blue
Hello Guys, I'm trying to get MX7 running with IIS7 on vista ultimate so I can start working on a local dev setup rather than working on remote systems all the time. I've followed the steps in http://www.communitymx.com/content/article.cfm?page=1

Any Spry wizards out there?

2007-08-20 Thread Che Vilnonis
I'm looking to use Spry's image fade effect to loop through X photos. Once done, the loop would start again. Using the sample code from Adobe Labs, I can only loop once with only two images. Can anyone help a non Spry guy? Sample code... html head link href=style.css rel=stylesheet type=text/css

Re: fckeditor not under root and image connector

2007-08-20 Thread Scott Weikert
Dan Vega wrote: Well application1 and 2 are client websites for example so nobody will ever cross applications. The problem lies here. Application 1 --application.cfm /cmsFolderMapping --application.cfm --fckeditor --application.cfm I can not just set a variable that will

RE: Fading images with ajax

2007-08-20 Thread Andy Matthews
Depending on how many images you have, that could get a little intensive for the user's browser. Might be better to start with the images at 70% and fade the selected image IN to 100%. That way you're only affecting one image as opposed to 10 or 15. -Original Message- From: Bill

RE: CF Extensions for eclipse

2007-08-20 Thread Chad Gray
Thanks Ray, I think my Eclipse install is hosed up. I was playing with the all in one install of Eclipse http://www.eclipse.org/downloads/download.php?file=/webtools/downloads/drops/R2.0/R-2.0-200706260303/wtp-all-in-one-sdk-R-2.0-200706260303-win32.zip (trying to get CSS to autocomplete)

RE: The Dreaded Vista!

2007-08-20 Thread Robert Harrison
Been there and got that exact error. Reinstalling IIS after installing MX solved the issue. Try reinstalling IIS services. Robert B. Harrison Director of Interactive services Austin Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 T : 631.231.6600 Ext. 119 F : 631.434.7022

Looking for jvm 1.6 help for scaling CF8

2007-08-20 Thread Matt Haughey
Hey all, I've got a fairly beefy server (dual quad core xenon with 8Gb RAM) that I'm running CF7 Standard on. It can handle a lot but is stumbling and I know I need to move to an enterprise version so I can have multiserver setup using all the RAM. I'm about to pull the trigger and get CF8,

Re: The Dreaded Vista!

2007-08-20 Thread Will Tomlinson
LMAO!! Vista rocks!! :) Will ~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive:

Re: Fading images with ajax

2007-08-20 Thread Will Tomlinson
I'm thinkin you should be able to do this with some CSS/JS. IE and FF support CSS opacity. http://www.mandarindesign.com/opacity.html Will ~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for

RE: The Dreaded Vista!

2007-08-20 Thread Robert Harrison
LMAO!! Vista rocks!! :) It was a pain to configure it and get a thousand patches for all my software, but now that it's all working I'm impressed. It does seem to be pretty good. The only thing I haven't got working is Eclipse. I'm getting the same error everyone else was discussing earlier,

RE: Fading images with ajax

2007-08-20 Thread Michael E. Carluen
Bill, To Andy's and Will's suggestion, here's a css that might help you: style ..transpOn { filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6; margin:;} ..transpOff { margin: 0px;} /style a href=your_linkimg class=transpOn onmouseover=this.className='transpOff'

Coldfusion 8 hosting

2007-08-20 Thread Ali Majdzadeh
Hi: Is there any reliable Coldfusion 8 hosting server right now? I found by googling the following company but never heard of them before. http://www.bmchosting.com/features.cfm Do you know any good hosting with reasonable price which supports all cool CF8 features? Thanks Benign

Re: date UN-mask

2007-08-20 Thread Janet MacKay
I don't know that its the best option here, but have you considered using java's SimpleDateFormat http://java.sun.com/j2se/1.5.0/docs/api/java/text/SimpleDateFormat.html ~| Create robust enterprise, web RIAs. Upgrade to

RE: Coldfusion 8 hosting

2007-08-20 Thread Andy Matthews
I host with Gearhost, and recently asked them if they were planning on upgrading to 8. They said that it was in their plans. Who knows how long that might last. -Original Message- From: Ali Majdzadeh [mailto:[EMAIL PROTECTED] Sent: Monday, August 20, 2007 3:18 PM To: CF-Talk Subject:

Creating a File Upload Web Service

2007-08-20 Thread Shane Trahan
Since CFFile will not work without using a form to post the file how can I create a file upload service without forcing a form submit? Or, will a browser object (from .NET) be used to submit a file to the service. Any help would be greatly appreciated. Is there anyway to get around having to

delay sending email

2007-08-20 Thread Mik Muller
Hey all, I've been wondering about delayed sending of email. What would the best way to, for example, not send an email at the moment an event is posted to a site, but, say, 12 hours before the event. How would YOU do it, using CF7 and IIS / SMTP. Thanks Mik Michael Muller

Re: Coldfusion 8 hosting

2007-08-20 Thread Michael Dinowitz
Ahphosting has been giving free hosting to House of Fusion for 9 or 10 years and I'd suggest them any day. On 8/20/07, Andy Matthews [EMAIL PROTECTED] wrote: I host with Gearhost, and recently asked them if they were planning on upgrading to 8. They said that it was in their plans. Who knows

ODBC error with CFMX6.1 even with SequeLink 5.4 installed

2007-08-20 Thread Damien McKenna
We've got CFMX 6.1 installed with all of the current updates. Just today I noticed the following error: The description for Event ID ( 0 ) in Source ( ColdFusion MX ODBC Server ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display

RE: Coldfusion 8 hosting

2007-08-20 Thread Richard Colman
Crystaltech just start effering it. -Original Message- From: Ali Majdzadeh [mailto:[EMAIL PROTECTED] Sent: Monday, August 20, 2007 1:18 PM To: CF-Talk Subject: Coldfusion 8 hosting Hi: Is there any reliable Coldfusion 8 hosting server right now? I found by googling the following

Re: Coldfusion 8 hosting

2007-08-20 Thread Jim Wright
On 8/20/07, Ali Majdzadeh [EMAIL PROTECTED] wrote: Hi: Is there any reliable Coldfusion 8 hosting server right now? I found by googling the following company but never heard of them before. http://www.bmchosting.com/features.cfm Do you know any good hosting with reasonable price which

Re: delay sending email

2007-08-20 Thread Ian Skinner
Maybe not the best solution - depends on other requirements - but a CF scheduled task would easily provide the desired delay. ~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on

Re: Creating a File Upload Web Service

2007-08-20 Thread Ian Skinner
I would presume any language/application that could create a properly formated HTTP multi-part request with a file attachment and send this request to a network resource would work. There is nothing magical about the browser creating this request, it just follows the same standard anything

RE: delay sending email

2007-08-20 Thread Rich
I think when you say before the event that you are no longer talking about delaying the email, but scheduling WHEN the email should be sent. In that case you are looking at event scheduling and it could be something as simple as a scheduled task, or you could get rather complex by leveraging

Re: delay sending email

2007-08-20 Thread Doug Bezona
Use a scheduled task. Basically, mark the event with the time or offset when the email should be sent, and at whatever interval is appropriate, query for the events that are ready for the reminder, and generate the e-mails. On 8/20/07, Mik Muller [EMAIL PROTECTED] wrote: Hey all, I've been

Re: Coldfusion 8 hosting

2007-08-20 Thread Bryan Stevenson
I'm late to this thread, but HostMySite fired out newsletters in the past 2 weeks stating upgrades to CF 8 were coming very soon (they gave datesmay have already happened to be honest). Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone:

RE: delay sending email

2007-08-20 Thread Peterson, Chris
Mik, Guys are saying a scheduled task for the email, and you could simplify it like so: Setup a single scheduled task that will poll for any email's that have a time LTE now(), and send them out. Setup the task to run every 5 minutes, then just set the date / time you want the email to go out

Re: Coldfusion 8 hosting

2007-08-20 Thread John Blayter
I would also like to recommend AHP Hosting. My site's performance is s much faster than when I was at CrystalTech. On 8/20/07, Michael Dinowitz [EMAIL PROTECTED] wrote: Ahphosting has been giving free hosting to House of Fusion for 9 or 10 years and I'd suggest them any day. On 8/20/07,

Re: delay sending email

2007-08-20 Thread Phillip M. Vector
Easy. Set up a CFSchedule to run later and put the email info into a table that the cfschedule pulls from and makes your emails. Mik Muller wrote: Hey all, I've been wondering about delayed sending of email. What would the best way to, for example, not send an email at the moment an event

RE: Coldfusion 8 hosting

2007-08-20 Thread John Mason
FusionLink has ColdFusion 8 Enterprise level hosting. John Mason [EMAIL PROTECTED] 770.337.8363 www.FusionLink.com - ColdFusion and Flex hosting Now offering ColdFusion 8 Enterprise hosting FREE Subversion hosting -Original Message- From: Ali Majdzadeh [mailto:[EMAIL PROTECTED]

Unit Testing Code Coverage

2007-08-20 Thread Rich
Is anyone aware of a code coverage tool for CF unit tests? If not, how are the rest of you handling unit test coverage (if at all)? - Rich Kroll ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax

Formatting a Date for MSSQL

2007-08-20 Thread Rob Parkhill
I have been banging my head against the wall all afternoon. I am trying to update a table in SQL 2000 with a date time column using a stored procedure. The procedure is set to recieve the variable as a Datetime format for SQL, I am sending it as a CF_SQL_Date type and have used about as many

RE: Formatting a Date for MSSQL

2007-08-20 Thread Jonathon Stierman
Not sure if this will solve your problem, but using cf_sql_timestamp for my date-time fields has always worked for me. Jonathon ~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and

RE: Formatting a Date for MSSQL

2007-08-20 Thread Brad Wood
I use CF_SQL_TIMESTAMP as my cfsqltype. Then I can pass in the date like 08/20/2007 and it works fine. Perhaps the parameter to your stored proc is defined as a varchar? Or, maybe your cfprocparams do not line up with the parameters of your stored proc and the wrong data is being passed into

RE: Fading images with ajax

2007-08-20 Thread Bill Betournay
Hi Michael Thank you, That's the same I have now but better. I was doing that with js but your css solution is much cleaner. Doesn't do much for fading the images that aren't selected though. Bill -Original Message- From: Michael E. Carluen [mailto:[EMAIL PROTECTED] Sent: August 20,

Re: delay sending email

2007-08-20 Thread Mik Muller
I think when you say before the event that you are no longer talking about delaying the email, but scheduling WHEN the email should be sent. Correct, but see below... In that case you are looking at event scheduling and it could be something as simple as a scheduled task, or you could get

SQL Color Coding

2007-08-20 Thread Brad Wood
Ok, so a couple months ago I asked the list (http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:52544) if anyone knew of any functions to color code a string of SQL for display. I got crickets back, so I finally got around to trying my hand at it. I figured to be fair; I would post

Re: date UN-mask

2007-08-20 Thread Brad Wood
Hmm.. that looks kinda promising. I'll check into it. Thanks ~Brad I don't know that its the best option here, but have you considered using java's SimpleDateFormat http://java.sun.com/j2se/1.5.0/docs/api/java/text/SimpleDateFormat. html

RE: Coldfusion 8 hosting

2007-08-20 Thread Adrian Wagner
For the Aussies around: FastHit.com.au and hostingfuse.com.au (they are partner companies here in Perth. FastHit has their servers in Oz, while hostingfuse has them in the States and is therefore cheaper). Have to create a site in Switzerland at the moment and did some research into hosting.

Re: Coldfusion 8 hosting

2007-08-20 Thread Mike Kear
it can be hazardous to jump on the bandwagon too early.There are always issues with a new version of system software, and it can be a marketing advantage to be first to offer the new version. but it can also bite you as well. Most hosting companies will be testing CF8, have it running on dev

cfimage resize running very slow

2007-08-20 Thread Steve Sequenzia
I am trying to figure out if it is normal for the cfimage resize to be very slow. I am reading photos from a database then resizing them and writing them to a directory. The the process works fine but it gets through about 17 pictures and then errors out with this error The request has exceeded

ajax cfgrid and custom buttons

2007-08-20 Thread Jim Rising
I have a grid that i'm trying to add buttons beneath using suggestions found on forta's blog: http://www.forta.com/blog/index.cfm/2007/6/25/ColdFusion-Ajax-Tutorial-6-Editable-Data-Grids#c763CC6AA-3048-80A9-EF18B27922ED5460 Basically at this point, i'm just trying to alert out the value of the

Re: ajax cfgrid and custom buttons

2007-08-20 Thread Raymond Camden
It is definitely ColdFusion.getElementValue. The first arg would be the name of the grid, and the second the column name. On 8/20/07, Jim Rising [EMAIL PROTECTED] wrote: I have a grid that i'm trying to add buttons beneath using suggestions found on forta's blog:

Re: ajax cfgrid and custom buttons

2007-08-20 Thread Jim Rising
thanks ray! burning the midnight oil? :) so i tried it using ColdFusion.getElementValue(accountants, first_name) ... and i get the same 'accountants is not defined'. the div that comprises the grid has this as an id: cfgrid1187662029846 which changes at every new instance of the grid. i

Re: date UN-mask

2007-08-20 Thread Paul Hastings
Brad Wood wrote: Hmm.. that looks kinda promising. I'll check into it. it can't format or parse what's not a datetime object. you're still stuck parsing that data yourself. ~| ColdFusion 8 - Build next generation apps today,

multiple sites with cf 8 and iis

2007-08-20 Thread Matthew Smith
I just did a clean install of my development machine. In the past, I used coldfusion's built in web server, but had a problem configuring it to use a different folder for it's root. This time around I think I'll give IIS a try. I have five sites I am responsible for. I would like to be able

Re: multiple sites with cf 8 and iis

2007-08-20 Thread James Holmes
Set up entries in etc/hosts so you don't need to swap anything - make the IIS sites respond to the relevant host names. On 8/21/07, Matthew Smith [EMAIL PROTECTED] wrote: I just did a clean install of my development machine. In the past, I used coldfusion's built in web server, but had a

RE: multiple sites with cf 8 and iis

2007-08-20 Thread Matthew Smith
Where is etc/hosts? Thanks for the help. -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Monday, August 20, 2007 10:37 PM To: CF-Talk Subject: Re: multiple sites with cf 8 and iis Set up entries in etc/hosts so you don't need to swap anything - make the IIS sites

Re: How to do this conditional statement.

2007-08-20 Thread TechInfo
Will Tomlinson wrote: Easy question here... just wanna make sure I don't screw this up cause it's kinda important. :) Here's my current statement. cfif getSection.DeliveryMethod EQ Web-Enhanced AND getWebEnhancedAddonQuestions.recordcount Show questions blah blah... /cfif What

ColdFusion Web Developer (Contract / Full Time / From Home) So Cal

2007-08-20 Thread Scott Berry
Small, local development company is seeking talented web programmers who can bring their expertise, willingness to learn and strong work ethic to a fun company. Ideal candidate has 3-4 years of experience with ColdFusion, HTML, JavaScript, CSS, SQL (creating database structure, some stored