This week’s JavaScript news Read this issue on the Web | Issue Archive
JavaScript Weekly Issue 182
May 23, 2014
Editor: Peter Cooper  
Featured
Data-Binding Revolutions with Object.observe() — Object.observe(), part of a future ECMAScript standard, is a method for asynchronously observing changes to JavaScript objects (for frameworkless two-way binding, say). Support for it has arrived in Chrome 36 beta and Addy Osmani presents a full lowdown on its use.
HTML5 Rocks
24 Talk Videos from EmpireJS — EmpireJS took place in New York City just a few weeks ago but all of the talks are already available to watch. Lots of topics fromsorting algorithms and robots to image analysis on art and Web Components.
EmpireJS
Flo: A New Live Coding Tool for Chrome by Facebook — A Chrome extension that lets you modify running apps without reloading. Live edit JavaScript, CSS, images, etc, and works with your editor of choice.
Facebook
From our Sponsor
Announcing JS Error Reporting and AJAX Timing in New Relic
Currently, 1.2m domains use the New Relic Browser monitoring tools to maintain a comprehensive overview of their browser page load times, throughput, browser transactions, JavaScript errors and Ajax timing. Find out how real-time insights help people build better performing software with New Relic.
New Relic
Reading
The Curious Case of JavaScript NaN — NaN (meaning Not a Number) is a special value in JavaScript that denotes an undefined or unrepresentable value. However, it can also feel like it means ‘Not a NaN’ because NaN === NaN is false. Confused? Ariya lays it out.
Ariya Hidayat
Script-injected “async scripts” Considered Harmful — Script-injected scripts (i.e. scripts dynamically included via JavaScript) do not block the network in the usual way synchronous scripts do. However, there is still a gotcha, as they’re not truly asynchronous.
Ilya Grigorik
A Guide to JavaScript Memory Profiling with Google Chrome — A guide to profiling memory issues in JavaScript webapps, particularly memory leaks and garbage collection pauses.
Google Chrome
Frame-by-Frame Animation with HTML and JavaScript — A detailed walkthrough on creating frame-by-frame animation using JavaScript and the benefits and drawbacks of the technique by Bartek Drozdz.
Flippin’ Awesome
Using Media Queries in JavaScript with AbsurdJS — AbsurdJS provides a polyfill for window.matchMedia which allows you to both make media queries within the browser and also define callbacks for when a media query’s condition matches the environment.
Tech.pro
Convention Based Routing In JavaScript Apps — A look at the state of routing in JavaScript apps and how to implement convention based routing by Burke Holland.
Flippin’ Awesome
Web Animations – element.animate() Is Now in Chrome 36
HTML5 Rocks
Flux in Practice: A Guide to Building UIs with React — What does it actually mean to write an application in the Flux way? (Flux is a set of principles for building scalable apps with React.)
Gary Chambers
Communicating Large Objects with Web Workers in JavaScript
Samuel Mendenhall
Creating Asynchronous Alerts, Prompts, And Confirms In AngularJS — See the comments for some provisos.
Ben Nadel
Fixture Adapters – Ember.js With No Server
SitePoint
Watching
Lesser Known Debugging Techniques — At EmpireJS, Amjad Masad gave a 25 minute talk about debugging, starting with some history and crude methods before moving to monkey patching, live editing, breakpoints, and more.
Amjad Masad
JavaScript Jabber Discusses AngularJS with Igor Minar — A 45 minute round-table discussion featuring the AngularJS project’s team leader, Igor Minar.
JavaScript Jabber
Easing into ECMAScript 6 and Beyond — Facebook’s Ben Newman looks at the future of JavaScript and explores the idea of easing into using ES6’s most useful features from ES5 to avoid a Python 3-style ‘big jump’ situation.
Ben Newman
Jobs
Developer Evangelist — Want to make being part of the Node and Javascript developer community your full time job? Then Orchestrate is looking for you.
Orchestrate
Frontend Developer at Kyto (Berlin, Germany) — Take your chance to develop an entire frontend concept in a team of 6 hungry brains. Create a web app feeling for our B2B online marketing tool.
Kyto
JavaScript Developer — Booking.com is looking for the world’s best Front End Developers all around the globe. Join us at our beautiful headquarters in Amsterdam and work on planet Earth’s #1 accommodation website with some of our industry’s smartest people.
Booking.com
Code, Libraries and Tools
Google Open Sources ‘JsAction’, A JavaScript Event Delegation Library — A tiny event delegation library that allows decoupling the DOM nodes on which the action occurs from the JavaScript code that handles the action.
Google
forms-angular: Form Generation Framework On Top of MEAN and Bootstrap
Mithril: Another Client-side MVC Framework — Encourages MVC best practices, small API, gentle learning curve, only 3KB gzipped.
Leo Horie
EchoJS: An Ahead of Time Compiler and Runtime for ECMAScript — Seems to be very much a prototype/proof of concept.
Chris Toshok
Fluxxor: Tools to Build JS Data Layers with the Flux Architecture — Includes helpers for use with React.
Last but not least..
24% of devs don’t use database source control – make sure you aren’t one of them — Databases are catching up with applications when it comes to version control. So what steps can you take to source control your databases? SQL Source Control connects databases to the source control system you already use. Try SQL Source Control free.
Red Gate Software  Sponsored
Published by Cooper Press.
Want to sponsor an issue? See our media kit.© 2014 Cooper Press Ltd. Email policy Privacy policy
Cooper Press, Fairfield Enterprise Centre, Louth, LN11 0LS, UK

