摘要:
https://github.com/wuyahuang/raphael-five-level 阅读全文
摘要:
1、Google Mateiral Refreshhttps://github.com/lightningtgc/material-refresh2、Pull to Refresh Like Androidhttps://github.com/apeatling/web-pull-to-refres... 阅读全文
摘要:
实例带有必填字段的表单: Name: 亲自试一试定义和用法required 属性规定必需在提交之前填写输入字段。如果使用该属性,则字段是必填(或必选)的。注释:required 属性适用于以下 类型:text, search, url, telephone, email, password,... 阅读全文
摘要:
昔日寒山问拾得曰:世间有人谤我、欺我、辱我、笑我、轻我、贱我、恶我、骗我、如何处治乎?拾得曰:只是忍他、让他、由他、避他、耐他、敬他、不要理他,再待几年你且看他。寒山云:还有甚诀可以躲得?拾得云:我曾看过弥勒菩萨偈,你且听我念偈曰:老拙穿衲袄,淡饭腹中饱,补破好遮寒,万事随缘了。有人骂老拙,老拙只说... 阅读全文
摘要:
原文:http://stackoverflow.com/questions/2336522/png-vs-gif-vs-jpeg-when-best-to-useYou should be aware of a few key factors...First, there are two types... 阅读全文
摘要:
http://www.cnblogs.com/lhb25/p/inside-block-formatting-ontext.html 阅读全文
摘要:
转自:http://www.infoq.com/cn/articles/node-js-and-io-js去年12月,多位重量级Node.js开发者不满Joyent对Node.js的管理,自立门户创建了io.js。io.js的发展速度非常快,先是于2015年1月份发布了1.0版本,并且很快就达到了2... 阅读全文
摘要:
转自:http://www.pinpointe.com/blog/email-campaign-html-and-css-support今天写了一个嵌套在邮件中的html页面。被折腾惨了。好多标签跟css属性都不支持。参考nike的活动页面:http://newsletter1.zunbaowang... 阅读全文
摘要:
原文:https://noahfrederick.com/log/lion-terminal-theme-peppermint/下载地址:https://noahfrederick.com/get/Peppermint.1.2.terminal.zip 阅读全文
摘要:
Deferred对象是由$.Deferred构造的,$.Deferred被实现为简单工厂模式。它用来解决JS中的异步编程,它遵循Common Promise/A规范。实现此规范的还有when.js和dojo。$.Deferred作为新特性首次出现在版本1.5中,这个版本利用Deferred又完全重写... 阅读全文