はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    WWDC25

『bgrins.github.io』

  • 人気
  • 新着
  • すべて
  • Are We XBL Still?

    4 users

    bgrins.github.io

    Are We XBL Still? No! Update as of October 2019: We've completed removing all XBL bindings from Firefox and are in the process of removing the implementation from Gecko. Thanks to everyone who helped with the project! This site contains tools for understanding and working with XBL code in Firefox to make it easier to replace. If you'd like to read more about replacing XBL, see see this post and th

    • 世の中
    • 2017/11/08 22:39
    • Spectrum - The No Hassle jQuery Colorpicker

      4 users

      bgrins.github.io

      <input type='color' value='#f594d0' /> Why A Colorpicker? I wasn't satisfied with the solutions available for colorpicking. Many of them included a ton of images, were hard to skin or customize, or were very large plugins. Here are the goals I had when making a new one: Small Footprint Just include the needed CSS and JavaScript files, and you are ready to go! <script src='spectrum.js'></script> <l

      • テクノロジー
      • 2016/01/06 17:20
      • jQuery
      • DevTools Snippets

        6 users

        bgrins.github.io

        allcolors.js #   (view raw) Print out all colors from computed styles used in elements on the page. Uses styled console.log calls to visualize each color. // allcolors.js // https://github.com/bgrins/devtools-snippets // Print out CSS colors used in elements on the page. (function () { // Should include colors from elements that have a border color but have a zero width? var includeBorderColorsWit

        • テクノロジー
        • 2015/03/10 06:39
        • javascript
        • Chrome
        • 開発
        • Programming
        • TinyColor - Fast, small color manipulation in JavaScript

          4 users

          bgrins.github.io

          Fast, small color manipulation and conversion for JavaScript TinyColor is a micro framework for inputting colors and outputting colors as different formats. Input is meant to be as permissive as possible. Usage Documentation Read all the documentation on the TinyColor project page on github. Tests View the tests. Demo

          • テクノロジー
          • 2014/05/22 09:13
          • library
          • JavaScript
          • videoconverter.js - Convert Videos In Your Web Browser

            41 users

            bgrins.github.io

            videoconverter.js is a program that lets you process videos in your browser. About [#] Videoconverter.js was originally conceived and implemented for a project in Node Knockout 2013 called Video Funhouse. The idea for the application was to try and convert any video file into another video format, while allowing filters to be applied to the video – all inside of the browser, without uploading anyt

            • テクノロジー
            • 2013/11/16 06:38
            • javascript
            • ffmpeg
            • video
            • 画像処理
            • DevTools Snippets

              75 users

              bgrins.github.io

              allcolors.js #   (view raw) Print out all colors from computed styles used in elements on the page. Uses styled console.log calls to visualize each color. // allcolors.js // https://github.com/bgrins/devtools-snippets // Print out CSS colors used in elements on the page. (function () { // Should include colors from elements that have a border color but have a zero width? var includeBorderColorsWit

              • テクノロジー
              • 2013/06/30 00:00
              • chrome
              • JavaScript
              • devtool
              • snippet
              • devtools
              • jQuery
              • development
              • browser
              • js
              • まとめ
              • Expanding Textareas

                20 users

                bgrins.github.io

                How do they work? Based on Neil Jenkins' work at alistapart, an invisible clone pre element is maintained behind your textarea. Whenever the height of this pre changes, the textarea is updated. Usage Include expanding.js and jQuery in your page. Any textareas with the expanding class will then be transformed. <script src='expanding.js'></script> <textarea class='expanding'></textarea> Try typing h

                • テクノロジー
                • 2013/02/21 10:57
                • jQuery
                • TextArea
                • フォーム
                • javascript
                • Spectrum - The No Hassle jQuery Colorpicker

                  19 users

                  bgrins.github.io

                  <input type='color' value='#f594d0' /> Why A Colorpicker? I wasn't satisfied with the solutions available for colorpicking. Many of them included a ton of images, were hard to skin or customize, or were very large plugins. Here are the goals I had when making a new one: Small Footprint Just include the needed CSS and JavaScript files, and you are ready to go! <script src='spectrum.js'></script> <l

                  • テクノロジー
                  • 2013/01/27 01:39
                  • jQuery
                  • color
                  • plugin
                  • JavaScript
                  • css
                  • FileReader.js

                    5 users

                    bgrins.github.io

                    File Input You can access files that users select via an input[type=file]. Try it out below: Drop Zone Drag and drop files from your desktop here (or select them from the input above). They will be read in browser. Clipboard In some browsers, you can paste images onto a page. Go ahead and 'print screen' then press Ctrl+V to try that out! Doesn't work in Firefox (as of version 30). Follow this Fire

                    • テクノロジー
                    • 2012/06/02 23:16
                    • javascript

                    このページはまだ
                    ブックマークされていません

                    このページを最初にブックマークしてみませんか?

                    『bgrins.github.io』の新着エントリーを見る

                    キーボードショートカット一覧

                    j次のブックマーク

                    k前のブックマーク

                    lあとで読む

                    eコメント一覧を開く

                    oページを開く

                    はてなブックマーク

                    • 総合
                    • 一般
                    • 世の中
                    • 政治と経済
                    • 暮らし
                    • 学び
                    • テクノロジー
                    • エンタメ
                    • アニメとゲーム
                    • おもしろ
                    • アプリ・拡張機能
                    • 開発ブログ
                    • ヘルプ
                    • お問い合わせ
                    • ガイドライン
                    • 利用規約
                    • プライバシーポリシー
                    • 利用者情報の外部送信について
                    • ガイドライン
                    • 利用規約
                    • プライバシーポリシー
                    • 利用者情報の外部送信について

                    公式Twitter

                    • 公式アカウント
                    • ホットエントリー

                    はてなのサービス

                    • はてなブログ
                    • はてなブログPro
                    • 人力検索はてな
                    • はてなブログ タグ
                    • はてなニュース
                    • ソレドコ
                    • App Storeからダウンロード
                    • Google Playで手に入れよう
                    Copyright © 2005-2025 Hatena. All Rights Reserved.
                    設定を変更しましたx