常用官方文档整理
网站及网页:
基本知识中文学习站(中):http://www.w3school.com.cn
W3C官网(英):http://www.w3.org/
HTML 4.01规范(英):http://www.w3.org/TR/html4/
XHTML™ 1.1规范(英):http://www.w3.org/TR/xhtml11/
CSS官方文档(多国语言):http://www.w3.org/Style/CSS/
HTML5规范(英):http://www.w3.org/TR/html5/
jQuery(包含UI)官方文档(英):http://api.jquery.com/browser/
jQuery UI官方演示文档(英):http://jqueryui.com/demos/
jQuery中文文档(非官方):http://www.css88.com/jqapi/
YUI 2库文档(英):http://developer.yahoo.com/yui/yuidoc/
YUI 3库文档(英):http://developer.yahoo.com/yui/3/
PHP文官方档(多国语言):http://php.net/docs.php
Wordpress官方文档(英):http://codex.wordpress.org.cn/
Wordpress官方文档(中,多国语言): http://codex.wordpress.org/zh-cn:WordPress%E5%AE%98%E6%96%B9%E4%B8%AD%E6%96%87%E6%96%87%E6%A1%A3
MOZILLA DEVELOPER NETWORK(MDN):https://developer.mozilla.org/en-US/
Google Ajax Libraries API (CDN,英):http://code.google.com/apis/libraries/devguide.html
Microsoft Ajax CDN (CDN,英):http://www.asp.net/ajaxlibrary/cdn.ashx
Google在线导入字体:http://www.google.com/fonts/
HTML5Shiv(html5 api浏览器适配): https://github.com/aFarkas/html5shiv
HTML5 Cross Browser Polyfills(浏览器功能适配polyfills): https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfills
网站及网页--压缩工具:
YUI Compressor官网(英)[java]{js\css}:http://developer.yahoo.com/yui/compressor/
Google Closure Compiler(英)[java]{js}: http://code.google.com/closure/compiler/
Microsoft Ajax Minifier(英)[bin]{js\css}:http://www.asp.net/ajaxlibrary/
C/C++:
官方(英):http://www.cplusplus.com
C 语言库(英):http://www.cplusplus.com/reference/clibrary/
C++ Reference(包含C语言库,C++基本库【杂项、STL、输入输出库】)(英):http://www.cplusplus.com/reference/
BOOST官网(英):http://www.boost.org/
BOOST文档(英):http://www.boost.org/doc/
OSG(英):http://www.openscenegraph.org/documentation/OpenSceneGraphReferenceDocs/index.html
杂项:
JSON(多国语言):http://www.json.org/
正则表达式(英):http://www.regexlab.com/en/regref.htm
正则表达式(中):http://www.regexlab.com/zh/regref.htm
微软MSND中文文档(中):http://msdn.microsoft.com/zh-cn/library/
微软MSDN文档(英):http://msdn.microsoft.com/library/
Subversion(英):http://subversion.tigris.org/
Chrome 插件开发(英):https://developer.chrome.com/extensions
Google Eclipse 插件(英):https://developers.google.com/eclipse/
数据库(DBMS):
SQLite(英):http://www.sqlite.org/docs.html
MySQL(多国语言):http://dev.mysql.com/doc/
SQL Server:见MSDN
HyperDex(NOSQL): http://hyperdex.org (MIT License)
LevelDB(NOSQL 持久化存储层, by Google): https://code.google.com/p/leveldb/ (New BSD License)
Redis(NOSQL): http://redis.io/ (高性能的 key-value 存储系统, Memcached增强版, three clause BSD license)
Project Voldemort(NOSQL): http://project-voldemort.com/ (Amazon's Dynamo 的一个开源克隆, Apache License)
标准化(各种ISO):
网页规范检测(W3C官方):http://validator.w3.org/
网页CSS规范检测(W3C官方):http://jigsaw.w3.org/css-validator/ [其实没什么用,因为要做浏览器兼容性很多东西要特化]
RSS检测:http://feedvalidator.org/
网页超链接检测(W3C官方):http://validator.w3.org/checklink
第508条清单和WCAG检测:http://www.contentquality.com/
小工具:
CSS3样式生成工具集(不支持IE6-8的filter): http://css3generator.com/
渐变CSS生成器(使用ARGB,支持透明度渐变): http://www.colorzilla.com/gradient-editor/
整体CSS生成工具(支持IE6-8的filter适配):http://css3.pascal-seven.de/
CSS3生成工具(功能略微弱一点): http://css3gen.com/
生成按钮用滴:http://www.webtutorialplus.com/css-button-maker/
还是生成按钮用滴:(貌似漂亮一点)http://www.sciweavers.org/i2style
一个生成菜单的工具:(它竟然是EXE) http://www.css3menu.com
在线代码编辑器(带聊天室,可用于在线交流,电话面试,教学等): http://collabedit.com/
Last updated