タグ

JavaScriptと*に関するpmintのブックマーク (32)

  • Stylish JavaScript Dialog (Alert, Confirm, Prompt) Boxes - Bit Repository

    The following list is useful if you need to replace the classical JavaScript message boxes (alert, confirm, prompt) with new and CSS customizable ones. jQuery and MooTools are some of the libraries used to make these excellent dialog boxes. SweetAlert is a beautiful responsive highly customisable replacement for JavaScript’s “Alert”. It automatically centres itself on the page and looks great no m

    Stylish JavaScript Dialog (Alert, Confirm, Prompt) Boxes - Bit Repository
    pmint
    pmint 2015/12/24
    コード一文だけで即使える確認メッセージ
  • アロー関数式

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨2016年9月⁩. Learn more See full compatibility Report feedback アロー関数式は、従来の関数式の簡潔な代替構文ですが、意味的な違いや意図的な使用上の制限もあります。 アロー関数自身には this、arguments、super へのバインドがないので、メソッドとして使用することはできません。 アロー関数はコンストラクターとして使用することはできません。 new をつけて呼び出すと TypeError が発生します。 new.target キーワードにアクセスすることもできません。 アロ

    アロー関数式
    pmint
    pmint 2015/04/27
    Firefox以外のブラウザーでは使われてないけど、FirefoxOSアプリなら問題なく使える。
  • 関数 - JavaScript | MDN

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. * Some parts of this feature may have varying levels of support. Learn moreSee full compatibilityReport feedback 一般的に言うと、関数とは外部 (再帰の場合は内部) から 呼び出す ことのできる「サブプログラム」です。プログラムそのもののように、関数は関数体 (function body) と呼ばれる連続した文で構成されます。値を関数に渡すことができ、関数は値を返すことができます。 JavaScript

    関数 - JavaScript | MDN
    pmint
    pmint 2015/04/27
    (msg => alert(msg))('ok') みたいなことができるようになってた。
  • jQuery Custom Select Box Plugin - jQuery.customSelect()

    What it be This lightweight, unintrusive technique uses the native select box functionality of the web browser, and overlays a stylable <span> element in order to acheive your desired look. Since it makes use of default browser functionality, it can be treated just like any ordinary HTML select box. This concept is based on Ryan Fait's method of styling select boxes, but as a jQuery Plugin. How to

    pmint
    pmint 2015/02/11
    セレクトボックスをカスタマイズしてると思いきや、別物の独自要素をセレクトボックスにかぶせて表示する力技。フォーム要素の挿げ替え。
  • au Firefox OS 関連技術情報

    概要 ライブラリは、FirefoxOS上でWebサーバを構築するためのライブラリです。対応する機種は Fx0、及びFirefoxOS 2.0です。 使い方 1)静的な Webページを公開する。 SDカードなどファイルを置けるストレージに、通常のWEBページと同じファイルを置き、そのパスを指定することで簡単に実現できます。 例: // サーバオブジェクトを生成します。 server = new HttpServer(); // "/sdcard/public"をWEBページのルートディレクトリとします。 server.get("/", "/sdcard/public"); // ポート3000番でサーバを起動させます。 server.start(3000); 2) 動的なWebアプリケーションを作る指定のパスに対して、動的な処理を記述することができます。 例: // サーバオブジェクトを生

    pmint
    pmint 2015/01/29
    FirefoxOSのWebサーバー.js
  • Cross-browser mouse positioning

    Understanding and normalizing differences between the mouse position event properties between browsers. Mouse Event Properties clientX, clientY Standard: W3C Recommendation Mouse position relative to the browser's visible viewport. screenX, screenY Standard: W3C Recommendation Mouse position relative to the user's physical screen. offsetX, offsetY Standard: W3C Working Draft Mouse position relativ

    pmint
    pmint 2014/12/18
    マウスイベントで座標取得。layerX, layerYを使わない方法。
  • HTMLElement: dataset property - Web APIs | MDN

    This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. Learn moreSee full compatibilityReport feedback The dataset read-only property of the HTMLElement interface provides read/write access to custom data attributes (data-*) on elements. It exposes a map of strings (DOMStringMap) with an entry for each data-* attrib

    HTMLElement: dataset property - Web APIs | MDN
    pmint
    pmint 2014/10/19
    よく見る独自属性"data-..."にJavaScriptからアクセスする方法。"data-date-of-birth" → "dataset.dateOfBirth"
  • MIME Type Detection in Windows Internet Explorer (Windows)

    In Microsoft Internet Explorer 4.0 and later, MIME type determination occurs in URL monikers through the FindMimeFromData method. Determining the MIME type allows URL monikers and other components to find and launch the correct object server or application to handle the associated content. This section provides a brief summary of the logic used in determining the MIME type from these sources, and

    MIME Type Detection in Windows Internet Explorer (Windows)
    pmint
    pmint 2014/08/11
    "FindMimeFromData"…IEのファイル形式自動判別の対応形式(MIME)一覧
  • RSS Pipes by dai-shi

    複数のRSSを束ねて一つのRSSにするWebサービスです。 類似のサービスも多いですが、JavaScriptでフィルターを書けるのが特徴です。 使い方 http://rss-pipes.axlight.com/static/main.html にアクセスすると、既に作成されたRSSの一覧が表示されます。 利用したいものがあれば、RSSのURLをコピーしてお使いのRSSリーダーに登録します。 「新規作成」ボタンを押すと新しくRSSが作成できます。 分かりやすい名前と説明文を書いてください。一度つけた名前は変更できません。 使用者のタイプ毎の使い方を説明します。 JavaScriptが全く使えない方 そんなあなたはフィルターを書く必要はありません。名前と説明文とRSSのフィードURLを入力するだけでOKです。 フィードURLを一つ入れるだけでは意味がありませんので、複数のフィードURLを行単位

    pmint
    pmint 2014/08/08
    RSSフィードを加工・集約
  • Home

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

    Home
    pmint
    pmint 2013/04/30
    HTML5/JavaScriptまとめ
  • GitHub - DaRaFF/jsgamewiki: A collection of good links for gaming with javascript

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

    GitHub - DaRaFF/jsgamewiki: A collection of good links for gaming with javascript
    pmint
    pmint 2013/04/30
    HTML5/JavaScriptを使ったゲーム開発に役立ちそうなサイトまとめ
  • Mozilla Developer Center

    オープンなウェブは、開発者に素晴らしい機会をもたらします。これらの技術を最大限に活用するには、それらの使い方を知る必要があります。以下に、ウェブ技術のドキュメントへのリンクがあります。 ウェブ開発者ガイド ウェブ開発者ガイドでは、目標やニーズに合ったウェブ技術を使用するのに役立つ、実践的な手引きのコンテンツを提供しています。 ウェブ開発者向けチュートリアル HTMLCSSJavaScript、Web API の学習を段階的に進めるためのチュートリアルです。 アクセシビリティ ウェブサイトを使用する人に何らかの制約があっても、できるだけ多くの人が使用できるようにすることです。 パフォーマンス コンテンツをできるだけ早く利用できるように、操作できるようにすることです。 プライバシー ユーザーの個人データの保護です。 セキュリティ データ漏洩やデータ盗難、サイドチャンネル攻撃、クロスサイトス

    Mozilla Developer Center
    pmint
    pmint 2012/03/11