キーワード検索「case」
A jQuery UI Growl/Ubuntu-like Notification Widget | Eric Hynds - Website Developer
There are about a dozen other plugins out there that do this already, except most seem to come with an enormous footprint: 10-12k of code, X-number of images, and roughly 1000 options to support every...
21 Excellent Examples of Sliders in Web Design | Inspiration
演算子にもstrict modeを “use restrict”; | JSer.info
Restrict Mode http://restrictmode.org/JavaScriptの演算子の扱いに対するstrict modeという名目で作成されたRestrict modeというものが公開されていました。これはJavaScriptの演算子の扱いは暗黙な変換などもあり、意図通りではない場合も存在してしまっている。それに対するJavaScript(ECMAscript)のサブセットのよ...
subsetじゃない悲しい話 (JSON編) - 枕を欹てて聴く
JavaScript, JSON, ECMAScript | 00:56 | JSON編以外はありません. Edge case "JSON: The JavaScript subset that isn't Timeless" URL2011-05-16 15:49:26 via PNBTこのような記事がJSON: The JavaScript subset that isn’t?Timeless...
Apple-like Retina Effect With jQuery – Tutorialzine
Apple has long applied a winning strategy in marketing – create well designed products, have a dedicated fan base, and let the hype build up before every product release.This is also the case with the...
JavaScript template language shootoff · jsPerf
JavaScript performance comparisonRevision 73 of this test case created by Jeremy Ashkenas on 30th January 2011InfoA brief comparison of some JavaScript templating engines on a short template: 6 header...
11 Delicious jQuery Scrollbar Plugins | jQuery Web Design, jQuery Plugins
Sometimes default browser scrolling is just not enough for your needs. This is the case when jQuery enters the game. You can easily adjust custom scrollbars with the help of the following plugins. I b...
55 Fresh and Creative Logo Designs
The more businesses, and therefore logos, there are out there, the more challenging it is to make a fresh, unique, and creative one from scratch. For such a small graphic, a logo can take a lot of res...
Estimated reading time in web design
Jakob Nielsen‘s Alertbox is like a living web design bible for me. In case you don’t know Mr. Nielsen, he’s considered one of the top web usability experts in the world, and his Alertbox is filled wit...
push vs. [].length · jsPerf
JavaScript performance comparison Test case created by ethagnawl on 8th April 2011 Warning! For accurate results, please disable Firebug before running the tests. (Why?)
jQuery Proven Performance Tips And Tricks (Slides)
Thanks to everyone that showed up at the jQuery London meetup hosted at the Guardian this week. As requested, here are the slides from the talk including links to all of the jsPerf tests embedded for ...
Basic Example - jQuery The Final Countdown plugin
Source code: <script type="text/javascript" charset="utf-8"> // Javascript $(function() { var currentDate = new Date(); $('div#clock').countdown(15 * 24 * 60 * 60 * 1000 + currentDate.valueOf(), funct...
Introducing ALAC.js: An Apple Lossless Audio Decoder in JavaScript - Badass JavaScript
A showcase of awesome JavaScript code that pushes the boundaries of what's possible on the web. Recently, Apple open sourced the original encoder and decoder for the Apple Lossless audio codec which i...
jsPerf: JavaScript performance playground
A performance playground for JavaScript developers. Easily create and share test cases and run cross-browser benchmarks to find out which code snippet is most efficient.jsPerf — JavaScript performance...
13 Websites with Mind-Blowing jQuery Effects | Web Designers Inspiration and Online Resource | Web Designers Blog
The battle between Flash has been raging on for the past year or so, with Steve Jobs and his friends at Apple making a strong case for a Flash-less future. And while HTML5 can do some pretty awesome e...
ハタさんのブログ(復刻版) : やったーjavascriptでScala風のActorできたよー\(^o^)/
まだ、loopとかreactとか、その辺りが動くかなーって感じで中途ハンパだけど。元scalaのコード(http://www.scala-lang.org/node/54から転載)abstract class PingMessagecase object Start extends PingMessagecase object SendPing extends PingMessagecase ob...
Animating with javascript: from setInterval to requestAnimationFrame ✩ Mozilla Hacks – the Web developer blog
Animating DOM elements[1] or the content of a canvas is a classical use case for setInterval. But the interval is not as reliable as it seems, and a more suitable API is now available… Animating with ...
nextSibling vs childNodes · jsPerf
JavaScript performance comparison Test case created by Adrian Sutton on 10th October 2010 Info Test the relative performance of iterating through child nodes using nextSibling vs iterating through the...
Chris Shiflett ▪ JavaScript Study Guide
A few months ago, I wrote about learning JavaScript. I'm already pretty comfortable with the language, and although I did break the chain, I'm happy to report that I'm still at it. Never stop learning...
querySelectorAll vs getElementsByTagName · jsPerf
JavaScript performance comparisonTest case created by Andrew Hedges 1 week agoPreparation code<div> <ul> <li><a href="#">item 1</a></li> <li><a href="#">item 2</a></li> <li><a href="#">i...
