An Event Apart + MIX is organizing a contest for implementing a cool web app, using HTML5+CSS3+JavaScript combo, with a rule that the final app size should be less than 10K. That’s the challenge.
From my side, I tweaked my earlier code and redid that as Slidr, a web app for creating online presentations. The idea is simple (or that’s what I think!) – to provide anyone the ability to easily create online presentations without the need to edit HTML/CSS code. With Slidr, the user can directly edit the content right from browser (yeah! contenteditable=true does the magic) and save their work. Slidr has a basic animated slide transition too.
Please try my app with link given below and rate it if you like the app. Because it helps the app to get more visibility.
(please use a browser which can understand HTML5, CSS3. For example, IE9 or FF 3.6+ or Chrome 5+ )
Test drive – Slidr| Rate it(thanks!)



{ 15 comments… read them below or add one }
Cool! Looks very slick! Maybe you can try replacing alerts with unobtrusive dialogs.
Thanks. Point noted. Will implement it in the next version.
Tried it. It’s simple and good. Liked Vsr’s app too. Did you try http://js1k.com/ ?
thanks. I too liked Vinay’s submission. This event surely brought too many goodies out.
need to work on the 1K challenge too..
BTW, can I save the end presentation to my HD and use it later offline?
yes.. provided that while giving presentation either you are connected to internet (so that JQuery can be downloaded from Google CDN) or have a local copy of JQuery and reference it from the resulting PPT code!
Probably I will modify a bit to match my blog theme and use it. I guess you are okay with that?
you are most welcome.
Okay. Got it.
Very slick Veera. My vote goes to you and I hope you win!
thank you Arun for the vote.
is there any way to get it to display images?
Yes Alex. It is possible by manually editing the HTML.
yea i could do that
also I found that if you copy an image you can than paste it into a slide
Using HTML5, drag-drop of image is possible.. but that feature is not built-it in Slidr yet. But that’s a good suggestion. I’ll definitely explore it.