<?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>TAGシフト</title>
	<atom:link href="https://tag-sift.net/feed/" rel="self" type="application/rss+xml" />
	<link>https://tag-sift.net/</link>
	<description>プログラミングに慣れるための考え方とちょっとしたツール</description>
	<lastBuildDate>Fri, 07 Nov 2025 14:58:26 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://tag-sift.net/wp-content/uploads/2020/08/cropped-puzzle-32x32.jpg</url>
	<title>TAGシフト</title>
	<link>https://tag-sift.net/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">171700059</site>	<item>
		<title>【PHP初心者】比較演算子の違いをわかりやすく｜== と === の正しい使い方と注意点</title>
		<link>https://tag-sift.net/php/comparison_operator/</link>
					<comments>https://tag-sift.net/php/comparison_operator/#respond</comments>
		
		<dc:creator><![CDATA[アツシ]]></dc:creator>
		<pubDate>Fri, 07 Nov 2025 09:28:24 +0000</pubDate>
				<category><![CDATA[php]]></category>
		<guid isPermaLink="false">https://tag-sift.net/?p=3290</guid>

					<description><![CDATA[<p>今回のテーマは、その if文 の中で使う「比較演算子」です。PHPでは、値を比べるときに「==」や「===」などの記号を使いますが、実はこの2つ、見た目は似ていても、結果がまったく違うことがあります。 この違いを理解して &#8230; <a href="https://tag-sift.net/php/comparison_operator/" class="more-link"><span class="screen-reader-text">"【PHP初心者】比較演算子の違いをわかりやすく｜== と === の正しい使い方と注意点" の</span>続きを読む</a></p>
<p>投稿 <a href="https://tag-sift.net/php/comparison_operator/">【PHP初心者】比較演算子の違いをわかりやすく｜== と === の正しい使い方と注意点</a> は <a href="https://tag-sift.net">TAGシフト</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://tag-sift.net/php/comparison_operator/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3290</post-id>	</item>
		<item>
		<title>【PHP初心者向け】if文でできるWordPressカスタマイズ｜条件分岐の考え方と実例</title>
		<link>https://tag-sift.net/php/php_if_2022_5/</link>
					<comments>https://tag-sift.net/php/php_if_2022_5/#respond</comments>
		
		<dc:creator><![CDATA[アツシ]]></dc:creator>
		<pubDate>Sat, 14 May 2022 08:27:34 +0000</pubDate>
				<category><![CDATA[php]]></category>
		<category><![CDATA[if文]]></category>
		<category><![CDATA[条件分岐]]></category>
		<guid isPermaLink="false">https://tag-sift.net/?p=2548</guid>

					<description><![CDATA[<p>php初心者でもif文の使い方を覚えることで、WordPressをカスタマイズすることができるようになります。ここで言うカスタマイズとは、デザインの見た目を変えるというよりも、機能的な部分を自分の手で調整できるようになる &#8230; <a href="https://tag-sift.net/php/php_if_2022_5/" class="more-link"><span class="screen-reader-text">"【PHP初心者向け】if文でできるWordPressカスタマイズ｜条件分岐の考え方と実例" の</span>続きを読む</a></p>
<p>投稿 <a href="https://tag-sift.net/php/php_if_2022_5/">【PHP初心者向け】if文でできるWordPressカスタマイズ｜条件分岐の考え方と実例</a> は <a href="https://tag-sift.net">TAGシフト</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://tag-sift.net/php/php_if_2022_5/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2548</post-id>	</item>
		<item>
		<title>Mac GIMPで自作プラグインpython-fuが認識されない理由とは?</title>
		<link>https://tag-sift.net/gimp/gimp_python-fu_2021_05_30/</link>
					<comments>https://tag-sift.net/gimp/gimp_python-fu_2021_05_30/#respond</comments>
		
		<dc:creator><![CDATA[アツシ]]></dc:creator>
		<pubDate>Sat, 29 May 2021 15:05:56 +0000</pubDate>
				<category><![CDATA[GIMP]]></category>
		<guid isPermaLink="false">https://tag-sift.net/?p=2389</guid>

					<description><![CDATA[<p>Mac版のGIMPは自作したプラグイン（バッチ処理）、python-fuファイルは作成したあと、フォルダに入れただけでは認識してくれません。 　 　 GIMPはもともとwindows用として開発されているため、Windo &#8230; <a href="https://tag-sift.net/gimp/gimp_python-fu_2021_05_30/" class="more-link"><span class="screen-reader-text">"Mac GIMPで自作プラグインpython-fuが認識されない理由とは?" の</span>続きを読む</a></p>
<p>投稿 <a href="https://tag-sift.net/gimp/gimp_python-fu_2021_05_30/">Mac GIMPで自作プラグインpython-fuが認識されない理由とは?</a> は <a href="https://tag-sift.net">TAGシフト</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://tag-sift.net/gimp/gimp_python-fu_2021_05_30/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2389</post-id>	</item>
		<item>
		<title>GIMP Python-fuやスクリプトによるプラグインの作り方</title>
		<link>https://tag-sift.net/gimp/gimp_2021_5_4/</link>
					<comments>https://tag-sift.net/gimp/gimp_2021_5_4/#respond</comments>
		
		<dc:creator><![CDATA[アツシ]]></dc:creator>
		<pubDate>Tue, 04 May 2021 06:48:45 +0000</pubDate>
				<category><![CDATA[GIMP]]></category>
		<guid isPermaLink="false">https://tag-sift.net/?p=2283</guid>

					<description><![CDATA[<p>画像処理ソフトGIMPは、Python-fuやスクリプトで画像を正方形にするプラグインを作れば、手作業のステップを自動化、効率化することができます。 ここで説明するのは、横長や縦長の画像を引っ張って正方形にするのではなく &#8230; <a href="https://tag-sift.net/gimp/gimp_2021_5_4/" class="more-link"><span class="screen-reader-text">"GIMP Python-fuやスクリプトによるプラグインの作り方" の</span>続きを読む</a></p>
<p>投稿 <a href="https://tag-sift.net/gimp/gimp_2021_5_4/">GIMP Python-fuやスクリプトによるプラグインの作り方</a> は <a href="https://tag-sift.net">TAGシフト</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://tag-sift.net/gimp/gimp_2021_5_4/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://tag-sift.net/wp-content/uploads/2022/04/gimp_plugin.mp4" length="1764378" type="video/mp4" />

		<post-id xmlns="com-wordpress:feed-additions:1">2283</post-id>	</item>
		<item>
		<title>WordPressで自作CSSを管理するクイックタグ活用法</title>
		<link>https://tag-sift.net/php/quicktag_2021_2_8/</link>
					<comments>https://tag-sift.net/php/quicktag_2021_2_8/#respond</comments>
		
		<dc:creator><![CDATA[アツシ]]></dc:creator>
		<pubDate>Mon, 08 Feb 2021 01:00:30 +0000</pubDate>
				<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[クイックタグ]]></category>
		<guid isPermaLink="false">https://tag-sift.net/?p=1954</guid>

					<description><![CDATA[<p>WordPressの投稿画面にクイックタグは、ボタン一つでタグを挿入でき、作業効率をあげることができますよね。実はコレ、手入力しなければいけない独自で作ったCSSを登録することもできます。 私の場合、作ってしばらくしたあ &#8230; <a href="https://tag-sift.net/php/quicktag_2021_2_8/" class="more-link"><span class="screen-reader-text">"WordPressで自作CSSを管理するクイックタグ活用法" の</span>続きを読む</a></p>
<p>投稿 <a href="https://tag-sift.net/php/quicktag_2021_2_8/">WordPressで自作CSSを管理するクイックタグ活用法</a> は <a href="https://tag-sift.net">TAGシフト</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://tag-sift.net/php/quicktag_2021_2_8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1954</post-id>	</item>
		<item>
		<title>formの内容をPOST送信しphpに渡すデータコントロール術</title>
		<link>https://tag-sift.net/php/php_2021_1_31/</link>
					<comments>https://tag-sift.net/php/php_2021_1_31/#respond</comments>
		
		<dc:creator><![CDATA[アツシ]]></dc:creator>
		<pubDate>Sat, 30 Jan 2021 16:21:12 +0000</pubDate>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">https://tag-sift.net/?p=1851</guid>

					<description><![CDATA[<p>formの中で選択肢の種類を増やし、POST送信してphpに渡すことで、データのコントロールすることができます。 　 前回の記事で、ざっくりとした内容でしたが、formの内容をPOST送信するphpへの簡単なデータの受け &#8230; <a href="https://tag-sift.net/php/php_2021_1_31/" class="more-link"><span class="screen-reader-text">"formの内容をPOST送信しphpに渡すデータコントロール術" の</span>続きを読む</a></p>
<p>投稿 <a href="https://tag-sift.net/php/php_2021_1_31/">formの内容をPOST送信しphpに渡すデータコントロール術</a> は <a href="https://tag-sift.net">TAGシフト</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://tag-sift.net/php/php_2021_1_31/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1851</post-id>	</item>
		<item>
		<title>phpの難しい変数はこう考えると難易度が下がる！</title>
		<link>https://tag-sift.net/php/php_2021_1_11/</link>
					<comments>https://tag-sift.net/php/php_2021_1_11/#respond</comments>
		
		<dc:creator><![CDATA[アツシ]]></dc:creator>
		<pubDate>Mon, 11 Jan 2021 14:54:32 +0000</pubDate>
				<category><![CDATA[php]]></category>
		<guid isPermaLink="false">https://tag-sift.net/?p=1556</guid>

					<description><![CDATA[<p>WordPressでphpを扱うとき、変数が出てくると難しいと感じてしまいますが、WordPressをカスタマイズするには、最低限のphp知識と変数の扱い方を知っていたほうが良いです。 とはいえ、変数というものが出現する &#8230; <a href="https://tag-sift.net/php/php_2021_1_11/" class="more-link"><span class="screen-reader-text">"phpの難しい変数はこう考えると難易度が下がる！" の</span>続きを読む</a></p>
<p>投稿 <a href="https://tag-sift.net/php/php_2021_1_11/">phpの難しい変数はこう考えると難易度が下がる！</a> は <a href="https://tag-sift.net">TAGシフト</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://tag-sift.net/php/php_2021_1_11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1556</post-id>	</item>
		<item>
		<title>ルクセリタスでJetpackが連携できないときはコレで解決！</title>
		<link>https://tag-sift.net/plugin/2020_6_27_plugin/</link>
					<comments>https://tag-sift.net/plugin/2020_6_27_plugin/#respond</comments>
		
		<dc:creator><![CDATA[アツシ]]></dc:creator>
		<pubDate>Sat, 27 Jun 2020 09:42:21 +0000</pubDate>
				<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[テーマ]]></category>
		<category><![CDATA[プラグイン]]></category>
		<guid isPermaLink="false">https://tag-sift.net/?p=1433</guid>

					<description><![CDATA[<p>WordPressテーマ、Luxeritas（ルクセリタス）で、Jetpackが連携できないエラーが起こることがあります。解決方法は簡単なのですが、使用しているサーバーによってチェックするべき項目があります。 　 Jet &#8230; <a href="https://tag-sift.net/plugin/2020_6_27_plugin/" class="more-link"><span class="screen-reader-text">"ルクセリタスでJetpackが連携できないときはコレで解決！" の</span>続きを読む</a></p>
<p>投稿 <a href="https://tag-sift.net/plugin/2020_6_27_plugin/">ルクセリタスでJetpackが連携できないときはコレで解決！</a> は <a href="https://tag-sift.net">TAGシフト</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://tag-sift.net/plugin/2020_6_27_plugin/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1433</post-id>	</item>
		<item>
		<title>cssとhtml一つで文章を左揃えのまま中央寄せする方法</title>
		<link>https://tag-sift.net/css/css_2020_05_10/</link>
					<comments>https://tag-sift.net/css/css_2020_05_10/#respond</comments>
		
		<dc:creator><![CDATA[アツシ]]></dc:creator>
		<pubDate>Sun, 10 May 2020 08:50:27 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<guid isPermaLink="false">https://tag-sift.net/?p=1377</guid>

					<description><![CDATA[<p>cssとhtml一つで文章を左揃えしつつ 文章の長さに合わせて自動的に中央寄せすることができます。 一般的にページの幅をいっぱい使った左揃えの文章になりますが、 横幅を指定することなく、 左揃えの文章を全体を中央寄せする &#8230; <a href="https://tag-sift.net/css/css_2020_05_10/" class="more-link"><span class="screen-reader-text">"cssとhtml一つで文章を左揃えのまま中央寄せする方法" の</span>続きを読む</a></p>
<p>投稿 <a href="https://tag-sift.net/css/css_2020_05_10/">cssとhtml一つで文章を左揃えのまま中央寄せする方法</a> は <a href="https://tag-sift.net">TAGシフト</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://tag-sift.net/css/css_2020_05_10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1377</post-id>	</item>
		<item>
		<title>Macbookを使い無線LANでキャノンMP640からスキャンする方法</title>
		<link>https://tag-sift.net/mac/mp640_2019_10_30/</link>
					<comments>https://tag-sift.net/mac/mp640_2019_10_30/#respond</comments>
		
		<dc:creator><![CDATA[アツシ]]></dc:creator>
		<pubDate>Tue, 29 Oct 2019 17:19:28 +0000</pubDate>
				<category><![CDATA[mac]]></category>
		<guid isPermaLink="false">https://tag-sift.net/?p=1128</guid>

					<description><![CDATA[<p>キャノンのプリンタMP640で純正のスキャナーソフトを使用せず、Macから無線LANで読み込む方法をご紹介します。 　 MP640はとても古いプリンタなのですが、無線LAN機能があり、ワイヤレスでプリントアウトできたり、 &#8230; <a href="https://tag-sift.net/mac/mp640_2019_10_30/" class="more-link"><span class="screen-reader-text">"Macbookを使い無線LANでキャノンMP640からスキャンする方法" の</span>続きを読む</a></p>
<p>投稿 <a href="https://tag-sift.net/mac/mp640_2019_10_30/">Macbookを使い無線LANでキャノンMP640からスキャンする方法</a> は <a href="https://tag-sift.net">TAGシフト</a> に最初に表示されました。</p>
]]></description>
		
					<wfw:commentRss>https://tag-sift.net/mac/mp640_2019_10_30/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1128</post-id>	</item>
	</channel>
</rss>
