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. delphi 10.2---非常简单的数组用法求和

    unit Unit9; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System ...

  2. day4. python学习之字典

    字典和列表是最常用的数据类型,字典是一种key-value的数据类型,用{ }表示 1.字典的特性:无序的,没有下标 2.字典的使用:增删改查 info = { '20181101':"zh ...

  3. Go语言管道

    Channel概念 Channel 是Go中的一个核心类型,你可以把它看成一个管道.Channel是引用类型,操作符是箭头 <- . Channel 是 CSP 模式的具体实现,用于多个 gor ...

  4. golang (4) golang 操作mongdb

    1. 数据按照时间聚合操作 1.1 正常的数据结构 { "_id" : ObjectId("5cac8d7b1202708adf5d4b64"), " ...

  5. Java反射机制的浅显理解(这篇文章还没写好,留个草稿给自己看的)

    目前只是有一个大概的理解,先把自己感觉容易立即的概念放这里,等以后结合实际工作理解深刻了再来补充. 一.什么是Java反射机制?(多种定义) 1. JAVA反射机制是在运行状态中,对于任意一个类,都能 ...

  6. linux常用多线程下载工具

    1.axel 下载安装yum install axel 这个软件下载速度实时显示

  7. Hibernate3.3.2_JUnit_BoforeClass不报异常的Bug处理

    假如你把配置文件写错了,myeclipse竟然不报错,只说sf空指针. <mapping class="com.oracle.hibernate.model."/> / ...

  8. python_SMTP and POP3

    #!/usr/bin/python #coding=utf-8 #发送邮件 import smtplib from smtplib import SMTP as smtp import getpass ...

  9. Nginx教程(7) 正向代理与反向代理【总结】

    1.前言 最近工作中用到反向代理,发现网络代理的玩法还真不少,网络背后有很多需要去学习.而在此之前仅仅使用了过代理软件,曾经为了访问google,使用了代理软件,需要在浏览器中配置代理的地址.我只知道 ...

  10. 搭建nginx代理,为前端页面跨域调用接口

    前端同学因开发需要,本地搭建的服务需要调用其它域名的接口,在帮助正确配置后,已能正常使用. 这里写一篇博客,记录一下. 前端页面地址为127.0.0.1:9813/a.html 接口地址http:// ...