タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

JavaScriptとbrowserに関するtm8rのブックマーク (3)

  • Thematic WordPress Theme Toolbox: 10 extremely useful hooks

    A CSS framework is a software framework created to allow for easier, more standards-compliant web design using HTML/CSS. Many popular CSS frameworks are design-oriented and contain elements that can be re-used in the creation of any website or app, as well as a grid system designed to provide a responsive CSS layout to webpages. All the frameworks listed in this article are free and open source. B

    Thematic WordPress Theme Toolbox: 10 extremely useful hooks
    tm8r
    tm8r 2009/03/29
    ブラウザ間の問題を解決するJS
  • JavaScriptによるブラウザ判別の実際 - os0x.blog

    1 行でブラウザ判別を行うスクリプト (IE 用の日語紹介記事、Firefox、Safari 用の日語紹介記事) を発端に、SpiderMonkey の判別とブラウザ判別: Days on the Moon や JavaScript でのブラウザ判別 - 「仕様の盲点」ではなく、「プロパティの有無」を使う方がマシ - 2009年2月 - Blog - EOFなどの記事があがっています。 ここでは少し実際的なケースごとにサンプルコードを紹介していきたいと思います。(サンプルコードは適当に書いているので、不正確な箇所があるかもしれません。ご了承ください。間違い等ご指摘いただけると助かります。) なお、これらは汎用的なJavaScriptライブラリを使っていれば意識しなくても良いケースがほとんどです。 分岐する必要がないケース 分岐する必要がないなら、ケースとしてあげる必要はないと思われるか

    JavaScriptによるブラウザ判別の実際 - os0x.blog
  • Detecting browsers javascript hacks - The Spanner

    Published: Thu, 29 Jan 2009 09:26:59 GMT Updated: Sat, 22 Mar 2025 15:38:12 GMT Read time: ⏱️ 2 min read I enjoyed my last experiment to create tiny browser detection hacks, so I thought I'd try and do some more in other browsers. I've found these while testing Hackvertor and writing the inspection functions. The rules are simple if you want to post your own:- The variable assignment must be the a

    Detecting browsers javascript hacks - The Spanner
    tm8r
    tm8r 2009/01/30
    短いコードでブラウザを判定
  • 1