<?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, 07 Apr 2012 02:25:56 +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>Xcode 4.3 iOSシミュレータ　更新されない</title>
		<link>http://www.hotsystems.jp/blog/archives/317</link>
		<comments>http://www.hotsystems.jp/blog/archives/317#comments</comments>
		<pubDate>Sat, 07 Apr 2012 02:25:56 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[Xcode]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iOS iPhone]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/?p=317</guid>
		<description><![CDATA[勉強中に困ったこと
1.プロジェクトを更新してもシミュレータに反映されない。
2.’NSInvalidArgumentException&#8217;, reason: &#8216;Could not find a storyboard name &#8216;MainStoryboard&#8217;
ネットで調べると、シミュレータメニューの「コンテンツと設定をリセット」すると反映されるような記事があったが
これでは解決にいたらず。
さらに調べると
http://stackoverflow.com/questions/9113329/xcode-4-2-mainstoryboard-not-found
を発見。
解決策：
１．プロジェクトのMainStoryboard.storyboardを右クリックで「Delete」を選択
２．「Remove Reference」をクリックで一旦プロジェクトからファイルを削除
　　※プロジェクトから消えるだけで、実体はプロジェクトフォルダに残っている
３．プロジェクトフォルダのMainStoryboard.storyboardをXcodeのプロジェクトにドラッグ
これで上記２つの問題は解決された。　
問題が起こる原因は良く分からんが。。。
]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/317/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WYSIWYGエディタ elrte で値が消える</title>
		<link>http://www.hotsystems.jp/blog/archives/311</link>
		<comments>http://www.hotsystems.jp/blog/archives/311#comments</comments>
		<pubDate>Sun, 19 Feb 2012 02:09:14 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[Jquery]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/?p=311</guid>
		<description><![CDATA[Form タグに　onsubmit(return(false))を設定し、buttonタグでサブミットすると
パラメーターに値が入ってこない。
時間がないので原因は追わないが、以下で対応
removeAttrでonsubmitをとってしまうと機能する。
&#60;input type=&#8221;button&#8221; onclick=&#8221;$(&#8216;#FormId&#8217;).removeAttr(&#8216;onsubmit&#8217;);$(&#8216;#FormId&#8217;).submit();&#8221; /&#62;
http://elrte.org/jp/
]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/311/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>

