Using SWFOBJECT inside of a CFLAYOUT

2009-07-09 Thread Abinidi Web Services
I am trying to use the swfobject.js from google in a page that is loading a flash swf file that is nested inside of a Cflayout/cflayoutarea. The page is the "source" for the cflayoutarea. When I try to include the code to load the swfobject.js file in the page that is nested: It throws a

Re: Ext Js 3.0 Released

2009-07-09 Thread Judah McAuley
I'll have to take a look at Ext again as well. We bought a license to get at svn a bit before the 3.0 beta release at the April conference. At that point, at least, there had been no substantial themeing changes and all that they were really releasing was Core. It isn't obvious from the site now i

Re: Ext Js 3.0 Released

2009-07-09 Thread Cutter (ColdFusion)
You're looking at the wrong bits. Ext Core is the same thing as JQuery, a DOM manipulation and Ajax setup. Ext Js (full) would be the components (similar to JQueryUI, though more full featured). Theming does require a log of images. With the various controls we've customized, I know I've had to c

RE: CFHTTP and SSL v3

2009-07-09 Thread Che Vilnonis
I use ANET as well. In laymens terms, the cfhttp call to a https address will still work, correct? But something in IIS will have to be changed? As you can see, I am in the dark and could use some help. ~Che -Original Message- From: Casey Dougall [mailto:ca...@uberwebsitesolutions.com]

Re: CFHTTP and SSL v3

2009-07-09 Thread Dave Watts
> cfhttp doesn't care about IIS when it makes calls right, that's internal, so > would this just be an issue with end users with old web browsers? Right. Your IIS settings will only affect your users, not your CFHTTP calls. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Sof

Re: CFHTTP and SSL v3

2009-07-09 Thread Casey Dougall
Bringing this back here. Did anyone notice a switch to SSL v3 at authorize.net? I'm curious as well... Is it safe to say we can disable ssl v2 on our servers? I've been googling here a bit but just don't understand as a whole how protocals work, just that they do. Had request from client saying

RE: Web Service - Response is a custom class.

2009-07-09 Thread Bosky, Dave
Yeah, your right. It worked after I posted this msg. I swore I tried that earlier and it was blowing up on me. Thanks! -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: Thursday, July 09, 2009 2:29 PM To: cf-talk Subject: Re: Web Service - Response is a custom cla

Re: Web Service - Response is a custom class.

2009-07-09 Thread John M Bliss
So then you should be able to call from CFML: YourWebserviceVar.SomeMethod() YourWebserviceVar.SomeAttribute etc ...or am I not understanding what you're trying to do...? On Thu, Jul 9, 2009 at 1:26 PM, Bosky, Dave wrote: > > Cfdump displays the class name, methods, and return type for each >

RE: Web Service - Response is a custom class.

2009-07-09 Thread Bosky, Dave
Cfdump displays the class name, methods, and return type for each method. -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: Thursday, July 09, 2009 2:08 PM To: cf-talk Subject: Re: Web Service - Response is a custom class. What do you see when you cfdump the res

RE: SOT: Adding File Extensions to Dreamweaver CS4

2009-07-09 Thread Steve LaBadie
In CS3 and early Dreamweaver version the HTML tags were color coded when I added new extensions. In CS4 they are not color coded. I believe it has to do with the fact that the MMDocumentTypes.xml file no longer exist. So is there a file under Configuration that has taken the place of this file? S

Re: Web Service - Response is a custom class.

2009-07-09 Thread John M Bliss
What do you see when you cfdump the result of the webservice call? On Thu, Jul 9, 2009 at 1:05 PM, Bosky, Dave wrote: > > Are there any examples of CF invoking web services and returning custom > classes as the response? > > How would you extract the data from the response? > > > > Seems like I

Web Service - Response is a custom class.

2009-07-09 Thread Bosky, Dave
Are there any examples of CF invoking web services and returning custom classes as the response? How would you extract the data from the response? Seems like I can only return String values as the response when using CF, no problem in Java. Thanks, Dave **

Re: Ext Js 3.0 Released

2009-07-09 Thread Judah McAuley
I'll take a look again but Ext Core did not seem to have much of anything in the way of themeing options that didn't still require 101 images. And given that a lot of the widgets were pulled out of Ext Core and have yet to be upgraded..I'm dubious. JQuery UI has the themeroller engine. I'm still

Re: Coldfusion version? 8.0.1 '8,0,0,176276'

2009-07-09 Thread Paul Ihrig
so... guess i need to update a production server from 8 to 8.0.1 then the one hot fix, or more? best time early mornning or late night.. ~| Want to reach the ColdFusion community with something they want? Let them know on the

Re: Leaving FCKEditor enaled

2009-07-09 Thread Ian Skinner
Ian Skinner wrote: > > ...make XuserX the... ...make sure the... ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/group

Re: SOT: Adding File Extensions to Dreamweaver CS4

