At 7/12/09 11:20 AM, adam2510 wrote:
*slamms head on desk*
this is so god damn hard because microsoft dont tell you what you need to be able to do it
they tell you the basics and hope you figure out the rest and right now i cant be fucked figuring it out, i am tired as hell and its only 11:20pm
So uhm yeah, RSS feed syndication + hard somehow these two don't seem go along IMO.
All you need to do is this
var dld = new ActiveXObject("Microsoft.XmlHTTP");
dld.open("GET","feed_url");
dld.send();
dld.onreadystatechange=function()
{
if (dld.readystate==4)
{
//parse dld.responseXML
}
}
As for the parsing, I don't think that should be a problem.
I didn't try any of the code presented to you, but it should work.
Also the raw file ng provides has a template gradient for the buttons, why don't you use that for the header? The current one looks old