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. ODAC (V9.5.15) 学习笔记(二十一)数据复制

    用TVirtualTable在内存中缓存TOraQuery中的数据,主要应用场景是参照其他数据,需要将TOraQuery中的数据复制到TVirtualTable,由于没有类似于TClientDataS ...

  2. springMVC对于controller处理方法返回值的可选类型

    http://www.360doc.com/content/14/0309/19/834950_359081989.shtml

  3. 在没安装OFFICE的服务器SSIS中进行EXCEL的ETL操作!

    由于OFFICE 2010的安装包比较庞大,如果仅仅为了在服务器中实现操作EXCEL,完全没有必要安装整个OFFICE,是否可以不装OFFICE也实现与OFFICE文件的互相操作呢?答案是肯定的,在S ...

  4. easyui menubutton combobox 被遮盖问题

    如图一所示,menubutton 中的 combobox 被遮盖 z-Index 不够.这是作者给出的解决方案 <a href="#" class="easyui- ...

  5. [CS231n-CNN] Training Neural Networks Part 1 : activation functions, weight initialization, gradient flow, batch normalization | babysitting the learning process, hyperparameter optimization

    课程主页:http://cs231n.stanford.edu/   Introduction to neural networks -Training Neural Network ________ ...

  6. main函数读取jar包外部的配置文件properties

    首先,Java的main方法有个初始化入参args,如下所示: public static void main(String[] args) {} 然后,在linux下执行jar包引入外部配置文件的命 ...

  7. Nginx 单机百万QPS环境搭建

    一.背景 最近公司在做一些物联网产品,物物通信用的是MQTT协议,内部权限与内部关系等业务逻辑准备用HTTP实现.leader要求在本地测试中要模拟出百万用户同时在线的需求.虽然该产品最后不一定有这么 ...

  8. C#基础课程之五集合(HashTable,Dictionary)

    HashTable例子: #region HashTable #region Add Hashtable hashTable = new Hashtable(); Hashtable hashTabl ...

  9. 直接把数据库中的数据保存在CSV文件中

    今天突然去聊就来写一个小小的demo喽,嘿嘿 public partial class Form1 : Form { public Form1() { InitializeComponent(); } ...

  10. cocos2d-x开发: 场景实体(entity)管理

    公司现在开新项目,主题的框架部分都是我自己在做,不用受到别人的牵制,所以还算是比较的自由,很好发挥. 游戏并不大,所以需要用到的地方并不多.今天花了一些时间写了场景entity管理的部分代码,还没有完 ...