memo.xight.org

2005-10 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
最近 日分 / 今月の一覧

2005-10-31 Mon

VeriSign 証明書インストール

- Reference
Verisign - サーバID - CSRの生成
http://www.verisign.co.jp/server/help/csr/
Verisign - サーバID - Apache + OpenSSL セキュア・サーバID/グローバル・サーバID共通 CSR生成手順 (新規)
http://www.verisign.co.jp/server/help/csr/capache_new.html
Verisign - サーバID - Apache + OpenSSL セキュア・サーバID/グローバル・サーバID共通 CSR生成手順 (更新)
http://www.verisign.co.jp/server/help/csr/capache_renew.html
Verisign - サーバID - Apache + OpenSSL セキュア・サーバID/グローバル・サーバID共通 インストール手順 (新規)
http://www.verisign.co.jp/server/help/install/iapache_new.html
Verisign - サーバID - フリーウェア Apache をご利用のお客様へ
http://www.verisign.co.jp/server/help/contact/apache.html
Verisign - サーバID - 有効期間14日間、無料のテスト用サーバIDをご利用いただけます
http://www.verisign.co.jp/server/trialserver/

mod_sslのインストール
http://bitarts.jp/tech/linux/mod_ssl.html
OpenSSLのインストールとキーペアの生成
http://bitarts.jp/tech/linux/openssl.html

カテゴリ: [SSL][Stub]

2005-10-30 Sun

失踪日記

- Summary
著者,吾妻 ひでお の体験に基づくノンフィクションマンガ.
自殺未遂,路上生活,アルコール中毒などなど強烈なストーリー.
Amazon - 失踪日記: 本
- Reference
失踪日記: 本

カテゴリ: []

スーパーマリオRPG - Super Mario RPG

- Summary
  Mariotropolis[2005-10-24-1]に触発されて攻略中.

- 作曲

1回目 ソラミレドレドレ アルトカード
2回目 ミドソドレラシド テナーカード
3回目 ラシドレソドレミ ソプラノカード

- ブッキータワー
  先祖を選ぶ
  手前から 4 5 3 6 2 1

- お札
みどりのベッドの下 マリオ宅 マリオのベッドの下
木でできた花のうしろ ローズタウンの看板の裏
OとAの間 ヨースター島 GOALの文字
もらえる物 ゆうれいくんしょう (バトル中,防御力倍)

- Reference
  RPG Data Library - スーパーマリオRPG
  http://www.rpgdl.org/sfc/mario_game.html
ゲーム: スーパーマリオRPG
音楽: スーパーマリオRPG
本: スーパーマリオRPG 裏テクニックガイド

カテゴリ: [Game]

2005-10-28 Fri

Blogの値段

- Reference
Business Opportunities Weblog | How Much Is My Blog Worth
http://www.business-opportunities.biz/projects/how-much-is-your-blog-worth/
- via
たつをのChangeLog - 2005-10-27 - このBlogの値段
http://chalow.net/2005-10-27-1.html

カテゴリ: [Memo][Stub]

Geocoding - 住所から緯度経度を検索

- Summary
住所から緯度と経度を検索できるサービス.
REST APIも公開.
åƳ

- 成功時
http://www.geocoding.jp/?q=東京タワー の結果

<?xml version="1.0" encoding="UTF-8" ?>
<result>
	<address>東京タワー</address>
	<coordinate>
		<lat>35.658597</lat>
		<lng>139.745437</lng>
		<lat_dms>35,39,30.949</lat_dms>
		<lng_dms>139,44,43.573</lng_dms>
	</coordinate>
	<url>http://www.geocoding.jp/?q=%E6%9D%B1%E4%BA%AC%E3%82%BF%E3%83%AF%E3%83%BC</url>
</result>


- 重複時
http://www.geocoding.jp/?q=府中 の結果
<?xml version="1.0" encoding="UTF-8" ?>
<result>
	<address>府中</address>
	<choices>
		<choice>府中駅 東京</choice>
		<choice>府中駅 徳島</choice>
		<choice>府中駅 広島</choice>
	</choices>
	<url>http://www.geocoding.jp/?q=%E5%BA%9C%E4%B8%AD</url>
