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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    ノーベル賞

『robertnyman.com』

  • 人気
  • 新着
  • すべて
  • Joining Google! - Robert's talk

    4 users

    robertnyman.com

    We can’t change history, but we can change the future. Be nice to each other. @robertnyman Published on Thursday, November 27, 2014 Time to announce my new job: I’m joining Google! My role will be Developer Relations Program Manager for the Nordics. Helping developers When I decided to move on from Mozilla I contemplated a number of options & possibilities, finding the best match for what I want d

    • テクノロジー
    • 2014/11/27 22:21
    • Google
    • Leaving Mozilla - Robert's talk

      7 users

      robertnyman.com

      We can’t change history, but we can change the future. Be nice to each other. @robertnyman Published on Wednesday, November 26, 2014 This is a really hard blog post to write, but I need to share this with you: I’m leaving Mozilla. It started in 2009 At the end of 2008 I had started learning to code extensions for Firefox, and in March 2009 I went to Berlin to give my first international presentati

      • テクノロジー
      • 2014/11/26 23:00
      • people
      • Firefox
      • design
      • あとで読む
      • WebKit: An Objective View - Robert's talk

        3 users

        robertnyman.com

        We can’t change history, but we can change the future. Be nice to each other. @robertnyman Published on Thursday, February 14, 2013 This post is co-written with Rob Hawkes, and as a follow-up to The WebKit culture & web rendering engine diversity. This article is also available in Chinese. We would like to, in a factual manner, break down what the possible outcomes of having a majority of web brow

        • テクノロジー
        • 2013/02/15 00:45
        • Using FormData to send forms with XHR as key/value pairs - Robert's talk

          7 users

          robertnyman.com

          We can’t change history, but we can change the future. Be nice to each other. @robertnyman Published on Monday, February 11, 2013 Being able to easily specify what to post with XMLHttpRequest is quite a powerful way of sending things to the server, using key/value pairs and FormData. However, many seem to have missed this gem, so I thought I’d outline it here. The basics The general approach is th

          • テクノロジー
          • 2013/02/12 02:14
          • JavaScript
          • *あとで
          • CSS3 Transitions with rotation - robertnyman.com

            3 users

            robertnyman.com

            Menu item 1 Menu item 2 Menu item 3 Code used in this page /* Shorthand version */ .menu-item { position: relative; display: inline-block; border: 1px dashed #000; padding: 10px; background: #ffffa2; height: 20px; opacity: 0.3; text-decoration: none; /* Firefox */ -moz-transition: all 1s ease; /* WebKit */ -webkit-transition: all 1s ease; /* Opera */ -o-transition: all 1s ease; /* Standard */ tran

            • テクノロジー
            • 2011/12/02 15:38
            • css
            • HTML5 Forms input types, attributes and new elements – demos, tips and tricks - Robert's talk

              9 users

              robertnyman.com

              HTML5 Forms input types, attributes and new elements – demos, tips and tricks Published on Tuesday, August 16, 2011 Forms on the web. They are literally everywhere, and there seem to really be all kind of flavors for them. From day one they have been a great mean for users to input data and information and interact with various services. And what comes with that is every implementation under the s

              • テクノロジー
              • 2011/08/16 17:57
              • html5
              • form
              • HTML
              • *あとで
              • HTML5 History API and improving end user experience - Robert's talk

                4 users

                robertnyman.com

                We can’t change history, but we can change the future. Be nice to each other. @robertnyman Published on Wednesday, August 3, 2011 When the AJAX wave came in 2005 when Jesse James Garrett coined the term and then everyone wanted it, one of the major shortcomings was that dynamic updates of only portions of a web page lead to inconsistent history handling and back/forward navigation button problems

                • テクノロジー
                • 2011/08/04 09:50
                • HTML5
                • JavaScript
                • CSS3 - Information and samples - robertnyman.com

                  69 users

                  robertnyman.com

                  In this web site I have collected various code samples and tests for CSS3.

                  • テクノロジー
                  • 2011/08/02 03:44
                  • CSS3
                  • css
                  • ブラウザ
                  • browser
                  • まとめ
                  • CrossBrowser
                  • web制作
                  • サンプル
                  • *まとめ
                  • Using CSS3 and @font-face to use any custom font on a web site - Robert's talk

                    5 users

                    robertnyman.com

                    We can’t change history, but we can change the future. Be nice to each other. @robertnyman I should have written about this long ago, but better late than never – time to share my experiences. Typography is an important part of user experience, and with CSS3 @font-face we can offer users any font we want to. CSS3 @font-face Font-face works just like the @media directive, where you declare a font-f

                    • テクノロジー
                    • 2011/01/29 07:55
                    • css
                    • browser
                    • Utilizing the HTML5 File API to choose, upload, preview and see progress for multiple files - Robert's talk

                      3 users

                      robertnyman.com

                      Utilizing the HTML5 File API to choose, upload, preview and see progress for multiple files Published on Thursday, December 16, 2010 To me, something about HTML5 that makes it quite interesting is all the new support for file interaction. I’ve written about the File API and reading file information before, and I thought I’d expand on that and add uploads and progress bars. Functionality In my File

                      • テクノロジー
                      • 2010/12/20 02:51
                      • html5
                      • HTML5 - Information and samples for HTML5 and related APIs - robertnyman.com

                        5 users

                        robertnyman.com

                        In this web site I have collected various code samples and tests for HTML5 and APIs related to it.

                        • テクノロジー
                        • 2010/10/09 11:42
                        • html5
                        • api
                        • html
                        • Adding HTML5 placeholder attribute support through progressive enhancement - Robert's talk

                          3 users

                          robertnyman.com

                          I spot a few possible optimizations… <code> // To detect native support for the HTML5 placeholder attribute var fakeInput = document.createElement("input"), placeHolderSupport = ("placeholder" in fakeInput); </code> Could be written as: <code> // To detect native support for the HTML5 placeholder attribute var placeHolderSupport = ('placeholder' in document.createElement('input')); </code> Better

                          • テクノロジー
                          • 2010/06/19 04:17
                          • HTML5
                          • jQuery
                          • The video element in HTML5 – great possibilities, but also codec and licensing problems - Robert's talk

                            3 users

                            robertnyman.com

                            The video element in HTML5 – great possibilities, but also codec and licensing problems Published on Monday, January 25, 2010 Man has always been inspired by things moving around and giving away noises, so it was just a matter of time before video content showed up on the web. For a number of years, Flash was the de-facto standard of showing video, but now, with HTML5, the video element has made i

                            • 暮らし
                            • 2010/05/13 18:18
                            • HTML Validator - Robert's talk

                              6 users

                              robertnyman.com

                              We can’t change history, but we can change the future. Be nice to each other. @robertnyman HTML Validator is a web browser extension, currently available for Google Chrome, to automatically or manually validate the HTML in the current web page. It validates both local, i.e. non-publicly available, and public content. The validation types supported are: Inline validation Validate URL at the W3C Val

                              • テクノロジー
                              • 2010/04/13 10:28
                              • *installed
                              • extension
                              • chrome
                              • html
                              • Drop shadow with CSS for all web browsers - Robert's talk

                                8 users

                                robertnyman.com

                                We can’t change history, but we can change the future. Be nice to each other. @robertnyman Published on Tuesday, March 16, 2010 One of the most common CSS effects is using shadows in various ways. Before, we needed to resort to images, but now we can offer this to all major web browser with CSS! Web browser support Believe me or not, but all of these web browsers we can offer shadows with CSS: Fir

                                • テクノロジー
                                • 2010/03/22 21:32
                                • CSS
                                • HTML
                                • web制作
                                • CSS display: inline-block: why it rocks, and why it sucks - Robert's talk

                                  4 users

                                  robertnyman.com

                                  We can’t change history, but we can change the future. Be nice to each other. @robertnyman Usually when you want a horizontal list, you need to use float in the CSS code to make it work, with all its drawbacks. However, there is an alternative with display: inline-block. Problems with float The problem when you have float in your CSS code is that you need to take some precaution to make the surrou

                                  • テクノロジー
                                  • 2010/02/25 11:10
                                  • css
                                  • CSS gradients for all web browsers, without using images - Robert's talk

                                    10 users

                                    robertnyman.com

                                    We can’t change history, but we can change the future. Be nice to each other. @robertnyman Published on Monday, February 15, 2010 One thing that is quite nice is that we now have the ability to create gradients in our pages just from CSS code, and without the use of any images. Syntax options and web browser support The good news is that there is web browser support for CSS gradients in Firefox, S

                                    • テクノロジー
                                    • 2010/02/17 21:34
                                    • css
                                    • Browser
                                    • web
                                    • DESIGN
                                    • IT
                                    • Improve your web site performance – tips & tricks to get a good YSlow rating - Robert's talk

                                      3 users

                                      robertnyman.com

                                      We can’t change history, but we can change the future. Be nice to each other. @robertnyman Published on Friday, May 9, 2008 When YSlow was released to indicate how well a web site performed, there were a lot of people disappointed, and perplexed, by their own score. Overall, I think performance is underrated, so I thought I’d give you some short guidelines how to improve the performance of your we

                                      • 世の中
                                      • 2009/11/22 12:18
                                      • imported
                                      • webdesign
                                      • An introduction to HTML5 - Robert's talk

                                        6 users

                                        robertnyman.com

                                        We can’t change history, but we can change the future. Be nice to each other. @robertnyman Published on Wednesday, October 14, 2009 It seems like everyone is talking about HTML5 now, but the discussion is spread out and seldom gives the background, explanation what HTML5 really is and if/when it’s usable. Therefore, my ambition here is to: Give you a little history Go into what HTML5 is and what i

                                        • テクノロジー
                                        • 2009/10/15 23:30
                                        • html5
                                        • JavaScript tests, compatibility tables and examples

                                          11 users

                                          robertnyman.com

                                          JavaScript tests & Compatibility tables In this web site I have collected various JavaScript tests, to display code samples, have them run and check web browser compatibility. Test pages Compatibility tables JavaScript 1.6 Method/feature Web browser support Array extras: The indexOf method

                                          • テクノロジー
                                          • 2009/06/19 09:38
                                          • JavaScript
                                          • 比較
                                          • ブラウザ
                                          • reference
                                          • Browser
                                          • Firefinder - Robert's talk

                                            4 users

                                            robertnyman.com

                                            We can’t change history, but we can change the future. Be nice to each other. @robertnyman What is it? Firefinder is an extension to Firebug (in Firefox) and offers the functionality to, in a quick way, find HTML elements matching chosen CSS selector(s) or XPath expression. It allows you to instantly test your CSS selectors in the page while seeing the content at the same time, and matching elemen

                                            • テクノロジー
                                            • 2009/05/25 16:40
                                            • firebug
                                            • Firefox
                                            • extension
                                            • CSS
                                            • HTML

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

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

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

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

                                            j次のブックマーク

                                            k前のブックマーク

                                            lあとで読む

                                            eコメント一覧を開く

                                            oページを開く

                                            はてなブックマーク

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

                                            公式Twitter

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

                                            はてなのサービス

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