Even though the NBA games are not attractive nowadays (except that Dallas won the Champion by teamwork), the 2K Sports NBA2K series has drawn my attention since NBA2K11 with the theme of Michael Jordan.
They have just announced the cover of the latest version - NBA2K12 - with some amazing artwork...
Hold on, why Jordan's leg pad (sports brace) is on the right leg? Shouldn't it on the left leg?
Charles
The Blog of Charles Cheng with everything about the Internet, Usability, Web development, and my life.
Thursday, August 4, 2011
Thursday, July 7, 2011
Google+
We all know that it's big, so we'd like to be part of it and try it out.
Sadly, they were not accepting new registration due to capacity in trial period. But now, they opened the registration channel again for those who received invitation previously, so catch the time and be part of it!
http://www.google.com/+
I've just in :)
Charles
Update: Google has just brought the "Invite" button back! You can now invite as many people as possible!
Sadly, they were not accepting new registration due to capacity in trial period. But now, they opened the registration channel again for those who received invitation previously, so catch the time and be part of it!
http://www.google.com/+
I've just in :)
Charles
Update: Google has just brought the "Invite" button back! You can now invite as many people as possible!
Labels:
Google,
Google+,
GooglePlus,
invitation,
registration
Friday, May 20, 2011
Angry Birds Chrome Edition... hack?
Have you tried the chrome edition of Angry Birds yet?
Getting tired of completing all levels to get into the new chrome levels? Since it's using HTML5, it's possible to update the data using script and here's the lazy approach by hacking the game locally.
In Angry Birds chrome, copy and paste the following script into the address bar and press enter:
Anyway, I encourage you to enjoy the game by beating every levels :)
Getting tired of completing all levels to get into the new chrome levels? Since it's using HTML5, it's possible to update the data using script and here's the lazy approach by hacking the game locally.
In Angry Birds chrome, copy and paste the following script into the address bar and press enter:
javascript:var i=0; while (i<=69) { localStorage.setItem('level_star_'+i,'3'); i++; } window.location.reload();All levels are having "3 stars", including the new levels (i.e. it's unlocked!) As you can see, it's using a while-loop to set all levels to have "3 stars" locally. In the same way, you can set all items to different levels by changing the parameter '3', or you can write your own scripts as well.
Anyway, I encourage you to enjoy the game by beating every levels :)
Subscribe to:
Posts (Atom)