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. Microsoft 2013 新技术学习笔记 一

    有几年没有关注技术了,最近有点时间想把技术重新捡起来,借着重构手上的一个后台管理框架的机会将微软新的几种技术全部应用一下,从目的上来讲并没有希望能对涉及的技术有很深入的了解,所以这个系列的文章(篇幅不 ...

  2. Visual Studio与Eclipse与IntelliJ快捷键对比

  3. 配置EF链接 MySql 的方法

    材料: 1.MySQL for Visual Studio 1.2.4.msi 下载:http://dev.mysql.com/downloads/windows/visualstudio/ 2.my ...

  4. Lambda动态创建

    using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.T ...

  5. Git--用git建立code库

    利用点时间,把自己这段时间使用git的工具的内容,使用过程中遇到的问题都梳理下.首先我们建立一个文件库(基于Ubuntu系统): 1.必须要安装: [html]  view plain copy   ...

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

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

  7. Mysql学习笔记(八)索引

    PS:把昨天的学习内容补上...发一下昨天学的东西....五月三日...继续学习数据库... 学习内容: 索引.... 索引的优点: 1.通过创建唯一索引,可以保证数据库每行数据的唯一性... 2.使 ...

  8. python面向对象编程(下)

    本篇详细介绍了Python 中类的成员.成员修饰符.类的特殊成员以及两个综合运用实例. 环境为:python3.5.1 类的成员 类的成员包括三大类:字段.方法和property属性 注:关于这三类成 ...

  9. ASP.NET MVC 快速开发框架之 SqlSugar+SyntacticSugar+JQWidgetsSugar+jqwidgets

    jqwidgets.js: 是一个功能完整的框架,它具有专业的可触摸的jQuery插件.主题.输入验证.拖放插件.数据适配器,内置WAI-ARIA(无障碍网页应用)可访问性.国际化和MVVM模式支持. ...

  10. 【Coding地址汇总】2016年沈航软工学生项目主页

    同学们把自己的coding主页链接贴在评论里,要求格式"班号+学号+coding主页链接",如: "1301+13061193 + https://coding.net/ ...