开发者

How can I make an online Book like http://www.20thingsilearned.com/ [closed]

开发者 https://www.devze.com 2023-02-02 01:42 出处:网络
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
Closed. This question needs to be more focused. It is not currently accepting answers.

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 4 years ago.

Impr开发者_开发知识库ove this question

Recently, I have found this site made by Google Team.

http://www.20thingsilearned.com/

So far I understand this is not based on Flash. How can I use this technology to make an online book using their technology?


I looked in the usual spots to see if there's a framework or something but I only found these two things (it looks like it would be a TON of work to use):

news.ycombinator.com/item?id=1918551 >>> gist.github.com/705761

Alternatively you might want to look into the slides at http://slides.html5rocks.com.

They have a Google Code project page at code.google.com/p/html5rocks/wiki/Slides where you can download the source for that.

EDIT
check this out!
http://bartaz.github.com/impress.js

and this!
http://lab.hakim.se/reveal-js/


This is HTML5. You can check the explanation here: http://www.html5rocks.com/tutorials/casestudies/20things_pageflip.html :)

Or if you want you can do it with jQuery Booklet too though not as smooth as HTML5, see here: http://tympanus.net/Tutorials/MoleskineNotebook/


They posted the source code for the whole app (running on Google App Engine) under GPL v2 at http://code.google.com/p/20thingsilearned/ so you can reproduce the whole book effect too.


Yes this is not flash for sure but flash or flexx can also be used for developing this. This is developed using HMTL 5 and javascript. HTML 5 is having a canvas object and the i believe it is using properties of canvas to bulid it. However if you will search for some jQuery book plugins then also you may get some similiar results.

0

精彩评论

暂无评论...
验证码 换一张
取 消