[cfaussie] [ANN-SYD] Tonight: Bzoo, FlashDevelop, Who's Doing What With AIR and Eclipse Tips

2009-03-29 Thread Chris Velevitch
Meet on Monday 30th Mar, 2009 at 6pm for 6:30 start. Bzoo is an open source AS3 database for Flash. FlashDevelop is a free and open source code editor for AS2, AS3, MXML and haXe. Also we'll see an example of how Air is being used and some tips in using Eclipse. (see [2] for more details)

[cfaussie] html editor

2009-03-29 Thread skateboard.com.au
Anyone have any recommendations for a browser based WYSIWYG HTML editor? Preferably no active x/java plug ins etc etc. thanks Drew --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups cfaussie group. To post to this

[cfaussie] Re: html editor

2009-03-29 Thread Kym Kovan
Drew wrote: Anyone have any recommendations for a browser based WYSIWYG HTML editor? Preferably no active x/java plug ins etc etc. 1. TinyMCE (add the CFFM filemanager to make it even better) 2. FCKEditor We have both in our CMS, folk can select which they want and most go for TinyMCE

[cfaussie] Re: html editor

2009-03-29 Thread Peter Bell
Tried both. We've settled on Tiny. It isn't perfect, but it's less horrible than anything else out there. And the CFFM file manager plays nicely with it. Best Wishes, Peter On Mar 29, 2009, at 9:03 PM, Kym Kovan wrote: Drew wrote: Anyone have any recommendations for a browser based

[cfaussie] Re: html editor

2009-03-29 Thread charlie arehart
As may be no surprise to some, I'll point out that I have a category of such tools at my CF411 site: WYSIWYG/Rich Text Editors http://www.cf411.com/#rich Most are free, a couple commercial. They vary in technology (a detail which I don't track), Drew, so I'll leave it for you to explore if any

[cfaussie] Consuming a zipped webservice XML

2009-03-29 Thread Stephen M
The server hosting the webservice is zipping up the WSDL The result is that I get the folliwng error http://thing.whatsit.com.au/Ctab.WebServices/MembersWebService.asmx? WSDL. java.util.zip.ZipException: unknown compression method I have tested my webservice calls on a dev server and they work

[cfaussie] Re: Consuming a zipped webservice XML

2009-03-29 Thread Kai Koenig
Hi Stephen, this will hopefully help you, it's a know problem with HTTP-based communication and IIS... http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402092 It's a hotfix for 7.0.2 thoug, so make sure your CF server is running 7.0.2 in the first place. Also if it's just about