Skip to content

Instantly share code, notes, and snippets.

@markyun
Last active October 19, 2020 22:47
Show Gist options
  • Save markyun/8216684 to your computer and use it in GitHub Desktop.
Save markyun/8216684 to your computer and use it in GitHub Desktop.
A Pen by MarkYun-Bookmarks 简单整理我的 常用网址。更新时间:2014年1月2日
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title>
markyun - Bookmarks
</title>
<script language="javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js
"></script>
<style>
body{
text-align:center;
}
.Mdiv{
width:100%;
margin: 0 auto;
}
dt{
width:172px;
margin: 0 auto;
float:left;
text-align:left;
}
dt h3{
text-align:center;
}
dt a{
display:block;
width:150px;
padding:5px;
line-height:1.4;
background-color:#99CCFF;
color:#FF0099;
text-decoration:none;
text-align:left;
overflow:hidden;
}
dt a:link {color:#0033FF;}/*未被访问过的链接*/
dt a:link,a:visited{text-decoration:none ; } ---未访问和已经访问,无线,粗体
dt a:hover,a:active{text-decoration:underline ; }---鼠标放上,点击时,有线,粗体。
dt a:link,a:visited{
display:block;
width:50px;
height:40px;
line-height:40px;
color:#000;
text-decoration:none;
background :#94B8E9 url(an1.gif) ;
text-indent:50px;
}
dt a:hover{
background :#94B8E9 url(an2.jpg);
color:yellow;
}
.spinner {
margin: 0px auto;
height: 130px;
}
.spinner > div {
background-color: #333;
height: 100%;
width: 6px;
display: inline-block;
-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.spinner .rect3 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
.spinner .rect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.spinner .rect5 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
20% { -webkit-transform: scaleY(1.0) }
}
@keyframes stretchdelay {
0%, 40%, 100% {
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
} 20% {
transform: scaleY(1.0);
-webkit-transform: scaleY(1.0);
}
}
</style>
</head>
<body>
<div class="Mdiv">
<h1>
markyun - Bookmarks
</h1>
<div class="spinner">
<h3>
简单整理我的 常用网址。更新时间:2014年1月2日
</h3>
<div class="rect1"></div>
<div class="rect2"></div>
<div class="rect3"></div>
<div class="rect4"></div>
<div class="rect5"></div>
</div>
<div class="div1">
<dl>
<p>
</p>
<dt>
<dl>
<h3 add_date="1375081680" last_modified="1388643775">
最常用
</h3>
<p>
</p>
<dt>
<a href="javascript:void(function(){var d = document,a = 'setAttribute',s = d.createElement('script');s[a]('type','text/javascript');s[a]('src','http://www.veryued.org/wp-content/themes/google_snow.js');d.head.appendChild(s);})();">下雪</a>
</dt>
<dt>
<a href="http://weibo.com/920802999/">
马云云_理想青年
</a>
</dt>
<dt>
<a href="http://www.baidu.com/">
百度
</a>
</dt>
<dt>
<a href="http://www.google.com.hk/">
Google
</a>
</dt>
<dt>
<a href="http://translate.google.cn/?hl=zh-CN&amp;tab=wT">
G翻译
</a>
</dt>
<dt>
<a href="https://www.icloud.com/">
iCloud
</a>
</dt>
<dt>
<a href="https://gist.github.com/markyun/">
github
</a>
</dt>
<dt>
<a href="http://www.zhihu.com/people/majinyun0802">
知乎
</a>
</dt>
<dt>
<a href="http://news.dbanotes.net/">
Startup News
</a>
</dt>
<dt>
<a href="https://news.ycombinator.com/news">
Hacker News
</a>
</dt>
<dt>
<a href="http://www.reddit.com/">
reddit
</a>
</dt>
<dt>
<a href="http://stackoverflow.com/">
stackoverflow
</a>
</dt>
<dt>
<a href="http://toutiao.com/">
今日头条
</a>
</dt>
<dt>
<a href="http://www.36kr.com/">
36氪
</a>
</dt>
<dt>
<a href="http://www.cn.wsj.com/gb/">
华尔街
</a>
</dt>
<dt>
<a href="http://my.oschina.net/">
开源中国
</a>
</dt>
<dt>
<a href="http://home.cnblogs.com/ing/">
博客园
</a>
</dt>
<dt>
<a href="http://javascript.ruanyifeng.com/oop/basic.html#toc0">
JavaScript 标准参考教程
</a>
</dt>
<dt>
<a href="http://docs.huihoo.com/jquery/jquery-fundamentals/zh-cn/index.html">
jQuery 基本原理
</a>
</dt>
<dt>
<a href="http://www.w3school.com.cn/jquery/jquery_ref_effects.asp">
jQuery 效果
</a>
</dt>
<dt>
<a href="http://www.alibench.com/">
阿里测
</a>
</dt>
<dt>
<a href="http://inews.io/">
iNews
</a>
</dt>
<dt>
<a href="http://www.geekpark.net/">
极客
</a>
</dt>
<dt>
<a href="http://www.w3cfuns.com/">
W3Cfuns
</a>
</dt>
<dt>
<a href="http://bbs.csdn.net/forums/WebDevelop/my">
CSDN
</a>
</dt>
<dt>
<a href="http://atp-posts.b0.upaiyun.com/posts/">
ATP 创意能量源
</a>
</dt>
<dt>
<a href="http://reynold.cn/">
早读课
</a>
</dt>
<dt>
<a href="http://www.lanrentuku.com/">
懒人
</a>
</dt>
<dt>
<a href="http://tech2ipo.com/">
TECH2IPO
</a>
</dt>
<dt>
<a href="http://ajava.org/resource/">
AJava
</a>
</dt>
<dt>
<a href="http://www.uisdc.com/123sdc/">
设计师网址导航
</a>
</dt>
<dt>
<a href="http://www.daohangcom.com/">
com导航
</a>
</dt>
<dt>
<a href="javascript:void(function (){var%20d%20=%20document,a%20=%20'setAttribute',s%20=%20d.createElement('script');s[a]('type','text/javascript');s[a]('src','http://www.veryued.org/wp-content/themes/google_snow.js');d.head.appendChild(s);})();">
{点击下雪}
</a>
</dt>
<dt>
<a href="javascript:var%20KICKASSVERSION='2.0';var%20s%20=%20document.createElement('script');s.type='text/javascript';document.body.appendChild(s);s.src='//hi.kickassapp.com/kickass.js';void(0);">
Kick Ass
</a>
</dt>
<dt>
<a href="http://www.w3cplus.com/">
W3CPlus优质资源
</a>
</dt>
<dt>
<a href="http://club.ebusinessreview.cn/blogArticle-15235.html">
商业评论网
</a>
</dt>
<dt>
<a href="http://www.yeeyan.org/">
译言网
</a>
</dt>
<dt>
<a href="http://www.ituring.com.cn/">
图灵社区
</a>
</dt>
<dt>
<a href="http://www.huxiu.com/article/11530/1.html">
虎嗅网
</a>
</dt>
<dt>
<a href="http://www.solidot.org/">
Solidot: 奇客的资讯
</a>
</dt>
<dt>
<a href="http://www.infoq.com/cn/">
促进软件开发领域知识与创新的传播
</a>
</dt>
<dt>
<a href="https://pomotodo.com/">
番茄土豆
</a>
</dt>
<dt>
<a href="https://developers.google.com/academy/?hl=zh-cn">
Google 开发者学院
</a>
</dt>
<dt>
<a href="https://delicious.com/Fenng">
@Fenng &ndash; Delicious
</a>
</dt>
<dt>
<a href="http://www.zuixiami.com/">
最蝦米
</a>
</dt>
<dt>
<a href="https://speakerdeck.com/bkeepers/a-chronicle-of-the-nebulous-html5">
Speaker Deck
</a>
</dt>
<dt>
<a href="http://www.ifanr.com/">
爱范儿
</a>
</dt>
<dt>
<a href="http://wo.poco.cn/8626644/view">
美女 | 时间轴
</a>
</dt>
<dt>
<a href="http://www.forbeschina.com/">
福布斯中文网
</a>
</dt>
<dt>
<a href="http://www.iterduo.com/">
IT耳朵
</a>
</dt>
<dt>
<a href="http://www.pingwest.com/">
PingWest - 全球视野的前沿科技媒体
</a>
</dt>
<dt>
<a href="http://geek.csdn.net/">
极客头条
</a>
</dt>
<dt>
<a href="http://ikeepu.com/">
爱库网
</a>
</dt>
<dt>
<a href="http://www.cnbeta.com/">
cnBeta.COM_中文业界资讯站
</a>
</dt>
<dt>
<a href="http://www.geekpark.net/jobs/recommend">
极客工作吧 | 极客公园
</a>
</dt>
<dt>
<a href="http://blog.jobbole.com/35620/">
从程序员到项目经理(14)
</a>
</dt>
<dt>
<a href="http://www.12ks.net/">
AceEz-人生不需要廉价的花招
</a>
</dt>
<dt>
<a href="http://www.iresearch.cn/">
艾瑞网-中国新经济门户
</a>
</dt>
<dt>
<a href="http://www.ideobook.com/">
智识@IdeoBook&trade;
</a>
</dt>
<dt>
<a href="http://www.ipc.me/">
iPc.me - 与你分享互联网的精彩!
</a>
</dt>
<dt>
<a href="http://www.quora.com/">
Quora的
</a>
</dt>
<dt>
<a href="http://fe.adbeginner.com/">
前端知识体系
</a>
</dt>
</dl>
<p>
</p>
</dt>
<dt>
<h3 last_modified="1388643775" add_date="1375081680">
技术网站
</h3>
<dl>
<p>
</p>
<dt>
<a href="http://aralejs.org/">
Arale - 基于SeaJS的前端解决方案
</a>
</dt>
<dt>
<a href="http://www.planeart.cn/demo/artDialog/index.html">
artDialog 4.1.2
</a>
</dt>
<dt>
<a href="http://alloyteam.github.io/JX/doc/specification/google-javascript.xml">
Google JavaScript 编码规范指南
</a>
</dt>
<dt>
<a href="http://d.cocoachina.com/code/index/2">
iOS代码库 - iOS开发者中心 - CocoaChina 开发讨论区 最热的iOS开发论坛| 最热的Mac开发论坛 | 最热的iPhone开发论坛
| 最热的iPad开发论坛
</a>
</dt>
<dt>
<a href="http://www.linuxsky.org/">
Linux天空-最爱Linux
</a>
</dt>
<dt>
<a href="http://www.qianduan.net/">
前端观察 | 专注于网站前端设计与前端开发
</a>
</dt>
<dt>
<a href="http://justjavac.com/">
justjavac的博客
</a>
</dt>
<dt>
<a href="http://www.feweekly.com/">
前端周刊
</a>
</dt>
<dt>
<a href="http://fis.baidu.com/">
F.I.S - 前端集成解决方案
</a>
</dt>
<dt>
<a href="http://ajava.org/code/">
AJava
</a>
</dt>
<dt>
<h3 last_modified="1388644336" add_date="1362549635">
HTML5
</h3>
<dl>
<p>
</p>
<dt>
<a href="http://learn.shayhowe.com/advanced-html-css/jquery">
jQuery - An Advanced Guide to HTML &amp; CSS
</a>
</dt>
<dt>
<a href="http://www.mhtml5.com/">
HTML5研究小组_致力于HTML5在中国的发展与应用_HTML5教程_HTML5资源_HTML5游戏
</a>
</dt>
<dt>
<a href="http://html5center.sourceforge.net/">
The HTML5 Center by SourceForge and Microsoft
</a>
</dt>
<dt>
<a href="http://www.dotblogs.com.tw/Team.aspx?GroupID=532">
HTML 5 技術團隊 - 點部落-IT技術知識社群
</a>
</dt>
<dt>
<a href="http://diveintohtml5.info/">
Dive Into HTML5
</a>
</dt>
<dt>
<a href="http://www.html5rocks.com/zh/resources">
资源 - HTML5 Rocks
</a>
</dt>
<dt>
<a href="http://www.mhtml5.com/2012/02/4471.html">
HTML5研究小组手机版在UC应用中心正式上线_HTML5研究小组_HTML5教程_HTML5资源_HTML5游戏
</a>
</dt>
<dt>
<a href="http://www.html5dw.com/portal.php">
HTML5梦工场-HTML5 Dreamworks - Powered by Discuz!
</a>
</dt>
<dt>
<a href="http://www.html5cn.org/">
HTML5中国
</a>
</dt>
<dt>
<a href="http://liumiao.me/html/wd/W3C/264.html">
HTML5语音输入(淘宝语音搜索)方法 - 刘淼个人博客
</a>
</dt>
<dt>
<a href="http://www .com/">
DIVCSS5 - DIV+CSS布局教程学习与CSS资源分享平台
</a>
</dt>
<dt>
<a href="http://html5demos.com/">
HTML5 Demos and Examples
</a>
</dt>
<dt>
<a href="http://html5.9tech.cn/">
9TECH - HTML5频道 - HTML5教程视频,开发工具,游戏开发
</a>
</dt>
<dt>
<a href="http://v2.iiiimg.com/">
全球酷站中心 html5网站 html5酷站 html5学习 iiiimg.com
</a>
</dt>
<dt>
<a href="http://w3ctech.com/">
w3ctech
</a>
</dt>
<dt>
<a href="http://www.w3.org/TR/css3-selectors/">
Selectors Level 3
</a>
</dt>
<dt>
<a href="http://www.w3cplus.com/blog/tags/307.html">
HTML和CSS高级指南 | 博客自由标签 | W3CPlus
</a>
</dt>
<dt>
<a href="http://www.w3school.com.cn/html5/att_input_placeholder.asp">
HTML 5 &lt;input&gt; placeholder 属性
</a>
</dt>
</dl>
<p>
</p>
</dt>
<dt>
<h3 last_modified="1388644382" add_date="1362549643">
CSS
</h3>
<dl>
<p>
</p>
<dt>
<a href="http://www.zi-han.net/css3/">
CSS3 在线生成器
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/lhb25/archive/2012/12/03/css3-loading-animation-and-progress-bar.html">
【Web前沿技术】纯 CSS3 打造的10个精美加载进度条动画 - 梦想天空(山边小溪) - 博客园
</a>
</dt>
<dt>
<a href="http://www.w3cplus.com/resources/css3-tutorial-and-case">
CSS3属性教程与案例分享 | 前端资源-css3教程-css3实例-css3动画 | W3CPlus
</a>
</dt>
<dt>
<a href="http://www.php100.com/manual/CSS.html">
CSS 2.0 ÖÐÎÄÊÖ²á.chm
</a>
</dt>
<dt>
<a href="http://aliceui.com/">
Alice - 写CSS的更好方案
</a>
</dt>
<dt>
<a href="http://www.zhangxinxu.com/wordpress/?p=2523">
说说CSS学习中的瓶颈
</a>
</dt>
<dt>
<a href="http://css3lib.alloyteam.com/#animation/AnimatedButtons">
CSS3 UI Lib
</a>
</dt>
<dt>
<a href="http://www.csswang.com/">
CSSwang-CSS网站-CSS网站
</a>
</dt>
<dt>
<a href="http://zh.learnlayout.com/">
学习CSS布局
</a>
</dt>
<dt>
<a href="http://lea.verou.me/css3patterns/">
CSS3 Patterns Gallery
</a>
</dt>
<dt>
<a href="http://f2eclass.com/">
前端工程開發實務
</a>
</dt>
<dt>
<a href="http://www.css3.info/about/">
关于我们 - CSS3。 信息
</a>
</dt>
<dt>
<a href="http://www.w3cplus.com/solution/waterdrop/waterdrop.html">
CSS点滴知识汇集
</a>
</dt>
<dt>
<a href="http://www.w3cplus.com/solution/cssresource/cssresource.html">
css资源集合
</a>
</dt>
<dt>
<a href="http://ecd.tencent.com/css3/">
CSS3动画参考 b
</a>
</dt>
<dt>
<a href="http://www .com/css3/">
CSS3 Properties 在线手册(css3.0手册) - DIV CSS - CSS3手册 - DIVCSS5
</a>
</dt>
<dt>
<a href="http://css3lib.alloyteam.com/#animation/">
CSS3 UI Lib
</a>
</dt>
</dl>
<p>
</p>
</dt>
<dt>
<h3 last_modified="1388643480" add_date="1362549670">
JAVASCRIPR
</h3>
<dl>
<p>
</p>
<dt>
<a href="http://www.jq-school.com/Article.aspx">
Jquery插件 - JquerySchool专注Web前端
</a>
</dt>
<dt>
<a href="http://www.woiweb.net/jquery-panorama-plugins.html">
jQuery3D全景效果展示插件 | 我爱互联网
</a>
</dt>
<dt>
<a href="http://www.51xuediannao.com/jquery_tanchu/">
jquery弹出层,jquery弹出窗口,jquery div弹出层,jquery弹出层插件,jquery弹出窗-懒人建站
</a>
</dt>
<dt>
<a href="http://bbs.html5cn.org/forum-52-1.html">
JavaScript交流-HTML5中国
</a>
</dt>
<dt>
<a href="http://www.script-tutorials.com/category/jquery/">
jQuery | Script Tutorials | Web development
</a>
</dt>
<dt>
<a href="http://site518.net/jquery-file-upload-drag-drop/">
jQuery文件上传插件(支持拖动上传) » 给力技术
</a>
</dt>
<dt>
<a href="http://learn.jquery.com/">
jQuery Learning Center
</a>
</dt>
<dt>
<a href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide">
JavaScript Guide - JavaScript | MDN
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/cloudgamer/archive/2010/02/01/LazyLoad.html">
js高手 cloudgamer - 博客园
</a>
</dt>
<dt>
<a href="http://www.cn-cuckoo.com/deconstructed/">
JavaScript库解构
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/thinhunan/archive/2006/04/01/DeveloperNotesForPrototype.html">
prototype.js 1.4版开发者手册(强烈推荐) - Think - 博客园
</a>
</dt>
<dt>
<a href="http://www.nodebeginner.org/#javascript-and-nodejs">
The Node Beginner Book » A comprehensive Node.js tutorial
</a>
</dt>
<dt>
<a href="http://bonsaiden.github.io/JavaScript-Garden/zh/">
JavaScript 秘密花园
</a>
</dt>
<dt>
<a href="http://jsriffs.blogspot.fi/2013/04/making-of-3d-city-tour.html">
JavaScript Riffs: Making of 3D City Tour
</a>
</dt>
<dt>
<a href="http://jszai.com/morris-js/">
Morris.js &ndash; 画折线图、面积图和环状图的统计图表库 | JS仔
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/nuysoft/archive/2013/04/27/3048256.html">
[翻译] 前端 JavaScript 架构(完结) - nuysoft - 博客园
</a>
</dt>
<dt>
<a href="http://foocoder.com/blog/xiang-jie-javascriptzhong-de-this.html/">
详解JavaScript中的this - Code Rush
</a>
</dt>
<dt>
<a href="http://typeof.net/s/jsmech/01.html">
JavaScript 原理,其一 -- typeof.net
</a>
</dt>
<dt>
<a href="http://ued.taobao.com/blog/2013/03/modular-scalable-kissy/">
模块化高扩展性的前端框架 KISSY - 前端技术 | TaoBaoUED
</a>
</dt>
<dt>
<a href="http://semooh.jp/jquery/">
jQuery 日本語リファレンス
</a>
</dt>
<dt>
<a href="http://requirejs.org/docs/api.html#jsfiles">
RequireJS API
</a>
</dt>
<dt>
<a href="http://rexzhao.com/2013/04/09/%e5%90%84%e7%a7%8d%e5%89%8d%e7%ab%af%e7%9a%84javascript%e5%ba%93/">
各种前端的Javascript库 | My Blog
</a>
</dt>
<dt>
<a href="http://www.the5fire.com/backbone-tutorials-catalogue.html">
Backbone.js入门学习笔记目录 | the5fire的技术博客
</a>
</dt>
<dt>
<a href="http://www.the5fire.com/touch-backbone-js.html">
1.初识backbone.js | the5fire的技术博客
</a>
</dt>
<dt>
<a href="http://www.csser.com/tools/backbone/backbone.js.html">
Backbone.js API中文文档 - CSSer
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/nuysoft/category/362937.html">
Backbone源码分析 - nuysoft - 博客园
</a>
</dt>
<dt>
<a href="https://github.com/JacksonTian/fks">
JacksonTian/fks
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/TomXu/archive/2011/12/15/2288411.html">
深入理解JavaScript系列 - 汤姆大叔 - 博客园
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/wzmaodong/archive/2012/10/15/2724005.html">
jQuery formValidator表单验证插件4.1.3提供下载 - 猫冬 - 博客园
</a>
</dt>
<dt>
<a href="http://vigetlabs.github.io/jmapping/examples/">
google地图jMapping:示例
</a>
</dt>
<dt>
<a href="http://www.kankanews.com/ICkengine/categories/web">
看引擎 KENGINE | 看看新闻网 IT资讯
</a>
</dt>
<dt>
<a href="http://drupalchina.cn/jquery-jiao-cheng">
JQuery 教程 | Drupal中国
</a>
</dt>
<dt>
<a href="http://www.oesmith.co.uk/morris.js/#examples">
morris.js
</a>
</dt>
<dt>
<a href="http://cnodejs.org/">
CNode:Node.js专业中文社区
</a>
</dt>
<dt>
<a href="http://cnodejs.org/topic/4f32389669bab4d6760389c7">
Nodejs 开发,用神马IDE呢? - CNode
</a>
</dt>
<dt>
<a href="http://www.nodebeginner.org/index-zh-cn.html#hello-world">
Node入门 » 一本全面的Node.js教程
</a>
</dt>
<dt>
<a href="http://site518.net/ddslick-drop-down-list-with-image/">
带图片的jQuery下拉框插件 - ddSlick » 给力技术
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/Darren_code/archive/2011/10/31/nodejs.html">
node.js 初体验 - 聂微东 - 博客园
</a>
</dt>
<dt>
<a href="https://github.com/languages/JavaScript">
JavaScript
</a>
</dt>
<dt>
<a href="http://www.nowamagic.net/librarys/veda/cate/JQuery">
JQuery - 第1页 -- 简明现代魔法
</a>
</dt>
<dt>
<a href="http://www.phpchina.com/archives/view-36036-1.html">
分享3K大小的万能JQuery弹出层类库_PHPChina 开源社区门户 &mdash;&mdash; PHPER的天堂,领跑PHP开源事业!
</a>
</dt>
<dt>
<a href="http://hackerzhang.com/post/tech/oop-javascript">
面向对象的JavaScript- Hacker Zhang's Blog
</a>
</dt>
<dt>
<a href="http://docs.huihoo.com/jquery/jquery-fundamentals/zh-cn/index.html">
jQuery 基本原理
</a>
</dt>
<dt>
<a href="http://forum.jquery.com/">
jQuery Forum
</a>
</dt>
<dt>
<a href="http://www.html-js.com/article">
前端乱炖
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/jasonxuvip/articles/1936154.html">
免费Google地图API使用说明 - po~饭盒 - 博客园
</a>
</dt>
<dt>
<a href="http://javascript.ruanyifeng.com/oop/basic.html#toc0">
面向对象编程概述 -- JavaScript 标准教程(alpha)
</a>
</dt>
<dt>
<a href="http://www.nowamagic.net/librarys/veda/cate/JQuery">
JQuery - 第1页 -- 简明现代魔法
</a>
</dt>
<dt>
<a href="http://www.phpchina.com/archives/view-36036-1.html">
分享3K大小的万能JQuery弹出层类库_PHPChina 开源社区门户 &mdash;&mdash; PHPER的天堂,领跑PHP开源事业!
</a>
</dt>
<dt>
<a href="http://hackerzhang.com/post/tech/oop-javascript">
面向对象的JavaScript- Hacker Zhang's Blog
</a>
</dt>
<dt>
<a href="http://docs.huihoo.com/jquery/jquery-fundamentals/zh-cn/index.html">
jQuery 基本原理
</a>
</dt>
<dt>
<a href="http://forum.jquery.com/">
jQuery Forum
</a>
</dt>
<dt>
<a href="http://blog.jobbole.com/1151/">
阮一峰:jQuery官方基础教程笔记 - 博客 - 伯乐在线
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/zqstc/archive/2009/11/26/1611464.html">
JavaScript--事件模型 - zqstc - 博客园
</a>
</dt>
<dt>
<a href="http://www.css88.com/tool/jQuerySourceViewer/#v=1.8.2&amp;fn=jQuery.attr">
jQuery源代码查看工具(jQuery source viewer)
</a>
</dt>
<dt>
<a href="http://james.padolsey.com/jquery/#v=1.10.2&amp;fn=jQuery.fn.attr">
jQuery source viewer
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/laonanren/archive/2013/02/15/2912784.html">
WEB前端开发工程师面试题大全(一) - 锋芒毕露 - 博客园
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/laonanren/archive/2013/02/17/2914132.html">
HTML【DOM】对象(全面解析) - 锋芒毕露 - 博客园
</a>
</dt>
<dt>
<a href="http://www.tuicool.com/sites/#">
我的站点 - 推酷
</a>
</dt>
<dt>
<a href="http://blog.whattoc.com/archives/">
归档 | 我叫河蟹
</a>
</dt>
<dt>
<a href="http://book.douban.com/doulist/1287379/">
香港中文大学推荐书单
</a>
</dt>
<dt>
<a href="http://chinagdg.com/forum-93-1.html">
各种资料下载 (Resource Download) - 中国谷歌开发者社区论坛(China Google Developer Group
Forum) -
</a>
</dt>
<dt>
<a href="http://my.wo99.com/space.php?uid=4460408">
Recalling - 我的空间
</a>
</dt>
<dt>
<a href="http://documentcloud.github.io/backbone/#Model-extend">
Backbone.js
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/sskyy/p/3384302.html">
设计十日谈[一]产品、设计 - 侯振宇L4 - 博客园
</a>
</dt>
<dt>
<a href="http://brianreavis.github.io/selectize.js/">
Selectize.js
</a>
</dt>
<dt>
<a href="http://www.reddit.com/r/javascript/">
JavaScript
</a>
</dt>
<dt>
<a href="http://www.ruanyifeng.com/blog/2012/06/sass.html">
SASS用法指南 - 阮一峰的网络日志
</a>
</dt>
<dt>
<a href="http://hawstein.com/sitemap.html">
Sitemap
</a>
</dt>
<dt>
<a href="http://www.regexpal.com/">
Regex Tester
</a>
</dt>
<dt>
<a href="http://jsperf.com/">
jsPerf:JavaScript性能操场
</a>
</dt>
<dt>
<a href="http://www.trans4fun.org/tag/object-graphs/">
前端翻译小站 » Object Graphs
</a>
</dt>
<dt>
<a href="http://zeptojs.com/#find">
Zepto.js: the aerogel-weight jQuery-compatible JavaScript library
</a>
</dt>
<dt>
<a href="http://www.cn-cuckoo.com/deconstructed/jquery.html">
jQuery解构
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/aaronjs/articles/3148934.html">
javascript 中的 delete - Aaron. - 博客园
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/nuysoft/archive/2011/11/14/2248023.html">
[原创] jQuery1.6.1源码分析系列(停止更新) - nuysoft - 博客园
</a>
</dt>
<dt>
<a href="http://www.craftymind.com/factory/html5video/CanvasVideo.html">
HTML5 Video Destruction
</a>
</dt>
<dt>
<a href="http://javascript.ruanyifeng.com/oop/ecmascript6.html#">
ECMAScript 6 介绍 -- JavaScript 标准参考教程(alpha)
</a>
</dt>
<dt>
<a href="http://kangax.github.io/es5-compat-table/es6/">
ECMAScript compatibility table
</a>
</dt>
<dt>
<a href="http://www.windguo.com/javascript/">
javascript - 前端开发之家 - 专注web前端开发和用户体验设计
</a>
</dt>
<dt>
<a href="http://www.artcss.com/archives/category/js">
Javascript : 前端思考:专注前端开发,关注用户体验
</a>
</dt>
<dt>
<a href="http://yanhaijing.com/">
颜海镜
</a>
</dt>
<dt>
<a href="http://www.windguo.com/javascript/296.html">
JS项目构建工具Grunt实践 javascript - 前端开发之家 - 专注web前端开发和用户体验设计
</a>
</dt>
<dt>
<a href="http://ntesmailfetc.blog.163.com/blog/#m=0">
网易邮箱前端技术中心的日志 - 网易博客
</a>
</dt>
<dt>
<a href="http://jq-school.com/">
JquerySchool
</a>
</dt>
<dt>
<a href="http://www.36ria.com/36ria-choice">
RIA之家精华教程和资源集合 | ria之家--RIA三部曲:jquery、ext、flex
</a>
</dt>
<dt>
<a href="http://blog.jobbole.com/37699/">
TryjQuery:jQuery官方推出的教学视频『更新至最后一集』 - 博客 - 伯乐在线
</a>
</dt>
<dt>
<a href="http://www.phpchina.com/archives/view-42728-1.html">
JavaScript项目优化总结_PHPChina 开源社区门户 &mdash;&mdash; PHPER的天堂,领跑PHP开源事业!
</a>
</dt>
<dt>
<a href="http://hackerzhang.com/post/tech/javascript101">
jQuery学习笔记之JavaScript基础语法篇- Hacker Zhang's Blog
</a>
</dt>
<dt>
<a href="http://www.ruanyifeng.com/blog/2011/07/jquery_fundamentals.html">
jQuery设计思想 - 阮一峰的网络日志
</a>
</dt>
<dt>
<a href="http://luolei.org/2013/09/regula-expression-simple-tutorial/">
正则表达式简要入门
</a>
</dt>
<dt>
<a href="file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/Downloads/%E4%B8%8B%E8%BD%BD.htm">
jQuery: The Write Less, Do More, JavaScript Library
</a>
</dt>
<dt>
<a href="http://www.trans4fun.org/tag/javascript%E4%BA%8B%E4%BB%B6%E7%B3%BB%E5%88%97/">
前端翻译小站 » JavaScript事件系列
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/TomXu/archive/2012/02/15/2330143.html">
深入理解JavaScript系列(22):S.O.L.I.D五大原则之依赖倒置原则DIP - 汤姆大叔 - 博客园
</a>
</dt>
<dt>
<a href="http://www.itzhai.com/topic/javascript-summary-notes">
Javascript笔记汇总 | IT宅.com
</a>
</dt>
<dt>
<a href="http://beyondweb.cn/javascript.php">
Javascript学习_Javascript特效_WEB前端开发_BeyondWeb
</a>
</dt>
<dt>
<a href="http://www.w3cking.com/category/javascriptjquery/">
Javascript/JQuery | W3Coder King
</a>
</dt>
<dt>
<a href="http://javascript.ruanyifeng.com/">
JavaScript 标准教程(alpha)
</a>
</dt>
<dt>
<a href="http://square.github.io/">
Square Open Source
</a>
</dt>
</dl>
<p>
</p>
</dt>
<dt>
<a href="http://www.importnew.com/">
ImportNew - 专注Java &amp; Android 技术分享
</a>
</dt>
<dt>
<a href="http://www.aqee.net/">
外刊IT评论网 | 国外IT评论,编程技巧,网站开发趋势,创业
</a>
</dt>
<dt>
<a href="http://julying.com/blog/page/2/">
七月、前端攻城师王子墨 | 七月、前端攻城师王子墨 | 第 2 页
</a>
</dt>
<dt>
<a href="http://niko-blog.com/">
niko的博客|前端开发
</a>
</dt>
<dt>
<a href="http://ntesmailfetc.blog.163.com/blog/static/206287061201241692848617/">
页面前端的水有多深?再议页面开发 - 网易邮箱前端技术中心的日志 - 网易博客
</a>
</dt>
<dt>
<a href="http://kb.cnblogs.com/page/129756/">
前端必读:浏览器内部工作原理_知识库_博客园
</a>
</dt>
<dt>
<a href="http://www.cssha.com/">
前端手记
</a>
</dt>
<dt>
<a href="http://fp.labs.lugir.com/interests/193">
Web前端 | 传送之门
</a>
</dt>
<dt>
<a href="http://www.zhihu.com/question/20246142">
前端开发领域有哪些值得推荐的问答? - 知乎
</a>
</dt>
<dt>
<a href="http://www.jimmy.sh/">
Jimmy
</a>
</dt>
<dt>
<a href="http://www.ikent.me/blog/">
幻风阁|kent.zhu'sBlog
</a>
</dt>
<dt>
<a href="http://www.gbin1.com/">
前端及其web开发相关技术HTML5|CSS3|JS|jQuery|jQuery插件|UI|Mobile|Demo
</a>
</dt>
<dt>
<a href="http://sentsin.com/">
贤心_前端开发文艺码农
</a>
</dt>
<dt>
<a href="http://www.troyhunt.com/2013/07/everything-you-wanted-to-know-about-sql.html">
特洛伊亨特:一切你想知道有关SQL注入(但不敢问)
</a>
</dt>
<dt>
<h3 last_modified="1388642834" add_date="1376008808">
bootstrap
</h3>
<dl>
<p>
</p>
<dt>
<a href="http://www.bootstraptor.com/bootstrap3">
Twitter Bootstrap templates free and premium Bootstrap starter KIT Bootstrap
3 version - BOOTSTRAPTOR // beta
</a>
</dt>
<dt>
<a href="http://xiemin.me/bootstrap-2.2.2/getting-started.html#examples">
入门 · Bootstrap
</a>
</dt>
<dt>
<a href="http://www.malot.fr/bootstrap-datetimepicker/demo.php">
DateTime Picker · Bootstrap - Demo page
</a>
</dt>
<dt>
<a href="http://cnbootstrap.com/base-css.html#typography">
Bootstrap中文版/中文翻译
</a>
</dt>
<dt>
<a href="http://www.bootcss.com/getting-started.html#examples">
Bootstrap中文网
</a>
</dt>
</dl>
<p>
</p>
</dt>
<dt>
<a href="http://bbs.itheima.com/forum.php?mod=post&amp;action=reply&amp;fid=92&amp;tid=60883">
提示信息 - 黑马程序员训练营论坛 - Powered by Discuz!
</a>
</dt>
<dt>
<a href="http://happycasts.net/">
HappyCasts
</a>
</dt>
<dt>
<a href="http://beenhero.com/improve-remote-work-productivity/">
远程工作之个人效率篇 - Bin He's Blog
</a>
</dt>
<dt>
<a href="http://www.wufangbo.com/mobile-3g-mobile-development/">
移动平台3G手机网站前端开发布局技巧汇总 | 前端开发-武方博
</a>
</dt>
<dt>
<a href="http://www.zhanzhangweishi.com/">
免费站长工具平台|网站采集|网站安全 - 站长卫士
</a>
</dt>
<dt>
<a href="https://www.10086china.com/index.html?id=OTkxMzEwMTQxOTEzMDkxOA==">
说吧网络电话-国内唯一完全免费的网络电话
</a>
</dt>
<dt>
<a href="http://keleyi.com/">
柯乐义_ASP.NET MVC开源CMS、jQuery、Javascript等的教程、源代码、实例
</a>
</dt>
<dt>
<a href="http://tiyanzhimei.com/index.php/xin-xi-jia-gou-2/">
信息架构和页面布局 - 体验之美
</a>
</dt>
<dt>
<a href="http://bolg.ceandy.com/#/blog">
前端丶灵魂工程师/
</a>
</dt>
<dt>
<a href="http://ecvip.org/">
黄海均的互联网志
</a>
</dt>
<dt>
<a href="http://ejohn.org/category/blog/">
John Resig - Blog
</a>
</dt>
<dt>
<a href="http://mzhou.me/">
MZhou's blog | 专注于Web前端开发!
</a>
</dt>
<dt>
<a href="http://segmentfault.com/q/1010000000314426">
前端页面布局的建议 - SegmentFault
</a>
</dt>
<dt>
<a href="http://iconmoon.com/blog2/">
图月志 // JJ Ying 的界面设计博客
</a>
</dt>
<dt>
<a href="http://blog.sina.com.cn/s/articlelist_1664227735_0_1.html">
博文_子柳_新浪博客
</a>
</dt>
<dt>
<h3 last_modified="1388643420" add_date="1388640777">
安全
</h3>
<dl>
<p>
</p>
<dt>
<a href="http://evilcos.me/?p=274">
不懂安全的你,不好 | EVILCOS
</a>
</dt>
<dt>
<a href="http://www.freebuf.com/articles/web/12133.html">
如何攻击WEB应用程序(连载一)- FreebuF.COM
</a>
</dt>
<dt>
<a href="http://www.hackdig.com/?cat-3.htm">
网络安全_黑客技术
</a>
</dt>
<dt>
<a href="http://www.hackdig.com/">
黑客技术
</a>
</dt>
<dt>
<a href="http://blog.devep.net/virushuo/">
demo@virushuo
</a>
</dt>
<dt>
<a href="http://www.youxia.org/secure-cookies-idf/">
如何建立一个安全的“记住我”功能 - 游侠安全网
</a>
</dt>
</dl>
<p>
</p>
</dt>
<dt>
<h3 last_modified="1388643830" add_date="1388641327">
git
</h3>
<dl>
<p>
</p>
<dt>
<a href="http://www.yangzhiping.com/tech/github.html">
如何高效利用GitHub ← 阳志平的个人网站::技术
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/fnng/archive/2011/08/25/2153807.html">
git/github学习笔记 - 虫师 - 博客园
</a>
</dt>
<dt>
<a href="http://yz2012.i.sohu.com/blog/view/228329265.htm">
GitHub的使用(上) - Memory4Young的博客 - 我的搜狐
</a>
</dt>
<dt>
<a href="http://www.open-open.com/lib//view/open1328069889514.html">
Git详解之三 Git分支 - OPEN 开发经验库
</a>
</dt>
<dt>
<a href="http://marklodato.github.io/visual-git-guide/index-zh-cn.html">
图解Git
</a>
</dt>
<dt>
<a href="http://gitref.justjavac.com/">
Git 参考手册
</a>
</dt>
<dt>
<a href="http://rogerdudler.github.io/git-guide/index.zh.html">
git - the simple guide - no deep shit!
</a>
</dt>
</dl>
<p>
</p>
</dt>
<dt>
<a href="http://www.ccforward.net/">
西城一隅 | 独立思想 自由精神
</a>
</dt>
<dt>
<a href="http://josephj.com/">
josephj.com | 這樣做就對了
</a>
</dt>
</dl>
<p>
</p>
</dt>
<dt>
<h3 last_modified="1388643860" add_date="1388635541">
知名技术博客
</h3>
<dl>
<p>
</p>
<dt>
<a href="http://www.ruanyifeng.com/blog/">
阮一峰的网络日志
</a>
</dt>
<dt>
<a href="http://www.gbin1.com/gb/explore.htm">
探索和发现 - GBin1.com
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/lhb25/category/277776.html">
开发技巧 - 梦想天空(山边小溪) - 博客园
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/cloudgamer/">
cloudgamer - 博客园
</a>
</dt>
<dt>
<a href="http://taosay.net/">
道哥
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/lhb25/">
梦想天空(山边小溪) - 博客园
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/NNUF/category/337046.html">
VVG - 博客园
</a>
</dt>
<dt>
<a href="http://blog.sina.com.cn/kaifulee">
李开复_新浪博客
</a>
</dt>
<dt>
<a href="http://www.zhangxinxu.com/wordpress/">
张鑫旭-鑫空间-鑫生活
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/watsonyin/category/262280.html">
管理 - 西西吹雪 - 博客园
</a>
</dt>
<dt>
<a href="http://hooray.cnblogs.com/">
胡尐睿丶 - 博客园
</a>
</dt>
<dt>
<a href="http://99jty.com/">
serendipity的技术小宅
</a>
</dt>
<dt>
<a href="http://coolshell.cn/">
酷壳 &ndash; CoolShell.cn
</a>
</dt>
<dt>
<a href="http://dancewithnet.com/">
随网之舞
</a>
</dt>
<dt>
<a href="http://hikejun.com/blog/">
Kejun's Blog
</a>
</dt>
<dt>
<a href="http://daybook.diandian.com/page/6">
水牛儿
</a>
</dt>
<dt>
<a href="http://www.cssforest.org/blog/">
CSS森林(CSS Forest)
</a>
</dt>
<dt>
<a href="http://www.f2es.com/">
f2es.com 天猫的
</a>
</dt>
<dt>
<a href="http://jayli.github.io/blog/data/2009/04/11/yahoo.html">
拔赤
</a>
</dt>
<dt>
<a href="http://www.williamlong.info/">
月光博客-关注互联网和搜索引擎的IT科技博客
</a>
</dt>
<dt>
<a href="http://www.pjhome.net/default.asp?CateID=1&amp;distype=list">
腾讯前端的头头PuterJam's Blog-关注互联网~ 关注前端技术~ 激情是成功的必要前提~
</a>
</dt>
</dl>
<p>
</p>
</dt>
<dt>
<h3 last_modified="1388644164" add_date="1362471195">
UED
</h3>
<dl>
<p>
</p>
<dt>
<a href="http://udc.weibo.com/">
微博UDC
</a>
</dt>
<dt>
<a href="http://ued.focus.cn/wordpress/">
搜狐焦点UED
</a>
</dt>
<dt>
<a href="http://ued.taobao.com/blog/">
TaoBaoUED
</a>
</dt>
<dt>
<a href="http://ux.etao.com/">
一淘-UX-
</a>
</dt>
<dt>
<a href="http://www.iyunlu.com/">
云路
</a>
</dt>
<dt>
<a href="http://udc.weibo.com/2013/01/%e4%ba%a4%e4%ba%92%e8%ae%be%e8%ae%a1%e5%88%9d%e4%bd%93%e9%aa%8c/">
交互设计初体验 | 微博UDC
</a>
</dt>
<dt>
<a href="http://www.aliued.com/">
阿里巴巴国际站UED团队
</a>
</dt>
<dt>
<a href="http://uedc.163.com/">
网易用户体验设计中心
</a>
</dt>
<dt>
<a href="http://ued.sogou.com/">
搜狗UED
</a>
</dt>
<dt>
<a href="http://vc.changyou.com/index.shtml">
畅游视觉设计中心
</a>
</dt>
<dt>
<a href="http://ecd.tencent.com/">
腾讯ecd
</a>
</dt>
<dt>
<a href="http://cdc.tencent.com/">
腾讯CDC
</a>
</dt>
<dt>
<a href="http://ued.baidu.com/">
百度ued
</a>
</dt>
<dt>
<a href="http://mux.baidu.com/">
百度MUX
</a>
</dt>
<dt>
<a href="http://www.mobiue.com/">
MobiUE
</a>
</dt>
<dt>
<a href="http://www.iconfans.org/forum.php">
ICONFANS
</a>
</dt>
<dt>
<a href="http://www.aliued.cn/">
阿里巴巴(中国站)用户体验设计部博客
</a>
</dt>
<dt>
<a href="http://ixd.org.cn/">
用户体验资讯网
</a>
</dt>
<dt>
<a href="http://www.uisheji.com/">
UI设计网
</a>
</dt>
<dt>
<a href="http://ued.focus.cn/wordpress/?p=2226">
搜狐焦点UED » Blog Archive » 2012搜狐焦点首页改版心得
</a>
</dt>
<dt>
<a href="http://ued.sina.com/">
新浪UED
</a>
</dt>
<dt>
<a href="http://cued.xunlei.com/">
CUED-迅雷用户体验设计中心
</a>
</dt>
<dt>
<a href="http://ued.ctrip.com/blog/">
携程UED-携程旅行前端开发团队
</a>
</dt>
<dt>
<a href="http://designlol.net/">
全球设计精华
</a>
</dt>
<dt>
<a href="http://pixelsdaily.com/">
PixelsDaily | Free PSDs &amp; Resources for Designers
</a>
</dt>
<dt>
<a href="http://www.rologo.com/">
Rologo 标志共和国 | Republic of Logos
</a>
</dt>
<dt>
<a href="http://www.uishe.cn/">
UI社
</a>
</dt>
<dt>
<a href="http://www.faceui.com/blog/">
FaceUI-UI设计_手机UI设计_界面设计_手机界面设计博客
</a>
</dt>
<dt>
<a href="http://uxbees.com/">
UXBees,专业的用户体验网站导航,设计网址导航,用户体验网站导航,UED资源导航
</a>
</dt>
<dt>
<a href="http://www.trans4fun.org/">
前端翻译小站
</a>
</dt>
<dt>
<a href="http://cued.xunlei.com/log022">
从产品到设计 - CUED-迅雷用户体验设计中心
</a>
</dt>
<dt>
<a href="http://mux.baidu.com/?cat=3">
交互设计 | 百度MUX
</a>
</dt>
<dt>
<a href="http://ui3g.com/artlist.aspx?classid=3">
前端开发 - 优秀设计记录 - 优设记(UI3g)
</a>
</dt>
<dt>
<a href="http://ux.etao.com/posts/user-research">
文章 -一淘-UX-用户体验中心
</a>
</dt>
<dt>
<a href="http://ucdchina.com/UCD">
设计思想 - UCD大社区
</a>
</dt>
<dt>
<a href="http://impd.tencent.com/">
QQ客户端团队博客
</a>
</dt>
<dt>
<a href="http://www.alloyteam.com/">
Tencent AlloyTeam
</a>
</dt>
<dt>
<a href="http://ued.alipay.com/wd/">
支付宝前端开发车间
</a>
</dt>
<dt>
<a href="http://www.uisdc.com/">
优设(UISDC)
</a>
</dt>
<dt>
<a href="http://fed.renren.com/">
人人网FED Team
</a>
</dt>
<dt>
<a href="http://tgideas.qq.com/">
TGideas-腾讯游戏官方设计团队
</a>
</dt>
<dt>
<a href="http://d2.sodao.com/">
搜道网UED - 创造完美本地化生活体验
</a>
</dt>
<dt>
<a href="http://blog.mycolorway.com/">
彩程团队博客
</a>
</dt>
<dt>
<a href="http://www.tuquu.com/">
网页设计 | 网页设计素材 | 网页设计教程 图趣网 - 优秀网页设计平台
</a>
</dt>
<dt>
<a href="http://techblog.youdao.com/">
有道技术沙龙
</a>
</dt>
<dt>
<a href="http://mdc.sohu.com/">
搜狐媒体设计中心: 艺术·生活
</a>
</dt>
<dt>
<a href="http://www.baiduux.com/">
百度泛用户体验
</a>
</dt>
<dt>
<a href="http://isux.tencent.com/blog">
腾讯ISUX &ndash; 互联网用户体验设计 | ISUX 腾讯社交用户体验设计
</a>
</dt>
<dt>
<a href="http://web.uesoso.com/">
uesoso设计师网站导航,网络收藏夹,酷站推荐,设计公司,设计素材,优艺客(uelike)
</a>
</dt>
<dt>
<a href="http://www.lpued.com/?category_name=all">
良无限-UED
</a>
</dt>
<dt>
<a href="http://www.searchtb.com/">
搜索技术博客-淘宝 &mdash; 关注技术 关注搜索 关注淘宝
</a>
</dt>
<dt>
<a href="http://ped.alipay.com/">
支付宝PED
</a>
</dt>
<dt>
<a href="http://isd.tencent.com/blog">
腾讯ISUX &ndash; 互联网用户体验设计 | ISUX 腾讯社交用户体验设计
</a>
</dt>
<dt>
<a href="http://blog.19ued.com/">
19楼UED Team | Yes,we can!
</a>
</dt>
<dt>
<a href="http://ued.5173.com/">
UED-5173用户体验团队博客
</a>
</dt>
<dt>
<a href="http://share.brixd.com/index.php/gong-cheng-shi-ru-he-ti-gao-dui-yong-hu-ti-yan-shi-jue-jiao-hu-de-gan-jue/">
工程师如何提高对用户体验(视觉/交互)的感觉 | Bri用户体验分享
</a>
</dt>
<dt>
<a href="http://appui.mobi/hot/17">
APP UI - 发现设计 分享设计
</a>
</dt>
<dt>
<a href="http://www.appui.com.cn/archives/category/%e7%a4%be%e4%ba%a4">
我们收集优美的手机界面。
</a>
</dt>
<dt>
<a href="https://www.boottheme.com/">
BootTheme : Web Designer and Theme Generator for Twitter Bootstrap
</a>
</dt>
<dt>
<a href="http://alloyteam.github.io/JX/">
JX - 腾讯 Web 前端开发框架 - AlloyTeam
</a>
</dt>
<dt>
<a href="http://blog.shuoyangdesign.com/writing-designing/">
用户体验随想,关于用户体验的个人思考和感悟|UX Thinking|一个设计师的创业路|
</a>
</dt>
<dt>
<a href="http://tiyanzhimei.com/index.php/hao/">
用户体验网址收集 » 体验之美
</a>
</dt>
<dt>
<a href="http://www.daqianduan.com/nav/">
前端网址导航 &ndash; 大前端
</a>
</dt>
<dt>
<a href="http://mixteam.github.com/mixdoc/">
Mix网站
</a>
</dt>
<dt>
<a href="http://www.iyunlu.com/view/">
设计观
</a>
</dt>
<dt>
<a href="http://ucdchina.com/">
UCD大社区 - 以用户为中心的设计
</a>
</dt>
<dt>
<a href="http://mxd.tencent.com/">
腾讯MXD移动互联网设计中心
</a>
</dt>
</dl>
<p>
</p>
</dt>
<dt>
<h3 last_modified="1388644456" add_date="1375081680">
工具箱
</h3>
<dl>
<p>
</p>
<dt>
<a href="http://tool.lanrentuku.com/">
懒人工具箱
</a>
</dt>
<dt>
<a href="http://www.ostools.net/">
开源中国在线工具-OSTools
</a>
</dt>
<dt>
<a href="http://www.w3cplus.com/solution/tools/tools.html">
前端工具
</a>
</dt>
<dt>
<a href="http://www.itniwo.net/index.html">
开源IT技术文档网站
</a>
</dt>
<dt>
<a href="http://www.qianduan.net/f2e-must-have-cheat-sheet.html">
前端开发工程师必备速查手册 | Resource | 前端观察
</a>
</dt>
<dt>
<a href="http://jquery-api-zh-cn.googlecode.com/svn/trunk/index.html">
jQuery 1.3 API 参考文档中文版
</a>
</dt>
<dt>
<a href="http://api.jqueryui.com/">
jQuery UI的API文档
</a>
</dt>
<dt>
<a href="http://nodeapi.ucdok.com/#/api/">
Node.js API 中文版
</a>
</dt>
<dt>
<a href="http://www.ostools.net/apidocs">
在线API文档 -OSTools
</a>
</dt>
<dt>
<a href="http://liumiao.me/html/wd/W3C/269.html">
Web开发必备手册大集合 - 刘淼个人博客
</a>
</dt>
<dt>
<a href="http://qatrix.com/doc">
Qatrix API文档
</a>
</dt>
<dt>
<a href="http://www.httpwatch.com/download/">
HttpWatch: Download
</a>
</dt>
<dt>
<a href="http://www.chm-pdf.com/">
E书家 | 一个chm,pdf电子书分享平台
</a>
</dt>
<dt>
<a href="http://java2s.com/">
Programming tutorials and source code examples
</a>
</dt>
<dt>
<a href="http://wowubuntu.com/markdown/">
Markdown 语法说明(简体中文版)
</a>
</dt>
<dt>
<a href="https://speakerdeck.com/account">
Speaker Deck分享pdf
</a>
</dt>
<dt>
<a href="http://www.bootcss.com/p/websafecolors/">
Web安全色
</a>
</dt>
<dt>
<a href="http://www.kindsoft.net/demo.php">
在线HTML编辑器
</a>
</dt>
<dt>
<a href="http://www.malot.fr/bootstrap-datetimepicker/index.php">
DateTime Picker · Bootstrap
</a>
</dt>
<dt>
<a href="http://www.nodebeginner.org/index-zh-cn.html">
Node入门 » 一本全面的Node.js教程
</a>
</dt>
<dt>
<a href="http://www.qiuziti.com/results.aspx?id=030514-c7d1cdff3b9e&amp;i=c0%2Cc1%2Cc2%2Cc3%2Cc4%2C&amp;c=5%2CH%2CT%2CM%2CL%2C&amp;jid=76">
找字体的好帮手
</a>
</dt>
<dt>
<a href="http://www.commandlinefu.com/commands/browse">
All commands | commandlinefu.com
</a>
</dt>
<dt>
<a href="http://test.browserhacks.com/">
Browserhacks - Tests
</a>
</dt>
<dt>
<a href="http://www.pptstore.net/">
专业提供原创PPT模板和KEYNOTE模板下载、PPT设计、PPT定制的平台-PPTSTORE
</a>
</dt>
<dt>
<a href="http://www.leiphone.com/315-keats-learn-to-code-free.html">
免费学习编程的10个好工具 | 雷锋网
</a>
</dt>
<dt>
<a href="http://regex.info/exif.cgi">
EXIF查看器
</a>
</dt>
<dt>
<a href="http://code.ciaoca.com/">
前端开发仓库 - Code for Web Developer
</a>
</dt>
<dt>
<a href="http://es5.github.io/">
Annotated ES5
</a>
</dt>
<dt>
<a href="http://tongji.baidu.com/data/browser">
浏览器市场份额 - 百度统计流量研究院
</a>
</dt>
<dt>
<a href="http://www.w3help.org/zh-cn/causes/RM8001">
各 浏览器兼容性 W3Help
</a>
</dt>
<dt>
<a href="http://chajn.org/project/jslint/index.htm">
JSLint&mdash;&mdash;JavaScript代码质量检测工具
</a>
</dt>
<dt>
<a href="http://jxb.rcswu.cq.cn/cj/">
西南大学荣昌校区成绩查询系统
</a>
</dt>
<dt>
<a href="http://www.iwapzone.com/">
WAP地带-Android开发-Android源码-Android源码下载-Android应用源码下载
</a>
</dt>
<dt>
<a href="http://www.uiimg.com/">
UI设计-UI界面设计-UI设计欣赏-UI素材-UI设计师互动平台 -
</a>
</dt>
<dt>
<a href="http://lucifr.com/2011/08/31/sublime-text-2-tricks-and-tips/#icon">
Sublime Text 2 入门及技巧 | Lucifr
</a>
</dt>
<dt>
<a href="http://hyperpolyglot.org/embeddable">
Languages: Tcl, Lua, JavaScript, Io - Hyperpolyglot
</a>
</dt>
<dt>
<a href="http://www.aa25.cn/layout/index.shtml">
div+css网页标准版式布局&mdash;div+css模板下载_div+css实例教程_css版式_css布局_css版式布局_网页标准布局_网页标准模板下载&mdash;标准之路www.aa25.cn
</a>
</dt>
<dt>
<a href="http://maplacejs.com/">
Maplace.js - A small Google Maps Javascript helper.
</a>
</dt>
<dt>
<a href="http://wikiproject.oii.ox.ac.uk/mapping_wikipedia/">
Mapping Wikipedia
</a>
</dt>
<dt>
<a href="https://jetstrap.com/">
Jetstrap - 引导界面生成器
</a>
</dt>
<dt>
<a href="http://www.jeasyui.com/demo/main/index.php">
Live Demo - jQuery EasyUI
</a>
</dt>
<dt>
<a href="http://www.iconarchive.com/">
Icon Archive - Search 425,477 free icons, desktop icons, download icons,
social icons, xp icons, vista icons
</a>
</dt>
<dt>
<a href="http://www.199it.com/archives/68861.html">
【白领中午吃什么-人人都是昏析师】 | 中文互联网数据研究资讯中心-199IT
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/leoo2sk/archive/2011/06/27/2089164.html#commentform">
使用SeaJS实现模块化JavaScript开发 - T2噬菌体 - 博客园
</a>
</dt>
<dt>
<a href="http://code.jquery.com/">
jQuery CDN - provided by (mt) Media Temple
</a>
</dt>
<dt>
<a href="http://bootstrap.kinghack.com/scaffolding.html">
Bootstrap框架
</a>
</dt>
<dt>
<a href="http://yuilibrary.com/yui/configurator/">
YUI Configurator
</a>
</dt>
<dt>
<a href="http://robflaherty.github.io/jquery-annotated-source/docs/01-core.html">
01-core.js
</a>
</dt>
<dt>
<a href="http://www.pictaculous.com/">
Pictaculous - A Color Palette Generator (courtesy of MailChimp)
</a>
</dt>
<dt>
<a href="http://jqapi.com/">
jQAPI - Alternative jQuery Documentation Browser
</a>
</dt>
<dt>
<a href="http://www.layoutit.com/">
LayoutIt! - Interface Builder for Bootstrap
</a>
</dt>
<dt>
<a href="http://docs.sublimetext.tw/customization/#completions">
Sublime Text 手冊
</a>
</dt>
<dt>
<a href="http://www.imobie.com/phoneclean/download.htm">
PhoneClean免费下载页面
</a>
</dt>
<dt>
<a href="http://gs.statcounter.com/#browser-CN-monthly-201111-201211">
提供各种类型的统计报告
</a>
</dt>
<dt>
<a href="http://www.oschina.net/project/tag/249/online-it-service">
在线IT服务网站 - 开源软件库 - 开源中国 OSChina.NET
</a>
</dt>
<dt>
<a href="http://devdocs.io/html/a">
DevDocs/HTML/a
</a>
</dt>
<dt>
<a href="http://www.w3help.org/zh-cn/casestudies/">
W3Help - 兼容性 - 案例分析
</a>
</dt>
<dt>
<a href="http://css.doyoe.com/">
CSS参考手册v4.0.1_web前端开发参考手册系列
</a>
</dt>
<dt>
<a href="http://overapi.com/">
OverAPI.com | Collecting all the cheat sheets
</a>
</dt>
<dt>
<a href="http://api.jq-school.com/">
在线桌面版本API,在线chm文档,中文在线API,在线API,在线帮助文档,jqueryschool-插件教程分享
</a>
</dt>
<dt>
<a href="http://ikandou.com/book/7188000/">
Pro Git (中文版) by 一拙 | 爱看豆
</a>
</dt>
<dt>
<a href="http://jsbeautifier.org/">
Online JavaScript beautifier
</a>
</dt>
<dt>
<a href="http://www.daohangcom.com/">
com导航_设计师的导航网站
</a>
</dt>
<dt>
<a href="http://www.wordreference.com/enzh/good">
英汉词典
</a>
</dt>
<dt>
<a href="http://ap-graphik.deviantart.com/art/Soft7-2-0-161602097">
Soft7 2.0 by ap-graphik on deviantART
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/xcj26/p/3345556.html">
不定义JQuery插件,不要说会JQuery - Sam Xiao - 博客园
</a>
</dt>
<dt>
<a href="http://ppt99.sinaapp.com/lptw.php?pm=dd">
比goagent更好用的上网代理-快乐上网webvpn
</a>
</dt>
<dt>
<a href="http://ppt99.sinaapp.com/user.php?pm=dd&amp;r=0">
markyun - 快乐上网webvpn
</a>
</dt>
<dt>
<a href="http://extractcss.com/">
extractCSS - Online CSS Extractor
</a>
</dt>
<dt>
<a href="http://git-scm.com/download/win">
Git - Downloading Package
</a>
</dt>
<dt>
<a href="http://www.competitivecyclist.com/Store/catalog/fitCalculatorBike.jsp#measures">
Bike Fit Calculator | Find Your Bike Size | Competitive Cyclist
</a>
</dt>
<dt>
<a href="http://cv.qiaobutang.com/">
简历/简历模板 - 乔布简历
</a>
</dt>
<dt>
<a href="http://caniuse.com/#search=max-width">
Can I use... Support tables for HTML5, CSS3, etc
</a>
</dt>
<dt>
<a href="http://deepliquid.com/projects/Jcrop/demos/crop.php">
图片上传插件
</a>
</dt>
<dt>
<a href="http://www.xiaoqian.org/project/xDialog/index.html">
轻量级弹出层
</a>
</dt>
<dt>
<a href="http://www.xiaoqian.org/box/tools/jsPacker/index.html">
JavaScript加密压缩
</a>
</dt>
<dt>
<a href="http://www.xmind.net/download/win/">
Download XMind for Windows - XMind: The Most Professional Mind Map Software
</a>
</dt>
<dt>
<a href="https://code.so/nav.php">
Coder Navigation - Coder Search!
</a>
</dt>
</dl>
<p>
</p>
</dt>
<dt>
<h3 last_modified="1388644359" add_date="1382574794">
阿里巴巴
</h3>
<dl>
<p>
</p>
<dt>
<a href="https://sso.alibaba-inc.com/cas/login?service=http%3A%2F%2Fcrm.alibaba-inc.com%3A80%2Fbin%2Fmember%2Fsso">
阿里巴巴 B2B 统一登录平台
</a>
</dt>
<dt>
<a href="https://login.alibaba-inc.com/ssoLogin.htm?APP_NAME=aliway&amp;BACK_URL=http%3A%2F%2Fwww.aliway.com%2Fread.php%3Ffid%3D20%26tid%3D217422%26page%3De%26&amp;CANCEL_CERT=true">
统一登录中心@Alibaba
</a>
</dt>
<dt>
<a href="http://club.alibabatech.org/index.htm">
阿里
</a>
</dt>
<dt>
<a href="http://bbs.9tech.cn/topic-364149-1.html">
JavaScript必知必会+理解总结
</a>
</dt>
<dt>
<a href="http://orzl.com/blog">
阿里巴巴最牛逼的内部推荐人之一 Blogs | 布拉格
</a>
</dt>
<dt>
<a href="http://club.alibabatech.org/resources.htm?fieldId=9">
阿里技术沙龙
</a>
</dt>
<dt>
<a href="http://aliceui.org/">
Alice - 写样式的更好方式
</a>
</dt>
<dt>
<a href="http://docs.kissyui.com/">
KISSY - Keep It Simple &amp; Stupid, Short &amp; Sweet, Slim &amp; Sexy...
</a>
</dt>
<dt>
<a href="http://aralejs.org/docs/rules.html">
Arale - 开发规范
</a>
</dt>
<dt>
<a href="http://www.taobaodba.com/">
阿里巴巴集团数据库技术团队
</a>
</dt>
<dt>
<a href="http://seajs.org/docs/#quick-start">
SeaJS - A Module Loader for the Web
</a>
</dt>
</dl>
<p>
</p>
</dt>
<dt>
<h3 last_modified="1388643048" add_date="1375081680">
素材
</h3>
<dl>
<p>
</p>
<dt>
<a href="http://xueduany.github.com/KitJs/KitJs/index.html">
中文javascript组件库--Kit
</a>
</dt>
<dt>
<a href="http://www.jcwcn.com/article/web/">
web前端教程
</a>
</dt>
<dt>
<a href="http://www.oschina.net/news/34743/7-html5-and-jquery-pic-animation">
精选7款绚丽的HTML5和jQuery图片动画特效 - 开源中国
</a>
</dt>
<dt>
<a href="http://www.uiimg.com/forum-51-1.html">
UI素材-素材下载-设计素材-UI设计素材-优艾图 - Powered by Discuz!
</a>
</dt>
<dt>
<a href="http://www.uiimg.com/forum.php?mod=forumdisplay&amp;fid=51&amp;filter=typeid&amp;typeid=17">
登录界面模板 - UI素材-素材下载-设计素材-UI设计素材-优艾图 - Powered by Discuz!
</a>
</dt>
<dt>
<a href="http://www.sc115.com/Templates/">
网站模板,网站程序模板,网页模板,企业网站模板_素彩网_第 1 页
</a>
</dt>
<dt>
<a href="http://www.sc115.com/templates/73978.html">
DedeCMS 美女图片站模板-dedecms模板-网站模板-素彩网
</a>
</dt>
<dt>
<a href="http://www.quanjing.com/">
全景图片网-桌面壁纸-图片素材-图片大全
</a>
</dt>
<dt>
<a href="http://www.zcool.com.cn/shows/">
佳作欣赏 - Powered By 站酷(ZCOOL)
</a>
</dt>
<dt>
<a href="http://www.sj63.com/WebHtml/200902/2009022421180548264.html">
hicar网站截屏欣赏 韩国|韩文酷站 网站欣赏 --设计路上
</a>
</dt>
<dt>
<a href="http://www.uuuu.cc/kuzhan/CSSkuzhan/67724.html">
phive官方网站_设友公社
</a>
</dt>
<dt>
<a href="http://www.wzsky.net/">
设计前沿 - PS教程,标志设计,Photoshop教程,平面设计,网页设计
</a>
</dt>
<dt>
<a href="http://123.uuuu.cc/">
设计网站 平面设计 网址导航_中国设计网址大全
</a>
</dt>
<dt>
<a href="http://zh.html.net/tutorials/css/lesson15.php">
第15课:用z-index进行层次堆叠 - HTML.net
</a>
</dt>
<dt>
<a href="http://www.jscode.cn/javascript/">
网页特效代码 - 网页特效观止 - 让你的网页靓起来!
</a>
</dt>
<dt>
<a href="http://aladd.net/archives/category/cat_ico29">
设计 | Aladd设计量贩铺
</a>
</dt>
<dt>
<a href="http://qietu.net/">
切图网
</a>
</dt>
<dt>
<a href="http://www.cssk8.com/">
CSS库吧-DIV+CSS模板,DIV+CSS教程,DIV+CSS实例-DIV+CSS学习交流下载大宝库!
</a>
</dt>
<dt>
<a href="http://www.jeasyui.com/documentation/index.php#">
jQuery EasyUI
</a>
</dt>
<dt>
<a href="http://www.5icool.org/">
酷站代码 - 网页特效、jQuery特效、js幻灯片代码、网站特效、网页设计制作教程与网站素材模板|www.5icool.org
</a>
</dt>
<dt>
<a href="http://www.gbin1.com/technology/css/20121128-css3-animation-libraries/">
5个能够有效帮助你快速创建超棒CSS3动画效果的类库
</a>
</dt>
<dt>
<a href="http://www.jb51.net/article/29456.htm">
jQuery-Easyui 1.2 实现多层菜单效果的代码_jquery_脚本之家
</a>
</dt>
<dt>
<a href="http://twitter.github.com/bootstrap/">
Bootstrap
</a>
</dt>
<dt>
<a href="http://sshe.btboys.com/">
SyPro示例项目(弹窗修改模式v20121122)
</a>
</dt>
<dt>
<a href="http://pan.baidu.com/share/link?shareid=141843&amp;uk=621341701/#dir/path=%2FEasyUI%E5%85%A5%E9%97%A8%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B">
EasyUI入门视频教程_免费高速下载|百度云 网盘-分享无限制
</a>
</dt>
<dt>
<a href="http://code.btboys.com/">
GodSon 常用代码库
</a>
</dt>
<dt>
<a href="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/Rar$EX00.015/addyosmani-jquery-ui-bootstrap-cf2a77b/index.html">
jQuery UI Bootstrap
</a>
</dt>
<dt>
<a href="http://bbs.blueidea.com/thread-2727499-1-1.html">
彻底弄懂CSS盒子模式一(DIV布局快速入门)
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/slyzly/articles/2411940.html">
兼容ie[6-8]、火狐、Chrome、opera、maxthon3浏览器的js本地图片预览 - 事理 - 博客园
</a>
</dt>
<dt>
<a href="http://www .com/rumen/">
DIV CSS入门基础教程 - DIV+CSS学习教程与资源分享平台
</a>
</dt>
<dt>
<a href="http://www.yxsj.net/">
优秀设计网_优秀网页设计_优秀网站欣赏_优秀作品欣赏
</a>
</dt>
<dt>
<a href="http://www.16sucai.com/2012/07/16576.html">
动态瀑布流网页布局jQuery代码_网站相关_素材中国16素材网
</a>
</dt>
<dt>
<a href="http://www.16sucai.com/">
素材中国16素材网_免费网页素材下载的素材天下-集中国素材网站之经典
</a>
</dt>
<dt>
<a href="http://www.oschina.net/code/snippet_12_1">
OSChina 源码之 ActionServlet 控制类 - 代码分享 - 开源中国社区
</a>
</dt>
<dt>
<a href="http://www.kaiyuanba.cn/list/3-1.htm">
JAVA开源项目 - 开源吧 - 文章列表
</a>
</dt>
<dt>
<a href="http://download.ifindever.com/">
IT文档下载
</a>
</dt>
<dt>
<a href="http://bootswatch.com/">
Bootswatch: Free themes for Twitter Bootstrap
</a>
</dt>
<dt>
<a href="http://www.mao10.com/">
猫10 - wordpress主题下载
</a>
</dt>
<dt>
<a href="http://subtlepatterns.com/">
Subtle Patterns | Free textures for your next web project
</a>
</dt>
<dt>
<a href="http://labs.voronianski.com/jquery.avgrund.js/#">
jQuery plugin for Avgrund concept popin
</a>
</dt>
<dt>
<a href="http://www.aa25.cn/index.shtml">
DIV+CSS教程_DIV+CSS布局_十天学会div+css_web标准化&mdash;&mdash;标准之路
</a>
</dt>
<dt>
<a href="http://nivo.dev7studios.com/demos/">
Demos | Nivo Slider
</a>
</dt>
<dt>
<a href="http://www.peterkrantz.com/2011/software-engineering-in-1968/">
Quotes from the Nato Software Engineering Conference in 1968 | Peter Krantz
</a>
</dt>
<dt>
<a href="http://yishishang.diandian.com/">
壹时尚
</a>
</dt>
<dt>
<a href="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/Rar$EX00.468/lhgcalendar/_demo/demo.html">
基础示例 - LHGCALENDAR
</a>
</dt>
<dt>
<a href="http://www.repink.net/">
锐品创意网|品客网 | 创意、设计、情趣-锐博客
</a>
</dt>
<dt>
<a href="http://uxc.360.cn/archives/1109.html">
小议前端在360极速官网的创新运用 | 360uxc
</a>
</dt>
<dt>
<a href="http://www.chinabike.net/newbbs/index.asp?boardid=5">
整车照片用户定购整车的照片,可以看见参考实物装车....[车友论坛]
</a>
</dt>
<dt>
<a href="http://bootsnipp.com/">
Gallery of free HTML snippets for Twitter Bootstrap. | Bootsnipp.com
</a>
</dt>
<dt>
<a href="http://twitter.github.com/bootstrap/base-css.html">
Base · Bootstrap
</a>
</dt>
<dt>
<a href="http://html580.com/">
HTML我帮您 网罗精品软件、网站源码、JQUERY、ExtJs、PSD、页面特效,网罗一切免费web资源分享给大家!
</a>
</dt>
<dt>
<a href="http://bbs.onhoo.com/?cms/list-1">
昂虎源代码 - 第1页 - 暗号论坛 - 淘宝设计师论坛 - powered by bbsmax
</a>
</dt>
<dt>
<a href="http://www.jqdemo.com/page/2">
JQuery插件站 « 第 2 页
</a>
</dt>
<dt>
<a href="http://www.download-online-courses.com/">
免费在线课程|文化|免费电子书下载|有声读物
</a>
</dt>
<dt>
<a href="http://wenku.baidu.com/view/f5695f272af90242a895e577.html">
现代管理学》 课程代码0107
</a>
</dt>
<dt>
<a href="http://wenku.baidu.com/view/1191a0c7050876323112122a.html">
2013最新版本 职业生涯规划与管理 资料_百度文库
</a>
</dt>
<dt>
<a href="http://www.weicat.com/">
美女写真馆 | 美女写真,人像摄影,御姐萝莉,性感诱惑,美腿写真,清纯妹子,美胸极品,美女大全,网络红人,森女搭配
</a>
</dt>
<dt>
<a href="http://kb.cnblogs.com/page/132724/">
淘宝技术发展_知识库_博客园
</a>
</dt>
<dt>
<a href="http://sucai.redocn.com/photo/2012-10-01/1031851.html">
中国税务美女客服图片(编号:1031851)_职业人物_人物图片_图片素材
</a>
</dt>
<dt>
<a href="http://homepage.yesky.com/147/2440647.shtml">
用相对定位和负向移动完成图片象框阴影_天极网
</a>
</dt>
<dt>
<a href="http://www.reooo.com/">
reooo design |各类桌面软件界面设计,移动设备界面设计,图标设计,网页设计.
</a>
</dt>
<dt>
<a href="http://simpleui.org/download/">
下载 - SimpleUI组件库
</a>
</dt>
<dt>
<a href="http://www.jq-school.com/">
Jquery插件,Jquery原创,Jquery资源,Jquery特效,js特效,div+css - JquerySchool专注Web前端
</a>
</dt>
<dt>
<a href="http://chrome.360.cn/history.html">
历程 - 360极速浏览器
</a>
</dt>
<dt>
<a href="http://ux.etao.com/fonts">
UX图标字体库 -一淘-UX-用户体验中心
</a>
</dt>
<dt>
<a href="http://beyondweb.cn/index.php?page=2">
WEB前端开发_记录与分享前端开发的点点滴滴_BeyondWeb
</a>
</dt>
<dt>
<a href="https://wrapbootstrap.com/">
Themes for Twitter Bootstrap - WrapBootstrap
</a>
</dt>
<dt>
<a href="http://www.w3cfuns.com/article-1021-1.html">
11个新鲜出炉的jQuery图像滑块插件前端集锦资源 - 前端开发网(W3Cfuns)!
</a>
</dt>
<dt>
<a href="http://codecanyon.net/item/ilightbox-revolutionary-lightbox-plugin/full_screen_preview/3716175">
iLightBox · Revolutionary Lightbox Plugin Preview - CodeCanyon
</a>
</dt>
<dt>
<a href="http://www.verycd.com/topics/2929580/">
《老罗Android开发视频教程-安卓巴士》 - VeryCD电驴大全
</a>
</dt>
<dt>
<a href="http://www.csdn.net/article/2013-05-03/2815127-Android-open-source-projects">
直接拿来用!最火的Android开源项目(一)-CSDN.NET
</a>
</dt>
<dt>
<a href="http://www.ivsky.com/">
天堂图片网_桌面壁纸_高清无水印_图片大全
</a>
</dt>
<dt>
<a href="http://www.oseye.net/projects/categories">
开源项目 分类导航 - osEye 开源视窗
</a>
</dt>
<dt>
<a href="http://www.waltzhang.com/">
那一次,一放手,一转身的那一刹那,就定格成了永恒
</a>
</dt>
<dt>
<a href="http://www.appui.com.cn/">
我们收集优美的手机界面。
</a>
</dt>
<dt>
<a href="http://baroque.me/">
BAROQUE.ME
</a>
</dt>
<dt>
<a href="http://www.airpano.ru/files/Honkong/2-2?onstart=loadscene(scene_6,null,MERGE">
"Hong Kong - the City Where Dreams Come True" - (&copy;)AIRPANO.COM -
Project by Oleg Gaponyuk
</a>
</dt>
<dt>
<a href="http://www.scriptlover.com/controls/">
前端控件 - 脚本爱好者
</a>
</dt>
<dt>
<a href="http://blog.jobbole.com/41153/">
Web开发人员能用上的15个新工具 - 博客 - 伯乐在线
</a>
</dt>
<dt>
<a href="http://purecss.io/buttons/">
Buttons &ndash; Pure
</a>
</dt>
<dt>
<a href="http://dan-silver.github.io/ElementTransitions.js/">
dan-silver.github.io/ElementTransitions.js/
</a>
</dt>
<dt>
<a href="http://tutorialzine.com/">
Tutorialzine | Web Development Tutorials &amp; Resources
</a>
</dt>
<dt>
<a href="http://my.oschina.net/warmcafe/blog/52854">
Web前端开发学习资料分享 - 小微的温馨咖啡小屋 - 开源中国社区
</a>
</dt>
<dt>
<a href="http://www.lanrenzhijia.com/">
懒人之家
</a>
</dt>
<dt>
<a href="http://bestcss.net/">
中文最佳网站设计展示
</a>
</dt>
<dt>
<a href="http://tieba.baidu.com/p/1787597601?see_lz=1">
公路车入门必读_公路车吧_百度贴吧
</a>
</dt>
<dt>
<a href="http://www.imgspark.com/image/view/5225a3e9ecb12b076c000000/">
Image Spark - Image tagged "field", "perfect body field", "grl" - vkouznetsov
</a>
</dt>
<dt>
<a href="http://www.kekaku.com/">
可咔酷 | 网络杂货铺
</a>
</dt>
<dt>
<a href="http://www.duwenzhang.com/">
文章阅读网 -情感文章-美文故事-散文欣赏
</a>
</dt>
<dt>
<a href="http://www.lynda.com/membership?btn=getStartedTOP">
Software training &amp; tutorials - The lynda.com library
</a>
</dt>
<dt>
<a href="http://www.taihucycling.com/com/rule/201210/t20121011_1141903_4.shtml">
2012第三届环太湖国际公路自行车赛特定规则 | 2012环太湖自行车赛| 江苏网络电视台 JSTV.COM
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/lhb25/archive/2013/04/11/10-metro-bootstraps-ui-templates.html">
【今日推荐】10大流行的 Metro UI 风格的 Bootstrap 主题和模板 - 梦想天空(山边小溪) - 博客园
</a>
</dt>
<dt>
<a href="http://dribbble.com/">
Dribbble - Popular
</a>
</dt>
<dt>
<a href="http://www.niice.co/?search=black">
设计师搜图
</a>
</dt>
<dt>
<a href="http://www.cnblogs.com/lhb25/archive/2012/12/12/must-read-links-for-web-designers-and-developers-volume-12.html">
Web 前端开发精华
</a>
</dt>
<dt>
<a href="http://www.w3cplus.com/source/front-end-developer-excellent-tool.html">
70+优秀的前端工具 | 前端资源-css3教程-css3实例-css3动画 | W3CPlus
</a>
</dt>
<dt>
<a href="http://zp.zuixiami.com/">
最虾米-发现前端价值
</a>
</dt>
<dt>
<a href="http://www.kdatu.com/">
看大图 » 给这浮华喧杂的世界一丝安宁
</a>
</dt>
<dt>
<a href="http://blog.sina.com.cn/s/blog_49e321af0102e2k6.html">
学会建立别人拿不走的工作价值_新东方大愚出版_新浪博客
</a>
</dt>
<dt>
<a href="http://www.topit.me/featured/tags?cid=601">
Featured | 主题标签 -- TOPIT.ME 收录优美图片
</a>
</dt>
<dt>
<a href="http://fe.adbeginner.com/tag/base-library">
基础库 - 前端知识体系
</a>
</dt>
</dl>
<p>
</p>
</dt>
<dt>
<h3 last_modified="1388644193" add_date="1375081680">
常去网站
</h3>
<dl>
<p>
</p>
<dt>
<a href="http://www.csto.com/">
CSTO-全球最大的中文软件外包和项目交易平台
</a>
</dt>
<dt>
<a href="http://www.shareweb.me/">
分享网络-分享最好看,最新奇的网站,最有趣,最实用的软件~
</a>
</dt>
<dt>
<a href="http://blog.donews.com/ygzw/">
服务科学:语用网与知识计算(Service Science:Pragmatic Web &amp; Knowledge Computing)
- 用Petri网实现P2P网络的(图灵)计算协作 请求阅读后评论(Request For Comments)中……
</a>
</dt>
<dt>
<a href="http://www.donews.com/">
DoNews-IT门户-移动互联网新闻-电子商务新闻-游戏新闻-风险投资新闻-IT社交网络社区
</a>
</dt>
<dt>
<a href="http://cnbeta.feedsportal.com/c/34306/f/624776/index.rss">
cnBeta.COM
</a>
</dt>
<dt>
<a href="http://book.douban.com/tag/%E5%93%B2%E5%AD%A6?start=20&amp;type=T">
豆瓣书标签: 哲学
</a>
</dt>
<dt>
<a href="http://antszone.tmall.com/view_page-113305951.htm?spm=a1z09.2.0.418&amp;prt=1343199451564&amp;prc=1">
VIP专属秘密通道-antszone旗舰店- 天猫Tmall.com
</a>
</dt>
<dt>
<a href="http://www.ithome.com/html/bizhi/24427.htm">
IT之家电脑桌面壁纸:微软系列产品壁纸汇总 - 桌面壁纸,电脑壁纸,Windows壁纸,高清壁纸,微软壁纸 - IT之家
</a>
</dt>
<dt>
<a href="http://tu.cnmo.com/16359_5.html">
白色双核防水美机 索尼LT26w开箱图赏-手机图片-手机中国
</a>
</dt>
<dt>
<a href="http://www.kdatu.com/">
看大图 » 给这浮华喧杂的世界一丝安宁
</a>
</dt>
<dt>
<a href="http://www.websjy.com/html/53/n-1053.html">
改变世界的24个发明 - 设计源-设计资源站,提供网页设计素材,平面设计教程,网页前端学习
</a>
</dt>
<dt>
<a href="http://www.moke8.com/discuzx/m26725/">
蓝色北部湾网风格 - discuzX模板 - 魔客吧
</a>
</dt>
<dt>
<a href="http://ffffound.com/">
FFFFOUND!
</a>
</dt>
<dt>
<a href="http://zenhabits.net/7y/">
Create the Habits of Being Lean, in 7 Years : zenhabits
</a>
</dt>
<dt>
<a href="http://sourcesofinsight.com/">
Sources of Insight
</a>
</dt>
<dt>
<a href="http://www.windguo.com/html5_css3/">
html5+css3 - 前端开发之家 - 专注web前端开发和用户体验设计
</a>
</dt>
<dt>
<a href="http://www.rollenholt.org/">
一个人的旅行
</a>
</dt>
<dt>
<a href="http://www.geekonomics10000.com/">
学而时嘻之
</a>
</dt>
<dt>
<a href="http://tech.sina.com.cn/i/csj/2013-03-20/16068164998.shtml">
科技时代_新浪网
</a>
</dt>
<dt>
<a href="http://www.1z1b.com/author/jeremy/">
Jeremy | 一周一博
</a>
</dt>
<dt>
<a href="http://daichuanqing.com/index.php/about">
关于晓生 « 曉生
</a>
</dt>
<dt>
<a href="http://quirktools.com/screenfly/?">
Test Your Website at Different Screen Resolutions
</a>
</dt>
<dt>
<a href="http://club.autohome.com.cn/bbs/thread-c-812-17110764-1.html">
【图】石家庄白色Q5,好的片子,模特很重要!申精!_奥迪Q5论坛_汽车之家论坛
</a>
</dt>
<dt>
<a href="http://www.read.org.cn/html/category/brain-development">
大脑开发 | 战隼的学习探索
</a>
</dt>
<dt>
<a href="http://www.apple4.cn/">
惜墨 | 共享你所知道的,我们共同进步。
</a>
</dt>
<dt>
<a href="http://thinkingit.org/?blog">
周源的奇妙冒险
</a>
</dt>
<dt>
<a href="http://www.233.com/ncre/baokao/20101109/120008169.html">
2011年全国计算机等级考试报名完全指南-计算机等级考试-考试大
</a>
</dt>
<dt>
<a href="http://www.xmfish.com/">
厦门小鱼网_厦门小鱼社区_厦门鱼坛_厦门鱼塘_厦门论坛_厦门最热论坛
</a>
</dt>
<dt>
<a href="http://tool.lusongsong.com/seo/seo.asp">
SEO外链工具-网站自动化宣传机器,增加外链中……
</a>
</dt>
<dt>
<a href="http://www.alimama.com/union/newreport/whole.htm?spm=0.0.0.13.Mv6Qyv">
淘宝联盟-我的舞台!致力于成为全球领先的开放、分享和责任的电子商务联盟!
</a>
</dt>
<dt>
<a href="http://www.discuz.net/">
Discuz! 官方站-PHP 开源论坛 - Powered by Discuz!
</a>
</dt>
<dt>
<a href="http://www.365lvjia.com/">
旅家网-中高端度假式公寓预订平台
</a>
</dt>
<dt>
<a href="http://lucifr.com/2011/08/31/sublime-text-2-tricks-and-tips/#package_control">
Sublime Text 2 入门及技巧 | Lucifr
</a>
</dt>
<dt>
<a href="http://www.jiepaishow.com/">
街拍秀 | 街拍,国内街拍,国外街拍,明星街拍,时尚街拍
</a>
</dt>
<dt>
<a href="http://www.duobei.com/">
公开课_网络公开课视频【直播】第一平台_多贝网
</a>
</dt>
<dt>
<a href="http://www.read.org.cn/?from=inf&amp;wvr=5&amp;loc=infblog">
战隼的学习探索
</a>
</dt>
<dt>
<a href="http://www.kuaichuanmirror.com/?txtKey=IPTD-666%20%e8%a6%8b%e3%81%a4%e3%82%81%e5%90%88%e3%81%a3%e3%81%a6%e6%84%9f%e3%81%98%e5%90%88%e3%81%86%e6%83%85%e7%86%b1SEX%20Rio">
迅雷快传搜索_离线下载_迅雷资源_快传过期 - 迅雷资源大全
</a>
</dt>
<dt>
<a href="http://www.wolonge.com/interview/detail/4/2">
如何“正常”成为一个神级前端程序员_卧龙专访_卧龙阁 - 第2页
</a>
</dt>
<dt>
<a href="http://tieba.baidu.com/p/1787597601">
公路车入门必读
</a>
</dt>
<dt>
<a href="http://forum.xitek.com/collection.php?action=forumphoto&amp;uid=6765">
- - 色影无忌 -
</a>
</dt>
<dt>
<h3 last_modified="1388642258" add_date="1379637059">
01
</h3>
<dl>
<p>
</p>
<dt>
<a href="http://sis001.us/bbs/forum-230-1.html">
Asia Censored Authorship Seed | 亚洲有码原创区 - SiS001! Board - [第一会所 邀请注册]
</a>
</dt>
<dt>
<a href="http://free.hahakiss.com/dy/jzmb112.htm">
吉沢明歩112部作品大合集
</a>
</dt>
<dt>
<a href="http://free.hahakiss.com/dy/Red-Hot-Jam.htm">
s22.free-dvd58.com - http://s22.free-dvd58.com/Red/
</a>
</dt>
<dt>
<a href="http://www.dydog.net/thread-118652-1-1.html">
非常火爆的禦姐很哀傷原版高清大图与视频全集[391P+8V/8.92G - 美女图片欣赏 - 帝飞影视论坛_迅雷下载_BT下载 - Powered
by Discuz!
</a>
</dt>
<dt>
<a href="http://67.220.90.4/bbs/thread-4487263-1-54.html">
X-Art系列收藏版之Leila篇第五弹-Awesome Threesome(令人称奇的双飞) - Western Authorship Seed
| 欧美成人无码原创区 - SexInSex! Board
</a>
</dt>
<dt>
<a href="http://www.touch89.com/">
Touch99
</a>
</dt>
<dt>
<a href="http://kat.ph/">
Download Torrents. Fast and Free Torrent Downloads - KickassTorrents
</a>
</dt>
<dt>
<a href="http://www.torrentmao.com/">
磁力工厂-公认比torrentkitty更好的bt资源网站
</a>
</dt>
<dt>
<a href="http://www.torrentkitty.com/search/Caprice/">
种子Torrent Kitty
</a>
</dt>
</dl>
<p>
</p>
</dt>
<dt>
<a href="http://www.htbike.com/bbs/index.asp?boardid=14">
[公路车论坛]喜欢速度的FEELING !....[热处理自行车运动俱乐部]
</a>
</dt>
<dt>
<a href="http://www.5i01.cn/index.php">
Mobile01
</a>
</dt>
<dt>
<a href="http://club.autohome.com.cn/jingxuan/1/1">
媳妇当车模_论坛精选频道_汽车之家
</a>
</dt>
<dt>
<a href="http://www.lnmoto.cn/bbs/forum.php?mod=forumdisplay&amp;fid=11&amp;page=1">
公路摩托车 -
</a>
</dt>
<dt>
<a href="http://www.5i01.cn/topiclist.php?f=316&amp;p=5">
公路车区 - Mobile01
</a>
</dt>
<dt>
<a href="http://site.douban.com/120760/">
口袋英语
</a>
</dt>
<dt>
<a href="http://www.kdatu.com/2012/08/10/the-beauty-of-earth-5-7-5-13/">
看大图 » 发现地球之美(5.7 &ndash; 5.13)
</a>
</dt>
<dt>
<a href="http://www.5i01.cn/">
Mobile01
</a>
</dt>
<dt>
<a href="http://getcd.org/index.1">
GetCD.org - 把CD排排好!
</a>
</dt>
<dt>
<a href="http://blog.sina.com.cn/jinhongyigeren">
时尚摄影师金宏_新浪博客
</a>
</dt>
<dt>
<a href="http://antszone.tmall.com/view_page-113305951.htm?spm=a1z09.2.0.418&amp;prt=1343199451564&amp;prc=1">
VIP专属秘密通道-antszone旗舰店- 天猫Tmall.com
</a>
</dt>
<dt>
<a href="http://www.77bike.com/bbs/thread.php?fid=31&amp;page=2">
公路/山地交流区 &mdash; 77bike.com折叠交流网&mdash;中国第一折叠自行车论坛欢迎您! - Powered by PHPWind
</a>
</dt>
<dt>
<a href="http://www.77bike.com/bbs/read.php?tid=63915&amp;uid=2107">
十年,我对自行车的感悟(生活的感悟会发在其他版块) &mdash; 77bike.com折叠交流网&mdash;中国第一折叠自行车论坛欢迎您!
- Powered by PHPWind
</a>
</dt>
<dt>
<h3 last_modified="1388643483" add_date="1388642036">
小技巧
</h3>
<dl>
<p>
</p>
<dt>
<a href="http://yangtai.xunlei.com/?p=4553">
让迅雷7始终保持登录状态的“固执”插件 &ndash; 迅雷阳台-晒出新鲜事
</a>
</dt>
<dt>
<a href="http://photo.withqiuliang.com/purchase_guide/index.html">
摄影器材购买指南_秋影随行
</a>
</dt>
<dt>
<a href="http://www.liaohuqiu.net/pick-an-alibaba-name/">
如何起花名 | Yet Another Summer Rain
</a>
</dt>
<dt>
<a href="http://jianshu.io/p/GyqH9q">
Smarthosts + Goagent + Chrome + ProxySwitchySharp = 科学上网 | 简书
</a>
</dt>
<dt>
<a href="http://ppt99.sinaapp.com/user.php">
MarkYun - 快乐上网webvpn
</a>
</dt>
<dt>
<a href="http://www.appinn.com/">
小众软件
</a>
</dt>
<dt>
<a href="http://www.gtdlife.com/">
时间管理技师 | 把时间管理当做生活方式!
</a>
</dt>
<dt>
<a href="http://www.longbuluo.com/category/movie">
最新电影 | 龙部落
</a>
</dt>
<dt>
<a href="http://www.yangzhiping.com/tech/mac6.html">
Mac入门笔记(6):优质课程 ← 阳志平的个人网站::技术
</a>
</dt>
<dt>
<a href="http://www.turnitinuk.net/">
免费论文检测 turnitinuk免费论文查重 留学生论文抄袭检测网站 论文免费检测 英国硕士毕业论文抄袭软件
</a>
</dt>
</dl>
<p>
</p>
</dt>
<dt>
<a href="http://www.morebike.com/">
单车界-自行车导购门户网
</a>
</dt>
<dt>
<a href="http://www.ruanyifeng.com/blog/2013/08/influence_the_psychology_of_persuasion.html">
人类的心理行为模式----《影响力》笔记 - 阮一峰的网络日志
</a>
</dt>
<dt>
<a href="http://bbs.wxgiant.com/home.php?mod=space&amp;uid=1973">
majinyun0802的空间 - 无锡捷安特车友俱乐部 - Powered by Discuz!
</a>
</dt>
<dt>
<a href="http://instagram.com/sabrina0527">
Instagram
</a>
</dt>
<dt>
<a href="http://ikandou.com/book/43620288/#">
Hacker 文化简史 by 一拙 | 爱看豆
</a>
</dt>
<dt>
<a href="http://www.write.org.cn/">
读书笔记分享站
</a>
</dt>
<dt>
<a href="http://huazong.blog.caixin.com/">
花总丢了金箍棒-财新博客-新世纪的常识传播者-财新网
</a>
</dt>
<dt>
<a href="http://www.ofgeek.com/page/2/">
ofGEEK, Page 2 | 新鲜、有趣、极客的翻译/原创文章
</a>
</dt>
<dt>
<a href="http://newdarwin.com/536?bsh_bid=285233168">
郭婷婷心理学专栏: 逃离心理咨询(一)
</a>
</dt>
<dt>
<a href="http://songshuhui.net/">
科学松鼠会 :: 让我们剥开科学的坚果
</a>
</dt>
</dl>
<p>
</p>
</dt>
<dt>
<h3 last_modified="1388624476" add_date="1376013524">
找工作
</h3>
<dl>
<p>
</p>
<dt>
<a href="http://www.neitui.me/yard/cids=1,2,3,4,5,6,7,8,10,11,12,16&amp;page=2.html">
窗里窗外 - 内推(neitui.me)
</a>
</dt>
<dt>
<a href="http://www.headin.cn/Jobs/Search/ListByUserID/23839">
知乎发布的岗位-IT创业求职招聘,找工作,海丁网
</a>
</dt>
<dt>
<a href="http://www.5xue.com/modules/bbs/viewthread.php?tid=406006&amp;extra=page%3D1">
- 职业规划 - “五险一金”是什么,怎么用
</a>
</dt>
<dt>
<a href="http://iconmoon.com/blog2/good-resume-for-gui-designers/">
怎么写好一份图形界面设计师的简历
</a>
</dt>
</dl>
<p>
</p>
</dt>
<dt>
<h3 last_modified="1388641710" add_date="1375081680">
优秀行业网站
</h3>
<dl>
<p>
</p>
<dt>
<a href="http://huaban.com//all/design/">
平面/广告/工业设计的采集 - 花瓣网
</a>
</dt>
<dt>
<a href="http://forums.codeguru.com/">
CodeGuru Forums
</a>
</dt>
<dt>
<a href="http://www.fqpai.com/writing/167869.html">
不必为昨夜的泪,去弄湿今天的阳光 -番茄派(FQPAI)
</a>
</dt>
<dt>
<a href="http://andrew-hoyer.com/">
Andrew Hoyer
</a>
</dt>
<dt>
<a href="http://www.ppurl.com/">
皮皮书屋 » 分享电子书
</a>
</dt>
<dt>
<a href="http://blog.csdn.net/yock_zhang/article/details/7656937">
火星人软件安装指南 -- 使用 Web Deploy 方法在 IIS7 中快速部署 - yock_zhang的专栏 - 博客频道 - CSDN.NET
</a>
</dt>
<dt>
<a href="http://www.guniangwang.com/">
姑娘网-网罗天下姑娘
</a>
</dt>
<dt>
<a href="http://www.52pojie.cn/forum.php">
吾爱破解论坛【 LCG 】【 LSG 】
</a>
</dt>
</dl>
<p>
</p>
</dt>
<dt>
<a href="http://218.109.6.240:8090/Control?id=1000&amp;rid=da6c33a2&amp;vlanid=3021&amp;rid1=000d48082aa1&amp;session=0a795ee3-60fec5a1c4d6-cd0b&amp;logout=0">
智慧杭州无线网
</a>
</dt>
<dt>
<a href="http://www.trans4fun.org/2012/02/%E9%80%9A%E8%BF%87%E5%AF%B9%E8%B1%A1%E5%9B%BE%E5%AD%A6%E4%B9%A0javascript%E3%80%90%E4%B8%80%E3%80%91/">
前端翻译小站 » Blog Archive » 通过对象图学习JAVASCRIPT【一】
</a>
</dt>
<dt>
<a href="https://gist.github.com/markyun/7112547">
My Resume Update time:2013年12月
</a>
</dt>
</dl>
</div1>
</div>
</body>
</html>

markyun - Bookmarks

markyun - Bookmarks
简单整理我的 常用网址。更新时间:2014年1月2日

A Pen by MarkYun on CodePen.

License.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment