<?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>とりさんのソフト屋さん</title>
	<atom:link href="http://soft.fpso.jp/feed" rel="self" type="application/rss+xml" />
	<link>http://soft.fpso.jp</link>
	<description>AccessやExcel、.NETソフトウェア開発、WordPress等を使用したWebのシステム化、PCサポート、コンサルなどを行っています。全国対応可能です。お問い合わせください。</description>
	<lastBuildDate>Tue, 14 Jun 2011 23:10:53 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.6</generator>
		<item>
		<title>phpでディレクトリツリーを辿りファイルを再帰的に処理する関数</title>
		<link>http://soft.fpso.jp/develop/php/entry_2818.html</link>
		<comments>http://soft.fpso.jp/develop/php/entry_2818.html#comments</comments>
		<pubDate>Tue, 14 Jun 2011 23:10:53 +0000</pubDate>
		<dc:creator>torisan</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://soft.fpso.jp/?p=2818</guid>
		<description><![CDATA[phpでターゲットディレクトリ内のファイルを再帰的に処理する関数を作った。汎用的に使えるように関数やクラスでのコールバック呼び出しに一応対応しています。 昔perlでディレクトリを再帰的に辿りファイルをhogeするスクリ [...]]]></description>
		<wfw:commentRss>http://soft.fpso.jp/develop/php/entry_2818.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpでdate()関数の置き換えで曜日を日本語出力する。</title>
		<link>http://soft.fpso.jp/develop/php/entry_2802.html</link>
		<comments>http://soft.fpso.jp/develop/php/entry_2802.html#comments</comments>
		<pubDate>Wed, 20 Apr 2011 03:57:02 +0000</pubDate>
		<dc:creator>torisan</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://soft.fpso.jp/?p=2802</guid>
		<description><![CDATA[date()関数で日付表示している部分で日本語の曜日を出力する必要が出てきました。 そのため、簡単にフォーマット書式をそのままにdate()関数を置換するだけで、曜日を日本語出力する関数を作成。 ググってみたけど無かった [...]]]></description>
		<wfw:commentRss>http://soft.fpso.jp/develop/php/entry_2802.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpでul liの入れ子構造を出力する。</title>
		<link>http://soft.fpso.jp/develop/php/entry_2790.html</link>
		<comments>http://soft.fpso.jp/develop/php/entry_2790.html#comments</comments>
		<pubDate>Fri, 19 Nov 2010 05:43:16 +0000</pubDate>
		<dc:creator>torisan</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://soft.fpso.jp/?p=2790</guid>
		<description><![CDATA[phpでul liの入れ子構造を出力するのは、よくやる処理なんですが、いつも新規に作って時間掛かっているので、雛形だけを記事に掲載しときます。 テストデータ 下のような入れ子構造の配列を用意します。 $data = ar [...]]]></description>
		<wfw:commentRss>http://soft.fpso.jp/develop/php/entry_2790.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPressでカテゴリ(terms)オブジェクトをツリー順に並び替える方法</title>
		<link>http://soft.fpso.jp/develop/wordpress/customize/entry_2782.html</link>
		<comments>http://soft.fpso.jp/develop/wordpress/customize/entry_2782.html#comments</comments>
		<pubDate>Wed, 20 Oct 2010 10:46:28 +0000</pubDate>
		<dc:creator>torisan</dc:creator>
				<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[改造]]></category>

		<guid isPermaLink="false">http://soft.fpso.jp/?p=2782</guid>
		<description><![CDATA[WordPressにカテゴリ用のテンプレートタグが用意されていますが、とっても使い辛い。。。カテゴリ情報だけ欲しいんだ！自分で自作しちゃえ！って時に困るのが、get_terms関数を使って全てのカテゴリを取得すると並び順 [...]]]></description>
		<wfw:commentRss>http://soft.fpso.jp/develop/wordpress/customize/entry_2782.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SimpleXMLで取得したオブジェクトを属性も含めて配列に変換</title>
		<link>http://soft.fpso.jp/develop/php/entry_2764.html</link>
		<comments>http://soft.fpso.jp/develop/php/entry_2764.html#comments</comments>
		<pubDate>Mon, 03 May 2010 16:07:23 +0000</pubDate>
		<dc:creator>torisan</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://soft.fpso.jp/?p=2764</guid>
		<description><![CDATA[php5のSimpleXMLエクステンションにてオブジェクトから配列に変換する際、属性値(アトリビュート)も一緒に配列化するのにハマったためメモ テストで使用したXML 簡単に以下のXMLを定義して、SimpleXMLで [...]]]></description>
		<wfw:commentRss>http://soft.fpso.jp/develop/php/entry_2764.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPressでページとカスタム構造の組み合わせで遅くなる問題の解決(v2.9版)</title>
		<link>http://soft.fpso.jp/develop/wordpress/customize/entry_2736.html</link>
		<comments>http://soft.fpso.jp/develop/wordpress/customize/entry_2736.html#comments</comments>
		<pubDate>Sun, 27 Dec 2009 06:44:06 +0000</pubDate>
		<dc:creator>torisan</dc:creator>
				<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[改造]]></category>
		<category><![CDATA[高速化]]></category>

		<guid isPermaLink="false">http://soft.fpso.jp/?p=2736</guid>
		<description><![CDATA[WordPressのページ機能を使って大量にページを作成し、かつパーマリンクでカスタム構造にしている場合、ページ生成がすごく遅くなる問題がある。ちょっと改善するだけで速度が大幅に向上するのでその方法を公開。 大概、ページ [...]]]></description>
		<wfw:commentRss>http://soft.fpso.jp/develop/wordpress/customize/entry_2736.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>記事のhタグ(見出しタグ)に自動的にIDを振るAuto Heading IDプラグイン(WordPress)</title>
		<link>http://soft.fpso.jp/develop/wordpress/plugin/entry_2719.html</link>
		<comments>http://soft.fpso.jp/develop/wordpress/plugin/entry_2719.html#comments</comments>
		<pubDate>Fri, 25 Dec 2009 15:31:49 +0000</pubDate>
		<dc:creator>torisan</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://soft.fpso.jp/?p=2719</guid>
		<description><![CDATA[見出しタグ(h1～h6タグ)に自動的にID属性を付加してくれるプラグインを作成。投稿記事やページの本文に含まれている見出しタグを対象にID属性を付加してくれます。 Googleがページ内の各部分にリンクを自動的に張ってく [...]]]></description>
		<wfw:commentRss>http://soft.fpso.jp/develop/wordpress/plugin/entry_2719.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>サイト内のページ毎に分析するHF Google Analytics Reportsプラグイン(WordPress)</title>
		<link>http://soft.fpso.jp/develop/wordpress/plugin/entry_2663.html</link>
		<comments>http://soft.fpso.jp/develop/wordpress/plugin/entry_2663.html#comments</comments>
		<pubDate>Thu, 24 Dec 2009 14:34:28 +0000</pubDate>
		<dc:creator>torisan</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[googleアナリティクス]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://soft.fpso.jp/?p=2663</guid>
		<description><![CDATA[googleアナリティクスは高機能ですが、通常はURLで表記されるためとても分かり難いです。また、googleアナリティクスで結果を見た後、WordPressの該当する記事に移動するのがとても面倒！そのためWordPre [...]]]></description>
		<wfw:commentRss>http://soft.fpso.jp/develop/wordpress/plugin/entry_2663.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>All In One SEO Packのタイトル書き換えを無効にしても同じように出力する方法</title>
		<link>http://soft.fpso.jp/develop/wordpress/customize/entry_2656.html</link>
		<comments>http://soft.fpso.jp/develop/wordpress/customize/entry_2656.html#comments</comments>
		<pubDate>Sat, 07 Nov 2009 09:16:38 +0000</pubDate>
		<dc:creator>torisan</dc:creator>
				<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[改造]]></category>

		<guid isPermaLink="false">http://soft.fpso.jp/?p=2656</guid>
		<description><![CDATA[WordPressの有名なプラグインにAll In One SEO Packがある。All In One SEO PackのRewrite Titles(タイトル書き換え)を行うと何かと競合して動かなくなる。その対処方法 [...]]]></description>
		<wfw:commentRss>http://soft.fpso.jp/develop/wordpress/customize/entry_2656.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JavaScriptでリキッドレイアウトの幅に合わせて画像サイズを変える</title>
		<link>http://soft.fpso.jp/develop/javascript-develop/entry_2648.html</link>
		<comments>http://soft.fpso.jp/develop/javascript-develop/entry_2648.html#comments</comments>
		<pubDate>Fri, 23 Oct 2009 17:54:43 +0000</pubDate>
		<dc:creator>torisan</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[リキッドレイアウト]]></category>

		<guid isPermaLink="false">http://soft.fpso.jp/?p=2648</guid>
		<description><![CDATA[JavaScriptでリキッドレイアウトのレイアウト幅に合わせて画像サイズを自動的に変える方法です。 リキッドレイアウトでまず困るのがレイアウト幅が可変な部分に画像などを使用するとはみ出て表示されてしまうことだ。そのため [...]]]></description>
		<wfw:commentRss>http://soft.fpso.jp/develop/javascript-develop/entry_2648.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPressでページとカスタム構造の組み合わせで遅くなる問題の解決</title>
		<link>http://soft.fpso.jp/develop/wordpress/customize/entry_2624.html</link>
		<comments>http://soft.fpso.jp/develop/wordpress/customize/entry_2624.html#comments</comments>
		<pubDate>Thu, 22 Oct 2009 12:14:47 +0000</pubDate>
		<dc:creator>torisan</dc:creator>
				<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[改造]]></category>
		<category><![CDATA[高速化]]></category>

		<guid isPermaLink="false">http://soft.fpso.jp/?p=2624</guid>
		<description><![CDATA[WordPressのページ機能を使って大量にページを作成し、かつパーマリンクでカスタム構造にしている場合、ページ生成がすごく遅くなる問題がある。ちょっと改善するだけで速度が大幅に向上するのでその方法を公開。 大概、ページ [...]]]></description>
		<wfw:commentRss>http://soft.fpso.jp/develop/wordpress/customize/entry_2624.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8でウィジェット作成(2) &#8211; 簡単なウィジェットを完成させる</title>
		<link>http://soft.fpso.jp/develop/wordpress/customize/entry_2387.html</link>
		<comments>http://soft.fpso.jp/develop/wordpress/customize/entry_2387.html#comments</comments>
		<pubDate>Sat, 13 Jun 2009 06:54:35 +0000</pubDate>
		<dc:creator>torisan</dc:creator>
				<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[改造]]></category>

		<guid isPermaLink="false">http://soft.fpso.jp/?p=2387</guid>
		<description><![CDATA[WordPress 2.8でウィジェット作成(1) &#8211; Hello Worldの続きです。 ウィジェット作成に当る上の基礎知識（？）を記述しています。いきなり分け分からん！って人はWordPress 2.8で [...]]]></description>
		<wfw:commentRss>http://soft.fpso.jp/develop/wordpress/customize/entry_2387.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8でウィジェット作成(1) &#8211; Hello World</title>
		<link>http://soft.fpso.jp/develop/wordpress/customize/entry_2333.html</link>
		<comments>http://soft.fpso.jp/develop/wordpress/customize/entry_2333.html#comments</comments>
		<pubDate>Fri, 12 Jun 2009 10:47:49 +0000</pubDate>
		<dc:creator>torisan</dc:creator>
				<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[改造]]></category>

		<guid isPermaLink="false">http://soft.fpso.jp/?p=2333</guid>
		<description><![CDATA[WordPress 2.8でWidget APIが変更になった。自作のRecommendationPageプラグインでウィジェットを使用しているが2.8では動かない（泣）なのでウィジェットAPIの勉強の記録を書いていこう [...]]]></description>
		<wfw:commentRss>http://soft.fpso.jp/develop/wordpress/customize/entry_2333.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>暗号化自己解凍書庫の作り方マニュアル</title>
		<link>http://soft.fpso.jp/support/entry_2295.html</link>
		<comments>http://soft.fpso.jp/support/entry_2295.html#comments</comments>
		<pubDate>Fri, 15 May 2009 05:37:57 +0000</pubDate>
		<dc:creator>torisan</dc:creator>
				<category><![CDATA[パソコンサポート日記]]></category>
		<category><![CDATA[セキュリティ]]></category>

		<guid isPermaLink="false">http://soft.fpso.jp/?p=2295</guid>
		<description><![CDATA[現在、個人情報を扱いが厳しくなっている。インターネットのセキュリティは正直あまり宜しくない。そのため最近、お客様などに暗号化自己解凍書庫ファイルの作り方マニュアルを送付している。そのマニュアルと付加情報を掲載しようと思う [...]]]></description>
		<wfw:commentRss>http://soft.fpso.jp/support/entry_2295.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>投稿記事の並び順をカスタムフィールドを利用して並び替える方法(WordPress)</title>
		<link>http://soft.fpso.jp/develop/wordpress/customize/entry_2267.html</link>
		<comments>http://soft.fpso.jp/develop/wordpress/customize/entry_2267.html#comments</comments>
		<pubDate>Tue, 21 Apr 2009 11:04:53 +0000</pubDate>
		<dc:creator>torisan</dc:creator>
				<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[改造]]></category>

		<guid isPermaLink="false">http://soft.fpso.jp/?p=2267</guid>
		<description><![CDATA[昔のことだが、WordPressでカテゴリーによってフリガナ順や投稿日時によらず日付順に並び替えを行って欲しいと言う要求があった。その時のメモ 試したこと WordPressのカテゴリー記事の並び順を変更するプラグインと [...]]]></description>
		<wfw:commentRss>http://soft.fpso.jp/develop/wordpress/customize/entry_2267.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>親ページに属する子ページのリストを表示する方法(WordPress)</title>
		<link>http://soft.fpso.jp/develop/wordpress/customize/entry_2177.html</link>
		<comments>http://soft.fpso.jp/develop/wordpress/customize/entry_2177.html#comments</comments>
		<pubDate>Sun, 12 Apr 2009 11:07:33 +0000</pubDate>
		<dc:creator>torisan</dc:creator>
				<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[改造]]></category>

		<guid isPermaLink="false">http://soft.fpso.jp/?p=2177</guid>
		<description><![CDATA[TOPページのデザインなどで商品やサービスの概要を表示する等の要望はすごくあるのでは無いだろうか？親ページに属する子ページのオブジェクトを取得し子ページの概要を表示する方法です。 やり方はいっぱいあるのですが、自分の使用 [...]]]></description>
		<wfw:commentRss>http://soft.fpso.jp/develop/wordpress/customize/entry_2177.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>シングルやアーカイブで現在属するカテゴリーを取得する方法(WordPress)</title>
		<link>http://soft.fpso.jp/develop/wordpress/customize/entry_2150.html</link>
		<comments>http://soft.fpso.jp/develop/wordpress/customize/entry_2150.html#comments</comments>
		<pubDate>Thu, 09 Apr 2009 16:23:59 +0000</pubDate>
		<dc:creator>torisan</dc:creator>
				<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[改造]]></category>

		<guid isPermaLink="false">http://soft.fpso.jp/?p=2150</guid>
		<description><![CDATA[シングルページやアーカイブページで現在属するカテゴリーのオブジェクトを取得する方法。 現在のカテゴリーIDなどを取得したくても何故かget_the_category()関数で得られる値は違う値。何故なんだぁ～！！ と調べ [...]]]></description>
		<wfw:commentRss>http://soft.fpso.jp/develop/wordpress/customize/entry_2150.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ファイル構成一覧を作成してくれるExcel VBA</title>
		<link>http://soft.fpso.jp/develop/vba/entry_2104.html</link>
		<comments>http://soft.fpso.jp/develop/vba/entry_2104.html#comments</comments>
		<pubDate>Sun, 05 Apr 2009 16:07:35 +0000</pubDate>
		<dc:creator>torisan</dc:creator>
				<category><![CDATA[VBA]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[仕様書]]></category>

		<guid isPermaLink="false">http://soft.fpso.jp/?p=2104</guid>
		<description><![CDATA[ファイル構成一覧を出力・表示してくれるExcel VBAを作成。 ファイル構成一覧はプログラム納品時には、ほぼ必須で提出することになるのではないだろうか？ しがしながら手作業で作ると面倒である。せめてフォルダツリーをボタ [...]]]></description>
		<wfw:commentRss>http://soft.fpso.jp/develop/vba/entry_2104.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ページと投稿記事を含めた最新・更新リストを表示する方法(WordPress)</title>
		<link>http://soft.fpso.jp/develop/wordpress/customize/entry_2044.html</link>
		<comments>http://soft.fpso.jp/develop/wordpress/customize/entry_2044.html#comments</comments>
		<pubDate>Fri, 03 Apr 2009 15:56:31 +0000</pubDate>
		<dc:creator>torisan</dc:creator>
				<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[改造]]></category>

		<guid isPermaLink="false">http://soft.fpso.jp/?p=2044</guid>
		<description><![CDATA[企業ページなどを作成していると、ページ・投稿記事を一緒にリスト表示させたいことがあるのでは無いだろうか？その方法(コード)を記述 &#60;h2&#62;更新状況&#60;/h2&#62; &#60;?php $post [...]]]></description>
		<wfw:commentRss>http://soft.fpso.jp/develop/wordpress/customize/entry_2044.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>子ページが属する親ページのリストを取得する方法(WordPress)</title>
		<link>http://soft.fpso.jp/develop/wordpress/customize/entry_2017.html</link>
		<comments>http://soft.fpso.jp/develop/wordpress/customize/entry_2017.html#comments</comments>
		<pubDate>Wed, 01 Apr 2009 15:11:44 +0000</pubDate>
		<dc:creator>torisan</dc:creator>
				<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[テンプレート]]></category>
		<category><![CDATA[改造]]></category>

		<guid isPermaLink="false">http://soft.fpso.jp/?p=2017</guid>
		<description><![CDATA[WordPressで現在開いているページの属する親ページのページIDを取得する方法 自ページが属する親ページのリストを取得できれば後は、get_page()関数でページオブジェクトを取得し、親ページのタイトルを表示するこ [...]]]></description>
		<wfw:commentRss>http://soft.fpso.jp/develop/wordpress/customize/entry_2017.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

