Console Use console to interactively test browser features and behavior. For Testing your Javascripts, try Testem - a new tool for Javascript Test-Driven-Development (TDD) and Continous Integration (CI). Getting Started To get started, you first need to create a room and connect your browser to it. Once a room is created you can connect other browsers to it as well. Create a Room and Connect Then,
Chromeの最新JavaScriptエンジン「Crankshaft」、「Chrome Sync」であらゆるChromeを同期、グーグルが発表。Chrome Event グーグルは12月7日、同社のWebブラウザであるChromeに関するイベントを開催、WebブラウザとしてのChromeの最新動向、そしてChrome Web StoreとChrome OSの発表を行いました。 最新のChromeではアダプティブコンパイリング技術を採用したJavaScriptエンジンの「Crankshaft」を採用してさらに高速になり、複数のChrome間で同期を行い同じ環境を提供するChrome Syncなどを提供。 さらにChrome向けアプリケーションマーケットである「Chrome Web Store」のオープンと、コンシューマ向けのOS「Chrome OS」のデモも公開されました。イベントの内容を紹
Warning! This is not the latest version of the V8 benchmark suite. Consider running the latest version. This page contains a suite of pure JavaScript benchmarks that we have used to tune V8. The final score is computed as the geometric mean of the individual results to make it independent of the running times of the individual benchmarks and of a reference system (score 100). Scores are not compar
Kraken JavaScript Benchmark (version 1.1) Begin (This will start a rather big download)
JavaScript-XPath JavaScript-XPath is the FASTEST DOM 3 XPath (XPath 1.0) implementation in JavaScript. This code runs 10 times faster than Google Ajaxslt's xpath.js!! Release/Download Latest Version Latest Compressed Version If you can use subversion, check out the trunk with: svn co http://svn.coderepos.org/share/lang/javascript/javascript-xpath/trunk/ jsxpath Bindings jQuery Prototype YUI How to
「Google Chrome」の最新のテストバージョンには、さらに高速になったJavaScriptエンジンが搭載されている。JavaScriptエンジンは、ウェブベースのプログラムを実行するためのブラウザコンポーネントとして重要性が高まってきている。 その結果、ページの読み込み速度が高速化し、ウェブアプリケーションがさらに強力になる。また、ブラウザのパフォーマンスをめぐって、Microsoftの「Internet Explorer(IE)」やMozilla Foundationの「Firefox」、Appleの「Safari」、そして「Opera」との新たな戦いが始まる。 Chromeのブラウザエンジン「V8」は、「Crankshaft」と呼ばれるバージョン3へとアップグレードされようとしている。Googleによると、V8は適応的コンパイルと呼ばれる技術を用いており、これによってJavaS
/* --- RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino and Node. Using a modular script loader like RequireJS will improve the speed and quality of your code. IE 6+ .......... compatible ✔ Firefox 2+ ..... compatible ✔ Safari 3.2+ .... compatible ✔ Chrome 3+ ...... compatible ✔ Opera 10+ ...... co
スタイルシートには、CSSファイルに記述されたスタイルルールと、各タグに記述されたスタイル属性があります。スタイルルールは、タグ名やクラス属性やID属性などを使ったセレクタによって、適用されます。 そこで、JavaScriptを使って、スタイルシートに関する各種データを操作する方法を紹介します。 このプログラムは、IE8, IE7, IE6, Firefox3, Safari4, Opera10, Sleipnir2で動作することを確認済みです。 スタイルシートは、document.styleSheets で取得できます。 ファイル毎に、配列として格納されています。 各スタイルシートには、スタイルルールの配列として格納されています。 スタイルルールは、セレクタとプロパティ+値の形式に分かれて取得できます。
This webpage was generated by the domain owner using Sedo Domain Parking. Disclaimer: Sedo maintains no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo nor does it constitute or imply its association, endorsement or recommendation.
ある日付が祝日がどうかを判定するJavascriptです。 // 日付が指定されている祝日 var DateHoliday = function( month, day ){ this.month = month; this.day = day; }; DateHoliday.prototype = { getHoliday: function(year){ return this.day; } }; // ハッピーマンデー var MondayHoliday = function( month, week ){ this.month = month; this.week = week; this.wday = 1; }; MondayHoliday.prototype = { getHoliday: function(year){ var firstWday = new Date(yea
こんにちは、太田です。3回ほどJavaScriptの基礎的な内容が続いたので、今回はグラフィカルなアニメーションについて解説します。グラフィカルなJavaScriptというと、難しい・応用的なイメージがあるかもしれませんが、JavaScriptでのアニメーションとはすなわちCSSを段階的に操作するということで、そのポイントを抑えれば中身は単純なものです。 アニメーションの前提知識 HTMLにおける通常のアニメーションを構成するのは、「特定の要素」に対して、「そのCSSプロパティ」を「ある時点からある時点まで」の時間の中で、「ある値からある値に操作」する、といった要素です。 特定の要素と、CSSプロパティについては問題ないと思います。問題となるのは「時間と値の操作」です。 まず、単純にインクリメントするだけというサンプルを見てみましょう。 良くないアニメーション var y = 0;
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く