Re: rss.cfc problem in IE9

2012-08-16 Thread Raymond Camden

 This works fine in almost everything, except IE9 (for me).
 I see a blank page, although viewing the source looks correct.

So it may be just that IE9 doesn't want to render it. My question is -
do you care? Your audience won't be viewing the raw XML anyway, so is
this really an issue?

 Still can't see it in IE9, works everywhere else, but another bug has cropped 
 up.
 In the TITLE there's a single quote/apostrophe issue - regardless of what I 
 do, I end up with Tomapos;s Hardware. Nothing seems to fix that. However, 
 in the description (body), it displays correctly as Tom's Harware. Go 
 figure.

I believe this is just an HTML encoded version. Again - does it
matter? In a feed reader it should display correctly.

I guess in general - my question is - why are you 'testing' by viewing
it in the browser anyway?



-- 
===
Raymond Camden, Adobe Developer Evangelist

Email : raymondcam...@gmail.com
Blog : www.raymondcamden.com
Twitter: cfjedimaster

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352170
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: rss.cfc problem in IE9

2012-08-16 Thread Dave Watts

 I guess in general - my question is - why are you 'testing' by viewing
 it in the browser anyway?

Some people use their browsers to view feeds, actually.

http://windows.microsoft.com/en-us/windows7/How-to-use-RSS-feeds-in-Internet-Explorer-9

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352171
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: rss.cfc problem in IE9

2012-08-16 Thread Dave Watts

 I've gone ahead and written a test page using cffeed (CF8 version).
 Same result - almost...

Here's what I recommend you do. Use a plugin like Firebug, and very
carefully examine the entire request and response from your feed, and
compare it to a feed that works in IE 9. The problem is almost
certainly some extra whitespace or junk that's keeping the browser
from interpreting the response properly.

 Still can't see it in IE9, works everywhere else, but another bug has cropped 
 up.
 In the TITLE there's a single quote/apostrophe issue - regardless of what I 
 do, I end up with Tomapos;s Hardware. Nothing seems to fix that.
 However, in the description (body), it displays correctly as Tom's Harware. 
 Go figure.

I don't think that's a bug. Any XML metacharacters in an XML element
or attribute must be escaped. The escape sequence for the single quote
XML metacharacter is apos;. If the text containing the metacharacters
is in an element, it can be escaped in an element body using CDATA,
but in an attribute value that's not an option.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352172
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Looking for Homesite+

2012-08-16 Thread Michael Muller

I recently bought a new laptop and am installing all my apps on it, until I 
realized I can't find my old Dreamweaver CD anymore. Homesite+ is my editor of 
choice. I know this is a really old program and everyone has moved on to new 
tools, but I really like Homesite+ and am used to all the hot key commands. Is 
there anywhere I can get this app without having to buy a copy of the old DW CD 
on eBay? I tried looking online but all I see are torrents that want to install 
all kinds of other crap on your machine. Thanks. Mik 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352173
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Looking for Homesite+

2012-08-16 Thread Bill Franklin

It would be nice if Adobe would opensource Homesite+

Freundliche Grüße / Best regards,
 
Bill Franklin
Computer Integrated Mfg.


 
Bayer CropScience LP
8400 Hawthorne Road, Room 2447
Kansas City, MO 64120
Tel: +1 816 242 2148
Fax: +1 816 242 2047
E-mail: bill.frank...@bayer.com
Web: http://www.bayercropscience.com

Vorstand: Sandra E. Peterson, Vorsitzende   |  Lykele van der Broek, Achim 
Noack, Rüdiger Scheitza, Michael A. Schulz
Vorsitzender des Aufsichtsrats: Werner Baumann
Sitz der Gesellschaft: Monheim am Rhein   |   Eintragung: Amtsgericht 
Düsseldorf, HRB 46985

-Original Message-
From: Michael Muller [mailto:ad...@montaguema.net] 
Sent: Thursday, August 16, 2012 11:01 AM
To: cf-talk
Subject: Looking for Homesite+


