Follow WebProNews
AdSense Video in UK, Ireland, Canada

As soon as news reached that AOL released Video Ticker there also was an announcement that Google will be introducing AdSense Video Units to Canada, the UK & Ireland.

AOL’s VIDEO TICKER ADS:

AOL Rolls Out Video Ticker Ads

AOL’s advertising division, Platform-A, developed the video ticker ads as an alternative to conventional pre-roll spots for online video.

FindWhat Gets Pretty New Logo, Ticker Symbol

Findwhat, Espotting, and Comet Systems, disparate properties which have been brought together through acquisition, will now come together under the Miva brand, the e-commerce storefront company that had also been part of the group.

It’s not a blog but the BBC News editor’s site is a good read

I wrote a critical commentary earlier last month about the BBC News website and how its editor, Peter Clifton, had started writing commentaries that “look back at the week in the newsroom – and tackle some of your questions.”

Using the XML Data Source Object
· 2

The XML Data Source Object (DSO) is a Microsoft ActiveX control built into Microsoft Internet Explorer 4+. Using this object, it is possible to extract content from an external XML file or XML data embedded in the HTML file into a HTML page. In this article, I’ll explain how to include the XML DSO, extract content from an external XML file, extract XML data from XML data embedded in the webpage and manipulation using JavaScript.

XML and JavaScript Tutorial

XML is a very important base on which Web Services work. XML can be used in conjunction with a lot of client side and server side languages to put it to good use.

Let us see how we can get XML and client side JavaScript to work together. We will see how we can display the contents of an XML file using JavaScript, accessing child elements, manipulating elements etc.