<?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>hatti&#039;s Weblog　「あ、ラッキー」 &#187; works</title>
	<atom:link href="http://hatti.aspi2004.com/archives/category/works/feed" rel="self" type="application/rss+xml" />
	<link>http://hatti.aspi2004.com</link>
	<description>忘れることに備えるための記録。忘れないようにメモっておくメモ。  正式には備忘録。そんな使い方が中心のウェブログ。</description>
	<lastBuildDate>Tue, 31 Jan 2012 04:41:59 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://hatti.aspi2004.com/archives/category/works/feed" />
		<item>
		<title>保護中: Riot futsal club プラシャツ</title>
		<link>http://hatti.aspi2004.com/archives/820</link>
		<comments>http://hatti.aspi2004.com/archives/820#comments</comments>
		<pubDate>Sat, 03 Dec 2011 13:59:06 +0000</pubDate>
		<dc:creator>はりもと まさとし</dc:creator>
				<category><![CDATA[works]]></category>

		<guid isPermaLink="false">http://hatti.aspi2004.com/?p=820</guid>
		<description><![CDATA[この投稿はパスワードで保護されているため抜粋文はありません。]]></description>
			<content:encoded><![CDATA[<form action="http://hatti.aspi2004.com/wp-pass.php" method="post">
<p>この投稿はパスワードで保護されています。表示するにはパスワードを入力してください:</p>
<p><label for="pwbox-820">パスワード:<br />
<input name="post_password" id="pwbox-820" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="実行" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://hatti.aspi2004.com/archives/820/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://hatti.aspi2004.com/archives/820" />
	</item>
		<item>
		<title>保護中: 京都大学FC ARI ピステセットアップ企画</title>
		<link>http://hatti.aspi2004.com/archives/764</link>
		<comments>http://hatti.aspi2004.com/archives/764#comments</comments>
		<pubDate>Thu, 13 Oct 2011 01:14:14 +0000</pubDate>
		<dc:creator>はりもと まさとし</dc:creator>
				<category><![CDATA[works]]></category>

		<guid isPermaLink="false">http://hatti.aspi2004.com/?p=764</guid>
		<description><![CDATA[この投稿はパスワードで保護されているため抜粋文はありません。]]></description>
			<content:encoded><![CDATA[<form action="http://hatti.aspi2004.com/wp-pass.php" method="post">
<p>この投稿はパスワードで保護されています。表示するにはパスワードを入力してください:</p>
<p><label for="pwbox-764">パスワード:<br />
<input name="post_password" id="pwbox-764" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="実行" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://hatti.aspi2004.com/archives/764/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://hatti.aspi2004.com/archives/764" />
	</item>
		<item>
		<title>【WP】ページ毎のウィジット（コメント欄とか）を表示したり非表示したりする方法のヒント。</title>
		<link>http://hatti.aspi2004.com/archives/727</link>
		<comments>http://hatti.aspi2004.com/archives/727#comments</comments>
		<pubDate>Mon, 12 Sep 2011 10:13:27 +0000</pubDate>
		<dc:creator>はりもと まさとし</dc:creator>
				<category><![CDATA[works]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[ウィジット]]></category>
		<category><![CDATA[コメント]]></category>
		<category><![CDATA[コンディショナルタグ]]></category>

		<guid isPermaLink="false">http://hatti.aspi2004.com/?p=727</guid>
		<description><![CDATA[今回とあるページに使用したcodeが以下 &#60;?php if (is_page(845)) { ?&#62; &#60;div id=&#8221;comments&#8221;&#62; &#60;?php comment [...]]]></description>
			<content:encoded><![CDATA[<p>今回とあるページに使用したcodeが以下</p>
<blockquote><p>
&lt;?php if (is_page(845)) { ?&gt;</p>
<p>&lt;div id=&#8221;comments&#8221;&gt;<br />
&lt;?php comments_template(); ?&gt;<br />
		&lt;/div&gt;</p>
<p>&lt;?php } ?&gt;
</p></blockquote>
<p>固定ページの(845)に対してコメント欄を表示させるというものでした。</p>
<p><span id="more-727"></span><br />
WordPressにおいて、<br />
PHP Code内に追記することでページを指定して様々なウィジェットの表示・非表示が設定できます。<br />
そのまとめをしておこうと思います。</p>
<p>ここはまとめといっても個人的な備忘録スタイルなので随時追記、改編していきます。</p>
<p>ページ毎に表示・非表示を指定するPHPコードは以下</p>
<blockquote><p>&lt;?php if (is_home()) { ?&gt;<br />
※(is_home())＝ホームならこの内容を表示する※<br />
&lt;?php } ?&gt;</p></blockquote>
<p>除外設定は以下</p>
<blockquote><p>&lt;?php if (!(is_home())) { ?&gt;<br />
※もしもページが(is_home())＝ホームで無いならこの内容を表示する※<br />
&lt;?php } ?&gt;</p></blockquote>
<p>複数指定する場合は以下</p>
<blockquote><p>&lt;?php if (is_home() || is_single()) { ?&gt;<br />
※(is_home())＝ホーム　か(or)　(is_single())＝シングル(記事ページ)ならここを表示※<br />
&lt;?php } ?&gt;</p></blockquote>
<p>※or は || で、 and は &#038;&#038; で、 not は ! で表記します。</p>
<p>全ては使わないと思うけど、<br />
ページの指定に使うコンディショナルタグは以下のようなものがあるようです。</p>
<p>※abc順で記載、良く使いそうなものは前に持ってきて注釈入れてます。<br />
適当な性格なので漏れもあるかとｗｗ</p>
<p>is_category　※カテゴリページ<br />
is_home　※トップページ<br />
is_page　※固定ページ<br />
is_single　※記事（投稿）ページ</p>
<p>is_admin<br />
is_paged<br />
is_archive<br />
is_attachment<br />
is_author<br />
is_tag<br />
is_comments_popup<br />
is_date<br />
is_day<br />
is_feed<br />
is_month<br />
is_plugin_page<br />
is_preview<br />
is_robots<br />
is_search<br />
is_singular<br />
is_time<br />
is_trackback<br />
is_year</p>
<p>使い方としての例を挙げると…</p>
<p>is_category()</p>
<p>の()内にカテゴリーIDを記入すると、<br />
そのIDのカテゴリーを指定することが出来るといった感じです。</p>
<p>is_single()　の()内に記事IDを記入すると、<br />
そのIDの記事について指定できるってことです。</p>
<p>is_page()　も同様です。<br />
複数指定(記事の333と777を指定)する時は</p>
<p>is_single(array(333, 777))</p>
<p>となるわけです。</p>
<p>根本的なところですが、その『該当する数字』ってどうやったら分かる？<br />
ということについても時間があれば書いてみます。<br />
まぁ…ググったら分かる範囲かと思います…</p>
<p>が、WPの該当ページの編集画面のアドレスバーの中に有りますのでね。<br />
あ、このページなら727ってアドレスバーに書いてますね。</p>
<p>参考までに。</p>
]]></content:encoded>
			<wfw:commentRss>http://hatti.aspi2004.com/archives/727/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://hatti.aspi2004.com/archives/727" />
	</item>
		<item>
		<title>壁紙を作ってみました(iphone,GALAXY)</title>
		<link>http://hatti.aspi2004.com/archives/715</link>
		<comments>http://hatti.aspi2004.com/archives/715#comments</comments>
		<pubDate>Sun, 11 Sep 2011 11:51:28 +0000</pubDate>
		<dc:creator>はりもと まさとし</dc:creator>
				<category><![CDATA[works]]></category>
		<category><![CDATA[スマートフォンの画面サイズ]]></category>
		<category><![CDATA[壁紙]]></category>
		<category><![CDATA[猛蹴会]]></category>

		<guid isPermaLink="false">http://hatti.aspi2004.com/?p=715</guid>
		<description><![CDATA[チーム内で秘密裏に活動しています猛蹴会とF.aspiのロゴ壁紙です。 駄作ですが、よろしければ。 メンバーで使う人はコメント、メールにて感想いただけたら嬉しいです。 画像クリックはiphone用サイズにしてます。 GAL [...]]]></description>
			<content:encoded><![CDATA[<p>チーム内で秘密裏に活動しています猛蹴会とF.aspiのロゴ壁紙です。</p>
<p>駄作ですが、よろしければ。</p>
<p>メンバーで使う人はコメント、メールにて感想いただけたら嬉しいです。</p>
<p><span id="more-715"></span><br />
画像クリックはiphone用サイズにしてます。<br />
GALAXY用は下の文字をクリックして保存してね。<br />
サイズが違うと上手く設定できないかも。<br />
そのあたりGALAXY持ってないからよくわかりまへん。</p>
<h3>京都猛蹴会</h3>
<p><a href="http://hatti.aspi2004.com/wp-content/uploads/2011/09/moushuukai_iphone.jpg"><img src="http://hatti.aspi2004.com/wp-content/uploads/2011/09/moushuukai_iphone-200x300.jpg" alt="" title="moushuukai_iphone" width="200" height="300" class="aligncenter size-medium wp-image-717" /></a></p>
<p>→<a href="http://hatti.aspi2004.com/wp-content/uploads/2011/09/moushuukai_iphone.jpg" title="iphone用猛蹴会" target="_blank">iphone</a><br />
→<a href="http://hatti.aspi2004.com/wp-content/uploads/2011/09/moushuukai_GALAXY.jpg" title="GALAXY用猛蹴会" target="_blank">GALAXY</a></p>
<h3>F./aspiration logo rep</h3>
<p><a href="http://hatti.aspi2004.com/wp-content/uploads/2011/09/fembrp_iphone1.jpg"><img src="http://hatti.aspi2004.com/wp-content/uploads/2011/09/fembrp_iphone1-200x300.jpg" alt="" title="fembrp_iphone" width="200" height="300" class="aligncenter size-medium wp-image-718" /></a></p>
<p>→<a href="http://hatti.aspi2004.com/wp-content/uploads/2011/09/fembrp_iphone1.jpg" title="iphone用Femb" target="_blank">iphone</a><br />
→<a href="http://hatti.aspi2004.com/wp-content/uploads/2011/09/fembrp_GALAXY.jpg" title="GALAXY用Femb" target="_blank">GALAXY</a></p>
<p>因みに各種スマートフォンの壁紙のサイズは以下の通りのようです。</p>
<h3>Android</h3>
<p>端末 / 壁紙サイズ / 縦横比<br />
Xperia / 幅960px × 高854px / 9:8<br />
HT-03A / 幅960px × 高854px / 4:3<br />
HTC Desire / 幅960px × 高800px / 6:5</p>
<h3>iPhone</h3>
<p>ロック中の画面とホーム画面に別々の壁紙を指定可能。<br />
端末 / 壁紙サイズ / 縦横比<br />
iPhone4G / 幅640px × 高960px / 2:3<br />
iPhone3G,3GS、iPod Touch / 幅320px × 高480px / 2:3</p>
<p>作ることがあれば参考に。</p>
]]></content:encoded>
			<wfw:commentRss>http://hatti.aspi2004.com/archives/715/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://hatti.aspi2004.com/archives/715" />
	</item>
		<item>
		<title>保護中: 喜一郎の。</title>
		<link>http://hatti.aspi2004.com/archives/667</link>
		<comments>http://hatti.aspi2004.com/archives/667#comments</comments>
		<pubDate>Mon, 11 Jul 2011 10:50:55 +0000</pubDate>
		<dc:creator>はりもと まさとし</dc:creator>
				<category><![CDATA[works]]></category>

		<guid isPermaLink="false">http://hatti.aspi2004.com/?p=667</guid>
		<description><![CDATA[この投稿はパスワードで保護されているため抜粋文はありません。]]></description>
			<content:encoded><![CDATA[<form action="http://hatti.aspi2004.com/wp-pass.php" method="post">
<p>この投稿はパスワードで保護されています。表示するにはパスワードを入力してください:</p>
<p><label for="pwbox-667">パスワード:<br />
<input name="post_password" id="pwbox-667" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="実行" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://hatti.aspi2004.com/archives/667/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://hatti.aspi2004.com/archives/667" />
	</item>
		<item>
		<title>こんなシャツをプレゼントしてみたり？</title>
		<link>http://hatti.aspi2004.com/archives/613</link>
		<comments>http://hatti.aspi2004.com/archives/613#comments</comments>
		<pubDate>Mon, 16 May 2011 21:05:20 +0000</pubDate>
		<dc:creator>はりもと まさとし</dc:creator>
				<category><![CDATA[works]]></category>

		<guid isPermaLink="false">http://hatti.aspi2004.com/?p=613</guid>
		<description><![CDATA[前と後ろ右下に印字っぽくデザイン作ってみました。 気に入ればこんなことくらいならいけます。 ん～。デザインってムヅカシイね。 凝り過ぎても飽きるしね。]]></description>
			<content:encoded><![CDATA[<p><a href="http://hatti.aspi2004.com/wp-content/uploads/2011/05/wa-shirt.jpg"><img src="http://hatti.aspi2004.com/wp-content/uploads/2011/05/wa-shirt-300x170.jpg" alt="" title="wa-shirt" width="300" height="170" class="aligncenter size-medium wp-image-614" /></a></p>
<p>前と後ろ右下に印字っぽくデザイン作ってみました。<br />
気に入ればこんなことくらいならいけます。</p>
<p>ん～。デザインってムヅカシイね。</p>
<p>凝り過ぎても飽きるしね。</p>
]]></content:encoded>
			<wfw:commentRss>http://hatti.aspi2004.com/archives/613/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://hatti.aspi2004.com/archives/613" />
	</item>
		<item>
		<title>保護中: 同志社さんのゲームシャツイメージ</title>
		<link>http://hatti.aspi2004.com/archives/390</link>
		<comments>http://hatti.aspi2004.com/archives/390#comments</comments>
		<pubDate>Mon, 05 Jul 2010 09:14:56 +0000</pubDate>
		<dc:creator>はりもと まさとし</dc:creator>
				<category><![CDATA[works]]></category>

		<guid isPermaLink="false">http://hatti.aspi2004.com/?p=390</guid>
		<description><![CDATA[この投稿はパスワードで保護されているため抜粋文はありません。]]></description>
			<content:encoded><![CDATA[<form action="http://hatti.aspi2004.com/wp-pass.php" method="post">
<p>この投稿はパスワードで保護されています。表示するにはパスワードを入力してください:</p>
<p><label for="pwbox-390">パスワード:<br />
<input name="post_password" id="pwbox-390" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="実行" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://hatti.aspi2004.com/archives/390/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://hatti.aspi2004.com/archives/390" />
	</item>
		<item>
		<title>あなたのチームにユニフォームを</title>
		<link>http://hatti.aspi2004.com/archives/314</link>
		<comments>http://hatti.aspi2004.com/archives/314#comments</comments>
		<pubDate>Sat, 24 Apr 2010 19:24:07 +0000</pubDate>
		<dc:creator>はりもと まさとし</dc:creator>
				<category><![CDATA[works]]></category>
		<category><![CDATA[Tシャツ]]></category>
		<category><![CDATA[ハンドメイド]]></category>
		<category><![CDATA[副業]]></category>
		<category><![CDATA[手作り]]></category>

		<guid isPermaLink="false">http://hatti.aspi2004.com/?p=314</guid>
		<description><![CDATA[突然ですが、hattiが心を込めて★ あなたのチームにユニフォームを作りますw 個人用でもかまいませんw お店のユニフォームだってこの際やってあげましょうw 希望がありましたら連絡ください♪ これまでの製作実績からいくと [...]]]></description>
			<content:encoded><![CDATA[<p>突然ですが、hattiが心を込めて★</p>
<p>あなたのチームにユニフォームを作りますw<br />
個人用でもかまいませんw<br />
お店のユニフォームだってこの際やってあげましょうw</p>
<p>希望がありましたら連絡ください♪</p>
<p>これまでの製作実績からいくと<br />
業者に頼むと高くつく少数のプリントがかなりお得に♪♪<br />
※自宅作業につき多数のプリントは勘弁してください（苦笑<br />
※納期もゆったり見てください。。。</p>
<p>Ｔシャツ10枚くらいで1枚あたり800～1,500円でやってきました。<br />
8箇所くらい好き放題プリントしての価格です。<br />
材料費と手間賃という感じですが…</p>
<p>シャツのボディとかは業者とかとまったく同じものです。<br />
そっち関係のコネから引っ張ってきます。</p>
<p>あくまで副業ですんで（笑</p>
<p>あんまり無茶はいわんといて下さい。</p>
<p>でも本気で作ります。</p>
<p>気になった方がいましたら<br />
メールでもコメントでもお気軽に。</p>
<p>なんでこんなことするかって？？<br />
…たんなるボランティア精神です。</p>
<p>あなたのチームの団結力アップの力になれたら本望です。</p>
<p>自作、自力の<br />
シルクスクリーン<br />
熱転写プリント<br />
カッティングマーキング</p>
<p>のみですが、プロ張りにやれたりします。</p>
<p>あ、スウェットとかジャージもいけますし、<br />
名入れ、マーキングの後入れもやれます。</p>
<p>でも持ち込みのボディに関しまして保障はできません（笑<br />
ご了承を。</p>
<p>本音。<br />
出産祝いとか結婚祝いでプレゼント用にプリントＴシャツを作ってあげてたんだけど…<br />
ヒートプレス機やらスクリーン製版機やら<br />
セミプロ的な機材を買い揃えた手前、無駄にはできない感じになったのです。</p>
<p>是非、みんなで有益に使ってください。<br />
まぁ…ヤフオクで売ってもいいんだけど。<br />
どうせなら。と思ってね。</p>
]]></content:encoded>
			<wfw:commentRss>http://hatti.aspi2004.com/archives/314/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://hatti.aspi2004.com/archives/314" />
	</item>
		<item>
		<title>memo</title>
		<link>http://hatti.aspi2004.com/archives/194</link>
		<comments>http://hatti.aspi2004.com/archives/194#comments</comments>
		<pubDate>Sun, 07 Mar 2010 16:16:59 +0000</pubDate>
		<dc:creator>はりもと まさとし</dc:creator>
				<category><![CDATA[works]]></category>
		<category><![CDATA[aspi2004]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://hatti.aspi2004.com/?p=194</guid>
		<description><![CDATA[aspi2004に plug inで有名なall in seo packを導入した。 もともとテンプレートに直接metaタグを記入していたのですが、 やっぱり記事ごとに変わる方が望ましいと思って。 meta name=&#038; [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://aspi2004.com/">aspi2004</a>に<br />
plug inで有名な<a href="http://semperfiwebdesign.com/portfolio/wordpress/wordpress-plugins/all-in-one-seo-pack/">all in seo pack</a>を導入した。</p>
<p>もともとテンプレートに直接metaタグを記入していたのですが、<br />
やっぱり記事ごとに変わる方が望ましいと思って。</p>
<p>meta name=&#8221;description&#8221; content=&#8221;futsal team F./aspiration in KYOTO&#8221; /</p>
<p>が重複していたのでデフォルトであった方を削除しました。<br />
（やることとしてあっているのか不安）</p>
<p>あと<br />
<a href="http://www.usefulsnippets.com/category/wordpress">Smart Update Pinger</a>なるものも導入。<br />
記事を作ったときだけpingを飛ばすらしい。<br />
素人なのであまり感覚的なことはわからないが<br />
意味があるのか。無いのか。</p>
<p>間違ったこと書いていたら教えて下さい。</p>
]]></content:encoded>
			<wfw:commentRss>http://hatti.aspi2004.com/archives/194/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://hatti.aspi2004.com/archives/194" />
	</item>
		<item>
		<title>京都のフレンチで…</title>
		<link>http://hatti.aspi2004.com/archives/129</link>
		<comments>http://hatti.aspi2004.com/archives/129#comments</comments>
		<pubDate>Wed, 11 Mar 2009 14:46:10 +0000</pubDate>
		<dc:creator>はりもと まさとし</dc:creator>
				<category><![CDATA[daily]]></category>
		<category><![CDATA[works]]></category>
		<category><![CDATA[食べログ]]></category>

		<guid isPermaLink="false">http://hatti.aspi2004.com/?p=129</guid>
		<description><![CDATA[おおーっっと！！ 食べログという口コミサイトでhattiが働いているお店が京都のフレンチランキングで２位。 これはすばらしい。 オーナーの努力の賜物だと思います。 hattiも自分ごとのように嬉しいですが、 何より来てい [...]]]></description>
			<content:encoded><![CDATA[<p>おおーっっと！！<br />
<img src="http://hatti.aspi2004.com/wp-content/uploads/2009/05/tabelog.gif" alt="tabelog" title="tabelog" width="500" height="700" class="alignnone size-full wp-image-130" /></p>
<p><span id="more-129"></span></p>
<p><a href="http://r.tabelog.com/">食べログ</a>という口コミサイトでhattiが働いているお店が京都のフレンチランキングで２位。</p>
<p>これはすばらしい。<br />
オーナーの努力の賜物だと思います。</p>
<p>hattiも自分ごとのように嬉しいですが、<br />
何より来ていただいたお客様に感謝。</p>
<p>そして、<br />
このページを見て来られたお客様の期待を裏切らぬようにせねばね。</p>
<p>お店のページはコチラから<br />
<a href="http://r.tabelog.com/kyoto/A2603/A260302/26003379/">ame du garson</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hatti.aspi2004.com/archives/129/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://hatti.aspi2004.com/archives/129" />
	</item>
	</channel>
</rss>