</result>


- エラー時
http://www.geocoding.jp/?q=東京タワーリングインフェルノ の結果
<?xml version="1.0" encoding="UTF-8" ?>
<result>
	<address>東京タワーリングインフェルノ</address>
	<error>001</error>
</result>


- Reference
Geocoding
http://www.geocoding.jp/
Geocoding REST API
http://www.geocoding.jp/api/

2005-10-26 Wed

- Reference
ぐるなび - Dynamic Kitchen & BAR 響 カレッタ汐留店
http://r.gnavi.co.jp/g068295/
livedoorグルメ - ダイナミックキッチン&バー 響 カレッタ汐留店
http://gourmet.livedoor.com/item/100/T10091/

カテゴリ: [レストラン][Stub]

Postfix 管理

- Postfixで停滞キューを強制排出する

# postfix flush

または

# postqueue -f


- 停滞キューを削除する

# postsuper -d <Queue Number>


- 停滞キュー全てを削除する

# postsuper -d ALL

カテゴリ: [Postfix]

2005-10-25 Tue

PHPで mysql系関数が利用できない

- php.iniを編集

extension=/usr/local/lib/php/20020429-debug/mysql.so

カテゴリ: [PHP][Trouble Shooting]

iconvでコンパイルエラー

- Summary
Solaris 8で PHP make中に以下のエラー

/path/to/php/ext/iconv/iconv.c: In function `zm_startup_miconv':
/path/to/php/ext/iconv/iconv.c:175: `_libiconv_version' undeclared (first use in this function)
/path/to/php/ext/iconv/iconv.c:175: (Each undeclared identifier is reported only once
/path/to/php/ext/iconv/iconv.c:175: for each function it appears in.)

- 対処法
# mv /usr/include/iconv.h /usr/include/iconv.h.bak
# ln /usr/local/include/iconv.h /usr/include/iconv.h

- Reference
日本ではたらく社長のブログ | 【備忘録】php5.1インストール
http://ieiriblog.jugem.jp/?eid=659

カテゴリ: [PHP][Trouble Shooting]

PHPのインストールでエラー

- エラー
fatal : relocation error: file /usr/local/lib/libstdc++.so.6: symbol __eprintf: referenced symbol not found

It works fine without --enable-xslt and
--with-xslt-sablot=/usr/local/.

I may have a Sablotron issue.

- Reference
PHP Resources -> PHP Help - #33425 [Fbk->Opn]: Symbol Referencing Error loading Apache Module __eprintf: referenced symbol not
http://www.php-resources.org/help/article-php.bugs-80819.php
#33425 [Opn->Csd]: Symbol Referencing Error loading Apache Module __eprintf: referenced symbol not
http://www.mail-archive.com/php-bugs@lists.php.net/msg66667.html

カテゴリ: [PHP][Trouble Shooting]

2005-10-24 Mon

Mariotropolis - マリオトロポリス

- Summary
  頭から離れません!
Flash

- 歌詞

Super Mario RPG,
It is the only one just for me,
When I play the game I get lost in a phase,
Then I find out I'm stuck in Geno's Maze.
{2x}

Give me frog coins,
Give me ice bombs,
Give me fright bombs,
Give me mushrooms,
Give me See Ya,
Give me star egg,
Give me cookies,
give me Lambs lure,
I want everything I need I must play this more and more I need to get those damn frog coins to pay off all my credit cards.
Give me frog coins,
There are many secrets in the game,
Many of which drive some peeps insane.
Why we try to cheat in a really good game,
Just sounds like crap and it makes you look lame.
Exiting the forest is super simple,
All you do is follow these patterns,
For the rest of your gaming life.
Follow Geno through here.
{3x}
I'm a gaming god!

MP3
MIDI
プレイ画面

- Reference
マリオトロポリス まとめサイト
http://www.geocities.jp/fk_house/supermario.htm

