2011/05/23

Toshiba Honeycomb OS 3.0,is the name Regza AT300

Toshiba Regza AT300

We know that, Toshiba will be launch tablet with Android Honeycomb 3.0 OS in this year.A few days ago,in this blog, Toshiba tablet in Japan the name is Toshiba Regza AT300.
What about Toshiba Tablet Honeycomb OS in another place.On US Tshoba.com the name is 'Toshiba Tablet',In us too,on Electronic retailer site the name is 'Toshiba ANT-100' and in Europe on TV advertisement the name is 'Toshiba Thrive'.
So what the name of Toshiba tablet Honeycomb OS 3.0, maybe the name is different for some place.

2011/05/22

Simple Lesson : How to Add Month in Date Javascript

I still write program with Javascript, and I have problem how to calculate Date,which I want add month in Date.I want to explain like this. If I have date 05-22-2011, I want to add 9 month in my date.
To solve problem above, we can some way.First way is like this.

var currDate=new Date();
var currYear=currDate.getYear();
var currMonth=currDate.getMonth();
var currDate = currDate.getDate();
var monthAfterAdd;
var yearAfterAdd;
var newDateAfterAdd;

currMonth = currMonth + 9
monthAfterAdd = currMonth % 12
yearAfterAdd = currYear + ((currMonth - monthAfterAdd) / 12)
newDateAfterAdd = monthAfterAdd + "-" + currDate + "-" + yearAfterAdd

But for the simple program, we can write like this;

var ourDate=new Date();
ourDate.setDate.getMonth() + 9

Ok, this is simple lesson today.Correct me if wrong.

2011/05/21

HTC Bresson, Windows Phone OS and Camera 16 Megapixel

HTC BressonHTC will be release new phones with Windows Phone OS, exaclty Windows Phone 7.5 (Mango Build), there is no much specification information from HTC Bresson,but HTC Bresson will have high performance camera.HTC Bresson will put 16 Megapixel camera.
We can look at design from this cell phones,but it maybe different.
This news release from T-mobile which will be release new cell phones.HTC Bresson will be there about September 2011.

source