Re: OT: JS Question Hide/Show Form Elements

2007-08-03 Thread Eric Haskins
We use Prototype. It works in just about everything we have thrown at it. Eric On 8/2/07, Che Vilnonis [EMAIL PROTECTED] wrote: Anyone know of a JS that works on *most* browsers that will allow me to hide/show sections of a form depending on what radio button is clicked? I've found a few,

RE: attribute tracing

2007-08-03 Thread Jayesh Viradiya
Hi, If it is CF8 then you can use CF Debugger (Eclipse plugin for CF debugger) to trace the origin of the variable. IF it is CF7, then I would suggest you to turn on the Debugging options form the CF admin. And then run your template, so once the page is displayed then you will see the Debug

Re: CF 8 Lic and VPS

2007-08-03 Thread Sean Corfield
On 8/2/07, Joel [EMAIL PROTECTED] wrote: Now to the second question... does anyone lease CF Ent lic on a monthly basis like Windows lic via MS SLPA ? Yes, EDGE Web Hosting (and, I'm sure, many others). -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ If you're

Re: Adobe Nails ColdFusion Cofin

2007-08-03 Thread Tom Chiverton
On Thursday 02 Aug 2007, [EMAIL PROTECTED] wrote: Yes, we were able to. It was something like $520 for two years. So, even if you had to pay twice to get CF7 and CF8, that's still cheaper than buying it outright. -- Tom Chiverton This

losing domain sessions

2007-08-03 Thread Michael Dinowitz
I'm working on an application which starts off as www.site.com and after 2 pages switches to a subsite (news.site.com, banking.site.com, etc.). The cfapplication tag is set fot domain cookies but there have been times where the session set at the root of the site (www) switches to something else

Re: Installing CF8

2007-08-03 Thread Tom Chiverton
On Thursday 02 Aug 2007, [EMAIL PROTECTED] wrote: On this list I believe. Well, it may have been true of the beta... -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability

Re: ANN: Sean Corfield on fusebox 5.5 - first public preview!

2007-08-03 Thread Nick Tong
For those that couldn't make it: http://www.cfframeworks.com/blog/index.cfm/2007/8/3/Workshop-recording-Sean-Corfield-on-fusebox-55 On 02/08/07, Charlie Griefer [EMAIL PROTECTED] wrote: that's how good sean is. just the mere mention of an upcoming talk by him fixes peoples fusebox problems.

RE: Forcing a session to end...

2007-08-03 Thread James Smith
All this being said, is there any way I can force a user to get a new session id. I can clean up the old session by hand but I need them to be pushed into a new session. -- Jay ~| Create robust enterprise, web RIAs. Upgrade to

Re: SOT: MySQL/JDBC Broken Pipe Errors

2007-08-03 Thread Tom Chiverton
On Thursday 02 Aug 2007, [EMAIL PROTECTED] wrote: I have my application set to email me errors. I started getting broken pipe errors this morning every couple of minutes. I have googled around Try turning of CF's maintain connections for the data source. -- Tom Chiverton

Re: Experience upgrading to CF8 (was RE: [CF-Dev] No SSL v3 support forCFHTTP)

2007-08-03 Thread Tom Chiverton
On Friday 03 Aug 2007, [EMAIL PROTECTED] wrote: That URL gives me page cannot be displayed. Other people getting the same ? Would like to have a look at this ! Fine here. -- Tom Chiverton This email is sent for and on behalf of Halliwells

Re: cfdocument CSS

2007-08-03 Thread Kris Jones
Did you see this blogpost from Ben Nadel: http://www.bennadel.com/blog/266-CFDocument-Errors-And-Resolving-DNS.htm Cheers, Kris A quick update on this, it would appear that the root cause of this issue is that my site is running over SSL and this causes complications with the http requests

Re: losing domain sessions

2007-08-03 Thread Raymond Camden
Hey Michael - do you think the dash may have something to do with it? I have no idea what it could be - but the dash kind of sticks out. On 8/3/07, Michael Dinowitz [EMAIL PROTECTED] wrote: I'm working on an application which starts off as www.site.com and after 2 pages switches to a subsite

Re: Railo and CF8 speed contest

2007-08-03 Thread Doug Bezona
Interesting stuff. One minor nit-pick - Apple Bootcamp is NOT virtualization software. It's merely a tool to facilitate dual-booting. The OS runs fully natively on the hardware. On 8/3/07, [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I just posted this back on David's Blog,

Re: Forcing a session to end...

2007-08-03 Thread Raymond Camden
James - I have to ask though - why? The ID value is a ColdFusion concern. The server sets it up. It is not - and should not - be something you are concerned with. You need to concern yourself with the data, and as others have pointed out here there are simple ways to clear the data. On 8/3/07,

cfpresentation - back ground image

2007-08-03 Thread AJ Mercer
Does any one know how to get a background image on a slide? I have not had success with DIVs and using style - background-image I have had some success with body background but I also need to be able to make the image scale to fit the screen size.

Re: multiple series in cfchart

2007-08-03 Thread Ben Doom
What I've done for date-based data to fix this is to loop across the date range, doing a QoQ for each day, and adding a separate datapoint, rather than using data ranges. --Ben Doom Brad Wood wrote: I am using cfchart in CF7. I am making a simple line graph of CF and JS errors per day.

RE: Forcing a session to end...

2007-08-03 Thread Bobby Hartsfield
Store the user info in a structure within session when they login... like Session.user.isLoggedIn Session.user.userid Session.user.usernmae Session.user.etc... Then structDelete(session, user) when you want to log them out ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield

RE: Forcing a session to end...

2007-08-03 Thread James Smith
Simple... While structClear(session) will wipe all of the session data it will also remove the sessionid, cftoken and urltoken so the very next page that tries to access any session information will error. I can (and currently do) manually clear individual keys from the session when the user

RE: losing domain sessions

2007-08-03 Thread Scott Stewart
Hey Mike, Are you load balancing your servers? sas -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (703) 220-2835 http://www.sstwebworks.com http://www.linkedin.com/in/sstwebworks -Original Message- From: Michael Dinowitz [mailto:[EMAIL

Re: Help with Google Adwords API SOAP Request

2007-08-03 Thread Al Zan
Really!!! Is it possible nobody is working with Google Adwords API in CF? That amazes me. I guess it's time to learn PHP... It's sad, after 9 years with CF. ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and

Re: losing domain sessions

2007-08-03 Thread Michael Dinowitz
Just got off the phone with the client. The problem seems to be intermittent, not just with the system-i. There are other sub sites with dashes that have no problems and it seems there are not non-dash sub sites with the problem. I'm going to try passing session identifiers by url and see how

Re: Forcing a session to end...

2007-08-03 Thread Raymond Camden
I'll ditto Bobby. Either you use a structure, or you fire the developer who adds a session variable without cleaning it up later. ;) Seriously though - CF controls the session. There is no _supported_ way to nuke/restart a session. Therefore I honestly recommend you stop trying to go down this

Re: SHA1 Encryption in CF8 Not Working?

2007-08-03 Thread Brian Kotek
I sure haven't, it's exactly as it was when the installer ran. And yes it is also the Enterprise Trial (though I would be somewhat surprised to hear it won't run in Developer mode. I thought the whole point of developer mode was that it would run anything.) I've confirmed this with Sean, Jared,

RE: SHA1 Encryption in CF8 Not Working?

2007-08-03 Thread Dave Watts
Hey folks, I was trying to Encrypt a string on CF8 (Enterprise trial), but I am getting an error: The HMAC-SHA1 algorithm is not supported by the Security Provider you have chosen. Code looks like: #Encrypt(targetString, key, 'HMAC-SHA1')# I've tried about every variation I can

Re: Help with Google Adwords API SOAP Request

2007-08-03 Thread Tom Chiverton
On Friday 03 Aug 2007, [EMAIL PROTECTED] wrote: Really!!! Is it possible nobody is working with Google Adwords API in CF? That amazes me. I guess it's time to learn PHP... It's sad, after 9 years with CF. Geez, write one yourself ! -- Tom Chiverton

RE: JS Question Hide/Show Form Elements

2007-08-03 Thread Bobby Hartsfield
HIDE: document.getElementById('idOfElement').style.display='none' SHOW: document.getElementById('idOfElement').style.display='block' ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent:

Re: Help with Google Adwords API SOAP Request

2007-08-03 Thread Raymond Camden
Let me address this comment first: I'd like to go with CFINVOKE, which seems simpler to me. However, how do I get from the contents of this WSDL file to what tags are needed in my CFINOVKE call? With how ubiquitous web services has become, the lack of documentation for CF is amazing to me.

RE: application.cfc and var

2007-08-03 Thread Ben Nadel
Also, it always helps to remember that Application.cfc is in NO WAY special or different than any other CFC you will ever write. The only difference is that the CF application server instantiates it for each page request and looks for certain methods to call for certain events... But the CFC

RE: Forcing a session to end...

2007-08-03 Thread Bobby Hartsfield
You'll never be done if you sit around thinking about and guarding against something that some developer a year down the road MIGHT do. ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: James Smith [mailto:[EMAIL PROTECTED] Sent:

RE: Java Script Question

2007-08-03 Thread Bobby Hartsfield
createElement() is another way to... well... create elements :-p ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 3:35 PM To: CF-Talk Subject: RE: Java Script

Re: Railo and CF8 speed contest

2007-08-03 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I just posted this back on David's Blog, but I'll post here as well, for ayone interested == Hi David, Thanks for the information. Here's what we found in testing here at Adobe. OVERVIEW: In all load tests here, we see ColdFusion 8 outperform Railo everytime. Testing Scenarios:

RE: Help with Google Adwords API SOAP Request

2007-08-03 Thread Peterson, Chris
Dude, after all the crying over the price hike on Enterprise only CF, I really don't think crying I'm just gonna learn PHP! is going to get you anywhere. In effect, you are threatening to leave the community, and I really don't think anyone is scared, and most wont miss ya. Enjoy PHP. Chris

RE: CF 8 Lic and VPS

2007-08-03 Thread Eric Roberts
I think you are incorrect on the standard licensing. The licensing is for the physical CPU's only...not how many VM's you have. That has always been like that. The only thing different with 8 is they finally support vm's officially. Eric -Original Message- From: James Holmes

RE: OT: CFEclipse Version Control?

2007-08-03 Thread Eric Roberts
Subclipse is Eclipse's Subversion client. I can't stand most open source software and I think this is a pretty awesome version control system :-D. It is very easy to set up (on both Windows and Linux...not sure about Mac) and Subclipse works great. Eric -Original Message- From: Eric

Re: Help with Google Adwords API SOAP Request

2007-08-03 Thread Jerry Johnson
Or maybe, just maybe, it's time to learn CF? On 8/3/07, Al Zan [EMAIL PROTECTED] wrote: Really!!! Is it possible nobody is working with Google Adwords API in CF? That amazes me. I guess it's time to learn PHP... It's sad, after 9 years with CF.

Re: cftree Refresh

2007-08-03 Thread Bruno Paz
Thats my doubt... because in the CF8 Documentation, in the ajax Javascript Functions appears this sintax: ColdFusion.Tree.refresh(*name*) 2007/8/3, Brian Kotek [EMAIL PROTECTED]: What exactly do you think is going to happen when you click the refresh button? Because all it is doing is

Re: cftree Refresh

2007-08-03 Thread Bruno Paz
The CFC returns the data correctly. When the page loads, the tree loads nodes well. 2007/8/2, Brian Kotek [EMAIL PROTECTED]: Does the CFC method return the data in the correct format for use with the tree control? On 8/2/07, Bruno Paz [EMAIL PROTECTED] wrote: Hello, I'm trying to do

Re: SHA1 Encryption in CF8 Not Working?

2007-08-03 Thread Tom Chiverton
On Thursday 02 Aug 2007, [EMAIL PROTECTED] wrote: #Encrypt('some text here', 'secretkeytext', 'HMAC­­-SHA1')# Doesn't work here (but I'm on 64-bit OpenSuSE so unsupported). There is one of those throw away lines at the bottom of the live docs page though: ColdFusion 8: Added support for

Re: Adobe Nails ColdFusion Cofin

2007-08-03 Thread Tom Chiverton
On Thursday 02 Aug 2007, [EMAIL PROTECTED] wrote: Fedora is the bleeding edge and thus non­stable version that is used as a test platform. This is a gross missrepresentation. Fedora Core is perfectly stable and usable in production. What it is not is *supported* - if anything goes wrong with

Re: [coldspring-dev] Question about webroot

2007-08-03 Thread Tom Chiverton
On Thursday 02 Aug 2007, [EMAIL PROTECTED] wrote: any other CFC instantiation would happen. In fact, if www isn't a custom mapping in your CF admin, I don't see how ColdSpring would even find the second path. Because '' is the web root. -- Tom Chiverton

CFFTP Problem CF 7.02/WIndows Server 2003

2007-08-03 Thread Mark Forsberg
I am using cfftp to upload a file to a client's server. This is not FTPS. When I attempt to load up to an FTP site on Windows 2003 Server and IIS 6.0 I get the following error: ErrorCode: -1 Error Message: Truncated Server Reply I'm able to upload to the site from the command line and 3rd

Upgrade from CF7 to CF8

2007-08-03 Thread Jacob
Does Adobe mail you the media/serial numbers for the upgrade if you are on the volume license? Sort of what Microsoft does. Thanks Jacob ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features -

Re: Adobe Nails ColdFusion Cofin

2007-08-03 Thread Tom Chiverton
On Friday 03 Aug 2007, [EMAIL PROTECTED] wrote: That's too much work hehehe :­D Plus time is also money, so even if I go that route, it is not free. shrug It's not like you have to build it yourself, CentOS have ISOs and what have you too ya know :-) -- Tom Chiverton

Re: [CF-Dev] No SSL v3 support for CFHTTP

2007-08-03 Thread Tom Chiverton
On Thursday 02 Aug 2007, [EMAIL PROTECTED] wrote: testing etc) so are looking for an immediate solution. You said a 3rd party solution? Like a custom tag? I'll search... You could cfexecute a program like wget to do the fetch, for instance. -- Tom Chiverton

