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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    参議院選挙2025

『Web Development Blog, News and Tutorials - DeveloperDrive.com』

  • 人気
  • 新着
  • すべて
  • 20 Best Tools for React Development - Developer Drive

    3 users

    www.developerdrive.com

    React is a lightweight JavaScript library created by Facebook that has become highly popular in the recent years. It allows you to build beautiful UIs for your web apps using isolated and reusable building blocks called components. React also has a huge ecosystem mainly created by third-party developers, including several tools, component libraries, IDEs, extensions for code editors and web browse

    • テクノロジー
    • 2018/06/06 09:43
    • react
    • 10 Pure CSS Modal Window Snippets - Developer Drive

      10 users

      www.developerdrive.com

      Modal windows were always the realm of JavaScript and there are plenty of scripts to try. But with CSS3 it’s even easier to create a modal in pure CSS. The effects are somewhat limited but you can still make an excellent experience without relying on scripting. Most of these CSS examples are scattered to various corners of the web so I’ve curated some of the best ones here. These vary from simple

      • テクノロジー
      • 2017/08/24 10:43
      • モーダル
      • ui
      • 40+ tools for writing better PHP - Developer Drive

        3 users

        www.developerdrive.com

        PHP is a server-side scripting language designed for web development, but also used as a general-purpose programming language. With over 240 million indexed domains using PHP, including major websites like Facebook, Digg and WordPress, there are good reasons why many web developers prefer it to other server-side scripting languages, such as Python and Ruby. There are scads of PHP tools available o

        • テクノロジー
        • 2015/04/14 23:04
        • php
        • 8 simple CSS hover effects - Developer Drive

          7 users

          www.developerdrive.com

          With support for CSS3 increasing with each new release for every browser, and those tiresome CSS2-only browsers slowly dropping off the usage charts, we have far more options for hover effects and transitions in general. Almost all the calls to action that you see on the Web use some form of hover effect, because they draw the eye and make a website feel more engaging. Last year I brought you a se

          • テクノロジー
          • 2015/01/03 11:50
          • アニメーション
          • css
          • webdesign
          • webデザイン
          • 15 essential Sass mixins - Developer Drive

            10 users

            www.developerdrive.com

            There are  a whole host of Sass mixin libraries out there: Bourbon is a personal favourite, Compass is hugely popular. But sometimes, actually always, it’s better to pick and mix your mixins to suit yourself. It’s never good to rely too heavily on a tool, and if you think Sass mixins begin and end with the @include statement then you should probably try writing out a few of your own. Sass mixins a

            • テクノロジー
            • 2014/11/12 19:20
            • sass
            • css
            • HTML5 Geo-location API and Google Maps API - Developer Drive

              6 users

              www.developerdrive.com

              In this weeks tutorial we’ll be creating a jQuery plugin that serves as an introduction to the HTML5 Geo-location API to request your current location. Once we have the location, we will then draw a route from there to Dublin, Ireland (or wherever you tell it to) using the Google Maps API. This could be used in a HTML5 web application or on a site to tell your customers how to get to you. Getting

              • テクノロジー
              • 2013/07/31 01:19
              • 位置情報
              • HTML5
              • JS
              • jQuery
              • API
              • tech
              • news
              • 25 Web development resources to help you create better websites - Developer Drive

                3 users

                www.developerdrive.com

                25 Web development resources to help you create better websites As a developer I am always on the hunt for time saving resources, anything that can save me just a few minutes of time is a great help in an already hectic schedule. Compiled here is a list of 25 resources that are bound to make your life a little bit easier. I have added different CSS3 grid systems, as well as several code generators

                • テクノロジー
                • 2013/03/13 08:49
                • html5
                • JavaScript
                • design
                • web
                • CSS3 Generators to Speed up Your Design! - Developer Drive

                  4 users

                  www.developerdrive.com

                  Some things can be extremely time consuming when it comes to the development process. It helps, especially when you are paid by the hour, to streamline as many processes as you can without sacrificing quality. That is where these CSS3 generators come in handy. Below you will find a list of very useful generators that can speed up your development process! Each one of the generators that I have inc

                  • テクノロジー
                  • 2012/09/20 19:11
                  • CSS3
                  • image
                  • dev
                  • webdesign
                  • css
                  • まとめ
                  • Making Use of HTML5 Storage - Developer Drive

                    5 users

                    www.developerdrive.com

                    HTML5 offers lots of significant advantages to developers, but browser support is still pretty low. There’s no reason not to start inserting HTML5 functions into sites now, as long as you take the necessary steps to check for browser support and provide alternative content for everyone else. In this tutorial we’ll go over the basics of using HTML5 and JavaScript to exploit the enhanced storage fac

                    • テクノロジー
                    • 2012/03/08 18:45
                    • sessionStorage
                    • localStorage
                    • html5
                    • HTML
                    • Web Development Blog, News and Tutorials - DeveloperDrive.com

                      9 users

                      www.developerdrive.com

                      Customer reviews are essential to any business. In today's modern world, where information about anything and everything is available online, consumers and businesses alike are likely to look for reviews of products or services they're considering before buying. Lack of feedback – or even worse, negative feedback – can spell disaster for an app or SaaS company. Not only does it make potential cust

                      • テクノロジー
                      • 2011/10/30 02:54
                      • tutorial
                      • development
                      • news
                      • @cssmania
                      • デザインブログ
                      • New methods in jQuery 1.6 - Developer Drive

                        3 users

                        www.developerdrive.com

                        jQuery is an actively-developed JavaScript library with a fairly rapid release cycle. As well as general enhancements, performance tweaks and bug fixes, new methods are frequently added to the library. In this article we’ll take a look at the new methods that have been added to the 1.6+ release and some of the enhancements. Delaying the ready event with the holdReady() method The holdReady() metho

                        • テクノロジー
                        • 2011/10/29 22:21
                        • jQuery
                        • Top 10 “Must Follow” JavaScript Best Practices - Developer Drive

                          3 users

                          www.developerdrive.com

                          JavaScript went on to become cult right after its launch due to its extensive list of features. It also gave programmers the chance to give their webpages a more eye-popping look and website visitors were happier than ever. Despite the large number of developers that sing the praises of JavaScript, there are those Internet users who see its dark side. Webpages using multiple JavaScript codes are s

                          • テクノロジー
                          • 2011/09/15 14:18
                          • JS

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

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

                          『Web Development Blog, News and Tutorials - DeveloperDrive.com』の新着エントリーを見る

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

                          j次のブックマーク

                          k前のブックマーク

                          lあとで読む

                          eコメント一覧を開く

                          oページを開く

                          はてなブックマーク

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

                          公式Twitter

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

                          はてなのサービス

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