<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ゆうやの雑記ブログ</title>
	<atom:link href="https://yuyauver98.me/feed/" rel="self" type="application/rss+xml" />
	<link>https://yuyauver98.me</link>
	<description>好きなことを淡々と</description>
	<lastBuildDate>Sun, 07 May 2023 09:47:41 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://yuyauver98.me/wp-content/uploads/2019/10/cropped-favicon-32x32.png</url>
	<title>ゆうやの雑記ブログ</title>
	<link>https://yuyauver98.me</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>PCとSPで別のHTML構造【2023年4月28日の日記】</title>
		<link>https://yuyauver98.me/d-20230428/</link>
				<pubDate>Sun, 07 May 2023 09:03:16 +0000</pubDate>
		<dc:creator><![CDATA[ゆうや]]></dc:creator>
				<category><![CDATA[2023年4月]]></category>
		<category><![CDATA[ドトール]]></category>
		<category><![CDATA[スタバ]]></category>

		<guid isPermaLink="false">https://yuyauver98.me/?p=80983</guid>
		
		        <image><url>https://yuyauver98.me/wp-content/uploads/2023/05/20230428.jpg</url></image>
    <thumb><url>https://yuyauver98.me/wp-content/uploads/2023/05/20230428-150x150.jpg</url></thumb>
        
				<description><![CDATA[PCとスマホ版で仕様が大幅に異なり（スマホではアコーディオン）、それぞれ別のHTMLでマークアップする必要があるパーツの対応を、朝一の４時間で集中して片付けて達成感MAXでお昼を迎えた日。 重めのタスクは朝、脳が最高にフ ... ]]></description>
								<content:encoded><![CDATA[
<p>PCとスマホ版で仕様が大幅に異なり（スマホではアコーディオン）、それぞれ別のHTMLでマークアップする必要があるパーツの対応を、朝一の４時間で集中して片付けて達成感MAXでお昼を迎えた日。</p>



<p>重めのタスクは朝、脳が最高にフレッシュなゴールデンタイムに取り組むのが一番効率良いですね。</p>



<p>jQueryを使った久しぶりのアコーディオン機能の実装だったので、HTML構造を考えたりするのも含めて４時間もかかっちゃいましたが、次似たようなデザインが来たら今回の流用で３分の１の時間で実装できると思います。</p>



<p>Stylus用のクラス命名規則（ハイフンでつなげる）は分かりやすいですが、HTML階層が深くなればなるほどクラス名が長くなり冗長になっちゃうのだけが欠点。</p>



<p>なので、アコーディオンだけ別でAccordionからクラス命名を開始してコンパクトにしましたわ。</p>



<h2 class="wp-block-heading hh hh23">2023年4月28日の動画日記</h2>



<p>動画日記1050日目！</p>



<p class="hh hh23">2023年4月の日記一覧</p>



<figure class="wp-block-table"><table><tbody><tr><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230426/">4/26</a></td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230427/">4/27</a></td><td class="has-text-align-center" data-align="center">4/28</td><td class="has-text-align-center" data-align="center">4/29</td><td class="has-text-align-center" data-align="center">4/30</td></tr></tbody></table></figure>
]]></content:encoded>
										</item>
		<item>
		<title>複数箇所にピンを立てたGoogleMapを初めて実装【2023年4月27日の日記】</title>
		<link>https://yuyauver98.me/d-20230427/</link>
				<pubDate>Sun, 07 May 2023 09:02:00 +0000</pubDate>
		<dc:creator><![CDATA[ゆうや]]></dc:creator>
				<category><![CDATA[2023年4月]]></category>
		<category><![CDATA[武虎家 暁]]></category>
		<category><![CDATA[ドトール]]></category>
		<category><![CDATA[スタバ]]></category>

		<guid isPermaLink="false">https://yuyauver98.me/?p=80975</guid>
		
		        <image><url>https://yuyauver98.me/wp-content/uploads/2023/05/20230427.jpg</url></image>
    <thumb><url>https://yuyauver98.me/wp-content/uploads/2023/05/20230427-150x150.jpg</url></thumb>
        
				<description><![CDATA[GoogleMapAPIを使って複数箇所にピンを立てた地図を実装しました。 「GoogleMapAPI 複数ピン」で検索したらすぐにドンピシャリな技術記事がヒットしたおかげでそのサンプルコードを少し調整しただけで実装でき ... ]]></description>
								<content:encoded><![CDATA[
<p>GoogleMapAPIを使って複数箇所にピンを立てた地図を実装しました。</p>



<p>「GoogleMapAPI 複数ピン」で検索したらすぐにドンピシャリな技術記事がヒットしたおかげでそのサンプルコードを少し調整しただけで実装できて爽快感ハンパなかったです。</p>



<p>TIPS NOTE by TAMさんに感謝です。</p>



<p><a href="https://www.tam-tam.co.jp/tipsnote/javascript/post7755.html">Google Maps APIを使って複数のマーカーと吹き出しを設置してみる</a></p>



<p>今回は地図上５箇所にピンを立てました。ピン画像はデザインファイルから書き出したSVG画像を指定。地図の表示サイズによりますが、オリジナルのピン画像が大きすぎたり、ピン同士の位置が近すぎると重なり合って見づらくなってしまうので注意しなきゃなと思いました。</p>



<h2 class="wp-block-heading hh hh23">2023年4月27日の動画日記</h2>



<p>動画日記1049日目！</p>



<p class="hh hh23">2023年4月の日記一覧</p>



<figure class="wp-block-table"><table><tbody><tr><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230425/">4/25</a></td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230426/">4/26</a></td><td class="has-text-align-center" data-align="center">4/27</td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230428/">4/28</a></td><td class="has-text-align-center" data-align="center">4/29</td></tr></tbody></table></figure>
]]></content:encoded>
										</item>
		<item>
		<title>締めは強制チーズリゾット【2023年4月26日の日記】</title>
		<link>https://yuyauver98.me/d-20230426/</link>
				<pubDate>Sun, 07 May 2023 07:39:00 +0000</pubDate>
		<dc:creator><![CDATA[ゆうや]]></dc:creator>
				<category><![CDATA[2023年4月]]></category>
		<category><![CDATA[温野菜]]></category>
		<category><![CDATA[ドトール]]></category>
		<category><![CDATA[スタバ]]></category>

		<guid isPermaLink="false">https://yuyauver98.me/?p=80968</guid>
		
		        <image><url>https://yuyauver98.me/wp-content/uploads/2023/05/20230426.jpg</url></image>
    <thumb><url>https://yuyauver98.me/wp-content/uploads/2023/05/20230426-150x150.jpg</url></thumb>
        
				<description><![CDATA[夜ご飯で約１年ぶりにしゃぶしゃぶ温野菜へ。 アニメ好きの友人と個人的今季覇権アニメや退職の経緯、おすすめのアニメ映画などについて90分間くっちゃべりました。 ぼくの中の2023年春の覇権アニメは、その友人がおすすめしてく ... ]]></description>
								<content:encoded><![CDATA[
<p>夜ご飯で約１年ぶりにしゃぶしゃぶ温野菜へ。</p>



<p>アニメ好きの友人と個人的今季覇権アニメや退職の経緯、おすすめのアニメ映画などについて90分間くっちゃべりました。</p>



<p>ぼくの中の2023年春の覇権アニメは、その友人がおすすめしてくれた『スキップとローファー』。友人のおすすめアニメ映画は『GRIDMAN UNIVERSE』。グリッドマンシリーズは１つだけ見て、もう１作品はまだ見てないので近いうちに見て、忘れた頃に映画が配信されたら見てみようかなと思います。</p>



<p>ラストオーダー10分前になったときに空いてる皿を片してくれた店員さんが「お鍋も片付けてしまってよろしいですか？」と聞いてきて、ぼくらは締めの雑炊かなにかを頼もうと思ってたので「これから締め頼みます」と伝えたら数分後、頼んでもいないチーズリゾットセットが運ばれてきて困惑しました（笑）。締めは麺類の気分でした。</p>



<p>温野菜の席は２時間制。時間すぎていることを忘れて喋り続けていたら、「これ以上いると延長料金いただきます」と忠告されたので慌ててお会計しました。</p>



<h2 class="wp-block-heading hh hh23">2023年4月26日の動画日記</h2>



<p>動画日記1048日目！</p>



<p class="hh hh23">2023年4月の日記一覧</p>



<figure class="wp-block-table"><table><tbody><tr><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230424/">4/24</a></td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230425/">4/25</a></td><td class="has-text-align-center" data-align="center">4/26</td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230427/">4/27</a></td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230428/">4/28</a></td></tr></tbody></table></figure>
]]></content:encoded>
										</item>
		<item>
		<title>相談の仕方が上達した気がする！【2023年4月25日の日記】</title>
		<link>https://yuyauver98.me/d-20230425/</link>
				<pubDate>Mon, 01 May 2023 10:11:00 +0000</pubDate>
		<dc:creator><![CDATA[ゆうや]]></dc:creator>
				<category><![CDATA[2023年4月]]></category>
		<category><![CDATA[スタバ]]></category>
		<category><![CDATA[ドトール]]></category>

		<guid isPermaLink="false">https://yuyauver98.me/?p=80957</guid>
		
		        <image><url>https://yuyauver98.me/wp-content/uploads/2023/05/20230425.jpg</url></image>
    <thumb><url>https://yuyauver98.me/wp-content/uploads/2023/05/20230425-150x150.jpg</url></thumb>
        
				<description><![CDATA[Tailwindをバリバリ使って静的コーディングしたカードコンポーネント（ランキング記事を５件表示等）を、既存のLaravelコンポーネントのコードを解読して、動的に出力されるように組み込み実装に取り組んだ火曜日。 まず ... ]]></description>
								<content:encoded><![CDATA[
<p>Tailwindをバリバリ使って静的コーディングしたカードコンポーネント（ランキング記事を５件表示等）を、既存のLaravelコンポーネントのコードを解読して、動的に出力されるように組み込み実装に取り組んだ火曜日。</p>



<p>まず２時間格闘して、「あともう少し…！このエラーさえ回避すれば成功しそうなんだけどなあー！」というところまでこぎつけました。自分ではだいぶ粘ってトライアンドトライアンドトライでいいところまでよく頑張ったと思います。</p>



<p>ただ、これ以上ひとりで考えてても突破できそうにないし、時間をただただ浪費してしまいそうだと感じた次の瞬間、即リーダーに相談。</p>



<p>相談して大正解！たった１度のラリーで、躓いてた問題を乗り越えることができました。</p>



<p>ちょっとしたことですが、相談の仕方が格段に上手くなったなと感じた出来事でした。</p>



<p>自分が何に躓いているのか、どういったことを試したのかを詳細に言語化して相談することで、相談された人の脳ミソのリソース負担を最低限に抑えることができますし、こちらが求めている回答をスパッともらうことができるんだなと勉強になりました。</p>



<h2 class="wp-block-heading hh hh23">2023年4月25日の動画日記</h2>



<p>動画日記1047日目！</p>



<p class="hh hh23">2023年4月の日記一覧</p>



<figure class="wp-block-table"><table><tbody><tr><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230423/">4/23</a></td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230424/">4/24</a></td><td class="has-text-align-center" data-align="center">4/25</td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230426/">4/26</a></td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230427/">4/27</a></td></tr></tbody></table></figure>
]]></content:encoded>
										</item>
		<item>
		<title>胃もたれの日にガープVS青キジ勃発【2023年4月24日の日記】</title>
		<link>https://yuyauver98.me/d-20230424/</link>
				<pubDate>Mon, 01 May 2023 09:27:00 +0000</pubDate>
		<dc:creator><![CDATA[ゆうや]]></dc:creator>
				<category><![CDATA[2023年4月]]></category>
		<category><![CDATA[ドトール]]></category>

		<guid isPermaLink="false">https://yuyauver98.me/?p=80941</guid>
		
		        <image><url>https://yuyauver98.me/wp-content/uploads/2023/05/20230424.jpg</url></image>
    <thumb><url>https://yuyauver98.me/wp-content/uploads/2023/05/20230424-150x150.jpg</url></thumb>
        
				<description><![CDATA[昨晩、夜飯でお鍋を食べたあとに夜食でカレーパスタ、レモンサワー、冷凍チャーハン450gを貪り食った影響で、１日中胃もたれだった月曜日。 SNS運用を代行させていただいているコミュニティーのインスタ投稿を別の人にいつでも引 ... ]]></description>
								<content:encoded><![CDATA[
<p>昨晩、夜飯でお鍋を食べたあとに夜食でカレーパスタ、レモンサワー、冷凍チャーハン450gを貪り食った影響で、１日中胃もたれだった月曜日。</p>



<p>SNS運用を代行させていただいているコミュニティーのインスタ投稿を別の人にいつでも引き継げるように、投稿マニュアルの作成に勤しみました。</p>



<p>投稿用の正方形の画像はFigmaというデザインツールで作成していて、Figmaを使ったことがない初心者でもぼくと同じアウトプットが出せるように実際の操作の様子を各工程ごとに画面録画してテキストベースのマニュアルに動画マニュアルを加えました。</p>



<p>この作業に着手するまで、Mac Bookで画面録画をしたことなかったんですが、「command + Shift + 5」で簡単に撮影できると知れて大収穫でした。</p>



<p>プライベートではワンピース最新話にて、海軍の英雄モンキー・D・ガープと元海軍大将・青キジが激突しただけでなく、別の島では四皇黒ひげとトラファルガー・ローの対決が決着し、ローの母船が破壊され、ベポとローは命からがら逃走するというとんでもなく熱い展開でした。</p>



<h2 class="wp-block-heading hh hh23">2023年4月24日の動画日記</h2>



<p>動画日記1046日目！</p>



<p class="hh hh23">2023年4月の日記一覧</p>



<figure class="wp-block-table"><table><tbody><tr><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230422/">4/22</a></td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230423/">4/23</a></td><td class="has-text-align-center" data-align="center">4/24</td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230425/">4/25</a></td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230426/">4/26</a></td></tr></tbody></table></figure>
]]></content:encoded>
										</item>
		<item>
		<title>Contact Form 7 add confirmとの決別【2023年4月23日の日記】</title>
		<link>https://yuyauver98.me/d-20230423/</link>
				<pubDate>Mon, 01 May 2023 08:50:00 +0000</pubDate>
		<dc:creator><![CDATA[ゆうや]]></dc:creator>
				<category><![CDATA[2023年4月]]></category>
		<category><![CDATA[ドトール]]></category>
		<category><![CDATA[スタバ]]></category>

		<guid isPermaLink="false">https://yuyauver98.me/?p=80928</guid>
		
		        <image><url>https://yuyauver98.me/wp-content/uploads/2023/04/20230423.jpg</url></image>
    <thumb><url>https://yuyauver98.me/wp-content/uploads/2023/04/20230423-150x150.jpg</url></thumb>
        
				<description><![CDATA[「入力画面」「確認画面」「送信完了画面」の３ステップのお問い合わせフォームの実装と、気分転換に環八通りに沿って４駅分（１時間）あるいて30分以上の軽運動後はアイスコーヒーがいつもの２倍くらい美味しく感じることに気づいた日 ... ]]></description>
								<content:encoded><![CDATA[
<p>「入力画面」「確認画面」「送信完了画面」の３ステップのお問い合わせフォームの実装と、気分転換に環八通りに沿って４駅分（１時間）あるいて30分以上の軽運動後はアイスコーヒーがいつもの２倍くらい美味しく感じることに気づいた日曜日。</p>



<p>WordPressでお問い合わせフォームの確認画面を作るときに愛用していたプラグイン「Contact Form 7 add confirm」が最新のWordPressのバージョンでは使用できないという衝撃の事実を知り、代替案をリサーチしたところ、<a href="https://wordpress.org/plugins/contact-form-7-multi-step-module/">「Contact Form 7 Multi-Step Form」</a>というプラグインで代替できるという情報が多かったのでさっそくインストールして使ってみました。</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="680" height="301" src="https://yuyauver98.me/wp-content/uploads/2023/05/スクリーンショット-2023-05-01-17.35.36.jpg" alt="" class="wp-image-80933" srcset="https://yuyauver98.me/wp-content/uploads/2023/05/スクリーンショット-2023-05-01-17.35.36.jpg 680w, https://yuyauver98.me/wp-content/uploads/2023/05/スクリーンショット-2023-05-01-17.35.36-300x133.jpg 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure></div>


<p>「Contact Form 7 add confirm」と仕様は似ていたのでほぼ躓くことなくノンストレスで確認画面＆送信完了画面を実装できてありがたかったです。</p>



<p>その過程で、「前のページが確認画面だったときは〜する」というプログラムや、入力画面でテキストエリアに入力された値の確認画面での改行反映方法などを新たに習得できていい勉強にもなりました。</p>



<p>ちゃんとフォームが動作してるかテスト送信したとき、[your-name][your-email]といったcf7のタグが自動返信メール文にそのまま出力されてしまい少し困りましたが、時間置いて再考したら一瞬で解決できました。</p>



<p>入力画面用のフォームだけでなく、確認画面用のフォームのメッセージ設定もしなければならなかったようです。</p>



<p>昔Webサイト制作したときよりも、エラーや問題に出くわしたときにあの手この手をトライアンドトライアンドトライして無事解決できる速度が格段に上がっていることにこの上ない喜びを感じました。</p>



<h2 class="wp-block-heading hh hh23">2023年4月23日の動画日記</h2>



<p>動画日記1045日目！</p>



<p class="hh hh23">2023年4月の日記一覧</p>



<figure class="wp-block-table"><table><tbody><tr><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230421/">4/21</a></td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230422">4/22</a></td><td class="has-text-align-center" data-align="center">4/23</td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230424/">4/24</a></td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230425/">4/25</a></td></tr></tbody></table></figure>
]]></content:encoded>
										</item>
		<item>
		<title>昭和ビル店じゃなくて新宿野村ビルの方だった！【2023年4月22日の日記】</title>
		<link>https://yuyauver98.me/d-20230422/</link>
				<pubDate>Mon, 01 May 2023 08:13:00 +0000</pubDate>
		<dc:creator><![CDATA[ゆうや]]></dc:creator>
				<category><![CDATA[2023年4月]]></category>
		<category><![CDATA[串焼き・魚 新宿宮川]]></category>
		<category><![CDATA[タリーズ]]></category>
		<category><![CDATA[せい家]]></category>
		<category><![CDATA[スタバ]]></category>
		<category><![CDATA[コパボウル]]></category>

		<guid isPermaLink="false">https://yuyauver98.me/?p=80913</guid>
		
		        <image><url>https://yuyauver98.me/wp-content/uploads/2023/04/20230422.jpg</url></image>
    <thumb><url>https://yuyauver98.me/wp-content/uploads/2023/04/20230422-150x150.jpg</url></thumb>
        
				<description><![CDATA[元大学寮メンツで飲み・卓球・歌舞伎町タワー見学を楽しんだ土曜日。 ひとり仕事で急遽来れなくなってしまい残念でした。LINEの返信もできないくらい大忙しだったようで…。土日確実にお休みというのは当たり前のようでいて実はとて ... ]]></description>
								<content:encoded><![CDATA[
<p>元大学寮メンツで飲み・卓球・歌舞伎町タワー見学を楽しんだ土曜日。</p>



<p>ひとり仕事で急遽来れなくなってしまい残念でした。LINEの返信もできないくらい大忙しだったようで…。土日確実にお休みというのは当たり前のようでいて実はとてもありがたいことなのだと思いました。</p>



<p>今回お邪魔した居酒屋は新宿野村ビルB2階の「串焼き・魚 新宿宮川」。新宿勤務の友人のチョイスはさすがでした。</p>



<p>串焼き、卵焼き、刺し身、日本酒どれも超美味で、前の晩にてきとうに入った格安そうに見えてけっこうコスパが悪いガヤガヤ居酒屋とは大違いでした（笑）。</p>



<blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/CrWFAauyUx0/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/CrWFAauyUx0/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank" rel="noopener"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">この投稿をInstagramで見る</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/CrWFAauyUx0/?utm_source=ig_embed&amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank" rel="noopener">ゆうやの日常〜This Is Me〜(@yuyauveronepiece)がシェアした投稿</a></p></div></blockquote> <script async src="//www.instagram.com/embed.js"></script>



<p>友達いわく、<a href="https://snb-portal.com/nomura-shop/shop/" target="_blank" rel="noreferrer noopener">野村ビル</a>には他にもいい感じの居酒屋があるらしいので今度なにかの機会で利用したいと思います。自分にとって店選びで迷ったら野村ビル！くらいの安定のスポットになれば嬉しい。</p>



<p>新宿宮川は実は姉妹店が徒歩7分圏内にあって、ぼくと今月雲仙から凱旋した九州男児は最初間違えてそっち（昭和ビル店）行っちゃってたというプチハプニングがありました（笑）。</p>



<p>駅に集合の予定でしたが、前の予定でお店の近くにいたので直で行きます〜と言って一番乗りや！と思ってたら姉妹店だったというオチです。友人から送られてきてた店舗URLが違ってたようでした。集団行動しなかったバチが当たったのかな？</p>



<p>4月22日のサブトピックはこの２つ。</p>



<p>・新宿住友ビルのタリーズコーヒーは席数多めで土日でも空いてて勉強や作業するのにもってこいの穴場スポットだった！<br>・西口ヨドバシカメラ付近に土日でもゆうちょATMがちゃんと稼働してる郵便局があることに気づいた！新宿に行った時にゆうちょATM探すの面倒だったから次からは<a href="https://www.post.japanpost.jp/cgi-shiten_search/shiten.php?id=5707" target="_blank" rel="noreferrer noopener">新宿郵便局</a>一択でいける！</p>



<h2 class="wp-block-heading hh hh23">2023年4月22日の動画日記</h2>



<p>動画日記1044日目！</p>



<p class="hh hh23">2023年4月の日記一覧</p>



<figure class="wp-block-table"><table><tbody><tr><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230420/">4/20</a></td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230421/">4/21</a></td><td class="has-text-align-center" data-align="center">4/22</td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230423/">4/23</a></td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230424/">4/24</a></td></tr></tbody></table></figure>
]]></content:encoded>
										</item>
		<item>
		<title>二重構造のタブコンテンツの実装に勤しんだ【2023年4月21日の日記】</title>
		<link>https://yuyauver98.me/d-20230421/</link>
				<pubDate>Mon, 01 May 2023 00:54:00 +0000</pubDate>
		<dc:creator><![CDATA[ゆうや]]></dc:creator>
				<category><![CDATA[2023年4月]]></category>
		<category><![CDATA[ドトール]]></category>
		<category><![CDATA[スタバ]]></category>

		<guid isPermaLink="false">https://yuyauver98.me/?p=80900</guid>
		
		        <image><url>https://yuyauver98.me/wp-content/uploads/2023/04/20230421.jpg</url></image>
    <thumb><url>https://yuyauver98.me/wp-content/uploads/2023/04/20230421-150x150.jpg</url></thumb>
        
				<description><![CDATA[二重構造のタブコンテンツの実装を頑張った1日。 Webサイト制作でよく使う機能・アニメーションのサンプルを分かりやすくまとめてくれているお気に入りの情報サイト「動くウェブデザインアイデア帳」で紹介されていたコードを少し調 ... ]]></description>
								<content:encoded><![CDATA[
<p>二重構造のタブコンテンツの実装を頑張った1日。</p>



<figure class="wp-block-image size-full"><img decoding="async" loading="lazy" width="674" height="220" src="https://yuyauver98.me/wp-content/uploads/2023/05/タブコンテンツ.png" alt="" class="wp-image-80909" srcset="https://yuyauver98.me/wp-content/uploads/2023/05/タブコンテンツ.png 674w, https://yuyauver98.me/wp-content/uploads/2023/05/タブコンテンツ-300x98.png 300w" sizes="(max-width: 674px) 100vw, 674px" /></figure>



<p>Webサイト制作でよく使う機能・アニメーションのサンプルを分かりやすくまとめてくれているお気に入りの情報サイト「動くウェブデザインアイデア帳」で紹介されていたコードを少し調整してやって割と簡単に実装できて非常に助かりました。</p>



<p>かゆいところに手が届くサンプルコードばかり。何度も助けられてます。運営者に大感謝！</p>



<p>自分の書いた技術系のTips記事も、どこかの誰かの助けになっていれば嬉しいなあと思うばかりです。</p>



<p>ちょっとしたことでも悩んでいる当人にとっては大問題なので、些細なことでも確実に解決できるTipsを記事化していこうと思いました。</p>



<h2 class="wp-block-heading hh hh23">2023年4月21日の動画日記</h2>



<p>動画日記1043日目！</p>



<p class="hh hh23">2023年4月の日記一覧</p>



<figure class="wp-block-table"><table><tbody><tr><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230419/">4/19</a></td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230420/">4/20</a></td><td class="has-text-align-center" data-align="center">4/21</td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230422/">4/22</a></td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230423/">4/23</a></td></tr></tbody></table></figure>
]]></content:encoded>
										</item>
		<item>
		<title>CSSフレームワーク「Tailwind」を実戦で！【2023年4月20日の日記】</title>
		<link>https://yuyauver98.me/d-20230420/</link>
				<pubDate>Sat, 22 Apr 2023 02:18:00 +0000</pubDate>
		<dc:creator><![CDATA[ゆうや]]></dc:creator>
				<category><![CDATA[2023年4月]]></category>
		<category><![CDATA[ドトール]]></category>
		<category><![CDATA[スタバ]]></category>

		<guid isPermaLink="false">https://yuyauver98.me/?p=80887</guid>
		
		        <image><url>https://yuyauver98.me/wp-content/uploads/2023/04/20230420.jpg</url></image>
    <thumb><url>https://yuyauver98.me/wp-content/uploads/2023/04/20230420-150x150.jpg</url></thumb>
        
				<description><![CDATA[記事ページのコーディングを初めてナウいCSSフレームワーク「Tailwind CSS」を使って行った日。 Tailwindで用意されているclassをHTML要素にせっせと書いていくだけなので、class命名規則で悩むこ ... ]]></description>
								<content:encoded><![CDATA[
<p>記事ページのコーディングを初めてナウいCSSフレームワーク「<a href="https://tailwindcss.com/" target="_blank" rel="noreferrer noopener">Tailwind CSS</a>」を使って行った日。</p>



<p>Tailwindで用意されているclassをHTML要素にせっせと書いていくだけなので、class命名規則で悩むこともないし、cssの記述を書く必要もない（breakpointも用意されてる！）のでこれはこれで楽ちんで良いなと思いました。</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" loading="lazy" src="https://yuyauver98.me/wp-content/uploads/2023/04/スクリーンショット-2023-04-22-11.16.48.jpg" alt="" class="wp-image-80894" width="375" height="649"/></figure></div>


<p>今回ぼくが担当したのは記事ページ。すでにトップページをTailwindでコーディングしてあったので、そちらのコンポーネントを参考にできたおかげで超時短で静的コーディングは今日一日でほぼ完了できて良かったです。</p>



<p>記事ページのようなシンプルなデザインのものをコーディングするときにはTailwindで事足りそうだと感じました。ゴリゴリかっちょいいデザインのLPやトップページは厳しそう。</p>



<p>あと、Tailwindってborderを一方向だけに生やすのってできないのかな。border-b-2みたいな感じでリサーチしたとおりにやってみたけど上手くいかんかった。</p>



<h2 class="wp-block-heading hh hh23">2023年4月20日の動画日記</h2>



<p>動画日記1042日目！</p>



<p class="hh hh23">2023年4月の日記一覧</p>



<figure class="wp-block-table"><table><tbody><tr><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230418/">4/18</a></td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230419/">4/19</a></td><td class="has-text-align-center" data-align="center">4/20</td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230421/">4/21</a></td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230422/">4/22</a></td></tr></tbody></table></figure>
]]></content:encoded>
										</item>
		<item>
		<title>参考サイト探しはピンタレストで【2023年4月19日の日記】</title>
		<link>https://yuyauver98.me/d-20230419/</link>
				<pubDate>Sat, 22 Apr 2023 01:43:00 +0000</pubDate>
		<dc:creator><![CDATA[ゆうや]]></dc:creator>
				<category><![CDATA[2023年4月]]></category>
		<category><![CDATA[スタバ]]></category>

		<guid isPermaLink="false">https://yuyauver98.me/?p=80873</guid>
		
		        <image><url>https://yuyauver98.me/wp-content/uploads/2023/04/20230419.jpg</url></image>
    <thumb><url>https://yuyauver98.me/wp-content/uploads/2023/04/20230419-150x150.jpg</url></thumb>
        
				<description><![CDATA[日付変わるまでWebサイトで実際に使用する写真素材関連タスクをMeetつなぎながら。 事前にピンタレストで探しておいた「社員紹介ピン」のページが役に立った。 ▼「社員紹介 デザイン」で検索した時の▼ 参考サイト探しをする ... ]]></description>
								<content:encoded><![CDATA[
<p>日付変わるまでWebサイトで実際に使用する写真素材関連タスクをMeetつなぎながら。</p>



<p>事前にピンタレストで探しておいた「社員紹介ピン」のページが役に立った。</p>



<p class="has-text-align-center"><strong>▼「社員紹介 デザイン」で検索した時の▼</strong></p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" loading="lazy" width="680" height="425" src="https://yuyauver98.me/wp-content/uploads/2023/04/スクリーンショット-2023-04-22-10.33.17.jpg" alt="" class="wp-image-80877" srcset="https://yuyauver98.me/wp-content/uploads/2023/04/スクリーンショット-2023-04-22-10.33.17.jpg 680w, https://yuyauver98.me/wp-content/uploads/2023/04/スクリーンショット-2023-04-22-10.33.17-300x188.jpg 300w" sizes="(max-width: 680px) 100vw, 680px" /></figure></div>


<p>参考サイト探しをするときはピンタレストを活用していくのが一番効率良いと気づいたのが大きな収穫。</p>



<p>今回はカメラマンに撮影依頼するための指示書作りがチームとしても初めてだったからけっこう時間かかったし大変だったけど、学びも発見もそれ以上にあった。</p>



<p>次回からはざっくり以下の流れで進めていこうと思う。1つの業務フローとして活用していく。</p>



<p>・参考サイトをピンタレストで探す<br>・デザインやイメージに合う画像を保存する<br>・保存した画像をデザインにはめてみる<br>・社員やメンバー紹介ページの宣材写真は、異なる拡大率や彩度、ポージングなどで3種類ほど用意する</p>



<h2 class="wp-block-heading hh hh23">2023年4月19日の動画日記</h2>



<p>動画日記1041日目！</p>



<p class="hh hh23">2023年4月の日記一覧</p>



<figure class="wp-block-table"><table><tbody><tr><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230417/">4/17</a></td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230418/">4/18</a></td><td class="has-text-align-center" data-align="center">4/19</td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230420/">4/20</a></td><td class="has-text-align-center" data-align="center"><a href="https://yuyauver98.me/d-20230421/">4/21</a></td></tr></tbody></table></figure>
]]></content:encoded>
										</item>
	</channel>
</rss>
