<?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>技術関係 - k n note</title>
	<atom:link href="https://nkmrkisk.com/archives/category/technical/feed" rel="self" type="application/rss+xml" />
	<link>https://nkmrkisk.com</link>
	<description></description>
	<lastBuildDate>Fri, 16 May 2025 03:16:39 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>

<image>
	<url>https://nkmrkisk.com/wp-content/uploads/2022/05/icon.png</url>
	<title>技術関係 - k n note</title>
	<link>https://nkmrkisk.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>画像の404エラーを .htaccess で別画像に差し替える方法</title>
		<link>https://nkmrkisk.com/archives/2403</link>
					<comments>https://nkmrkisk.com/archives/2403#respond</comments>
		
		<dc:creator><![CDATA[k n]]></dc:creator>
		<pubDate>Mon, 12 May 2025 06:41:40 +0000</pubDate>
				<category><![CDATA[技術関係]]></category>
		<guid isPermaLink="false">https://nkmrkisk.com/?p=2403</guid>

					<description><![CDATA[<p>ウェブサイトで画像が存在しない場合、404エラーが発生してしまうことがあります。このような状況で、.htaccess ファイルを使用して404エラーの画像リクエストを特定の画像に置き換える方法について解説します。 1.  [&#8230;]</p>
<p>The post <a href="https://nkmrkisk.com/archives/2403">画像の404エラーを .htaccess で別画像に差し替える方法</a> first appeared on <a href="https://nkmrkisk.com">k n note</a>.</p>]]></description>
		
					<wfw:commentRss>https://nkmrkisk.com/archives/2403/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPressのmeta_queryを使って、カスタムフィールドに保存した配列を検索する方法</title>
		<link>https://nkmrkisk.com/archives/2327</link>
					<comments>https://nkmrkisk.com/archives/2327#respond</comments>
		
		<dc:creator><![CDATA[k n]]></dc:creator>
		<pubDate>Wed, 06 Sep 2023 05:55:40 +0000</pubDate>
				<category><![CDATA[技術関係]]></category>
		<guid isPermaLink="false">https://nkmrkisk.com/?p=2327</guid>

					<description><![CDATA[<p>DBには配列という概念はない。「一つのセルには一つのデータのみを格納する」というシンプルなルールで作られたテーブルなので、そもそもデータベースの厳密性を大きく損なうことになるため、大前提としてやらない方が良い。ただ、Wo [&#8230;]</p>
<p>The post <a href="https://nkmrkisk.com/archives/2327">WordPressのmeta_queryを使って、カスタムフィールドに保存した配列を検索する方法</a> first appeared on <a href="https://nkmrkisk.com">k n note</a>.</p>]]></description>
		
					<wfw:commentRss>https://nkmrkisk.com/archives/2327/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>EC-CUBE 4系の商品ページで、規格を セレクト（select）からラジオ（input[type=radio]）に変更する方法</title>
		<link>https://nkmrkisk.com/archives/2323</link>
					<comments>https://nkmrkisk.com/archives/2323#respond</comments>
		
		<dc:creator><![CDATA[k n]]></dc:creator>
		<pubDate>Wed, 30 Aug 2023 05:02:41 +0000</pubDate>
				<category><![CDATA[技術関係]]></category>
		<category><![CDATA[EC-CUBE]]></category>
		<guid isPermaLink="false">https://nkmrkisk.com/?p=2323</guid>

					<description><![CDATA[<p>EC-CUBE 4系の商品ページで、規格を セレクト（select）からラジオ（input[type=radio]）に変更する方法 「app/Customize」配下に以下を追加。 /app/Customize/Even [&#8230;]</p>
<p>The post <a href="https://nkmrkisk.com/archives/2323">EC-CUBE 4系の商品ページで、規格を セレクト（select）からラジオ（input[type=radio]）に変更する方法</a> first appeared on <a href="https://nkmrkisk.com">k n note</a>.</p>]]></description>
		
					<wfw:commentRss>https://nkmrkisk.com/archives/2323/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPressでenqueueされたURLに、自動で本体のバージョンが挿入されるのをテーマのバージョンに変更する方法</title>
		<link>https://nkmrkisk.com/archives/2304</link>
					<comments>https://nkmrkisk.com/archives/2304#respond</comments>
		
		<dc:creator><![CDATA[k n]]></dc:creator>
		<pubDate>Fri, 30 Dec 2022 05:06:40 +0000</pubDate>
				<category><![CDATA[技術関係]]></category>
		<guid isPermaLink="false">https://nkmrkisk.com/?p=2304</guid>

					<description><![CDATA[<p>WordPressでは、CSSやJS等を依存関係を解決しながら head, footer に挿入してくれる「wp_enqueue_style」「wp_enqueue_script」といった関数があり、コア機能やプラグイン [&#8230;]</p>
<p>The post <a href="https://nkmrkisk.com/archives/2304">WordPressでenqueueされたURLに、自動で本体のバージョンが挿入されるのをテーマのバージョンに変更する方法</a> first appeared on <a href="https://nkmrkisk.com">k n note</a>.</p>]]></description>
		
					<wfw:commentRss>https://nkmrkisk.com/archives/2304/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>EC-CUBE で全ての商品(SKU)のカートを分けたい場合のallocateの改修</title>
		<link>https://nkmrkisk.com/archives/2294</link>
					<comments>https://nkmrkisk.com/archives/2294#respond</comments>
		
		<dc:creator><![CDATA[k n]]></dc:creator>
		<pubDate>Wed, 26 Oct 2022 03:35:01 +0000</pubDate>
				<category><![CDATA[技術関係]]></category>
		<guid isPermaLink="false">https://nkmrkisk.com/?p=2294</guid>

					<description><![CDATA[<p>EC-CUBEは、デフォルトでは「商品種別」によってカートを分ける仕様になっている。もし、EC-CUBEの全ての商品を、同時に注文できない（カートを分ける）ようにするには、どうしたらよいかまとめる。 新しいAllocat [&#8230;]</p>
<p>The post <a href="https://nkmrkisk.com/archives/2294">EC-CUBE で全ての商品(SKU)のカートを分けたい場合のallocateの改修</a> first appeared on <a href="https://nkmrkisk.com">k n note</a>.</p>]]></description>
		
					<wfw:commentRss>https://nkmrkisk.com/archives/2294/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WelcartでGoogle Merchant Center に商品データを登録するためのRSSフィードの作り方</title>
		<link>https://nkmrkisk.com/archives/2291</link>
					<comments>https://nkmrkisk.com/archives/2291#respond</comments>
		
		<dc:creator><![CDATA[k n]]></dc:creator>
		<pubDate>Mon, 24 Oct 2022 07:17:25 +0000</pubDate>
				<category><![CDATA[技術関係]]></category>
		<guid isPermaLink="false">https://nkmrkisk.com/?p=2291</guid>

					<description><![CDATA[<p>Googleショッピング広告の無料枠は、通販サイトの立ち上げ時期の少ない流入経路を少しでも増やすためにできれば掲載したい露出先の１つ。Welcartの公式プラグインだと、1万円以下だけれど費用が掛かるので、できれば無料で [&#8230;]</p>
<p>The post <a href="https://nkmrkisk.com/archives/2291">WelcartでGoogle Merchant Center に商品データを登録するためのRSSフィードの作り方</a> first appeared on <a href="https://nkmrkisk.com">k n note</a>.</p>]]></description>
		
					<wfw:commentRss>https://nkmrkisk.com/archives/2291/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>JavaScriptで空のhref属性を取得するとページURLが返ってくる。hrefの文字列がそのまま欲しい時は getAttribute()を使う</title>
		<link>https://nkmrkisk.com/archives/2261</link>
					<comments>https://nkmrkisk.com/archives/2261#respond</comments>
		
		<dc:creator><![CDATA[k n]]></dc:creator>
		<pubDate>Fri, 02 Sep 2022 10:38:25 +0000</pubDate>
				<category><![CDATA[技術関係]]></category>
		<category><![CDATA[JavaScript]]></category>
		<guid isPermaLink="false">https://nkmrkisk.com/?p=2261</guid>

					<description><![CDATA[<p>タイトル通りで、少しハマったのでメモ。 以下のようなAタグ（hrefが#や空のリンクタグ）があるとする。 &#60;a href="#" id="link1"&#62;#リンク&#60;/a&#62; &#60;a href="" [&#8230;]</p>
<p>The post <a href="https://nkmrkisk.com/archives/2261">JavaScriptで空のhref属性を取得するとページURLが返ってくる。hrefの文字列がそのまま欲しい時は getAttribute()を使う</a> first appeared on <a href="https://nkmrkisk.com">k n note</a>.</p>]]></description>
		
					<wfw:commentRss>https://nkmrkisk.com/archives/2261/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>EC-CUBEをXserveerで構築時、メールの送信エラーが起こった場合の対策（.env）</title>
		<link>https://nkmrkisk.com/archives/2258</link>
					<comments>https://nkmrkisk.com/archives/2258#respond</comments>
		
		<dc:creator><![CDATA[k n]]></dc:creator>
		<pubDate>Thu, 18 Aug 2022 03:01:32 +0000</pubDate>
				<category><![CDATA[技術関係]]></category>
		<category><![CDATA[EC-CUBE]]></category>
		<category><![CDATA[xserver]]></category>
		<guid isPermaLink="false">https://nkmrkisk.com/?p=2258</guid>

					<description><![CDATA[<p>EC-CUBE4系をXserverにインストールした時、デフォルトの設定だとメールの送信でエラーが起こる場合がある。 .env のMAIL_URLの指定を以下に変更すると送信できるようになった。 - MAILER_URL [&#8230;]</p>
<p>The post <a href="https://nkmrkisk.com/archives/2258">EC-CUBEをXserveerで構築時、メールの送信エラーが起こった場合の対策（.env）</a> first appeared on <a href="https://nkmrkisk.com">k n note</a>.</p>]]></description>
		
					<wfw:commentRss>https://nkmrkisk.com/archives/2258/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>MacOSにPHP8.0をhomebrewを使ってインストールする</title>
		<link>https://nkmrkisk.com/archives/2239</link>
					<comments>https://nkmrkisk.com/archives/2239#respond</comments>
		
		<dc:creator><![CDATA[k n]]></dc:creator>
		<pubDate>Tue, 12 Jul 2022 05:37:36 +0000</pubDate>
				<category><![CDATA[技術関係]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://nkmrkisk.com/?p=2239</guid>

					<description><![CDATA[<p>EC-CUBE 4.2をローカルのDockerで動かす時に使う必要が出てきたため、PHP8.0をMacにインストールする。 僕のMacでは、 .zshrc を確認すると以下の２行があるので、homebrew でPHPをイ [&#8230;]</p>
<p>The post <a href="https://nkmrkisk.com/archives/2239">MacOSにPHP8.0をhomebrewを使ってインストールする</a> first appeared on <a href="https://nkmrkisk.com">k n note</a>.</p>]]></description>
		
					<wfw:commentRss>https://nkmrkisk.com/archives/2239/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>EC-CUBEのTwigファイルで、各ページの条件分岐を行う</title>
		<link>https://nkmrkisk.com/archives/2237</link>
					<comments>https://nkmrkisk.com/archives/2237#respond</comments>
		
		<dc:creator><![CDATA[k n]]></dc:creator>
		<pubDate>Thu, 07 Jul 2022 12:52:53 +0000</pubDate>
				<category><![CDATA[技術関係]]></category>
		<category><![CDATA[EC-CUBE]]></category>
		<category><![CDATA[twig]]></category>
		<guid isPermaLink="false">https://nkmrkisk.com/?p=2237</guid>

					<description><![CDATA[<p>EC-CUBEの&#60;head&#62;内や 共通で表示される ヘッダー・フッター等に、トップページ、商品一覧ページ、商品詳細ページなどで情報の出し分けをする場合のタグ。 {% if app.request.get('_ [&#8230;]</p>
<p>The post <a href="https://nkmrkisk.com/archives/2237">EC-CUBEのTwigファイルで、各ページの条件分岐を行う</a> first appeared on <a href="https://nkmrkisk.com">k n note</a>.</p>]]></description>
		
					<wfw:commentRss>https://nkmrkisk.com/archives/2237/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
