Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Javascript tools for building something that looks like a cable program guide

Tags:

javascript

I am looking for some tools or examples of code to help me build something that looks and behaves somewhat like a cable program guide. The general idea is that this will be an administration UI to schedule assets on individual channels. Scheduled assets cannot overlap on any given channel.

I found at least one decent looking scheduler (dhtmlxScheduler) but I fear that it will not be flexible enough for me to tweak to my liking. So I think I might need a more generic solution that I can bend in the direction I need it to move.

I would hate to resort to Flex for this but it might be my best bet. Any suggestions are welcome.

like image 214
Beau Simensen Avatar asked Aug 17 '10 22:08

Beau Simensen


2 Answers

BBC Glow (open source, free, JS library) has a TV schedule widget that is actually used for the BBC's online multichannel TV guide (which I now can't find, grrr).

It's called timetable and the docs for it are here: http://www.bbc.co.uk/glow/docs/1.7/api/glow.widgets.timetable.shtml

It's not obvious, but there's a working example demo here: http://www.bbc.co.uk/glow/demos/timetable/

like image 136
Phae Avatar answered Nov 07 '22 08:11

Phae


Here's a very powerful scheduler http://www.ext-scheduler.com/

Many examples on this page, http://www.ext-scheduler.com/examples.html

It's not free and it requires ext-js. However, it's well designed, customizable and pretty.

like image 27
Juan Mendes Avatar answered Nov 07 '22 08:11

Juan Mendes