pya! - Mariotropolis
http://pya.cc/pyaimg/pimg.php?imgid=13376

http://zisyo.tym.jp/flash/mariorpg.swf

カテゴリ: [ネタ][Game]
内部リンク: [2005-10-30-1]

2005-10-23 Sun

蒙古タンメン 中本

- Data

店名 蒙古タンメン中本 本店
住所 東京都板橋区桜川3-5-1 キャッスル桜川 1F
電話 03-5398-1233
営業時間 10:40 - 26:00 (平日)
10:10 - 26:00 (土)
10:10 - 21:00 (日)
最寄駅 東武東上線 上板橋

店名 蒙古タンメン中本 池袋
住所 東京都豊島区西池袋3-26-6 サンサーラ西池袋ビル 2F
電話 03-3989-1233
営業時間 11:00 - 24:00
最寄駅 JR池袋駅 西口

店名 蒙古タンメン中本 新宿
住所 東京都新宿区西新宿7-8-11 美笠ビル B1F
電話 03-3363-3321
営業時間 11:00 - 22:00
最寄駅 JR新宿駅 西口 / 西武新宿線 西武新宿

店名 蒙古タンメン中本 目黒
住所 東京都品川区上大崎2-13-45 トラストリング第3ビル 1F
電話 03-3446-1233
営業時間 11:00 - 21:00
最寄駅 JR目黒駅 東口

- Reference
  蒙古タンメン中本
  http://moukotanmen-nakamoto.mactos.com/
  livedoorグルメ - 蒙古タンメン中本 池袋店
  http://gourmet.livedoor.com/item/300/T3074/
  中本の道
  http://nakamoto.aez.jp/midasi.htm?mode=reflesh

カテゴリ: [ラーメン]

2005-10-22 Sat

春木屋

- Summary
  AKIRA の春木屋をモチーフにしたバー.
  水槽と音楽,ライトで近未来感抜群!
  春木屋カプセル,ヘンプビール,ガンジャビールなどぶっ飛んだメニューが勢ぞろい.
  ダチョウのカルパッチョ,マンボウのタタキを食べた.
  他にもカンガルー,ワニ,カエルなど変わった食材を取り扱っている.
- Data

住所 東京都豊島区西池袋3-30-6 磯野ビルB1
電話 03-5956-4422
営業時間 18:00 - 29:00 (平日・土)
18:00 - 24:00 (日・祝日)
定休日 無休
最寄駅 池袋 西口
- Reference
  ぐるなび - 春木屋
  http://r.gnavi.co.jp/g622800/
  Hotpepper.jp - 春木屋
  http://www.hotpepper.jp/s/H000002809/top.html

カテゴリ: [バー]

えるびす

- Data

店名 西口店
住所 東京都豊島区西池袋3-30-2 ロイヤルプラザ1階
営業時間 11:00 - 24:00
電話 03-5396-3445
最寄駅 池袋 西口

店名 東口店
住所 東京都豊島区東池袋1-39-6 第3KUビル1階
営業時間 11:00 - 24:00
電話 03-5396-0577
最寄駅 池袋 東口

店名 新宿店
住所 東京都新宿区新宿3-19-4 陣屋ビル1階
営業時間 11:00 - 24:00
電話 03-3356-8278
最寄駅 新宿 東口
- Reference
  麺 えるびす 公式サイト
  http://www.elvis.co.jp/

カテゴリ: [ラーメン]

2005-10-21 Fri

JKL.ParseXML - ajax 通信処理ライブラリ

- Reference
JKL.ParseXML - ajax 通信処理ライブラリ
http://www.kawa.net/works/js/jkl/parsexml.html

カテゴリ: [Ajax]
内部リンク: [2006-01-04-10]

2005-10-20 Thu

日本郵便公社の郵便番号一覧ダウンロード

- Reference
日本郵便公社 - 事業所の個別郵便番号ダウンロード
http://www.post.japanpost.jp/zipcode/dl/jigyosyo/
日本郵便公社 - 郵便番号等のダウンロード
http://www.post.japanpost.jp/zipcode/download.html