Re: Forcing a session to end...

2007-08-03 Thread J.J. Merrick
just CFParam the session variables to nothing so if they don't exist they will get set. On 8/3/07, James Smith [EMAIL PROTECTED] wrote: Simple... While structClear(session) will wipe all of the session data it will also remove the sessionid, cftoken and urltoken so the very next page that

Re: Generating Excel and PDF Documents in CF7

2007-08-03 Thread Tom Chiverton
On Thursday 02 Aug 2007, [EMAIL PROTECTED] wrote: You can just use POI directly using createobject(...) to call it...there is no need for an interface... There is if you want to make it easier to use :-) -- Tom Chiverton This email is

CFMail Just spooling

2007-08-03 Thread Rob Parkhill
I know that this is a ridiculus question. I have many applications that this works in, but now on one of my production servers, I cannot send e-mail. The mail is just spooling, not sending. I have never had this problem before. Spooling is enabled in the administrator, but the delay is only

Re: Getting windows explorer to search ColdFusion files

2007-08-03 Thread Stephen Hait
On 8/2/07, Michael Dinowitz [EMAIL PROTECTED] wrote: Does anyone know how to force windows explorer to search through .cfm and .cfc files? Every time I try to use explorer to find text within a file of those extensions, it always returns no results. This works for me with XP:

RE: Need to save a file on user's computer.

2007-08-03 Thread Bobby Hartsfield
What else do you need? Virus.exe :-p ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 3:56 PM To: CF-Talk Subject: RE: Need to save a file on user's computer.

RE:_homesite_for_CF8?

2007-08-03 Thread Chad Gray
Ray blogged a link to the downloads. http://www.coldfusionjedi.com/index.cfm/2007/7/30/ColdFusion-8-Eclipse-Extensions-now-available-separately http://www.adobe.com/support/coldfusion/downloads.html -Original Message- From: Leitch, Oblio [mailto:[EMAIL PROTECTED] Sent: Friday,

Re: Adobe Nails ColdFusion Cofin

2007-08-03 Thread Larry Lyons
We use it at here at ATCC. But given this price increase we'll probably be moving over to Blue Dragon. Now *THAT* is perfectly reasonable. As long as you keep in mind that you're giving up a lot of features that Adobe Coldfusion offers that Bluedragon does not currently offer, like flash

Branch target offset too large for short null

2007-08-03 Thread Gualtiero Sappa
Running our application with CF 8 we have Branch target offset too large for short null error. Do you know if something is changed in comparison to CF 7? Thank you in advance Gualtiero ~| Create robust enterprise, web RIAs.

CFC complex data type problem