I recently bought a new laptop and am installing all my apps on it, until I 
realized I can't find my old Dreamweaver CD anymore. Homesite+ is my editor of 
choice. I know this is a really old program and everyone has moved on to new 
tools, but I really like Homesite+ and am used to all the hot key commands. Is 
there anywhere I can get this app without having to buy a copy of the old DW CD 
on eBay? I tried looking online but all I see are torrents that want to install 
all kinds of other crap on your machine. Thanks. Mik 




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352174
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Looking for Homesite+

2012-08-16 Thread Claude Schnéegans

 It would be nice if Adobe would opensource Homesite+

Even better if they continued supporting it.
No other CF editor ever reached it's level of versatility (except fot things we 
don't need of course, ie: Eclipse)

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352175
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Looking for Homesite+

2012-08-16 Thread Wil Genovese

It would be nice if Adobe would opensource Homesite+

Then someone would have to learn how to program in Delphi.

http://en.wikipedia.org/wiki/Macromedia_HomeSite

http://en.wikipedia.org/wiki/Borland_Delphi




Wil Genovese
Sr. Web Application Developer/
Systems Administrator
CF Webtools
www.cfwebtools.com

wilg...@trunkful.com
www.trunkful.com

On Aug 16, 2012, at 11:15 AM, Bill Franklin wrote:

 
 It would be nice if Adobe would opensource Homesite+
 
 Freundliche Grüße / Best regards,
 
 Bill Franklin
 Computer Integrated Mfg.
 
 
 
 Bayer CropScience LP
 8400 Hawthorne Road, Room 2447
 Kansas City, MO 64120
 Tel: +1 816 242 2148
 Fax: +1 816 242 2047
 E-mail: bill.frank...@bayer.com
 Web: http://www.bayercropscience.com
 
 Vorstand: Sandra E. Peterson, Vorsitzende   |  Lykele van der Broek, Achim 
 Noack, Rüdiger Scheitza, Michael A. Schulz
 Vorsitzender des Aufsichtsrats: Werner Baumann
 Sitz der Gesellschaft: Monheim am Rhein   |   Eintragung: Amtsgericht 
 Düsseldorf, HRB 46985
 
 -Original Message-
 From: Michael Muller [mailto:ad...@montaguema.net] 
 Sent: Thursday, August 16, 2012 11:01 AM
 To: cf-talk
 Subject: Looking for Homesite+
 
 
 I recently bought a new laptop and am installing all my apps on it, until I 
 realized I can't find my old Dreamweaver CD anymore. Homesite+ is my editor 
 of choice. I know this is a really old program and everyone has moved on to 
 new tools, but I really like Homesite+ and am used to all the hot key 
 commands. Is there anywhere I can get this app without having to buy a copy 
 of the old DW CD on eBay? I tried looking online but all I see are torrents 
 that want to install all kinds of other crap on your machine. Thanks. Mik 
 
 
 
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352176
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Looking for Homesite+

2012-08-16 Thread Russ Michaels

it was only distributed with old versions of DW and not in the current CD's
but a lot of folks here are still using it, so I think your chances of
getting a copy from someone here are pretty good.

On Thu, Aug 16, 2012 at 5:21 PM,  wrote:


  It would be nice if Adobe would opensource Homesite+

 Even better if they continued supporting it.
 No other CF editor ever reached it's level of versatility (except fot
 things we don't need of course, ie: Eclipse)

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352177
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Looking for Homesite+

2012-08-16 Thread Michael Muller

 I recently bought a new laptop and am installing all my apps on it, 
 until I realized I can't find my old Dreamweaver CD anymore. 

Ahah. I found the CD. Woohoo! Now I just need to update the tag definitions to 
the latest version of CFM. Obviously this one came with CF5, and I'm now on 
CF9. 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352178
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Looking for Homesite+

2012-08-16 Thread Mike Chabot

If you have any old Macromedia demo/trial CDs, the full installer should be
on those as well.

-Mike Chabot

On Thu, Aug 16, 2012 at 12:01 PM, Michael Muller ad...@montaguema.netwrote:


 I recently bought a new laptop and am installing all my apps on it, until
 I realized I can't find my old Dreamweaver CD anymore. Homesite+ is my
 editor of choice. I know this is a really old program and everyone has
 moved on to new tools, but I really like Homesite+ and am used to all the
 hot key commands. Is there anywhere I can get this app without having to
 buy a copy of the old DW CD on eBay? I tried looking online but all I see
 are torrents that want to install all kinds of other crap on your machine.
 Thanks. Mik


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352179
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Populate Select List from JS

