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

JavaScript周报#184的更多相关文章

  1. Javascript周报#182

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

  2. JavaScript周报#183

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

  3. JavaScript周报#185

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

  4. 1.8 收集的XSS Payload

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

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

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

  6. xss代码集

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

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

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

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

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

  9. 前端周报:前端面试题及答案总结;JavaScript参数传递的深入理解

    1.2017前端面试题及答案总结 |掘金技术征文 "金三银四,金九银十",用来形容求职最好的几个月.但是随着行业的饱和,初中级前端er就业形势不容乐观. 行业状态不可控,我们能做的 ...

随机推荐

  1. forward与redirect

    前者仅是容器中控制权的转向,在客户端浏览器地址栏中不会显示出转向后的地址:后者则是完全的跳转,浏览器将会得到跳转的地址,并重新发送请求链接.这样,从浏览器的地址栏中可以看到跳转后的链接地址.所以,前者 ...

  2. bzoj3956: Count (单调栈+st表)

    题面链接 bzoj 题解 非常巧妙的一道题 类似[hnoi影魔] 每个点会给左右第一个大于它的点对产生贡献 可以用单调栈求出 这里有点小细节,就是处理相等的点时,最左边的点管左边的贡献,最右边的点管最 ...

  3. sql server 2008 R2 配置管理工具打不开

    使用 sql server 配置管理工具是报如下错误: 解决方法:   1 找出 sqlmgmproviderxpsp2up.mof 这个文件的位置   2 以管理员身份运行 mofcomp &quo ...

  4. WCF系列教程之WCF操作协定

    一.简介 1.在定义服务协定时,在它的操作方法上都会加上OperationContract特性,此特性属于OperationContractAttribute 类,将OperationContract ...

  5. PHP 对字符串 进行填充

    1.str_pad — 使用另一个字符串填充字符串为指定长度 . 我觉得str_pad可以满足普通的数字,字符串的简单填充. string str_pad ( string $input , int ...

  6. 【CSS3】background-origin和background-clip的区别

    background-clip 与 background-origin是css3中引入的两个跟元素背景相关的属性,它们有相同的可选值,即border.padding.content三种,而且这两个属性 ...

  7. Idea查看代码相关技巧

    (1)查看类中的属性与方法快捷键  Alt+7 (2)查看方法被调用 在方法上右键find usages (3)查看方法说明  Ctrl+Q

  8. java中为什么重写equals时必须重写hashCode方法?

    在上一篇博文Java中equals和==的区别中介绍了Object类的equals方法,并且也介绍了我们可在重写equals方法,本章我们来说一下为什么重写equals方法的时候也要重写hashCod ...

  9. unity代码创建草和模拟风的效果

    void Start() { Test4(); } //草 private Vector3[] grassArray = new Vector3[7]; private GameObject gras ...

  10. java的IO流,字节流和字符流

    java操作文件都是通过流来处理的,(其实其他很多语言也是这样) 第一:java的IO流,分为:输入流 和 输出流(这真是废话,这是从流向的角度来说的) 第二:java的所有IO流,只分为:字节流 和 ...