1. CSS

Bootstrap http://getbootstrap.com/

Bootstrap 中文文档 http://getbootstrap.com/2.3.2/

最全的 Twitter Bootstrap 开发资源清单 http://www.iteye.com/news/26653

http://wrongwaycn.github.io/bootstrap/docs/index.html

Fontawesome http://fortawesome.github.io/Font-Awesome/

禅意花园 http://www.csszengarden.com/

For webkit css: http://ued.ctrip.com/blog/wp-content/webkitcss/index.html

学习CSS布局: http://zh.learnlayout.com/

2. HTML

Socail button : https://github.com/samcollins/css-social-buttons

https://github.com/necolas/css3-social-signin-buttons

http://noizwaves.github.io/bootstrap-social-buttons/

-HTML5

http://www.useragentman.com/tests/html5Widgets/  --- Form Examples

http://ajaxian.com/archives/richtexteditors-compared  --- rich editors

3. JQuery

http://api.jquery.com/

JQuery API 中文文档 http://www.css88.com/jqapi-1.9/

TextAreaExpander demonstration http://blogs.sitepointstatic.com/examples/tech/textarea-expander/index.html

4. JQuery mobile

http://jquerymobile.com/
http://view.jquerymobile.com/1.4.0-alpha.1/demos/

5. Font

http://www.google.com/webfonts/#

6. PIC/Icon

http://www.easyicon.net/

素材网 http://sc.chinaz.com/tubiao/index_2.html

7. Online Editor

http://jsfiddle.net/

8. Pulgin

CKEditor http://ckeditor.com/demo#full

Switch https://github.com/nostalgiaz/bootstrap-switch

Notify http://needim.github.io/noty/

http://damirfoy.com/iCheck/#skin-square

http://www.addtoany.com/buttons/

GitHub中最火的开源项目及编程语言: http://www.iteye.com/news/28612

9. Good design

http://www.20thingsilearned.com/zh-CN

[Tips] Useful link ... on going的更多相关文章

  1. Octopus系列之模板快速开发手册

    公共代码 html_header_1 <title>${sitename}-${seotitle}</title> <meta http-equiv="Cont ...

  2. LintCode - Copy List with Random Pointer

    LintCode - Copy List with Random Pointer LintCode - Copy List with Random Pointer Web Link Descripti ...

  3. LintCode - Merge Two Sorted List

    LintCode - Merge Two Sorted Lists LintCode - Merge Two Sorted Lists Web Link Description Code - C Ti ...

  4. 从敏捷开发到微服务,maybe再到中台

    -- 先说下准备这个的背景: 本来是想让我分享下敏捷开发,可能是听我说为as**搭建并完善了敏捷开发体系的原因吧. 我一般分享一个东西,希望大家能真的理解,而不只是知道. 我不大相信有万能的东西,不希 ...

  5. HTML 最简单的tips 怎么支持指定DIV显示提示信息

    <body> <style type="text/css"> a.link{position:relative;} a.link div.tips{ bor ...

  6. CSS:CSS使用Tips

    Css是前端开发中效果展现的主要部分之一,良好的Css书写习惯可以为实际的项目开发提高效率,也可以为实现良好的团队合作提供保证. 一般新手在使用Css的时候经常会犯一些错误,出现一些不经意的漏洞,如果 ...

  7. (转) How to Train a GAN? Tips and tricks to make GANs work

    How to Train a GAN? Tips and tricks to make GANs work 转自:https://github.com/soumith/ganhacks While r ...

  8. Tips For Your Maya Plugin Development

    (The reason why I write English blog is that I'm trying to improve my written English. The Chinese v ...

  9. 64-bit Tips

    终究还是来了.Apple下发了支持64位的最后通牒: As we announced in October, beginning February 1, 2015 new iOS apps submi ...

随机推荐

  1. Android开发中内存和UI优化

    1.内存||效率 GC这东西对于开发人员用起来比较爽,但对于技术总监或产品总监来说,他们并不在乎,在乎的是用户运行App的流畅度,待你开发完了,笑眯眯的走过来,让你测试N个适配器,烦都烦死你. 说到这 ...

  2. [转载]斐讯K2 A2版免TTL刷BREED不死Bootloader

    1:路由器能正常上网,登陆进路由器 (默认密码admin) 2:用浏览器打开这个网址,如果默认ip不是192.168.2.1修改一下.打开后等待即可自动刷入breed. http://192.168. ...

  3. mysql 慢查询日志记录

    环境: 操作系统: CentOS  6.5 数据库:    mysql-5.1.73 1.查看当前慢查询配置 mysql> show variables like 'slow%'; +----- ...

  4. 在自己的框架中引用 PHPExcel

    如果直接在框架中的controller中直接引用 xxxx/PHPExcel.php,由于框架中有autoload 与PHPExcel的autoload冲突(加载目录原因), 那么在不想做太多修改的情 ...

  5. Fire!(BFS)

    Fire! Time Limit:1000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Descr ...

  6. DDD:四色原型中Role的 “六” 种实现方式

    背景 一个实体在不同的上下文中具备不同的职责,如:产品在“生产完成上下文”中具备的一些职责,在“质检相关上下文”中具备另外一些职责.四色原型.DIC和“UML事物模式”在不同的维度阐述了这一情况,在代 ...

  7. ServiceStack.Redis 中关系操作的局限与bug

    redis是文档型的,nosql中难处理的是关系. 比如人可以发博客,博客可以有分类.按照传统sql中,用户表和分类表都是主表,博客表是从表,有用户的外键和分类的外键 如果使用文档型的思考方式. 为用 ...

  8. Fenix – 基于 Node.js 的桌面静态 Web 服务器

    Fenix 是一个提供给开发人员使用的简单的桌面静态 Web 服务器,基于 Node.js 开发.您可以同时在上面运行任意数量的项目,特别适合前端开发人员使用. 您可以通过免费的 Node.js 控制 ...

  9. android高级---->AsyncTask的源码分析

    在Android中实现异步任务机制有两种方式,Handler和AsyncTask,它在子线程更新UI的例子可以参见我的博客(android基础---->子线程更新UI).今天我们通过一个小的案例 ...

  10. 3D拓扑自动布局之Node.js篇

    上篇将3D弹力布局的算法运行在Web Workers后台,这篇我们将进一步折腾,将算法运行到真正的后台:Node.js,事先申明Node.js篇和Web Workers篇一样,在这个应用场景下并不能提 ...