摘要:
https://medium.com/@andersonorui_/bem-sass-and-bootstrap-9f89dc07d20fBootstrap是一个“HTML,CSS和Javascript的框架,用于开发responsive,mobile first project";SASS是一个c... 阅读全文
摘要:
推荐查看以下文章: https://segmentfault.com/a/1190000000704006 关于BEM,SMACSS,OOCSS的通俗易懂的介绍 http://philipwalton.com/articles/css-architecture/ http://ux.mailchim 阅读全文
摘要:
在angularJS中,你有一系列的view,负责将数据渲染给用户;你有一些controller,负责管理$scope(view model)并且暴露相关behavior(通过$scope定义)给到view;你有一些directive,负责将user interaction和$scope behav... 阅读全文
摘要:
http://www.w3.org/TR/CSS21/cascade.html#inheritancehttp://www.w3.org/TR/CSS21/cascade.html#cascadehttp://www.w3.org/TR/CSS21/cascade.html#specificit... 阅读全文
摘要:
对于一个web项目,在实际编码之前,有一些通用的步骤来planning a website:0.Defining the project (predr0->dr0)对于外部项目,客户一般会发出一个RFP,向潜在的服务提供商征询proposal,通过和客户沟通首先了解到他们所面临要解决的一个问题,并且... 阅读全文
摘要:
http://antjanus.com/blog/web-development-tutorials/front-end-development/comprehensive-beginner-guide-angularjs/: angular入门最佳介绍文章 阅读全文
摘要:
利用HTML5、css的一些动画功能,可以设计出非常炫酷的动画,但是由于并不是所有的浏览器都支持,所以可能需要prefix,这个过程是比较烦的。一个比较好用的线上工具:http://matthewlein.com/ceaser/ 阅读全文
摘要:
/** * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * contenteditable attribute is included anywhere else in... 阅读全文
摘要:
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference#Selectors在css3规范中,定义了以下几种类型的selector:Basic selectortype selector: elementnameclass selector... 阅读全文
摘要:
http://wwwy3y3.ghost.io/pageres-phantomjs-capture-sreenshot-chinese-fonts-not-render-correctly/在使用中文时可能出现乱码,上面的链接可能能够解决问题var system = require( 'system... 阅读全文