[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 ...
随机推荐
- Windows batch,echo到文件不成功,只打印出ECHO is on.
jenkins 执行Windows batch command的时候,如果想要读写文件,echo到文件不成功. bat 代码如下: set ctime=%date%_%time% echo %ctim ...
- mysql 慢查询日志记录
环境: 操作系统: CentOS 6.5 数据库: mysql-5.1.73 1.查看当前慢查询配置 mysql> show variables like 'slow%'; +----- ...
- Web API 入门系列- 从一个示例开始
1.新建Web API项目 2.新建bookModel 3.新建book web api 控制器 为了简单方便,演示系统使用内存集合持久化书籍. 4.测试web api 我们怎么方便测试web api ...
- SNF开发平台WinForm之十-Excel导入-SNF快速开发平台3.3-Spring.Net.Framework
7.1运行效果: 2.Excel导入开发实现 2.1. 创建窗体,修改命名空间 新增的窗体命名“FrmImport表名”,这个导入窗口比较其它窗口会特殊一些,需要继承BaseFormImport父级窗 ...
- ruby self.included用法
===Module#included 当一个模块混入到类时,如果该模块的included方法已经定义,那么该方法被调用.该方法的唯一参数就是接受混含的类的名字. module M def self.i ...
- 解决 Tomcat 无法绑定 80 端口的问题,以及 Tomcat 配置虚拟目录、二级域名等
问题 今天安装完 Tomcat,安装时把 Tomcat 默认的 HTTP/1.1 Connector Port 从 8080 改为了 7080,启动 Tomcat,在浏览器中输入 Http://loc ...
- java模拟一个简单的QQ
v 项目源码 https://github.com/hjzgg/java_QQ v 标题效果 package testFour; import java.awt.Color; import ...
- Spring Remoting: Burlap--转
原文地址:http://www.studytrails.com/frameworks/spring/spring-remoting-burlap.jsp Concept Overview In the ...
- 【转载】VMware下LINUX的虚拟机增加磁盘空间
转载自:http://space.itpub.net/24435147/viewspace-694200 VMware6.7安装目录下有一个命令行工具vmware-vdiskmanager.exe 程 ...
- Appium移动自动化测试(四)--one demo
继续更新. -------------------------------------------- 第四节 安装Appium Client Appium Client是对webdriver原生ap ...