cmsdevelopment.com
Responsive Web Design: Best Practices for Improving Performance
http://www.cmsdevelopment.com/weblog/responsive-web-design-best-practices-for-improving-performance
Back to the list. Responsive Web Design: Best Practices for Improving Performance. User are impatient. Majority would leave a resource if it failed delivering the core user experience in 1-3 seconds. Today when mobile overtakes fixed Internet access. You need to think of how the app loads on a low bandwidth, what images must requested on what devices, how stylesheets and JavaScript are cached e.t.c. Fortunately there a number of amazing tools such as PageSpeed Insights. Pingdom Website Speed Test. Determ...
cmsdevelopment.com
JavaScript MV* Framework - Making the Right Choice
http://www.cmsdevelopment.com/weblog/javascript-mv-framework--making-the-right-choice
Backbone MVC Exoskeleton WebDev. Back to the list. JavaScript MV* Framework - Making the Right Choice. JavaScript frameworks have been proliferating recently with a frightening rate. Just take a look at TodoMVC. That provides dozens of MV* framework-specific implementation for a single task. It gives a felling how must be confused a developer making a choice for a framework. Some time ago I even ran into a manifesto ( bitworking.org/news/2014/05/zero framework manifesto. So, are frameworks evil? An optim...
playscala.com
Backbone 路向何方?
http://www.playscala.com/devtech/js/2014/05/07/migrate-backbone-to
Backbone 路向何方 Js is Great! 使用 Backbone 开发 Web App 之后,特别是较大型的项目,会发现因为缺少一些关键的功能 如 双向绑定等 代码越来越多且复杂,从而导致后期扩展和更新越来越困难,因此从基本框架层面需要考虑改善,以便使整个框架更有条理,更易组织,更易扩展、复用、重构等. Backbone.Marionette 组合应用库,用于简化大型 Javascript 应用。 将 Backbone 和 Handlebars 结合的框架,适合大型可扩展的 Web 应用。 可与 Backbone 结合使用,也可以与 Exoskeleton. 可替代 Backbone 系列,仅 8k 结合使用。 转移到 EmberJS 上,使用 Handlebar 的模板机制。 Migration from Backbone to AngularJS - how difficult it is? 这个讨论中提到一个5000行的 backbone 应用转移到 angular 要5天,估计还要对两个框架都很熟悉的情况下吧。 Using Backbone models with AngularJS.
radiojs.ru
Browserify | RadioJS Podcast
http://radiojs.ru/tag/browserify
Подкаст о веб-разработке, JavaScript, фронтенде и client-side. Прямая ссылка на ленту. К записи Выпуск 41: Типизация 2.0. К записи Выпуск 41: Типизация 2.0. К записи Выпуск 41: Типизация 2.0. К записи Выпуск 41: Типизация 2.0. К записи Выпуск 41: Типизация 2.0. Выпуск 13: про траншпилеры и рамки привычного (в гостях Антон Шувалов). ES6 Как начать использовать в работе? Антон делится своими впечатлениями от новых фишек языка в боевой среде. Перенос CSS правил в JS. Сумасшествие или гениальность? Антон Шув...
blog.revathskumar.com
JavaScript : Using backbone router alone
http://blog.revathskumar.com/2015/04/javascript-using-backbone-router-alone.html
Alone I can't make this world better, so I do open source. JavaScript : Using backbone router alone. In many projects I needed the functionality of a router. Adding backbone just for the router seems heavy for me beacause heavily coupled with Underscore.js. But then I found exoskeleton. Custom build of Backbone Router. Creating a custom build with exoskeleton is easy. Clone exoskeleton from github. Git clone git@github.com:paulmillr/exoskeleton.git. Are some common files you require in most builds. Excep...
docs.chaplinjs.org
Using without jQuery and Underscore · Chaplin Documentation
http://docs.chaplinjs.org/no_deps.html
Using without jQuery and Underscore. Best practices and cookbook. Using without jQuery and Underscore. Chaplin can be used without any dependencies other than Exoskeleton (Backbone) itself. Exoskeleton is a faster and leaner Backbone for your HTML5 apps. It targets newer (IE9 ) browsers, incorporates great new features and speed updates and plays great with Chaplin. Instead of including 40K of gzipped javascript before Chaplin, you just need to include 8K thats almost five times less! If you are using AMD.
github.com
Extensions, Plugins, Resources · jashkenas/backbone Wiki · GitHub
https://github.com/jashkenas/backbone/wiki/Extensions,-Plugins,-Resources
Extensions, Plugins, Resources. Ashot Arutyunyan edited this page. Jul 15, 2016. Middot; 297 revisions. Backbone, The Primer. Extensions, Plugins, Resources. Projects and Companies using Backbone. Startups and applications that use backbone.js. Tutorials, blog posts and example sites. Using Backbone without jQuery. Clone this wiki locally. Backbone's only hard dependency. http:/ underscorejs.org. Recommended for DOM manipulation and Ajax. http:/ jquery.com. An elementary HTML5 Canvas game engine built on...
dsheiko.com
JavaScript MV* Framework - Making the Right Choice
http://www.dsheiko.com/weblog/javascript-mv-framework--making-the-right-choice
Backbone MVC Exoskeleton WebDev. Back to the list. JavaScript MV* Framework - Making the Right Choice. JavaScript frameworks have been proliferating recently with a frightening rate. Just take a look at TodoMVC. That provides dozens of MV* framework-specific implementation for a single task. It gives a felling how must be confused a developer making a choice for a framework. Some time ago I even ran into a manifesto ( bitworking.org/news/2014/05/zero framework manifesto. So, are frameworks evil? An optim...