Do you run your own Dojo, School, Gym, etc…
There are some exciting new features being added to OpenBlackBelt.com that you should check out. You can visit their blog and check out all the details.
http://www.openblackbelt.com/blog/
Do you run your own Dojo, School, Gym, etc…
There are some exciting new features being added to OpenBlackBelt.com that you should check out. You can visit their blog and check out all the details.
http://www.openblackbelt.com/blog/
This is good trending advice, do not mistake shipments for sales leads
See full article at http://www.pcworld.com/article/255074/kindle_fire_sales_didnt_collapse_in_the_first_quarter_of_2012_research_group_says.html
Glad to be a Kindle Fire owner, looking forward to the Kindle Fire 2
The bewildering array of Android hardware used to mean that no single device had the power to grab a significant market share of the Android tablet market. That all changed as soon as Amazon’s Kindle Fire hit the scene.
According to latest figures from market research firm comScore, in a little over four months following its release, the Amazon’s Kindle Fire has come from nowhere to grab a whopping 54.4 percent of the U.S. Android tablet market. Way behind the Kindle Fire is the Samsung Galaxy Tab with 15.4 percent, and way behind that is the Motorola Xoom with 7 percent market share.
Original Article: http://www.forbes.com/sites/adriankingsleyhughes/2012/04/27/kindle-fire-grabs-over-50-percent-of-the-android-tablet-market/
Ever run into a situation where you have an alert popping up from JavaScript and your not sure where it is coming from. Here is a good technique for forcing a stack trace on all alert()‘s by overriding the Alert function.
var old = alert;
alert = function() {
try {
throw new Error;
} catch(e) {
console.log(e.stack);
}
old.apply(window, arguments);
};
Original Article: http://stackoverflow.com/questions/7808665/how-to-find-out-where-the-alert-is-raised-from
Amazon.com Inc.’s Kindle Fire tablet ranked as the top ‘Most Wished For’ product at the retailer this week amid strong demand for the tablet. Source
Will the Kindle Fire suceed when its released next month. I belive so.
On my next post I will delve further into the Amazon Ecosystem with Amazon MP3 and Amazon’s Cloud Player.
Stay tuned.
For those who have not seen it. The new Amazon Kindle Fire will be out this November. In preparation for this new device, I have decided to try out the various Amazon Android applications.
I will post my thoughts on using Amazon services on my HTC Sensation 4G and then compare the experience to the Kindle Fire when released.