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. P2278 操作系统

    P2278 操作系统 题目描述 写一个程序来模拟操作系统的进程调度.假设该系统只有一个CPU,每一个进程的到达时间,执行时间和运行优先级都是已知的.其中运行优先级用自然数表示,数字越大,则优先级越高. ...

  2. 【Qt开发】实现系统托盘,托盘菜单,托盘消息

    概述 系统托盘就是在系统桌面底部特定的区域显示运行的程序.windows在任务栏状态区域,linux在布告栏区域.应用程序系统托盘功能,是比较普遍的功能,本篇将详细的介绍如何实现该功能. 演示Demo ...

  3. 分布式系统的Raft算法学习笔记

    摘取自:  http://mp.weixin.qq.com/s?__biz=MzIyMTQ1NDE0MQ==&mid=2247483979&idx=1&sn=12864382e ...

  4. Linux Shell编程、变量、控制语句

    为什么要学习Shell编程 1)Linux运维工程师在进行服务器集群管理时,需要编写Shell程序来进行服务器管理. 2)对于JavaEE和Python程序员来说,工作的需要,你的老大会要求你编写一些 ...

  5. python里有意思的文件查找glob模块

    python标准库之glob介绍 glob 文件名模式匹配,不用遍历整个目录判断每个文件是不是符合. 1.通配符 星号(*)匹配零个或多个字符 import glob for name in glob ...

  6. python 异步IO(syncio) 协程

    python asyncio 网络模型有很多中,为了实现高并发也有很多方案,多线程,多进程.无论多线程和多进程,IO的调度更多取决于系统,而协程的方式,调度来自用户,用户可以在函数中yield一个状态 ...

  7. js实现瀑布流布局

    window.onload = function () { var d1 = new Waterfall(); d1.init();};//构造函数function Waterfall() { thi ...

  8. [Xamarin]測試帳號申請與到期後如何續用 (转帖)

    在Xamarin網站上可以申請30天試用的測試帳號.試用期內,Xamarin會提供完整的功能試用. 30天試用時間到期後,在Visual Studio裡面你載入你的專案的時候,專案旁會標註(無法使用) ...

  9. RabbitMQ初学之一:exchange与queue的绑定

    最近公司需要使用RabbitMQ,但我之前一直使用的是ActiveMQ,对RabbitMQ进行了初步的学习,但是还不系统,自己做了一些小测试,怕自己以后忘了 一. 背景 拿到代码以后,发现,生产者在向 ...

  10. C# 文件读写系列二

    读取文件原则上非常简单,但它不是通过FileInfo和DirectoryInfo来完成的,关于FileInfo和DirectoryInfo请参考C# 文件操作系列一,在.Net Framework4. ...