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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    参議院選挙2025

『Zell Liew』

  • 人気
  • 新着
  • すべて
  • Getting CSS Translate values with JavaScript | Zell Liew

    3 users

    zellwk.com

    (Hey, we're having problems showing images in RSS right now, so if you want a better reading experience, consider viewing this article online [here](https://zellwk.com//blog/css-translate-values-in-javascript. We hope to fix this soon!). How do you get a translateX, translateY or translateZ value in JavaScript? Turns out, you need to read transform matrices. But it can be quite easy. Matrices Brow

    • テクノロジー
    • 2020/07/01 20:36
    • CSS
    • techfeed
    • JavaScript
    • あとで読む
    • Bash vs Zsh vs Fish | Zell Liew

      4 users

      zellwk.com

      (Hey, we're having problems showing images in RSS right now, so if you want a better reading experience, consider viewing this article online [here](https://zellwk.com//blog/bash-zsh-fish. We hope to fix this soon!). When I set up my computer, I had the chance to take another look at the shell I'm using. The three main ones out there are Bash, Zsh, and Fish. I knew of Bash. I used Zsh previously.

      • テクノロジー
      • 2020/06/14 07:01
      • シェル
      • techfeed
      • あとで読む
      • Mongoose 101 | Zell Liew

        4 users

        zellwk.com

        (Hey, we're having problems showing images in RSS right now, so if you want a better reading experience, consider viewing this article online [here](https://zellwk.com//blog/mongoose. We hope to fix this soon!). Mongoose is a library that makes MongoDB easier to use. It does two things: It gives structure to MongoDB Collections It gives you helpful methods to use In this article, you'll learn how

        • 学び
        • 2019/12/16 21:20
        • MongoDB
        • チュートリアル
        • tutorial
        • あとで読む
        • Handling Errors in Express | Zell Liew

          11 users

          zellwk.com

          (Hey, we're having problems showing images in RSS right now, so if you want a better reading experience, consider viewing this article online [here](https://zellwk.com//blog/express-errors. We hope to fix this soon!). I had a hard time learning how to handle errors in Express when I started. Nobody seemed to have written the answers I needed, so I had to learn it the hard way. Today, I want to sha

          • テクノロジー
          • 2019/11/17 20:30
          • node.js
          • article
          • あとで読む
          • Inconsistent behavior among browsers when clicking on buttons | Zell Liew

            3 users

            zellwk.com

            (Hey, we're having problems showing images in RSS right now, so if you want a better reading experience, consider viewing this article online [here](https://zellwk.com//blog/inconsistent-button-behavior. We hope to fix this soon!). I noticed browsers were inconsistent in how they handle a click on <button>. Some browsers choose to focus on the button. Some browsers don't. In this article, I want t

            • テクノロジー
            • 2019/09/17 20:30
            • html
            • How to get CSS values in JavaScript | Zell Liew

              3 users

              zellwk.com

              (Hey, we're having problems showing images in RSS right now, so if you want a better reading experience, consider viewing this article online [here](https://zellwk.com//blog/css-values-in-js. We hope to fix this soon!). CSS alone is not enough sometimes. You might need to control your CSS values with JavaScript. But how do you get CSS values in JavaScript? Turns out, there are two possible ways, d

              • テクノロジー
              • 2018/07/04 15:09
              • This in JavaScript | Zell Liew

                6 users

                zellwk.com

                (Hey, we're having problems showing images in RSS right now, so if you want a better reading experience, consider viewing this article online [here](https://zellwk.com//blog/this. We hope to fix this soon!). Are you confused by the this keyword in JavaScript? It confuses everyone in the beginning, so don't worry about it. You're not alone. But that doesn't mean you can go on without understanding

                • テクノロジー
                • 2017/08/03 13:38
                • JavaScript
                • article
                • Writing modular CSS (Part 2) — Namespaces | Zell Liew

                  4 users

                  zellwk.com

                  (Hey, we're having problems showing images in RSS right now, so if you want a better reading experience, consider viewing this article online [here](https://zellwk.com//blog/css-architecture-2. We hope to fix this soon!). Last week, I shared how I use BEM to create a sensible CSS architecture. Although BEM is awesome, it's only part of the solution. There's another part I've yet to mention — names

                  • テクノロジー
                  • 2017/03/27 10:24
                  • Writing modular CSS (Part 1) — BEM | Zell Liew

                    6 users

                    zellwk.com

                    (Hey, we're having problems showing images in RSS right now, so if you want a better reading experience, consider viewing this article online [here](https://zellwk.com//blog/css-architecture-1. We hope to fix this soon!). Have you worked on large websites that spans more than a few pages? If you did, you probably realized the horrors of not conforming to a robust CSS architecture. You probably wou

                    • テクノロジー
                    • 2017/03/19 18:09
                    • css
                    • How to read faster and remember more | Zell Liew

                      4 users

                      zellwk.com

                      (Hey, we're having problems showing images in RSS right now, so if you want a better reading experience, consider viewing this article online [here](https://zellwk.com//blog/read-faster. We hope to fix this soon!). Reading is a skill I wanted to improve for ages. I wanted to read faster, because reading faster means I'll learn faster. So, I tried to learn how to speed read many times in the past.

                      • 学び
                      • 2017/02/01 12:12
                      • lifehack
                      • Tips
                      • How to build a responsive grid system | Zell Liew

                        3 users

                        zellwk.com

                        (Hey, we're having problems showing images in RSS right now, so if you want a better reading experience, consider viewing this article online [here](https://zellwk.com//blog/responsive-grid-system. We hope to fix this soon!). One of the best complement for a custom web design is a custom-made responsive grid system. You can customize everything you need, including the number of columns, the size o

                        • 世の中
                        • 2016/11/07 19:07
                        • Tutorial
                        • あとで読む
                        • Designing grids | Zell Liew

                          8 users

                          zellwk.com

                          (Hey, we're having problems showing images in RSS right now, so if you want a better reading experience, consider viewing this article online [here](https://zellwk.com//blog/designing-grids. We hope to fix this soon!). I'd be telling you the obvious if I said that grids are important in web design. You already knew that. You probably have even coded a few grids with frameworks like Foundation or B

                          • 学び
                          • 2016/10/21 09:23
                          • Design
                          • *あとで読む
                          • Moving from HTML Grid Systems to CSS Grid Systems | Zell Liew

                            3 users

                            zellwk.com

                            I think it was a few months ago where someone asked me if I had any pointers to help them transit from Bootstrap’s dom-littering .col classes to either Susy or Neat. It struck me that I haven’t talked about this even though I’ve been using Susy grids for so long! Anyway, this transition is a fairly big undertaking if you’re doing it for the first time. Allow me to walk you through a four-step proc

                            • テクノロジー
                            • 2016/04/06 10:56
                            • PX, EM or REM Media Queries? | Zell Liew

                              17 users

                              zellwk.com

                              (Hey, we're having problems showing images in RSS right now, so if you want a better reading experience, consider viewing this article online [here](https://zellwk.com//blog/media-query-units. We hope to fix this soon!). Have you wondered if you should use px, em or rem for media queries? I had the same question too, and I never figured it out, not till now. When I first created the mappy-breakpoi

                              • 世の中
                              • 2016/03/18 10:17
                              • css
                              • media-queries
                              • responsive
                              • MediaQueries
                              • media
                              • Viewport Unit Based Typography | Zell Liew

                                13 users

                                zellwk.com

                                (Hey, we're having problems showing images in RSS right now, so if you want a better reading experience, consider viewing this article online [here](https://zellwk.com//blog/viewport-based-typography. We hope to fix this soon!). I talked about using rem and em for responsive typography and for building modular components in two blog posts previously. In both posts, comments about viewport based un

                                • テクノロジー
                                • 2016/03/11 08:58
                                • css
                                • responsive
                                • typography
                                • Why is Vertical Rhythm an Important Typography Practice? | Zell Liew

                                  5 users

                                  zellwk.com

                                  Why is Vertical Rhythm an Important Typography Practice? You probably heard of the term Vertical Rhythm if you researched a little about typography on the web. It’s one of the most important practices when working with typography. I’ve used Vertical Rhythm on all my sites ever since I read about it. One day, it struck me that I haven’t had a clue why vertical rhythm was important. Two more questio

                                  • テクノロジー
                                  • 2016/03/04 05:47
                                  • UI
                                  • デザイン
                                  • design
                                  • REM vs EM – The Great Debate | Zell Liew

                                    20 users

                                    zellwk.com

                                    (Hey, we're having problems showing images in RSS right now, so if you want a better reading experience, consider viewing this article online [here](https://zellwk.com//blog/rem-vs-em. We hope to fix this soon!). One of the best practices to typography on the web is to use relative units like rem and em. The question is, which should you use? There's been a longstanding debate between rem supporte

                                    • テクノロジー
                                    • 2016/02/23 10:04
                                    • css
                                    • rem
                                    • typography
                                    • font
                                    • あとで読む

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

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

                                    『Zell Liew』の新着エントリーを見る

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

                                    j次のブックマーク

                                    k前のブックマーク

                                    lあとで読む

                                    eコメント一覧を開く

                                    oページを開く

                                    はてなブックマーク

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

                                    公式Twitter

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

                                    はてなのサービス

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