sencha touch 入门学习资料大全(2015-12-30)

现在sencha touch已经更新到2.4.2版本了 重新整理一下资料

官方网站:http://www.sencha.com/products/touch/

在线文档:http://docs.sencha.com/touch/2.4/2.4.2-apidocs/

官方论坛:http://www.sencha.com/forum/

官方sdk下载页:http://www.sencha.com/products/touch/download/

官方cmd下载页:https://www.sencha.com/products/extjs/cmd-download/

官网离线文档下载页:http://docs.sencha.com/

官方在线演示:https://cdn.sencha.com/touch/sencha-touch-2.4.1/examples/

官方扩展演示:https://market.sencha.com/extensions

 

 

推荐必读文章,json和jsonp

http://www.cnblogs.com/dowinning/archive/2012/04/19/json-jsonp-jquery.html

推荐一个前端博客,博主语言很风趣生动

http://www.zhangxinxu.com/wordpress/

解决常见编码问题的简单技巧

http://extjs.org.cn/node/698

解读sencha touch移动框架的核心架构(一)

http://extjs.org.cn/node/689

解读sencha touch移动框架的核心架构(二)

http://extjs.org.cn/node/690

为什么MVC不是一种设计模式?

http://damoqiongqiu.iteye.com/blog/1949256

移动开发者必须了解的10大跨平台工具

http://extjs.org.cn/node/687

 

对cmd使用可以看看官方的api,也可以看看这几个博客的文章

神秘博士的博客:

http://blog.csdn.net/lovelyelfpop

香辣牛肉面的入门系列

http://www.cnblogs.com/cjpx00008/category/533356.html

手把手教你入门st系列

http://blog.csdn.net/helem_2013/article/category/1789693 

st组件使用,布局详解系列

http://www.cnblogs.com/html5mob/

st入门翻译系列

http://blog.csdn.net/yax405/article/category/1534531

互联网fans学习笔记系列

http://www.cnblogs.com/qqloving/tag/sencha%20touch/

st相关理论系列

http://www.cnblogs.com/dowinning/category/352873.html

阿赛深入扩展系列

http://sailei1.iteye.com/

zijun的博客

http://www.cnblogs.com/zijun/

avengang的博客,有一些目测不错的扩展

http://my.oschina.net/u/259577/blog?catalog=454564

我的st与cordova生成打包系列

http://www.cnblogs.com/mlzs/tag/sencha%20touch%E4%B8%8Ecordova/

我的st技术分享系列

http://www.cnblogs.com/mlzs/tag/sencha%20touch/

st相关其他汇总

http://www.cnblogs.com/guyoung/archive/2012/05/20/5008-.html

我的初学demo(2.0)

https://files.cnblogs.com/mlzs/www.rar

我的开源示例

https://bitbucket.org/moLangZaiShi/demo

我的入门电子书

http://www.cnblogs.com/mlzs/p/4074313.html

 

附上一种不用搭建服务器就可以运行st项目的办法

找到谷歌浏览器安装目录,如图:

 

我这的安装路径是C:\Users\修曌\AppData\Local\Google\Chrome\Application

右键chrome.exe创建一个快捷方式,右键快捷方式,弹出属性

在目标中加入以下命令:--disable-web-security如图:

 

 

关闭所有已经打开的谷歌浏览器,通过快捷方式再次打开谷歌浏览器

出现以下界面表示成功,如图:

 

这里以sencha touch api为例,我将D:\ASPX\touch-docs-2.3.1中的index.html拖入浏览器中

如果不能拖入,可以直接在地址栏中输入file:///D:/ASPX/touch-docs-2.3.1/index.html,效果如图,不用搭建iis环境

有你觉得不错的st学习博文也可以推荐给我哦

 

 

 

posted @ 2013-12-11 11:02  魔狼再世  阅读(7436)  评论(5编辑  收藏  举报