<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
   <title>Web Creator&apos;s Memo</title>
   <link rel="alternate" type="text/html" href="http://webmemo.flaps-web.com/" />
   <link rel="self" type="application/atom+xml" href="http://webmemo.flaps-web.com/atom.xml" />
   <id>tag:webmemo.flaps-web.com,2008://1</id>
   <updated>2007-06-12T02:34:35Z</updated>
   <subtitle>このサイトはWeb製作・運営で必要な知識・技術などを忘れない為のメモブログです。</subtitle>
   <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.35</generator>

<entry>
   <title>CGIが実行されずダウンロードされる場合の処理</title>
   <link rel="alternate" type="text/html" href="http://webmemo.flaps-web.com/2007/06/cgi.html" />
   <id>tag:web-memo.sblog.jp,2007:/blog//1.21</id>
   
   <published>2007-06-12T02:31:11Z</published>
   <updated>2007-06-12T02:34:35Z</updated>
   
   <summary> ■ヘッダの不良 Content-type:text/plain\n\nは正しい...</summary>
   <author>
      <name>まっつん</name>
      <uri>http://web-memo.sblog.jp/blog/</uri>
   </author>
         <category term="008Perl" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://webmemo.flaps-web.com/">
      <![CDATA[<p>
<span style="color: #008080">■ヘッダの不良</span>
</p>
<p>
Content-type:text/plain\n\nは正しいのだがＩＥではおかしくなるのでContent-type:text/html\n\n とする。
</p>
]]>
      <![CDATA[<p>
■参考サイト<br />
<a href="http://aol.okwave.jp/qa2375060.html" target="_blank">http://aol.okwave.jp/qa2375060.html</a>
</p>
]]>
   </content>
</entry>
<entry>
   <title>インストール済みモジュールを調べる</title>
   <link rel="alternate" type="text/html" href="http://webmemo.flaps-web.com/2007/06/post_13.html" />
   <id>tag:web-memo.sblog.jp,2007:/blog//1.20</id>
   
   <published>2007-06-11T22:41:08Z</published>
   <updated>2007-06-11T22:53:10Z</updated>
   
   <summary> ■ＣＧＩをサーバにおいてリストアップする。 #!/usr/bin/perl p...</summary>
   <author>
      <name>まっつん</name>
      <uri>http://web-memo.sblog.jp/blog/</uri>
   </author>
         <category term="008Perl" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://webmemo.flaps-web.com/">
      <![CDATA[<p>
<span style="color: #008080">■ＣＧＩをサーバにおいてリストアップする。</span>
</p>
<p>
<span style="font-size: 90%">#!/usr/bin/perl<br />
print &quot;Content-Type: text/plain\n\n&quot;;</span>
</p>
<p>
<span style="font-size: 90%">use strict;</span>
</p>
<p>
<span style="font-size: 90%">my %mod_list;</span>
</p>
<p>
<span style="font-size: 90%">listup($_) for grep {$_ ne &#39;.&#39;} @INC;<br />
print &quot;$_\n&quot; for sort keys %mod_list;</span>
</p>
<p>
<span style="font-size: 90%">sub listup {<br />
my ($base, $path) = @_;<br />
(my $mod = $path) =~ s!/!::!g;</span>
</p>
<p>
<span style="font-size: 90%">opendir DIR, &quot;$base/$path&quot; or return;<br />
my @node = grep {!/^\.\.?$/} readdir DIR;<br />
closedir DIR;</span>
</p>
<p>
<span style="font-size: 90%">foreach (@node) {<br />
if (/(.+)\.pm$/) { $mod_list{&quot;$mod$1&quot;} = 1 }<br />
elsif (-d &quot;$base/$path$_&quot;) { listup($base, &quot;$path$_/&quot;) }<br />
}<br />
}</span>
</p>
]]>
      <![CDATA[<br />
■参考サイト<br />
<a href="http://oshiete1.goo.ne.jp/kotaeru.php3?q=703012" target="_blank">http://oshiete1.goo.ne.jp/kotaeru.php3?q=703012</a>
]]>
   </content>
</entry>
<entry>
   <title>ＷＥＢブランディングとは</title>
   <link rel="alternate" type="text/html" href="http://webmemo.flaps-web.com/2007/06/post_12.html" />
   <id>tag:web-memo.sblog.jp,2007:/blog//1.19</id>
   
   <published>2007-06-08T12:10:31Z</published>
   <updated>2007-06-08T12:10:31Z</updated>
   
   <summary> ■ＷＥＢブランディングとは ＷＥＢブランディングは、ＷＥＢサイトが提供するサー...</summary>
   <author>
      <name>まっつん</name>
      <uri>http://web-memo.sblog.jp/blog/</uri>
   </author>
         <category term="001WEBブランディング" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://webmemo.flaps-web.com/">
      <![CDATA[<p>
<span style="color: #008080">■ＷＥＢブランディングとは</span>
</p>
<p>
ＷＥＢブランディングは、ＷＥＢサイトが提供するサービス（情報・物）を利用して、ユーザが得た満足の積み重ねによって得られる【ユーザからの信頼】がやがてブランドを形成していく。
</p>
<p>
そのためには
</p>
<ul>
	<li>ユーザ視点でのＨＰの製作（ゴリ押しサイトではユーザは見ない）</li>
	<li>目的を持ったサイト作り（目的が無ければユーザには伝わらない）</li>
	<li>ＰＤＡＣサイクルによる稼動と検証の繰り返し</li>
</ul>
]]>
      
   </content>
</entry>
<entry>
   <title>php.iniが直接操作できない時の方法</title>
   <link rel="alternate" type="text/html" href="http://webmemo.flaps-web.com/2007/06/phpini.html" />
   <id>tag:web-memo.sblog.jp,2007:/blog//1.18</id>
   
   <published>2007-06-08T11:09:11Z</published>
   <updated>2007-06-08T11:09:11Z</updated>
   
   <summary> ■.htaccessでphp.iniを操作する 	php_value ディレク...</summary>
   <author>
      <name>まっつん</name>
      <uri>http://web-memo.sblog.jp/blog/</uri>
   </author>
         <category term="007PHP" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://webmemo.flaps-web.com/">
      <![CDATA[<p>
<span style="color: #008080">■.htaccessでphp.iniを操作する</span>
</p>
<ul>
	<li>php_value ディレクティブ名 値</li>
	<li>php_flag ディレクティブ名 値</li>
</ul>
<p>
EX)<br />
php_value default_charset Shift_JIS<br />
php_flag mbstring.encoding_translation On
</p>
]]>
      
   </content>