2009-07-09 Thread Casey Dougall
Note: If you want to make global changes, you can edit the source file that stores your preferences. On Windows XP, this is located at C:\Documents and Settings\%username%\Application Data\Adobe\Dreamweaver 9\Configuration\CodeColoring\Colors.xml. On Windows Vista, this is located at C:\Users\%use

Re: SOT: Adding File Extensions to Dreamweaver CS4

2009-07-09 Thread Casey Dougall
On Thu, Jul 9, 2009 at 1:17 PM, Steve LaBadie wrote: > code on the page is longer recognized (color > coded). In CS3 the code rendered with color coding for the tags. > Do you see that file type in color coloring ? ~| Want to

Re: Leaving FCKEditor enaled

2009-07-09 Thread Ian Skinner
Brian McCairn wrote: > Just for the sake of argument, if you were crazy enough to leave FCKEditor > enabled to allow image uploads, do you think the following would leave you > secure? > > Change allowed file types in connectors/cfm config.cfm to: > > //Allowed Resource Types > Confi

RE: SOT: Adding File Extensions to Dreamweaver CS4

2009-07-09 Thread Steve LaBadie
I restarted DW, but the code on the page is longer recognized (color coded). In CS3 the code rendered with color coding for the tags. Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 http://www.esu.edu slaba...@po-box.esu.edu -Or

Re: SOT: Adding File Extensions to Dreamweaver CS4

2009-07-09 Thread Casey Dougall
On Thu, Jul 9, 2009 at 1:09 PM, Steve LaBadie wrote: > > Casey, > > Already edited the FileTypes, didn't work. > and restarted DW right? What can't you open? ~| Want to reach the ColdFusion community with something they want

RE: SOT: Adding File Extensions to Dreamweaver CS4

2009-07-09 Thread Steve LaBadie
Casey, Already edited the FileTypes, didn't work. Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 http://www.esu.edu slaba...@po-box.esu.edu -Original Message- From: Casey Dougall [mailto:ca...@uberwebsitesolutions.com] Se

Leaving FCKEditor enaled

2009-07-09 Thread Brian McCairn
Just for the sake of argument, if you were crazy enough to leave FCKEditor enabled to allow image uploads, do you think the following would leave you secure? Change allowed file types in connectors/cfm config.cfm to: //Allowed Resource Types Config.ConfigAllowedTypes = "Image"

Re: SOT: Adding File Extensions to Dreamweaver CS4

2009-07-09 Thread Casey Dougall
On Thu, Jul 9, 2009 at 12:31 PM, Steve LaBadie wrote: > > MMDocumentTypes.xml doesn't seem to exist in CS4. I edited the > Extensions.txt and the File Types Editor under preferences, but > Dreamweaver still doesn't recognize the added extensions. What other > files need to be edited? > > > edit/

SOT: Adding File Extensions to Dreamweaver CS4

2009-07-09 Thread Steve LaBadie
MMDocumentTypes.xml doesn't seem to exist in CS4. I edited the Extensions.txt and the File Types Editor under preferences, but Dreamweaver still doesn't recognize the added extensions. What other files need to be edited? Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St.

RE: New CF8 vulnerability

2009-07-09 Thread Dawson, Michael
I don't see your particular update level, but I do see an update level that is earlier than 77218. Thanks, Mike -Original Message- From: Tom Chiverton [mailto:tom.chiver...@halliwells.com] Sent: Thursday, July 09, 2009 11:03 AM To: cf-talk Subject: Re: New CF8 vulnerability Also, afte

Re: Coldfusion version? 8.0.1 '8,0,0,176276'

2009-07-09 Thread Barney Boisvert
Azadi is correct, that is an 8.0.0 version. The fourth number in the tuple is a hotfix number that can change by dropping hotfix JARs (i.e., sans installer). cheers, barneyb On Thu, Jul 9, 2009 at 8:08 AM, Azadi Saryev wrote: > > I believe you are on 8.0.0. > My 8.0.1 reports its version as 8,0

Re: New CF8 vulnerability

2009-07-09 Thread Tom Chiverton
Also, after applying it, the info. page still says: Update Level: /opt/coldfusion8/lib/updates/hf801-71471.jar Although it also says CF Classpath: :opt/coldfusion8/runtime/../lib/updates/hf801-71471.jar: :opt/coldfusion8/runtime/../lib/updates/coldfusion8.0.1_hf801-77218.jar: Is that what

Re: Ext Js 3.0 Released

2009-07-09 Thread Cutter (ColdFusion)
Theming is much easier, as they've broken down the CSS by component within the build files. There have been multiple themes available via the forums and learning center of the Ext site for quite a while, and the Spket IDE (http://www.spket.com/) has a custom theming tool built in as well. Ste

Re: ColdFusion SME

2009-07-09 Thread Pranathi Reddy
SME means Subject Matter expert ..thats what the person said to her... I strongly believe it is referring to a person who is strong in that particular technology . Pranathi ~| Want to reach the ColdFusion community with s

