<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Clip the Web! &#187; CMS</title>
	<atom:link href="http://web.podcasting.jp/category/cms/feed" rel="self" type="application/rss+xml" />
	<link>http://web.podcasting.jp</link>
	<description>ウェブデザインやサイト制作に関するニュースやちょっとした疑問をとりあげるポッドキャストです。</description>
	<lastBuildDate>Mon, 21 Jun 2010 09:29:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.4" -->
		<copyright>Copyright &#xA9; 2010 Clip the Web! </copyright>
		<managingEditor>web@podcasting.jp (Stylegraph)</managingEditor>
		<webMaster>web@podcasting.jp (Stylegraph)</webMaster>
		<category>posts</category>
		<ttl>1440</ttl>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>ウェブデザインやサイト制作に関するニュースやちょっとした疑問をとりあげるポッドキャストです。</itunes:summary>
		<itunes:author>Stylegraph</itunes:author>
		<itunes:category text="Technology">
	<itunes:category text="Tech News"/>
</itunes:category>
<itunes:category text="Technology">
	<itunes:category text="Podcasting"/>
</itunes:category>
<itunes:category text="Technology"/>
		<itunes:owner>
			<itunes:name>Stylegraph</itunes:name>
			<itunes:email>web@podcasting.jp</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://web.podcasting.jp/wp-content/media/ArtWork-300.jpg" />
		<image>
			<url>http://web.podcasting.jp/wp-content/media/ArtWork-144.jpg</url>
			<title>Clip the Web!</title>
			<link>http://web.podcasting.jp</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Vol. 10 &#8211; CSS 3 の新機能</title>
		<link>http://web.podcasting.jp/post/vol10.html</link>
		<comments>http://web.podcasting.jp/post/vol10.html#comments</comments>
		<pubDate>Wed, 15 Jul 2009 07:29:04 +0000</pubDate>
		<dc:creator>Clip the Web!</dc:creator>
				<category><![CDATA[CMS]]></category>

		<guid isPermaLink="false">http://web.podcasting.jp/?p=127</guid>
		<description><![CDATA[
CSS 3 の新機能について

セレクタ
RGBA
マルチカラムレイアウト
マルチバックグラウンド
ワードラップ
テキストシャドー
Ex.) text-shadow: 2px 2px 5px #ff0000;
値は、[影の横(X軸)の距離] [影の縦(Y軸)の距離] [ぼかし] [色] になります。
@font-face 属性
角丸ボックス
Ex.) border-radius: 5px;
ボーダーイメージ
ボックスシャドー
Ex.) box-shadow: 2px 2px 5px #ff0000;
値は、[影の横(X軸)の距離] [影の縦(Y軸)の距離] [ぼかし] [色] になります。
ボックスサイジング
Ex.) box-sizing: content-box;
content-box にすると、border や padding を除いた値で width や height を指定でき、border-box にすると、border と padding を含めた値で width や height を指定できます。
メディアクエリ
スピーチ


XHTML 2 が終了して HTML 5 一本化に
スマートフォンのほとんどが Flash 10 対応に

]]></description>
			<content:encoded><![CDATA[<ol>
<li>CSS 3 の新機能について
<ul>
<li>セレクタ</li>
<li>RGBA</li>
<li>マルチカラムレイアウト</li>
<li>マルチバックグラウンド</li>
<li>ワードラップ</li>
<li>テキストシャドー<br />
Ex.) <code>text-shadow: 2px 2px 5px #ff0000;</code><br />
値は、[影の横(X軸)の距離] [影の縦(Y軸)の距離] [ぼかし] [色] になります。</li>
<li>@font-face 属性</li>
<li>角丸ボックス<br />
Ex.) <code>border-radius: 5px;</code></li>
<li>ボーダーイメージ</li>
<li>ボックスシャドー<br />
Ex.) <code>box-shadow: 2px 2px 5px #ff0000;</code><br />
値は、[影の横(X軸)の距離] [影の縦(Y軸)の距離] [ぼかし] [色] になります。</li>
<li>ボックスサイジング<br />
Ex.) <code>box-sizing: content-box;</code><br />
content-box にすると、border や padding を除いた値で width や height を指定でき、border-box にすると、border と padding を含めた値で width や height を指定できます。</li>
<li>メディアクエリ</li>
<li>スピーチ</li>
</ul>
</li>
<li>XHTML 2 が終了して HTML 5 一本化に</li>
<li>スマートフォンのほとんどが Flash 10 対応に</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://web.podcasting.jp/post/vol10.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<enclosure url="http://cliptheweb.up.seesaa.net/podcast/vol10.mp3" length="12911095" type="audio/mpeg"/>
<itunes:duration>00:01:01</itunes:duration>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>CSS 3 の新機能について

セレクタ
RGBA
マルチカラムレイアウト
マルチバックグラウンド
ワードラップ
テキストシャドー
Ex.) text-shadow: 2px 2px 5px #ff0000;
値は、[影の横(X軸)の距離] [影の縦(Y軸)の距離] [ぼかし] [色] になります。
@font-face 属性
角丸ボックス
Ex.) border-radius: 5px;
ボーダーイメージ
ボックスシャドー
Ex.) box-shadow: 2px 2px 5px #ff0000;
値は、[影の横(X軸)の距離] [影の縦(Y軸)の距離] [ぼかし] [色] になります。
ボックスサイジング
Ex.) box-sizing: content-box;
content-box にすると、border や padding を除いた値で width や height を指定でき、border-box にすると、border と padding を含めた値で width や height を指定できます。
メディアクエリ
スピーチ


XHTML 2 が終了して HTML 5 一本化に
スマートフォンのほとんどが Flash 10 対応に

</itunes:summary>
		<itunes:keywords>CMS</itunes:keywords>
		<itunes:author>Stylegraph</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>No</itunes:block>
	</item>
	</channel>
</rss>
