Saturday, December 14, 2013

Google Adsense Calculation Formula

CTR= (Clicks / Impressions) * 100
EPC =Earnings per Click
eCPM=(Earnings / Impressions) * 1000
eCPM=CTR * EPC * 10
Earnings=eCPM * Impressions / 1000
Earnings=CTR * EPC * Impressions / 100

Monday, December 9, 2013

Hyper text transfer protocol

part two....

            HTTP concept include (as the Hyper text part of the name implies) the idea that files can contain reference to other files. whose selection will elicit additional transfer requests and web server machine contains, in addiction to the web page files it can serve,an HTTP daemon, a program that is designed to wait for HTTP reg nests and handle them when they arrive, your web browser is an HTTP Clint, sending regents to server machine. when the browser user enters file request by either "opening" a web file (typing a URL) or clicking on a hyper text link , the browser builds an HTTP request and sends it to the internet protocol address (IP Address) indicated by the URL the HTTP daemon in the destination server machine receives the request and sends back the requested file or files associated with the request.