Re: Ext Js 3.0 Released

2009-07-09 Thread Judah McAuley
On Wed, Jul 8, 2009 at 8:19 PM, Cutter (ColdFusion Related) wrote: > Now, if we could just get packed js code in our template headers...;) And if only we could get real theming support in Ext so that it looked like the rest of our app... I know Jack has said that easier theming is coming and Jac

Re: Coldfusion version? 8.0.1 '8,0,0,176276'

2009-07-09 Thread Azadi Saryev
I believe you are on 8.0.0. My 8.0.1 reports its version as 8,0,1,195765 Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ On 09/07/2009 21:59, Paul Ihrig wrote: > is this 8,0,0,176276 > this 8.0.1??? > in cfadmin all i see for version is 8,0,0,176276 > this > http://www.adobe.com/support/s

Coldfusion version? 8.0.1 '8,0,0,176276'

2009-07-09 Thread Paul Ihrig
is this 8,0,0,176276 this 8.0.1??? in cfadmin all i see for version is 8,0,0,176276 this http://www.adobe.com/support/security/bulletins/apsb09-09.html tells me i need to first be at 8.0.1 thanks -paul ~| Want to reach the Col

Re: (ot) Javascript Help

2009-07-09 Thread Dave Watts
> Someone told me that IE cannot talk to an embed tag, only an object tag, but > I believe > the ID vs NAME issue is tripping me up. I don't think IE uses the EMBED tag at all. Give your OBJECT an ID of its own, and use that when you're in IE. Dave Watts, CTO, Fig Leaf Software http://www.figle

Re: (ot) Javascript Help

2009-07-09 Thread James Holmes
There's probably something in jquery that'll do it on one line of cross browser code... mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/7/9 Michael Muller : > > Ok, I need some Javascript help. > > I just cannot get this script (residing in an iframe)... > >

Re: iterating loop

2009-07-09 Thread James Holmes
If it's CF8, a file loop is probably easier to understand than a list loop with CR/LF delimiters. mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/7/9 Justin Scott : > >> i have 2 file datatrac.csv,datatrac-ag.csv, action for both >> the files is same but i

Re: ColdFusion SME

2009-07-09 Thread Phillip Vector
When I worked for Microsoft in Seattle, WA, I was called a SDET (Software Development Engineer in Test). Basically, Beta Tester. It was Microsofts own language. Other companies in the area would advertise "SDET" as well. They weren't Microsoft, but those who were knowledgeable in the field in tha

Re: ColdFusion Report Builder and Excel Output

2009-07-09 Thread Dave Sueltenfuss
I have had similar issues with the excel options for ColdFusion Reports. In the end, I wrote code to using CFFILE to create a csv file with a .xls extension instead. Dave > Hello, I've recently been messing around with ColdFusion Report > Builder because of it's ability to easily output the r

RE: iterating loop

2009-07-09 Thread Justin Scott
> i have 2 file datatrac.csv,datatrac-ag.csv, action for both > the files is same but i have to iterate the loop 2 times > based on file name, for that how to check file name > which is the file and what is the action(through these 2 > files i have to insert the data into DB by deleting the > p

(ot) Javascript Help

2009-07-09 Thread Michael Muller
Ok, I need some Javascript help. I just cannot get this script (residing in an iframe)... parent.thisMovie('studio_loader_embed').reloadClipart(); parent.thisMovie('studio_loader_embed').showTab(2); ...to go through this script... function thisMovie(movieName) { if (navigator.appName.ind

Re: ColdFusion SME

2009-07-09 Thread Adam Haskell
Probably Subject Matter Expert, but at the end of the day it is real easy to find out. Just ask the person that said it. :) Adam On Thu, Jul 9, 2009 at 12:21 AM, Pranathi Reddy wrote: > > Alright.. too many guessing and thats for all for the response. I really > dont know which one would be r

Re: New CF8 vulnerability

2009-07-09 Thread Tom Chiverton
On Tuesday 07 Jul 2009, Dave l wrote: > http://www.coldfusion.tv/viewVideo.cfm?videoID=111 There is a whole ton of 'old' errors in the application he hacks, any of which anyone could make. Without anyone of them, the 'exploit' wouldn't have worked. There's nothing in the FCKeditor plugins t

Re: New CF8 vulnerability

2009-07-09 Thread Tom Chiverton
On Wednesday 08 Jul 2009, Adrocknaphobia wrote: > Sorry Kris, I wish we could have made it a little less scary, but you > shouldn't worry. Note the instructions aren't the best. Our CF8.0.0 server doesn't have 'editor/filemanager/connectors/cfm', so I've done # cd ../CFIDE/scripts/ajax/FCKe

iterating loop

2009-07-09 Thread RamaDevi Dobbala
hi frnds, can any one help me here is my question i have 2 file datatrac.csv,datatrac-ag.csv, action for both the files is same but i have to iterate the loop 2 times based on file name, for that how to check file name which is the file and what is the action(through these 2 files i have to