<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>全国個人事業主支援協会 | 西堀 絵理 | Activity</title>
	<link>https://kojinjigyou.org/member-index/nishibori_e4140/activity/</link>
	<atom:link href="https://kojinjigyou.org/member-index/nishibori_e4140/activity/feed/" rel="self" type="application/rss+xml" />
	<description>西堀 絵理 についてのアクティビティフィード。</description>
	<lastBuildDate>Wed, 08 Apr 2026 12:04:02 +0900</lastBuildDate>
	<generator>https://buddypress.org/?v=6.3.0</generator>
	<language>ja</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">099f709c37bad2c98c64b1d6e9c26611</guid>
				<title>西堀 絵理 wrote a new post, 開発環境の構築②</title>
				<link>https://kojinjigyou.org/?p=110029</link>
				<pubDate>Sun, 25 Jan 2026 07:51:48 +0900</pubDate>

									<content:encoded><![CDATA[<p>再起動したらいよいよ環境構築していきます。<br />
任意の場所にフォルダ作って、そこでターミナル開いて下記のコマンドを入力！</p>
<p>vagrant init ubuntu/jammy64</p>
<p>フォルダ内にVagrantfileが生成されたらその中身を書き換えていきます。</p>
<p>Vagrant.configure(&#8220;2&#8221;) do |config|<br />
  config.vm.[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c9fad8a81a809f30a30c0e58869af333</guid>
				<title>西堀 絵理 wrote a new post, 開発環境の構築①</title>
				<link>https://kojinjigyou.org/?p=103104</link>
				<pubDate>Sun, 23 Nov 2025 06:48:52 +0900</pubDate>

									<content:encoded><![CDATA[<p>昔はXAMPPを使っていました。<br />
しかし、ウェブデザイン技能検定1級の実技試験ではVagrantが使われるということで、普段から慣れておこうと開発環境をVagrantに移行することに。<br />
もともとインフラ系の知識にも興味があったのでちょうど良い。</p>
<p>まずは必要なもののインストールからです。<br />
公式サイトから「VirtualBox」と「Vagrant」をそれぞれダウンロード。<br />
Vagrantのダウンロードは「AMD64」[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e3434dfbb79263bc28e2e1816a06d155</guid>
				<title>西堀 絵理 wrote a new post, 問合せフォームの迷惑メール対策【上級編】</title>
				<link>https://kojinjigyou.org/?p=100001</link>
				<pubDate>Fri, 10 Oct 2025 03:26:08 +0900</pubDate>

									<content:encoded><![CDATA[<p>ここまで基礎編・中級編で、SPFやDKIM、DMARCといったメールの正当性を証明する仕組みについて解説してきました。<br />
上級編では、送信プログラム側の改善として「PHPMailer」の導入方法と使い方を紹介します。</p>
<p>1. PHPMailerって何？</p>
<p>PHPMailerは、PHPでメールを送るための有名なライブラリです。<br />
通常のmail()関数では設定や送信方法がシンプルすぎて、迷惑メール判定を回避するための細か[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6b738c056022ee1e0b12c45e2ba586ac</guid>
				<title>西堀 絵理 wrote a new post, 問合せフォームの迷惑メール対策【中級編】</title>
				<link>https://kojinjigyou.org/?p=92679</link>
				<pubDate>Thu, 24 Jul 2025 01:02:33 +0900</pubDate>

									<content:encoded><![CDATA[<p>前回の基礎編、SPFやDKIMを設定しただけではまだ完ぺきではありません。<br />
本当に安心な送信環境をつくるには、**DMARC（ディーマーク）**という追加設定が重要です。</p>
<p>DMARC（Domain-based Message Authentication, Reporting &amp; Conformance）は、SPF・DKIMの結果をもとに判断し、受信側にどう処理してほしいかを伝えるルールを、ドメインごとに設定できる技術[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e0f76bce8569a0ac651baecc5d60a3d3</guid>
				<title>西堀 絵理 wrote a new post, 問合せフォームの迷惑メール対策【基礎編】</title>
				<link>https://kojinjigyou.org/?p=92529</link>
				<pubDate>Sun, 15 Jun 2025 01:30:30 +0900</pubDate>

									<content:encoded><![CDATA[<p>問合せフォームから送信してもらった内容を<br />
送信者のメールアドレス宛に確認メールとして送信してみたものの、<br />
そのメールが「迷惑メール」として処理されてしまう、、</p>
<p>自己紹介サイトを開設したときにけっこう悩まされたので<br />
備忘も兼ねて、迷惑メールと判定されないための対策をいくつか紹介したいと思います。</p>
<p>まず、なぜ迷惑メールになるのかという理由については<br />
以下のような複数の要素があります。</p>
<p>・送信元IPが信頼さ[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a13eeffc74a473a133988bcbbee0b5da</guid>
				<title>西堀 絵理 wrote a new post, ChatGPTに聞いてみた。</title>
				<link>https://kojinjigyou.org/?p=88162</link>
				<pubDate>Mon, 05 May 2025 04:03:44 +0900</pubDate>

									<content:encoded><![CDATA[<p>相変わらずなかなか勉強が進まない日々です。<br />
参考書は技術評論社の合格教本を買ってみました。<br />
分厚い、、第１章の基礎理論から少し読み進めてみたけど挫折しそう、、</p>
<p>そんな時、ふとChatGPTに聞いてみました。<br />
モチベーションを保ちつつ効率的に勉強するにはどう進めれば良い？</p>
<p>■最初にやるとモチベ上がる分野<br />
第7章 ネットワーク：身近で覚えやすく、午後対策にも直結<br />
第8章 セキュリティ：出題率高く、覚える系でサ[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7748db0dfed5622c9050ac5e99ac63a3</guid>
				<title>西堀 絵理 wrote a new post, WindowsUpdateのエラーに悩まされる。</title>
				<link>https://kojinjigyou.org/?p=86341</link>
				<pubDate>Sat, 12 Apr 2025 03:21:34 +0900</pubDate>

									<content:encoded><![CDATA[<p>1日1時間の勉強ができないまま1カ月が経ちました。<br />
しかし、基本情報は過去問道場だけでなんとか合格できたのですが<br />
応用情報に挑むにはもうちょっと真剣に勉強したほうが良いような気がして<br />
やっぱり参考書を書こうかなと思っている今日この頃です。</p>
<p>職場でPC初期化からのキッティングをしているのですが<br />
WindowsUpdateで失敗することもあり、<br />
そんな時はWindowsUpdateのサービスを一時停止して<br />
Cドラ[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1a169c58025b748cdf51432f7fa0df47</guid>
				<title>西堀 絵理 wrote a new post, 応用情報技術者試験に向けて</title>
				<link>https://kojinjigyou.org/?p=83018</link>
				<pubDate>Mon, 24 Feb 2025 08:53:11 +0900</pubDate>

									<content:encoded><![CDATA[<p>基本情報に合格したのは2023年、次は応用情報と思ってはいるものの<br />
秋に、春に、、と先延ばしして2025年春もいつの間にか応募締切日が過ぎていました。</p>
<p>詰め込み型の勉強では知識が定着しにくい気がするので<br />
今年10月の試験に向けてスケジュールを立てつつ着実に進めていきたいと思います。</p>
<p>応用情報合格に向けた必要勉強時間は200時間程度だそうです。<br />
今年の秋試験は10月12日日曜日。<br />
約230日あるので、最低でも[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">78a043b84ac2d8dd891c8527d2199d4f</guid>
				<title>西堀 絵理 wrote a new post, 資格を取る意味</title>
				<link>https://kojinjigyou.org/?p=81228</link>
				<pubDate>Sun, 26 Jan 2025 05:13:34 +0900</pubDate>

									<content:encoded><![CDATA[<p>今年から個人事業主を始めてみました。<br />
いつかは、と思いつつなかなか踏み出せずにいましたが、<br />
ようやく決心できたのは資格を取って自信がついた事が大きいかなと思います。</p>
<p>ウェブ系の国家検定であるウェブデザイン技能検定の1級に合格しました。<br />
資格試験なんか意味がないという人もいますが、<br />
合格率の低い試験に合格できるとやはり自信につながります。<br />
それなりに勉強もしますし、勉強したことは今後仕事で役に立つこともあるはずで[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dfe02e9501529bd27fda13db46526407</guid>
				<title>西堀 絵理 さんのプロフィールが更新されました。</title>
				<link>https://kojinjigyou.org/member-activity/p/30545/</link>
				<pubDate>Sun, 26 Jan 2025 04:35:54 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c221c0a2419730b295edab79f484d71a</guid>
				<title>西堀 絵理 さんがプロフィール写真を変更しました</title>
				<link>https://kojinjigyou.org/member-activity/p/30544/</link>
				<pubDate>Sun, 26 Jan 2025 04:34:50 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4aadcbe94d475e1d68995feeba9b1652</guid>
				<title>西堀 絵理 さんのプロフィールが更新されました。</title>
				<link>https://kojinjigyou.org/member-activity/p/30368/</link>
				<pubDate>Wed, 22 Jan 2025 04:06:04 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>