<?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>GoodUse &#187; css</title>
	<atom:link href="http://g.azucar.jp/category/css/feed" rel="self" type="application/rss+xml" />
	<link>http://g.azucar.jp</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 09 Sep 2010 13:13:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>bodyの背景写真を可変にするには</title>
		<link>http://g.azucar.jp/body%e3%81%ae%e8%83%8c%e6%99%af%e5%86%99%e7%9c%9f%e3%82%92%e5%8f%af%e5%a4%89%e3%81%ab%e3%81%99%e3%82%8b%e3%81%ab%e3%81%af</link>
		<comments>http://g.azucar.jp/body%e3%81%ae%e8%83%8c%e6%99%af%e5%86%99%e7%9c%9f%e3%82%92%e5%8f%af%e5%a4%89%e3%81%ab%e3%81%99%e3%82%8b%e3%81%ab%e3%81%af#comments</comments>
		<pubDate>Mon, 14 Jun 2010 07:44:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://g.azucar.jp/body%e3%81%ae%e8%83%8c%e6%99%af%e5%86%99%e7%9c%9f%e3%82%92%e5%8f%af%e5%a4%89%e3%81%ab%e3%81%99%e3%82%8b%e3%81%ab%e3%81%af</guid>
		<description><![CDATA[bodyの背景写真を可変にするには、
1.width1024px以上の画像bg.pngを用意する
2.&#60;body&#62;タグ、すぐ下に、以下のイメージのタグを挿入する
&#60;img src=&#34;bg.png&#34; id=&#34;bg&#34;&#62;

3.cssに以下のコードを挿入する
img#bg {
height:auto;
left:0;
min-height:100%;
min-width:1024px;
position:fixed;
top:0;
width:100%;
}


注意

その他のdivの指定で、positionの指定をする 
画像は場合に場合によって、拡大されるので、拡大されることを想定して用意する      ＊たとえば、1300pxぐらいに画面がひらかれることをイメージするなら、そのサイズを用意する

]]></description>
			<content:encoded><![CDATA[<p>bodyの背景写真を可変にするには、</p>
<p>1.width1024px以上の画像bg.pngを用意する</p>
<p>2.&lt;body&gt;タグ、すぐ下に、以下のイメージのタグを挿入する</p>
<blockquote><p>&lt;img src=&quot;<a href="http://b.pmag.biz/wp-content/themes/theunstandard/images/bg.png&quot;">bg.png&quot;</a> id=&quot;bg&quot;&gt;</p>
</blockquote>
<p>3.cssに以下のコードを挿入する</p>
<blockquote><p>img#bg {</p>
<p>height:auto;</p>
<p>left:0;</p>
<p>min-height:100%;</p>
<p>min-width:1024px;</p>
<p>position:fixed;</p>
<p>top:0;</p>
<p>width:100%;</p>
<p>}</p>
</blockquote>
<blockquote></blockquote>
<p>注意</p>
<ul>
<li>その他のdivの指定で、positionの指定をする </li>
<li>画像は場合に場合によって、拡大されるので、拡大されることを想定して用意する      <br />＊たとえば、1300pxぐらいに画面がひらかれることをイメージするなら、そのサイズを用意する</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://g.azucar.jp/body%e3%81%ae%e8%83%8c%e6%99%af%e5%86%99%e7%9c%9f%e3%82%92%e5%8f%af%e5%a4%89%e3%81%ab%e3%81%99%e3%82%8b%e3%81%ab%e3%81%af/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wordPressをバックアップするにはWordPress EZ Backup</title>
		<link>http://g.azucar.jp/wordpress%e3%82%92%e3%83%90%e3%83%83%e3%82%af%e3%82%a2%e3%83%83%e3%83%97%e3%81%99%e3%82%8b%e3%81%ab%e3%81%afwordpress-ez-backup</link>
		<comments>http://g.azucar.jp/wordpress%e3%82%92%e3%83%90%e3%83%83%e3%82%af%e3%82%a2%e3%83%83%e3%83%97%e3%81%99%e3%82%8b%e3%81%ab%e3%81%afwordpress-ez-backup#comments</comments>
		<pubDate>Tue, 11 May 2010 01:59:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[backup]]></category>
		<category><![CDATA[w]]></category>
		<category><![CDATA[wordPress]]></category>

		<guid isPermaLink="false">http://g.azucar.jp/wordpress%e3%82%92%e3%83%90%e3%83%83%e3%82%af%e3%82%a2%e3%83%83%e3%83%97%e3%81%99%e3%82%8b%e3%81%ab%e3%81%afwordpress-ez-backup</guid>
		<description><![CDATA[バックアップは結構頭が痛い。理想のバックアップを考えると

自動的にオンラインでバックアップしたい 
必要なときに即座にバックアップしたい。 
３世代ぐらいバックアップされていたい。 
できれば、ことなるメディアでバックアップしたい 

ざっくりネットを検索すると、MySqlをバックアップすることが中心だ。ファイルとsqlの両方をバックアップするツールを調べると
&#160;
myEASYbackup
http://wordpress.org/extend/plugins/myeasybackup/
BackWPup
http://wordpress.org/extend/plugins/backwpup/
が検索の上位にきていた。早速インストールしてみるが、なぜかエラーがでて動作しない。
&#160;
そして、もうひとつインストールしてテストすると
WordPress EZ Backup
http://wordpress.org/extend/plugins/wordpress-ez-backup/
がエラーなしに動作した。データ、ファイル両方とも、バックアップ、即座にバックアップも可能、スケジューリングも可能だ。というわけで、今回はこちらのプラグインを使用することにした
&#160;
参考

http://wordpress.org/extend/plugins/tags/backup

]]></description>
			<content:encoded><![CDATA[<p>バックアップは結構頭が痛い。理想のバックアップを考えると</p>
<ol>
<li>自動的にオンラインでバックアップしたい </li>
<li>必要なときに即座にバックアップしたい。 </li>
<li>３世代ぐらいバックアップされていたい。 </li>
<li>できれば、ことなるメディアでバックアップしたい </li>
</ol>
<p>ざっくりネットを検索すると、MySqlをバックアップすることが中心だ。ファイルとsqlの両方をバックアップするツールを調べると</p>
<p>&#160;</p>
<h4><strong>myEASYbackup</strong></h4>
<p><a title="http://wordpress.org/extend/plugins/myeasybackup/" href="http://wordpress.org/extend/plugins/myeasybackup/">http://wordpress.org/extend/plugins/myeasybackup/</a></p>
<h4><strong>BackWPup</strong></h4>
<p><a title="http://wordpress.org/extend/plugins/backwpup/" href="http://wordpress.org/extend/plugins/backwpup/">http://wordpress.org/extend/plugins/backwpup/</a></p>
<p>が検索の上位にきていた。早速インストールしてみるが、なぜかエラーがでて動作しない。</p>
<p>&#160;</p>
<p>そして、もうひとつインストールしてテストすると</p>
<h4><strong>WordPress EZ Backup</strong></h4>
<p><a title="http://wordpress.org/extend/plugins/wordpress-ez-backup/" href="http://wordpress.org/extend/plugins/wordpress-ez-backup/">http://wordpress.org/extend/plugins/wordpress-ez-backup/</a></p>
<p>がエラーなしに動作した。データ、ファイル両方とも、バックアップ、即座にバックアップも可能、スケジューリングも可能だ。というわけで、今回はこちらのプラグインを使用することにした</p>
<p>&#160;</p>
<p>参考</p>
<ul>
<li><a title="http://wordpress.org/extend/plugins/tags/backup" href="http://wordpress.org/extend/plugins/tags/backup">http://wordpress.org/extend/plugins/tags/backup</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://g.azucar.jp/wordpress%e3%82%92%e3%83%90%e3%83%83%e3%82%af%e3%82%a2%e3%83%83%e3%83%97%e3%81%99%e3%82%8b%e3%81%ab%e3%81%afwordpress-ez-backup/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>クラスの特定の要素の指定について</title>
		<link>http://g.azucar.jp/%e3%82%af%e3%83%a9%e3%82%b9%e3%81%ae%e7%89%b9%e5%ae%9a%e3%81%ae%e8%a6%81%e7%b4%a0%e3%81%ae%e6%8c%87%e5%ae%9a%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6</link>
		<comments>http://g.azucar.jp/%e3%82%af%e3%83%a9%e3%82%b9%e3%81%ae%e7%89%b9%e5%ae%9a%e3%81%ae%e8%a6%81%e7%b4%a0%e3%81%ae%e6%8c%87%e5%ae%9a%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6#comments</comments>
		<pubDate>Tue, 21 Aug 2007 01:21:00 +0000</pubDate>
		<dc:creator>focajun</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://it81.wordpress.com/2007/08/21/%e3%82%af%e3%83%a9%e3%82%b9%e3%81%ae%e7%89%b9%e5%ae%9a%e3%81%ae%e8%a6%81%e7%b4%a0%e3%81%ae%e6%8c%87%e5%ae%9a%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6/</guid>
		<description><![CDATA[.example p { color: red; }
特定の範囲内(div class=exaple&#62;から
）にある要素Pにのみスタイルを適用
例）&#60;!&#8211;.example p { color: red; }&#8211;&#62;


この文字にスタイルの指定が適用されます

p.example { color: red; }
要素名に続けてクラス名を指定すると、その種類の要素でのみクラスの指定が適用。
例）
この文字にスタイルの指定が適用
]]></description>
			<content:encoded><![CDATA[<p>.example p { color: red; }</p>
<p>特定の範囲内(div class=exaple&gt;から</p></div>
<p>）にある要素Pにのみスタイルを適用</p>
<p>例）<br />&lt;!&#8211;<br />.example p { color: red; }<br />&#8211;&gt;</p>
<p>
<div class="example">
<p>この文字にスタイルの指定が適用されます</p>
<p></div>
<p>p.example { color: red; }</p>
<p>要素名に続けてクラス名を指定すると、その種類の要素でのみクラスの指定が適用。</p>
<p>例）
<p class="example">この文字にスタイルの指定が適用</p>
]]></content:encoded>
			<wfw:commentRss>http://g.azucar.jp/%e3%82%af%e3%83%a9%e3%82%b9%e3%81%ae%e7%89%b9%e5%ae%9a%e3%81%ae%e8%a6%81%e7%b4%a0%e3%81%ae%e6%8c%87%e5%ae%9a%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>全体の余白を削除するには</title>
		<link>http://g.azucar.jp/%e5%85%a8%e4%bd%93%e3%81%ae%e4%bd%99%e7%99%bd%e3%82%92%e5%89%8a%e9%99%a4%e3%81%99%e3%82%8b%e3%81%ab%e3%81%af</link>
		<comments>http://g.azucar.jp/%e5%85%a8%e4%bd%93%e3%81%ae%e4%bd%99%e7%99%bd%e3%82%92%e5%89%8a%e9%99%a4%e3%81%99%e3%82%8b%e3%81%ab%e3%81%af#comments</comments>
		<pubDate>Mon, 16 Apr 2007 06:10:00 +0000</pubDate>
		<dc:creator>focajun</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://it81.wordpress.com/2007/04/16/%e5%85%a8%e4%bd%93%e3%81%ae%e4%bd%99%e7%99%bd%e3%82%92%e5%89%8a%e9%99%a4%e3%81%99%e3%82%8b%e3%81%ab%e3%81%af/</guid>
		<description><![CDATA[boby {margin:0;padding:0}とする
]]></description>
			<content:encoded><![CDATA[<p>boby {<br />margin:0;<br />padding:0<br />}<br />とする</p>
]]></content:encoded>
			<wfw:commentRss>http://g.azucar.jp/%e5%85%a8%e4%bd%93%e3%81%ae%e4%bd%99%e7%99%bd%e3%82%92%e5%89%8a%e9%99%a4%e3%81%99%e3%82%8b%e3%81%ab%e3%81%af/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
