Generating Dynamic web pages without server side scripting

Posted by Microkernel on Stack Overflow See other posts from Stack Overflow or by Microkernel
Published on 2011-01-03T20:12:22Z Indexed on 2011/01/03 23:53 UTC
Read the original article Hit count: 247

Hi guys,

I am trying to control a media device which has lot of multimedia content that it can play using another device(remote control device) like an ipad connected to the LAN. (UPnP)

I want the media device to be able to send the content listing to the remote device so that it will be rendered as a webpage on the remote controller. And actions on the webpages needs to be sent to the the device as commands to execute (like play, pause, next etc). The media device is an embedded device, hence can't have any server side scripting, all has to be done on the client side.

I want the page rendered to be HTML5. So, is it possible to generate dynamic HTML5 pages using just client side scripting?

Thanks a lot.

I am an embedded systems developer hence clueless about the web designing stuff.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about upnp