キーワード検索「case」

74

A jQuery UI Growl/Ubuntu-like Notification Widget | Eric Hynds - Website Developer

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...

www.erichynds.com
148

21 Excellent Examples of Sliders in Web Design | Inspiration

21 Excellent Examples of Sliders in Web Design | Inspiration

webdesignledger.com
16

演算子にもstrict modeを “use restrict”; | JSer.info

演算子にもstrict modeを “use restrict”; | JSer.info Restrict Mode http://restrictmode.org/JavaScriptの演算子の扱いに対するstrict modeという名目で作成されたRestrict modeというものが公開されていました。これはJavaScriptの演算子の扱いは暗黙な変換などもあり、意図通りではない場合も存在してしまっている。それに対するJavaScript(ECMAscript)のサブセットのよ...

jser.info
16

subsetじゃない悲しい話 (JSON編) - 枕を欹てて聴く

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...

d.hatena.ne.jp
228

Apple-like Retina Effect With jQuery – Tutorialzine

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...

tutorialzine.com
11

JavaScript template language shootoff · jsPerf

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...

jsperf.com
7

11 Delicious jQuery Scrollbar Plugins | jQuery Web Design, jQuery Plugins

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...

jquerywebdesign.com
62

55 Fresh and Creative Logo Designs

  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...

www.youthedesigner.com
92

Estimated reading time in web design

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...

briancray.com
8

push vs. [].length · jsPerf

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?)

jsperf.com
54

jQuery Proven Performance Tips And Tricks (Slides)

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 ...

addyosmani.com
6

Basic Example - jQuery The Final Countdown plugin

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...

edson.hilios.com.br
6

Introducing ALAC.js: An Apple Lossless Audio Decoder in JavaScript - Badass JavaScript

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...

badassjs.com
45

jsPerf: JavaScript performance playground

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...

jsperf.com
41

13 Websites with Mind-Blowing jQuery Effects | Web Designers Inspiration and Online Resource | Web Designers Blog

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...

www.webdesignersblog.net
7

ハタさんのブログ(復刻版) : やったーjavascriptでScala風のActorできたよー\(^o^)/

ハタさんのブログ(復刻版) : やったー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...

blog.xole.net
21

Animating with javascript: from setInterval to requestAnimationFrame ✩ Mozilla Hacks – the Web developer blog

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 ...

hacks.mozilla.org
7

nextSibling vs childNodes · jsPerf

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...

jsperf.com
65

Chris Shiflett ▪ JavaScript Study Guide

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...

shiflett.org
4

querySelectorAll vs getElementsByTagName · jsPerf

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...

jsperf.com
4.4493