カテゴリ: [Memo]
内部リンク: [2005-07-14-3]

暫定版Ajax用ライブラリ

- Reference
JavaScript++かも日記: 【Ajax】暫定版Ajax用ライブラリ
http://jsgt.org/mt/archives/01/000409.html

カテゴリ: [Ajax][Stub]

2005-10-19 Wed

Videntify.org - OpenID Identify

- Reference
  Videntify.org - xight
  http://xight.videntity.org/
- via
  www.textfile.org - 2005-10-19 - Videntify.org: OpenID Identify
  http://www.hyuki.com/t/200510.html#i20051019212634
  ここギコ! - 2005-10-14 - OpenIDで個人サイト同士が繋がるSNS - Social_Networking_Unlimited
  http://kokogiko.net/m/archives/001353.html
  Tech総研ブログ - 2005-10-17 - ただただし@「ただのにっき」のエンジニアいとをかし
  http://blog-tech.rikunabi-next.yahoo.co.jp/blog/tada/31

カテゴリ: [Memo]
内部リンク: [2006-01-28-5]

ウェブ・デザインの間違いトップ10

- Reference
  Alertbox: 2005年 ウェブ・デザインの間違いトップ10 (2005年10月3日)
  http://www.usability.gr.jp/alertbox/20051003.html
- via
  www.textfile.org - 2005-10-12 - 2005年 ウェブ・デザインの間違いトップ10
  http://www.hyuki.com/t/200510.html#i20051012165714

カテゴリ: [Web Design]

2005-10-17 Mon

オズボーンのチェックリスト

- Summary
ブレーン・ストーミングの開発者.
チェックリストはアイデア発想のための視点.

カテゴリ: [Memo][Stub]

ウケる技術

- Summary
Amazon - 本: ウケる技術
- Reference
本: ウケる技術

カテゴリ: [][Stub]

Google MapsとGoogle Earth

- Reference
CROSSBREED クロスブリード!- 驚愕の地図サービスGoogle MapsとGoogle Earthで遊んでみたよ。
http://cross-breed.com/archives/200507031255.php

2005-10-16 Sun

Firefox Extension - 利用している拡張機能

- 必須
  All-in-One Gestures
  Menu Editor
  Sage
  Copy URL +
  Adblock Plus
  Adblock Filterset.G Updater
  Tabbrowser Preferences
  GrepSidebar
  XUL/Migemo

- 開発用
  Html Validator
  Infoaxia Webアクセシビリティ・ツールボックス
  Web Developer
  IE View
  Live HTTP Header
  Google Pagerank Status

- 他
  Optimoz Tweaks jp
  Cute Menus - Crystal SVG

- 不要?
  miniT
  Click2Tab
  Linky
  Linkification
  Download Statusbar
  CuteMenus

  翻訳パネル
  LinkPreview
  Image Toolbar

カテゴリ: [Firefox][Stub]

2005-10-15 Sat

パクリガード

- Summary

ActiveXコントロールを利用した、簡易画像保護機能。
リソースディレクトリを配置し、保護を行ないたいHTMLのソースを変更するだけで
Internet Explorerで閲覧するユーザーからコンテンツを守ります。

- Reference
  eStrategy Corporation - パクリガード
  http://www.e-strategy.co.jp/products/pg/
- via
  MOONGIFT - 2005-10-10 - パクリガード
  http://fw.moongift.jp/intro/i-758.html#more

カテゴリ: [Software]

ミリオンズ - Millions

- Reference
  映画「ミリオンズ」公式サイト
  http://millions-movie.net/

カテゴリ: [映画]

MADな北斗の拳

- Reference
  MADな北斗の拳
  http://hokuto.to/mad/mad.html

カテゴリ: [ネタ]

2005-10-13 Thu

ウェブマスターのための Google情報

