タグ

2008年11月14日のブックマーク (5件)

  • Datejs - A JavaScript Date Library » About…

    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

    Datejs - A JavaScript Date Library » About…
  • jQuery Selectors

    Toggle Button = $('selector').addClass('highlight').animate({ marginLeft: 10}, 'fast'); Download This Lab This is a paragraph, which means it is wrapped in <p> and </p>. Those "p" tags in the previous sentence are formatted as <code>. This is the first list item (<li>) in an unordered list (<ul>). This is the second list item. It has a link in it. This is the third list item. It has a class of "my

    monjudoh
    monjudoh 2008/11/14
    色んなCSSセレクタでどういった要素を選択出来るか試せる
  • DOM Window (jquery.DOMWindow.js)

    DOM window $(selector).openDOMWindow({options}) & $(selector).closeDOMWindow({options}) jQuery plugin (jquery.DOMwindow.js) used to create DOM windows. Example 1 Open a DOM window using inline content embedded in the page. The window is fixed to the centered of the viewport. This is default behavior. required | optional | not used anchoredClassName - datatype:string, default:empty string anchoredS

    monjudoh
    monjudoh 2008/11/14
    リンクを.openDOMWindow(options)してやると、指定したイベントでリンク先(#で指定したページ内の要素・同一ドメインページ・他ドメインページ)をモーダルダイアログとして開いてくれる。拡張性高そう。
  • 高速な CSS セレクタエンジン「Sizzle」「Peppy」を試す - WebOS Goodies

    最近のほとんどの JavaScript フレームワークには、 CSS セレクタによる DOM エレメントの取得機能が実装されています。複数の要素を柔軟な条件で取得できるので、 DOM ツリーの操作がシンプルに記述でき、とても便利です。しかし、単に CSS セレクタを使いたいだけなのに、フル機能のフレームワークを読み込むのはちょっと抵抗がありますよね。 そんな悩みを解決してくれるのが、日ご紹介する Sizzle, Peppy という 2 つのライブラリです。これらは他のフレームワークに依存しない独立した CSS セレクタエンジンで、しかも jQuery 等の既存のエンジンより数倍高速に動作します。 unobtrusive な Web ウィジェットの開発や、独自フレームワークの開発に最適ですね。その他にも広範な用途に使えるでしょう。 以下でこれらのライブラリの使い方や動作速度等の検証結果を掲

  • Tomcatハンドブック 第2版

    Tomcatの最新バージョン6.0に対応した待望の改訂版です。サーブレット/JSP対応のオープンソースウェブアプリケーションサーバTomcatについて必要な情報をすべて網羅、詳細に説明しています。さらにセキュリティやパフォーマンスチューニング、Apacheとの統合、ソースコードからのビルド方法、クラスタリングなど高度なテクニックもカバー。バージョン移行の際の注意事項やトラブルシューティングにも多くのページを割いています。Tomcatの機能を最大限に活用するためのヒントが詰め込まれています。Tomcat 6対応。 訳者まえがき まえがき 1章 Tomcat事始め 1.1 Tomcatのインストール 1.1.1 LinuxにTomcatをインストールする 1.1.2 SolarisにTomcatをインストールする 1.1.3 WindowsにTomcatをインストールする 1.1.4 Mac

    Tomcatハンドブック 第2版