
<?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>beginsprite log</title>
	<atom:link href="http://me.beginsprite.com/feed" rel="self" type="application/rss+xml" />
	<link>http://me.beginsprite.com</link>
	<description>The multimedia for the future</description>
	<lastBuildDate>Wed, 01 Sep 2010 16:05:04 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress, wp_nav_menuのbefore, after と link_before, link_after</title>
		<link>http://me.beginsprite.com/archives/767</link>
		<comments>http://me.beginsprite.com/archives/767#comments</comments>
		<pubDate>Wed, 01 Sep 2010 16:05:04 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[Template tag]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[after]]></category>
		<category><![CDATA[before]]></category>
		<category><![CDATA[link_after]]></category>
		<category><![CDATA[link_before]]></category>
		<category><![CDATA[wp_nav_menu]]></category>

		<guid isPermaLink="false">http://me.beginsprite.com/?p=767</guid>
		<description><![CDATA[wp_nav_menuのbefore, after と link_before, link_after 用法が誤解を生みそうな件。
$before
（文字列） （オプション） リンクテキストの前のテキスト
初期値： なし &#8230; <a href="http://me.beginsprite.com/archives/767">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://me.beginsprite.com/archives/767/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safari, ユーザーエージェント・スタイルシート</title>
		<link>http://me.beginsprite.com/archives/761</link>
		<comments>http://me.beginsprite.com/archives/761#comments</comments>
		<pubDate>Sun, 29 Aug 2010 00:37:31 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://me.beginsprite.com/?p=761</guid>
		<description><![CDATA[Safari, headline tags の Useragent Stylesheet オレメモ。 h1 &#123; font-size:2em;/* 32px */ margin: 0.67em 0;/* 21px */ &#125; &#160; h2 &#123; font-size: 1.5em;/* 24px */ margin: 0.83em 0;/* 20px */ &#125; h3 &#123; font-size: 1.17em;/* 19px */ margin: 1em 0;/* &#8230; <a href="http://me.beginsprite.com/archives/761">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://me.beginsprite.com/archives/761/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress, 子テーマのための親テーマ作成の心構え &#8211; functions.php</title>
		<link>http://me.beginsprite.com/archives/743</link>
		<comments>http://me.beginsprite.com/archives/743#comments</comments>
		<pubDate>Wed, 25 Aug 2010 18:38:55 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[子テーマ]]></category>

		<guid isPermaLink="false">http://me.beginsprite.com/?p=743</guid>
		<description><![CDATA[子テーマは親テーマ設定をオーバーライドしながらカスタムできます。
テンプレートもCSSもこれで設定可能です。
ただ、現在の仕組みでは functions.php はオーバーライドはできず、子テーマの functions. &#8230; <a href="http://me.beginsprite.com/archives/743">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://me.beginsprite.com/archives/743/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress, wp_nav_menu+カスタムメニューのCSS設定</title>
		<link>http://me.beginsprite.com/archives/727</link>
		<comments>http://me.beginsprite.com/archives/727#comments</comments>
		<pubDate>Tue, 24 Aug 2010 16:23:14 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[Template tag]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Twenty Ten]]></category>
		<category><![CDATA[wp_nav_menu]]></category>
		<category><![CDATA[カスタムメニュー]]></category>

		<guid isPermaLink="false">http://me.beginsprite.com/?p=727</guid>
		<description><![CDATA[wp_nav_menu+カスタムメニューがナビゲーション・メニューを作るのに便利なことが分かってきた。
前回のPost : WordPress 3.x, wp_nav_menu コードを追ってみた
.menu の位置が状 &#8230; <a href="http://me.beginsprite.com/archives/727">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://me.beginsprite.com/archives/727/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.x, wp_nav_menu コードを追ってみた</title>
		<link>http://me.beginsprite.com/archives/700</link>
		<comments>http://me.beginsprite.com/archives/700#comments</comments>
		<pubDate>Tue, 24 Aug 2010 05:29:52 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[Template tag]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wp_nav_menu]]></category>
		<category><![CDATA[wp_page_menu]]></category>
		<category><![CDATA[カスタムメニュー]]></category>

		<guid isPermaLink="false">http://me.beginsprite.com/?p=700</guid>
		<description><![CDATA[WordPress 3.0 から追加された wp_nav_menu のコードを追ったオレメモ。
多分「カスタムメニュー」に関係あるはず。
WordPress.com 日本語ブログ : 新カスタムメニュー機能 (など)
W &#8230; <a href="http://me.beginsprite.com/archives/700">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://me.beginsprite.com/archives/700/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress, Tweet Buttonを使ってみた</title>
		<link>http://me.beginsprite.com/archives/683</link>
		<comments>http://me.beginsprite.com/archives/683#comments</comments>
		<pubDate>Fri, 13 Aug 2010 04:12:06 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[add_filter]]></category>
		<category><![CDATA[the_content]]></category>
		<category><![CDATA[Tweet Button]]></category>

		<guid isPermaLink="false">http://me.beginsprite.com/?p=683</guid>
		<description><![CDATA[TwitterがTweet Button を公開しています。
http://twitter.com/goodies/tweetbutton

簡単にTweet Buttonが追加できるようなので早速WordPressサイ &#8230; <a href="http://me.beginsprite.com/archives/683">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://me.beginsprite.com/archives/683/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0のTwenty Tenのループ出力, loop.phpとget_template_part</title>
		<link>http://me.beginsprite.com/archives/661</link>
		<comments>http://me.beginsprite.com/archives/661#comments</comments>
		<pubDate>Wed, 11 Aug 2010 04:27:39 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[Template tag]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[get_template_part]]></category>
		<category><![CDATA[load_template]]></category>
		<category><![CDATA[locate_template]]></category>
		<category><![CDATA[Twenty Ten]]></category>

		<guid isPermaLink="false">http://me.beginsprite.com/?p=661</guid>
		<description><![CDATA[Twenty Tenのループ出力は loop.php に集約されて書かれていて、loop.php を呼び出す部分は 3.0 から登場した関数 get_template_part が使われています。
関数リファレンス/ge &#8230; <a href="http://me.beginsprite.com/archives/661">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://me.beginsprite.com/archives/661/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MAMP, アップグレードのためのメモ</title>
		<link>http://me.beginsprite.com/archives/653</link>
		<comments>http://me.beginsprite.com/archives/653#comments</comments>
		<pubDate>Tue, 10 Aug 2010 03:34:53 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[MAMP]]></category>

		<guid isPermaLink="false">http://me.beginsprite.com/?p=653</guid>
		<description><![CDATA[MAMPはダウンロードしたMAMPフォルダを単純にアプリケーションフォルダへコピーするだけでインストールが完了します。
そのため、旧ファイルはすべて上書きになるので以前のデータ、特にデータベースをバックアプしないと悲しい &#8230; <a href="http://me.beginsprite.com/archives/653">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://me.beginsprite.com/archives/653/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE8, textareaのwidthを%指定してはいけない</title>
		<link>http://me.beginsprite.com/archives/643</link>
		<comments>http://me.beginsprite.com/archives/643#comments</comments>
		<pubDate>Fri, 06 Aug 2010 08:10:47 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[IE 8]]></category>

		<guid isPermaLink="false">http://me.beginsprite.com/?p=643</guid>
		<description><![CDATA[いけてないブラウザIE8でtextareaのwidthを%指定すると、文字入力時に勝手にスクロールして入力しづらくなります。
ピコピコ動いちゃうんですよね〜。
ひどい話です。
リキッド・レイアウトはするなってことなんでし &#8230; <a href="http://me.beginsprite.com/archives/643">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://me.beginsprite.com/archives/643/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5, ネタ元をメモ</title>
		<link>http://me.beginsprite.com/archives/635</link>
		<comments>http://me.beginsprite.com/archives/635#comments</comments>
		<pubDate>Thu, 05 Aug 2010 10:49:42 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://me.beginsprite.com/?p=635</guid>
		<description><![CDATA[HTML5時代がヒタヒタと忍びよってそうなので、きたるべき時に備えてネタ元を記録。
ブラウザの適応度をテスト
The HTML5 test &#8211; How well does your browser suppo &#8230; <a href="http://me.beginsprite.com/archives/635">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://me.beginsprite.com/archives/635/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
