タグ:初心者が付いている記事一覧


投資


Warning: Use of undefined constant _aioseop_description - assumed '_aioseop_description' (this will throw an Error in a future version of PHP) in /home/kyohey/kyoheyblog.com/public_html/wp-content/themes/minimal_blue/tag.php on line 38
初めての株式投資は分からないことだらけだと思いますが、どの証券口座を選べば良いのかというのも悩みのひとつだと思います。 僕は株式投資を5年ほどやっていてメイン口座は楽天証券とSBIの2つ。 特に楽天証券は初めて株を始める人にとってはベストな選択だと思っていて、本記事ではその理由を分かりやすく解説していきます。

CODE JavaScript


Warning: Use of undefined constant _aioseop_description - assumed '_aioseop_description' (this will throw an Error in a future version of PHP) in /home/kyohey/kyoheyblog.com/public_html/wp-content/themes/minimal_blue/tag.php on line 38
Web制作をしていてクリックしたら画像が拡大されるモーダルのような物を実装したいと思っていたのですが、手軽に実装できるMagnific Popupというプラグインを見つけたので、本記事で紹介したいと思います。

投資


Warning: Use of undefined constant _aioseop_description - assumed '_aioseop_description' (this will throw an Error in a future version of PHP) in /home/kyohey/kyoheyblog.com/public_html/wp-content/themes/minimal_blue/tag.php on line 38
株を始めたばかりの初心者にとって、小難しい指標がありすぎて何をどう活用すれば良いのか迷うことは多いと思います。 本記事では株式投資の初心者の為に、知っておくべき3つの指標をテクニカル面から解説していきます。

投資


Warning: Use of undefined constant _aioseop_description - assumed '_aioseop_description' (this will throw an Error in a future version of PHP) in /home/kyohey/kyoheyblog.com/public_html/wp-content/themes/minimal_blue/tag.php on line 38
株式投資を初めてみたけど、難しい言葉がたくさん出てきて何から理解したら良いのか分からないという人も多いのではないでしょうか。 今回は株式投資を始めたばかりの初心者向けに、まずは理解しておくべき指標について解説していきます。

HTML & CSS


Warning: Use of undefined constant _aioseop_description - assumed '_aioseop_description' (this will throw an Error in a future version of PHP) in /home/kyohey/kyoheyblog.com/public_html/wp-content/themes/minimal_blue/tag.php on line 38
Progateやドットインストールを利用して、プログラミング学習をしている人も多いとは思いますが、いざ実践してLP等のWebサイトを作る段階になって『ファイル構造ってどうするのが正解なの?』と悩みませんか? 本記事ではWebサイトを制作する際にファイル構造はどのようにまとめたらいいのかを解説します。

投資


Warning: Use of undefined constant _aioseop_description - assumed '_aioseop_description' (this will throw an Error in a future version of PHP) in /home/kyohey/kyoheyblog.com/public_html/wp-content/themes/minimal_blue/tag.php on line 38
株式投資を始めてみたいけど、短期売買とか長期投資とかよく分からない。どういう基準でどれくらいの額を投資したらいいんだろうか...? 本記事ではそういった疑問に答えます。結論を先に出しておくと個人投資家は長期投資にするべきです。 理由としては投資額の少ない個人投資家は、豊富な資金がある機関投資家に勝てないからです。

CODE HTML & CSS


Warning: Use of undefined constant _aioseop_description - assumed '_aioseop_description' (this will throw an Error in a future version of PHP) in /home/kyohey/kyoheyblog.com/public_html/wp-content/themes/minimal_blue/tag.php on line 38
初心者の人はCSSでコーディングしている人が多いと思いますが、基礎を理解したあとはすぐにSassを導入した方が良いです。 理由はCSSよりもSassでコーディングした方が圧倒的に効率が良くなるからです。 「自分にはまだ早いよ」なんて思っていましたが、実際に導入したら「もっと早く導入しておけば...」と後悔しました。

CODE JavaScript


Warning: Use of undefined constant _aioseop_description - assumed '_aioseop_description' (this will throw an Error in a future version of PHP) in /home/kyohey/kyoheyblog.com/public_html/wp-content/themes/minimal_blue/tag.php on line 38
Webサイト制作において全く動きのないサイトはUX的に良くありませんよね。 しかし、凝った動きを実装しようと思っても初心者には難しかったりします。 そこでjQueryのプラグインであるWOWを使って簡単に動きをつけることができるので、この記事で紹介しておきます。

JavaScript


Warning: Use of undefined constant _aioseop_description - assumed '_aioseop_description' (this will throw an Error in a future version of PHP) in /home/kyohey/kyoheyblog.com/public_html/wp-content/themes/minimal_blue/tag.php on line 38
Webサイトを構築する上で必須のメニュー部分ですが、簡単にレスポンシブ対応する方法がないか調べてみたところ、drower.jsというjQueryのプラグインがあったので、実装してみました。 公式のサイトを見ると詳しい使い方が載っていますが、今回の記事で簡単にまとめておきます。

CODE JavaScript


Warning: Use of undefined constant _aioseop_description - assumed '_aioseop_description' (this will throw an Error in a future version of PHP) in /home/kyohey/kyoheyblog.com/public_html/wp-content/themes/minimal_blue/tag.php on line 38
LP制作などWebサイトを構築する上で、メニューなどのリンクをクリックすると特定の場所に誘導することは多いです。 その際にイッキに移動するのではなく、スムーズにスクロールさせた方がUX的に良いと思います。 smooth-scroll.jsを使えば簡単に実装できますので、記事にしておきます。