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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    新内閣発足

『Rob Dodson』

  • 人気
  • 新着
  • すべて
  • Ruby Objects and Dot Syntax - Rob Dodson

    3 users

    robdodson.me

    It looks like you've found one of my older posts 😅 It's possible that some of the information may be out of date (or just plain wrong!) If you've still found the post helpful, but feel like it could use some improvement, let me know on Twitter. Coming from JavaScript I'm very accustomed to doing something like this: var person = { name: 'Rob', city: 'San Francisco' }; console.log(person.city); //

    • テクノロジー
    • 2019/04/01 18:17
    • ruby
    • The future of accessibility for custom elements – Dev Channel – Medium

      3 users

      robdodson.me

      It looks like you've found one of my older posts 😅 It's possible that some of the information may be out of date (or just plain wrong!) If you've still found the post helpful, but feel like it could use some improvement, let me know on Twitter. When users of assistive technology, like a screen reader, navigate a web page, it’s vitally important that the semantic meaning of the various controls is

      • 世の中
      • 2017/10/03 11:52
      • Regarding the broken promise of Web Components - Rob Dodson

        3 users

        robdodson.me

        It looks like you've found one of my older posts 😅 It's possible that some of the information may be out of date (or just plain wrong!) If you've still found the post helpful, but feel like it could use some improvement, let me know on Twitter. After reading an article titled The broken promise of Web Components and typing out the world's longest comment response I figured it'd be better if I try

        • 世の中
        • 2017/03/16 10:52
        • Custom Elements That Work Anywhere - Rob Dodson

          3 users

          robdodson.me

          It looks like you've found one of my older posts 😅 It's possible that some of the information may be out of date (or just plain wrong!) If you've still found the post helpful, but feel like it could use some improvement, let me know on Twitter. Safari Tech Preview 17 now has Custom Elements “enabled everywhere”, meaning it won’t be long before they’re shipping in a stable version. Since more brow

          • テクノロジー
          • 2016/12/01 18:22
          • Building better accessibility primitives - Rob Dodson

            4 users

            robdodson.me

            As the sites we build increasingly become more app-like it's important that the platform keep up and give component authors the tools they need to build rich accessible experiences. Recently I've run into two situations where it was extremely difficult for me to add proper keyboard support to the components I was building. After a lot of experimentation and research it became clear that maybe ther

            • テクノロジー
            • 2016/06/16 15:41
            • Shadow DOM CSS Cheat Sheet

              7 users

              robdodson.me

              Author's Note: This post was originally written in April 2014 and since then a lot has changed with Shadow DOM CSS. I've updated the post to reflect the current state of things as of March 2016. This guide is my attempt to track the progress of all the new CSS selectors which affect the Shadow DOM. I've written this from the perspective of someone who uses Polymer so in a few places I point out po

              • テクノロジー
              • 2014/04/12 16:52
              • ShadowDOM
              • CSS
              • WebComponents
              • browser
              • The Cat and the Hat CSS Selectors | Rob Dodson talks internets

                3 users

                robdodson.me

                One of the trickier aspects of encapsulating Shadow DOM CSS is figuring out how much access the parent document should have. Initially it was thought that the Shadow DOM’s author would decide which elements could be exposed for styling by using part attributes, but it seems like that might be too limiting. The thinking now is that the shadow boundary should prevent accidental styling of the shadow

                • 学び
                • 2013/11/23 20:33
                • shadowdom
                • css
                • selector
                • Web Components are the Revolution

                  8 users

                  robdodson.github.io

                  Hi I'm Rob, I'll be your guide today. robdodson.me @rob_dodson robdodson Within this talk... Web Components? The Specs Use 'em, Today! Code Ahead! How do you use Bootstrap? How do you use Foundation? How do you use Kendo UI? How do you use jQuery UI? 1. Go to Docs

                  • テクノロジー
                  • 2013/10/24 16:49
                  • WebComponents
                  • slide
                  • development
                  • JavaScript
                  • *あとで
                  • Mocking Requests with Mocha, Chai and Sinon

                    7 users

                    robdodson.me

                    After a bit of a rocky start yesterday I've finally got Mocha and Chai running in the browser which is great. Today I'd like to test out some of the async functionality of Mocha. This seems to be the big selling point for most people so we'll kick the tires a bit. Basic Async Tests with Mocha and Chai I wrote a little Node service that we'll consume for testing purposes. This is my first Node and

                    • テクノロジー
                    • 2012/12/11 00:12
                    • mocha
                    • javascript
                    • Node
                    • testing
                    • A Require.js multi-page shimmed site: How-To

                      3 users

                      robdodson.me

                      I've been working with RequireJS a lot lately and found it really improves the way I manage my code. I had previous experience with Require in the context of some of my Backbone posts, but I'd never used it on a more traditional multi-page site before. The process of setting up Require on a multi-page site can be pretty confusing, so I thought I would put together this tutorial to help out others

                      • 暮らし
                      • 2012/11/29 10:32
                      • JavaScript Design Patterns: Table of Contents

                        14 users

                        robdodson.me

                        Creational Abstract Factory Builder Factory Method Object Pool Prototype Singleton Structural Adapter Bridge Composite Decorator Facade Flyweight Private Class Data Proxy Behavioral Chain of Responsibility Command Interpreter Iterator Mediator Memento Null Object Observer State Strategy Template Method Visitor Monad Pattern / Promises I've been trying to think up a new chain since coming back from

                        • テクノロジー
                        • 2012/09/08 20:08
                        • DesignPattern
                        • javascript
                        • Pattern
                        • *あとで
                        • JavaScript Design Patterns: Table of Contents

                          9 users

                          robdodson.me

                          Creational Abstract Factory Builder Factory Method Object Pool Prototype Singleton Structural Adapter Bridge Composite Decorator Facade Flyweight Private Class Data Proxy Behavioral Chain of Responsibility Command Interpreter Iterator Mediator Memento Null Object Observer State Strategy Template Method Visitor Monad Pattern / Promises I've been trying to think up a new chain since coming back from

                          • テクノロジー
                          • 2012/09/08 16:39
                          • JavaScript
                          • programming
                          • book

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

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

                          『Rob Dodson』の新着エントリーを見る

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

                          j次のブックマーク

                          k前のブックマーク

                          lあとで読む

                          eコメント一覧を開く

                          oページを開く

                          はてなブックマーク

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

                          公式Twitter

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

                          はてなのサービス

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