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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    参議院選挙2025

『kilianvalkhof.com』

  • 人気
  • 新着
  • すべて
  • The problem with new URL(), and how URL.parse() fixes that | Kilian Valkhof

    3 users

    kilianvalkhof.com

    As someone building a browser I need to parse a lot of URLs. Partially to validate them, but also to normalize them or get specific parts out of the URL. The URL API in browsers lets you do that, but it’s ergonomics aren’t ideal. The problem with new URL() The “new” in front of new URL() indicates that it’s used as a constructor: calling it creates a new URL instance for you. When you give it a ma

    • テクノロジー
    • 2024/04/27 09:52
    • JavaScript
    • Your CSS reset needs text-size-adjust (probably) | Kilian Valkhof

      3 users

      kilianvalkhof.com

      I don’t get to work on a lot of new sites nowadays, but I recently got the opportunity to set one up from scratch. For most sites I built when I was still running an agency, I would use some form of CSS Reset, most often Normalize.css, but I figured that this time round I could do with a few basics, like box sizing and resetting margins on the body, and call it a day. Since browsers are pretty con

      • テクノロジー
      • 2022/01/13 11:46
      • The box model is not layout | Kilian Valkhof

        3 users

        kilianvalkhof.com

        One term that keeps coming up in the design community as a stand-in for layout is “box model”, for example in “Why don’t design tools have the box model?” The CSS Box model is a well-defined term though, and it does not do layout. If we keep referring to our imaginary perfect layout system in design tools as “box model”, we risk getting the wrong thing. So what’s the box model then?You might alrea

        • 学び
        • 2019/10/09 02:48
        • CSS transform: CSS only loading spinners - Kilian Valkhof

          3 users

          kilianvalkhof.com

          This is a small experiment with the new CSS transforms in Firefox 3.5 and Webkit. — loading spinners using html, css and javascript. Tested in Firefox3.5 and Webkit. Feel free to use them. By Kilian Valkhof. See the source code to enable css animations instead of javascript rotation. Bars:

          • テクノロジー
          • 2013/07/11 19:11
          • css
          • Annoying.js: How to be an asshole | Kilian Valkhof

            14 users

            kilianvalkhof.com

            In January I came across a website that had a whole slew of JavaScript that attempted to prevent you from selecting text, right clicking or dragging any content onto your desktop. I decided to copy the JavaScript and create a library with examples of JavaScript techniques you can use if you want to scare your visitors away, or want to piss them off. Annoying.js is the result. Annoying.js # The fil

            • おもしろ
            • 2011/05/24 00:36
            • javascript
            • joke
            • ネタ
            • js
            • library
            • neta
            • Text-shadow in IE with jQuery | Kilian Valkhof

              3 users

              kilianvalkhof.com

              With the soon-released FireFox 3.1, three of the four major browsers support text-shadow. That leaves just Internet Explorer with the lack of text-shadow. I have already taken care of that problem, but decided to wrap it up in a nice automated jQuery plugin. How it works #One handy little thing of Internet Explorer is that it also gives you access to CSS declarations it does not understand, so we

              • テクノロジー
              • 2010/12/07 17:55
              • text-shadow
              • jquery
              • ie
              • 素材
              • css
              • web制作
              • How to use RGBA() in IE | Kilian Valkhof

                5 users

                kilianvalkhof.com

                The modern browsers all have rgba(), giving you a semi-transparent background colour while keeping the foreground elements (text, images) fully opaque. But if you want to use that in your design, what about IE? Here’s how to do it. A while ago I madea design with lot’s of semi transparent areas (I know, stupid me, it’s only 2010 after all) and solved that in modern browsers with rgba(). All fine a

                • テクノロジー
                • 2010/06/01 21:11
                • css3
                • css
                • ie
                • How to build a fast, simple list filter with jQuery | Kilian Valkhof

                  3 users

                  kilianvalkhof.com

                  How to build a fast, simple list filter with jQuery Sometimes you want users of your web-app to quickly filter a list down. For example, a web-app I’m currently working on features a page listing two dozen countries, and I want users to find the country they are looking for as fast as possible. This article shows you how little code is needed to add this in a fast, progressively-enhanced way using

                  • テクノロジー
                  • 2010/04/07 09:19
                  • jquery
                  • ui
                  • java
                  • web制作
                  • tool
                  • CSS3 loading spinners without images | Kilian Valkhof

                    23 users

                    kilianvalkhof.com

                    While playing around with css-transform to make various shapes, I saw a way to create animated image-less loading spinners such as used in a lot of webapps and of course on the iPhone. CSS transforms #CSS transform (in Firefox 3.5+ and Webkit-based browsers) has a whole bunch of interesting functions, such as rotation, translation, scaling and skewing. To learn more about the different functions,

                    • テクノロジー
                    • 2010/03/04 13:35
                    • css3
                    • Animation
                    • loading
                    • css
                    • アニメーション
                    • design
                    • Combining Cufón and @font-face | Kilian Valkhof

                      3 users

                      kilianvalkhof.com

                      Everyone wants @font-face to work everywhere, but as it stands, it only works in Safari and the upcoming versions of Firefox and Opera. In this article I’ll show you how to use Cufón only if we can’t load the font through other, faster methods. If you’re not familiar with Cufón, check out my previous article: Cufon vs. Typeface.js, which one is better? or this article: Exploring Cufón, a sIFR alte

                      • テクノロジー
                      • 2009/04/07 03:03
                      • css
                      • font
                      • jquery
                      • webdesign
                      • javascript
                      • Understanding CSS Positioning part 1 | Kilian Valkhof

                        3 users

                        kilianvalkhof.com

                        Without a doubt, positioning, or the layout, is the hardest part of CSS. Not only because it ever so often varies between browsers, but also because CSS has a lot of ways to position an element, all with various (dis) advantages. This series of articles will thrive to explain the possibilities you have in positioning. It doesn’t only cover positioning, but also properties that define layout such a

                        • テクノロジー
                        • 2008/05/21 12:46
                        • position
                        • CSS
                        • Understanding CSS Positioning part 3 | Kilian Valkhof

                          3 users

                          kilianvalkhof.com

                          In part one and part two we’ve discussed the positioning, display and floats properties of CSS2. In the final part of this series, we’ll discuss the new options CSS3 gives us: The advanced layout module and the grid positioning module. CSS3 is built up out of individual modules. The advanced layout module and the Grid layout module both are quite similar, and it’s reasonable to assume that they ge

                          • テクノロジー
                          • 2008/05/21 12:45
                          • css

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

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

                          『kilianvalkhof.com』の新着エントリーを見る

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

                          j次のブックマーク

                          k前のブックマーク

                          lあとで読む

                          eコメント一覧を開く

                          oページを開く

                          はてなブックマーク

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

                          公式Twitter

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

                          はてなのサービス

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