<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>守望者--AIR技术交流 - HTML5技术</title>
    <link>http://www.airmyth.com/forum-58-1.html</link>
    <description>Latest 20 threads of HTML5技术</description>
    <copyright>Copyright(C) 守望者--AIR技术交流</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 22 Jul 2026 11:44:13 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.airmyth.com/static/image/common/logo_88_31.gif</url>
      <title>守望者--AIR技术交流</title>
      <link>http://www.airmyth.com/</link>
    </image>
    <item>
      <title>HTML表单里的Label标签_XHTML教程</title>
      <link>http://www.airmyth.com/thread-1818-1-1.html</link>
      <description><![CDATA[在Dreamweaver中，只要一加入表单或表单对象，文本框等等，就会在代码中加入一个，一直没明白这个label是做什么的，今天正好看到了解释：Label 中有两个属性是非常有用的,一个是FOR、另外一个就是ACCESSKEY了。 
FOR属性 
功能：表示Label标签要绑定的HTML元素，你点击 ...]]></description>
      <category>HTML5技术</category>
      <author>我是一个兵</author>
      <pubDate>Mon, 15 Aug 2016 10:02:23 +0000</pubDate>
    </item>
    <item>
      <title>腾讯 QMUI 团队 Web 前端框架正式发布</title>
      <link>http://www.airmyth.com/thread-1796-1-1.html</link>
      <description><![CDATA[来源：http://div.io/topic/1807QMUI Web一个旨在提高 UI 开发效率、快速产生项目 UI 的前端工作流Github：https://github.com/QMUI/qmuiwebQuick Start document for English&amp;nbsp;QMUI Web 是一个专注 Web UI 开发，由&amp;nbsp;QMUI 团队出品，帮助开发者快速实现特定的 ...]]></description>
      <category>HTML5技术</category>
      <author>破晓</author>
      <pubDate>Wed, 10 Aug 2016 02:11:39 +0000</pubDate>
    </item>
    <item>
      <title>HTML 5 &lt;input&gt; type 属性</title>
      <link>http://www.airmyth.com/thread-1792-1-1.html</link>
      <description><![CDATA[HTML 5 &amp;lt;input&amp;gt; 标签实例带有不同输入类型的表单：&amp;lt;form action=\&quot;demo_form.asp\&quot; method=\&quot;get\&quot;&amp;gt;
  First name: &amp;lt;input type=\&quot;text\&quot; name=\&quot;fname\&quot; /&amp;gt;&amp;lt;br /&amp;gt;
  Last name: &amp;lt;input type=\&quot;text\&quot; name=\&quot;lname\&quot; /&amp;gt;&amp;lt;br /&amp;gt;
  &amp;lt;input type=\&quot;su]]></description>
      <category>HTML5技术</category>
      <author>破晓</author>
      <pubDate>Tue, 09 Aug 2016 03:24:11 +0000</pubDate>
    </item>
    <item>
      <title>html5 input的type属性启动数字输入法</title>
      <link>http://www.airmyth.com/thread-1791-1-1.html</link>
      <description><![CDATA[当文本框只能输入数字是一个很常见的需求，比如电话号码，身份证号，卡号， 数量....等等只允许数字输入，为了更好的用户体验性，直接写出 启动数字键盘的需求，我和大多数人一样用   this.style.imeMode=\'disabled\'; 
[/backcolor]imeMode有四种形式，分别是：active  ...]]></description>
      <category>HTML5技术</category>
      <author>破晓</author>
      <pubDate>Tue, 09 Aug 2016 03:21:48 +0000</pubDate>
    </item>
    <item>
      <title>HTTPS科普扫盲贴</title>
      <link>http://www.airmyth.com/thread-1778-1-1.html</link>
      <description><![CDATA[为什么需要httpsHTTP是明文传输的，也就意味着，介于发送端、接收端中间的任意节点都可以知道你们传输的内容是什么。这些节点可能是路由器、代理等。举个最常见的例子，用户登陆。用户输入账号，密码，采用HTTP的话，只要在代理服务器上做点手脚就可以拿到你的密码了。 ...]]></description>
      <category>HTML5技术</category>
      <author>破晓</author>
      <pubDate>Thu, 04 Aug 2016 03:18:34 +0000</pubDate>
    </item>
    <item>
      <title>websocket+protocol buffer 实战</title>
      <link>http://www.airmyth.com/thread-1775-1-1.html</link>
      <description><![CDATA[来源：http://div.io/topic/1657websocket+protocol buffer 实战1.起因之前公司的im聊天一直是基于ajax的，先抛开轮询还是long poll不说，但是不论是页面上源源不断的ajax请求还是服务器hold长链都是很蛋疼的事情。这种架子持续了一年半左右，终于在换了第n+1个产品和另 ...]]></description>
      <category>HTML5技术</category>
      <author>破晓</author>
      <pubDate>Wed, 03 Aug 2016 08:14:19 +0000</pubDate>
    </item>
    <item>
      <title>服务器端推送技术简介</title>
      <link>http://www.airmyth.com/thread-1771-1-1.html</link>
      <description><![CDATA[技术实现方案Ajax轮询Ajax长轮询websocketserver-sent-eventsAjax轮询实践简单，利用XHR，通过setInterval定时发送请求，但会造成数据同步不及时及无效的请求，增加后端处理压力。setInterval(function() {
    $.ajax({
        url: \'http://api.3g.qq.com\',
         ...]]></description>
      <category>HTML5技术</category>
      <author>破晓</author>
      <pubDate>Wed, 03 Aug 2016 04:45:11 +0000</pubDate>
    </item>
    <item>
      <title>如何将 Chrome 变成开发利器，开发者们在用这些插件</title>
      <link>http://www.airmyth.com/thread-1766-1-1.html</link>
      <description><![CDATA[来源：http://div.io/topic/1774Chrome 浏览器具有强大的跨平台能力以及丰富的扩展插件，一直是许多开发者的首要选择。而利用许多 Chrome 插件，开发者们在开发流程中能够极大地提高开发效率。我们就整理了十款开发者常用的 Chrome 插件推荐给大家，相信能够在你的开发 ...]]></description>
      <category>HTML5技术</category>
      <author>破晓</author>
      <pubDate>Wed, 03 Aug 2016 04:24:19 +0000</pubDate>
    </item>
    <item>
      <title>h5端呼起摄像头扫描二维码并解析</title>
      <link>http://www.airmyth.com/thread-1762-1-1.html</link>
      <description><![CDATA[2016年6月29日补充：最近做了一些与表单相关的项目，使用了h5的input控件，在使用过程中遇到了很多的坑。也包括与这篇文章相关的。首先我们应该知道使用h5新提供的属性getUserMedia这个属性，是可以调取系统的摄像头进行拍照或者是摄像的，但是兼容性支持的不好，所以当 ...]]></description>
      <category>HTML5技术</category>
      <author>破晓</author>
      <pubDate>Wed, 03 Aug 2016 04:16:21 +0000</pubDate>
    </item>
    <item>
      <title>zepto/jQuery、AngularJS、React、Nuclear的演化</title>
      <link>http://www.airmyth.com/thread-1757-1-1.html</link>
      <description><![CDATA[写在前面因为zepto、jQuery2.x.x和Nuclear都是为现代浏览器而出现，不兼容IE8，适合现代浏览器的web开发或者移动web/hybrid开发。每个框架类库被大量用户大规模使用都说明其戳中了开发者的刚需。本文将对比zepto/jQuery到Nuclear的设计和演化的过程。无框架时代互联网的 ...]]></description>
      <category>HTML5技术</category>
      <author>破晓</author>
      <pubDate>Wed, 03 Aug 2016 04:06:44 +0000</pubDate>
    </item>
    <item>
      <title>移动web开发调试工具AlloyLever介绍</title>
      <link>http://www.airmyth.com/thread-1756-1-1.html</link>
      <description><![CDATA[简介web调试有几个非常频繁的刚需：看log、看error、看AJAX发包与回包。其他的如timeline和cookie以及localstorage就不是那么频繁，但是AlloyLever都支持。如你所见：特征点击alloylever按钮之间切换显示或隐藏工具面板Console会输出所有用户打印的日志如console.[log/e ...]]></description>
      <category>HTML5技术</category>
      <author>破晓</author>
      <pubDate>Wed, 03 Aug 2016 04:04:35 +0000</pubDate>
    </item>
    <item>
      <title>WebFont 智能压缩工具——字蛛 1.0.0 正式版发布</title>
      <link>http://www.airmyth.com/thread-1755-1-1.html</link>
      <description><![CDATA[字蛛是一个 WebFont 智能压缩工具，它能自动化分析页面中所使用的 WebFont 并进行按需压缩，通常好几 MB 的中文字体可以被压缩成几 KB 大小。字蛛主页：http://font-spider.org字蛛从 2014 年 7 月诞生以来，时隔近两年，终于发布了 v1.0.0 正式版本，改进如下：支持绝 ...]]></description>
      <category>HTML5技术</category>
      <author>破晓</author>
      <pubDate>Wed, 03 Aug 2016 04:00:23 +0000</pubDate>
    </item>
    <item>
      <title>用 TypeScript 写一个贪食蛇小游戏</title>
      <link>http://www.airmyth.com/thread-1752-1-1.html</link>
      <description><![CDATA[TypeScript &amp;amp; VS code已经忘了是如何缘结&amp;nbsp;TypeScript&amp;nbsp;的了，应该是偶然使用过&amp;nbsp;Visual Studio Code&amp;nbsp;这款优秀的 IDE 才认识 TS 的吧。目前还是 Preview 版本的 VS code，集众多优秀卓越的功能特性，已经深深地征服了我，在它身上看不到一点以往对微软 ...]]></description>
      <category>HTML5技术</category>
      <author>破晓</author>
      <pubDate>Wed, 03 Aug 2016 03:44:10 +0000</pubDate>
    </item>
    <item>
      <title>超级小的web手势库AlloyFinger发布</title>
      <link>http://www.airmyth.com/thread-1750-1-1.html</link>
      <description><![CDATA[来源：http://div.io/topic/1734简介针对多点触控设备编程的Web手势组件，快速帮助你的web程序增加手势支持，也不用再担心click 300ms的延迟了。拥有两个版本，无依赖的独立版和react版本。除了Dom对象，也可监听Canvas内元素的手势（需要Canvas引擎内置对象支持addEven ...]]></description>
      <category>HTML5技术</category>
      <author>破晓</author>
      <pubDate>Wed, 03 Aug 2016 03:36:38 +0000</pubDate>
    </item>
    <item>
      <title>如果有人让你推荐前端技术书，请让他看这个列表</title>
      <link>http://www.airmyth.com/thread-1748-1-1.html</link>
      <description><![CDATA[来源：http://web.jobbole.com/86734/前言伯乐在线已经在 GitHub 上同步了这个列表：https://github.com/jobbole/awesome-web-dev-books&amp;nbsp;，欢迎扩散。好的技术书籍可以帮助我们快速地成长，大部分人或多或少地受益于经典的技术书籍。在「前端大全」微信公号后台， ...]]></description>
      <category>HTML5技术</category>
      <author>破晓</author>
      <pubDate>Tue, 02 Aug 2016 04:38:39 +0000</pubDate>
    </item>
    <item>
      <title>基于HTML5的可预览多图片Ajax上传</title>
      <link>http://www.airmyth.com/thread-1740-1-1.html</link>
      <description><![CDATA[一、关于图片上传什么什么的在XHTML的时代，我们使用HTML file控件上传图片一次只能上传一张。要一次上传多图，做法是借助于flash。例如swfupload.js。可惜，使用复杂的点，比如flash文件需与页面同父文件夹，JavaScript文件大小也很可观。我之前曾翻译编辑过一篇“Ajax ...]]></description>
      <category>HTML5技术</category>
      <author>破晓</author>
      <pubDate>Thu, 28 Jul 2016 08:48:02 +0000</pubDate>
    </item>
    <item>
      <title>html5拖拽图片批量ajax无刷新进度上传</title>
      <link>http://www.airmyth.com/thread-1739-1-1.html</link>
      <description><![CDATA[1、前端拖拽图片之前有篇文章说到HTML5的拖拽（drag、drop，详见：/post/jquery-plugin-1-jquery-drag-and-html5-draggable-api-and-compatibility.html）。这里说的拖拽图片只是弱化了拖的概念，而强化了拽的操作。从浏览器外部拖动一个文件到浏览器中来，如：拖动文件 ...]]></description>
      <category>HTML5技术</category>
      <author>破晓</author>
      <pubDate>Thu, 28 Jul 2016 08:36:52 +0000</pubDate>
    </item>
    <item>
      <title>H5 video安卓默认点击不能全屏播放解决办法</title>
      <link>http://www.airmyth.com/thread-1732-1-1.html</link>
      <description><![CDATA[调用方法：
autoFullScrenn(obj)
&amp;nbsp;
还有一篇：
使用MediaElement.js构建个性的HTML5音频和视频播放器
&amp;nbsp;



　　var fullscreen = function(elem) {    var prefix = \'webkit\';      if ( elem ) {        return prefix + \'EnterFullScreen\';      } else if( ...]]></description>
      <category>HTML5技术</category>
      <author>破晓</author>
      <pubDate>Wed, 27 Jul 2016 04:25:17 +0000</pubDate>
    </item>
    <item>
      <title>HTML5本地存储——Web SQL Database</title>
      <link>http://www.airmyth.com/thread-1730-1-1.html</link>
      <description><![CDATA[在HTML5 WebStorage介绍了html5本地存储的Local Storage和Session Storage，这两个是以键值对存储的解决方案，存储少量数据结构很有用，但是对于大量结构化数据就无能为力了，灵活大不够强大。Web SQL Database我们经常在数据库中处理大量结构化数据，html5引入Web SQL  ...]]></description>
      <category>HTML5技术</category>
      <author>破晓</author>
      <pubDate>Wed, 27 Jul 2016 04:12:18 +0000</pubDate>
    </item>
    <item>
      <title>前端必读：浏览器内部工作原理</title>
      <link>http://www.airmyth.com/thread-1725-1-1.html</link>
      <description><![CDATA[来源：　http://kb.cnblogs.com/page/129756/&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;http://www.cnblogs.com/cnwebdeveloper/articles/2234423.html目录
　　一、介绍　　二、渲染引擎　　三、解析与DOM树构建　　四、渲染树构建　　五、布局　　六、 ...]]></description>
      <category>HTML5技术</category>
      <author>破晓</author>
      <pubDate>Mon, 25 Jul 2016 06:22:37 +0000</pubDate>
    </item>
  </channel>
</rss>