Cisco Cisco StadiumVision Director Manuale Di Manutenzione

Pagina di 52
< 12) ? 'AM' :
'PM');
}
2. Optionally, if you would prefer not to display seconds information,
you can replace the above “return” line with the following:
return hh + ':' + mm + ' ' + ((date.getHours() < 12) ?
'AM' : 'PM');
3. Implement the function in the HTML script as follows:
var dateString = (startJSDate.getMonth() + 1) + "/" +
startJSDate.getDate();
if (!startDateTime.isDateOnly()) {
dateString += " -- " + format12Hour(startJSDate);
}
HTML5 Resources
There are a large number of online resources including tutorials, samples,
templates, and widgets available to help you get started creating content
with HTML5. The HTML5 standard offers huge advantages to web
developers, including digital signage authors. The following websites are
great places to learn how to create pages using HTML5:
l
l
Wordpress
Wordpress is a HTML5 resource that provides an intuitive approach to
creating digital signage. Here are some of the benefits of using the
Wordpress architecture:
l
Wordpress offers advanced HTML5 support, with premade widgets
ranging from weather to e-commerce. The system also supports
advanced HTML5 options using CSS3 features. The
site also provides HTML5 widgets.
l
You can either run Wordpress from the website or install a Wordpress
instance on your own servers.
40 of 42