<?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>作造備忘録</title>
	<atom:link href="http://sakuzoy.com/feed" rel="self" type="application/rss+xml" />
	<link>http://sakuzoy.com</link>
	<description>気になる情報とかを調べなおすの面倒だからここに残す。</description>
	<lastBuildDate>Sat, 03 Apr 2010 06:19:41 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://sakuzoy.com/feed" />
		<item>
		<title>まとめてプラグインを入れる｜wordpress</title>
		<link>http://sakuzoy.com/87.html</link>
		<comments>http://sakuzoy.com/87.html#comments</comments>
		<pubDate>Sat, 03 Apr 2010 06:19:41 +0000</pubDate>
		<dc:creator>sakuzo</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress プラグイン]]></category>

		<guid isPermaLink="false">http://sakuzoy.com/87.html</guid>
		<description><![CDATA[■Exec-PHP 「Exec-PHP Settings」のDisable WYSIWYG Conversion Warningにチェックを入れるのは忘れないようにと。 記事内でphpをかけるように。 ■Executab]]></description>
			<content:encoded><![CDATA[				<p>■Exec-PHP<br />
				「Exec-PHP Settings」のDisable WYSIWYG Conversion Warningにチェックを入れるのは忘れないようにと。<br />
				記事内でphpをかけるように。</p>
				<p>■Executable PHP widget<br />
				サイドバーウィジェットでphpがかけるように。</p>
				<p>■Google XML Sitemaps<br />
				これはやっぱ楽。</p>
				<p>■Contact Form 7<br />
				フォームはこれがいいね。</p>
				<p>■Search Everything<br />
				検索はほかにも有料のいいのがあるみたいだけど、これもなかなかよい。</p>
				<p>■Similar Posts<br />
				似た記事を出してくれる。<br />
				データベースにいったん集計結果をためるみたいだから、重さも軽減されるよう。</p>
				<p>■Post-Plugin Library<br />
				sililarを入れるためのライブラリ</p>
				<p>■WP-PageNavi<br />
				これはいれると便利。サイトの方向性によってはいらないかな。</p>
				<p>■WP Super Cache<br />
				これは軽くなる。最近は、ページ表示完了するまでの時間が検索結果（seo的）にも反映されていくようなので<br />
				必須かな。</p>
				<p>■Popularity Contest<br />
				これもなかなか使えるかな。<br />
				うまくサイドナビや、ページに自由自在にだせるようになれば使える！<br />
				ただね、データベースはpostじゃないからなー、ちょっと俺のは大変。</p>
				<p>■Wordpress Google Analytics Reports<br />
				これもgoogle analyticsを使ってるなら、簡単な数字の確認は楽！</p>
]]></content:encoded>
			<wfw:commentRss>http://sakuzoy.com/87.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://sakuzoy.com/87.html" />
	</item>
		<item>
		<title>ヘッダーのgeneratorとかを消す｜wordpress</title>
		<link>http://sakuzoy.com/86.html</link>
		<comments>http://sakuzoy.com/86.html#comments</comments>
		<pubDate>Sat, 03 Apr 2010 05:53:40 +0000</pubDate>
		<dc:creator>sakuzo</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://sakuzoy.com/86.html</guid>
		<description><![CDATA[ヘッダーにある、 を消そうと思う。 ワードプレスで作られてると知られてたらセキュリティー的にやばいかな？なんておもってのこと。 たぶん、ほかの部分で構造とかでわかるとは思うけどね。 ヘッダーで簡単にわからないだけでもマシ]]></description>
			<content:encoded><![CDATA[				<p>ヘッダーにある、</p>
				<p><meta name="generator" content="WordPress 2.9.2" /></p>
				<link rel="EditURI" type="application/rsd+xml" title="RSD" href="どこか" />
				<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="どこか" />
				<p>を消そうと思う。<br />
				ワードプレスで作られてると知られてたらセキュリティー的にやばいかな？なんておもってのこと。<br />
				たぶん、ほかの部分で構造とかでわかるとは思うけどね。</p>
				<p>ヘッダーで簡単にわからないだけでもマシかなと。</p>
				<p>いろんなサイトで説明されてるのは、function.phpに下記を追記する</p>
				<p>remove_action(&#8216;wp_head&#8217;, &#8216;wp_generator&#8217;);<br />
				remove_action(&#8216;wp_head&#8217;, &#8216;wlwmanifest_link&#8217;);<br />
				remove_action(&#8216;wp_head&#8217;, &#8216;rsd_link&#8217;);</p>
				<p>これで終わり！</p>
				<p>でもね。FEEDにもgeneratorって表示されてるんよね。<br />
				ってことでイロイロ変更修正方法も書かれてたけど、ややこしくて。。。。</p>
				<p>結局、wp-includeにあるfeed系のphpで直接消してやりました！</p>
				<p>feed-atom.php<br />
				feed-atom-comments.php<br />
				feed-rss2.php<br />
				feed-rss2-comments.php<br />
				feed-rss.php</p>
				<p>を消したった。以上おわり。</p>
				<p>とか思ってたら、消えてなくてヘッダーのが、header.phpもgenrator.phpは直で消す。消えないのはテーマにも関係してるかも。</p>
]]></content:encoded>
			<wfw:commentRss>http://sakuzoy.com/86.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://sakuzoy.com/86.html" />
	</item>
		<item>
		<title>キララ2時間ＩＳＵ耐久レース</title>
		<link>http://sakuzoy.com/84.html</link>
		<comments>http://sakuzoy.com/84.html#comments</comments>
		<pubDate>Wed, 31 Mar 2010 23:20:48 +0000</pubDate>
		<dc:creator>sakuzo</dc:creator>
				<category><![CDATA[今日の出来事]]></category>
		<category><![CDATA[思うこと]]></category>
		<category><![CDATA[ISU]]></category>
		<category><![CDATA[京田辺]]></category>
		<category><![CDATA[今日の]]></category>
		<category><![CDATA[出来事]]></category>
		<category><![CDATA[椅子]]></category>
		<category><![CDATA[町興し]]></category>
		<category><![CDATA[耐久レース]]></category>

		<guid isPermaLink="false">http://sakuzoy.com/84.html</guid>
		<description><![CDATA[最近、地域社会への貢献とか盛り上げとかに力を使いたいなと 切に思っている作造です。 ISU かっこいい横文字で、略された３文字。 呼び名は『イス』ー いやはや、シュールすぎてかなり笑ってしまった。 かなり好きなタイプ。 ]]></description>
			<content:encoded><![CDATA[				<p>最近、地域社会への貢献とか盛り上げとかに力を使いたいなと<br />
				切に思っている作造です。</p>
				<p>ISU</p>
				<p>かっこいい横文字で、略された３文字。</p>
				<p>呼び名は『イス』ー<br />
				<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/UUy3UY0_rjo&#038;hl=ja_JP&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/UUy3UY0_rjo&#038;hl=ja_JP&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
				<p>いやはや、シュールすぎてかなり笑ってしまった。<br />
				かなり好きなタイプ。</p>
				<p>関西は京田辺にある商店街の町興しイベントとして開催された。<br />
				『２時間ISU耐久レース』</p>
				<p>いい大人が２時間『耐久』で椅子をコロガすのです。<br />
				小気味いい笑いが断続的に続きます。</p>
				<p>どうやら、１週180メートルぐらいで、何周も何周繰り返し商店街を周るそう。<br />
				みな、椅子をカスタマイズして参戦。</p>
				<p>商店街チームから同志社チームなどバラエティにとんだ参加者。<br />
				楽しかったのは何周まで？の質問には、２周とのこと。</p>
				<p>２周って360メートルやん。。。<br />
				十分やわ。。。</p>
				<p>最終的にはどこが優勝したのかもわからない始末。</p>
				<p>すばらしい！<br />
				この意味のなさ加減と馬鹿らしいことに真剣に取り組む大人。</p>
				<p>こういうのは波及していったり毎年行われたりするもんよね。<br />
				来年は参加しようかな。</p>
				<p>ダイジェスト版はこちら<br />
				<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/CMHv0ueAe9Y&#038;hl=ja_JP&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/CMHv0ueAe9Y&#038;hl=ja_JP&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://sakuzoy.com/84.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://sakuzoy.com/84.html" />
	</item>
		<item>
		<title>Custom Field Template  plugin｜wordpress プラグイン</title>
		<link>http://sakuzoy.com/83.html</link>
		<comments>http://sakuzoy.com/83.html#comments</comments>
		<pubDate>Wed, 31 Mar 2010 22:49:21 +0000</pubDate>
		<dc:creator>sakuzo</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress プラグイン]]></category>
		<category><![CDATA[customField]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[カスタム]]></category>
		<category><![CDATA[カスタムフィールド]]></category>
		<category><![CDATA[テンプレート]]></category>
		<category><![CDATA[プラグイン]]></category>
		<category><![CDATA[ワードプレス]]></category>

		<guid isPermaLink="false">http://sakuzoy.com/83.html</guid>
		<description><![CDATA[Custom Field Template plugin 詳細サイト これはすばらしい！ とても運用が楽になりました。 PHPはうまく動かなかったけど、ほかのプラグインで代用できるし、これがあれば リテラシーが低い人でも]]></description>
			<content:encoded><![CDATA[				<p>Custom Field Template  plugin<br />
				<a href="http://wpgogo.com/development/custom-field-template.html">詳細サイト</a></p>
				<p>これはすばらしい！<br />
				とても運用が楽になりました。</p>
				<p>PHPはうまく動かなかったけど、ほかのプラグインで代用できるし、これがあれば<br />
				リテラシーが低い人でも使いこなせそう！！</p>
				<p>※注）リテラシーが低い人→ワタシです。。。</p>
]]></content:encoded>
			<wfw:commentRss>http://sakuzoy.com/83.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://sakuzoy.com/83.html" />
	</item>
		<item>
		<title>web拍手的な｜Web拍手ツール【ＧＪ！】（グッジョブ！)｜wordpress</title>
		<link>http://sakuzoy.com/79.html</link>
		<comments>http://sakuzoy.com/79.html#comments</comments>
		<pubDate>Mon, 15 Mar 2010 15:03:54 +0000</pubDate>
		<dc:creator>sakuzo</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress プラグイン]]></category>

		<guid isPermaLink="false">http://sakuzoy.com/79.html</guid>
		<description><![CDATA[web拍手的なpluginを探してみました～。 手軽さ(メアドとかいらない)や、ページ自体の人気度が人目でわかることは重要だと思います。 そんでこんな条件で探してみる １．拍手（投票）したときにページ遷移しないこと ２．]]></description>
			<content:encoded><![CDATA[				<p>web拍手的なpluginを探してみました～。</p>
				<p>手軽さ(メアドとかいらない)や、ページ自体の人気度が人目でわかることは重要だと思います。</p>
				<p>そんでこんな条件で探してみる</p>
				<p>１．拍手（投票）したときにページ遷移しないこと</p>
				<p>２．１記事ごとに質問を作成するのではなく、テンプレートで反映させれる</p>
				<p>３．そのデータを別の場所で反映できる（xmlとか）</p>
				<p>４．カウント数をDBに貯めていく</p>
				<p>５．管理画面の使いやすさ</p>
				<p>ということで見つけたのが、<br />
				<a href="http://hmlab.info/minor/products/gj">Web拍手ツール【ＧＪ！】（グッジョブ！)</a>です。</p>
				<p>１．２．３は余裕でクリア！！<br />
				４と５は自分でどうにかできそうなんでＯＫ！！</p>
				<p>ほかにもプラグインはあるんだけど、なにかが足りない感じがして。。。<br />
				このプラグインだと見た目も思い通りなのでアリは一品ではないでしょうか？</p>
]]></content:encoded>
			<wfw:commentRss>http://sakuzoy.com/79.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://sakuzoy.com/79.html" />
	</item>
		<item>
		<title>どうつたわるか</title>
		<link>http://sakuzoy.com/75.html</link>
		<comments>http://sakuzoy.com/75.html#comments</comments>
		<pubDate>Thu, 11 Mar 2010 10:31:38 +0000</pubDate>
		<dc:creator>phone_saku</dc:creator>
				<category><![CDATA[今日の出来事]]></category>

		<guid isPermaLink="false">http://sakuzoy.com/75.html</guid>
		<description><![CDATA[そんなつもりで言ったんじゃない。 こんなとこ言う人はいるが、どう伝わるかがわかってない。 伝わった言葉が真実なのだよ。]]></description>
			<content:encoded><![CDATA[				<p>そんなつもりで言ったんじゃない。</p>
				<p>こんなとこ言う人はいるが、どう伝わるかがわかってない。</p>
				<p>伝わった言葉が真実なのだよ。</p>
]]></content:encoded>
			<wfw:commentRss>http://sakuzoy.com/75.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://sakuzoy.com/75.html" />
	</item>
		<item>
		<title>ネームタグ屋探してます。</title>
		<link>http://sakuzoy.com/68.html</link>
		<comments>http://sakuzoy.com/68.html#comments</comments>
		<pubDate>Sat, 30 Jan 2010 02:25:46 +0000</pubDate>
		<dc:creator>sakuzo</dc:creator>
				<category><![CDATA[ウェブサイト]]></category>
		<category><![CDATA[今日の出来事]]></category>
		<category><![CDATA[思うこと]]></category>

		<guid isPermaLink="false">http://sakuzoy.com/?p=68</guid>
		<description><![CDATA[http://www.sekigen.co.jp/ 友達のブランドでネームタグを作りたいなとか思っちゃったりして。 そんでネームタグ屋さんを探してみたんだけど、ウェブ自体があまりよろしくないと 選択肢から消えてしまう。。]]></description>
			<content:encoded><![CDATA[				<p><img src="http://sakuzoy.com/wp-content/themes/gumball-special/post-images/68.jpg" alt="関源さん" /></p>
				<p>http://www.sekigen.co.jp/</p>
				<p>友達のブランドでネームタグを作りたいなとか思っちゃったりして。<br />
				そんでネームタグ屋さんを探してみたんだけど、ウェブ自体があまりよろしくないと<br />
				選択肢から消えてしまう。。。</p>
				<p>そんなときに、浅草で創業８０年！！！<br />
				それでいて、ウェブもCMSを使ってそうで、情報が見つけやすい！！<br />
				写真も色数も多くて鮮やか？！</p>
				<p>こりゃ、ここで頼みたいなと思うわ。</p>
				<p>ネームタグの制作サイト自体が少ないからかもしれないけど、<br />
				こんな感じでECサイトでも差が出てくるんだろうなー</p>
]]></content:encoded>
			<wfw:commentRss>http://sakuzoy.com/68.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://sakuzoy.com/68.html" />
	</item>
		<item>
		<title>企画書とかプレゼンパワポに使えるのでは？｜Cacoo</title>
		<link>http://sakuzoy.com/66.html</link>
		<comments>http://sakuzoy.com/66.html#comments</comments>
		<pubDate>Tue, 12 Jan 2010 16:58:35 +0000</pubDate>
		<dc:creator>sakuzo</dc:creator>
				<category><![CDATA[アプリケーション]]></category>
		<category><![CDATA[サービス]]></category>

		<guid isPermaLink="false">http://sakuzoy.com/?p=66</guid>
		<description><![CDATA[Cacoo http://cacoo.com/ Cacoo &#8211; Web上で図の作成とリアルタイムコラボレーション 作成した画像はPNGファイルとして書き出せるようだ！ 編集中の図をリアルタイムで複数ユーザーで]]></description>
			<content:encoded><![CDATA[				<p>Cacoo<br />
				<a href="http://cacoo.com/">http://cacoo.com/</a></p>
				<p><a href="http://vimeo.com/7502545">Cacoo &#8211; Web上で図の作成とリアルタイムコラボレーション</a></p>
				<p>作成した画像はPNGファイルとして書き出せるようだ！</p>
				<p>編集中の図をリアルタイムで複数ユーザーで編集できる！</p>
				<p>アイコンやクリップアート画像が豊富！！</p>
				<p>こりゃアリですね！</p>
]]></content:encoded>
			<wfw:commentRss>http://sakuzoy.com/66.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://sakuzoy.com/66.html" />
	</item>
		<item>
		<title>映画アバターを見てきた。</title>
		<link>http://sakuzoy.com/64.html</link>
		<comments>http://sakuzoy.com/64.html#comments</comments>
		<pubDate>Tue, 12 Jan 2010 16:38:29 +0000</pubDate>
		<dc:creator>sakuzo</dc:creator>
				<category><![CDATA[今日の出来事]]></category>
		<category><![CDATA[思うこと]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[avatar]]></category>
		<category><![CDATA[iMAXシアター]]></category>
		<category><![CDATA[アバター]]></category>
		<category><![CDATA[スカウター]]></category>
		<category><![CDATA[セカイカメラ]]></category>
		<category><![CDATA[映画]]></category>
		<category><![CDATA[頓智 ドット]]></category>

		<guid isPermaLink="false">http://sakuzoy.com/?p=64</guid>
		<description><![CDATA[先日、アバターを見てみました。 iMAXシアターってすごいっすね。3Dだね。 ウェブ上でも3Dメガネをかけたら見れるようなサイトを作ってる前衛的な人がいて、 そのサイトで作り方をみたからなお更、映像作るの大変そうだなと関]]></description>
			<content:encoded><![CDATA[				<p>先日、アバターを見てみました。<br />
				iMAXシアターってすごいっすね。3Dだね。</p>
				<p>ウェブ上でも3Dメガネをかけたら見れるようなサイトを作ってる前衛的な人がいて、<br />
				そのサイトで作り方をみたからなお更、映像作るの大変そうだなと関心しました。</p>
				<p>僕一人だと、寿命が尽きるまで頑張っても多分完成しないね。</p>
				<p>テレビも3Dでどうにか盛り返したいみたいだけど、いかんせんメガネをかけないとダメだと<br />
				言うこところがネック。。。</p>
				<p>せめて軽量化とか、ホームシアターを作ってる所なんかには、レーザーとかの光のカーテンで<br />
				メガネ代わりの効果が得られないのだろうか？？なんて思ったりする。</p>
				<p>近い将来、スカウターは完成するね。<br />
				すでに試作段階とはいえ、通訳機能を持つメガネがすでに実在してる。</p>
				<p>頓智 ドットさんみたいにセカイカメラとあわせ技で、本当に電脳コイルみたいなセカイが<br />
				実現しそうですね。</p>
				<p>いやはや、どうなることやらw</p>
				<p>ということで、映画から脱線したけど、<br />
				ほんとうにすばらしかった。</p>
				<p>３Dの技術的な話とか映像の話が多く語られてるんだけど、ストーリーも良かった！<br />
				あっという間に時間が過ぎるし、久々に画面の中に入って喜怒哀楽を共にした気がする。</p>
				<p>これは見るべきです！<br />
				そんでもってどうせ見るなら映画館で3Dで見るほうが絶対にgood！！</p>
]]></content:encoded>
			<wfw:commentRss>http://sakuzoy.com/64.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://sakuzoy.com/64.html" />
	</item>
		<item>
		<title>うなぎ屋さん[大阪]志津可</title>
		<link>http://sakuzoy.com/43.html</link>
		<comments>http://sakuzoy.com/43.html#comments</comments>
		<pubDate>Thu, 07 Jan 2010 16:28:36 +0000</pubDate>
		<dc:creator>sakuzo</dc:creator>
				<category><![CDATA[いったお店]]></category>
		<category><![CDATA[うなぎ]]></category>
		<category><![CDATA[うなぎ屋さん]]></category>
		<category><![CDATA[うな丼]]></category>
		<category><![CDATA[うな重]]></category>
		<category><![CDATA[大阪]]></category>
		<category><![CDATA[志津可]]></category>

		<guid isPermaLink="false">http://sakuzoy.com/?p=43</guid>
		<description><![CDATA[最近、無性にうな重が食べたくなりました。 年末年始の暴飲暴食で（ビール・ビール・すき焼き・ビールみたいな・・） なかなか食いたいものがなかったときに、 『米食いてぇ』と『あっさり過ぎず元気がでるもの』 の条件をクリアした]]></description>
			<content:encoded><![CDATA[				<p>最近、無性にうな重が食べたくなりました。<br />
				年末年始の暴飲暴食で（ビール・ビール・すき焼き・ビールみたいな・・）<br />
				なかなか食いたいものがなかったときに、</p>
				<p>『米食いてぇ』と『あっさり過ぎず元気がでるもの』</p>
				<p>の条件をクリアしたのが、【うな重】。</p>
				<p>うな重とうな丼の味的違いはなんなんだろう？なんて疑問はスルーして、こちらに行ってきました！</p>
				<p><div id="attachment_44" class="wp-caption alignnone" style="width: 160px"><a href="http://sakuzoy.com/wp-content/uploads/2010/01/shiduka-card.jpg"><img src="http://sakuzoy.com/wp-content/uploads/2010/01/shiduka-card.jpg" alt="うなぎ　志津可" title="shiduka-card" width="150" height="235" class="size-full wp-image-44" /></a><p class="wp-caption-text">大阪のうなぎ屋さん　志津可</p></div><br />
				<div id="attachment_46" class="wp-caption alignnone" style="width: 810px"><a href="http://sakuzoy.com/wp-content/uploads/2010/01/shiduka.jpg"><img src="http://sakuzoy.com/wp-content/uploads/2010/01/shiduka.jpg" alt="うなぎ　志津可のうな重" title="shiduka" width="300" height="200" class="size-full wp-image-46" /></a><p class="wp-caption-text">うなぎ　志津可のうな重</p></div></p>
				<p>大阪でうなぎがうまい店。<br />
				さらにいうと東京風のうなぎが食いたい！！<br />
				ってことで行って見たんですが、本当によかった！<br />
				値段もさほど高くないし、お店の雰囲気が最高で両親とかを招待しても<br />
				いいなという品のあるお店でした。</p>
				<p>味もばっちりでうなぎを満喫しましたー！<div id="attachment_44" class="wp-caption alignnone" style="width: 160px"><a href="http://sakuzoy.com/wp-content/uploads/2010/01/shiduka-card.jpg"><img src="http://sakuzoy.com/wp-content/uploads/2010/01/shiduka-card-150x150.jpg" alt="うなぎ　志津可" title="shiduka-card" width="150" height="150" class="size-thumbnail wp-image-44" /></a><p class="wp-caption-text">大阪のうなぎ屋さん　志津可</p></div><div id="attachment_44" class="wp-caption alignnone" style="width: 160px"><a href="http://sakuzoy.com/wp-content/uploads/2010/01/shiduka-card.jpg"><img src="http://sakuzoy.com/wp-content/uploads/2010/01/shiduka-card.jpg" alt="うなぎ　志津可" title="shiduka-card" width="150" height="235" class="size-full wp-image-44" /></a><p class="wp-caption-text">大阪のうなぎ屋さん　志津可</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://sakuzoy.com/43.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://sakuzoy.com/43.html" />
	</item>
	</channel>
</rss>

