A tweet-sized debugger for visualizing your CSS layouts. Outlines every DOM element on your page a random (valid) CSS hex color.
One-line version to paste in your DevTools
Use $$ if your browser aliases it:
~ 108 byte version
回答してみた。
自分の立場
10分ぐらいで答えた。間違ってるのがあるのもわかってるけどリアルさ重視というナの手抜きです。
This is a Japanese translation from the original Gist in English. 原文:You're Missing the Point of Promises by Domenic Denicola
====== この記事は私のブログでも掲載しています。また、記事中で Promises/A に言及している箇所がありますが、この記事が書かれた当時は Promises/A+の仕様がまだ存在しなかったので、少し古く感じられるかもしれません。
Yet another framework syndrome
| Name | Date | URL | Stars | 
|---|---|---|---|
| Jake | April 2010 | https://github.com/mde/jake | 1000 | 
| Brunch | January 2011 | http://brunch.io/ | 3882 | 
By Saad Mousliki
御存知の通り、JavaScriptは数あるプログラミング言語のうちのひとつであり、モバイルのハイブリッドアプリ(PhoneGapやAppceleratorといった)や、サーバーサイド(NodeJSやWakanda)等の様々な所で実装されているWebの言語です。 また、Webブラウザにalertを出すところから、ロボットを動かす(nodebotやnodruinoを使って)ところまで様々なシーンで使われる言語となりました。 JavaScriptをマスターし、パフォーマンスの良いコードを生み出す開発者は市場で最も求められています。
| // globals.js | |
| // https://gist.github.com/pocotan001/6305714 | |
| // Finding improper JavaScript globals | |
| (function() { | |
| var prop, cleanWindow, | |
| globals = new function globals() {}, | |
| body = document.body, | |
| iframe = document.createElement('iframe'), | |
| ignore = { | 
| angular.module('helperFunctions', []) | |
| .factory('throttle', ['$timeout', function ($timeout) { | |
| return function (delay, no_trailing, callback, debounce_mode) { | |
| var timeout_id, | |
| last_exec = 0; | |
| if (typeof no_trailing !== 'boolean') { | |
| debounce_mode = callback; | |
| callback = no_trailing; | |
| no_trailing = undefined; | 
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| 更新: | 2013-07-30 | 
|---|---|
| バージョン: | 0.1.1 | 
| 作者: | @voluntas | 
| URL: | http://voluntas.github.io/ | 
概要