キーワード検索「does」
Lights
Click to interact with the environment, keep the button pressed to fly faster. Tweet this to see your name. Headphones recommended. We are sorry, but it appears that your browser does not support WebG...
スクロールするまで画像を読み込まない(はずの)Lazy Loadについて :: 5509
Webパフォーマンスを考える上で重要なことのひとつにHTTPリクエストを減らすというのがありますが・・・HTTPリクエストを減らすために、画像の遅延読み込みをすると噂のLazy Loadっていうプラグインがあって、結構色んなサイトで使われているのを見るので、一言言っとくか的な感じで書こうとしたらいつからかプラグインページに以下の注意書きが追加されてた。Lazy Load is currently ...
OS.js (JavaScript Operating System) « Anders Evenrud Weblog
OS.js (JavaScript Operating System) Os.js — JavaScript Operating System A NOTE: Yes — I know this does NOT fully quallify as an operating system. This is really just a hobby project of mine and this i...
lake.js
How does it work? Like this: <script src="jquery.js"></script> <script src="lake.js"></script> <script> $(function() { $('#lake-img').lake({ 'speed': 1, 'scale': 0.5, 'waves': 10 }); }); </script> ......
HTML5 Security Cheatsheet
HTML5 Security CheatsheetWhat your browser does when you look away...This is just a small part and pre-alpha of the HTML5 Security Cheatsheet project. Click here for more info and drop us a line if yo...
TetrisOut
Your browser does not support the <canvas> element. Please use a normal browser. Hint: Safari, Chrome, Firefox.Your browser does not support the <canvas> element. Please use a normal browser. Hint: Sa...
CoffeeConsole: A Chrome Extension - Snook.ca
Harry Brundage, a co-worker of mine at Shopify, does a lot of CoffeeScript development and said he would love to be able to do CoffeeScript right from the console in Chrome's Web Inspector. I asked Pa...
URL欄だけで遊ぶゲーム URL Hunter |TRIVIAL TECHNOLOGIES on CLOUD
まあとにかく見てくれ。URL Hunter - A Game You Play in the URL BarカーソルキーでOを動かして,aに合わさったところでスペースを押す。これだけのゲームなのだがURL欄だけで動くのがクレイジー。JavaScript(jQuery)で書いてある。サイトの末尾に「You should follow me on Twitter because everyone el...
jQuery Matrix | Romanovian
Demo 0 (interactive !)Demo 1Demo 2Demo 3 the real Matrix effect (Firefox is really slow here)Demo 4 single characterWhat is jQuery Matrix ?How does it work ?What characters are chosen ?How to use it...
nishio/jscc @ GitHub
JavaScript is very loose language. Closure Compiler helps us to keep quality of codes. jscc does: watch modification of your JS files (using watchdog and goog.require dependency), background compile &...
Firefox 4: An early walk-through of IndexedDB ✩ Mozilla Hacks – the Web developer blog
Web developers already have localStorage, which is used for client side storage of simple key-value pairs. This alone doesn’t address the needs of many web applications for structured storage and inde...
5 jQuery Mobile Tricks | jQuery4u
As jQuery Mobile 2 released, some developers aimed to make jQuery mobile more friendly in mobile browsers such as iOS, Android, BB OS, and stuffs like that. Following these tricks might help you catch...
Morse.js Demo
Morse.js — A jQuery plugin to annotate text with Morse Codea jQuery plugin that annotates text with Morse Code Not hearing anything? Morse.js requires HTML5 <audio>, which your browser does not seem t...
Font.js - finally a decent JavaScript object representation for fonts.
This library adds a Font object to the collection of predefined objects available to you when doing JS coding for the web. You are probably already familiar with new Image() for loading images through...
Font Sizer - a jQuery plugin
Fork this project on GitHub or Download the source code. What it does? Font sizer is a highly configurable, unobtrusive jQuery plugin that allows users to adjust the font size of specific area(s) of t...
Textarea Auto Resize | Impressive Webs
On a current project, I was trying to find a way to auto-resize a textarea according to some content that would be loaded in dynamically via Ajax. I didn't know the height of the content and the texta...
WOLF1K | www.p01.org
releasesWOLF1K 10 September 2010wolf1kwolf5kjs1kraycastingcanvashtml5wolfenstein 3dThe idea of this entry for the JS1K contest was to do the impossible: a 1K remake of the famous WOLF5K that rocked th...
DailyJS: Testing with Mocha
Mocha (GitHub: visionmedia / mocha, npm: mocha, License: MIT) by TJ Holowaychuk is a new test library that does just about everything a JavaScript developer needs, and yet remains customisable enough ...
Jodd | Jerry
Jerry is a jQuery in Java. Jerry is a fast and concise Java Library that simplifies HTML document parsing, traversing and manipulating. Jerry is designed to change the way that you parse HTML content....
watch.js
<p>Your name: <input type="text" name="name"</p> <p>Hello <span id="name-out"></span>!</p> <script type="text/javascript"> watch.add('name', function(value) { $('#name-out').text(value); }); </script>...