Javascript周报#182的更多相关文章

  1. Android开发技术周报182学习记录

    Android开发技术周报182学习记录 教程 App安全二三事 记录 为什么要安全 App的移动安全主要包括下面几种: 密钥破解,导致本地加密数据被盗取. 通信密钥破解,导致接口数据被盗取. 伪造接 ...

  2. JavaScript周报#183

    This week’s JavaScript news Read this issue on the Web | Issue Archive JavaScript Weekly Issue 183Ma ...

  3. JavaScript周报#184

    This week’s JavaScript news Read this issue on the Web | Issue Archive JavaScript Weekly Issue 184Ju ...

  4. JavaScript周报#185

    This week’s JavaScript news Read this issue on the Web | Issue Archive JavaScript Weekly Issue 185Ju ...

  5. 1.8 收集的XSS Payload

    收集的XSS Payload ,可以做成字典,到时候批量测试:--------------------------------------------------------------------- ...

  6. 【Mood-14】龙虎榜 活跃在github中的1000位中国开发者

    Last cache created on 2015-01-07 by Github API v3. ♥ made by hzlzh just for fun. Rank Gravatar usern ...

  7. xss代码集

    </script>"><script>prompt(1)</script> </ScRiPt>"><ScRiPt& ...

  8. 前端开发周报: CSS 布局方式方式与JavaScript数据结构和算法

    前端开发周报:CSS 布局方式与JavaScript动画库 1.常见 CSS 布局方式详见: 一些常见的 CSS 布局方式梳理,涉及 Flex 布局.Grid 布局.圣杯布局.双飞翼布局等.http: ...

  9. 前端资讯周报 3.6 - 3.12: 对学习Javascript最有帮助的三本书,以及HTML标题的迷思

    每周一我都会分享上一周我订阅的技术站点中,和解决问题的过程中阅读到的值得分享的文章. 毕竟个人的阅读量有限,也欢迎大家留言或者私信给我你们阅读到的,对你们前端技术有帮助的任何内容,题材不限,语言不限. ...

随机推荐

  1. QuantLib 金融计算——随机过程之 Heston 过程

    目录 QuantLib 金融计算--随机过程之 Heston 过程 Heston 过程 参考文献 如果未做特别说明,文中的程序都是 Python3 代码. QuantLib 金融计算--随机过程之 H ...

  2. canvas+js绘制序列帧动画+面向对象

    效果: 素材: 源码:(一般的绘制方式) <!DOCTYPE html> <html lang="en"> <head> <meta ch ...

  3. Docker安装MongoDb

    1.下载镜像 docker pull mongo 2.运行mongo docker run --name mongo -v /data/mongodb:/data/db -p : -d mongo - ...

  4. string常用字符串操作函数

    1.strdup和strndup 说明:strdup() 函数将参数 s 指向的字符串复制到一个字符串指针上去,这个字符串指针事先可以没被初始化.在复制时,strdup() 会给这个指针分配空间,使用 ...

  5. 12个值得关注的顶级可视化JS库 涉及图表、动画、时间处理,表格操作

    本文是译文,原文是https://da-14.com/blog/top-11...我在原文的基础上加了百度的Echats图表库,这个也是毫不逊色其他图表库的.另外Handsontable电子表格库也是 ...

  6. python中TAB补全

    tab补全的代码文件tab.py #!/usr/bin/env python # python startup file import sys import readline import rlcom ...

  7. 基础概念——何为GNU与GCC

    GNU:GNU 是一个自由软件操作系统.全称是GNU‘s Not Unix. GNU 是一款类似Unix的操作系统,它所采用的的典型内核是Linux. 该组合叫作GNU/Linux操作系统: GNU网 ...

  8. LOJ2229. 「BJOI2014」想法(随机化)

    题目链接 https://loj.ac/problem/2229 题解 评分标准提示我们可以使用随机化算法. 首先,我们为每一道编号在 \([1, m]\) 以内的题目(这些题目也对应了 \(m\) ...

  9. python常用工具

    创建规范目录 import os BASE_PATH = os.path.dirname(__file__) li = ['bin', 'conf', 'core', 'db','interface ...

  10. Mac 10.12安装图片切换工具ArcSoft Photo+

    说明:Mac自带的图片切换不能连续切换,这款工具和美图看看差不多. 下载: (链接: https://pan.baidu.com/s/1i5rLYzr 密码: 49dp)