[Tips] Useful link ... on going
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
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://sc.chinaz.com/tubiao/index_2.html
7. Online Editor
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的更多相关文章
- Octopus系列之模板快速开发手册
公共代码 html_header_1 <title>${sitename}-${seotitle}</title> <meta http-equiv="Cont ...
- LintCode - Copy List with Random Pointer
LintCode - Copy List with Random Pointer LintCode - Copy List with Random Pointer Web Link Descripti ...
- LintCode - Merge Two Sorted List
LintCode - Merge Two Sorted Lists LintCode - Merge Two Sorted Lists Web Link Description Code - C Ti ...
- 从敏捷开发到微服务,maybe再到中台
-- 先说下准备这个的背景: 本来是想让我分享下敏捷开发,可能是听我说为as**搭建并完善了敏捷开发体系的原因吧. 我一般分享一个东西,希望大家能真的理解,而不只是知道. 我不大相信有万能的东西,不希 ...
- HTML 最简单的tips 怎么支持指定DIV显示提示信息
<body> <style type="text/css"> a.link{position:relative;} a.link div.tips{ bor ...
- CSS:CSS使用Tips
Css是前端开发中效果展现的主要部分之一,良好的Css书写习惯可以为实际的项目开发提高效率,也可以为实现良好的团队合作提供保证. 一般新手在使用Css的时候经常会犯一些错误,出现一些不经意的漏洞,如果 ...
- (转) 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 ...
- 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 ...
- 64-bit Tips
终究还是来了.Apple下发了支持64位的最后通牒: As we announced in October, beginning February 1, 2015 new iOS apps submi ...
随机推荐
- 发布FTP服务,防火墙配置
最近需要在Web服务器上发布一下FTP,不想安装Server-U之类的,就用IIS的了,安装好后,发现外网无法连接.经过测试,发现是防火墙的问题. 查找了下关于FTP的资料,ftp server支持两 ...
- [转]SharePoint开发中可能用到的各种Context(上下文)
SharePoint是一个B/S结构的产品,所以在开发过程中会使用到各种各样的上下文(Context)信息,借此机会来总结一下.特别是Javascript的Ctx非常实用,这里记录一下! 一.Http ...
- 二十二、【轻量级开源框架】EFW框架Web前端开发之JqueryEasyUI
回<[开源]EFW框架系列文章索引> EFW框架源代码下载V1.2:http://pan.baidu.com/s/1hcnuA EFW框架实例源代码下载:http://pan ...
- centos下配置java环境变量
一. 需要配置的环境变量1. PATH环境变量.作用是指定命令搜索路径,在shell下面执行命令时,它会到PATH变量所指定的路径中查找看是否能找到相应的命令程序.我们需要把 jdk安装目录下的bin ...
- How to change statusbar text color to dark on android 4.4
Because I haven't enough votes, so post picture at here, thank you. Almost 2 weeks ago, I was search ...
- java 去掉html标签
使用正则表达式删除HTML标签. import java.util.regex.Matcher; import java.util.regex.Pattern; public class HTMLSp ...
- java模仿qq好友面板的布局(BoxLayout问题)
.............. JLabel ll = new JLabel(dlg.getNameText() + ":" + dlg.getIPText(), ii[index] ...
- Android自定义之TextView跑马灯的监听
TextView都有跑马灯的效果,如果说让你去监听跑马灯效果的执行,我觉得这个需求有点二了,但是也要实现. 思路: 1.自定义View 继承TextView 这种方法过于麻烦,只是监听一个跑马灯 ...
- Tips3:通过Layer下拉菜单来锁定游戏物体和控制物体的可视化
通过把不同的游戏物体放在不同的Layer里面能对不同类的游戏物体进行很方便的控制,如果某些游戏物体创建后你不想再改动,如地面 装饰 什么的, 你可以通过点击Layer下拉菜单把它们锁定了 也可以通过控 ...
- 自定义能够for each的类,C#,Java,C++,C++/cli的实现方法
自定义类能够被for each,应该算是个老生常谈的话题了,相关的资料都很多,不过这里整理总结主流语言的不同实现方式,并比较部分细节上的差异. 第一种语言,也是实现起来最简单的Java语言.在Java ...