<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>SEO対策クレアネットクリエイターブログ</title>
	<atom:link href="http://www.sonimori.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sonimori.com</link>
	<description>大阪のSEO対策会社クレアネットWebクリエイターのブログ</description>
	<lastBuildDate>Fri, 03 Feb 2012 09:38:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.sonimori.com/feed" />
		<item>
		<title>代替テキストとは？</title>
		<link>http://www.sonimori.com/archives/1710</link>
		<comments>http://www.sonimori.com/archives/1710#comments</comments>
		<pubDate>Fri, 03 Feb 2012 09:38:52 +0000</pubDate>
		<dc:creator>toyokawa</dc:creator>
				<category><![CDATA[あれこれ]]></category>

		<guid isPermaLink="false">http://www.sonimori.com/?p=1710</guid>
		<description><![CDATA[代替テキストは、読んで字の如く画像のかわりとなるテキストのことです。
イメージタグで指定している画像が存在しない時や、音声読み上げソフトを使用している場合などに必要になります。
画像が表示されなくても、その代替テキストで内容がわかるように設定することが推奨されています。
]]></description>
			<content:encoded><![CDATA[<p>代替テキストは、読んで字の如く<span style="color:red;">画像のかわりとなる</span>テキストのことです。<br />
イメージタグで指定している画像が存在しない時や、音声読み上げソフトを使用している場合などに必要になります。</p>
<p>画像が表示されなくても、その代替テキストで内容がわかるように設定することが推奨されています。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sonimori.com/archives/1710/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.sonimori.com/archives/1710" />
	</item>
		<item>
		<title>絶対パス・相対パスとは</title>
		<link>http://www.sonimori.com/archives/1705</link>
		<comments>http://www.sonimori.com/archives/1705#comments</comments>
		<pubDate>Thu, 02 Feb 2012 10:18:26 +0000</pubDate>
		<dc:creator>toyokawa</dc:creator>
				<category><![CDATA[あれこれ]]></category>

		<guid isPermaLink="false">http://www.sonimori.com/?p=1705</guid>
		<description><![CDATA[パスとは、ファイルの所在を示す住所のようなものです。
その中でも絶対パスは、頭からきちんと書かれたもののことを指します。
例：http://www.sonimori.com/image/gazou.jpg　など
住所で例えると…大阪府大阪市北区西天満5-6-10
　
これに対し相対パスは、現在の位置と比べて目的のファイルはどこにあるかで指定します。
例：../image/gazou.jpg　など
住所で例えると…隣のビルの三階にある５号室
]]></description>
			<content:encoded><![CDATA[<p>パスとは、ファイルの所在を示す住所のようなものです。</p>
<p>その中でも絶対パスは、頭からきちんと書かれたもののことを指します。</p>
<p>例：http://www.sonimori.com/image/gazou.jpg　など<br />
住所で例えると…大阪府大阪市北区西天満5-6-10</p>
<p>　</p>
<p>これに対し相対パスは、現在の位置と比べて目的のファイルはどこにあるかで指定します。</p>
<p>例：../image/gazou.jpg　など<br />
住所で例えると…隣のビルの三階にある５号室</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sonimori.com/archives/1705/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.sonimori.com/archives/1705" />
	</item>
		<item>
		<title>クリッカブルマップとは？</title>
		<link>http://www.sonimori.com/archives/1698</link>
		<comments>http://www.sonimori.com/archives/1698#comments</comments>
		<pubDate>Tue, 31 Jan 2012 10:04:39 +0000</pubDate>
		<dc:creator>toyokawa</dc:creator>
				<category><![CDATA[あれこれ]]></category>

		<guid isPermaLink="false">http://www.sonimori.com/?p=1698</guid>
		<description><![CDATA[クリッカブルマップは、画像の中に複数のリンク先を設定し、クリックした場所によって決められたリンク先に移動することができる機能のことです。
イメージマップとも呼ばれます。
地域別リンクで見かけることが多いです。
サンプル：








HTML：

&#60;img src=&#34;http://www.sonimori.com/wp-content/uploads/2012/01/map.jpg&#34; alt=&#34;クリッカブルマップテスト&#34; width=&#34;440&#34; height=&#34;267&#34; usemap=&#34;#Map&#34; /&#62;
&#60;map name=&#34;Map&#34; id=&#34;Map&#34;&#62;
    &#60;area shape=&#34;circle&#34; coords=&#34;78,78,61&#34; href=&#34;#&#34; /&#62;
    &#60;area shape=&#34;rect&#34; coords=&#34;282,32,406,156&#34; href=&#34;#&#34; /&#62;
    &#60;area shape=&#34;circle&#34; coords=&#34;215,162,27&#34; href=&#34;#&#34; /&#62;
    &#60;area shape=&#34;rect&#34; coords=&#34;83,190,141,248&#34; href=&#34;#&#34; /&#62;
    &#60;area shape=&#34;rect&#34; coords=&#34;347,208,388,249&#34; href=&#34;#&#34; /&#62;
&#60;/map&#62;

]]></description>
			<content:encoded><![CDATA[<p>クリッカブルマップは、画像の中に複数のリンク先を設定し、クリックした場所によって決められたリンク先に移動することができる機能のことです。<br />
イメージマップとも呼ばれます。</p>
<p>地域別リンクで見かけることが多いです。</p>
<p>サンプル：</p>
<p><img src="http://www.sonimori.com/wp-content/uploads/2012/01/map.jpg" alt="" width="440" height="267" border="0" usemap="#Map" /></p>
<map name="Map" id="Map">
<area shape="circle" coords="78,78,61" href="#" />
<area shape="rect" coords="282,32,406,156" href="#" />
<area shape="circle" coords="215,162,27" href="#" />
<area shape="rect" coords="83,190,141,248" href="#" />
<area shape="rect" coords="347,208,388,249" href="#" />
</map>
<p>HTML：</p>
<pre class="brush: xml; title: ; notranslate">
&lt;img src=&quot;http://www.sonimori.com/wp-content/uploads/2012/01/map.jpg&quot; alt=&quot;クリッカブルマップテスト&quot; width=&quot;440&quot; height=&quot;267&quot; usemap=&quot;#Map&quot; /&gt;
&lt;map name=&quot;Map&quot; id=&quot;Map&quot;&gt;
    &lt;area shape=&quot;circle&quot; coords=&quot;78,78,61&quot; href=&quot;#&quot; /&gt;
    &lt;area shape=&quot;rect&quot; coords=&quot;282,32,406,156&quot; href=&quot;#&quot; /&gt;
    &lt;area shape=&quot;circle&quot; coords=&quot;215,162,27&quot; href=&quot;#&quot; /&gt;
    &lt;area shape=&quot;rect&quot; coords=&quot;83,190,141,248&quot; href=&quot;#&quot; /&gt;
    &lt;area shape=&quot;rect&quot; coords=&quot;347,208,388,249&quot; href=&quot;#&quot; /&gt;
&lt;/map&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.sonimori.com/archives/1698/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.sonimori.com/archives/1698" />
	</item>
		<item>
		<title>パンくずリストとは？</title>
		<link>http://www.sonimori.com/archives/1689</link>
		<comments>http://www.sonimori.com/archives/1689#comments</comments>
		<pubDate>Mon, 30 Jan 2012 10:09:16 +0000</pubDate>
		<dc:creator>toyokawa</dc:creator>
				<category><![CDATA[あれこれ]]></category>

		<guid isPermaLink="false">http://www.sonimori.com/?p=1689</guid>
		<description><![CDATA[パンくずリストは、現在サイトのどの位置にいるのかを階層で表示するもので、
見ている人がサイト内で迷子にならないようナビゲーションする役割を持っています。

このパンくずリストという名前、「ヘンゼルとグレーテル」で、主人公が森で迷子になるのを防ぐためにパンくずをまきながら歩いていたのが由来だそうです。
]]></description>
			<content:encoded><![CDATA[<p>パンくずリストは、現在サイトのどの位置にいるのかを階層で表示するもので、<br />
見ている人がサイト内で迷子にならないようナビゲーションする役割を持っています。</p>
<p><img src="http://www.sonimori.com/wp-content/uploads/2012/01/名称未設定-11.jpg" alt="" title="名称未設定-1" width="400" height="250" class="alignnone size-full wp-image-1690" /></p>
<p>このパンくずリストという名前、「ヘンゼルとグレーテル」で、主人公が森で迷子になるのを防ぐためにパンくずをまきながら歩いていたのが由来だそうです。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sonimori.com/archives/1689/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.sonimori.com/archives/1689" />
	</item>
		<item>
		<title>ローカルナビゲーションとは？</title>
		<link>http://www.sonimori.com/archives/1683</link>
		<comments>http://www.sonimori.com/archives/1683#comments</comments>
		<pubDate>Thu, 26 Jan 2012 10:01:24 +0000</pubDate>
		<dc:creator>toyokawa</dc:creator>
				<category><![CDATA[あれこれ]]></category>

		<guid isPermaLink="false">http://www.sonimori.com/?p=1683</guid>
		<description><![CDATA[ローカルナビゲーションは、表示しているページと同じ階層のコンテンツに移動するためのサブメニューを指します。
細かいページ移動を容易にするために設置されることが多く、ページの左右にあることが多いです。

]]></description>
			<content:encoded><![CDATA[<p>ローカルナビゲーションは、表示しているページと同じ階層のコンテンツに移動するためのサブメニューを指します。<br />
細かいページ移動を容易にするために設置されることが多く、ページの左右にあることが多いです。</p>
<p><img src="http://www.sonimori.com/wp-content/uploads/2012/01/名称未設定-1.jpg" alt="" title="名称未設定 1" width="400" height="300" class="alignnone size-full wp-image-1684" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sonimori.com/archives/1683/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.sonimori.com/archives/1683" />
	</item>
		<item>
		<title>グローバルナビゲーションとは？</title>
		<link>http://www.sonimori.com/archives/1679</link>
		<comments>http://www.sonimori.com/archives/1679#comments</comments>
		<pubDate>Wed, 25 Jan 2012 09:26:23 +0000</pubDate>
		<dc:creator>toyokawa</dc:creator>
				<category><![CDATA[あれこれ]]></category>

		<guid isPermaLink="false">http://www.sonimori.com/?p=1679</guid>
		<description><![CDATA[グローバルナビゲーションは、Webサイト内の主要コンテンツに案内するためのメニューを指します。
通常、サイト全体で共通して表示されているため、ユーザーはどのページに移動しても常に目的の情報やコンテンツにすばやくアクセスすることができます。

]]></description>
			<content:encoded><![CDATA[<p>グローバルナビゲーションは、Webサイト内の主要コンテンツに案内するためのメニューを指します。</p>
<p>通常、サイト全体で共通して表示されているため、ユーザーはどのページに移動しても常に目的の情報やコンテンツにすばやくアクセスすることができます。</p>
<p><img src="http://www.sonimori.com/wp-content/uploads/2012/01/navi.jpg" alt="" title="navi" width="400" height="300" class="alignnone size-full wp-image-1680" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sonimori.com/archives/1679/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.sonimori.com/archives/1679" />
	</item>
		<item>
		<title>ロールオーバーとは？</title>
		<link>http://www.sonimori.com/archives/1676</link>
		<comments>http://www.sonimori.com/archives/1676#comments</comments>
		<pubDate>Tue, 24 Jan 2012 09:38:43 +0000</pubDate>
		<dc:creator>toyokawa</dc:creator>
				<category><![CDATA[あれこれ]]></category>

		<guid isPermaLink="false">http://www.sonimori.com/?p=1676</guid>
		<description><![CDATA[ロールオーバーは、マウスカーソルを画像などの上に載せた時に、
画像が切り替わる動作のことを指し、マウスオーバーとも呼ばれます。
ロールオーバーをつけることにより、その画像にリンクが貼っていることを視覚的に知らせることができます。

]]></description>
			<content:encoded><![CDATA[<p>ロールオーバーは、マウスカーソルを画像などの上に載せた時に、<br />
画像が切り替わる動作のことを指し、マウスオーバーとも呼ばれます。</p>
<p>ロールオーバーをつけることにより、その画像にリンクが貼っていることを視覚的に知らせることができます。</p>
<p><img src="http://www.sonimori.com/wp-content/uploads/2012/01/over.jpg" alt="" title="over" width="310" height="375" class="alignnone size-full wp-image-1677" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sonimori.com/archives/1676/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.sonimori.com/archives/1676" />
	</item>
		<item>
		<title>ベクター画像とラスター画像</title>
		<link>http://www.sonimori.com/archives/1667</link>
		<comments>http://www.sonimori.com/archives/1667#comments</comments>
		<pubDate>Mon, 23 Jan 2012 09:37:09 +0000</pubDate>
		<dc:creator>toyokawa</dc:creator>
				<category><![CDATA[デザイン]]></category>

		<guid isPermaLink="false">http://www.sonimori.com/?p=1667</guid>
		<description><![CDATA[ラスターイメージは、小さな点で構成された画像です。
jpg,png,gifなどが分類されます。
ベクターイメージは、直線や曲線を数式に置き換え描かれた画像です。
Flashで使用するイラストなどによく用いられています。

ベクターは拡大してもきれいなままなのに対し、
ラスターは点で構成されているため、拡大すると荒くなってしまいます。
]]></description>
			<content:encoded><![CDATA[<p>ラスターイメージは、小さな点で構成された画像です。<br />
jpg,png,gifなどが分類されます。</p>
<p>ベクターイメージは、直線や曲線を数式に置き換え描かれた画像です。<br />
Flashで使用するイラストなどによく用いられています。</p>
<p><img src="http://www.sonimori.com/wp-content/uploads/2012/01/名称未設定-2.jpg" alt="" title="名称未設定-2" width="450" height="250" class="alignnone size-full wp-image-1672" /><br />
ベクターは拡大してもきれいなままなのに対し、<br />
ラスターは点で構成されているため、拡大すると荒くなってしまいます。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sonimori.com/archives/1667/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.sonimori.com/archives/1667" />
	</item>
		<item>
		<title>マルチパート配信とは？</title>
		<link>http://www.sonimori.com/archives/1663</link>
		<comments>http://www.sonimori.com/archives/1663#comments</comments>
		<pubDate>Fri, 20 Jan 2012 10:42:32 +0000</pubDate>
		<dc:creator>toyokawa</dc:creator>
				<category><![CDATA[あれこれ]]></category>

		<guid isPermaLink="false">http://www.sonimori.com/?p=1663</guid>
		<description><![CDATA[マルチパート配信は、HTMLメールとテキストメールを１つのメールで送信できる配信形式です。
HTMLメールを受信できる方にはHTMLメールを、受信できない方にはテキストメールで表示させることができます。
]]></description>
			<content:encoded><![CDATA[<p>マルチパート配信は、HTMLメールとテキストメールを１つのメールで送信できる配信形式です。<br />
HTMLメールを受信できる方にはHTMLメールを、受信できない方にはテキストメールで表示させることができます。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sonimori.com/archives/1663/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.sonimori.com/archives/1663" />
	</item>
		<item>
		<title>解像度とは？</title>
		<link>http://www.sonimori.com/archives/1661</link>
		<comments>http://www.sonimori.com/archives/1661#comments</comments>
		<pubDate>Thu, 19 Jan 2012 09:52:40 +0000</pubDate>
		<dc:creator>toyokawa</dc:creator>
				<category><![CDATA[あれこれ]]></category>

		<guid isPermaLink="false">http://www.sonimori.com/?p=1661</guid>
		<description><![CDATA[解像度は、1インチあたりにどれだけのドット、ピクセルが入るか、つまり、画像の密度をあらわします。
単位はdpi … ドットパーインチ　です。
Webページを印刷するとき画像が荒くなるのは、この「解像度」が低いためです。
一般的に印刷物には、300dpi以上の解像度をもつことが多いのですが、
Webページ用の画像は72dpiで作成されることが多いため荒くなってしまうのです。
]]></description>
			<content:encoded><![CDATA[<p>解像度は、1インチあたりにどれだけのドット、ピクセルが入るか、つまり、画像の密度をあらわします。<br />
単位はdpi … ドットパーインチ　です。</p>
<p>Webページを印刷するとき画像が荒くなるのは、この「解像度」が低いためです。<br />
一般的に印刷物には、300dpi以上の解像度をもつことが多いのですが、<br />
Webページ用の画像は72dpiで作成されることが多いため荒くなってしまうのです。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sonimori.com/archives/1661/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.sonimori.com/archives/1661" />
	</item>
	</channel>
</rss>

