JavaScript周报#184

This week’s JavaScript news Read this issue on the Web | Issue Archive
JavaScript Weekly Issue 184
June 6, 2014
Editor: Peter Cooper  

Featured

Create a TV Show Tracker using AngularJS, Node.js and MongoDB — A superbly thorough and well-presented tutorial. It goes all the way from starting a new Express project through to deploying it on Heroku.
Sahat Yalkabov
A First-Person Engine in 265 Lines of JavaScript — A look at the basics of creating a simple but effective raycaster (similar to the technology used in Wolfenstein 3D) in JavaScript. If the mechanics of how they work is new to you, you’ll learn a lot.
PlayfulJS
iOS 8 WebKit Changes Finally Allow All Apps to Have The Same JavaScript Performance As Safari
9to5Mac

From our Sponsor

Help us build the best open-source training library on the planet
Pluralsight is building the best open-source training library on the planet, and we can’t do it alone. We’re looking for JavaScript experts who are passionate about teaching. If that sounds like you, find out how you can create online courses and start earning royalties today.
Pluralsight

Reading

My ECMAScript 7 Wishlist — With ECMAScript 6 now feature complete, any further changes to the core of JavaScript will happen in ECMAScript 7. Nicholas Zakas shares a variety of things he hopes to see in ECMAScript’s (and therefore JavaScript’s) future.
Nicholas C Zakas
7 Steps to Better JavaScript — Den Odell presents a seven step plan to better code including the tools to streamline the process. Both an article and a 9 minute screencast.
Creative Bloq
The Mystery Of The jQuery Object: A Basic Introduction
Smashing Magazine
Turning Coders into Makers at JSConf 2014 — Ian Cole takes a high level look at some of the hardware mischief taking place at JSConf last week. It looks like everyone had a great time.
MAKE
Summary of Maintainable JavaScript Talk by Nicholas C. Zakas — A written summary of an old, but still relevant, conference talk by esteemed JavaScripter Nicholas C. Zakas.
Alex Kras
Using Basic and Tween Transitions in d3.js
Stefan Judis
Laser Intrusion Detection with Johnny-Five on Node.js — Rick Waldron is up to his usually awesome experiments, this time hooking up a laser to JavaScript using Node and Arduino.
Bocoup
Building Robots and Rockets with JavaScript
MAKE
Executing JavaScript In The LESS CSS Precompiler
Ben Nadel

Jobs

craigslist is seeking javascript developers in San Francisco — craigslist is seeking javascript developers to imagine, design, implement, test, and roll out new features in a small (50), tech-driven, laid-back workplace.
craigslist
Senior Software Engineer at Vaurum (Palo Alto, CA) — We’re an early-stage venture-backed startup building infrastructure and novel financial products with Bitcoin and other cryptocurrencies.
Vaurum

Code, Libraries and Tools

ng-inspector: The AngularJS Inspector Pane for Your Browser — A browser extension for Chrome and Safari that adds an inspector pane to help you develop, debug and understand AngularJS applications.
Bruno Daniel
React Bootstrap: The Popular Front-End Framework, Rebuilt for React
Stephen J. Collings
Sprinkles: The ‘ActiveSupport of Vanilla JS’ — ActiveSupport is a Ruby library that’s part of the popular Rails framework and it provides a myriad of helpers for views and front-end use. Sprinkles is a far smaller but similar effort for JavaScript covering areas like cookie management, XHR helpers, and date parsing.
Canary
Card: Make Your Card Form Input Better in One Line of Code — Includes animations, a card ‘preview’, and is all pure CSS, HTML and JavaScript with no images used.
Jesse Pollak
flare.js: Unobtrusive Event Emitter API for Google Universal Analytics Event Tracking
Todd Motto
MotorCortex.js: A Way to Separate The Mechanics of On-Page Animations from Logic Code — Provides a way to fully decouple animation and application code so that designers can work on animations independently without interfering with frontend developers.
Andreas Trantidis
Headroom.js: Hide Your Page Header Until You Need It
Nick Williams
Library Detector For Chrome: An Extension to Detect JS Libraries Used On Page
Andrew Bredow
randomColor: A Color Generator for JavaScript — More impressive than it sounds. You can ask it to give you 18 varieties of red, 27 ‘light’ colors, etc.
David Merfield

