BiiSoft

FacebookTwitter
http://www.labnol.org/internet/google-dfp-tutorial/14099/

How to Setup Google DFP (DoubleClick for Publishers) for Selling Ads on your Site - A Tutorial

DoubleClick for Publishers (DFP), earlier known as Google Ad Manager, lets you sell direct ads on your website. This step-by-step tutorial will help you quickly get started with DFP. Say you use an advertising network like Google AdSense for serving ads but also accept direct advertisers on your website? Or have you signed up with multiple ad-networks but, due to limited ad space on your site, you will only like to run ads from the network that pays you the most money (read maximum CPM)? In either of these cases, Google DFP , or DoubleClick for Publishers, could be an ideal solution for you. It is a free ad server from Google, like OpenX, that lets you sell ad space on your website more effectively
Phoebus is an implementation of Pregel which I wrote primarily because I found the original paper really interesting and because I couldn't find any open source implementation of Pregel for me to experiment with Parallel/Distributed Graph algorithms. The Pregel model provides an efficient and elegant means to Scalably process Large graphs in a distributed manner. One particularly interesting application of Graph algorithms is Path Finding. Let us consider a simple Path finding Problem: Foobar is a massive archipelago with many thousands of islands.

Graph algorithms: Pregel style using Phoebus and Erlang

http://polygloat.blogspot.com/2010/12/graph-algorithms-pregel-style-using.html
If you are looking for sample programs to parse a XML file using DOM/SAX parser or looking for a program to generate a XML file please proceed directly to programs . This small tutorial introduces you to the basic concepts of XML and using Xerces parser for Java to generate and parse XML. The intended audience are XML beginners with knowledge of Java. Last updated: 03 Oct 2005.Modified programs runs in JDK 1.3, JDK 1.4 and JDK 1.5. http://www.totheriver.com/learn/xml/xmltutorial.html

Tutorial, Introduction to XML and XML with Xerces for Java (updated for jdk 1.5 and xerces 2.7.1)