After yesterdays ‘New’ iPad announcement, our friends at Drippler have created this infographic outlining results from a user poll asking who want’s the new iPad.

Infographic courtesy of Drippler.
Joining the increasing scams and bogus applications on Facebook, an app that posts
“Facebook now has a dislike button! Click ‘Enable Dislike Button’ to turn on the new feature!”
as the victims status and on their friends walls is currently circulating on the social networking site. The post also has a link “Enable Dislike Button” below it and doesn’t look necessarily suspicious to some users.
As ever keep an eye out for any links or posts that ask you to click, allow or ‘like’ to view and only do so from sources you trust.

If you haven’t already heard, Angry Birds has come to the browser. Using Chrome just head to chrome.angrybirds.com and get playing. There are a number of special browser-only levels to play and Rovio are working more levels into the game.

There has also been a small get around that allows you to unlock all levels by pasting a simple line of code into your address bar, as found by WesBos:
javascript: var i = 0; while (i<=69) { localStorage.setItem(’level_star_’+i,’3′); i++; } window.location.reload();
and then to lock them again
javascript: var i = 1; while (i<=69) { localStorage.setItem(’level_star_’+i,’-1′); i++; } window.location.reload();