</entry>
<entry>
   <title>BASIC認証用パスワード暗号化ツール</title>
   <link rel="alternate" type="text/html" href="http://webmemo.flaps-web.com/2007/06/basic.html" />
   <id>tag:web-memo.sblog.jp,2007:/blog//1.17</id>
   
   <published>2007-06-05T13:55:51Z</published>
   <updated>2007-06-05T14:46:25Z</updated>
   
   <summary> 	 	.htaccessを使用するさいのパスワードは暗号化されていなければなら...</summary>
   <author>
      <name>まっつん</name>
      <uri>http://web-memo.sblog.jp/blog/</uri>
   </author>
         <category term="009その他" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://webmemo.flaps-web.com/">
      <![CDATA[<form action="http://web-memo.sblog.jp/blog/angou/encrypt.cgi" method="post" target="_blank">
	<p>
	.htaccessを使用するさいのパスワードは暗号化されていなければならない。下のフォームで任意のテキストを暗号化できる。<br />
	※他にＴＥＬＮＥＴでアクセスしてもパスワード化が可能
	</p>
	<table cellspacing="0" cellpadding="3" align="center" style="background-color: #ffffcc; border: #339999 1px solid">
		<tbody>
			<tr>
				<td width="100%" valign="middle">
				<p>
				　パスワード入力　<input name="PASS" type="text" />　<input name="B1" type="submit" value="暗号化" />　
				</p>
				</td>
			</tr>
		</tbody>
	</table>
	<p>
	<span style="color: #008080">■.htaccess</span>
	</p>
	<p>
	AuthUserFile /home/フルパス/.htpasswd<br />
	AuthGroupFile /dev/null<br />
	AuthName &quot;アクセス制限領域の名前ex.testvolume&quot;<br />
	AuthType Basic<br />
	require valid-user<br />
	&lt;Files ~ &quot;^.(htpasswd|htaccess)$&quot;&gt;<br />
	&nbsp;&nbsp;&nbsp; deny from all<br />
	&lt;/Files&gt;&nbsp;
	</p>
	<p>
	<span style="color: #008080">■.htpasswd</span>
	</p>
	<p>
	<span style="color: #000000">【ID】:【PASS】<br />
	<span style="color: #000000">【ID】:【PASS】<br />
	<span style="color: #000000">【ID】:【PASS】</span></span></span>
	</p>
	<p>
	<span style="color: #000000"></span>
	</p>
</form>
]]>
      
   </content>
