<?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>HTML | テクニカルノート</title>
	<atom:link href="https://accelboon.com/tn/category/html/feed/" rel="self" type="application/rss+xml" />
	<link>https://accelboon.com/tn</link>
	<description>WordPress PHP C# などプログラミングに関するメモ</description>
	<lastBuildDate>Thu, 25 Feb 2021 01:32:28 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.2</generator>
	<item>
		<title>【WordPress】Instagramのウィジェットをサイドバーに表示させる</title>
		<link>https://accelboon.com/tn/instagram%e3%81%ae%e3%82%a6%e3%82%a3%e3%82%b8%e3%82%a7%e3%83%83%e3%83%88%e3%82%92%e8%87%aa%e4%bd%9c/</link>
		
		<dc:creator><![CDATA[nakaike]]></dc:creator>
		<pubDate>Wed, 25 Nov 2020 03:32:05 +0000</pubDate>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ウィジェット]]></category>
		<category><![CDATA[開発]]></category>
		<guid isPermaLink="false">http://accelboon.com/tn/?p=1863</guid>

					<description><![CDATA[<p>Instagram のウィジェットは、FacebookやTwetterのように公式に提供されていないので、外部サービスをつかったりすることが多いみたいです。 そこで、APIからデータを取得して自前でHTMLを生成する方法 [&#8230;]</p>
The post <a href="https://accelboon.com/tn/instagram%e3%81%ae%e3%82%a6%e3%82%a3%e3%82%b8%e3%82%a7%e3%83%83%e3%83%88%e3%82%92%e8%87%aa%e4%bd%9c/">【WordPress】Instagramのウィジェットをサイドバーに表示させる</a> first appeared on <a href="https://accelboon.com/tn">テクニカルノート</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>CSS 途中で要素を画面いっぱいに広げる</title>
		<link>https://accelboon.com/tn/css-%e9%80%94%e4%b8%ad%e3%81%a7%e8%a6%81%e7%b4%a0%e3%82%92%e7%94%bb%e9%9d%a2%e3%81%84%e3%81%a3%e3%81%b1%e3%81%84%e3%81%ab%e5%ba%83%e3%81%92%e3%82%8b/</link>
		
		<dc:creator><![CDATA[nakaike]]></dc:creator>
		<pubDate>Fri, 01 Jul 2016 08:47:36 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://accelboon.com/tn/?p=1268</guid>

					<description><![CDATA[<p>ヘッダーや、フッターを画面いっぱいに広げる場合、widthを100%に指定すればいいだけですが。 mainの途中で背景だけ目一杯に広る場合、mainを2つに分けて、間に目一杯の枠を作る。なんてことをしてた時期がありまして [&#8230;]</p>
The post <a href="https://accelboon.com/tn/css-%e9%80%94%e4%b8%ad%e3%81%a7%e8%a6%81%e7%b4%a0%e3%82%92%e7%94%bb%e9%9d%a2%e3%81%84%e3%81%a3%e3%81%b1%e3%81%84%e3%81%ab%e5%ba%83%e3%81%92%e3%82%8b/">CSS 途中で要素を画面いっぱいに広げる</a> first appeared on <a href="https://accelboon.com/tn">テクニカルノート</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>[JQuery] スクロールでTableのヘッダをシンプルに固定する（レスポンシブ対応）</title>
		<link>https://accelboon.com/tn/jquery-%e3%82%b9%e3%82%af%e3%83%ad%e3%83%bc%e3%83%ab%e3%81%a7table%e3%81%ae%e3%83%98%e3%83%83%e3%83%80%e3%82%92%e5%9b%ba%e5%ae%9a%e3%81%99%e3%82%8b%ef%bc%88%e3%83%ac%e3%82%b9%e3%83%9d%e3%83%b3/</link>
		
		<dc:creator><![CDATA[nakaike]]></dc:creator>
		<pubDate>Tue, 14 Jun 2016 01:08:59 +0000</pubDate>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JQuery]]></category>
		<guid isPermaLink="false">http://accelboon.com/tn/?p=1161</guid>

					<description><![CDATA[<p>行数の多いテーブルだと、スクロールしていくとヘッダ部分が消えてしまうので、固定したいときがあります。sそんなとき、なるべくシンプルにコーディングするには、固定用のテーブルを別に用意したほうがシンプルに済みます。 こんな感 [&#8230;]</p>
The post <a href="https://accelboon.com/tn/jquery-%e3%82%b9%e3%82%af%e3%83%ad%e3%83%bc%e3%83%ab%e3%81%a7table%e3%81%ae%e3%83%98%e3%83%83%e3%83%80%e3%82%92%e5%9b%ba%e5%ae%9a%e3%81%99%e3%82%8b%ef%bc%88%e3%83%ac%e3%82%b9%e3%83%9d%e3%83%b3/">[JQuery] スクロールでTableのヘッダをシンプルに固定する（レスポンシブ対応）</a> first appeared on <a href="https://accelboon.com/tn">テクニカルノート</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>CSS 半角英数の連続文字が折り返すようにする</title>
		<link>https://accelboon.com/tn/css-%e5%8d%8a%e8%a7%92%e8%8b%b1%e6%95%b0%e3%81%ae%e9%80%a3%e7%b6%9a%e6%96%87%e5%ad%97%e3%81%8c%e6%8a%98%e3%82%8a%e8%bf%94%e3%81%99%e3%82%88%e3%81%86%e3%81%ab%e3%81%99%e3%82%8b/</link>
		
		<dc:creator><![CDATA[nakaike]]></dc:creator>
		<pubDate>Wed, 24 Feb 2016 01:30:46 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[overflow-wrap]]></category>
		<category><![CDATA[word-break]]></category>
		<category><![CDATA[word-wrap]]></category>
		<guid isPermaLink="false">http://accelboon.com/tn/?p=992</guid>

					<description><![CDATA[<p>半角英数が連続した文字（例えばURLや、ハッシュ値など）を表示すると、枠からはみ出てしまう事があります。 その対策として、 [crayon-642f73b7cb8b3726074550/] と、 [crayon-642f [&#8230;]</p>
The post <a href="https://accelboon.com/tn/css-%e5%8d%8a%e8%a7%92%e8%8b%b1%e6%95%b0%e3%81%ae%e9%80%a3%e7%b6%9a%e6%96%87%e5%ad%97%e3%81%8c%e6%8a%98%e3%82%8a%e8%bf%94%e3%81%99%e3%82%88%e3%81%86%e3%81%ab%e3%81%99%e3%82%8b/">CSS 半角英数の連続文字が折り返すようにする</a> first appeared on <a href="https://accelboon.com/tn">テクニカルノート</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>HTML特殊文字（実態参照）の変換ツール</title>
		<link>https://accelboon.com/tn/test/</link>
		
		<dc:creator><![CDATA[nakaike]]></dc:creator>
		<pubDate>Wed, 17 Feb 2016 08:49:10 +0000</pubDate>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<guid isPermaLink="false">http://accelboon.com/tn/?p=794</guid>

					<description><![CDATA[<p>HTML特殊文字（実体参照）を変換します。変換する対象は、&#38;、　の３つだけです。 使いかたは、変換したい文字列を入れてボタンをクリックするだけ。 エンコード： デコード: &#160; ソースコード このサイトの [&#8230;]</p>
The post <a href="https://accelboon.com/tn/test/">HTML特殊文字（実態参照）の変換ツール</a> first appeared on <a href="https://accelboon.com/tn">テクニカルノート</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>JQuery URLのパラメータで、Formのselect要素を選択する</title>
		<link>https://accelboon.com/tn/jquery-url%e3%81%ae%e3%83%91%e3%83%a9%e3%83%a1%e3%83%bc%e3%82%bf%e3%81%a7%e3%80%81form%e3%81%aeselect%e8%a6%81%e7%b4%a0%e3%82%92%e9%81%b8%e6%8a%9e%e3%81%99%e3%82%8b/</link>
		
		<dc:creator><![CDATA[nakaike]]></dc:creator>
		<pubDate>Mon, 15 Feb 2016 23:48:11 +0000</pubDate>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JQuery]]></category>
		<guid isPermaLink="false">http://accelboon.com/tn/?p=776</guid>

					<description><![CDATA[<p>URLのパラメータで、Formのselect要素を選択する方法です。 たとえば、 http://accelboon.com/contuctus/?cc=order　のようにして、ccパラメータで選択する項目を指定した場合 [&#8230;]</p>
The post <a href="https://accelboon.com/tn/jquery-url%e3%81%ae%e3%83%91%e3%83%a9%e3%83%a1%e3%83%bc%e3%82%bf%e3%81%a7%e3%80%81form%e3%81%aeselect%e8%a6%81%e7%b4%a0%e3%82%92%e9%81%b8%e6%8a%9e%e3%81%99%e3%82%8b/">JQuery URLのパラメータで、Formのselect要素を選択する</a> first appeared on <a href="https://accelboon.com/tn">テクニカルノート</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>WordPressの管理画面のファビコンを変更する。</title>
		<link>https://accelboon.com/tn/wordpress%e3%81%ae%e7%ae%a1%e7%90%86%e7%94%bb%e9%9d%a2%e3%81%ae%e3%83%95%e3%82%a1%e3%83%93%e3%82%b3%e3%83%b3%e3%82%92%e5%a4%89%e6%9b%b4%e3%81%99%e3%82%8b%e3%80%82/</link>
		
		<dc:creator><![CDATA[nakaike]]></dc:creator>
		<pubDate>Wed, 10 Feb 2016 01:38:58 +0000</pubDate>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[admin_head]]></category>
		<category><![CDATA[wp_head]]></category>
		<category><![CDATA[ファビコン]]></category>
		<guid isPermaLink="false">http://accelboon.com/tn/?p=678</guid>

					<description><![CDATA[<p>管理画面側のファビコンを変更するには、function.phpに入れる。 [crayon-642f73b7cbbb8924715676/] ちなみに、表側を変えるには、header.phpのheadタグ内に直接、 [cr [&#8230;]</p>
The post <a href="https://accelboon.com/tn/wordpress%e3%81%ae%e7%ae%a1%e7%90%86%e7%94%bb%e9%9d%a2%e3%81%ae%e3%83%95%e3%82%a1%e3%83%93%e3%82%b3%e3%83%b3%e3%82%92%e5%a4%89%e6%9b%b4%e3%81%99%e3%82%8b%e3%80%82/">WordPressの管理画面のファビコンを変更する。</a> first appeared on <a href="https://accelboon.com/tn">テクニカルノート</a>.]]></description>
		
		
		
			</item>
	</channel>
</rss>
