キーワード検索「state」

50

CSS3だけでストップウォッチ(JavaScriptは使っていないだと…) | IDEA*IDEA

CSS3だけでストップウォッチ(JavaScriptは使っていないだと…) | IDEA*IDEA なんかすごいぞ、これ。CSS3のアニメーションだけでストップウォッチを実現しちゃっていますね。 ↑ 本当に動いていますね。 animation-play-stateあたりでごにょごにょやっているようですが・・・あとでちょっと解析してみよう。どちらにしろ興味深いですな。 » Make a stopwatch using CSS3 without images or javascript

www.ideaxidea.com
192

How to Build an RSS Reader with jQuery Mobile | Nettuts+

How to Build an RSS Reader with jQuery Mobile | Nettuts+ In conjunction with the jQuery conference in Boston, John Resig announced and released the highly anticipated jQuery Mobile. Though currently in an alpha state, the framework is fantastic. Today, we’l...

net.tutsplus.com
18

jquery1.5のDeferred Object - 俺の作業ログ

jquery1.5のDeferred Object - 俺の作業ログ jquery, javascriptDeferred ObjectとはjQuery.Deferred, introduced in version 1.5, is a chainable utility object that can register multiple callbacks into callback queues, invoke callback queues, and rela...

d.hatena.ne.jp
7

[HTML5]History APIめも - l4l

[HTML5]History APIめも - l4l spec http://www.w3.org/TR/html5/history.html HTML5以前のHistoryオブジェクトI/F window.historyでアクセスできるホストオブジェクト。ブラウザの進む/戻るに対するJavaScript APIのみでした。 interface History { void go(in optional long delta); void back(...

kozy.heteml.jp
16

Scrollable Fixed Header Table – A JQuery Plugin « Jerome Bulanadi's blog

Scrollable Fixed Header Table – A JQuery Plugin « Jerome Bulanadi's blog This plugin allows html tables to be scrollable horizontally and vertically while headers are still visible and in tack with the columns. This plugin can be used in two modes:With column select – Colu...

jeromebulanadi.wordpress.com
11

Deferred Object – jQuery API

Deferred Object – jQuery API jQuery.Deferred, introduced in version 1.5, is a chainable utility object that can register multiple callbacks into callback queues, invoke callback queues, and relay the success or failure state of a...

api.jquery.com
154

30 Developers you MUST Subscribe to as a JavaScript Junkie | Nettuts+

30 Developers you MUST Subscribe to as a JavaScript Junkie | Nettuts+ As JavaScript developers, we have quite crazy requirements. The playing field is in a state of constant flux and one of the best ways to keep up is interacting with other developers and reading their ...

net.tutsplus.com
31

pdf.js reached its first milestone < Chris Pitchin' Hey

pdf.js reached its first milestone < Chris Pitchin' Hey Last Friday, pdf.js reached the state we wanted to it to be in before announcing it loudly: it renders the Tracemonkey paper perfectly*. So, we’re announcing it! Try out version 0.2. We’re very excite...

blog.mozilla.com
22

Awesome Cufonized Fly-out Menu with jQuery and CSS3 | Codrops

Awesome Cufonized Fly-out Menu with jQuery and CSS3 | Codrops View demoDownload sourceIn today’s tutorial we will create a full page cufonized menu that has two nice features: when hovering over the menu items we will move a hover-state item that adapts to the w...

tympanus.net
8

AutoSprites - A jQuery Menu Plugin - HiFi CMS for Designers

AutoSprites - A jQuery Menu Plugin - HiFi CMS for Designers Update 1/22/2009 - This plugin now contains support for an active state. It is just as easy to use and all of the animation still works with it. Read below to see how it works. (This was originally po...

www.gethifi.com
33

Hiro - small yet powerful testing framework for JavaScript

Hiro - small yet powerful testing framework for JavaScript Hiro Protagonist Usage Example Code Name Hiro is a small yet powerful unit testing framework for JavaScript. It runs each test suite in a separate iframe sandbox, preventing global state leaks and con...

hirojs.com
5

jquery-tristate-checkbox - Project Hosting on Google Code

 jquery-tristate-checkbox -  Project Hosting on Google Code Tristate Checkbox - jQuery Plugin¶Description¶This plugin provides multi-state checkbox functionality to a list of checkboxes. Implementation¶The required HTML is nothing but nested unordered lists. T...

code.google.com
2

守破離でいこう!!: Rails 3 で OpenSSL::SSL::SSLError

守破離でいこう!!: Rails 3 で OpenSSL::SSL::SSLError 2011/02/14Rails 3 で OpenSSL::SSL::SSLErrorRails 3 でプロジェクト作成後、まずは jquery を使うようにしようと思い$ rails g jquery:installすると、早速エラー発生。fetching jQuery UJS adapter (github HEAD)c:/ruby/lib/ruby/1.8/net/http.rb:586:in...

ishikawa.r-stone.net
15

Better JavaScript animations with requestAnimationFrame | NCZOnline

Better JavaScript animations with requestAnimationFrame | NCZOnline For a long time, timers and intervals have been the state of the art for JavaScript-based animations. While CSS transitions and animations make some animations easy for web developers, little has chan...

www.nczonline.net
1158

Toggle Tutorial - jQuery CSS Toggle Effect - javascript toggle tutorial - simple Toggle Effect | jQuery Tutorials | Web Design Tutorials and Front-end Development Blog by Soh Tanaka

Toggle Tutorial - jQuery CSS Toggle Effect - javascript toggle tutorial - simple Toggle Effect | jQuery Tutorials | Web Design Tutorials and Front-end Development Blog by Soh Tanaka Simple Toggle with CSS & jQuery Tags: Beginner, Widgets I know there are a lot of toggle tutorials out there already, but when I was learning the basics of jQuery and the toggle effect, I had a hard t...

www.sohtanaka.com
9

Dy-Verse: IndexedDB Jquery Plugin

Dy-Verse: IndexedDB Jquery Plugin Monday, April 25, 2011 IndexedDB Jquery Plugin Summary IndexedDB Jquery plugin demo - http://nparashuram.com/trialtool/index.html#example=/IndexedDB/jquery/trialtool.html Background The IndexedDB API ...

blog.nparashuram.com
8

Recently in Web Development (July Edition) | Nettuts+

Recently in Web Development (July Edition) | Nettuts+ Web development is an industry that’s in a state of constant flux with technologies and jargon changing and mutating in an endless cycle. Not to mention the sheer deluge of information one has to proc...

net.tutsplus.com
57

CreativeJS | The very best of creative JavaScript and HTML5

CreativeJS | The very best of creative JavaScript and HTML5 Infinite Mario in HTML5 canvas Impressive – this is actually from recent high school graduate Robert Kleffner. In his recent blog post he bemoans the state of HTML5 Audio (which is indeed terrible) an...

creativejs.com
3

The sad state of DOM security (or how we all ruled Mario's challenge)

The sad state of DOM security (or how we all ruled Mario's challenge) Tuesday, October 11, 2011 The sad state of DOM security (or how we all ruled Mario's challenge) A few days ago Mario Heiderich posted second installment of his xssme challenges (viewable in Firefox on...

blog.kotowicz.net
12

Pushing and Popping with the History API | HTML5 Doctor

Pushing and Popping with the History API | HTML5 Doctor Until recently, we developers couldn’t to do much with the state and history of the browser. We could check the number of items in the history and push users forwards and backwards, but this provides ...

html5doctor.com
0.19