03 2015 档案
摘要:http://blog.miniasp.com/post/2014/01/07/Useful-tool-Sublime-Text-3-Quick-Start.aspx
阅读全文
摘要:0. To install bower , run the following command in webstorm terminal(alt+f12) npm install bower bower install jquery bower init 1. add following line...
阅读全文
摘要:http://angular-transitions.mgechev.com/#/view/page1https://scotch.io/tutorialshttp://stackoverflow.com/questions/21211460/route-dependent-css-page-tra...
阅读全文
摘要:1. create a folder named m12. run command: npm init, this will create the package.json file3. create a lib folder using command: mkdir lib4. create in...
阅读全文
摘要:1. wrap up a module using module.exports, name the file to a.jsvar fun1=function(){var stylus = require('stylus');this.hi=function(){ console.log('...
阅读全文
摘要:1. install from npmsudo npm install stylus2. create a styl file named step1.stylborder-radius() { -webkit-border-radius: arguments -moz-border-radiu...
阅读全文
摘要://post json 时收不到数据,目前只找到方法post form形式的key-value值//关键是设置headers: { 'Content-Type': 'application/x-www-form-urlencoded' }和data:'login=zyip@qq.com'app.fa...
阅读全文
摘要:1.install gruntsudo npm install -g grunt-clinpm install grunt --save-dev
阅读全文
摘要:http://www.responsivemiracle.com/collective/best-responsive-html5-angularjs-templates/
阅读全文
摘要:关于响应式布局P迪|9天前|产品设计4,888摘要:在谈响应式布局前,我们先梳理下网页设计中整体页面排版布局,常见的主要有如下几种类型: 布局类型 布局实现 采用何种方式实现布局设计,也有不同的方式,这里基于页面的实现单位而言,分为四种类型:固定布局、可切换的固定布局、弹性布局、混合布局。 固定布局...
阅读全文
摘要:http://csswizardry.com/csswizardry-grids/http://unsemantic.com/demo-responsivehttp://getbootstrap.com/css/
阅读全文
摘要:http://cssdeck.com/labs/7wsdvxdchttp://getbootstrap.com/css/http://getbootstrap.com/2.3.2/scaffolding.htmlhttp://wp-types.com/documentation/user-guide...
阅读全文
摘要:Bubble:ppppppCapturingppppppMixppppppTo Stop BubbleppppppJS Bin
阅读全文
摘要:Last update: June 2014. I have partially rewritten this article to provide more technical details and also to show their differences more clearly.Angu...
阅读全文
摘要:You can use number as function/variable name, the numberic name can't be accessed from parent scope, but can be accessed by 'this' in private scope.va...
阅读全文
摘要:Centering HTML elements larger than their parentsIt's not a common problem, but I've run into it a few times. How do you center an element when it is ...
阅读全文
摘要:key—– BEGIN LICENSE —–Andrew WeberSingle User LicenseEA7E-855605813A03DD 5E4AD9E6 6C0EEB94 BC99798F942194A6 02396E98 E62C9979 4BB979FE91424C9D A45400B...
阅读全文
摘要:vs2010vs2012http://channel9.msdn.com/Events/Visual-Studio/Launch-2013/VS108you can use VSDBCMD.EXE orSqlPackage.exe to gerernate sql schema file (*.db...
阅读全文
摘要:http://webdesignledger.com/inspiration/40-excellent-examples-of-single-page-websiteshttps://onepagelove.com/http://www.awwwards.com/websites/single-pa...
阅读全文
摘要:http://javascript.ruanyifeng.com/tool/browserify.html
阅读全文
摘要:http://html5hub.com/comparing-html5-mobile-ui-frameworks/
阅读全文
摘要:http://blog.csdn.net/wang16510/article/details/8960312https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfills
阅读全文
摘要:https://github.com/rackt/react-boilerplatehttp://christianalfoni.github.io/javascript/2014/10/30/react-js-workflow-part2.htmlhttp://www.code-experienc...
阅读全文
摘要:http://blog.csdn.net/v_july_v/article/category/1061301 http://blog.csdn.net/v_july_v/article/details/8308762 数据挖掘中所需的概率论与数理统计知识 http://blog.csdn.net/v
阅读全文
摘要:曹海成的专栏 http://blog.csdn.net/caohaicheng/article/details/38071097 http://blog.csdn.net/a5489888/article/details/8278301 http://blog.csdn.net/fmh2011/ar
阅读全文
摘要:https://www.skillfeed.com/browsehttp://teamtreehouse.com/featureshttp://www.pluralsight.com/https://learnable.com/http://www.chinahadoop.cn/
阅读全文
摘要:http://tutorials.jenkov.com/angularjs/watch-digest-apply.htmlhttp://angular-tips.com/blog/2013/08/why-does-angular-dot-js-rock/http://www.cnblogs.com/...
阅读全文
摘要://install termcolor modulecd \cd python27cd scriptspip install termcolorpip install colorama//python scripts for testingfrom termcolor import coloredp...
阅读全文
摘要:1.supervisornpm install supervisor -gsupervisor app.jscd publiccd binsupervisor wwwhttp://www.nodenpm.com/news/122.domaindomain3.Q.promise4.Uncaught E...
阅读全文
摘要:angularjs 入门教程http://angular-tips.com/blog/2013/08/why-does-angular-dot-js-rock/Practive the previous atricale on jsbin at the following URL:http://js...
阅读全文
摘要:http://sizzlejs.com/http://selectivizr.com/
阅读全文
摘要:http://ued.taobao.org/blog/2008/10/understanding-progressiveen-hancement-chs-translation/http://www.w3.org/wiki/Graceful_degradation_versus_progressiv...
阅读全文
摘要:http://www.w3.org/standards/ http://www.webstandards.org/learn/faq/#p213 http://www.w3.org/standards/about.html http://www.webstandards.org/learn/faq/
阅读全文
摘要:The separation of structure, presentation and behavior is deadhttp://blog.teamtreehouse.com/the-separation-of-structure-presentation-and-behavior-is-d...
阅读全文
摘要:https://github.com/KitWong/KitWong.github.io/tree/master/_posts
阅读全文
摘要:http://spritegen.website-performance.org/
阅读全文
摘要:http://www.ibm.com/developerworks/cn/java/j-jtp07233/
阅读全文
摘要:http://www.ibm.com/developerworks/cn/java/j-5things2.html
阅读全文
摘要:http://www.sitepoint.com/free-mobile-design-resources/
阅读全文
摘要:http://www.infragistics.com/products/indigo-studio?gclid=CIXrnav4lcQCFdclvQoduVEAnA
阅读全文
摘要:http://ionicframework.com/getting-started/5 Ionic Framework App Development Tips and Trickshttp://www.sitepoint.com/5-ionic-app-development-tips-trick...
阅读全文
摘要:https://thegrid.io/?utm_source=adwords&utm_medium=cpc&utm_campaign=thegrid-display-english&gclid=COCtyruSlcQCFVAJvAodY10A2ghttp://witcher42.github.io/
阅读全文
摘要:https://trello.com/b/55F6bfcz/board1
阅读全文
摘要:function BaseClass() { this.hello = function() { this.talk(); } this.talk = function() { document.write("I'm BaseClass"); }}...
阅读全文
摘要:https://developer.mozilla.org/en-US/docs/Web/CSS
阅读全文
摘要:https://jsfiddle.net/mh35vhfj/5/
阅读全文
摘要:http://www.programering.com/a/MjN0IjMwATg.html
阅读全文
摘要:http://modernizr.com/http://necolas.github.io/normalize.css/http://philipwalton.github.io/polyfill/https://github.com/paulirish/matchMedia.js/http://w...
阅读全文
摘要:http://responsive-nav.com/#instructionshttps://github.com/viljamis/responsive-nav.jshttp://tympanus.net/Blueprints/SlidePushMenus/-----------------htt...
阅读全文
摘要:allcountjs.comhttp://mean.io/https://www.meteor.com/http://sailsjs.org/#!/nodejs 博客http://hexo.io/
阅读全文
摘要:http://zyip.github.io/facemaker/indexecho "hello world" >>hello.htmgit initgit add hello.htmgit commit -m "add hello.htm"git remote add origin https:/...
阅读全文
摘要:http://blog.163.com/sun_jian_zhang/blog/static/1878040412012512112347454/海量图片的分布式存储及负载均衡研究2012-06-12 11:23:47|分类:默认分类|举报|字号订阅前言针对海量图片给网站带来的访问速度下降、性能压力...
阅读全文
摘要:https://css-tricks.com/examples/ShapesOfCSS/http://cssarrowplease.com/
阅读全文
摘要:http://cssdeck.com/labshttp://jsfiddle.net/http://fiddle.jshell.net/ support consolehttp://plnkr.co/edit/http://codepen.io/Topcoat/pen/kdKyghttp://jsb...
阅读全文
摘要:http://www.docjar.com/docs/api/java/util/technotes/guides/collections/changes4.htmlhttp://www.docjar.com/docs/api/java/util/TreeSet.htmlhttp://www.w3r...
阅读全文
摘要:1. download ibatis.nethttps://code.google.com/p/mybatisnet/2. add all dll as reference to your project (or add dlls in folder a as reference to your p...
阅读全文
摘要:http://www.onextrapixel.com/2014/05/20/the-design-pattern-wireframe-libraries-guide/
阅读全文
摘要:https://css-tricks.com/the-extend-concept/
阅读全文
摘要:http://www.sitepoint.com/another-20-docs-guides-front-end-developers/?utm_medium=email&utm_campaign=SitePoint+Newsletter++26+February+2015&utm_content...
阅读全文
摘要:http://caniuse.com/#info_about
阅读全文
摘要:http://www.blog.highub.com/decoding-jquery/ *** http://www.w3ctech.com/ http://www.html5rocks.com/zh/tutorials/?page=1 http://html5hub.com/comparing-h
阅读全文