Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Jerry Baker #1
Problem with MMHttp.GetFile()
If I use MMHttp.GetFile("http://www.w3.org/Icons/valid-html401") the
data property is ".../Icons/valid-html401/index.html"! Arghh! It's
assuming that the URL is a directory. Is there a way to make it not
assume that? It's a valid URI that points to an image file. No extension
is present to allow the server to serve a GIF or PNG depending on the
browser's Accept headers.
--
Jerry Baker
Automatic ALT text on all images
HTML and XHTML doctype switching with a mouse click
"Insert Image+" and "Insert (X)HTML Doctypes" Extensions
[url]http://www.macromedia.com/cfusion/exchange/index.cfm?view=sn103&authorid=21726084[/url]
Jerry Baker Guest
-
HTTPS and MMHttp in Dreamweaver CS3 for Mac
MMHttp doesn't seem capable of HTTPS communication in Dreamweaver CS3 for Mac. When I do something like ... -
contribute problem - access denied file may not existpermission problem
Recieving the following error message - "access denied file may not exist , or there could be a permission problem" this happened this morning ,... -
use MMHttp.getFile to get file from ftp server?
can i use MMHttp.getFile(ftp://user:pwd@ftp.Host.com:21/file.xml) to get file.xml from the ftp server? it always return 12007 Thx a lot -
MMHttp.getText or MMHttp.postText server timeout
We are using MMHttp.getText or MMHttp.postText to send requests to server. Some request take several minutes to complete and Dreamweaver gets a... -
Problem with Apache Web Server config file and PHP (please give advice on what problem may be me)
HI: Can anyone refer me to someone that can help with the problem below. I installed Apache Web Server on my laptop which has Windows XP. I... -
Jerry Baker #2
Re: Problem with MMHttp.GetFile()
Jerry Baker wrote:
Yep, there's no way around it. My extension's feature is dead in the> If I use MMHttp.GetFile("http://www.w3.org/Icons/valid-html401") the
> data property is ".../Icons/valid-html401/index.html"!
water until MM fixes this.
--
Jerry Baker
Automatic ALT text on all images
HTML and XHTML doctype switching with a mouse click
"Insert Image+" and "Insert (X)HTML Doctypes" Extensions
[url]http://www.macromedia.com/cfusion/exchange/index.cfm?view=sn103&authorid=21726084[/url]
Jerry Baker Guest
-
danilocelic *TMM* #3
Re: Problem with MMHttp.GetFile()
Jerry Baker wrote:
I guess that since DW technically isn't a browser it might not (probably> If I use MMHttp.GetFile("http://www.w3.org/Icons/valid-html401") the
> data property is ".../Icons/valid-html401/index.html"! Arghh! It's
> assuming that the URL is a directory. Is there a way to make it not
> assume that? It's a valid URI that points to an image file. No extension
> is present to allow the server to serve a GIF or PNG depending on the
> browser's Accept headers.
not) have Accept headers to send that the server could differentite between.
Why not link directly to the one of the images?
[url]http://www.w3.org/Icons/valid-html401.gif[/url]
[url]http://www.w3.org/Icons/valid-html401.png[/url]
Then you can ask the user do they want the gif or png for their site.
Danilo
danilocelic *TMM* Guest
-
Jerry Baker #4
Re: Problem with MMHttp.GetFile()
danilocelic *TMM* wrote:
Because I can't control what is passed to that function. It comes from> Why not link directly to the one of the images?
> [url]http://www.w3.org/Icons/valid-html401.gif[/url]
> [url]http://www.w3.org/Icons/valid-html401.png[/url]
>
> Then you can ask the user do they want the gif or png for their site.
the SRC attribute of an image tag in a DW document. If they have that as
their SRC, my extension dies.
--
Jerry Baker
Automatic ALT text on all images
HTML and XHTML doctype switching with a mouse click
"Insert Image+" and "Insert (X)HTML Doctypes" Extensions
[url]http://www.macromedia.com/cfusion/exchange/index.cfm?view=sn103&authorid=21726084[/url]
Jerry Baker Guest



Reply With Quote

