Skip to content

Tag Archives: amp output

How do i center a google gadget i put on my site using dreamweaver cs3?

I built my site with dreamweaver cs3 and i added a bandwidth test google gadget. It shows up perfectly but i can not get it to center. anyone know how i can do this? This is how i have it written. <p><script src="http://www.gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/103534220535816043845/speedtest.xml&synd=open&w=350&h=305&title=Speed+Test&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> </p>

How do I recieve an xml feed with an xmlhttp object?

I have createn an asp document that retrieves feeds such as http://www.nytimes.com/services/xml/rss/nyt/Arts.xml and writes a responce containing the items as html. Using: Set xmlHttp = Server.CreateObject("MSXML2.ServerXMLHTTP") xmlHttp.Open "GET", feedurl, false xmlHttp.Send() feedxml = xmlHttp.ResponseText How do I use this to recieve feed xml from feeds that do not end in .xml such as http://news.google.com/nwshp?sourceid=navclient&ned=us&topic=t&output=rss Thanks [...]