// Javascript to convert date to mm/dd/yyyy format
function GetFormattedDate() {
var todayTime = new Date();
var month = format(todayTime .getMonth() + 1);
var day = format(todayTime .getDate());
var year = format(todayTime .getFullYear());
return month + "/" + day + "/" + year;
}
Where does one secure the very best bacon? The supermarket? Shut up, rookie! You secure it from the heroic pig that survived for more than a month buried beneath the rubble of China's horrific Sichuan earthquake. More »
This fall, the Museum of Science and Industry, Chicago will be doing their second ever Month at the Museum experiment. The chosen applicant will spend a month actually living in the largest science center in the Western Hemisphere. More »
Augmented Reality is done so much these days that it's not even terribly cool anymore. However, Aurasma, a new iPhone app due out next month, is promising to add a new layer of video and interactivity onto everyday print. More »