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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    プライムデーセール

『www.useragentman.com』

  • 人気
  • 新着
  • すべて
  • Using WEBP/JPEG 2000/JPEG-XR/APNG Now With Picturefill and Modernizr

    3 users

    www.useragentman.com

    Using WEBP/JPEG 2000/JPEG-XR/APNG Now With Picturefill and Modernizr Blog Post Updates (Jan 30, 2019): On January 30, 2019, we updated this article to reflect WEBP support for both Firefox and Microsoft Edge. On August 22, 2019, we updated this article to reflect Microsoft Edge > 18 will not support JPEG-XR anymore, due to it switching to the Blink rendering engine. At the original time of this wr

    • 世の中
    • 2015/11/11 18:22
    • Animating Circular Paths Using CSS3 Animations.

      3 users

      www.useragentman.com

      For the longest time I assumed that one couldn’t use CSS Transitions or animations to move DOM objects in anything but a straight path. Sure, a developer could use multiple keyframes to create a list of straight paths to simulate a curve, but I didn’t think one could just define a curve with just two keyframes, or a simple CSS transition. I was wrong: The above example is animated using just two (

      • アニメとゲーム
      • 2013/03/14 17:00
      • css
      • animation
      • Clipping JPEG Images Into Non-Rectangular Polygons Using polyClip.js

        7 users

        www.useragentman.com

        You would then just set the data-polyclip attribute to those points: <img src="image.jpg" data-polyclip="487, 4, 500, 239, 19, 239, 43, 195" /> Note that the point co-ordinates are comma delimited. If you don’t want to calculate these numbers by hand, you can use your favorite imagemap generation tool to do generate the list of coordinates. Just remember to take the coordinates out of the imagemap

        • テクノロジー
        • 2012/01/26 10:09
        • JavaScript
        • 表現
        • Cross Browser HTML5 Progress Bars In Depth

          31 users

          www.useragentman.com

          Update (March 9, 2012): I have updated this document to include styling information for Internet Explorer 10. Screenshots of HTML5 progress bars with different styles applied. Details given below. As a web application developer, progress bars are great when you want to show the user that some action is happening, especially when it can take a long time. They can be animated (like the one in Gmail

          • テクノロジー
          • 2012/01/04 11:47
          • html5
          • プログレスバー
          • css
          • HTML
          • css3
          • ui
          • How to Simulate CSS3 box-shadow in IE6-8 Without JavaScript.

            4 users

            www.useragentman.com

            The above is not an image. It uses Allen R. Walden’s Neon Lights font and cssSandpaper to simulate CSS3 text-shadowing in IE. The box shadows are made with pure CSS in all browsers. CSS3 Box-Shadows are a great to quickly decorate the outside of block-level elements. There are many CSS box-shadow recipes you can use to produce a variety of effects, including simple, glowing and blurred shadows. An

            • テクノロジー
            • 2011/08/25 00:02
            • box-shadow
            • css3
            • css
            • Full CSS3 Text-Shadows — Even In IE

              3 users

              www.useragentman.com

              In the last few months, I have written two articles where I discussed a few strategies to do CSS3-style transforms in IE (CSS3 Text-Shadow – Can It Be Done in IE Without JavaScript? and CSS Blurred Text-Shadow in IE — Part I). While demonstrating the possibilities to creating a varied range of text-shadows in IE, there wasn’t any silver bullet that produced what I considered one of the Holy Grails

              • テクノロジー
              • 2011/08/07 21:47
              • CSS3
              • CSS3 Transform to Matrix Filter converter

                23 users

                www.useragentman.com

                IE's CSS3 Transforms Translator Turn your CSS3 transforms syntax into something IE can understand—without using JavaScript—to get effects like rotation, scaling, and skewing. CSS3 2D transforms allow you to manipulate boxes for effects like rotating, scaling, and skewing, without using images, Flash, or JavaScript. Sadly, IE 8 and earlier don't support CSS3 transforms—but you can get the same resu

                • テクノロジー
                • 2011/07/11 18:47
                • css3
                • css
                • ie
                • converter
                • IE6
                • math
                • html5
                • CSS3 Text-Shadow – Can It Be Done in IE Without JavaScript?

                  3 users

                  www.useragentman.com

                  Update: April 24, 2011 Since writing this article, I have also discovered a way to implement blurred text-shadows in IE9+. Update: July 13, 2011 You may want to read my subsequent article, which covers using my cssSandpaper JavaScript library to produce multiple blurred and un-blurred text-shadows in IE7+. When IE9 was released, I was really happy to see all the great CSS3 features it supported. 2

                  • テクノロジー
                  • 2011/04/29 22:57
                  • text-shadow
                  • CSS
                  • The CSS3 matrix() Transform for the Mathematically Challenged

                    3 users

                    www.useragentman.com

                    The CSS3 matrix() Transform for the Mathematically Challenged Notes: This article was not rendering correctly in Firefox 4.x due to a change in how that browser handles MathML. This issue has now been fixed as of May 1, 2011. If you are not familar with 2D-Transforms, take a look at my other article Cross Browser CSS Transforms – even in IE The CSS3 transform property can do some really cool thing

                    • テクノロジー
                    • 2011/02/07 14:49
                    • css3
                    • css
                    • The CSS3 Matrix Construction Set

                      5 users

                      www.useragentman.com

                      Using 3D transforms will allow greater control over the transform, but fonts may appear blocky compared to 2D transforms unless the object you are transforming is physically bigger that the size you are transforming to. The show vendor prefixes option will guarentee your transforms will work even on older browsers and devices (e.g. old iPhone and Android browsers). Change HTML and CSS will allow y

                      • テクノロジー
                      • 2011/01/12 20:11
                      • Generator
                      • CSS3
                      • CSS
                      • Cross Browser HTML5 Ruby Annotations Using CSS

                        3 users

                        www.useragentman.com

                        When talking about Ruby Annotations, I don’t mean Ruby on Rails, or anything related to the Ruby programming language. I am talking about ruby characters which are used to annotate text with supplementary information. For example if some readers wouldn’t know what the term “WWW” means, we can use ruby annotations to help them out like this: The ruby base (in this case “WWW”) is annotated by ruby t

                        • テクノロジー
                        • 2010/10/30 11:29
                        • CSS
                        • html5
                        • ruby
                        • Cross Browser HTML5 Drag and Drop

                          5 users

                          www.useragentman.com

                          Updates: May 10, 2013: This article has been translated into Serbo-Croatian language by Anja Skrba from Webhostinggeeks.com. Feb 3, 2009: A bug in Webkit seems to be the culprit in the permissions form example below not working correctly in Safari 4. The code has been updated to work around this bug and the article below has been updated. Thanks to russbuelt for pointing this out. Feb 3, 2009: App

                          • テクノロジー
                          • 2010/10/11 20:48
                          • html5
                          • tutorial
                          • javascript
                          • Creating Cross Browser HTML5 Forms Now, Using modernizr, webforms2 and html5Forms

                            12 users

                            www.useragentman.com

                            Working example HTML5 Form using Modernizr, webforms2 and my new script, html5Forms. Go ahead … try them out. You know you wanna! Calendars, colour swatches, sliding widgets, client side validation: this is the nirvana that the HTML5 forms module promises. Some would say “So what? I’ve seen this on the web for years!”, and they’d be right. There have been some really brilliant people coding some r

                            • テクノロジー
                            • 2010/07/29 09:25
                            • html5
                            • JavaScript
                            • library
                            • jquery
                            • HTML
                            • cssSandpaper – a CSS3 JavaScript Library

                              7 users

                              www.useragentman.com

                              The cssSandpaper JavaScript library looks at the stylesheets in an HTML document and, where possible, smooths out the browser differences between CSS3 properties like transform, opacity, box-shadow and others.  This script is not only useful for developers who want to support CSS3 in IE (which doesn’t support it in IE natively) but in other browsers which implement their own vendor-specific varian

                              • テクノロジー
                              • 2010/07/16 16:15
                              • javascript
                              • CSS3
                              • library
                              • CSS
                              • browser
                              • Cross Browser CSS Transforms – even in IE

                                23 users

                                www.useragentman.com

                                Updates: (March 7, 2013) The examples on this page were missing due to a migration issue when upgrading my blogging software. Thanks to James Wages for pointing this out. (August 11, 2012) The skew() transform no longer works in Firefox, due to not being in the CSS3 specification anymore. Developers must use the skewX() and skewY() functions instead. The examples in cssSandaper, as well as this do

                                • テクノロジー
                                • 2010/03/10 11:20
                                • CSS
                                • css3
                                • IE
                                • javascript
                                • crossbrowser
                                • HTML5
                                • library
                                • How to Detect Font-Smoothing Using JavaScript

                                  5 users

                                  www.useragentman.com

                                  Update: Jan. 11, 2012 This script has been used as the basis of a Modernizr plugin by Jasper Palfree. Examples of font-smoothing and subpixel-rendering as performed by technologies like ClearType. Image Credit: Wikimedia Commons users Pandries and Kalan In an earlier article, I mentioned that Boing-Boing had a few issues when they wanted to use @font-face embedding inside their website. In short,

                                  • テクノロジー
                                  • 2009/11/30 10:41
                                  • javascript
                                  • フォント
                                  • *
                                  • css
                                  • @font-face in Depth

                                    5 users

                                    www.useragentman.com

                                    Updates (Aug 11, 2012): This article has been given a long overdue update to reflect the current state of browser support of @font-face. (Oct 13, 2009): I have written a follow up article which explores SVG fonts, Opera 10 issues, and more (Oct 28, 2010): This article has been translated into Belorussian by movavi. When I told one of my co-workers how excited I was that almost all the major browse

                                    • テクノロジー
                                    • 2009/10/05 10:15
                                    • fonts
                                    • css
                                    • typography
                                    • font
                                    • webdesign

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

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

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

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

                                    j次のブックマーク

                                    k前のブックマーク

                                    lあとで読む

                                    eコメント一覧を開く

                                    oページを開く

                                    はてなブックマーク

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

                                    公式Twitter

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

                                    はてなのサービス

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