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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    参議院選挙2025

『www.kryogenix.org』

  • 人気
  • 新着
  • すべて
  • Setting a custom ghost image when using HTML5 drag and drop

    3 users

    www.kryogenix.org

    In the HTML5 spec it's possible to make elements drag-and-drop-able. This is not new news: the excellent HTML5 Rocks and HTML5 Doctor articles cover it well. However. When you drag a thing, what gets dragged is a "ghost image" of it. See for yourself: drag the green box below, and what you see when you're dragging is a green copy of it. What if you want the "ghost image" to be something other than

    • テクノロジー
    • 2016/02/12 19:15
    • HTML5
    • javascript
    • Everyone has JavaScript, right?

      7 users

      www.kryogenix.org

      Your user requests your web app Has the page loaded yet? “All your users are non-JS while they're downloading your JS” — Jake Archibald Did the HTTP request for the JavaScript succeed? If they're on a train and their net connection goes away before your JavaScript loads, then there's no JavaScript. Did the HTTP request for the JavaScript complete? How many times have you had a mobile browser hang

      • テクノロジー
      • 2015/04/25 18:13
      • javascript
      • browser
      • as days pass by — zen-coding for gedit

        3 users

        www.kryogenix.org

        I've just discovered a sweet project called zen-coding (hat tip to Roger Johannson). It's a plugin for your editor, and if you write a lot of HTML it's great. Basically, it takes a typed-in: div#name.one.two and expands it to <div id="name" class="one two"></div> It can handle all sorts of complicated constructs; essentially, you type what amounts to a CSS selector and then hit Ctrl+E and it expan

        • 世の中
        • 2010/02/23 09:22
        • Secrets of JavaScript closures

          7 users

          www.kryogenix.org

          A presentation at Fronteers 2008 Stuart Langridge talks about closures in JavaScript, what they are, how they trip you up, how you create them accidentally, and what a powerful tool they make. With great power comes great responsibility: here's how to do it right. Bring your brain, and a tolerance for jokes. Download as OpenOffice Impress (ODP) or PDF. The presentation was also filmed: you can wat

          • テクノロジー
          • 2008/09/17 15:27
          • closure
          • JavaScript
          • 読み物
          • シンプルなスクロール機能

            82 users

            www.kryogenix.org

            It's quite often, when navigating through a long document, confusing or disorienting for users to click a link which immediately jumps them to somewhere else in that document. Are they on the same page, on a different page, should they scroll more from here, what's going on? Smooth link scrolling alleviates this a little, by scrolling the page to the new link rather than jumping there directly. Tr

            • テクノロジー
            • 2007/01/23 17:00
            • javascript
            • スクロール
            • scroll
            • ライブラリ
            • Web制作
            • ユーザビリティ
            • ajax
            • library
            • webデザイン
            • *JavaScript
            • introduction :: Jackfield

              3 users

              www.kryogenix.org

              A desktop full of handy widgets to tell you about what’s going on in the world and what’s going on around your computer. This is Jackfield. Jackfield is an application for the Gnome desktop that plays host to widgets; small applications to do the things you need. It can run widgets from Apple’s Dashboard, will eventually be able to run those from Yahoo’s Widget Engine, Microsoft’s Gadget Sidebar,

              • 暮らし
              • 2006/10/14 15:30
              • unix
              • osx
              • free
              • software
              • linux
              • mac
              • sorttable: Make all your tables sortable

                42 users

                www.kryogenix.org

                As you can see, the above table now has clickable headers that sort the table by the clicked column. Note how the numeric and date columns all sort properly, too, rather than sorting alphanumerically. This is not a new trick, sorting a table using the DOM. However, this mini-library has two nice attributes; the first is, unsurprisingly, that it follows my principles of unobtrusive DHTML, as you'll

                • 暮らし
                • 2005/10/14 09:49
                • javascript
                • library
                • table
                • sort
                • ajax
                • searchhi: Automatic search word highlighting after web searches

                  10 users

                  www.kryogenix.org

                  searchhi: Automatic search word highlighting after web searches What it is The searchhi JavaScript library is a way of automatically highlighting words on a page when that page was reached by a search engine. In essence, if you search, for example, Google for some words, and then follow a link from the search results to a searchhi enabled page, the words you searched for will be highlighted on tha

                  • テクノロジー
                  • 2005/05/24 15:02
                  • javascript
                  • library
                  • Nice titles

                    19 users

                    www.kryogenix.org

                    Nate over at webgraphics talks about a new feature he'd like to see in Safari: that titles on links should be shown in the rather pretty way that Safari currently shows dragged links: That's rather nice, that. Of course, it doesn't need browser support. Try mousing over, or tabbing to, some of the links on this page: you'll see the same effect. It's all done with CSS and a little bit of JavaScript

                    • テクノロジー
                    • 2005/03/08 12:15
                    • javascript
                    • css
                    • library

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

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

                    『www.kryogenix.org』の新着エントリーを見る

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

                    j次のブックマーク

                    k前のブックマーク

                    lあとで読む

                    eコメント一覧を開く

                    oページを開く

                    はてなブックマーク

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

                    公式Twitter

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

                    はてなのサービス

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