あなたは技術に走りがちという自覚がある。技術だけで突っ走ると「作れたけど、使う人の心に響かない」という結果になりやすい。今回のプロジェクトでは、感情デザイナー(ココロさん)が「それ、もらって嬉しいの?」という問いを投げかけたことで、軌道修正ができた。
Feel Physics built the HoloMagnet3 app as a Free app. This SERVICE is provided by Feel Physics at no cost and is intended for use as is.
This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service.
If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at HoloMagnet3 unless otherwise defined in this Privacy Policy.
タイトル
国内外のフォトブック制作サービス10個の比較 大小・費用等
▽概要1
- ▽小さいフォトブックの画像
- ▽大きいフォトブックの画像
- それぞれのサービスには、安価/高価、ブックサイズが小/大、編集時の自動レイアウト可/否などの特徴があります。
| int lightIsOn = LOW; | |
| int switchIsWaiting = HIGH; | |
| void setup() { | |
| pinMode(13, OUTPUT); | |
| } | |
| void loop() { | |
| if(digitalRead(12) == HIGH){ // スイッチが押されているなら | |
| if(switchIsWaiting){ |
| # | |
| # 別のボックスを使う | |
| # | |
| # config.vm.box = "base" | |
| config.vm.box = "sinatra-enabled-ubuntu" | |
| # | |
| # 環境を使い分ける | |
| # | |
| if IS_VIA_PROXY == true then |
| # encoding: utf-8 | |
| require 'spec_helper' | |
| describe Post, "#title が設定されていない場合:" do | |
| # pending "add some examples to (or delete) #{__FILE__}" | |
| before(:each) do | |
| @post = Post.new | |
| end | |
| it "バリデーションに失敗すること" do |
| <script src="http://widgets.twimg.com/j/2/widget.js"></script> | |
| <script> | |
| new TWTR.Widget({ | |
| version: 2, | |
| type: 'profile', | |
| rpp: 4, | |
| interval: 6000, | |
| width: 'auto', | |
| height: 300, | |
| theme: { |
| #config/application.rb | |
| # Enable the asset pipeline | |
| #config.assets.enabled = true | |
| config.assets.enabled = false |
| んー、なんだ? | |
| 何が足りないんだ? | |
| あれれ、コードを補完したあとカーソルを行末に移動したいのだけど動かないぞ。 | |
| おかしいな、Macではできたのに。 |