<?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>HOTSYSTEMS - BLOG -</title>
	<atom:link href="http://www.hotsystems.jp/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hotsystems.jp/blog</link>
	<description>簡単で使いやすいシステム開発でみんなを笑顔に！</description>
	<lastBuildDate>Sat, 22 Oct 2011 16:26:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Zend_Navigation　と　RewriteRouter</title>
		<link>http://www.hotsystems.jp/blog/archives/307</link>
		<comments>http://www.hotsystems.jp/blog/archives/307#comments</comments>
		<pubDate>Sat, 22 Oct 2011 16:26:59 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/?p=307</guid>
		<description><![CDATA[Zend_Navigation_Page：：factory(array())；
を使ってメニューなんかを作っているのだけれども、　RewriteRouter を使ったページにアクセスするとメニューのURLがおかしなことになった。
色々ググったが解決策が見つからない。ソースを追った結果以下の方法で解決。
Zend_Navigation_Page：：factory(array(
　&#8217;label&#8217; => &#8216;ラベル名&#8217;,
　&#8217;route&#8217; => &#8216;default&#8217;,
　&#8217;module&#8217; => &#8216;モジュール名&#8217;,
　&#8217;controller&#8217; => &#8216;コントローラー名&#8217;,
　&#8217;action&#8217; => &#8216;アクション名&#8217;,
))；
ルーターを使わないページ設定では
&#8216;route&#8217; => &#8216;default&#8217;,
を明示的に記載！！
これが分かるまでに何時間と。。。。
]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/307/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>輸入家具の7HILLS</title>
		<link>http://www.hotsystems.jp/blog/archives/301</link>
		<comments>http://www.hotsystems.jp/blog/archives/301#comments</comments>
		<pubDate>Wed, 04 May 2011 04:46:10 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[仕事]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/?p=301</guid>
		<description><![CDATA[波乗り仲間で輸入家具のお店をやっている知人のサイトリニューアルのお手伝いをしまいした。輸入家具だけでなく、色々面白い雑貨も取り扱ってます。

http://www.7-hills.com
]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/301/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebookに投稿できるかのテスト</title>
		<link>http://www.hotsystems.jp/blog/archives/299</link>
		<comments>http://www.hotsystems.jp/blog/archives/299#comments</comments>
		<pubDate>Fri, 19 Nov 2010 16:28:17 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[仕事]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/?p=299</guid>
		<description><![CDATA[Facebookと格闘中
]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/299/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>七里の海</title>
		<link>http://www.hotsystems.jp/blog/archives/293</link>
		<comments>http://www.hotsystems.jp/blog/archives/293#comments</comments>
		<pubDate>Tue, 21 Sep 2010 10:00:18 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/?p=293</guid>
		<description><![CDATA[２６日のムエタイの大会向けに映像を作って２３日から新宿ア
ルタのビジョンで流れるのという情報が知人から入りました。
七里の海で撮影したそうですが、まるでタイみたいに撮れています。
ムエタイに興味ある方は是非チェックしてみてください！！

]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/293/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 独自テンプレート　プラグインが動かない？</title>
		<link>http://www.hotsystems.jp/blog/archives/288</link>
		<comments>http://www.hotsystems.jp/blog/archives/288#comments</comments>
		<pubDate>Mon, 23 Aug 2010 01:29:44 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/?p=288</guid>
		<description><![CDATA[WordPressにて独自テンプレートを作るときにヘッダーとフッターにそれぞれ
&#60;/head&#62;の前あたりに
&#60;?php wp_head(); ?&#62;
&#60;/body&#62;の前あたりに
&#60;?php wp_footer(); ?&#62;
をいれないと使えないプラグインがあるので。
ついつい忘れそうになるので、記載
]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/288/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>「湘南に住もう」の会</title>
		<link>http://www.hotsystems.jp/blog/archives/283</link>
		<comments>http://www.hotsystems.jp/blog/archives/283#comments</comments>
		<pubDate>Thu, 08 Jul 2010 03:11:16 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[仕事]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/?p=283</guid>
		<description><![CDATA[知り合いの方が「湘南に住もう」の会というセミナーを開催しました。
３５年以上建築に関わってきた、更には湘南で生れ育った白鳥さんが、「湘南に合う住まい方とは何か？」ということを、常に考えてきた思いや経験を、もっと多くの人たちと共有できればと感じ発足しました。
そのお手伝いをさせて頂いています。湘南生活に興味ある方は是非！！！
「湘南に住もう」の会

]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/283/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>サブドメイン</title>
		<link>http://www.hotsystems.jp/blog/archives/275</link>
		<comments>http://www.hotsystems.jp/blog/archives/275#comments</comments>
		<pubDate>Tue, 18 May 2010 16:34:21 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[サーバ]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/?p=275</guid>
		<description><![CDATA[www.example.comで運用中のサーバに
hoge.example.comのようにサブドメインを追加する場合の覚書
※hoge.example.comのドキュメントルートは任意の場所に指定可能
サブドメインを使用するにはまず、DNSレコードを変更する必要がある。
レンタルサーバで申請できる場合は以下のように申請。
例）
サブドメイン hogeを作る場合
ホスト:　hoge    A  サーバのIPアドレス
DNSレコードが変更されれば後は
apacheのhttp.confを以下のように修正
# vi /etc/httpd/conf/httpd.conf
NameVirtualHost *:80　　#を取る
#以下追加
&#60;virtualhost *:80&#62;
      ServerName www.example.com
      DocumentRoot /var/www/html　元からのデータのディレクトリ
&#60;/virtualhost&#62;
&#60;virtualhost *:80&#62;
    ServerName hoge.example.com
    DocumentRoot /home/hoge/html　hoge用のディレクトリ
    &#60;directory &#8220;/home/hoge/htm&#8221;&#62;
        AllowOverride All
     [...]]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/275/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>サイトリニューアル</title>
		<link>http://www.hotsystems.jp/blog/archives/270</link>
		<comments>http://www.hotsystems.jp/blog/archives/270#comments</comments>
		<pubDate>Tue, 27 Apr 2010 10:33:52 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[仕事]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/?p=270</guid>
		<description><![CDATA[4月に入り、心機一転と言うことでサイトをリニューアル。
横スクロール系をやって見たくて実験的に制作してみました。
http://www.hotsystems.jp/
]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/270/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WYSIWYG Editor　- リッチテキストエディタ -</title>
		<link>http://www.hotsystems.jp/blog/archives/267</link>
		<comments>http://www.hotsystems.jp/blog/archives/267#comments</comments>
		<pubDate>Tue, 19 Jan 2010 11:11:40 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[program]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/archives/267</guid>
		<description><![CDATA[PHPが使える環境なら画像もアップできるしいい感じです。
Xinha（ジーナ）
画像管理プラグインのフォルダ設定がマニュアルどおりではなぜか
上手くいかないので、設定ファイルを直接いじってみた。
xinha/plugins/ImageManager/config.inc.php
59行目付近　$IMConfig['images_dir'] = &#8220;../../../images&#8221;;
82行目付近　$IMConfig['images_url'] = &#8220;/images&#8221;;
82行目付近　$IMConfig['allow_upload'] = true;
]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/267/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CKEditor と　Ckfinder</title>
		<link>http://www.hotsystems.jp/blog/archives/266</link>
		<comments>http://www.hotsystems.jp/blog/archives/266#comments</comments>
		<pubDate>Sat, 09 Jan 2010 10:03:24 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[program]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/archives/266</guid>
		<description><![CDATA[【設置】
/ckeditor/
/ckfinder/
【初期設定】
/ckfinder/config.php
32 行目	return true;
55 行目	$baseUrl = &#8216;/userfiles/&#8217;;　　// 画像をアップするフォルダを設定
/ckeditor/config.js
	config.contentsCss = &#8216;/css/common.css&#8217;; // エディタで使用するCSS
【CkEditorを設置するHTML -　抜粋】
&#60;script type=&#8221;text/javascript&#8221; src=&#8221;/js/jquery.js&#8221;&#62;&#60;/script&#62;
&#60;script type=&#8221;text/javascript&#8221; src=&#8221;/ckeditor/ckeditor.js&#8221;&#62;&#60;/script&#62;
&#60;script type=&#8221;text/javascript&#8221; src=&#8221;/ckfinder/ckfinder.js&#8221;&#62;&#60;/script&#62;
&#60;script type=&#8221;text/javascript&#8221;&#62;$(function(){
var editor = CKEDITOR.replace( &#8216;editor&#8217; );
CKFinder.SetupCKEditor( editor, &#8216;/ckfinder/&#8217; );
});
&#60;/script&#62;
&#60;textarea class=&#8221;ckeditor&#8221; cols=&#8221;80&#8243; id=&#8221;editor&#8221; name=&#8221;information&#8221; rows=&#8221;10&#8243;&#62;&#60;/textarea&#62;
]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/266/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

