<?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:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Worth Living &#187; ウェブサイト制作・運営</title>
	<atom:link href="https://worthliv.com/category/programming/programming-website/feed" rel="self" type="application/rss+xml" />
	<link>https://worthliv.com</link>
	<description>楽しく幸せに人生を送るためにはどうすれば良いのか？人生の要素をお金、仕事、勉強、プライベート、健康、心の6要素に分類して考察しています。プログラミング入門に関する記事も掲載。</description>
	<lastBuildDate>Wed, 09 Mar 2016 04:20:46 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/category/programming/programming-website/feed" />
	<item>
		<title>OpenPNEの拡張を行う場合、webapp_ext/ にファイルを置く</title>
		<link>https://worthliv.com/wlh_openpnewebapp_ext.html</link>
		<comments>https://worthliv.com/wlh_openpnewebapp_ext.html#comments</comments>
		<pubDate>Sun, 15 Dec 2013 05:39:22 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[ウェブサイト制作・運営]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1049</guid>
		<description><![CDATA[OpenPNEシステムを拡張する場合 スポンサーリンク 以下、OpenPNEのシステムを拡張する場合の話。 拡張用には、専用のディレクトリが設けられています。 OpenPNE/webapp_ext システムの拡張は、「w [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_openpnewebapp_ext.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_openpnewebapp_ext.html" />
	</item>
		<item>
		<title>OpenPNEのリクエスト変数とバリデーション処理</title>
		<link>https://worthliv.com/wlh_openpne.html</link>
		<comments>https://worthliv.com/wlh_openpne.html#comments</comments>
		<pubDate>Sun, 15 Dec 2013 05:15:46 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[ウェブサイト制作・運営]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1048</guid>
		<description><![CDATA[validate（バリデーション） スポンサーリンク バリデーション（データが有効かどうかを調べる処理）に関しては、まだ調査中ですが分かったものだけ。 webapp/modules/pc/validate/page va [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_openpne.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_openpne.html" />
	</item>
		<item>
		<title>OpenPNEのMVC・モデル、ビュー、コントローラーの関係</title>
		<link>https://worthliv.com/wlh_openpnemvc.html</link>
		<comments>https://worthliv.com/wlh_openpnemvc.html#comments</comments>
		<pubDate>Sun, 15 Dec 2013 04:55:18 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[ウェブサイト制作・運営]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1047</guid>
		<description><![CDATA[MVCフレームワークでは、URLのクエリにより、コントローラーのアクションが決定される。 OpenPNEの場合、たとえば、日記投稿ページのクエリは･･･ スポンサーリンク ?m=pc&#038;a=page_h_diar [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_openpnemvc.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_openpnemvc.html" />
	</item>
		<item>
		<title>OpnePNEの構造やフレームワークとか</title>
		<link>https://worthliv.com/wlh_opnepne.html</link>
		<comments>https://worthliv.com/wlh_opnepne.html#comments</comments>
		<pubDate>Sun, 15 Dec 2013 01:02:04 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[ウェブサイト制作・運営]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1043</guid>
		<description><![CDATA[OpnePNEの構造やフレームワークとかについて、分かったことをまとめておきます。 OpenPNEは、PHPで書かれており、ソースはけっこう読みやすいです。 ただし、いたるところで、データベースに格納するデータの変数に、 [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_opnepne.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_opnepne.html" />
	</item>
		<item>
		<title>OpenPNEのconfigファイル（config.php）の設定</title>
		<link>https://worthliv.com/wlh_openpneconfig.html</link>
		<comments>https://worthliv.com/wlh_openpneconfig.html#comments</comments>
		<pubDate>Fri, 13 Dec 2013 00:35:29 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[ウェブサイト制作・運営]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1042</guid>
		<description><![CDATA[OpenPNEは、SNSサイトを構築できるオープンソースなのですが、それの改造と拡張を現在行っています。 利用バージョンは、OpenPNE-2.12.5 config.php（初期設定ファイル）がけっこう曲者で、ひっかか [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_openpneconfig.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_openpneconfig.html" />
	</item>
		<item>
		<title>実践Web Standards Design―Web標準の基本とCSSレイアウト&amp;Tipsのソースをダウンロード入手</title>
		<link>https://worthliv.com/wlh_web_standards_designwebcsstips.html</link>
		<comments>https://worthliv.com/wlh_web_standards_designwebcsstips.html#comments</comments>
		<pubDate>Mon, 15 Jul 2013 14:11:28 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[ウェブサイト制作・運営]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1075</guid>
		<description><![CDATA[だいぶ以前に、CSS（スタイルシート）を基本から勉強しようと思って、この本を買っていました。 最近読み出して、ようやくほぼ一通り目を通し終わったのですが、かなり良い本だと思います。 スポンサーリンク 理解があやふやだった [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_web_standards_designwebcsstips.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_web_standards_designwebcsstips.html" />
	</item>
		<item>
		<title>SEOはじめの一歩</title>
		<link>https://worthliv.com/wlh_seo.html</link>
		<comments>https://worthliv.com/wlh_seo.html#comments</comments>
		<pubDate>Tue, 26 Mar 2013 14:07:40 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[ウェブサイト制作・運営]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1014</guid>
		<description><![CDATA[弱小事業者がウェブサイトでビジネスを行う場合、集客手段としてのSEO（検索エンジン対策）は多かれ少なかれ欠かせません。 ただし現在は、検索エンジンの機能が向上した結果、以前ほどテクニカルなことは通用せず、逆を言えば、現在 [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_seo.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_seo.html" />
	</item>
		<item>
		<title>ソーシャルブックマークで注目されるためのまとめ</title>
		<link>https://worthliv.com/wlh_post_9.html</link>
		<comments>https://worthliv.com/wlh_post_9.html#comments</comments>
		<pubDate>Fri, 01 Mar 2013 02:51:55 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[ウェブサイト制作・運営]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=997</guid>
		<description><![CDATA[アクセスアップを目指そうと考えた場合、旧来の方法、SEO（検索エンジン対策）やSEM（リスティング広告）を、はなから狙うのは、もはやベストな方法ではない時代になっている。 スポンサーリンク というか、SEOやSEMっての [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_post_9.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_post_9.html" />
	</item>
		<item>
		<title>preタグで文字を端っこで折り返す</title>
		<link>https://worthliv.com/wlh_post_8.html</link>
		<comments>https://worthliv.com/wlh_post_8.html#comments</comments>
		<pubDate>Thu, 28 Feb 2013 14:25:47 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[ウェブサイト制作・運営]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=996</guid>
		<description><![CDATA[プログラムのソースコードを、ブログ上に表示するために、&#60;pre&#62;タグを使おうと思ったのですが、一つ問題が・・・ スポンサーリンク ソースコードの一行の長さが長すぎると、端っこで折り返されずに、右側メニューのほ [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_post_8.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_post_8.html" />
	</item>
		<item>
		<title>OpenPNEの新規登録時の処理</title>
		<link>https://worthliv.com/wlh_openpne_1.html</link>
		<comments>https://worthliv.com/wlh_openpne_1.html#comments</comments>
		<pubDate>Thu, 17 Jan 2013 08:16:25 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[ウェブサイト制作・運営]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1054</guid>
		<description><![CDATA[OpenPNEを拡張している時に、ユーザーが新規登録をしたのと同時に、なんらかの処理を追加したい場合。 以下のクラス関連を調べる。 個人的なメモです。 スポンサーリンク ktai_page_o_regist_pre kt [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_openpne_1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_openpne_1.html" />
	</item>
		<item>
		<title>t_form_block, t_form でのセッション情報付加</title>
		<link>https://worthliv.com/wlh_t_form_block_t_form.html</link>
		<comments>https://worthliv.com/wlh_t_form_block_t_form.html#comments</comments>
		<pubDate>Wed, 16 Jan 2013 06:42:18 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[ウェブサイト制作・運営]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1053</guid>
		<description><![CDATA[OpenPNEのテンプレートファイル(.tpl)でフォームを出力する場合、t_form_block, t_form　などのタグが使われています。 どうやって2種類を使い分けるかは、いまいちよく分かっていませんけど、パソコ [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_t_form_block_t_form.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_t_form_block_t_form.html" />
	</item>
		<item>
		<title>Smarty（OpenPNE）のHTMLエスケープ出力</title>
		<link>https://worthliv.com/wlh_smartyhtml.html</link>
		<comments>https://worthliv.com/wlh_smartyhtml.html#comments</comments>
		<pubDate>Tue, 15 Jan 2013 18:44:22 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[ウェブサイト制作・運営]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1052</guid>
		<description><![CDATA[年が明けてだいぶ経ちましたが、今年もよろしくお願いいたします。 今日から、またOpenPNEベースでの開発のお仕事。 ショッピングカートっぽい機能を実装中で・・・ふぅ、疲れました。 スポンサーリンク OpenPNEでは、 [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/wlh_smartyhtml.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/wlh_smartyhtml.html" />
	</item>
	</channel>
</rss>
