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. jersey annotations

    参照: http://blog.csdn.net/a19881029/article/details/43056429 官网文档翻译版 @Path 用来为资源类或方法定义URI,当然除了静态URI也支 ...

  2. 调用ajax的返回值,需要再ajax之外的函数体里return,以及同步异步问题

    <html> <head> <meta charset="utf-8"/> <script src="js/jquery-1.1 ...

  3. GitLab 项目创建后地址由Localhost改为实际IP的方法

    进入终端修改以下文件即可. vim /opt/gitlab/embedded/service/gitlab-rails/config/gitlab.yml ## GitLab settings git ...

  4. 《LeetBook》leetcode题解(3):Longest Substring Without Repeating Characters[M]——哈希判断重复

    我现在在做一个叫<leetbook>的免费开源书项目,力求提供最易懂的中文思路,目前把解题思路都同步更新到gitbook上了,需要的同学可以去看看 书的地址:https://hk029.g ...

  5. Java数组和各种List的性能比较

    以下程序分别对Java数组.ArrayList.LinkedList和Vector进行随机访问和迭代等操作,并比较这种集合的性能. package cn.lion.test; public class ...

  6. 通过 Docker Compose 组合 ASP NET Core 和 SQL Server

    目录 Docker Compose 简介 安装 WebApi 项目 创建项目 编写Dockfile Web MVC 项目 创建项目 编写Dockfile 编写 docker-compose.yml文件 ...

  7. C语言位运算、移位运算 经典示例

    概述: C语言的位级运算可以运用到任何“整数”的数据类型上,如char.short.int.long.long long.或者unsigned这样的限定词.基本的位运算有与.或.非.异或等等. C语言 ...

  8. C# SocketUdpServer

    public interface ISocketUdpServer { void Start(); void Stop(); int SendData(byte[] data, IPEndPoint ...

  9. 最近在研究asp.net mvc

    看了很多大牛写的博客,依然对mvc云里雾里. 有一点是毋庸置疑的C应该是一座桥梁建立在model和view之间. 在ASP.NET MVC中,控制器通常是继承System.Web.Mvc.Contro ...

  10. Solr环境配置

    1.准备 第一步下载JDK1.8.0_131Tomcat9.0.7  注意版本的兼容性 第二歩下载solr,目前使用的是solr-7.3.0 2.安装 1.  将 solr 压缩包解压,并将solr- ...