1.
BeaverBlog » XML, XMLDom and ASP, Part 1
Apr 9, 2007 ... End end if set oNode = xmlDom.documentElement.selectSingleNode(”description”) if not oNode is nothing then Response. ...
2.
BeaverBlog » Installing an ISAPI/CGI extension on Windows 2003
This article describes how to setup IIS6 on Windows 2003 to allow it to execute ISAPI and CGI extensions. For this example I’m using my own ISAPI ...
3.
BeaverBlog » Displaying an RSS feed using XMLDom and ASP
Apr 24, 2007 ... setProperty("ServerHTTPRequest", true) xmlDom.async = false call xmlDom.load("http://www.beaverblogg.com/?feed=rss2") if not xmlDom. ...
4.
BeaverBlog » Displaying an RSS feed using XMLDom and ASP
Apr 24, 2007 ... Displaying an RSS feed using XMLDom and ASP. ... I saw some really horrible examples today on how to show an RSS feed using XMLDom so I took ...
5.
BeaverBlog » Installing an ISAPI/CGI extension on Windows 2003
This article describes how to setup IIS6 on Windows 2003 to allow it to execute ISAPI and CGI extensions. For this example I’m using my own ISAPI ...
6.
BeaverBlog » Installing an ISAPI/CGI extension on Windows 2003
This article describes how to setup IIS6 on Windows 2003 to allow it to execute ISAPI and CGI extensions. For this example I’m using my own ISAPI ...
7.
BeaverBlog » XML, XMLDom and ASP, Part 1
Apr 9, 2007 ... set nodeCol = xmlDom.documentElement.selectNodes("files/file") for each oNode in nodeCol Response.Write("<span title=""") Response. ...
8.
BeaverBlog » XML, XMLDom and ASP, Part 1
Apr 9, 2007 ... End end if set oNode = xmlDom.documentElement.selectSingleNode(”description”) if not oNode is nothing then Response. ...
9.
BeaverBlog » Gaim IM now known as Pidgin
Gaim IM now known as Pidgin. ... Switcher. Home > Misc, Picked up on the net > Gaim IM now known as Pidgin. Gaim IM now known as Pidgin. April 11th, 2007 ...
10.