2012-08-16 Thread Chris Hardman

 Hello everyone,
 So yesterday I figured out the JavaScript for my two selects. In the 
 JS code below I have the information I need, Resort Name and Resort 
 ID:
 
 script type = text/javascript
   function setOptions(opt) { 
   var resortID = document.adminForm.resortID; 
   resortID.options.length = 0; 
   
   if ((opt == 0) || (opt == 1)){
   resortID.options[resortID.options.length] = new 
 Option(); 
   }
   
   if ((opt == 2) || (opt == 2)) { 
   cfoutput query=qSelectResorts
   resortID.options[resortID.options.length] = new 
 Option('#Resort_Name#','#resort_ID#');
   /cfoutput}
   
   } 
   
   /script 
 
 
 Here are the select lists:
 
 select name=adminID size=1 style=width: 150px 
 onchange=setOptions(document.adminForm.adminID.options[document.
 adminForm.adminID.selectedIndex].value);
   option value=0 
 selectedSelect.../option
   option value=1Site 
 Admin/option
   option 
 value=2Resort Admin/option
   /select
   br /
   br /
   select name=resortID 
 size=1 style=width: 150px option 
 value = 0
   /option/select
 
 The first list is hard coded as you can see and teh second one is 
 dynamic. When you select Resort Admin then the second list populates 
 with the resort names. What I need now is to get the resort ID's in 
 the value and I don't know how to do that. If anyone can help me with 
 this last part I would really appreciate it.
 
 
 Thanks in advance,
 
Bruce 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352180
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Populate Select List from JS

2012-08-16 Thread Chris Hardman

 Hello everyone,
 So yesterday I figured out the JavaScript for my two selects. In the 
 JS code below I have the information I need, Resort Name and Resort 
 ID:
 
 script type = text/javascript
   function setOptions(opt) { 
   var resortID = document.adminForm.resortID; 
   resortID.options.length = 0; 
   
   if ((opt == 0) || (opt == 1)){
   resortID.options[resortID.options.length] = new 
 Option(); 
   }
   
   if ((opt == 2) || (opt == 2)) { 
   cfoutput query=qSelectResorts
   resortID.options[resortID.options.length] = new 
 Option('#Resort_Name#','#resort_ID#');
   /cfoutput}
   
   } 
   
   /script 
 
 
 Here are the select lists:
 
 select name=adminID size=1 style=width: 150px 
 onchange=setOptions(document.adminForm.adminID.options[document.
 adminForm.adminID.selectedIndex].value);
   option value=0 
 selectedSelect.../option
   option value=1Site 
 Admin/option
   option 
 value=2Resort Admin/option
   /select
   br /
   br /
   select name=resortID 
 size=1 style=width: 150px option 
 value = 0
   /option/select
 
 The first list is hard coded as you can see and teh second one is 
 dynamic. When you select Resort Admin then the second list populates 
 with the resort names. What I need now is to get the resort ID's in 
 the value and I don't know how to do that. If anyone can help me with 
 this last part I would really appreciate it.
 
 
 Thanks in advance,
 
Bruce

AJAX might be better here.  


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352181
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Populate Select List from JS

2012-08-16 Thread Bruce Sorge

Actually this code worked once I corrected the spelling of a variable. Sorry I 
did not update the list.

BRuce
 
 Bruce
 
 AJAX might be better here.  


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352182
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Looking for Homesite+

2012-08-16 Thread Claude Schnéegans

  I just need to update the tag definitions to the latest version of CFM.

However, what is the last supported CF version and where are the updates 
available ?

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352183
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Need help with Java webservice stubs

2012-08-16 Thread Jen McVicker

We have a dev server and a live server, both running ColdFusion 9. The
ColdFusion versions are the same, the Java versions are the same, the JVM
versions are the same. I am trying to connect to an external web service
with coldfusion and on dev it works fine. On live, I'm getting the error:
Web service operation XXX with parameters {blah blah} cannot be found. I
checked the stubs on both servers, and the live server is generating several
MORE stubs than the dev server, and they are all called ArrayOf[XYZ] (where
[XYZ] is some object). On dev, I am able to pass the complex component (with
nested components and arrays of components) to the external web service and
get a response. On live, I get the error, and I believe it's because on
live, it's expecting the arrays to actually be objects. What would cause
this to happen, and how can I resolve this?

 

