キーワード検索「age」
株式会社シャノン技術ブログ: 「jQuery Templates」を調べてみた。
2012年4月25日水曜日 「jQuery Templates」を調べてみた。 Tweet シャノンについてはこちら ご無沙汰してます、h.kashiwagiです。 今回は、「jQuery Templates」についてご紹介してみようと思います。 ■そもそも何? Javascriptで利用できるテンプレートエンジンです。 ■ダウンロード GitHubからダウンロードして利用できます。 ■利用方法 ...
Backbone.jsにCSRF対策のトークンをpostさせる - Takazudo hamalog
ポチってもうたーでは、ユーザーの情報をサーバー側のモデルと同期させるために、Backbone.jsを使っているのだけど、Backbone.jsは結構特殊な、だけどなんかモダンっぽい仕組みでサーバーと通信する仕組みになってる。 普通、postするときは、name=”Takazudo” age=”28” みたいなデータをサーバーに投げるわけだけど、Backbone.jsは、以下のような、データをtoJ...
Free Dynamic Price Scrollbar (jQuery, HTML, CSS) - DesignModo
In this age of e-commerce boom, websites play the most vital role in launching and promoting products of various types, prices and dimensions. When we speak about prices, it is probably the most impor...
HTTP Cookies: What's the difference between Max-age and Expires? - Peter Coles' Personal Blog
HTTP Cookies: What's the difference between Max-age and Expires? Quick Answer: Expires sets an expiry date for when a cookie gets deleted Max-age sets the time in seconds for when a cookie will be del...
Understanding JavaScript OOP — Sorella's Basement
Understanding JavaScript OOP —Prototypical inheritance on awesomeness! JavaScript is an object oriented language, with its roots in the Self programming language, however (sadly) designed to look like...
インスタンスとオブジェクトについて
◆ はじめに プロパティとメソッドは、大体ご理解頂けたでしょうか...、つぎに、今回はインスタンスとオブジェクトについて迫ります。 まずは、以下の用語の違いから考察してみましょう。 クラス オブジェクト インスタンス クラスオブジェクト インスタンスオブジェクト ◆ クラス function Charming( _age, _hair) { this.age = _age ; this.hair ...
Indexed Database APIを使いやすくするためのライブラリ KageDB - taediumの日記
Indexed Database APIを使いやすくするためのライブラリを開発してます。現在のバージョンは0.0.1。GW中に0.0.0を作ったのですが、ほとんど全部捨ててこの土日で作り直して0.0.1としました。https://github.com/nakamura-to/KageDBほんとはドキュメントをもっと充実させないといけないんですけど、疲れてきたので気分転換に簡単な紹介をブログに何回か...
Visn by Futurehaus
Visn is a feed reader built exclusively for images, serving up a fresh juxtaposition of art, design, illustration, architecture, photography, fashion and curiosities from today’s most inspiring artist...
isolani - Javascript: Full Frontal 2011: CoffeeScript Design Decisions by Jeremy Ashkenas
Full Frontal 2011: CoffeeScript Design Decisions by Jeremy Ashkenas I'm skeptical about CoffeeScript. A large chunk of that skepticism is the idea that compiling one language into JavaScript is introd...
XML e4x
var employees= <employees> <person> <name>Tove</name> <age>32</age> </person> <person> <name>Jani</name> <age>26</age> </person> </employees>; document.write(employees.person.(name == "Tove").age); XM...
The Javascript Guide to Objects, Functions, Closures and Scope
The JavaScript guide to Objects, Functions, Scope, Prototypes and Closures Throughout my time writing Javascript code, I've come to realize that while I love the language to bits, it is a little diffi...
15 Excellent jQuery And CSS3 Tutorials
This post features jquery and css3 tutorials for web designers and developers.jQuery and CSS3 are the most loved languages for web developers. You can add dynamic effects to your websites with these l...
Top 10 jQuery Plugins for Programmers | Switch on the Code
We all love jQuery. Its a simple fact that it provides powerful tools to get your JavaScript done right. However, one of its most powerful features is its extensiblity, and many developers have taken ...
Understanding JavaScript OOP — Sorella's Basement
Understanding JavaScript OOP —Prototypical inheritance on awesomeness! JavaScript is an object oriented (OO) language, with its roots in the Self programming language, although it's (sadly) designed t...
new演算子の謎
◆ はじめに クッキーを勉強しようと「スタイルシート切り替え」のところのJCookie() を見ているうちに new演算子 の使い方に疑問を感じ、いろいろ(とほほサイト、OpenSpaceサイト)調べてもわからず、んじゅあ、自分でいろいろやるしかないかーって、いろいろテストをしてみました。 ◆ そもそもnew演算子とは? new演算子とは、短く云うと『新しいオブジェクトを作成』するためのものです。...
