HTML5 Conference 2013 で使用したスライド (2013/12/11 Updated) http://events.html5j.org/conference/2013/11/

※Rhinoのバージョンは1.7R4です。 ウチの製品であるMOD99は、いくつかの箇所で式言語としてJavascriptを採用しています。 例えば帳票生成において、サーバーサイドで計算しなければならない導出値(代表例: 何らかの集約値)を出力したいときなど。 帳票をダウンロードさせる時に、セルの中にJSを書いておくと、サーバーサイドで実行された結果が入っていたりするような仕組みです。 まあ要するにサーバサイドJSということでございます。 で、いま開発しているシステムの帳票出力では、幾つかの項目でヘビーな集計を行なっており、JSの実行速度が問題になっておりました。 事実上オンラインバッチ相当の処理を、NoSQLっぽくJSで書いたりしているので、5分待ちとか。 いま、色々いじくって高速化しているところです。 さて、Java大好き人間の僕としては、JavascriptエンジンにはもちろんRhi
Back to Owner Tab 親のタブに戻る Ver.0.3.2014032801 for Mozilla Firefox An English version of this page is also available. 宣伝。日経LinuxにてLinuxの基礎?を紹介する漫画「シス管系女子」を連載させていただいています。 以下の特設サイトにて、単行本まんがでわかるLinux シス管系女子の試し読みが可能! これは何? ダウンロード 更新履歴 What's this? これは何? タブを超えて「戻る」「進む」できるようにします。「戻る」ボタンでそれ以上戻れない時に、親のタブ(そのタブやウィンドウを開いた元のタブ)がある場合、(必要であればそのタブを閉じて)親のタブにフォーカスを移します。また、「進む」ボタンでそれ以上進めない時も、適切と思われるタブにフォーカスを移します。 ツリー
Mozilla Skywriter (formerly codenamed Bespin) is a fast, customizable programmer's editor, written for modern web browsers. With it, you can enable "coding in the cloud" on your website (using Skywrier Embedded) or on any website (using Skywriter Bookmarklet) Give Mozilla Skywriter a whirl! Install the bookmarklet or download the latest Embedded release (0.9a1). You can learn about customizing Sk
else は上で示したように常に単独の行に書いてください。 return の後には else を使わないでください。 if (x < y) return -1; if (x > y) return 1; return 0; i++ も ++i も使用可能です。 インライン関数はそのデバッグが楽になるように名前を付けてください。関数をプロパティに代入しただけではその関数に名前を付けることはできません。次のようにしてください。 var offlineObserver = { observe: function OO_observe(aSubject, aTopic, aState) { if (aTopic == "network:offline-status-changed") setOfflineUI(aState == "offline"); } }; 名前や列挙値には interCap
JavaScriptTutorials and guidesBeginner's tutorialsYour first website: Adding interactivityDynamic scripting with JavaScriptJavaScript frameworks and librariesJavaScript GuideIntroductionGrammar and typesControl flow and error handlingLoops and iterationFunctionsExpressions and operatorsNumbers and stringsRepresenting dates & timesRegular expressionsIndexed collectionsKeyed collectionsWorking with
Hello:I've been using Rhino for some time as a parser for JavaScript. The lack of a complete grammar for ANTLR makes Rhino a good option for me. I'm using it for things like specialized documentation tools (JavaDoc- style docs for JavaScript classes) or other code analysis. I'm sure that you get a lot of these types of questions. What do you recommend? For example, I've been using 1.5 and 1.6 in t
指定したURLのデータをダウンロードし、指定したパスのファイルへと保存するだけの簡単なコードを作る。 まずは URL 文字列から nsIURL オブジェクトを、ファイルパスから nsILocalFile オブジェクトを生成する。 const URL_SPEC = "http://www.mozilla.com/img/firefox-title.png"; const FILE_PATH = "C:firefox-title.png"; // make nsIURL var url = Cc["@mozilla.org/network/standard-url;1"].createInstance(Ci.nsIURL); url.spec = URL_SPEC; // make nsILocalFile var file = Cc["@mozilla.org/file/local;1"].
Support for extensions using XUL/XPCOM or the Add-on SDK was removed in Firefox 57, released November 2017. As there is no supported version of Firefox enabling these technologies, this page will be removed by December 2020. Add-ons using the techniques described in this document are considered a legacy technology in Firefox. Don't use these techniques to develop new add-ons. Use WebExtensions ins
はじめに MozillaにはWeb Servicesに関する実装がすでにあり、リッチクライアント作成環境として大いに注目を浴びています。だがしかし、開発に関するドキュメントはちゃんとそろっているとは言えず、日本語のとっかかりとなる資料もほとんどありません。 そこで、本記事では筆者がMozillaのSOAPサポートについて調べた結果を元に、簡単なクライアント/サーバを例にアプリケーションの作成方法を紹介します。 用意するもの 今回は以下のものを用意してください。 Python環境 サーバのサンプルをPythonで実装しています。SOAPはサーバ/クライアントが対になっている必要がありますので、今回のサンプルを動かす場合は必ず用意してください。 今回はMacOSX Panther付属のPython2.3でテストを行いました。 Firefox or Mozilla 当然必要です。今回はMacOS
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く