</entry>
<entry>
   <title>PHP正規表現一覧</title>
   <link rel="alternate" type="text/html" href="http://webmemo.flaps-web.com/2007/06/php.html" />
   <id>tag:web-memo.sblog.jp,2007:/blog//1.16</id>
   
   <published>2007-06-04T13:54:05Z</published>
   <updated>2007-06-04T13:55:21Z</updated>
   
   <summary><![CDATA[ preg系の関数で ■メールアドレスの構文かチェックする ＞&quot;/^[...]]></summary>
   <author>
      <name>まっつん</name>
      <uri>http://web-memo.sblog.jp/blog/</uri>
   </author>
         <category term="007PHP" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://webmemo.flaps-web.com/">
      <![CDATA[<p>
<span style="color: #000000"><strong>preg系の関数で</strong></span>
</p>
<p>
<span style="color: #008080">■メールアドレスの構文かチェックする</span><br />
＞<span style="color: #000000; font-family: Courier New">&quot;/^[a-zA-Z0-9_\.\-]+?@[A-Za-z0-9_\.\-]+$/&quot;</span>
</p>
<p>
<span style="color: #008080">■半角英数字かチェックする<br />
</span>＞<span style="color: #000000; font-family: Courier New">&quot;/^[a-zA-Z0-9]+$/&quot;</span>
</p>
<p>
<span style="color: #008080">■半角数字かチェックする<br />
</span>＞<span style="color: #000000; font-family: Courier New">&quot;/^[0-9]+$/&quot;</span>
</p>
<p>
<span style="color: #008080">■半角英字かチェックする<br />
</span>＞<span style="color: #000000; font-family: Courier New">&quot;/^[a-zA-Z]+$/&quot;</span>
</p>
<p>
<strong>ereg系の関数で</strong>
</p>
<p>
<span style="color: #008080">■全角カナorひらがなかチェックする<br />
</span>＞<span style="color: #000000; font-family: Courier New">&quot;^[ア-ン]+$&quot; or<span style="color: #000000">&quot;^[あ-ん]+$&quot;</span></span>
</p>
]]>
      
   </content>
</entry>
<entry>
   <title>Movable Type プラグイン一覧</title>
   <link rel="alternate" type="text/html" href="http://webmemo.flaps-web.com/2007/05/movable_type.html" />
   <id>tag:web-memo.sblog.jp,2007:/blog//1.14</id>
   
   <published>2007-05-28T05:47:27Z</published>
   <updated>2007-07-17T12:43:52Z</updated>
   
   <summary> ■管理用プラグイン TinyMCE for Movable Type　【ライセ...</summary>
   <author>
      <name>まっつん</name>
      <uri>http://web-memo.sblog.jp/blog/</uri>
   </author>
         <category term="005カスタムブログ" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://webmemo.flaps-web.com/">
      <![CDATA[<p>
<span style="color: #008080">■管理用プラグイン</span>
</p>
<p>
<a href="http://www.dakiny.com/tinymce/" target="_blank">TinyMCE for Movable Type</a>　【ライセンス：LGPL】<br />
＞ムーバブルタイプのエントリー投稿へ書式設定機能（WYSIWYG）を追加するプラグイン。
</p>
<p>
<a href="http://www.h-fj.com/blog/archives/2006/07/02-122104.php" target="_blank">ReleaseDAta&nbsp;</a><br />
＞エントリーの投稿日時を記事を公開した日時にする 。
</p>
<p>
Widget Manager<br />
＞ブログのサイドバーのパーツをドラッグ＆ドロップで追加・削除できる管理ツールで。初期インストール済み。
</p>
<p>
<span style="color: #008080">■表示用プラグイン</span>
</p>
<p>
<a href="http://www.h-fj.com/blog/archives/2004/12/19-113315.php" target="_blank">CutFirstChar</a><br />
＞カテゴリーの表示順序を任意の順序に指定・変更するプラグイン。
</p>
<p>
<a href="http://www.koikikukan.com/archives/2005/02/09-235959.php" target="_blank">maketree.js<br />
</a>＞サイドバーのカテゴリーやコメント、トラックバックなどをツリー表示するプラグイン。
</p>
<p>
<a href="http://www.skyarc.co.jp/engineerblog/entry/2642.html" target="_blank">PageBute</a><br />
＞静的ページ用のページ分割プラグインでページをPHP化しなくてもよい。検索テンプレートでの使用はできない。
</p>
<p>
<a href="http://lab.fancs.com/2006/11/archivepage_002.html" target="_blank" title="ArchivePage 0.0.2">ArchivePage 0.0.2</a><br />
＞これも静的ページ用のページ分割プラグイン。ＩＥの6.0では動作しませんでした。
</p>
<p>
<a href="http://www.nonplus.net/software/mt/MTPaginate.htm" target="_blank">MTPaginate</a><br />
＞サイト全体をPHP化することによりページ分割をするプラグイン。
</p>
]]>
      
   </content>
</entry>
<entry>
   <title>GPL・LGPL・BSD・MIT/X・MPL・Apacheライセンスの比較</title>
   <link rel="alternate" type="text/html" href="http://webmemo.flaps-web.com/2007/05/gpllgplbsdmitxmplapache.html" />
   <id>tag:web-memo.sblog.jp,2007:/blog//1.13</id>
   
   <published>2007-05-28T04:49:37Z</published>
   <updated>2007-05-28T04:49:37Z</updated>
   
   <summary> オープンソースのライセンスでGPL・LGPL・BSD・MIT/X・MPL・Ap...</summary>
   <author>
      <name>まっつん</name>
      <uri>http://web-memo.sblog.jp/blog/</uri>
   </author>
         <category term="009その他" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://webmemo.flaps-web.com/">
      <![CDATA[<p>
オープンソースのライセンスでGPL・LGPL・BSD・MIT/X・MPL・Apacheの比較表。<br />
＞<a href="http://linux2ch.is.land.to/index.php?CopyrightAndFOSS_FAQs#p827564d" target="_blank"><u>CopyrightAndFOSS_FAQs</u></a>
</p>
]]>
      
   </content>
</entry>
<entry>
   <title>テキストの長いエントリーのテスト記事～～～～～～～～</title>
   <link rel="alternate" type="text/html" href="http://webmemo.flaps-web.com/2007/05/post_11.html" />
   <id>tag:web-memo.sblog.jp,2007:/blog//1.12</id>
   
   <published>2007-05-15T09:04:36Z</published>
   <updated>2007-05-15T09:05:17Z</updated>
   
   <summary></summary>
   <author>
      <name>まっつん</name>
      <uri>http://web-memo.sblog.jp/blog/</uri>
   </author>
         <category term="001WEBブランディング" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://webmemo.flaps-web.com/">
      
      
   </content>
</entry>
<entry>
   <title>記事テスト</title>
   <link rel="alternate" type="text/html" href="http://webmemo.flaps-web.com/2007/05/post_10.html" />
   <id>tag:web-memo.sblog.jp,2007:/blog//1.11</id>
   
   <published>2007-05-14T11:29:40Z</published>
   <updated>2007-05-14T11:30:22Z</updated>
   
   <summary>いままで、ここでコメントしたことがないときは、コメントを表示する前にこのブログの...</summary>
   <author>
      <name>まっつん</name>
      <uri>http://web-memo.sblog.jp/blog/</uri>
   </author>
         <category term="001WEBブランディング" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://webmemo.flaps-web.com/">
      いままで、ここでコメントしたことがないときは、コメントを表示する前にこのブログのオーナーの承認が必要になることがあります。承認されるまではコメントは表示されません。そのときはしばらく

      
   </content>
</entry>
<entry>
   <title>複数カテゴリテスト</title>
   <link rel="alternate" type="text/html" href="http://webmemo.flaps-web.com/2007/05/post_9.html" />
   <id>tag:web-memo.sblog.jp,2007:/blog//1.10</id>
   
   <published>2007-05-14T10:57:54Z</published>
   <updated>2007-05-14T10:59:58Z</updated>
   
   <summary>000000000000000000000  ...</summary>
   <author>
      <name>まっつん</name>
      <uri>http://web-memo.sblog.jp/blog/</uri>
   </author>
         <category term="001WEBブランディング" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="002WEBライティング" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="003アクセス解析" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://webmemo.flaps-web.com/">
      000000000000000000000 

      
   </content>
</entry>
<entry>
   <title>キーワードテスト</title>
   <link rel="alternate" type="text/html" href="http://webmemo.flaps-web.com/2007/05/post_8.html" />
   <id>tag:web-memo.sblog.jp,2007:/blog//1.9</id>
   
   <published>2007-05-14T10:26:21Z</published>
   <updated>2007-05-14T10:27:37Z</updated>
   
   <summary>概要概要概要概要概要概要概要概要概要概要概要概要概要概要概要概要概要概要概要概要概要</summary>
   <author>
      <name>まっつん</name>
      <uri>http://web-memo.sblog.jp/blog/</uri>
   </author>
   
   <category term="4" label="キーワードテスト" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="1" label="テスト" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="ja" xml:base="http://webmemo.flaps-web.com/">
      ああああああああああああああああああああああ

      追記追記追記追記追記追記追記追記追記追記追記追記追記追記追記追記追記追記追記
   </content>
</entry>
<entry>
   <title>タグテスト２</title>
   <link rel="alternate" type="text/html" href="http://webmemo.flaps-web.com/2007/05/post_7.html" />
   <id>tag:web-memo.sblog.jp,2007:/blog//1.8</id>
   
   <published>2007-05-14T10:19:22Z</published>
   <updated>2007-05-14T14:49:05Z</updated>
   
   <summary>概要概要概要概要概要概要概要概要概要概要概要概要概要概要概要概要概要概要概要</summary>
   <author>
      <name>まっつん</name>
      <uri>http://web-memo.sblog.jp/blog/</uri>
   </author>
         <category term="001WEBブランディング" scheme="http://www.sixapart.com/ns/types#category" />
   
   <category term="3" label="タグテスト" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="1" label="テスト" scheme="http://www.sixapart.com/ns/types#tag" />
   <category term="2" label="テスト２" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="ja" xml:base="http://webmemo.flaps-web.com/">
      9999999999999999999999999 

      追記追記追記追記追記追記追記追記追記追記追記追記追記追記追記追記追記追記追記追記
   </content>
</entry>
<entry>
   <title>タグテスト２</title>
   <link rel="alternate" type="text/html" href="http://webmemo.flaps-web.com/2007/05/post_6.html" />
   <id>tag:web-memo.sblog.jp,2007:/blog//1.7</id>
   
   <published>2007-05-13T11:42:55Z</published>
   <updated>2007-05-13T11:43:28Z</updated>
   
   <summary>ｔｔｔｔｔｔｔｔｔｔｔｔｔｔｔｔｔｔｔｔｔｔｔ ...</summary>
   <author>
      <name>まっつん</name>
      <uri>http://web-memo.sblog.jp/blog/</uri>
   </author>
   
   <category term="2" label="テスト２" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="ja" xml:base="http://webmemo.flaps-web.com/">
      ｔｔｔｔｔｔｔｔｔｔｔｔｔｔｔｔｔｔｔｔｔｔｔ

      
   </content>
</entry>
<entry>
   <title>タグテスト</title>
   <link rel="alternate" type="text/html" href="http://webmemo.flaps-web.com/2007/05/post_5.html" />
   <id>tag:web-memo.sblog.jp,2007:/blog//1.6</id>
   
   <published>2007-05-13T11:40:49Z</published>
   <updated>2007-05-13T11:41:33Z</updated>
   
   <summary>テスト  ...</summary>
   <author>
      <name>まっつん</name>
      <uri>http://web-memo.sblog.jp/blog/</uri>
   </author>
         <category term="001WEBブランディング" scheme="http://www.sixapart.com/ns/types#category" />
   
   <category term="1" label="テスト" scheme="http://www.sixapart.com/ns/types#tag" />
   
   <content type="html" xml:lang="ja" xml:base="http://webmemo.flaps-web.com/">
      テスト 

      
   </content>
</entry>

</feed>