I can't find any differences in the settings between the two servers, other
than that dev has debugging turned on and live does not.

 

Jen Perkins McVicker

Adobe Certified ColdFusion Developer

 mailto:jen.mcvic...@gmail.com jen.mcvic...@gmail.com

 http://www.linkedin.com/in/jmcvicker http://www.linkedin.com/in/jmcvicker

 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352184
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Need help with Java webservice stubs

2012-08-16 Thread Russ Michaels

usually that error is because the stubs could not be created.
]re both servers updated to same level with patches etc ?
are they both running the same version of Apache axis. This may have been
updated by a cf hot fix or update or perhaps someone manually updated axis
on your dev server.


On Thu, Aug 16, 2012 at 8:47 PM, Jen McVicker snarkmeis...@gmail.comwrote:


 We have a dev server and a live server, both running ColdFusion 9. The
 ColdFusion versions are the same, the Java versions are the same, the JVM
 versions are the same. I am trying to connect to an external web service
 with coldfusion and on dev it works fine. On live, I'm getting the error:
 Web service operation XXX with parameters {blah blah} cannot be found. I
 checked the stubs on both servers, and the live server is generating
 several
 MORE stubs than the dev server, and they are all called ArrayOf[XYZ] (where
 [XYZ] is some object). On dev, I am able to pass the complex component
 (with
 nested components and arrays of components) to the external web service and
 get a response. On live, I get the error, and I believe it's because on
 live, it's expecting the arrays to actually be objects. What would cause
 this to happen, and how can I resolve this?



 I can't find any differences in the settings between the two servers, other
 than that dev has debugging turned on and live does not.



 Jen Perkins McVicker

 Adobe Certified ColdFusion Developer

  mailto:jen.mcvic...@gmail.com jen.mcvic...@gmail.com

  http://www.linkedin.com/in/jmcvicker
 http://www.linkedin.com/in/jmcvicker





 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352185
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Need help with Java webservice stubs

2012-08-16 Thread Jen McVicker

Russ, thank you so much for pointing me in the right direction.  There was
an older version of Axis running on our live server; once we upgraded to the
same version we had on dev, the web service worked like a charm.

Jen Perkins McVicker
Adobe Certified ColdFusion Developer
jen.mcvic...@gmail.com
http://www.linkedin.com/in/jmcvicker


-Original Message-
From: Russ Michaels [mailto:r...@michaels.me.uk] 
Sent: Thursday, August 16, 2012 12:56 PM
To: cf-talk
Subject: Re: Need help with Java webservice stubs


usually that error is because the stubs could not be created.
]re both servers updated to same level with patches etc ?
are they both running the same version of Apache axis. This may have been
updated by a cf hot fix or update or perhaps someone manually updated axis
on your dev server.


On Thu, Aug 16, 2012 at 8:47 PM, Jen McVicker snarkmeis...@gmail.comwrote:


 We have a dev server and a live server, both running ColdFusion 9. The 
 ColdFusion versions are the same, the Java versions are the same, the 
 JVM versions are the same. I am trying to connect to an external web 
 service with coldfusion and on dev it works fine. On live, I'm getting the
error:
 Web service operation XXX with parameters {blah blah} cannot be 
 found. I checked the stubs on both servers, and the live server is 
 generating several MORE stubs than the dev server, and they are all 
 called ArrayOf[XYZ] (where [XYZ] is some object). On dev, I am able to 
 pass the complex component (with nested components and arrays of 
 components) to the external web service and get a response. On live, I 
 get the error, and I believe it's because on live, it's expecting the 
 arrays to actually be objects. What would cause this to happen, and 
 how can I resolve this?



 I can't find any differences in the settings between the two servers, 
 other than that dev has debugging turned on and live does not.



 Jen Perkins McVicker

 Adobe Certified ColdFusion Developer

  mailto:jen.mcvic...@gmail.com jen.mcvic...@gmail.com

  http://www.linkedin.com/in/jmcvicker
 http://www.linkedin.com/in/jmcvicker





 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352186
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm