0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ラインみたいなwebアップリケーションを作ろう!! 2日目

Posted at

はじめに

この記事は、2019/11/1からプログラミング学習を始めた学生がプロのプログラマーになるまでのアウトプットする為の書き込みの場である。

学んだ事

  • haml変数
hello.haml
- name='yoppy'
%p= "私の名前は#{name}です。"

hello.html
<p>私の名前はピカわかです。</p>

  • inputタグ
  • フォームを構成する様々な入力部品を作成する
  • type属性というものを使用します
  • type属性には、色々な使い方がありますが、今回は、一行テキストボックスが必要だった為type="hidden"を使いました
  • こちらの記事を参考にした為こちらのサイトをみていただけるとわかりやすいと思います
  • http://www.htmq.com/html5/input.shtml

感想

学習の集中力を上げる為には、朝昼のご飯を抜きコーヒーとガムで学習をすれば学習に集中できる時間が圧倒的に上がることがわかりました!!

メンタリストのDaigoさんが書いた『知識を操る読書術』を読んで得た知識

  • 情報を仕入れる為に、本を読んでいるならば、目次をみて、自分が読みたいと思ったところを読めば良い
  • 本を読む前の準備が大切なこと
  • 仕入れた情報をアウトプットする大切さ

終わりに

もっとこうした方が良いよなどご指摘頂けると幸いです

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?