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. 如何将 Cortana 与 Windows Phone 8.1 应用集成 ( Voice command - Natural language recognition )

    随着 Windows Phone 8.1 GDR1 + Cortana 中文版的发布,相信有很多用户或开发者都在调戏 Windows Phone 的语音私人助理 Cortana 吧,在世界杯的时候我亲 ...

  2. 现在看看自己写的博客,怎么感觉好low啊。。。

    是不会写还是怎么着? 感觉比较好的东西,难以整理,就没往上放.... 现在猛一看,博客里的东西乱七八糟的...各位看官随便看看就好

  3. Oracle数据库入门——高水位线详解

    一.什么是水线(High Water Mark)? 所有的oracle段(segments,在此,为了理解方便,建议把segment作为表的一个同义词) 都有一个在段内容纳数据的上限,我们把这个上限称 ...

  4. C#获取内网和外网IP

    写了个小客户端,里面用到了获取内网和外网的IP地址,代码如下: // InnerIP var ipHost = Dns.Resolve(Dns.GetHostName()); ]; innerIP = ...

  5. Mono.Posix.dll文件

    http://www.mono-project.com/ 安装后,可以安装目录下找到

  6. [原]零基础学习视频解码之android篇系列文章

    截止今天,<零基础学习视频解码系列文章>.<零基础学习在Android进行SDL开发系列文章>以及<零基础学习视频解码之android篇>系列文章基本算是告一段落了 ...

  7. [fun code - 模拟]孤独的“7”

    今天看到朋友圈里有人发了一张孤独的7的题目,第一反应就是模拟后计算出结果,而女朋友则更爱推理,手算.

  8. Android & CM build basics

    [CM source code folders] bootable/Among other things, the source for ClockworkMod recovery is in her ...

  9. SpringMVC 拦截器

    类似于Servlet开发中的过滤器Filter,用于对处理器进行预处理和后处理. 常用场景: 1.日志记录:记录请求信息的日志,以便进行信息监控.信息统计.计算PV(Page View)等. 2.权限 ...

  10. Java Job

    1.在META-INF\MANIFEST.MF中指定Main-Class Main-Class: test.HelloWorld 命令:java -jar fileName.jar 2.不指定Main ...