Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Steve #1
WDDX rocks with DW extensions
This isn't really a question, more of a comment. I've been working on some
extensions that heavy use of WDDX [url]http://www.openwddx.org[/url] to transfer complex
data between dreamweaver and my server. It works great. If you haven't played
with WDDX yet, try it out. Steve
Steve Guest
-
2m`cp The Arcade Room Rocks ! 2m`cp
This site has tons of games for fun! Visit the arcade room for excitement at http://www.gabbyinc.net ! Also has plenty of free games to enjoy! So... -
WDDX and '&'
I have a Query record that has a '&' in it. The record loads fine into a WDDX variable and then displays into a field on the screen however when I... -
WDDX issue
How are you sending it once you have it packaged? I'm guessing either through a 'get' mehtod via a form or a url. In either case the server will cut... -
OT- Dell Customer service just friggin' ROCKS
So you guys knew I was having some problems with my Dell D600 laptop. I won't get into all the menutia but they are essentially sending me a new... -
php wddx
I have a webserver machine with linux apache 2.0 php 4.2.2 with wddx support and a windows machine with iis server wich have a .Net system wich i... -
danilocelic *TMM* #2
Re: WDDX rocks with DW extensions
Steve wrote:
Hey Steve,> This isn't really a question, more of a comment. I've been working on some
> extensions that heavy use of WDDX [url]http://www.openwddx.org[/url] to transfer complex
> data between dreamweaver and my server. It works great. If you haven't played
> with WDDX yet, try it out. Steve
How are you performing the data transfer to the server? Using the built in FTP, the MMHttp object, or some other method?
--
Enjoy,
Danilo Celic
| Extending Knowledge, Daily
| [url]http://www.CommunityMX.com/[/url]
Those who aren't looking often have their eyes open widest.
danilocelic *TMM* Guest
-
Steve #3
Re: WDDX rocks with DW extensions
I've been using MMhttp. That works pretty well. Basically I get the wddx data
with a MMHttp.getText() then, populate a form in my extension with the data.
Then use the setField() WDDX function to manipulate the WDDX, then when i'm
done I serialize the data and use MMHttp.postText() to send the updated packet
back to the server. I have had some issues with urlencoding the data. But I
think that might actually be on the ColdFusion side, not DW. I don't remember
having this problem with CF4 and CF 5 it might be a bug in CF6, i'm not sure.
For example if I have a WDDX packet that contains HTML data in it, when i send
the packet back to the server it barfs on me. This happens even if i encode the
data with the JS escape() function. It seems to urldecode it too soon. Anyway i
got around that by just replacing the &'s in the data with %% then doing
the same thing when the packet comes to the server. Ugly, but it works. Steve
Nelson
Steve Guest



Reply With Quote

