<?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://www.tefutefu.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tefutefu.info</link>
	<description>NOBOO</description>
	<lastBuildDate>Mon, 06 Sep 2010 05:16:50 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tefutefu.info/feed/" />
		<item>
		<title>ページナヴィゲーション</title>
		<link>http://www.tefutefu.info/%e3%83%9a%e3%83%bc%e3%82%b8%e3%83%8a%e3%83%b4%e3%82%a3%e3%82%b2%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3/</link>
		<comments>http://www.tefutefu.info/%e3%83%9a%e3%83%bc%e3%82%b8%e3%83%8a%e3%83%b4%e3%82%a3%e3%82%b2%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 05:15:50 +0000</pubDate>
		<dc:creator>NOBOO</dc:creator>
				<category><![CDATA[メモ]]></category>

		<guid isPermaLink="false">http://www.tefutefu.info/?p=236</guid>
		<description><![CDATA[worpdressでプラグインを使わずにページナビゲーションを生成の
めもぉ〜

using_permalinks()) {
$paginate_format = &#8221;;
$paginate_base = ad &#8230; <a href="http://www.tefutefu.info/%e3%83%9a%e3%83%bc%e3%82%b8%e3%83%8a%e3%83%b4%e3%82%a3%e3%82%b2%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>worpdressでプラグインを使わずにページナビゲーションを生成の<br />
めもぉ〜</p>
<blockquote>
<div class="tablenav">using_permalinks()) {<br />
$paginate_format = &#8221;;<br />
$paginate_base = add_query_arg(&#8216;paged&#8217;, &#8216;%#%&#8217;);<br />
} else {<br />
$paginate_format = (substr($paginate_base, -1 ,1) == &#8216;/&#8217; ? &#8221; : &#8216;/&#8217;) .<br />
user_trailingslashit(&#8216;page/%#%/&#8217;, &#8216;paged&#8217;);;<br />
$paginate_base .= &#8216;%_%&#8217;;<br />
}<br />
echo paginate_links( array(<br />
&#8216;base&#8217; =&gt; $paginate_base,<br />
&#8216;format&#8217; =&gt; $paginate_format,<br />
&#8216;total&#8217; =&gt; $wp_query-&gt;max_num_pages,<br />
&#8216;mid_size&#8217; =&gt; 5,<br />
&#8216;current&#8217; =&gt; ($paged ? $paged : 1),<br />
)); ?&gt;</div>
</blockquote>
<p>を記載してCSSでデザイン修正</p>
<blockquote><p>/*ページナヴィ*/<br />
.tablenav {<br />
color: #2583ad;<br />
background:white;<br />
margin: 1em auto;<br />
line-height:2em;<br />
text-align:center;<br />
}</p>
<p>a.page-numbers, .tablenav .current {<br />
color: #00019b;<br />
padding: 1px .3em;<br />
border:solid 1px #ccc;<br />
text-decoration:none;<br />
font-size:smaller;<br />
}</p>
<p>a.page-numbers:hover {<br />
color:white;<br />
background: #328ab2;<br />
}</p>
<p>.tablenav .current {<br />
color: white;<br />
background: #328ab2;<br />
border-color: #328ab2;<br />
font-weight:bold:<br />
}</p>
<p>.tablenav .next, .tablenav .prev {<br />
border:0 none;<br />
background:transparent;<br />
text-decoration:underline;<br />
font-size:smaller;<br />
font-weight:bold;<br />
}</p></blockquote>
<p>ウチで作るテーマならこれくらいのCSSが丁度よい〜</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tefutefu.info/%e3%83%9a%e3%83%bc%e3%82%b8%e3%83%8a%e3%83%b4%e3%82%a3%e3%82%b2%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tefutefu.info/%e3%83%9a%e3%83%bc%e3%82%b8%e3%83%8a%e3%83%b4%e3%82%a3%e3%82%b2%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3/" />
	</item>
		<item>
		<title>記事にサムネイルを表示させる</title>
		<link>http://www.tefutefu.info/%e8%a8%98%e4%ba%8b%e3%81%ab%e3%82%b5%e3%83%a0%e3%83%8d%e3%82%a4%e3%83%ab%e3%82%92%e8%a1%a8%e7%a4%ba%e3%81%95%e3%81%9b%e3%82%8b/</link>
		<comments>http://www.tefutefu.info/%e8%a8%98%e4%ba%8b%e3%81%ab%e3%82%b5%e3%83%a0%e3%83%8d%e3%82%a4%e3%83%ab%e3%82%92%e8%a1%a8%e7%a4%ba%e3%81%95%e3%81%9b%e3%82%8b/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 21:20:33 +0000</pubDate>
		<dc:creator>NOBOO</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://tefutefu.info/?p=162</guid>
		<description><![CDATA[記事にサムネイルを表示させる方法の〜めもぉ〜
function.phpに下記コードを追加
  add_theme_support( &#8216;post-thumbnails&#8217; );
  set_post_ &#8230; <a href="http://www.tefutefu.info/%e8%a8%98%e4%ba%8b%e3%81%ab%e3%82%b5%e3%83%a0%e3%83%8d%e3%82%a4%e3%83%ab%e3%82%92%e8%a1%a8%e7%a4%ba%e3%81%95%e3%81%9b%e3%82%8b/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>記事にサムネイルを表示させる方法の〜めもぉ〜</p>
<p>function.phpに下記コードを追加</p>
<blockquote><p>  add_theme_support( &#8216;post-thumbnails&#8217; );<br />
  set_post_thumbnail_size( 130, 150, true );</p></blockquote>
<p>set_post_thumbnail_size の引数は、サムネイル画像の幅、高さ、切り抜きの有無。</p>
<p>それで表示させたいテンプレートに下記コードを追加。</p>
<blockquote><p><？php the_post_thumbnail(); ？></p></blockquote>
<p>サムネイルのサイズを決定するには</p>
<blockquote><p>the_post_thumbnail();                  // パラメータなし -> サムネイル</p>
<p>the_post_thumbnail(&#8216;thumbnail&#8217;);       // サムネイル<br />
the_post_thumbnail(&#8216;medium&#8217;);          // 中サイズ<br />
the_post_thumbnail(&#8216;large&#8217;);           // 大サイズ</p>
<p>the_post_thumbnail( array(100,100) );  // 他のサイズ</p></blockquote>
<p>でぇ〜画像アップした後に追加されてる、<br />
アイキャッチ画像に追加ののボタンを押せば終了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tefutefu.info/%e8%a8%98%e4%ba%8b%e3%81%ab%e3%82%b5%e3%83%a0%e3%83%8d%e3%82%a4%e3%83%ab%e3%82%92%e8%a1%a8%e7%a4%ba%e3%81%95%e3%81%9b%e3%82%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tefutefu.info/%e8%a8%98%e4%ba%8b%e3%81%ab%e3%82%b5%e3%83%a0%e3%83%8d%e3%82%a4%e3%83%ab%e3%82%92%e8%a1%a8%e7%a4%ba%e3%81%95%e3%81%9b%e3%82%8b/" />
	</item>
		<item>
		<title>EC-CUBEをコアサーバーにインストール</title>
		<link>http://www.tefutefu.info/ec-cube%e3%82%92%e3%82%b3%e3%82%a2%e3%82%b5%e3%83%bc%e3%83%90%e3%83%bc%e3%81%ab%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab/</link>
		<comments>http://www.tefutefu.info/ec-cube%e3%82%92%e3%82%b3%e3%82%a2%e3%82%b5%e3%83%bc%e3%83%90%e3%83%bc%e3%81%ab%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 05:04:45 +0000</pubDate>
		<dc:creator>NOBOO</dc:creator>
				<category><![CDATA[EC-CUBE]]></category>

		<guid isPermaLink="false">http://tefutefu.info/?p=148</guid>
		<description><![CDATA[EC-CUBEをコアサーバーにインストール〜めもぉ〜
サイトのトップに当る public_html 以下に、htmlディレクトリの中身を全てアップし、dataディレクトリはそのままディレクトリごとアップ。
あとはポイ!! &#8230; <a href="http://www.tefutefu.info/ec-cube%e3%82%92%e3%82%b3%e3%82%a2%e3%82%b5%e3%83%bc%e3%83%90%e3%83%bc%e3%81%ab%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>EC-CUBEをコアサーバーにインストール〜めもぉ〜</p>
<p>サイトのトップに当る public_html 以下に、htmlディレクトリの中身を全てアップし、dataディレクトリはそのままディレクトリごとアップ。<br />
あとはポイ!!</p>
<p>htmlディレクトリの中にある define.php の、</p>
<blockquote><p>define(&#8220;HTML2DATA_DIR&#8221;, &#8220;/../data/&#8221;);<br />
define(&#8220;DATA_DIR2HTML&#8221;, &#8220;/../html/&#8221;); </p></blockquote>
<p>を</p>
<blockquote><p>define(&#8220;HTML2DATA_DIR&#8221;, &#8220;/data/&#8221;);<br />
define(&#8220;DATA_DIR2HTML&#8221;, &#8220;/../&#8221;);</p></blockquote>
<p>に変更。<br />
phpをcgiとして稼動させる為にトップディレクトリにhtaccessを作成し、</p>
<blockquote><p>AddHandler application/x-httpd-phpcgi .php</p></blockquote>
<p>を記入。<br />
後は、admin ディレクトリ以下の全ディレクトリ内とdataディレクトリ内に、</p>
<blockquote><p>mbstring.language Japanese<br />
output_handler mb_output_handler<br />
mbstring.encoding_translation 1<br />
magic_quotes_gpc = off</p>
<p>mbstring.internal_encoding UTF-8<br />
upload_max_filesize 5M<br />
AddHandler application/x-httpd-phpcgi .php</p></blockquote>
<p>を書いたphp.ini ファイルを設置。</p>
<p>DBのMySQLが、ECU-JPを使ってて文字化けするので、data/class/ディレクトリにあるSC_DbConn.phpの65行目</p>
<blockquote><p>//MySQL文字化け対策(MySQLで文字化けする場合は以下のコメントアウトをはずして動作確認してみてください。)<br />
        //if (DB_TYPE == &#8216;mysql&#8217;) {<br />
        //    $objDbConn->query(&#8216;SET NAMES utf8&#8242;);<br />
        //}</p></blockquote>
<p>のコメントアウトを消して、utf-8にしておく。</p>
<p>以上!!アップしてインストールすれば文字化けもなくコアサーバーでEC-CUBEが稼働。<br />
疲れたぜぇ・・・</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tefutefu.info/ec-cube%e3%82%92%e3%82%b3%e3%82%a2%e3%82%b5%e3%83%bc%e3%83%90%e3%83%bc%e3%81%ab%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tefutefu.info/ec-cube%e3%82%92%e3%82%b3%e3%82%a2%e3%82%b5%e3%83%bc%e3%83%90%e3%83%bc%e3%81%ab%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab/" />
	</item>
		<item>
		<title>Tweetable</title>
		<link>http://www.tefutefu.info/tweetable/</link>
		<comments>http://www.tefutefu.info/tweetable/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 01:42:36 +0000</pubDate>
		<dc:creator>NOBOO</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[プラグイン]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://tefutefu.info/?p=152</guid>
		<description><![CDATA[twitterとwordpressの連動ができるプラグイン、Tweetableの〜めもぉ〜
twitterにログインしておく!!
設定画面のTweetableの
installを押してTweetable Setup画面か &#8230; <a href="http://www.tefutefu.info/tweetable/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>twitterとwordpressの連動ができるプラグイン、Tweetableの〜めもぉ〜</p>
<p>twitterにログインしておく!!</p>
<p>設定画面のTweetableの<br />
installを押してTweetable Setup画面からRegister Application をクリック。</p>
<blockquote><p>アプリケーション名:  ブログの名前<br />
アプリケーションの説明: 　ブログの説明<br />
アプリケーションのウェブサイトURL:　ブログのURL<br />
所属会社／団体:　会社の名前<br />
サイト:　会社のURL<br />
アプリケーションの種類:　ブラウザアプリを選択<br />
コールバックURL:　Tweetable Setupの5番目のCallback URLをコピペ<br />
Default Access type:　Read &#038; Writeを選択</p></blockquote>
<p>を記入したら保存をクリック。<br />
Consumer KeyとConsumer Secretが生成。</p>
<p>Tweetable SetupでContinueをクリック。<br />
Consumer KeyとConsumer Secretを記入。</p>
<p>Save and Continueをクリックしてたら終わり!!</p>
<p>そのままwordpressの管理画面でtwitterのIDでwordpressとtwitterの同期をして終了!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tefutefu.info/tweetable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tefutefu.info/tweetable/" />
	</item>
		<item>
		<title>記事内にphpを使う</title>
		<link>http://www.tefutefu.info/%e8%a8%98%e4%ba%8b%e5%86%85%e3%81%abphp%e3%82%92%e4%bd%bf%e3%81%86/</link>
		<comments>http://www.tefutefu.info/%e8%a8%98%e4%ba%8b%e5%86%85%e3%81%abphp%e3%82%92%e4%bd%bf%e3%81%86/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 05:24:15 +0000</pubDate>
		<dc:creator>NOBOO</dc:creator>
				<category><![CDATA[プラグイン]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://tefutefu.info/?p=140</guid>
		<description><![CDATA[worpdressの記事内にphpを使うプラグイン　runPHP
プラグインを有効化したら〜
記事投稿画面に、runPHPの項目が追加。
phpの使い方は、ビジュアルエディタでなくhtml投稿でphp記載。
記事投稿画面 &#8230; <a href="http://www.tefutefu.info/%e8%a8%98%e4%ba%8b%e5%86%85%e3%81%abphp%e3%82%92%e4%bd%bf%e3%81%86/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>worpdressの記事内にphpを使うプラグイン　<strong>runPHP</strong><br />
プラグインを有効化したら〜<br />
記事投稿画面に、runPHPの項目が追加。</p>
<p>phpの使い方は、ビジュアルエディタでなくhtml投稿でphp記載。<br />
記事投稿画面の『run PHP code?』にチェックを入れて公開すれば反映されてる。</p>
<p>うぅ〜ん便利♪</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tefutefu.info/%e8%a8%98%e4%ba%8b%e5%86%85%e3%81%abphp%e3%82%92%e4%bd%bf%e3%81%86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tefutefu.info/%e8%a8%98%e4%ba%8b%e5%86%85%e3%81%abphp%e3%82%92%e4%bd%bf%e3%81%86/" />
	</item>
		<item>
		<title>オレ的に外せないMACのアプリ無料アプ</title>
		<link>http://www.tefutefu.info/%e3%82%aa%e3%83%ac%e7%9a%84%e3%81%ab%e5%a4%96%e3%81%9b%e3%81%aa%e3%81%84mac%e3%81%ae%e7%84%a1%e6%96%99%e3%82%a2%e3%83%97%e3%83%aa/</link>
		<comments>http://www.tefutefu.info/%e3%82%aa%e3%83%ac%e7%9a%84%e3%81%ab%e5%a4%96%e3%81%9b%e3%81%aa%e3%81%84mac%e3%81%ae%e7%84%a1%e6%96%99%e3%82%a2%e3%83%97%e3%83%aa/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 01:53:58 +0000</pubDate>
		<dc:creator>NOBOO</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://tefutefu.info/?p=114</guid>
		<description><![CDATA[いつでも何処でも仕事ができるようにマックをノートに変更!!
のついでにマックで、これだけは必要ってアプリをメモっておこう。
firefox 基本ブラウザは、firefox!!オペラもたまに(オペラは、携帯サイト確認でスモ &#8230; <a href="http://www.tefutefu.info/%e3%82%aa%e3%83%ac%e7%9a%84%e3%81%ab%e5%a4%96%e3%81%9b%e3%81%aa%e3%81%84mac%e3%81%ae%e7%84%a1%e6%96%99%e3%82%a2%e3%83%97%e3%83%aa/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>いつでも何処でも仕事ができるようにマックをノートに変更!!<br />
のついでにマックで、これだけは必要ってアプリをメモっておこう。</p>
<p><a href="http://mozilla.jp/firefox/"><img class="alignleft size-full wp-image-117" title="firefox" src="http://tefutefu.info/wp-content/uploads/2010/03/firefox.jpg" alt="firefox" width="50" height="50" /></a><strong>firefox</strong> 基本ブラウザは、firefox!!オペラもたまに(オペラは、携帯サイト確認でスモールスクリーンを使うくらい)。</p>
<p><a href="http://wakaba.c3.cx/s/"><img class="alignleft size-full wp-image-125" title="unarchiver" src="http://tefutefu.info/wp-content/uploads/2010/03/unarchiver_icon.png" alt="" width="52" height="42" /></a><strong>The Unarchiver </strong>複数の圧縮形式を解凍可能なソフト。ファイル名のエンコーディングを変更することもできて、文字化け知らず。</p>
<p><a href="http://www.mimikaki.net/"><img class="alignleft size-full wp-image-130" title="miicon" src="http://tefutefu.info/wp-content/uploads/2010/03/miicon.jpg" alt="" width="44" height="44" /></a><strong>mi </strong>俺的にサイト制作で絶対に外せないテキストエディタ。ファイル編集からその他もろもろこれ無しでは仕事ができない。</p>
<p><a href="http://perian.org/"><img class="alignleft size-full wp-image-132" title="perian" src="http://tefutefu.info/wp-content/uploads/2010/03/perian.jpg" alt="" width="47" height="35" /></a><a href="http://www.telestream.net/flip4mac-wmv/overview.htm"><img class="alignleft size-full wp-image-133" title="flip4mac" src="http://tefutefu.info/wp-content/uploads/2010/03/flip4mac.png" alt="" width="50" height="47" /></a><strong>Perian</strong>&amp;<strong>Flip4Mac</strong>この２つのQuickTimeコンポーネントを入れとけば、だいたいの動画は見れるでしょ。見れない動画はvlcで。。。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tefutefu.info/%e3%82%aa%e3%83%ac%e7%9a%84%e3%81%ab%e5%a4%96%e3%81%9b%e3%81%aa%e3%81%84mac%e3%81%ae%e7%84%a1%e6%96%99%e3%82%a2%e3%83%97%e3%83%aa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tefutefu.info/%e3%82%aa%e3%83%ac%e7%9a%84%e3%81%ab%e5%a4%96%e3%81%9b%e3%81%aa%e3%81%84mac%e3%81%ae%e7%84%a1%e6%96%99%e3%82%a2%e3%83%97%e3%83%aa/" />
	</item>
		<item>
		<title>wordpressをXREA・CORESERVERにてphpをCGIモードで動かす</title>
		<link>http://www.tefutefu.info/wordpress%e3%82%92xrea%e3%83%bbcoreserver%e3%81%ab%e3%81%a6php%e3%82%92cgi%e3%83%a2%e3%83%bc%e3%83%89%e3%81%a7%e5%8b%95%e3%81%8b%e3%81%99/</link>
		<comments>http://www.tefutefu.info/wordpress%e3%82%92xrea%e3%83%bbcoreserver%e3%81%ab%e3%81%a6php%e3%82%92cgi%e3%83%a2%e3%83%bc%e3%83%89%e3%81%a7%e5%8b%95%e3%81%8b%e3%81%99/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 02:26:11 +0000</pubDate>
		<dc:creator>NOBOO</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[インポート]]></category>
		<category><![CDATA[メモ帳代わり]]></category>

		<guid isPermaLink="false">http://tefutefu.info/?p=97</guid>
		<description><![CDATA[その１
XREA・CORESERVERにてwordpressを設置したのに画像アップができない場合。
phpをCGIモードで動かす。
.htaccess ファイルを wp-admin/ ディレクトリに置く。

# ファイ &#8230; <a href="http://www.tefutefu.info/wordpress%e3%82%92xrea%e3%83%bbcoreserver%e3%81%ab%e3%81%a6php%e3%82%92cgi%e3%83%a2%e3%83%bc%e3%83%89%e3%81%a7%e5%8b%95%e3%81%8b%e3%81%99/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>その１</strong><br />
XREA・CORESERVERにてwordpressを設置したのに画像アップができない場合。<br />
phpをCGIモードで動かす。</p>
<p>.htaccess ファイルを wp-admin/ ディレクトリに置く。</p>
<blockquote><p>
# ファイルのアップロード<br />
<files async-upload.php><br />
AddHandler application/x-httpd-phpcgi .php<br />
</files></p>
<p># プラグインの新規インストール<br />
<files plugin-install.php><br />
AddHandler application/x-httpd-phpcgi .php<br />
</files></p>
<p># テーマの自動アップグレード<br />
<files update.php><br />
AddHandler application/x-httpd-phpcgi .php<br />
</files></p>
<p># コアアップグレード<br />
<files update-core.php><br />
AddHandler application/x-httpd-phpcgi .php<br />
</files></p></blockquote>
<p><em>xmlファイルをインポートできない場合などの追記</em></p>
<p>アップロードしたファイルを/○○○○○○/○○○○○/○○○○○○/wp-contentに移動できませんでした。<br />
などの表示がでる場合は、wordpressが自動で作成したuploadsファイルの所有者名やグループ名が自動でapachなどの他ユーザーになってるの場合があるので消去して自分で作り直せばインポートできるようになる。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tefutefu.info/wordpress%e3%82%92xrea%e3%83%bbcoreserver%e3%81%ab%e3%81%a6php%e3%82%92cgi%e3%83%a2%e3%83%bc%e3%83%89%e3%81%a7%e5%8b%95%e3%81%8b%e3%81%99/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tefutefu.info/wordpress%e3%82%92xrea%e3%83%bbcoreserver%e3%81%ab%e3%81%a6php%e3%82%92cgi%e3%83%a2%e3%83%bc%e3%83%89%e3%81%a7%e5%8b%95%e3%81%8b%e3%81%99/" />
	</item>
		<item>
		<title>wordpressに印刷用のcss記載</title>
		<link>http://www.tefutefu.info/wordpress%e3%81%ab%e5%8d%b0%e5%88%b7%e7%94%a8%e3%81%aecss%e8%a8%98%e8%bc%89/</link>
		<comments>http://www.tefutefu.info/wordpress%e3%81%ab%e5%8d%b0%e5%88%b7%e7%94%a8%e3%81%aecss%e8%a8%98%e8%bc%89/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 00:42:49 +0000</pubDate>
		<dc:creator>NOBOO</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[メモ帳代わり]]></category>
		<category><![CDATA[印刷]]></category>

		<guid isPermaLink="false">http://tefutefu.info/?p=47</guid>
		<description><![CDATA[お客様からwordpressの画像をプリンタで印刷したいとの要望があったのでメモ。
自作のwordpressテーマに印刷用CSSが記載して無かったので挿入ぅ〜♪
&#60;link rel=&#8221;styleshee &#8230; <a href="http://www.tefutefu.info/wordpress%e3%81%ab%e5%8d%b0%e5%88%b7%e7%94%a8%e3%81%aecss%e8%a8%98%e8%bc%89/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>お客様からwordpressの画像をプリンタで印刷したいとの要望があったのでメモ。<br />
自作のwordpressテーマに印刷用CSSが記載して無かったので挿入ぅ〜♪</p>
<blockquote><p>&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;&lt;?php bloginfo(&#8216;stylesheet_url&#8217;); ?&gt;&#8221; media=&#8221;print&#8221; /&gt;</p></blockquote>
<p>これだけ・・</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tefutefu.info/wordpress%e3%81%ab%e5%8d%b0%e5%88%b7%e7%94%a8%e3%81%aecss%e8%a8%98%e8%bc%89/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tefutefu.info/wordpress%e3%81%ab%e5%8d%b0%e5%88%b7%e7%94%a8%e3%81%aecss%e8%a8%98%e8%bc%89/" />
	</item>
		<item>
		<title>wordpressに既存するThickBoxを使う</title>
		<link>http://www.tefutefu.info/thickbox/</link>
		<comments>http://www.tefutefu.info/thickbox/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 23:41:37 +0000</pubDate>
		<dc:creator>NOBOO</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[ThickBox]]></category>
		<category><![CDATA[メモ帳代わり]]></category>

		<guid isPermaLink="false">http://tefutefu.info/?p=17</guid>
		<description><![CDATA[wordpressには、最初からThickBoxが搭載されているのでプラグインを入れるのでは無く既存のThickBoxを使う方法。
ヘッダに
&#60;link rel=&#8221;stylesheet&#8221; h &#8230; <a href="http://www.tefutefu.info/thickbox/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>wordpressには、最初からThickBoxが搭載されているのでプラグインを入れるのでは無く既存のThickBoxを使う方法。</p>
<p>ヘッダに</p>
<blockquote><p>&lt;link rel=&#8221;stylesheet&#8221; href=&#8221;&lt;?php bloginfo(wpurl); ?&gt;/wp-includes/js/thickbox/thickbox.css&#8221; media=&#8221;screen&#8221; rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; /&gt;<br />
&lt;?php wp_enqueue_script(&#8216;jquery&#8217;); ?&gt;<br />
&lt;?php wp_enqueue_script(&#8216;thickbox&#8217;); ?&gt;</p></blockquote>
<p>を記載するだけ。</p>
<p>後は、画像のa要素タグに</p>
<blockquote><p>class=&#8221;thickbox&#8221;  rel=&#8221;グループ&#8221;</p></blockquote>
<p>を追加記載。以上♪</p>
<p><span style="color: #ff0000;">テスト</span><br />
<a class="thickbox" rel="agi" href="http://tefutefu.info/wp-content/uploads/christina_aguilera.jpg"><img src="http://tefutefu.info/wp-content/uploads/christina_aguilera-150x150.jpg" alt="" title="christina_aguilera" width="150" height="150" class="alignleft size-thumbnail wp-image-169" /></a><a class="thickbox" rel="agi" href="http://tefutefu.info/wp-content/uploads/Christina_Aguilera_6.jpg"><img src="http://tefutefu.info/wp-content/uploads/Christina_Aguilera_6-150x150.jpg" alt="" title="Christina_Aguilera_6" width="150" height="150" class="alignleft size-thumbnail wp-image-168" /></a><a class="thickbox" rel="agi" href="http://tefutefu.info/wp-content/uploads/342001_main.jpg"><img src="http://tefutefu.info/wp-content/uploads/342001_main-150x150.jpg" alt="" title="342001_main" width="150" height="150" class="alignleft size-thumbnail wp-image-167" /></a></p>
<p>グループ属性でnextボタンも付いて成功。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tefutefu.info/thickbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tefutefu.info/thickbox/" />
	</item>
		<item>
		<title>wordpressのパーマリンク</title>
		<link>http://www.tefutefu.info/%e3%83%91%e3%83%bc%e3%83%9e%e3%83%aa%e3%83%b3%e3%82%af/</link>
		<comments>http://www.tefutefu.info/%e3%83%91%e3%83%bc%e3%83%9e%e3%83%aa%e3%83%b3%e3%82%af/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 23:18:08 +0000</pubDate>
		<dc:creator>NOBOO</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[パーマリンク]]></category>
		<category><![CDATA[メモ帳代わり]]></category>

		<guid isPermaLink="false">http://tefutefu.info/?p=11</guid>
		<description><![CDATA[wordpressのパーマリンクは
カスタム構造で
/%postname%/
が今の所、ベストかな！？
http://ドメイン/%postname%/ぐらいなら、浅さなら検索エンジンも拾ってくれるでしょ〜♪
]]></description>
			<content:encoded><![CDATA[<p>wordpressのパーマリンクは</p>
<p>カスタム構造で</p>
<blockquote><p>/%postname%/</p></blockquote>
<p>が今の所、ベストかな！？</p>
<p>http://ドメイン/%postname%/ぐらいなら、浅さなら検索エンジンも拾ってくれるでしょ〜♪</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tefutefu.info/%e3%83%91%e3%83%bc%e3%83%9e%e3%83%aa%e3%83%b3%e3%82%af/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tefutefu.info/%e3%83%91%e3%83%bc%e3%83%9e%e3%83%aa%e3%83%b3%e3%82%af/" />
	</item>
	</channel>
</rss>
