摘要: web项目跨域问题主要包括跨域通信和跨域上传,下面对这两方面分别做一个分析,具体项目中用哪个方案要看项目具体需求。跨域通信jsonphashserver proxywindow.namecorspostmessageredirectjsonp原理:发起一个GET请求,回调函数带到请求参数中,把数据发... 阅读全文
posted @ 2014-10-15 21:42 aotoYu 阅读(461) 评论(0) 推荐(0) 编辑
摘要: ie6下面a标签下面有display:none的元素,css设置a:hover的时候子元素display:block,ie6下显示不了。bug的详细说明:http://www.designdetector.com/bugs/ie-hover-crash-demo.html这个链接给出的解决方案如下:... 阅读全文
posted @ 2014-08-01 10:00 aotoYu 阅读(191) 评论(0) 推荐(0) 编辑
摘要: http://ejohn.org/apps/learn/ 阅读全文
posted @ 2014-06-09 15:28 aotoYu 阅读(103) 评论(0) 推荐(0) 编辑
摘要: http://www.agilemanifesto.org/iso/zhchs/我们一直在实践中探寻更好的软件开发方法,身体力行的同时也帮助他人。由此我们建立了如下价值观:个体和互动高于 流程和工具工作的软件高于 详尽的文档客户合作高于 合同谈判响应变化高于 遵循计划也就是说,尽管右项有其价值,我们... 阅读全文
posted @ 2014-06-06 11:23 aotoYu 阅读(111) 评论(0) 推荐(0) 编辑
摘要: http://tech.sina.com.cn/i/csj/2013-01-22/18528003613.shtml一篇关于敏捷开发的干货 阅读全文
posted @ 2014-06-06 11:20 aotoYu 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://blog.sina.com.cn/s/blog_4b9eab320100slyw.html可以看作命令行浏览器1、开启gzip请求curl -I http://www.sina.com.cn/ -H Accept-Encoding:gzip,defalte2、监控网页的响应时... 阅读全文
posted @ 2014-06-05 16:21 aotoYu 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 中间的两个卡片设置了box-sizing:border:box,width:50%,padding值固定。卡片宽度根据media queries随着屏幕拉伸自动缩放。这个属性特别适合这种容器宽度自适应,但有固定边距的场景。web设计中配合media queries使用,移动web中可以自适应屏幕。还... 阅读全文
posted @ 2014-06-05 14:48 aotoYu 阅读(230) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/lhb25/p/node-js-tutorials-for-beginners.html不错,记录一下 阅读全文
posted @ 2014-06-05 14:08 aotoYu 阅读(151) 评论(0) 推荐(0) 编辑
摘要: http://www.tuicool.com/articles/QzYnErios hibridApp开发有美好的未来 阅读全文
posted @ 2014-06-05 11:17 aotoYu 阅读(165) 评论(0) 推荐(0) 编辑
摘要: Grunt如今已是前端开发必不可少的工具了,下面我把常用的Grunt插件整理了一下,集成了一个基础性的项目构建工具:package.json:{ "name": "demo", "version": "1.0.0", "author":"yushengjie", "description":... 阅读全文
posted @ 2014-04-10 20:42 aotoYu 阅读(321) 评论(0) 推荐(0) 编辑