html5
jyoxun
这个作者很懒,什么都没留下…
展开
-
HTML5相关资源--示例/插件与功能
针对多点触控浏览器进行的开发: http://select.yeeyan.org/view/213582/202991 如何写一个JQuery插件: http://www.skygq.com/2010/12/07/how-to-write-a-jquery-plugin/ jquery多点触控支持插件Touchable : https://github....原创 2011-11-04 11:19:53 · 134 阅读 · 0 评论 -
HTML5相关资源--AppMobi
http://www.appmobi.com/?q=node/229 impactjs 中文论坛: http://www.kilofox.net/forum/forum.php?mod=forumdisplay&fid=46原创 2011-11-28 15:31:49 · 155 阅读 · 0 评论 -
HTML5相关资源--eyeos
eyeos: http://www.eyeos.org/open-source/technical-features/ 中文wiki: http://wiki.eyeos.org/EyeOS_Community_China 中文论坛: http://forums.eyeos.org/index.php/board,44.0.html原创 2011-11-21 09:56:01 · 73 阅读 · 0 评论 -
HTML5相关资源--phoneGap
官方网站: http://phonegap.com 中文站: http://www.phonegap.cn/原创 2011-11-16 22:40:32 · 76 阅读 · 0 评论 -
使用JS给超长文字添加省略号
function shortLabel(label, maxLen) { if (label.length == 0 || maxLen <= 0) return label; var half = Math.floor(maxLen/2); var len = 0; var preS...原创 2012-05-31 16:57:36 · 498 阅读 · 0 评论 -
HTML5相关资源--senchatouch & ExtJS
sencha touch DEMOS: http://www.sencha.com/products/touch/demos/ http://www.sencha.com/products/touch/ sencha中文站: http://extjs.org.cn/ sencha touch基础入门: http://mobile.51cto.com/Sencha-2...原创 2011-11-14 13:21:06 · 90 阅读 · 0 评论 -
HTML5相关资源--limejs
HTML5是(移动)游戏的未来吗? http://www.maxmars.net/blog/2011/10/is-html5-the-future-of-mobile-gaming/ LimeJS指南: http://www.17html5.com/thread-3-1-1.html原创 2011-11-10 10:01:55 · 104 阅读 · 0 评论 -
HTML5相关资源--processingjs
第三方js工具库: http://processingjs.org/ 在线IDE: http://sketchpad.cc/lanTKP45S0原创 2011-11-09 13:32:40 · 92 阅读 · 0 评论 -
HTML5相关资源--门户
HTML5中文网: http://www.html5china.com/index.html Google官方HTML5网站: http://www.html5rocks.com/ Jquery mobile官方: http://jquerymobile.com/ Jquery mobile中文社区: http://www.jqmobile.org/ ...原创 2011-11-07 22:13:15 · 86 阅读 · 0 评论 -
HTML5相关资源--效能
如何为 iPad 打造速度超快的 HTML5 软件 http://www.gudaxia.com/?p=276 jQuery .delegate() vs .live() http://blog.darkthread.net/post-2011-10-14-delegate-vs-live.aspx html5-canvas-performance-cal...原创 2011-11-07 15:23:42 · 82 阅读 · 0 评论 -
HTML5相关资源--开发工具
JS/CSS 压缩工具: http://developer.yahoo.com/yui/compressor/ http://code.google.com/closure/compiler/ JS代码在线测试工具: http://jsbin.com/#javascript,html http://jsfiddle.net/ Dreamweaver CS5.5: h...原创 2011-11-07 09:29:06 · 111 阅读 · 0 评论 -
HTML5相关资源--书目
jQuery基础教程 http://book.51cto.com/art/200807/79080.htm Oreilly.jQuery.Mobile.Jun.2011.pdf http://www.rencross.co.uk/ebookshelf/Programming/JavaScript/Oreilly.jQuery.Mobile.Jun.2011.pdf原创 2011-11-04 14:50:46 · 94 阅读 · 0 评论 -
HTML5相关资源--JQueryMobile
jQuery选择器全解: http://developer.51cto.com/art/201104/257705_1.htm jQuery图标排列动画插件: http://razorjack.net/quicksand/index.html Jquery mobile application开发框架 : http://jquerymobile.com/ ...原创 2011-11-04 14:41:15 · 72 阅读 · 0 评论 -
Chromium 编译调试
参考自: http://code.google.com/p/chromium/wiki/LinuxBuildInstructions check编译环境: .../chromium/src $ ./build/install-build-deps.sh 生成Makefile: ./build/gyp_chromium 编译: $ cd src $ make BUIL...原创 2012-04-20 14:20:45 · 409 阅读 · 0 评论