[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

ajaxに関するwillnetのブックマーク (3)

  • ChadFowler.com How Rails Developers do Ajax (with jQuery) in 2011

    Wanting to survey what the current state of the art in Rails Ajax development is, I asked this question on twitter: I got a lot of great responses! 44 last time I checked. Here’s what I found out people are doing: mustache.js Sending JavaScript back down to the client using .js.erb template files (Ryan Bates linked a couple of examples here and here) JQuery templates Hitting RESTFUL endpoints and

    willnet
    willnet 2011/02/09
    railsでどうやってajaxしてる?のつぶやきに寄せられた意見のまとめ/あとでリンク先を調べる/いまんとこはjs.erb派だけどもっとうまいやり方あるのかなー
  • AJAX file upload - webtoolkit.info

    Ever wanted to upload files using AJAX like in GMAIL, without reloading the page? Now you can. Cross browser method to upload files using AJAX in only 1Kb of code. Ever wanted to upload files using AJAX like in GMAIL, without reloading the page? Now you can. Cross browser method to upload files using AJAX in only 1Kb of code. You need to create a form with file fields you wish to upload and define

    willnet
    willnet 2009/10/29
    画面遷移なしでファイルアップロード/うまくできてる
  • ITmedia エンタープライズ:Ajaxを理解する4つのポイント (1/6)

    Ajaxはどのように実現されているのだろうか? こんな疑問に応えるべく、サンプルを挙げてみよう。Ajaxの基は、単に「JavaScriptでHTTP通信をする」というだけに過ぎないことが分かる。 オンライン・ムックPlus「Web2.0で変わるWebプログラミングの常識」の第1回目では、Ajaxが使われる背景と、どのような場合に適しているかを解説した。 今回はサンプルアプリケーションを取り上げていこう。ポイントは、もっとも基的な例に限定したことであり、開発者である読者が今すぐにでも既存のWebアプリケーションへ組み込むことができるよう配慮した点だ。 まず最初に、以下の図2に示す2つのテキストボックスに注目してほしい。その「和」と「差」をそれぞれ計算し、結果を埋め込むという処理を挙げてみよう。 「和」と「差」を計算する処理の部分は、サーバ側に用意したPHPプログラムで行うことにする(図3

    ITmedia エンタープライズ:Ajaxを理解する4つのポイント (1/6)
    willnet
    willnet 2006/08/11
  • 1