Twitter bootstrap入門 #twtr_hack

34
Twitter Bootstrap入門 Toshiaki Maki (@making) 12223日木曜日

description

 

Transcript of Twitter bootstrap入門 #twtr_hack

Page 1: Twitter bootstrap入門 #twtr_hack

Twitter Bootstrap入門Toshiaki Maki (@making)

12年2月23日木曜日

Page 2: Twitter bootstrap入門 #twtr_hack

自己紹介• Toshiaki Maki(@making)

• http://blog.ik.am

• 某大手えすあいあーでR&D

• 社内Javaフレームワークの開発・保守やってます

• Spring Framework好き

• Clojureとか(clojure-ja, Tokyo.clj)

• JavaEE6本の翻訳少しやりました(3月発売)

• http://books.shoeisha.co.jp/book/b92647.html

12年2月23日木曜日

Page 3: Twitter bootstrap入門 #twtr_hack

ここにくるまでの経緯

12年2月23日木曜日

Page 4: Twitter bootstrap入門 #twtr_hack

12年2月23日木曜日

Page 5: Twitter bootstrap入門 #twtr_hack

コンテンツ

• Bootstrapとは?

• Bootsrapのコンポーネント紹介

• Bootstrapに関するTips

12年2月23日木曜日

Page 6: Twitter bootstrap入門 #twtr_hack

Bootstrapとは?• Twitter社が提供する、Webアプリケーションのフロントエンドツール

• 2012/02 でversion 2.0.1

• 1.X系からの変更が大きいので移行は注意

• 一般的にCSSフレームワークと呼ばれる

12年2月23日木曜日

Page 7: Twitter bootstrap入門 #twtr_hack

CSSフレームワーク?• 簡単にかっこいいデザインにするための枠組み

• BlueTrip

• 99lime

• などたくさんある• CSSのclass属性に特定の値を設定するとかっこよくなる

• 一部Javascriptを使用することもある

12年2月23日木曜日

Page 8: Twitter bootstrap入門 #twtr_hack

なぜbootstrap

• カバー範囲が多い!

• ドキュメントが豊富

• かっこいい(Twitterぽい)

12年2月23日木曜日

Page 9: Twitter bootstrap入門 #twtr_hack

プログラマのデザインって。。

12年2月23日木曜日

Page 10: Twitter bootstrap入門 #twtr_hack

ださい。。。とにかください。

12年2月23日木曜日

Page 11: Twitter bootstrap入門 #twtr_hack

bootstrapを使うと!

12年2月23日木曜日

Page 12: Twitter bootstrap入門 #twtr_hack

bootstrapを使うと!

Form Table

Button Pagination

Alert

12年2月23日木曜日

Page 13: Twitter bootstrap入門 #twtr_hack

使い方• http://twitter.github.com/bootstrap/assets/

bootstrap.zip からダウンロードして

• これだけ(一部javascriptが必要なコンポーネントあり)

12年2月23日木曜日

Page 14: Twitter bootstrap入門 #twtr_hack

コンポーネント紹介

12年2月23日木曜日

Page 15: Twitter bootstrap入門 #twtr_hack

grid

合わせて12

wellは強調させるためのおまけなので不要です12年2月23日木曜日

Page 16: Twitter bootstrap入門 #twtr_hack

layout

固定レイアウト940px

流動レイアウト

12年2月23日木曜日

Page 17: Twitter bootstrap入門 #twtr_hack

form

12年2月23日木曜日

Page 18: Twitter bootstrap入門 #twtr_hack

navigation

12年2月23日木曜日

Page 19: Twitter bootstrap入門 #twtr_hack

alert

12年2月23日木曜日

Page 20: Twitter bootstrap入門 #twtr_hack

button

12年2月23日木曜日

Page 21: Twitter bootstrap入門 #twtr_hack

label

12年2月23日木曜日

Page 22: Twitter bootstrap入門 #twtr_hack

table

bordered striped

12年2月23日木曜日

Page 23: Twitter bootstrap入門 #twtr_hack

Tips

12年2月23日木曜日

Page 24: Twitter bootstrap入門 #twtr_hack

Getting Started

• Example(http://twitter.github.com/bootstrap/examples.html)をコピーしてカスタマイズするのがおすすめ

12年2月23日木曜日

Page 25: Twitter bootstrap入門 #twtr_hack

Initializrも対応• http://www.initializr.com/

12年2月23日木曜日

Page 26: Twitter bootstrap入門 #twtr_hack

15秒でテンプレ作成

12年2月23日木曜日

Page 27: Twitter bootstrap入門 #twtr_hack

• 簡単にかっこよく作れるのでみんな同じデザインに...

/(^o^)\

bootstrapの弊害

12年2月23日木曜日

Page 28: Twitter bootstrap入門 #twtr_hack

LESSでカラーやサイズ変更

• パラメータを変更し動的にCSSを出力

• パラメータ大杉。。

12年2月23日木曜日

Page 29: Twitter bootstrap入門 #twtr_hack

Bootswatchでテーマ変更• http://bootswatch.com/

• カラー変更済みのテーマをダウンロード可

12年2月23日木曜日

Page 30: Twitter bootstrap入門 #twtr_hack

さらにカッコいいテーマを

• http://wrapbootstrap.com/

• Bootstrapベースのテーマを有償販売

12年2月23日木曜日

Page 31: Twitter bootstrap入門 #twtr_hack

自分で簡単にカスタマイズ

• http://stylebootstrap.info/

12年2月23日木曜日

Page 32: Twitter bootstrap入門 #twtr_hack

jquery-uiのテーマにする• http://addyosmani.github.com/jquery-ui-

bootstrap/

• 2.0対応は現在進行中

12年2月23日木曜日

Page 33: Twitter bootstrap入門 #twtr_hack

formを書くのが面倒な人へ

• formのメタ情報JSONからフォームのHTMLを出力するサービス作成中

• http://st.ik.am/form-maker (暫定URL)

12年2月23日木曜日

Page 34: Twitter bootstrap入門 #twtr_hack

まとめ• Bootstrapを使うと簡単にWebアプリの見た目をかっこよくできる

• 様々なコンポーネントあり

• デザインが被りがちなので要差別化

• 差別化サービス続々出現

12年2月23日木曜日