Rails世界:Rails框架走向何方(五)
由Gudao Luo在2011-05-29 at 13:53发表的

- 道喜评论
- 随着HTML5不断地得到广泛应用,HTML5.pushState功能显示出越来越重要作用[ 1 ];
- 通俗地说,HTML5.pushState完成这样的功能:点击按钮,仅仅是把消息发送到服务器,更新页面部分内容,而其页面链接保持原样[ 2 ];
- 这种技术肯定会得到包括Rails框架程序在内的Web应用程序广泛采用;
- 参考资料
- http://www.rubyinside.com/dhh-keynote-streaming-live-from-railsconf-2011-right-here-right-now-4769.html
- http://blog.new-bamboo.co.uk/2011/2/2/degradable-javascript-applications-using-html5-pushstate
- https://github.com/defunkt/jquery-pjax
- http://pjax.heroku.com/
- http://webification.com/simple-javascript-routing-with-html5s-pushstate-davis-js
- http://echo.nextapp.com/site/corejs
- http://www.liquidmarkup.org/
- http://www.rubyinside.com/dhh-keynote-streaming-live-from-railsconf-2011-right-here-right-now-4769.html
软件世界:HTML5最重要和最佳实践项目HTML5Boilerplat
由Gudao Luo在2011-05-21 at 10:14发表的

- 什么是HTML5?
- http://zh.wikipedia.org/wiki/HTML5
- “随着HTML5的发展,观看视频或其它内容时,Adobe Flash将不再是必须的。”
-CEO乔布斯
- 什么是HTML5Boilerplate?
- HTML5Boilerplate 是一个HTML / CSS / js模板,是实现跨浏览器正常化、性能优化,稳定的可选功能如跨域Ajax和Flash的最佳实践。 项目的开发商称之为技巧集合,目的是满足您开发一个跨浏览器,并且面向未来的网站的需求。
- HTML5Boilerplate是HTML5至今为止最重要和最佳实践项目。
- 下面是一些使用HTML5开发的网站:
- 参考资料:
- http://developer.51cto.com/art/201102/246370.htm
- http://tinyurl.com/3lwru3z
- http://tinyurl.com/3usd7un
- http://developer.51cto.com/art/201103/250481.htm
- http://tinyurl.com/3zeqetu
- https://github.com/paulirish/html5-boilerplate
- http://tinyurl.com/3v5t5aj
- http://ontwik.com/html5-2/paul-irish-on-html5-boilerplate/