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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    WWDC25

『www.stubbornella.org』

  • 人気
  • 新着
  • すべて
  • Style Guide Driven Development – Nicole Sullivan

    7 users

    www.stubbornella.org

    Colin O’Byrne and I talk about SDD, a term that was coined in the New York office of Pivotal Labs. Photo Credit: Eastern Market Identity Guide by Daryl Tanghe

    • エンタメ
    • 2014/04/13 00:00
    • CSS
    • video
    • ***
    • dev
    • webdesign
    • design
    • Creating Living Style Guides to Improve Performance – Nicole Sullivan

      5 users

      www.stubbornella.org

      I recently spoke at JSConf about my experience working with Trulia to create a living style guide. The goal for the project was to improve performance, team velocity, and also to have a more consistent design. It was such a fun project (because their engineers were great to work with) and also successful on all three fronts. Here are some of the metrics for the data-lovers: Their HTML is 48% small

      • テクノロジー
      • 2013/06/06 09:27
      • *あとで
      • Cross-Browser Debugging CSS – Nicole Sullivan

        11 users

        www.stubbornella.org

        I was helping Laura (a developer who works with me) learn about cross-browser debugging this week, which got me excited to share my process. The first principal is simply: Work with CSS, not against it. CSS has an underlying design and when you work with it, with the natural flow of how CSS is meant to be used, you will find you have a lot less bugs. I learned CSS by reading the W3C specifications

        • テクノロジー
        • 2012/05/04 05:36
        • CSS
        • debug
        • browser
        • Tips
        • dev
        • Don’t Style Headings Using HTML5 Sections – Nicole Sullivan

          3 users

          www.stubbornella.org

          Styling headings is either a deceptively complex problem, or maybe the design of CSS made it appear complex when it need not have done. When styling headings (or really anything) we want three big goals to be met: DRY – Do not repeat yourself. We want to set headings once and never (ok, rarely!) repeat those font styles or selectors. This will make our site easier to maintain. Predictable – The he

          • テクノロジー
          • 2011/09/25 14:24
          • html5
          • css
          • Our (CSS) Best Practices Are Killing US – Nicole Sullivan

            5 users

            www.stubbornella.org

            Another day, another melodramatic blog post title. 😉 I was prepping to speak at Webstock this year when I realized I didn’t want to give the talk I had proposed. I didn’t want to talk about the Mistakes of Massive CSS, because I realized it went deeper than that. In fact, in most cases, the things we considered best practices were leading to the bad outcomes we sought to avoid. I realized (unpopu

            • テクノロジー
            • 2011/04/29 10:07
            • oocss
            • css
            • web制作
            • Automating CSS 3 Gradients – Nicole Sullivan

              6 users

              www.stubbornella.org

              CSS 3 is full of ways to reduce our dependence on background images, one of which is pure CSS gradients. They have several features, which I’m sure designers are salivating over, like multiple color stops, and angled, radial, and linear gradients. Many people had built cool designer-focused tools to make interacting with a somewhat confusing gradient syntax a little easier. The issue for me has be

              • テクノロジー
              • 2011/04/26 10:34
              • CSS3
              • CSS
              • Top 5 Mistakes of Massive CSS – Nicole Sullivan

                13 users

                www.stubbornella.org

                Last week, Stoyan Stefanov and I spoke at Velocity Conference about optimizing massive CSS. We talked about our experiences optimizing large-scale sites like Facebook and Yahoo!, and we discussed our findings regarding the CSS efficiency of the Alexa Top 1000 websites. Velocity was kind enough to share videos of the session: What is the state of the internet regarding CSS performance? Kind of sad.

                • テクノロジー
                • 2010/07/02 13:16
                • css
                • performance
                • video
                • event
                • development
                • *あとで読む
                • The media object saves hundreds of lines of code – Nicole Sullivan

                  11 users

                  www.stubbornella.org

                  What is the internet made of? At least the UI layer is mainly composed of media blocks. I talked about the Facebook stream story before, and all the tiny objects of which it is composed. For the most part, the stream story is made up of the media object repeated over and over. The media object is an image to the left, with descriptive content to the right, like this Facebook story: The media objec

                  • テクノロジー
                  • 2010/06/27 17:36
                  • oocss
                  • css
                  • media
                  • How to create CSS objects? Get the granularity right! – Nicole Sullivan

                    4 users

                    www.stubbornella.org

                    How to create CSS objects? Get the granularity right! In a previous post, I said: Shoehorning CSS and HTML into PHP abstractions prevents the code from being DRY and ultimately leads to code bloat, because, the CSS and HTML require a far more granular object structure than the PHP. And then I didn’t expand on it, or give proper context. Ooops, sorry! Correct granularity is one of the keys to tiny

                    • テクノロジー
                    • 2010/06/23 21:43
                    • css
                    • Visual Semantics in HTML and CSS – Nicole Sullivan

                      7 users

                      www.stubbornella.org

                      The web stack (simplified) between you and your users On the last day of TXJS, a developer asked me: Doesn’t Object Oriented CSS leave you with a pile of presentation based class names? Each layer in the web stack has its own architecture. You wouldn’t expect the DB schema to be used to architect the PHP middleware, and yet people expect that of the HTML and CSS. HTML needs to be written with a

                      • テクノロジー
                      • 2010/06/13 09:28
                      • css
                      • HTML
                      • PHP
                      • Overflow – a secret benefit – Nicole Sullivan

                        5 users

                        www.stubbornella.org

                        Overflow does some cool things you should know about. Creates Block Formatting Context Clears Floats Generating block formatting context Arnaud Gueras called this “contexte de formattage” years ago, and I was kind of surprised when I moved back to the US how few developers here had heard of this “secret weapon”. When the overflow property is set, a new block formatting context is created. What doe

                        • テクノロジー
                        • 2009/07/30 13:28
                        • CSS
                        • Object Oriented CSS video on YDN – Nicole Sullivan

                          5 users

                          www.stubbornella.org

                          Yahoo! Developer Network has released a video of my Object Oriented CSS talk at Web Directions North just in time for Ada Lovelace day. I’ve also been included in a feature on Women in Technology. I’m absolutely flattered to be included among these fantastic technical women. Wow. Object Oriented CSS: for high performance websites and web applications. Find out more about object oriented css Open s

                          • テクノロジー
                          • 2009/06/17 08:08
                          • css
                          • web制作
                          • Reflows & Repaints: CSS Performance making your JavaScript slow? – Nicole Sullivan

                            20 users

                            www.stubbornella.org

                            Reflows & Repaints: CSS Performance making your JavaScript slow? I’ve been tweeting and posting to delicious about reflows and repaints, but hadn’t mentioned either in a talk or blog post yet. I first started thinking about reflows and repaints after a firey exchange with Mr. Glazman at ParisWeb. I may be stubborn, but I did actually listen to his arguments. 🙂 Stoyan and I began discussing wa

                            • テクノロジー
                            • 2009/03/29 22:05
                            • css
                            • performance
                            • javascript
                            • Browser
                            • Object Oriented CSS, Grids on Github – Nicole Sullivan

                              8 users

                              www.stubbornella.org

                              How do you scale CSS for millions of visitors or thousands of pages? Object Oriented CSS allows you to write fast, maintainable, standards-based front end code. It adds much needed predictability to CSS so that even beginners can participate in writing beautiful websites. I recently presented Object Oriented CSS for high performance web applications and sites at Web Directions North 2009. If you d

                              • テクノロジー
                              • 2009/03/01 23:38
                              • css
                              • dev
                              • web制作
                              • Nicole Sullivan – Nicole Sullivan

                                11 users

                                www.stubbornella.org

                                Yesterday, I wrote about how I reason about developer needs and the kinds of data I take into account. Unsurprisingly, many of you wondered what kind of twitter polls I was talking about. Between 100 and 2000 developers answered most of these questions. BIG CAVEAT: twitter polls have issues like no demographics info, audience bias,… I’m hearing on twitter, mastodon, and other social networks that

                                • テクノロジー
                                • 2008/12/18 15:46
                                • css
                                • performance
                                • webdesign
                                • design
                                • blog

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

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

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

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

                                j次のブックマーク

                                k前のブックマーク

                                lあとで読む

                                eコメント一覧を開く

                                oページを開く

                                はてなブックマーク

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

                                公式Twitter

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

                                はてなのサービス

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