Tuesday, February 12, 2013

Screen Resolution in PHP

Screen Resolution in PHP

I was trying to get Screen resolution using PHP server side program, only to find out that it is not possible! Logically speaking too, PHP will be parsed on the server, prior showing it to the User. So the screen resolution will be on the client side e.g. the browser.

However using simple Javascript and cookie we can send the Screen size to the Server. The logic flow is
1. Get the screen resolution using Javascript
2. Store the screen size data into a cookie using Javascript

Wednesday, February 6, 2013

Google Adsense check not received ?

Google Adsense check not received ?

So you did not receive your Google Adsense Check! Before you panic and start cursing every advertiser, calm down. Relax ! Mostly it is not even Google's fault.

From my past experience I have found these general data :
Google issues Adsense check by around 25-30 each month
Shipment details of the check gets updated by around 4-10 (next month)
Adsense check gets returned from the local place by around 17-23 (next month)

Monday, February 4, 2013

Create a donation page for your Website

Create a donation page for your Website

While creating a donation page for your website, more users would donate if you keep them better informed. Any reader who appreciates your content or might want to contribute to your charitable actions, might show his love by a small amount of token through this donation page. Yet he might still want to know few details about his donation.

Minimum points to include in a donation page should be :