Last but not least..

NodePing has everything you need to monitor your web app. — HTTP and JSON content verification, WebSocket/Socket.io, SSL, DNS, FTP, PING, and more with full API. 200 monitors at 1 minute intervals for only $15/month includes unlimited alerts via SMS, email, Pushover, webhooks, twitter, etc. Free 15-day trial.
NodePing  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

时间: 2024-10-21 13:47:52

JavaScript周报#184的相关文章

JavaScript周报#185

This week’s JavaScript news Read this issue on the Web | Issue Archive JavaScript Weekly Issue 185June 13, 2014 Editor: Peter Cooper   Featured ECMAScript 6 Schedule Changes — Allen Wirfs-Brock, editor of the ECMAScript 6 specification, recently ment

Javascript周报#182

This week’s JavaScript news Read this issue on the Web | Issue Archive JavaScript Weekly Issue 182May 23, 2014 Editor: Peter Cooper   Featured Data-Binding Revolutions with Object.observe() — Object.observe(), part of a future ECMAScript standard, is

JavaScript周报#183

This week’s JavaScript news Read this issue on the Web | Issue Archive JavaScript Weekly Issue 183May 30, 2014 Editor: Peter Cooper   Featured Introducing Socket.IO 1.0: A Leap Forward for the Real-Time Communications Library— After what looked like

插件实例修改4

在插件实例修改3增加一个联系人功能 配置文件 1 <?xml version="1.0" encoding="UTF-8"?> 2 <xp-web> 3 <modules> 4 <!-- 第三方APP服务端 --> 5 <module path="/web/plugins/bs/yygl/bz/extapp" form="" scope="request"

原生js操作option

1 <script type="text/javascript"> 2 // 1.动态创建select 3 function createSelect() { 4 var mySelect = document.createElement("select"); 5 mySelect.id = "mySelect"; 6 document.body.appendChild(mySelect); 7 } 8 9 //2.添加选项optio

无间隙滚动制作

1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta content="tex

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

Last cache created on 2015-01-07 by Github API v3. ♥ made by hzlzh just for fun. Rank Gravatar username name location language repos followers created 1 cloudwu 云风 China C 43 4000 2011-04-14 2 lifesinger lifesinger Hangzhou, China JavaScript 6 3708 2

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

每周一我都会分享上一周我订阅的技术站点中,和解决问题的过程中阅读到的值得分享的文章. 毕竟个人的阅读量有限,也欢迎大家留言或者私信给我你们阅读到的,对你们前端技术有帮助的任何内容,题材不限,语言不限.可以是技术博客,也可以是知乎或stackoverflow的问答. 如果你觉得这篇分享给你带来了帮助,请不要吝惜的点个赞,或者把这个专栏推荐给你的朋友们,还可以关注我.谢谢啦! 本周推荐 What Is the Best Book for Learning JavaScript? 作者在这里给出了他认

20170917 前端开发周报:JavaScript函数式编程、作用域和闭包

1.用函数式编程对JavaScript进行断舍离 当从业20的JavaScript老司机学会函数式编程时,他扔掉了90%的特性,也不用面向对象了,最后发现了真爱啊!!! https://juejin.im/entry/59b86... 2.JavaScript作用域和闭包 作用域和闭包在JavaScript里非常重要.但是在我最初学习JavaScript的时候,却很难理解.这篇文章会用一些例子帮你理解它们.我们先从作用域开始.作用域 JavaScript的作用域限定了你可以访问哪些变量.有两种作