Search code examples
htmlcsswindowsweb-widget

Making Widgets using CSS3 and HTML5


I really admire the power of HTML5+CSS3 combo and I know that a browser is needed to run them(pretty obvious).

But I was wondering that is there any way that I can make Desktop Widgets/Apps (like a clock or weather app) using HTML5 and CSS3(Javascript for logic)?

(I know that for mobiles, phonegap is the solution but what for desktop?)


Solution

  • Check out: http://www.tidesdk.org/

    It allows you to create multi-platform desktop apps with HTML5, CSS3 and JavaScript