<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Technological achievements dream_分类_HTML5\CSS3</title><id>http://feed.cnblogs.com/blog/u/33262/category/352242/rss</id><updated>2012-05-27T15:29:06Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Henllyee/category/352242.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/33262/category/352242/rss"/><entry><id>http://www.cnblogs.com/Henllyee/archive/2012/02/26/Html5_Third.html</id><title type="text">Html5 Step by Step(二) 本地存储</title><summary type="text">在上篇的文章中我们看过了Html5中拖动API，本篇文章中会就HTML5中的Web Storage、本地数据库进行一些简单的介绍。 Web Storage 在Html4时代，如果我们需要把数据存在客户端，我们想到的就是Cookie。但是Cookie本来就有很多不好的地方，比如Cookie的里面存储的大小只能是4kb;每次请求时都会将Cookie信息包含在请求信息中，增加了额外的带宽。在Html5中，提供了sessionStorage跟localStorage来进行本地数据的存储。 sessionStorage：数据的存储只在特定的会话中，数据只会保留到浏览器关闭之前，适合保存临时数...</summary><published>2012-02-26T13:00:00Z</published><updated>2012-02-26T13:00:00Z</updated><author><name>Henry Cui</name><uri>http://www.cnblogs.com/Henllyee/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Henllyee/archive/2012/02/26/Html5_Third.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Henllyee/archive/2012/02/26/Html5_Third.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/Henllyee/archive/2012/02/08/Html5_First.html</id><title type="text">HTML 5 Step by Step(一) 拖放API</title><summary type="text">在Html4中，我们可以通过监听mousedown、mousemove、mouseup来实现拖放效果。在Html5中，直接提供了支持拖放操作的API，我们可以很简单的几步就可以实现拖放的效果。 实现的概要 首先我们了解下跟拖动相关的事件： 事件 产生的源对象 说明 dragstart 被拖动的元素 开始拖放动作 drag 被拖动的元素 拖放过程中 dragenter ...</summary><published>2012-02-08T13:44:00Z</published><updated>2012-02-08T13:44:00Z</updated><author><name>Henry Cui</name><uri>http://www.cnblogs.com/Henllyee/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Henllyee/archive/2012/02/08/Html5_First.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Henllyee/archive/2012/02/08/Html5_First.html"/><content type="html"/></entry></feed>