2007-08-03 Thread Ben Doom
I'm trying to create a remote method with a complex data type as an argument in CF8. I define the method and arguement like this: cffunction name=getQuestionList access=remote output=No returntype=question[] cfargument name=documents_raw required=yes type=document[] When I try to call it, I

RE: losing domain sessions

2007-08-03 Thread Dave Watts
I'm working on an application which starts off as www.site.com and after 2 pages switches to a subsite (news.site.com, banking.site.com, etc.). The cfapplication tag is set fot domain cookies but there have been times where the session set at the root of the site (www) switches to

homesite for CF8?

2007-08-03 Thread Leitch, Oblio
Anyone have any idea what Adobe plans regarding Homesite? Will something be created for CF8? Anyone have Dreamweaver CS3 and know if it's on there? This email message may contain privileged and/or confidential information. If you are not the intended recipient(s), you are hereby notified that

Re: JS Question Hide/Show Form Elements

2007-08-03 Thread Josh Nathanson
HIDE: document.getElementById('idOfElement').style.display='none' SHOW: document.getElementById('idOfElement').style.display='block' Or in jQuery: $(#idofelement).hide(); $(#idofelement).show(); -- Josh ~| Get involved in

Re: homesite for CF8?

2007-08-03 Thread Kris Jones
Try the developer center. The libs are available: http://www.adobe.com/support/coldfusion/downloads.html#cfdevtools Anyone have any idea what Adobe plans regarding Homesite? Will something be created for CF8? Anyone have Dreamweaver CS3 and know if it's on there?

Re: CFMail Just spooling

2007-08-03 Thread Rob Parkhill
I have experienced this before as well... Restarting coldfusion resolved the issue for me, but obviously that isn't a fix nor an ideal workaround. If someone else can shine some light on this issue I would be very interested to find out what's going on 'under the hood'. Jake Pilgrim

OT: Driving cross country w/ CFMX and a mobile card

2007-08-03 Thread Jonathan Block
Thought some other CF developers might like to hear how I'm using cfmx right now in my car Many of my friends already know this - I'm driving across the United States. I've got a Sprint Sierra Wireless AirCard 595U plugged into my laptop. There's an option to enable a NMEA port from within

Re: homesite for CF8?

2007-08-03 Thread Crow T. Robot
switch to eclipse. On 8/3/07, Leitch, Oblio [EMAIL PROTECTED] wrote: Anyone have any idea what Adobe plans regarding Homesite? Will something be created for CF8? Anyone have Dreamweaver CS3 and know if it's on there? This email message may contain privileged and/or confidential

RE: Adobe Nails ColdFusion Cofin

2007-08-03 Thread Eric Roberts
Most companies that are using enterprise level products will not use the free versions of linux because there is no support for them. Ey need to have someone to call and be able to fix ASAP if something breaks. That would require one of the paid versions of linux that has a support plan, like

Re: SHA1 Encryption in CF8 Not Working?

2007-08-03 Thread Raymond Camden
I know I tried it as well, definitely on Trial, and I get the same problem. Both on OSX and Windows. On 8/3/07, Dave Watts [EMAIL PROTECTED] wrote: Hey folks, I was trying to Encrypt a string on CF8 (Enterprise trial), but I am getting an error: The HMAC-SHA1 algorithm is not supported

Re: CF 8 Lic and VPS

2007-08-03 Thread Ben Doom
See section 1.10(a) of the pdf linked in the previous message. The synopsis is dead on. --Ben Doom Eric Roberts wrote: I think you are incorrect on the standard licensing. The licensing is for the physical CPU's only...not how many VM's you have. That has always been like that. The only

Re: Help with Google Adwords API SOAP Request

2007-08-03 Thread Joshua Cyr
Maybe if you posted the problem you are having and code you are using? This is for adsense api, but I am guessing pretty darn similar. http://www.usefulconcept.com/index.cfm/2007/4/30/Google-Adsense-API-Headers-with-ColdFusion Really!!! Is it possible nobody is working with Google Adwords API

FCKeditor and CF Code

2007-08-03 Thread Bruce Sorge
Hello all, I am using FCKeditor on our site. What I want to do is in the Source view, add some CF code. Problem is, whenever I do this, it acts like FrontPage and scrambles the CF and HTML and mixes it all together. Is this something that I cannot do? I checked the FCKeditor site and cannot find

Re: Forcing a session to end...

2007-08-03 Thread Brian Kotek
That doesn't make any sense. What do you do when a user comes to the site for the first time? Clearly there must be logic somewhere the checks whether a session has been set up and sets up one up if there isn't one. Why wouldn't the same logic run after the user's session is cleared? On 8/3/07,

Re: CFC complex data type problem

2007-08-03 Thread Brian Kotek
As far as I know you can't specify a return type as an array of component instances. On 8/3/07, Ben Doom [EMAIL PROTECTED] wrote: I'm trying to create a remote method with a complex data type as an argument in CF8. I define the method and arguement like this: cffunction name=getQuestionList

RE: Adobe Nails ColdFusion Cofin

2007-08-03 Thread Dale Fraser
While I started this thread. I would not recommend anyone move to Blue Dragon to save money. There is not that much price difference at the enterprise level, you don't have the Adobe brand and support behind you and most importantly you don't have all the features. We use Cfreport, flash

Re: CFC complex data type problem

2007-08-03 Thread Ben Doom
As far as I know you can't specify a return type as an array of component instances. When the argument is simple, I can return an array of question. When the argument is document or an array of document, it throws an error. Document is defined, and document.cfc is present in the directory.

Re: CFC complex data type problem

2007-08-03 Thread Ben Doom
Nevermind. I found my problem. --Ben As far as I know you can't specify a return type as an array of component instances. When the argument is simple, I can return an array of question. When the argument is document or an array of document, it throws an error. Document is

Providing Application Security with ColdFusion on Apache and Unix.

2007-08-03 Thread Ian Skinner
I am relatively new to using Apache and Unix with ColdFusion and I am trying to transpose my IIS/Windows security knowledge. Can anybody point out good how-to's or tutorials on how to implement user authentication and authorization for Cold Fusion applications within an Apache and Unix

Re: homesite for CF8?

2007-08-03 Thread Rey Bango
There are new CF8 extensions for Homesite and CF Studio here: http://www.adobe.com/support/coldfusion/downloads.html#cfdevtools Rey... Leitch, Oblio wrote: Anyone have any idea what Adobe plans regarding Homesite? Will something be created for CF8? Anyone have Dreamweaver CS3 and know if

Re: CFMail Just spooling

2007-08-03 Thread Jake Pilgrim
I have experienced this before as well... Restarting coldfusion resolved the issue for me, but obviously that isn't a fix nor an ideal workaround. If someone else can shine some light on this issue I would be very interested to find out what's going on 'under the hood'. Jake Pilgrim

RE: homesite for CF8?

2007-08-03 Thread Leitch, Oblio
Ok, so it sounds like there aren't any plans? Just extending HS 5.5 until it hurts? -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Friday, August 03, 2007 1:52 PM To: CF-Talk Subject: Re: homesite for CF8? There are new CF8 extensions for Homesite and CF Studio

Re: CFEclipse amp; Version Control?

2007-08-03 Thread John Paul Ashenfelter
There's a lot of plugins available for version control in Eclipse http://www.eclipse.org/community/team.php any major and/or commercial version control system should have a provider. And if your provider doesn't, you're probably using the wrong one :) Basically, you should start by asking your

Re: structure 2 xml?

2007-08-03 Thread Raymond Camden
On 8/3/07, Leitch, Oblio [EMAIL PROTECTED] wrote: Does anyone have a good tool to convert to/from XML to a native CF structure? (Obviously, no attributes, etc can carry over from the XML). This email message may contain privileged and/or confidential information. If you are not the

Convert 3.80353e+013 to full number whic should be 38035273713000

2007-08-03 Thread coldfusion . developer
I've imported some data from a xls file. I have column of data that shows up as 3.80353e+013. When I change the format type to number without any decimals I get 38035273713000 which is what I want. After importing the data into SQL Server the column is stored as a float datatype. If there a

RE: CFMail Just spooling

2007-08-03 Thread Phyo Pine
The error javax.mail.AuthenticationFailedException: Authentication Failed seems very familiar to me. Although not with CF, I got this error when I tried to use JavaMail API. The issue to resolve is from the .jar file, delete the authentication files ( like .RSA or .SF file, I don't

cfsearch

2007-08-03 Thread ch g
How can i get all query fields from cfindex and cfsearch? Cfsearch is returning only title, summary, author But i need all query fields what ever i passed to cfindex. This is what i am doing, initially i am getting all the data from the database then i am passing id as key and two search

Re: CF 8 Lic and VPS

2007-08-03 Thread Jordan Michaels
Eric, I was under the same impression you were. However, to be sure, I just called Adobe and they confirmed what James Holmes said about each VPS being considered a CPU. If you have two VPS's on one machine, each one of those VPS's is considered one CPU. That means that 2 VPS's will need 1 license

Re: structure 2 xml?

2007-08-03 Thread Raymond Camden
Sorry - darn gmail sent too quickly. toXML, found here: http://www.coldfusionjedi.com/projects/toxml/ On 8/3/07, Leitch, Oblio [EMAIL PROTECTED] wrote: Does anyone have a good tool to convert to/from XML to a native CF structure? (Obviously, no attributes, etc can carry over from the XML).

structure 2 xml?

2007-08-03 Thread Leitch, Oblio
Does anyone have a good tool to convert to/from XML to a native CF structure? (Obviously, no attributes, etc can carry over from the XML). This email message may contain privileged and/or confidential information. If you are not the intended recipient(s), you are hereby notified that any

RE: Help with Google Adwords API SOAP Request

2007-08-03 Thread Chad Gray
I have a feeling you did not get a response because the email side of CFTalk seems to be really hit and miss for the last week. I had to go to the web site to see any of your thread on this subject. CF has great documentation on web service usage. http://livedocs.adobe.com/coldfusion/7/ Look

RE: FCKeditor and CF Code

2007-08-03 Thread Andy Matthews
FCK Editor is probably confusing your CF code as HTML. I'm going to guess that this won't work like you expect it to. -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED] Sent: Friday, August 03, 2007 1:01 PM To: CF-Talk Subject: FCKeditor and CF Code Hello all, I am using

Re: Railo and CF8 speed contest

2007-08-03 Thread Terry Schmitt
Could you expand upon your Railo configuration that was used in the test? Were you using the Railix download or something different? If so... - What servlet engine? - What web server? I think that both products have so many different ways to configure them that it will be hard to get an accurate

Re: homesite for CF8?

2007-08-03 Thread Mike Chabot
Adobe released cf8 tags for Homesite. They are downloadable for free on Adobe.com -Mike Chabot On 8/3/07, Leitch, Oblio [EMAIL PROTECTED] wrote: Anyone have any idea what Adobe plans regarding Homesite? Will something be created for CF8? Anyone have Dreamweaver CS3 and know if it's on

Application.cfc and this scope

2007-08-03 Thread Oğuz_Demirkapı
Hi, Please do not ask why but I am just trying to set a parameter which is normally defined in Application.cfc this scope, in normal CFM page. This parameter is new ColdFusion application layer mapping feature. When we need to define an application layer mapping we can use following

Re: CFMail Just spooling

2007-08-03 Thread J.J. Merrick
Sounds like an issue on the server end... could your mailserver be requiring authentication now? J.J. On 8/3/07, Rob Parkhill [EMAIL PROTECTED] wrote: I have experienced this before as well... Restarting coldfusion resolved the issue for me, but obviously that isn't a fix nor an ideal

Re: CFC complex data type problem

2007-08-03 Thread Ben Doom
As far as I know you can't specify a return type as an array of component instances. If the argument type is simple, I can return the array of components just fine. If the argument is a document or document array, it throws this error.

Re: Help with Google Adwords API SOAP Request

2007-08-03 Thread Brian Kotek
Someone tell me how to do this or I'm switching to PHP. Nice attitude. A news flash for you: If you can't read the WSDL or the documentation on the web service and figure out what to pass in, you're screwed in any language. On 8/3/07, Raymond Camden [EMAIL PROTECTED] wrote: Let me address

Re: cfsearch

2007-08-03 Thread ch g
Jim, Id, title, description, field1, field2, field3,field4field 30. These are the qurery fields. In cfindex i make id as key and title and description as body(search fields),title as index title. Cfsearch is returning only title, how can i get id, field2, description, field3... Because

Domain and non-domain cookies conflicting

2007-08-03 Thread Michael Dinowitz
There is a potential problem with cookies that have an effect on ColdFusion applications and while I have one fix, I'm hoping that there are other fixes. Lets say you have a site (www.site.com) which has a number of subsites (www1.site.com, www2.site.com). A cfapplication tag will assign

Re: Adobe Nails ColdFusion Cofin

2007-08-03 Thread Dinner
On 8/3/07, Eric Roberts wrote: Most companies that are using enterprise level products will not use the free versions of linux because there is no support for them. Ey need to have someone to call and be able to fix ASAP if something breaks. That would require one of the paid versions of

I'm stuck! What's this notation?

2007-08-03 Thread coldfusion . developer
How do I convert this number to a whole number? 3.80353e+013 i need to convert it to ... 38035273713000 ~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki.

Re: FCKeditor and CF Code

2007-08-03 Thread Bruce Sorge
That's what I was afraid of. So I will have to dig deeper into this app to see what I can do. One of the things that they want on the new site is announcements on the home page to be dynamic, putting them into the databsae with a start and end date. All of that code is done, it is just getting it

Re: Forcing a session to end...

2007-08-03 Thread Raymond Camden
Why do you lock? If multiple threads remove keys at the same time, it won't hurt, right? On 8/3/07, Brad Wood [EMAIL PROTECTED] wrote: We just do this: cflock scope=session type=EXCLUSIVE timeout=10 cfloop collection=#session# item=deleteme cfif not deleteme is cfid and not deleteme is

Re: SHA1 Encryption in CF8 Not Working?

2007-08-03 Thread Tom Donovan
Raymond Camden wrote: I know I tried it as well, definitely on Trial, and I get the same problem. Both on OSX and Windows. On 8/3/07, Dave Watts [EMAIL PROTECTED] wrote: Hey folks, I was trying to Encrypt a string on CF8 (Enterprise trial), but I am getting an error: The HMAC-SHA1

Re: I'm stuck! What's this notation?

2007-08-03 Thread ch g
Try val() function. How do I convert this number to a whole number? 3.80353e+013 i need to convert it to ... 38035273713000 ~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and

GotCFM Updated for CF8

2007-08-03 Thread Rey Bango
Hi everyone, I've updated GotCFM.com to allow posting of ColdFusion 8 sites. If you've upgraded a site or have switched to another product, please let me know via private email and I will be happy to update the listing accordingly. Also, please let me know of any enhancements you feel should