Google banned 90% of Pakistani adsense accounts without warning

Please note, this is not “confirmed” from any official source, but out of a rough survey. Google adsense has disabled 90% of Pakistan based google adsense account in last 24-48 hours. In the email, it says that you were sent email from the team or warning etc, but NONE of the members who got their […]

Google plus a ‘Complete Failure’ – Google Engineer

Google senior engineer, Steve yegge, publicly posted around 4000 plus words about google analyzing its understanding of platforms and calling Google plus a ‘complete failure’. He said: Google+ is a prime example of our complete failure to understand platforms from the very highest levels of executive leadership (hi Larry, Sergey, Eric, Vic, howdy howdy) down […]

Chrome not upto Microsoft standards for browser

Some time back microsoft defender found a security issue in chrome browser but added exception for chrome only to use it. Today, while browsing through microsoft advertising pubcenter, on chrome, i got the error page saying my browser isn’t supported and I can’t continue. It gave me options to either use ie 8+ or firefox […]

Google “Mass” disabled Adsense accounts today

Today not only my adsense account was disabled but of many others too. Most of these people run good quality (atleast not bad quality) and unique content blog. But till now I’m able to get hold of only bloggers from Pakistan. So i’m not very much sure if google adsense blocked / disabled accounts of […]

And Yes! my Adsense blocked too!!! :)

Just received an email from Google Adsense team that my adsense account running on this website has been blocked by them! how romantic! :P Update: Uniting those who got disabled: (Pakistani specially): http://pakbloggers.com/adsense-mass-disabling-pakistani-accounts-lets-unite/ I’m not sure what could be the reason, most of the content I provide is unique, unique to the extent that only […]

How to get my linkedin Profile link – video tutorial

Getting your linkedin profile link could be a mystery! It took me a while to figure it out too and have got requests from many clients and friends to help find them their linkedin profile url. To get your linkedin public profile url, follow these steps (video below): 1. Login to linkedin account 2. from […]

How to restrict number of characters in input field

HTML is such a beautiful language. Yes it has it built in to restrict the number of characters of any input field to whatever you want. To restrict the number of alphabets or numbers inside an input field on your html form simply use maxlength attribute. For example: <input type=”text” name=”myinput” maxlength=”10″ value=”” /> This […]

401 [unauthorized]. authToken contains whitespace – LinkedIn app error while sharing

Earlier I posted about the LinkedIn API error Profile data could not be retrieved . The current error 401 [unauthorized]. authToken contains whitespace is also due to the similar reason (in my case) when trying to share a link through post on linkedin from my application. My application was sharing the post through api to the url: https://api.linkedin.com/v1/people/~/shares […]

How to get LinkedIn App Key and App Secret

This post is for those who want to work on linkedin API to develop applications. Linked In provides and required app key and app secret for applications built using their API. To get linked Appkey and Appsecret, goto this page: https://www.linkedin.com/secure/developer Here you can create a new applicaiton for linkedin too or edit already existing linkedin […]

LinkedIn->updateNetwork(): profile data could not be retrieved – Solved

I’ll be honest, this was my first day working on Linkedin API for creating an app with numerous functionalities in it. I utilized OAuth library along with simple-linkedinphp – a simple Php-based LinkedIn API library to connect and perform various functions with linkedin profile. However while playing around, few errors came up. One of them was: “LinkedIn->updateNetwork(): […]