- Summary
「リンクの先読み機能」を発見
http://www.google.co.jp/intl/ja/webmasters/faq.html#prefetching

- Reference
Google - ウェブマスターのための Google 情報 - 高度な質問
http://www.google.co.jp/intl/ja/webmasters/faq.html
Google - ウェブマスターのための Google 情報 - Googlebot
http://www.google.co.jp/intl/ja/webmasters/bot.html
Google - ウェブマスターのための Google 情報 - ウェブマスターのためのガイドライン
http://www.google.co.jp/intl/ja/webmasters/guidelines.html
Google グループ : google.public.support.general
http://groups.google.co.jp/group/google.public.support.general?lnk=lr&hl=ja

カテゴリ: [Google]

メール,メッセージをくださった皆様,ありがとうございます.
Jeff MillsのDVD,イタリアのチョコレート,トラピストビールを頂きました.
Amazon - DVD: EXHIBITIONIST

カテゴリ: [誕生日]

2005-10-12 Wed

RSS Directory & Search - 形態素解析 + 特徴語抽出

- Summary
任意のテキストに対して形態素解析を行い、Bulkfeeds の記事データベースの統計
データをもとに特徴語を抽出します。

URL http://bulkfeeds.net/app/terms.xml
Method POST
Parameter content: 形態素解析するテキスト (UTF-8)
apikey: API Key
Returns XML

- Reference
たつをのChangeLog - 2005-10-12 - 形態素解析と検索APIとTF-IDFでキーワード抽出
http://chalow.net/2005-10-12-1.html
Bulkfeeds: Developer's API - RSS Directory & Search
http://bulkfeeds.net/app/developer.html#terms

カテゴリ: [Web Service][Stub]

GoogleのRSSリーダーの改良版

- デモサイト
リボルバー型インターフェースの試作
http://la.ma.la/roll.html
- Reference
最速インターフェース研究会 :: [速報] GoogleのRSSリーダー (β版)、早速真似して作ってみた
http://la.ma.la/blog/diary_200510091310.htm
Google Reader
http://www.google.com/reader/
- via
cl.pocari.org - 2005-10-11 - GoogleのRSSリーダー (β版)、早速真似して作ってみた
http://cl.pocari.org/2005-10-11-2.html

カテゴリ: [RSS][Google Reader]

2005-10-11 Tue

エレベーターのキャンセル技

- Reference
エレベーターのキャンセル技
http://homepage1.nifty.com/crux/evcancel.html
- via
ブログかもしれない - 2005-09-09 - エレベーター
http://silhouette.ddo.jp/archives/2005/09/post_10.html

カテゴリ: [Memo][Stub]

RSS広告社

- Summary
早速,導入してみた.
- Reference
RSS広告社
https://www.rssad.jp/mp/
コンテンツ連動型RSS広告でブロガーが稼げる--RSS広告社が個人向けで初 - CNET Japan
http://japan.cnet.com/news/media/story/0,2000047715,20088532,00.htm?ref=rss
cl.pocari.org - 2005-10-10 - コンテンツ連動型 RSS 広告
http://cl.pocari.org/2005-10-10-1.html

カテゴリ: [RSS][Web広告][Stub]

動的ページを静的ページに見せかける

- 環境変数PATH_INFOで動的ページを静的ページに見せかける
  http://exam.su-jine.com/path_info/path/info.html
  http://blog.su-jine.net/archives/2004/08/_path_info.html
  http://ezaffiliate.net/mailmag/0048.htm

- mod_rewrite で動的ページを静的ページに見せかける
  http://blog.su-jine.net/archives/2004/08/_mod_rewrite.html

カテゴリ: [Apache][Stub]

Webmaster Toolkit - SEO用 mod_rewriteルールを生成するツール

- Reference
Webmaster Tools and SEO Software Resources :: Webmaster Toolkit
http://www.webmaster-toolkit.com/
- via
SEO 用 mod_rewrite ルールを生成する Webmaster Toolkit : NDO::Weblog
http://naoya.dyndns.org/~naoya/mt/archives/001130.html