<?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>VARL</title>
	<atom:link href="http://varl.jp/feed" rel="self" type="application/rss+xml" />
	<link>http://varl.jp/</link>
	<description>WordPressを中心とした、Websiteの運営・制作に関するメモブログと、魅了された人、心に残る音楽、癒された瞬間などをブックマークしています。</description>
	<lastBuildDate>Thu, 15 Dec 2011 21:01:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Windowsでも美しい日本語を明朝体フォントで美しく表示したい</title>
		<link>http://varl.jp/note/mincho-font-text-shadow</link>
		<comments>http://varl.jp/note/mincho-font-text-shadow#comments</comments>
		<pubDate>Sun, 26 Jun 2011 16:45:55 +0000</pubDate>
		<dc:creator>VARL</dc:creator>
				<category><![CDATA[Website Tips ノート]]></category>

		<guid isPermaLink="false">http://varl.jp/?p=210</guid>
		<description><![CDATA[ブログのテキストとして利用するには少し躊躇してしまう明朝体フォントも、ある程度以上のサイズに設定すると、Windows であっても意外と綺麗（主観）に表示できます。 
]]></description>
		<wfw:commentRss>http://varl.jp/note/mincho-font-text-shadow/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>重たい広告やブログパーツを時間差で読み込む</title>
		<link>http://varl.jp/note/settimeout</link>
		<comments>http://varl.jp/note/settimeout#comments</comments>
		<pubDate>Sat, 25 Jun 2011 15:55:51 +0000</pubDate>
		<dc:creator>VARL</dc:creator>
				<category><![CDATA[Website Tips ノート]]></category>

		<guid isPermaLink="false">http://varl.jp/?p=209</guid>
		<description><![CDATA[JavaScript の setTimeout() を使えば、ブログの記事と直接関係のない要素を、ページの読み込みが終わった3秒後などに書き出す事ができます。ブログパーツや広告、ページ下部に配置された画像などに利用すれば、描写スピードの改善や、当該ページの離脱が早かった場合の転送量軽減にも役立ちます。]]></description>
		<wfw:commentRss>http://varl.jp/note/settimeout/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.htaccess の設定で .php などファイルの拡張子なしでもアクセスできるようにする</title>
		<link>http://varl.jp/note/remove-file-extension</link>
		<comments>http://varl.jp/note/remove-file-extension#comments</comments>
		<pubDate>Sat, 25 Jun 2011 07:22:40 +0000</pubDate>
		<dc:creator>VARL</dc:creator>
				<category><![CDATA[Website Tips ノート]]></category>

		<guid isPermaLink="false">http://varl.jp/?p=207</guid>
		<description><![CDATA[拡張子がなくてもアクセスできれば、「WP 以外の PHP ファイルで WordPress の関数を使う」、こんな用途の場合でも WP のパーマリンク構成（スラッシュ無し）を保つ事ができますね。]]></description>
		<wfw:commentRss>http://varl.jp/note/remove-file-extension/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>option 要素に selected 属性を追加してくれる WordPress の関数</title>
		<link>http://varl.jp/note/__checked_selected_helper</link>
		<comments>http://varl.jp/note/__checked_selected_helper#comments</comments>
		<pubDate>Sat, 04 Jun 2011 08:44:10 +0000</pubDate>
		<dc:creator>VARL</dc:creator>
				<category><![CDATA[Website Tips ノート]]></category>

		<guid isPermaLink="false">http://varl.jp/?p=206</guid>
		<description><![CDATA[$_GET パラメータを使ってアーカイブの表示方法を変更（サムネイル表示やリスト表示など）する場合、プルダウンメニューを利用することが多いと思います。その際、切り替え後に option要素 の selected 属性を移動させますが、WPにはその記述を簡素化してくれる関数があったんですね。]]></description>
		<wfw:commentRss>http://varl.jp/note/__checked_selected_helper/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>カスタムタクソノミーをシングルページで表示する時のあれこれ</title>
		<link>http://varl.jp/note/wp_get_object_terms-get_the_terms</link>
		<comments>http://varl.jp/note/wp_get_object_terms-get_the_terms#comments</comments>
		<pubDate>Mon, 25 Apr 2011 13:32:10 +0000</pubDate>
		<dc:creator>VARL</dc:creator>
				<category><![CDATA[Website Tips ノート]]></category>

		<guid isPermaLink="false">http://varl.jp/?p=175</guid>
		<description><![CDATA[WordPress 2.8 から実装されたカスタムタクソノミ―、様々な使い方や応用ができることからだいぶ浸透してきた感じがします。検索サイトやレヴューサイトを構築する時には、特に重宝しているのではないでしょうか。]]></description>
		<wfw:commentRss>http://varl.jp/note/wp_get_object_terms-get_the_terms/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP3.1で追加された「admin bar」の非表示や、不必要メニューの削除、項目の追加方法</title>
		<link>http://varl.jp/note/admin-bar-hide-remove-add-menu</link>
		<comments>http://varl.jp/note/admin-bar-hide-remove-add-menu#comments</comments>
		<pubDate>Sat, 26 Feb 2011 16:22:48 +0000</pubDate>
		<dc:creator>VARL</dc:creator>
				<category><![CDATA[Website Tips ノート]]></category>

		<guid isPermaLink="false">http://varl.jp/?p=165</guid>
		<description><![CDATA[WordPressが3.1にバージョンアップされて追加された機能の一つに、管理メニューへの移動が便利になる「admin bar」があります。フロントエンドから一発で管理画面の目的ページに移動できるので、とても便利に感じています。]]></description>
		<wfw:commentRss>http://varl.jp/note/admin-bar-hide-remove-add-menu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP の検索結果やアーカイブページで、「検索結果 ○件中 ○～○件を表示」を表示する</title>
		<link>http://varl.jp/note/search-results-display</link>
		<comments>http://varl.jp/note/search-results-display#comments</comments>
		<pubDate>Fri, 25 Feb 2011 07:30:04 +0000</pubDate>
		<dc:creator>VARL</dc:creator>
				<category><![CDATA[Website Tips ノート]]></category>

		<guid isPermaLink="false">http://varl.jp/?p=164</guid>
		<description><![CDATA[口コミサイトやレビューサイトなどを運営し、かなりの数のデータ（投稿）を保有している場合、「検索結果は何件あって、今何件目を表示しているのか？」という情報を閲覧者に提供してあげたいものです。WordPress でも実装は簡単です。]]></description>
		<wfw:commentRss>http://varl.jp/note/search-results-display/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.1 から使う、カスタムポストタイプの設定から表示までのまとめ ...的なもの</title>
		<link>http://varl.jp/note/wp-3-1-custom-post-type-settings-summary</link>
		<comments>http://varl.jp/note/wp-3-1-custom-post-type-settings-summary#comments</comments>
		<pubDate>Fri, 25 Feb 2011 01:22:57 +0000</pubDate>
		<dc:creator>VARL</dc:creator>
				<category><![CDATA[Website Tips ノート]]></category>

		<guid isPermaLink="false">http://varl.jp/?p=163</guid>
		<description><![CDATA[WP が3.1 にバージョンアップされ、使い勝手がよくなったカスタム投稿タイプ機能。「3.0 ではあれこれ苦労したのに！」と思うほど、スムーズに設定、表示までできるはずです。3.1 から追加された関数などと合わせ、もう一度設定から表示までの手順をメモしたいと思います。]]></description>
		<wfw:commentRss>http://varl.jp/note/wp-3-1-custom-post-type-settings-summary/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>カスタムタクソノミのスラッグ（rewrite slug）に記号を使う</title>
		<link>http://varl.jp/note/custom-taxonomy-slug-symbol</link>
		<comments>http://varl.jp/note/custom-taxonomy-slug-symbol#comments</comments>
		<pubDate>Thu, 24 Feb 2011 03:46:55 +0000</pubDate>
		<dc:creator>VARL</dc:creator>
				<category><![CDATA[Website Tips ノート]]></category>

		<guid isPermaLink="false">http://varl.jp/?p=162</guid>
		<description><![CDATA[カスタム投稿タイプ「音楽」で利用するために、「アーティスト」というカスタムタクソノミを作成した場合、デフォルトの設定だと下記のようなURL形式になります。]]></description>
		<wfw:commentRss>http://varl.jp/note/custom-taxonomy-slug-symbol/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>シングルページのサイドバーに、Ajax利用のページング付きカテゴリーアーカイブを設置したい</title>
		<link>http://varl.jp/note/jquery-load-pagenate-category-archive</link>
		<comments>http://varl.jp/note/jquery-load-pagenate-category-archive#comments</comments>
		<pubDate>Sun, 09 Jan 2011 09:17:22 +0000</pubDate>
		<dc:creator>VARL</dc:creator>
				<category><![CDATA[Website Tips ノート]]></category>

		<guid isPermaLink="false">http://varl.jp/?p=159</guid>
		<description><![CDATA[以前エントリーした「jQuery UI Tabs」についての記事をきっかけに、タブ機能はこの UI Tabs を利用して実装していたのですが、様々な人の利用を前提に設計されているだけに、例えば「タブ機能だけシンプルに利用したい」という人にとっては、必要の無い機能（？）も提供されてしまいます。]]></description>
		<wfw:commentRss>http://varl.jp/note/jquery-load-pagenate-category-archive/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ページ機能を使ったカスタム投稿タイプのアーカイブで、ページングに不具合がでます…</title>
		<link>http://varl.jp/note/custom-post-type-archive-page-paginate</link>
		<comments>http://varl.jp/note/custom-post-type-archive-page-paginate#comments</comments>
		<pubDate>Mon, 03 Jan 2011 02:17:54 +0000</pubDate>
		<dc:creator>VARL</dc:creator>
				<category><![CDATA[Website Tips ノート]]></category>

		<guid isPermaLink="false">http://varl.jp/?p=142</guid>
		<description><![CDATA[おそらくWordPress 3.1 にアップデートされれば使い勝手が向上し、この調整も必要なくなると思いますが、一応それまでの応急処置としてメモ。]]></description>
		<wfw:commentRss>http://varl.jp/note/custom-post-type-archive-page-paginate/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPで使えそうな、PHPを利用したファイルやURI情報の取得と解析</title>
		<link>http://varl.jp/note/php-file-uri-server-variables</link>
		<comments>http://varl.jp/note/php-file-uri-server-variables#comments</comments>
		<pubDate>Mon, 27 Dec 2010 14:12:39 +0000</pubDate>
		<dc:creator>VARL</dc:creator>
				<category><![CDATA[Website Tips ノート]]></category>

		<guid isPermaLink="false">http://varl.jp/?p=136</guid>
		<description><![CDATA[割と使う頻度がありつつ忘れっぽいのでメモ。以下、public_html 直下に設置した WordPress の場合で、このページを表示するのに必要なファイル（single.php）に記述した場合の実行結果です。]]></description>
		<wfw:commentRss>http://varl.jp/note/php-file-uri-server-variables/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Akismet が 2.5 にバージョンアップされたので外してみた</title>
		<link>http://varl.jp/note/akismet-2-5-released</link>
		<comments>http://varl.jp/note/akismet-2-5-released#comments</comments>
		<pubDate>Thu, 16 Dec 2010 00:44:05 +0000</pubDate>
		<dc:creator>VARL</dc:creator>
				<category><![CDATA[Website Tips ノート]]></category>

		<guid isPermaLink="false">http://varl.jp/?p=135</guid>
		<description><![CDATA[Wordpress のコメント機能を使うサイト運営には必須と言えるプラグイン「Akismet」が2.5にバージョンアップされました。いつものことなので、何の心配もせずに管理画面から自動更新。…。うん、異常なし。]]></description>
		<wfw:commentRss>http://varl.jp/note/akismet-2-5-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouTube の新しい埋め込みコードは、iframe の利用でシンプルに</title>
		<link>http://varl.jp/note/youtube-code-iframe-html5</link>
		<comments>http://varl.jp/note/youtube-code-iframe-html5#comments</comments>
		<pubDate>Sat, 09 Oct 2010 12:05:05 +0000</pubDate>
		<dc:creator>VARL</dc:creator>
				<category><![CDATA[Website Tips ノート]]></category>

		<guid isPermaLink="false">http://varl.jp/?p=134</guid>
		<description><![CDATA[2010年7月ごろから、YouTube の埋め込みコードに iframe を利用したものが加わりました。まだベータとしての提供ですが、object タグを使うものに比べるとコードが簡素化され、さらに閲覧者の環境を自動検出し、より最適な動画プレーヤーで（HTML5またはFlash）再生してくれるというもの。]]></description>
		<wfw:commentRss>http://varl.jp/note/youtube-code-iframe-html5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>プラグインなしで簡単にできる WordPress のコメントスパム対策</title>
		<link>http://varl.jp/note/wp-comment-spam-protection</link>
		<comments>http://varl.jp/note/wp-comment-spam-protection#comments</comments>
		<pubDate>Wed, 06 Oct 2010 01:00:09 +0000</pubDate>
		<dc:creator>VARL</dc:creator>
				<category><![CDATA[Website Tips ノート]]></category>

		<guid isPermaLink="false">http://varl.jp/?p=133</guid>
		<description><![CDATA[ご周知のとおり、WordPress のコメントフォームには、どの投稿にコメントしたものかを区別するために、input type="'hidden" を利用して投稿IDがセットされています。 そして、この投稿IDが取得できないとエラーとなり（たぶん真っ白な画面）コメントは投稿できません。]]></description>
		<wfw:commentRss>http://varl.jp/note/wp-comment-spam-protection/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>カスタムタクソノミーのタームで in_category() や has_tag() の代わりになるものは？</title>
		<link>http://varl.jp/note/has_term-instead-is_object_in_term</link>
		<comments>http://varl.jp/note/has_term-instead-is_object_in_term#comments</comments>
		<pubDate>Thu, 30 Sep 2010 12:46:54 +0000</pubDate>
		<dc:creator>VARL</dc:creator>
				<category><![CDATA[Website Tips ノート]]></category>

		<guid isPermaLink="false">http://varl.jp/?p=132</guid>
		<description><![CDATA[所属タクソノミーやタームを判断する関数  in_tax() や in_term()  は、今のところ（WP3.01 現在）用意されていないので（たぶん）、in_category() がどんな処理をしているのか include/category-template.php（257行目～） をのぞいてみました。]]></description>
		<wfw:commentRss>http://varl.jp/note/has_term-instead-is_object_in_term/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Field Taxonomies を使って、カスタムフィールドをカテゴリーやタグに変換</title>
		<link>http://varl.jp/note/custom-field-taxonomies-convert-taxonomy</link>
		<comments>http://varl.jp/note/custom-field-taxonomies-convert-taxonomy#comments</comments>
		<pubDate>Tue, 24 Aug 2010 14:59:44 +0000</pubDate>
		<dc:creator>VARL</dc:creator>
				<category><![CDATA[Website Tips ノート]]></category>

		<guid isPermaLink="false">http://varl.jp/?p=130</guid>
		<description><![CDATA[Wordpress のプラグイン「Custom Field Taxonomies」は、カスタムフィールド（メタデータ）をタクソノミーとして扱えるようにしてくれるものでしたが、WPの本体にタクソノミー機能が追加されると、 カスタムフィールドをタクソノミーに変換 してくれるという便利なプラグインに変化していました。]]></description>
		<wfw:commentRss>http://varl.jp/note/custom-field-taxonomies-convert-taxonomy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPのタグアーカイブで特定カテゴリー限定にしたい</title>
		<link>http://varl.jp/note/tag-archive-wp_dropdown_categories</link>
		<comments>http://varl.jp/note/tag-archive-wp_dropdown_categories#comments</comments>
		<pubDate>Sat, 21 Aug 2010 14:53:35 +0000</pubDate>
		<dc:creator>VARL</dc:creator>
				<category><![CDATA[Website Tips ノート]]></category>

		<guid isPermaLink="false">http://varl.jp/?p=129</guid>
		<description><![CDATA[映画のレビューサイトを作成しました。映画の製作元（国）をカテゴリーに設定し、ジャンルをタグに設定しました。 フランス映画（カテゴリ）で泣ける作品（タグ）のアーカイブページを作るにはどうしたらいいですか？ = カテゴリーとタグの両方に該当するアーカイブページの作成です。]]></description>
		<wfw:commentRss>http://varl.jp/note/tag-archive-wp_dropdown_categories/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>次の記事と前の記事へのリンクをサムネイル付きで表示したい</title>
		<link>http://varl.jp/note/get_adjacent_post-thumbnail</link>
		<comments>http://varl.jp/note/get_adjacent_post-thumbnail#comments</comments>
		<pubDate>Mon, 16 Aug 2010 13:49:28 +0000</pubDate>
		<dc:creator>VARL</dc:creator>
				<category><![CDATA[Website Tips ノート]]></category>

		<guid isPermaLink="false">http://varl.jp/?p=128</guid>
		<description><![CDATA[Wordpress には、前後記事へのリンクを表示するテンプレートタグ（next_post_link、previous_post_link）がありますが、サムネイルを含めることはできません。前後の記事情報（投稿ID）を取得してカスタマイズすれば何とかなるはず、と思っていたのですが……、何とかなりました。]]></description>
		<wfw:commentRss>http://varl.jp/note/get_adjacent_post-thumbnail/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>何となく分かった！「カスタム投稿タイプ」の表示方法や条件分岐など</title>
		<link>http://varl.jp/note/custom-post-type-rss-conditional</link>
		<comments>http://varl.jp/note/custom-post-type-rss-conditional#comments</comments>
		<pubDate>Thu, 12 Aug 2010 12:55:56 +0000</pubDate>
		<dc:creator>VARL</dc:creator>
				<category><![CDATA[Website Tips ノート]]></category>

		<guid isPermaLink="false">http://varl.jp/?p=127</guid>
		<description><![CDATA[一般的なブログ形式の場合は、カテゴリーとタグで十分なんですが、カスタム投稿タイプとカスタムタクソノミーの使い方が理解できると、もう手放せなくなりそうです。ブログ、お知らせ、イメージギャラリー、ポートフォリオ、店舗紹介、Q&#38;A などなど、様々な投稿タイプにあった使い方や表示が実現できます。]]></description>
		<wfw:commentRss>http://varl.jp/note/custom-post-type-rss-conditional/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

