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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    WWDC25

『Home』

  • 人気
  • 新着
  • すべて
  • Patterns of Developer Experience

    7 users

    softwareas.com

    [toc] Update 27-Jun-2012: Slides from my talk on these patterns at Hacker News London. “Developer Experience” is the practice of understanding how developers get their work done, and by extension, the practice of optimising that experience. DX is inspired by the User Experience practice and sees developers as a special case of users. We can apply principles of UX to improve our understanding of DX

    • テクノロジー
    • 2012/06/27 09:46
    • Video Sync with WebSocket and Node

      6 users

      softwareas.com

      [Update 2015 - This was made on a very early version of NodeJS and may not work anymore; if you are looking for support to run this, please ask on StackOverflow.] Wanting to explore WebSocket, I made a demo that syncs videos for all users looking at the page (See the Code). Any user can “take control”, so that the other videos will follow the controller’s video. Writing it was a cinch with the Jav

      • テクノロジー
      • 2011/04/10 17:43
      • websocket
      • node.js
      • video
      • Javascript
      • CORS, Scraping, and Microformats

        3 users

        softwareas.com

        Jump straight to the demo. Cross-Origin Resource Sharing makes it possible to do arbitrary calls from a web page to any server, if the server consents. It’s a typical HTML5 play: We could do similar things before, but they were with hacks like JSONP. Cross-Origin Resource Sharing lets us can achieve more and do it cleanly. (The same could be said of Canvas/SVG vs drawing with CSS; WebSocket vs XHR

        • テクノロジー
        • 2010/08/23 20:52
        • インターネット
        • What’s the Maximum Z-Index?

          7 users

          softwareas.com

          Z-index is the CSS property governing how high in the stack an element is, if you visualise the elements as appearing in a 3D stack coming out of the page. The actual value of an element’s z-index doesn’t matter; just its value relative to other elements on the page. Elements with higher z-indexes appear on top of elements of lower z-indexes. I was just designing a bookmark for Scrumptious (a Tidd

          • テクノロジー
          • 2009/06/04 11:25
          • CSS
          • HTML
          • JavaScript
          • デザイン
          • Explaining the “Don’t Click” Clickjacking Tweetbomb

            3 users

            softwareas.com

            I just noticed some of my Twitter friends posting the following mysterious message: “Don’t Click: http://tinyurl.com/amgzs6” It turns out this is a Tweetbomb. If you go to that link and click on the button below, you end up tweeting the same thing: … thus all your friends see it and some of them click on it and re-post it, and so on, thus propagating the message across the entire Twittersphere. Ti

            • テクノロジー
            • 2009/02/13 11:59
            • security
            • Twitter
            • Cross-Domain Communication with IFrames

              10 users

              softwareas.com

              An update in the era of HTML5 (May 6, 2011) This post has been heavily commented and linked to over the years, and continues to receive a ton of traffic, so I should make it clear that much of this is no longer relevant for modern browsers. On the one hand, they have adjusted and tightened up their security policies, making some of the techniques here no longer relevant. On the other hand, they ha

              • テクノロジー
              • 2008/11/26 18:40
              • クロスドメイン
              • iframe
              • javascript
              • crossdomain
              • security
              • ajax
              • Guid0: A Javascript GUID Generator

                3 users

                softwareas.com

                Guid0.js Guid0 is a GUID library for Javascript. Okay, it doesn’t yet do official, bona fide, 128-bit, GUIDs yet, mainly for API design reasons. But this is a library you might find useful if you want to generate a unique ID in your Ajax app. Usage: [javascript] guid = new Guid(); guid.generate(); // Returns a unique ID, e.g. “dkvagrkx1rt” [/javascript] With options: [javascript] guid = new Guid(

                • テクノロジー
                • 2008/11/14 15:23
                • JavaScript
                • library
                • Software As She’s Developed » Blog Archive » Announcing Bitjuice: Ajax Bitmap API

                  4 users

                  softwareas.com

                  Bitjuice is a little library I made to do bitmap/raster graphics in the browser. The aim is to make it easy to write “Ajax graphics” - graphics you can update real-time in the browser. And at the same time, maintain compatibility with all major browsers and old browsers too. That’s why it doesn’t use any new-fangled SVG/Canvas APIs. Just a plain-old HTML table, where we manipulate the CSS cell bac

                  • テクノロジー
                  • 2007/05/28 05:14
                  • javascript
                  • ajax
                  • Software As She’s Developed Blog Archive Ajax/Javascript: 8 Ways to Create Graphics on the Fly

                    6 users

                    softwareas.com

                    <a href="http://digg.com/programming/Ajax_Javascript_8_Ways_to_Create_Graphics_on_the_Fly">Ajax/Javascript: 8 Ways to Create Graphics on the Fly - digg this</a> The ability to create rich graphics on the fly is one of the critical gaps in Ajax. There are indeed techniques to do it, albeit far from perfect, and some are do-able today if you take a pragmatic view of things and keep graceful degradat

                    • テクノロジー
                    • 2006/10/02 09:23
                    • dhtml
                    • image
                    • javascript
                    • web
                    • Software As She's Developed - Lessons in Javascript Performance Optimisation: 90 seconds down to 3 seconds

                      14 users

                      softwareas.com

                      Lessons in Javascript Performance Optimisation: 90 seconds down to 3 seconds I’ve recently been optimising the guts out of a JS webapp I wrote, which was making IE crawl to a halt. I discovered this after introducing a stress-inducing data set. (Using Rails’ fixtures makes light work of this; since the fixtures are Ruby templates just like the web templates, it’s easy to introduce a loop to create

                      • 暮らし
                      • 2006/09/28 14:33
                      • javascript
                      • prototype.js
                      • optimization
                      • ajax
                      • performance
                      • rails
                      • library
                      • ruby
                      • Dynamic Favicons

                        14 users

                        softwareas.com

                        Favicons should ideally be easy to manipulate, as easy as manipulating the web page's UI. (Favicons are the little website icons you see in the address bar, browser tabs, etc.) For example, a chat app like Meebo could signal that your buddy's trying to contact you, a mail app like GMail could indicate You Have Mail! I've found surprisingly little info on this - is anyone doing it? Anyway, I've bee

                        • 暮らし
                        • 2006/03/16 12:28
                        • javascript
                        • favicon
                        • ajax
                        • library
                        • firefox
                        • design
                        • tips
                        • SAG Ajax Patterns Review 1 &#8211; XHR Call, IFrame Call, HTTP Streaming

                          12 users

                          softwareas.com

                          SAG Ajax Patterns Review 1 – XHR Call, IFrame Call, HTTP Streaming A little while back, I mentioned that some people in the patterns community have been noticing the Ajax Patterns. In particular, there have been a series of discussions about the patterns by the Software Architecture Group in the University of Illinois Computer Science Dept (home of Netscape forerunner Mosaic btw). The SAG is led b

                          • 暮らし
                          • 2006/03/09 09:40
                          • ajax
                          • javascript
                          • hatena
                          • SAG Ajax Patterns Review 2 &#8211; User Action, Scheduling, Web Service, REST, RPC

                            5 users

                            softwareas.com

                            SAG Ajax Patterns Review 2 – User Action, Scheduling, Web Service, REST, RPC Following from the previous post, here’s my notes from the second SAG workshop/discussion on the Ajax Patterns. See the earliest post for a background on this series. Feb-2-2006 Second Ajax Patterns Discussion “We should set up wizlite “sag” group for annotations” [MM For the benefit of others, the online book draft versi

                            • 暮らし
                            • 2006/03/07 03:20
                            • Ajax
                            • Take the Ajax Challenge: What Can&#8217;t Ajax Do?

                              3 users

                              softwareas.com

                              Working (offline) on Richer Plugin, I’ve expanded the list of reasons you’d want to use a Richer Plugin, i.e. Flash, Java Applets, Standalone clients, Firefox extensions etc. Here’s the list of things Ajax can’t do on it’s own - what else is there? Browser morphing Adding buttons, toolbars, bookmarks, icons; changing browser behaviour. Local file access Reading and writing files on the user’s hard

                              • テクノロジー
                              • 2005/12/15 13:04
                              • ajax
                              • JavaScript
                              • Home

                                4 users

                                softwareas.com

                                Greetings! I''m Michael Mahemoff. a full-stack product maker. Curious about programming, tech, startups, and future trends. GitHub Linkedin Hacker News

                                • テクノロジー
                                • 2005/08/05 02:41
                                • dev
                                • software
                                • Software As She’s Developed Blog Archive AJAX Patterns: Design Patterns for AJAX Usability

                                  18 users

                                  softwareas.com

                                  I’ve been putting together some AJAX design patterns. Update (May 15, 2005): I’ve set up AJAXPatterns.org to keep working on these patterns. I’ve also cleaned up a couple of things here, although all future changes will occur at ajaxpatterns. Thanks to Leoglas for spotting two errors here. Why AJAX Design Patterns? AJAX holds a lot of promise for web usability, and the underlying technology has al

                                  • 暮らし
                                  • 2005/05/19 00:10
                                  • Ajax
                                  • web2.0
                                  • UI
                                  • Javascript

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

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

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

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

                                  j次のブックマーク

                                  k前のブックマーク

                                  lあとで読む

                                  eコメント一覧を開く

                                  oページを開く

                                  はてなブックマーク

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

                                  公式Twitter

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

                                  はてなのサービス

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