Below are some of my favorite Backbone.js tutorials. - Artur Adib My favorite hosting for hosting Backbone.js apps is A2 Hosting, find your coupon here.
Below are some of my favorite Backbone.js tutorials. - Artur Adib My favorite hosting for hosting Backbone.js apps is A2 Hosting, find your coupon here.
13. 開始処理 1. ブラウザがHTMLからDOMを作る 2. AngularJSがDOMを読み込む 3. ng-appで指定されたタグ以下を スコープにセットする 4. コンパイル 5. 動的にDOMを生成する 6. イベント監視して即時でDOMを更新 http://docs.angularjs.org/guide/concepts 詳しくはここ(英語) AngularJS 16. http://angularjs.org/公式サイト: Todoアプリ HTML 1.<div ng-controller="TodoCtrl"> 2. <ul> 3. <li ng-repeat="todo in todos"> 4. <input type="checkbox" ng-model="todo.done"> 5. <span class="done-{{todo.done}}">{{tod
require.jsとかbackbone.jsとか連携させようと思うと 応用系の記事ばっかり見つかるので、自分で纏めました。 今回は、node.jsで作成した為、以下の構成になっています。 |-- app.js |-- index.html |-- requires | `-- test.js `-- views |-- test1.js `-- test2.js http://localhost/index.html でアクセス出来る環境 各ファイルの内容に関しては、後半説明します。 RequireJSって何? JSの非同期ローディングとモジュール化を行うライブラリ 詳しくは公式サイト(英語)みてね http://requirejs.org/ ではでは、能書きはええから先に進みます。 index.htmlの中身は? 1 <!DOCTYPE html> 2 <html lang="ja">
rubyの軽量フレームワークsinatraとBackbonejsでpjaxをやってみたので備忘録。 HTML5からはhistoryオブジェクトにpushStateやreplaceStateメソッドが追加され、履歴のスタックを操作できるようになりました。pjaxは、そのpushStateとAjaxを利用したブラウザの戻る・進む機能が使える技術。 通常のリクエストと異なり、必要な箇所だけをAjaxで取得するためデータの転送量を削減できる。 具体例でいうと、あのGitHubで使われてるやつ。 以下は個人的なメモ。 ヘッダー情報にHTTP_X_PJAXが付与されている場合はpjaxの処理をさせる [sourcecode language="ruby"] class Sinatra::Request def pjax? env['HTTP_X_PJAX'] || self['_pjax'] end
NOTE: Since this post, both Backbone.js and Tastypie have gone through a lot of changes. As of December 30th, 2011, the reference repo on Github has been updated to the latest versions, and changed to use backbone-tastypie, which provides an nice compatibility layer, and stays updated better than the examples in this post. I've been using backbone.js recently, mostly with node.js, or with the loca
One message a month is clearly not as much as we wanted. There is so much going on right now, but we’re also working on an amazing new product that we an’t wait to get our the door. For this new product, we needed to work on a lot of little things and we decided to open-source them all. Last month, we released an ejabberd module to use Websockets instead of Bosh. Today, we release an IndexedDB ada
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く