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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    猛暑に注意を

『Alfa Jango - Building Startups in Ann Arbor with Ruby and JavaScript』

  • 人気
  • 新着
  • すべて
  • Rails 4: What's New - Alfa Jango Blog

    13 users

    www.alfajango.com

    A special thanks to Andy Lindeman for proofreading this article (and of course, for putting these together in his presentation. Check out Andy's book, Upgrading to Rails 4 for more Rails 4 goodness. Rails 4 is on the horizon, and there's lot's of new stuff to be excited about. Andy Lindeman has a great presentation called, "Rails 4 Whirlwind Tour" on Vimeo. But not everyone has 40 minutes to spare

    • テクノロジー
    • 2013/01/04 10:55
    • rails
    • rails4
    • ruby
    • AJAX File Uploads with the iFrame Method - Alfa Jango Blog

      9 users

      www.alfajango.com

      AJAX file uploads, how do they work?! Well, they kinda don't. Browsers don't allow file uploads via XMLHttpRequest (aka XHR) for security reasons. If we try to submit a form remotely via XHR, it will work, except with the file field stripped out of the request parameters. This sort of partial, silent failure can lead to unicorn black-eyes. (I punch unicorns in the face when I'm frustrated.) This i

      • テクノロジー
      • 2011/05/17 13:10
      • ajax
      • *web
      • jQuery
      • javascript
      • JQuery EasyTabs Demo – Multiple on Same Page - Alfa Jango Blog

        3 users

        www.alfajango.com

        Heading 1 This is the content of the first tab. Select second tab Select third panel by ID

        • テクノロジー
        • 2011/04/04 09:29
        • tab
        • jQuery
        • jQuery
        • The Difference Between jQuery's .bind(), .live(), and .delegate() - Alfa Jango Blog

          43 users

          www.alfajango.com

          The Difference Between jQuery's .bind(), .live(), and .delegate() The difference between .bind(), .live(), and .delegate() is not always apparent. Having a clear understanding of all the differences, though, will help us write more concise code and prevent bugs from popping up in our interactive applications. The jQuery team have announced in v1.7 a new method for binding events called on. This me

          • テクノロジー
          • 2011/02/12 10:48
          • jQuery
          • jQuery
          • dom
          • javascript
          • event
          • js
          • コーディング
          • Rails 3 Remote Links and Forms Part 2: Data-type (with jQuery) - Alfa Jango Blog

            6 users

            www.alfajango.com

            Rails 3 Remote Links and Forms Part 2: Data-type (with jQuery) Continued from Rails 3 Remote Links and Forms: A Definitive Guide. Since writing the Rails 3 Remote Links & Forms Definitive Guide, one question keeps coming up: How can we make our remote links and forms retrieve JS.ERB, instead of an HTML partial? In the last article, we requested an HTML partial to be inserted into the page by our A

            • テクノロジー
            • 2011/01/20 11:15
            • Ajax
            • Rails
            • jQuery
            • jquery
            • ruby
            • Rails 3 Remote Links and Forms: A Definitive Guide - Alfa Jango Blog

              24 users

              www.alfajango.com

              Also see Rails 3 Remote Links and Forms Part 2: Data-type (with jQuery). Spoiler Alert: If you like magic, stop reading. The Rails 3 UJS driver (rails.js), which powers the remote links, forms, and inputs, is not very magical when you know how it works. This article uses the jQuery UJS driver, though the Prototype UJS driver does the same thing. UJS, by the way, stands for "Unobtrusive JavaScript"

              • テクノロジー
              • 2010/10/29 10:51
              • rails
              • rails3
              • ajax
              • jQuery
              • jQuery
              • *programming
              • JavaScript
              • あとで読む
              • How to Monitor Your Rails/Passenger App with Munin - Alfa Jango Blog

                3 users

                www.alfajango.com

                [caption id="attachment_70" align="alignleft" width="300" caption=" "][/caption] Munin is a great tool to monitor resources on your server, showing graphs over time, so that you can analyze resource trends to find what's killing your server before it causes major problems. It is also very configurable and can be made to profile and graph just about anything via plugins. And with a couple tricks, y

                • テクノロジー
                • 2010/04/21 18:23
                • rails
                • performance
                • Rails, Prototype, and JQuery in Harmony (or how to replace Prototype with JQuery) - Alfa Jango Blog

                  5 users

                  www.alfajango.com

                  Rails, Prototype, and JQuery in Harmony (or how to replace Prototype with JQuery) It has become common practice to use JQuery as the javascript library of choice for Ruby on Rails applications. If you have a Rails app already using Prototype, it usually isn't feasible to replace it in one swoop. And sometimes, you just simply need both to work at the same time. Whether you want to use both in unis

                  • テクノロジー
                  • 2010/04/21 18:06
                  • jquery
                  • rails
                  • Performance Tuning for Phusion Passenger (an Introduction) - Alfa Jango Blog

                    7 users

                    www.alfajango.com

                    Phusion Passenger (aka mod_rails) allows for easy and scalable deployment of Ruby on Rails applications on Apache or Nginx servers. Part of what makes it so easy is that it comes with suitable default settings right out of the box, so that you don't need to concern yourself with any of the details when deploying your application to production. However, once you've launched your application and peo

                    • テクノロジー
                    • 2010/03/12 12:55
                    • passenger
                    • rails
                    • nginx
                    • performance
                    • programming

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

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

                    『Alfa Jango - Building Startups in Ann Arbor with Ruby and JavaScript』の新着エントリーを見る

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

                    j次のブックマーク

                    k前のブックマーク

                    lあとで読む

                    eコメント一覧を開く

                    oページを開く

                    はてなブックマーク

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

                    公式Twitter

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

                    はてなのサービス

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