<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/ME2.0.5" -->
<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/"
	>

<channel>
	<title>WORK NOTE BLOG</title>
	<link>http://www.gorilog.net/note</link>
	<description>備忘録、アイディア、ヒント、Tips</description>
	<pubDate>Wed, 03 Dec 2008 12:03:06 +0900</pubDate>
	<generator>http://wordpress.xwd.jp/?v=ME2.0.5</generator>
	<language>ja</language>
			<item>
		<title>php.iniの設定を.htaccessで上書きする</title>
		<link>http://www.gorilog.net/note/archives/120</link>
		<comments>http://www.gorilog.net/note/archives/120#comments</comments>
		<pubDate>Wed, 03 Dec 2008 20:58:51 +0900</pubDate>
		<dc:creator>gori</dc:creator>
		
		<category>.htaccess</category>

		<category>PHP</category>

		<guid isPermaLink="false">http://www.gorilog.net/note/archives/120</guid>
		<description><![CDATA[phpの設定ファイルであるphp.iniの設定値を、.htaccessで書き換える

●ファイルのアップロード容量の制限を変える（デフォルトは2MB） 
   php_value upload_max...]]></description>
		<wfw:commentRss>http://www.gorilog.net/note/archives/120/feed/</wfw:commentRss>
		</item>
		<item>
		<title>テキストの折り返しを制御する</title>
		<link>http://www.gorilog.net/note/archives/119</link>
		<comments>http://www.gorilog.net/note/archives/119#comments</comments>
		<pubDate>Wed, 12 Nov 2008 11:28:21 +0900</pubDate>
		<dc:creator>gori</dc:creator>
		
		<category>CSS</category>

		<category>HTML/XHTML</category>

		<guid isPermaLink="false">http://www.gorilog.net/note/archives/119</guid>
		<description><![CDATA[テキストが自動で折り返される場合に、折り返される文字の固まりを指定する。

特定の幅を持った領域内のテキストは、その領域の幅を超えた場合、右端で自動的に折り返される。   これはブラウザで文字サイズを...]]></description>
		<wfw:commentRss>http://www.gorilog.net/note/archives/119/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SSL対応するディレクトリを個別に指定する</title>
		<link>http://www.gorilog.net/note/archives/118</link>
		<comments>http://www.gorilog.net/note/archives/118#comments</comments>
		<pubDate>Sat, 04 Oct 2008 09:34:33 +0900</pubDate>
		<dc:creator>gori</dc:creator>
		
		<category>.htaccess</category>

		<guid isPermaLink="false">http://www.gorilog.net/note/archives/118</guid>
		<description><![CDATA[特定のディレクトリにのみ、SSLを有効にさせる.htaccess記述

サーバ側で.htaccessとmod_rewriteが組み込まれていることが前提。
SSLを有効にさせたいディレクトリに下記を記...]]></description>
		<wfw:commentRss>http://www.gorilog.net/note/archives/118/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPressのカテゴリーページを記事タイトルのリスト表示にする</title>
		<link>http://www.gorilog.net/note/archives/117</link>
		<comments>http://www.gorilog.net/note/archives/117#comments</comments>
		<pubDate>Sat, 05 Jul 2008 18:07:22 +0900</pubDate>
		<dc:creator>gori</dc:creator>
		
		<category>Blog・CMS</category>

		<category>WordPress</category>

		<guid isPermaLink="false">http://www.gorilog.net/note/archives/117</guid>
		<description><![CDATA[プラグインを使ってWordPressのカテゴリーページを記事タイトルのリスト表示にする。

記事が多くなってくるとカテゴリーページでは、記事のタイトルだけをリスト表示させたくなる。   そういうのを実...]]></description>
		<wfw:commentRss>http://www.gorilog.net/note/archives/117/feed/</wfw:commentRss>
		</item>
		<item>
		<title>XAMPPにSOY CMSをインストールする際の環境設定</title>
		<link>http://www.gorilog.net/note/archives/116</link>
		<comments>http://www.gorilog.net/note/archives/116#comments</comments>
		<pubDate>Sat, 05 Jul 2008 17:07:13 +0900</pubDate>
		<dc:creator>gori</dc:creator>
		
		<category>Apach</category>

		<category>その他</category>

		<category>Blog・CMS</category>

		<category>汎用CMS</category>

		<guid isPermaLink="false">http://www.gorilog.net/note/archives/116</guid>
		<description><![CDATA[XAMPP1.6.6aにSOY CMSをインストールしたときの環境設定に関するメモ

保有するサーバでPHP5が動く環境がなかったので、XAMPPを使ってインストールしてみました。   XAMPP f...]]></description>
		<wfw:commentRss>http://www.gorilog.net/note/archives/116/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Firefoxで背景がとぎれる場合の解決策</title>
		<link>http://www.gorilog.net/note/archives/115</link>
		<comments>http://www.gorilog.net/note/archives/115#comments</comments>
		<pubDate>Thu, 03 Jul 2008 19:30:38 +0900</pubDate>
		<dc:creator>gori</dc:creator>
		
		<category>CSS</category>

		<category>HTML/XHTML</category>

		<category>Browser</category>

		<guid isPermaLink="false">http://www.gorilog.net/note/archives/115</guid>
		<description><![CDATA[入れ子のboxで中のboxにfloat指定があると背景がとぎれるのの解決策。

CSSでboxを段組しようとして、複数のboxを囲む大枠のboxを置き背景色や背景画像を指定し、中のboxにflaot属...]]></description>
		<wfw:commentRss>http://www.gorilog.net/note/archives/115/feed/</wfw:commentRss>
		</item>
		<item>
		<title>印刷イメージを画像化する仮想プリンタドライバ</title>
		<link>http://www.gorilog.net/note/archives/114</link>
		<comments>http://www.gorilog.net/note/archives/114#comments</comments>
		<pubDate>Fri, 27 Jun 2008 20:44:04 +0900</pubDate>
		<dc:creator>gori</dc:creator>
		
		<category>DTP</category>

		<guid isPermaLink="false">http://www.gorilog.net/note/archives/114</guid>
		<description><![CDATA[印刷イメージを画像として保存できる仮想プリンタドライバ

「Virtual Image Printer driver」
 
http://sourceforge.net/projects/imagep...]]></description>
		<wfw:commentRss>http://www.gorilog.net/note/archives/114/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IE6.0でa要素以外に「:hover擬似クラス」を適用させるスクリプト</title>
		<link>http://www.gorilog.net/note/archives/113</link>
		<comments>http://www.gorilog.net/note/archives/113#comments</comments>
		<pubDate>Tue, 03 Jun 2008 19:06:16 +0900</pubDate>
		<dc:creator>gori</dc:creator>
		
		<category>CSS</category>

		<category>Browser</category>

		<guid isPermaLink="false">http://www.gorilog.net/note/archives/113</guid>
		<description><![CDATA[IE6ではa要素以外に「:hover擬似クラス」が効かないが、これを効かせるようにする。 

http://www.xs4all.nl/~peterned/csshover.html#changes
...]]></description>
		<wfw:commentRss>http://www.gorilog.net/note/archives/113/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mac版Acrobat8でCIDフォントが埋め込めない</title>
		<link>http://www.gorilog.net/note/archives/112</link>
		<comments>http://www.gorilog.net/note/archives/112#comments</comments>
		<pubDate>Mon, 19 May 2008 16:49:22 +0900</pubDate>
		<dc:creator>gori</dc:creator>
		
		<category>DTP</category>

		<category>Font</category>

		<category>PDF</category>

		<guid isPermaLink="false">http://www.gorilog.net/note/archives/112</guid>
		<description><![CDATA[これはOS9環境で作ったPSファイルをPDFに変換する場合に起こるMac版Acrobat8のバグのようです。

http://support.adobe.co.jp/faq/faq/qadoc.sv?...]]></description>
		<wfw:commentRss>http://www.gorilog.net/note/archives/112/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Officeにバンドルされているフォント</title>
		<link>http://www.gorilog.net/note/archives/108</link>
		<comments>http://www.gorilog.net/note/archives/108#comments</comments>
		<pubDate>Mon, 10 Mar 2008 13:52:45 +0900</pubDate>
		<dc:creator>gori</dc:creator>
		
		<category>DTP</category>

		<category>Office</category>

		<guid isPermaLink="false">http://www.gorilog.net/note/archives/108</guid>
		<description><![CDATA[マイクロソフトOfficeにバンドルされている和文フォント

欧文も含めた詳細なリストは下記参照。
●蛸巻日誌 2nd Microsoft Officeでインストールされるフォント一覧
http://...]]></description>
		<wfw:commentRss>http://www.gorilog.net/note/archives/108/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
