Domino URL 虎の巻
- Reference
IBM - Iris Today Archives - Domino URL 虎の巻
http://www-6.ibm.com/jp/software/lotus/developer/iris_today/20010301_1.html
- Reference
IBM - Iris Today Archives - Domino URL 虎の巻
http://www-6.ibm.com/jp/software/lotus/developer/iris_today/20010301_1.html
- 手順
1. .NET Framework をインストール
2. Windows Media Profile Editorでプロファイルを作成
3. Windows Media Encoder 9 Series SDK に付属する
\path\to\WMEncSDK9\samples\vb\batcher\BatchEncode.exe を利用する
- Reference
Windows Media Encoder 9 Series SDK
http://www.microsoft.com/downloads/details.aspx?FamilyID=000a16f5-d62b-4303-bb22-f0c0861be25b&DisplayLang=en
MSDN - .NET Framework ダウンロード情報
http://www.microsoft.com/japan/msdn/netframework/downloads/
1. .htpasswd の作成
% htpasswd -c .htpasswd username
New password: xxxxxxxx
Re-type new password: xxxxxxxx
Adding password for user username
3. .htaccess の作成,又は httpd.conf の編集
AuthType Basic AuthUserFile /path/to/.htpasswd AuthGroupFile /dev/null AuthName "Please input ID,Password" Order deny,allow Deny from all Allow from example.com example.org Require valid-user
- Summary
ブラウザ上で動作するターミナルエミュレータ.
JavaScript + XMLHTTPで動作する.
Apacheのモジュールが必要.
- Reference
http://anyterm.org/
- via
http://oss.moongift.jp/intro/i-728.html
- Summary
タイトルとURLをコピーできる
タイトルと選択した文字,URLをコピーなどのカスタマイズも可能!
- Reference
http://copyurlplus.mozdev.org/
http://copyurlplus.mozdev.org/customize.html
- via
http://www.forest.impress.co.jp/article/2005/02/24/firefoxplugins2.html#webbrowse
- Reference
Objective JavaScript - 大きな画像をポップアップ
http://web.paulownia.jp/script/sample/popup.html
- via
cl.pocari.org - 2005-09-28
http://cl.pocari.org/2005-09-28-3.html
- Reference
TMT Validator
http://www.massimocorner.com/validator/
- via
cl.pocari.org - 2005-09-27
http://cl.pocari.org/2005-09-27-4.html
- Summary
生でも食べられるカルビが絶品!
一度は生で食べてみてください!
- Data
| 住所 | 東京都港区芝大門1-7-4 |
| 営業時間 | 17:00 - 24:00 |
| 定休日 | 無休 |
| 電話 | 03-5733-5025 |
| 最寄駅 | 浜松町 / 大門 / 芝公園 / 御成門 |
- Summary
1. Google Sitemaps で指定されたファイル名 (GOOGLExxxxxxxxxxxxxxxx.html) で空のファイルを作成
2. 指定されたURIに配置.
3. Google Sitemaps で verify を行う.
4. stats を見ることが可能.
- Reference
XUL/Migemoプロジェクト
http://tkm.s31.xrea.com/xul/xulmigemo.shtml
XUL/Migemo [Forked Edition]
http://piro.sakura.ne.jp/xul/_xulmigemo.html
- Menu Editor
http://menueditor.mozdev.org/
- Cute Menu
http://cute.mozdev.org/
- Download Statusbar
http://downloadstatusbar.mozdev.org/
Download Scan機能付
http://downloadstatusbar.mozdev.org/downscan/
- Image Toolbar
http://www.cusser.net/extensions/imagetoolbar/
- Reference
MFPM: Text::ASCIITable 人間フレンドリーな表組み出力
http://e8y.net/blog/2005/09/16/p88.html
Text::ASCIITable
- via
cl.pocari.org - 2005-09-24
http://cl.pocari.org/2005-09-24-3.html
- php.iniに以下を記述
[PHP]
register_globals = Off
display_errors = On
default_charset = "EUC-JP"
file_uploads = On
[mbstring]
mbstring.encoding_translation = On
mbstring.language = Japanese
mbstring.internal_encoding = EUC-JP
mbstring.http_input = auto
mbstring.http_output = pass
mbstring.detect_order = auto
mbstring.substitute_character = none
- .htaccessを利用するなら以下を記述
php_flag register_globals OFF
php_value default_charset EUC-JP
php_value mbstring.language Japanese
php_flag mbstring.encoding_translation ON
php_value mbstring.detect_order ASCII,JIS,EUC-JP,SJIS,UTF-8
php_value mbstring.internal_encoding EUC-JP
php_value mbstring.http_input auto
php_value mbstring.http_output pass
php_value mbstring.substitute_character none
php_value output_handler none
- Reference
XOOPS検索モジュール
http://www.suin.jp/modules/mydownloads/viewcat-cid-6.asp
SourceForge.jp - XOOPS - XOOPS free wiki - HOWTO/インストール/Linux/3.PHP
- レンタルサーバーで(apacheを使用している) .htaccessによる日本語環境設定の
例
http://xoops.sourceforge.jp/wiki/free/?HOWTO%2F%A5%A4%A5%F3%A5%B9%A5%C8%A1%BC%A5%EB%2FLinux%2F3.PHP#vea87ecd
- source
#!/usr/bin/env perl use Date::Simple ('date','today'); my $HOME = q(/path/to/home); my $BACKUP_DIR = $HOME.q(/backup); my $tar = q(/bin/tar); $date = today(); # print "$tar czvf $HOME/$date.tar.gz $HOME/public_html $HOME/work\n"; `$tar czvf $BACKUP_DIR/home-$date.tar.gz $HOME/public_html $HOME/work`; `$tar czvf $BACKUP_DIR/www-$date.tar.gz /var/www`;
- Reference
http://norahmodel.exblog.jp/1836317/
- Summary
約3万種類のロボットに対応し、数種類のスクリプト言語で書かれたブラウザー判別用クラスライブラリの全て
- Reference
Gary Keith's Website
http://www.garykeith.com/browsers/downloads.asp
- via
http://hotwired.goo.ne.jp/webmonkey/2005/05/index4a_page2.html
- Reference
Blog/2005-09-21 - cubic9.com
http://cubic9.com/Blog/2005-09-21/
- via
cl.pocari.org - 2005-09-21
http://cl.pocari.org/2005-09-21-2.html
- Reference
スタイルシートによる崩れない 2カラム 3カラム・レイアウト
http://desperadoes.biz/style/dan/
- via
cl.pocari.org - 2005-09-20
http://cl.pocari.org/2005-09-20-6.html
- Reference
http://www.onlamp.com/pub/a/php/2005/09/15/mvc_intro.html
- via
cl.pocari.org - 2005-09-20
http://cl.pocari.org/2005-09-20-10.html
- Reference
http://ajaxdb.jp/
- via
http://oss.moongift.jp/intro/i-721.html
- Summary
<link rel="next" href="" />
- Reference
インフォアクシア - Infoaxia Web アクセシビリティ・ツールボックス
http://www.infoaxia.com/tools/iawat/
インフォアクシア - プレスリリース - 2005-03-02 - Firefoxの拡張機能『Web アクセシビリティ・ツールボックス』をリリース
http://www.infoaxia.co.jp/press/2005/03/20050302_toolbox.html
about:config
で設定可能.
http://www.mozilla-japan.org/support/firefox/edit
- 状況
print.printer_プリンター名.xxxxxxx
が文字化け
- 原因
プリンタ名が日本語
- Reference
http://www.mozilla.gr.jp/forums/?mode=al2&namber=4759&rev=&0&KLOG=33
http://www.mozilla.gr.jp/forums/?mode=al2&namber=10919&rev=&&KLOG=72
- 前提
| ページ数 | 100ページ |
| 画像 | 200点 |
| Flash | 1点 |
| 北海道 | 3770467円 |
| 東北地方 | 2736697円 |
| 関東地方 | 5092486円 |
| 中部地方 | 4679693円 |
| 近畿地方 | 4832121円 |
| 中国地方 | 3423333円 |
| 四国地方 | 4001667円 |
| 九州地方 | 4106486円 |
- 検索バーから検索した結果を新しいタブで開くには
Tabbrowser Preferences
http://216.55.161.203/theonekea/tabprefs/
click2tab
http://click2tab.mozdev.org/installation.html
miniT
http://dorando.emuverse.com/projects/mozilla/
Reload Tab On Double-Click
https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&id=546
Google Pagerank extention
http://www.tapouillo.com/firefox_extension/
ieview
http://ieview.mozdev.org/
All-in-One Gestures Extension
http://perso.wanadoo.fr/marc.boullet/
Web Developer
http://www.infoaxia.com/tools/webdeveloper/
Infoaxia Web アクセシビリティ・ツールボックス
http://www.infoaxia.com/tools/iawat/
Linky
http://gemal.dk/mozilla/linky.html
Linkification
http://www.beggarchooser.com/firefox/
LinkPreview
http://patsis.brownhost.com/extxpi.html#linkpreview
- via
http://www.forest.impress.co.jp/article/2005/02/17/firefoxplugins.html
http://amaztype.tha.jp/
- via
Web Designing 2005年10月号
- Summary
グラデーションメッシュを使ってトレースした作品を紹介.
- Reference
グラデーションメッシュ同好会
http://mesh.fo.gs/list.html
- Summary
| Address1 | 0-0-#101, Sakae-cho 0-chome, |
| Address2 | |
| City | Itabashi-ku, Tokyo |
| State or Province | Non-US |
| Zip or Postal Code | 000-0000 |
| Country/ Region | Japan |
| Contact Phone | +81-3-1111-2222 |
| Fax Number | +81-3-1111-3333 |
- Reference
Mrc's CyberHome - Html Validator for Firefox and Mozilla
http://users.skynet.be/mgueury/mozilla/download.html
- via
http://www.forest.impress.co.jp/article/2005/09/21/htmlvalidator.html
- Java Runtime
http://www.java.com/ja/download/windows_xpi.jsp
.bookmark-item[statustext^="javascript:"] { list-style-image: url("bookmarklet.png") !important; }
- Reference
http://naoya.dyndns.org/~naoya/opensearch/search.cgi
- via
cl.pocari.org - 2005-09-16
http://cl.pocari.org/2005-09-16-4.html
- Reference
http://hail2u.net/blog/webdesign/css_tips_3.html
- via
cl.pocari.org - 2005-09-16
http://cl.pocari.org/2005-09-16-5.html
- Reference
http://chasen.org/~taku/software/ajax/hwr/

- Reference
本: Firefox Hacks - 次世代ブラウザ徹底活用テクニック
- Reference
http://netafull.net/archives/009276.html
- Summary
Ctrl + Shift + Q で翻訳ポップアップ
- Reference
http://nazodane.hp.infoseek.co.jp/extension/translation.xhtml
- 最大容量を64Mbytesにしてマウント
# mount -t tmpfs -o size=64m tmpfs /dev/shm
- /tmp をRAM上に置く
# mount -t tmpfs -o size=64m /dev/shm /tmp
- Reference
@IT - 容量が動的に変化するRAMディスクを使うには
http://www.atmarkit.co.jp/flinux/rensai/linuxtips/277usetmpfs.html
- Summary
Clannad(クラナド) の Theme From Harry's Game という曲.
音楽: Past Presentに収録.
- Reference
lexus.jp
http://lexus.jp/
音楽: Past Present
音楽: パースト・プレゼント
- インストール
# aptitude install libapache-mod-ssl
# aptitude install libapache-mod-ssl-doc
# cat /usr/share/doc/libapache-mod-ssl-doc/examples/mod-ssl.conf >> /etc/apache/conf.d/ssl.conf
# zcat /usr/share/doc/libapache-mod-ssl-doc/examples/vhost.conf.gz >> /etc/apache/conf.d/vhost.conf
# apachectl configtest
- 鍵を作る
# mod-ssl-makecert
What type of certificate do you want to create?
1. dummy (dummy self-signed Snake Oil cert)
2. test (test cert signed by Snake Oil CA)
3. custom (custom cert signed by own CA)
4. existing (existing cert)
Use dummy when you are a vendor package maintainer,
test when you are an admin but want to do tests only,
custom when you are an admin willing to run a real server
existing when you are an admin who upgrades a server.
Normally you would choose 2.
your choice: 2
Which algorithm should be used to generate required key(s)?
1. RSA
2. DSA
Normally you would choose 1.
your choice: 1
SSL Certificate Generation Utility (mkcert.sh)
Copyright (c) 1998-2000 Ralf S. Engelschall, All Rights Reserved.
Generating test certificate signed by Snake Oil CA [TEST]
WARNING: Do not use this for real-life/production systems
______________________________________________________________________
STEP 1: Generating RSA private key (1024 bit) [server.key]
1261417 semi-random bytes loaded
Generating RSA private key, 1024 bit long modulus
.++++++
....++++++
e is 65537 (0x10001)
______________________________________________________________________
STEP 2: Generating X.509 certificate signing request [server.csr]
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a
DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-
1. Country Name (2 letter code) [XY]:JP
2. State or Province Name (full name) [Snake Desert]:Tokyo
3. Locality Name (eg, city) [Snake Town]:Itabashi-ku
4. Organization Name (eg, company) [Snake Oil, Ltd]:Example Co.,Ltd.
5. Organizational Unit Name (eg, section) [Webserver Team]:Web Contents Group
6. Common Name (eg, FQDN) [www.snakeoil.dom]:example.com
7. Email Address (eg, name@FQDN) [www@snakeoil.dom]:admin@example.com
8. Certificate Validity (days) [365]:
______________________________________________________________________
STEP 3: Generating X.509 certificate signed by Snake Oil CA [server.crt]
Certificate Version (1 or 3) [3]:3
Signature ok
subject=/C=JP/ST=Tokyo/L=Itabashi-ku/O=Example Co.,Ltd./OU=Web Contents
Group/CN=example.com/emailAddress=admin@example.com
Getting CA Private Key
Verify: matching certificate & key modulus
Verify: matching certificate signature
/etc/apache/ssl.crt/server.crt: OK
______________________________________________________________________
STEP 4: Enrypting RSA private key with a pass phrase for security
[server.key]
The contents of the server.key file (the generated private key) has to be
kept secret. So we strongly recommend you to encrypt the server.key file
with a Triple-DES cipher and a Pass Phrase.
Encrypt the private key now? [Y/n]: n
Warning, you're using an unencrypted RSA private key.
Please notice this fact and do this on your own risk.
______________________________________________________________________
RESULT: Server Certification Files
o /etc/apache/ssl.key/server.key
The PEM-encoded RSA private key file which you configure
with the 'SSLCertificateKeyFile' directive (automatically done
when you install via APACI). KEEP THIS FILE PRIVATE!
o /etc/apache/ssl.crt/server.crt
The PEM-encoded X.509 certificate file which you configure
with the 'SSLCertificateFile' directive (automatically done
when you install via APACI).
o /etc/apache/ssl.csr/server.csr
The PEM-encoded X.509 certificate signing request file which
you can send to an official Certificate Authority (CA) in order
to request a real server certificate (signed by this CA instead
of our demonstration-only Snake Oil CA) which later can replace
the /etc/apache/ssl.crt/server.crt file.
WARNING: Do not use this for real-life/production systems
- 鍵を隠す
# chmod 600 /etc/apache/ssl.key/server.key
- apacheの再起動
# apachectl stop
# apachectl start
- Reference
http://shiro.pochi.cc/~sasaki/chalow/2004-12-09.html#2004-12-09-4
http://oceanicsky.dyndns.org/pukiwiki/?libapache-mod-ssl
- Summary
C:\Program Files\Mozilla Firefox\searchplugins\xight.src
を作成
# Mozilla search plugin for xight.org # by Yoshiki SATO <xight.org+memo@gmail.com>. # http://xight.org/chalow-searchplugin/ # This file is released into the public domain. # # Version: 0.0.1 (2005-09-16) # Country: JP # Language: ja <search version="0.0.1" name="xight.org" description="xight.org" sourceTextEncoding="0" method="GET" action="http://memo.xight.org/clsearch.cgi" queryCharset="EUC-JP" searchForm="http://memo.xight.org/" > <input name="key" user> <input name="mode" value="1"> <interpret browserResultType="result" charset="EUC-JP" language="ja" resultListStart="<div id='results'></div>" resultListEnd="<hr/>" resultItemStart="<li style='padding-bottom: 1em'>" resultItemEnd="</li>" > </search> <browser alsomatch="http://memo.xight.org/clsearch.cgi" update="http://memo.xight.org/xight.src" updateIcon="http://memo.xight.org/xight.png" updateCheckDays="100" >
- 追記 [2006-08-07]
ジェスチャー一覧を表示する
chrome://allinonegest/content/aiogest.html
- Reference
Mozilla Firebird Extensions - All-in-One Gestures
http://perso.wanadoo.fr/marc.boullet/
- via
窓の杜 - 2004-11-22 - 「Firefox」にマウスジェスチャー機能を追加できる「All-in-One gestures」
http://www.forest.impress.co.jp/article/2004/11/22/allinonegestures.html
Going My Way - 2004-04-20 - Firefoxで使うAll-in-One Gestures
http://kengo.preston-net.com/archives/001285.shtml
- 問題
background-repeatプロパティにrepeat以外の値を指定すると,背景が印刷されない。
- 解決法
背景が指定された要素の幅(widthプロパティ)または高さ(heightプロパティ)
を明示すると背景画像が印刷されるらしい。
が,なぜか印刷できない。
- Reference
Internet Explorer (Windows) CSSバグリスト - 背景に関する指定がprintメディアに反映されない
http://cssbug.at.infoseek.co.jp/detail/winie/b042.html
- Reference
xagronaut - 2005-05-26
http://www.xag.org/tech/techBlogs4God/2005/05/26.html
- via
JavaScript::Bookmarklet Blog - 2005-08-04 - Item Hider
http://bookmarklet.daa.jp/blog/archives/000055.html
- 関連グッズ
- Reference
春華堂
http://www.shunkado.co.jp/
春華堂 - 昼のお菓子 えび汐パイ
http://www.shunkado.co.jp/gallery/g_u_ebishiopie.htm
<?xml version="1.0" encoding="EUC-JP" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <meta http-equiv="content-type" content="text/html; charset=euc-jp" /> <link rel="stylesheet" href="example.css" type="text/css" /> <script type="text/javascript" src="example.js"></script>
# ntpdate -s gpsntp.miz.nao.ac.jp
# hwclock -w
- Reference
時計をあわせたい
http://www.a-yu.com/pub/qa08.html
NTPサーバのリスト
http://yotaro.bird.to/feedback/misc/NTP_list.html
- Reference
いやなブログ: 配列操作の比較表: Ruby, Python, JavaScript, Perl, C++
http://namazu.org/~satoru/blog/archives/000043.html
あーありがち - Ruby と PHP の配列操作比較
http://aligach.net/diary/20050829.html
- Reference
http://jpdirect.jp/general/transfer/
- %APPDATA%\Rainlendar\rainlendar.ini を編集
StartFromMonday=1
- Summary
鍵のマークが表示されない条件
・フレーム分割されており,非SSLのページを呼び出している場合
・非SSLページへのリンクが存在する場合
・ModalDialogウィンドウ
- 今回のケース
・非SSLページからの<link>タグによるCSS読み込み
・非SSLページへの<a>タグによるリンクは関係無し
- ModalDialogウィンドウのケース
概要
SSL 通信中の Internet Explorer 上で定義された、 ModalDialog ウィンドウにて 、
ユーザーが SSL 通信を確認できない現象について記されたものです。
現象
SSL 通信中の Internet Explorer から、
JavaScript の window.showModalDialog メソッドおよび、
window.showModelessDialog メソッドで定義されたウィンドウを起動させた際に
ステータスバーに SSL 通信中を表す"鍵"のマークのアイコンが表示されず、
SSL でセキュアな通信を行っていることが、ModalDialog ウィンドウ上で判断できません。
ただし、通信自体は正常に SSL での通信が行われています。
原因
ModalDialog ウィンドウは Internet Explorer のウィンドウと別に、
独自にステータスバーを作成しますが、そのステータスバーが、
SSL 通信中を表す"鍵"のマークのアイコンをサポートしていない為に今回の現象が
発生します。
- Reference
VeriSign - SSL接続中にブラウザに鍵のマークが表示されません
http://www.verisign.co.jp/server/help/faq/110031/
Microsoft サポート - SSL 通信における ModalDialog ウィンドウに "鍵"マーク のアイコンが表示されない
http://support.microsoft.com/default.aspx?scid=kb;ja;895510
INTERNET Watch - 2005-03-09 - IEのモーダルダイアログウィンドウにSSL通信の「鍵」が表示されない現象
http://internet.watch.impress.co.jp/cda/news/2005/03/09/6765.html
{google('鍵 アイコン 表示されない')}}
- Summary

ウィルスバスターCorp6.5に付属する (ウィルス対策ソフトを削除する)
ウィルスの動作を抑えるためのプログラムと判明しました
- Reference
@IT - @IT会議室 > Windows Server Insider 会議室 > WindowsXP SP2で毎回名称の異なるファイル
http://www.atmarkit.co.jp/bbs/phpBB/viewtopic.php?topic=17050&forum=6&1
- Reference
GoogleMapsEditor
http://hsj.jp/gme/
HSJ.jp - ささやかなる実験場
http://hsj.jp/
- Reference
PLANet blog - 2005-07-26 - スティーブ・ジョブスのスピーチ
http://pla-net.org/blog/archives/2005/07/post_87.html
- Summary
onmousedown + onkeydown
onmouseup + onkeyup
onclick + onkeypress
- Reference
Another HTML-link : Explanation - 150. ATTRA 属性を使うときは ATTRB 属性も指定しましょう。
http://openlab.ring.gr.jp/k16/htmllint/explain.html#event-pair
W3C - Techniques for Web Content Accessibility Guidelines 1.0
http://www.w3.org/TR/WCAG10-TECHS/#scripts
ウェブ内容アクセス指針1.0用技術
http://www.asahi-net.or.jp/~bd9y-ktu/WEBct_f/wai-pageauth-tech.html#scripts
- Summary

- Reference
59番街の部屋 (The 59TH STREET ROOM) - Z-LOCK
http://homepage2.nifty.com/isshiki/
- via
窓の杜 - 2005-09-09 - 敵にロックオンされると弾の威力が増す縦スクロールシューティング「Z-LOCK」
http://www.forest.impress.co.jp/article/2005/09/09/zlock.html
- Summary
WebベースのPHP実行環境.
手軽に PHP のコードをテストできる.
- Reference
PHP Interactive - an interactive shell for PHP
http://www.hping.org/phpinteractive/
- via
Open Alexandria - 2005-09-05 - PHP Interactive
http://www.openalexandria.com/item_703.html
cl.pocari.org - 2005-09-05
http://cl.pocari.org/2005-09-05-2.html
- Reference
アクセシビリティ拡張機能JIS対応版
http://www.macromedia.com/jp/devnet/dreamweaver/articles/accessibility_jis.html
- Summary
神田大斗の二号店.七福神の子,東池袋大勝軒の孫にあたる.
太麺のつけ麺が売り.
- Data
| 住所 | 東京都港区芝大門2-1-18 GSハイム芝大門107号 |
| 営業時間 | 11:00 - 15:00 / 17:00 - ??:?? |
| 定休日 | 日曜日 |
| 電話 | 03-3431-8686 |
| 最寄駅 | 浜松町 / 大門 / 芝公園 / 御成門 |
- Summary
XIGHT.ORG
$270.00 - $473.00 USD
- Reference
http://www.certifiedofferservice.com/
https://www.certifiedofferservice.com/CertifiedOffer/offer/makeoffer.do?dom=xight.org
- via
cl.pocari.org - 2005-09-08
http://cl.pocari.org/2005-09-08-3.html
- Reference
http://browsershots.org/
- via
cl.pocari.org - 2005-09-07
http://cl.pocari.org/2005-09-07-1.html
http://hail2u.net/blog/webdesign/browsershots.html
- Summary
換金までの期間を選べる.
早ければ早いほど換金率が低い.
換金まで60日以内のコースは$10で何枚でも換金可能.
小切手の郵送には書留や簡易書留にすることで実損額が賠償される.
(簡易書留は原則として5万円までの実損額)
| 換金までの期間 | 換金率 | 手数料 |
| 3営業日以内 | 85 % | $ 0 |
| 10営業日以内 | 90 % | $ 0 |
| 30日以内 | 95 % | $ 0 |
| 60日以内 | 100 % | $ 10 |
http://server_name/database_name.nsf/view_name?ReadViewEntries&ExpandView
- Summary
Firefoxでユーザーサイドスクリプトを実現するためのエクステンション

- Reference
Greasemonkey Hacks (Hacks): 洋書
Firefox まとめサイト - Greasemonkey
http://firefox.geckodev.org/?Greasemonkey
Dive Into Greasemonkey
http://diveintogreasemonkey.org/
はてなダイアリー - Greasemonkeyとは
http://d.hatena.ne.jp/keyword/Greasemonkey
はてなグリースモンキー(Greasemonkey)
http://www.hatena.ne.jp/tool/greasemonkey
- Reference
http://www-6.ibm.com/jp/support/redbooks/#lotus
- Reference
アクセス制限について - PICS-Label
http://www.geocities.co.jp/Hollywood/9752/pics.html
- Summary
<ul>と<li>だけでサイトマップを表現.
lastitem クラスがミソ.
- HTML Source
<ul id="linkList"> <li> <a href="/">Home</a> <ul> <li> <a href="/1/">2nd - 1</a> <ul> <li> <a href="/1/1/">3rd - 1</a> </li> <li> <a href="/1/2/">3rd - 2</a> </li> <li class="lastitem"> <a href="/1/3/">3rd - 3</a> </li> </ul> </li> <li> <a href="/2/">2nd - 2</a> <ul> <li> <a href="/2/1/">3rd - 1</a> </li> <li> <a href="/2/2/">3rd - 2</a> </li> <li class="lastitem"> <a href="/2/3/">3rd - 3</a> </li> </ul> </li> <li class="lastitem"> <a href="/3/">2nd - 3</a> <ul> <li> <a href="/3/1/">3rd - 1</a> </li> <li> <a href="/3/2/">3rd - 2</a> </li> <li class="lastitem"> <a href="/3/3/">3rd - 3</a> </li> </ul> </li> </ul> </li> </ul>
ul#linkList ul { margin-left:0; margin-bottom:1em; padding-top:0.3em; background:url("first-item.png") 20px 0px repeat-y; line-height:1; } ul#linkList li{ list-style: none; } ul#linkList ul li{ margin:0.3em 0 0.3em 0; padding-left:45px; background:url("all-item.png") 20px 0.7em no-repeat; } ul#linkList ul li.lastitem{ background:url("last-item.png") 20px 0.5em no-repeat; }



- Data
| 住所 | 東京都港区芝2-2-12 ローヤルマンション2F |
| 営業時間 | 11:30 - 15:00 , 17:00 - 23:00 |
| 定休日 | 日曜日 |
- Summary
$_GET, $_POST, $_COOKIE, $_FILES の内容を格納した連想配列
GET と POST を統一的に扱うことが可能.
- Reference
定義済の変数
http://php.s3.to/man/reserved.variables.html
RedirectMatch permanent /path/to/(.*)$ http://example.com/
- Summary
IIS狙いのアクセスを127.0.0.1へリダイレクト
<IfModule mod_rewrite.c> # http://www.microsoft.com ? # http://127.0.0.1/ ? RedirectMatch permanent (.*)\/_vti_bin\/(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)\/_mem_bin\/(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)\/c\/winnt\/(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)\/d\/winnt\/(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)\/default.ida(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)\/msadc\/(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)\/MSADC\/(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)\/scripts\/\.\.(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)\/x90\/(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)Admin.dll(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)cmd.exe(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)null.ida(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)NULL.IDA(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)root.exe(.*)$ http://127.0.0.1/$1 </IfModule>
- Summary
ReadViewEntriesコマンドがキモ.
このコマンドは、フォント、リストの区切り、日付フォーマット、HTML 設定、ビ
ューテンプレート、フレームレディレクションのような
表示上の属性をつけることなく、XML フォームのビューデータにアクセスするのに
使用します。
メモ このコマンドではユーザーがアクセスできる文書のみが返されます。
- Reference
https://www.ezsite.ne.jp/help/help65_designer.nsf/f4b82fbb75e942a6852566ac0037f284/85a41ca7fb65890149256dc900129ea8!OpenDocument
http://nmag.softbankpub.co.jp/home.nsf/again/4AD3C7695A356A4849256D71001DC8A8?OpenDocument
http://nmag.softbankpub.co.jp/home.nsf/bdd964ff6e9f32c649256bff003fb5dc/e2c2288583834d8949256c91000d0781?OpenDocument&Highlight=0,XML
http://nmag.softbankpub.co.jp/home.nsf/bdd964ff6e9f32c649256bff003fb5dc/9777fd2de0a27b3149256c910014b0cb?OpenDocument&Highlight=0,XML
http://nmag.softbankpub.co.jp/home.nsf/bdd964ff6e9f32c649256bff003fb5dc/cf3148ca3de1f6b049256c9100158fea?OpenDocument&Highlight=0,XML
function checkMail(){ var ret = true; var mail = document.form.mail.value; if (isEmpty(mail)){ alert('[メールアドレス] を記入してください'); document.form.mail.focus(); document.form.mail.select(); ret = false; } else if (!mail.match(/^([\w-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([\w-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/){ alert('正しい [メールアドレス] を記入してください'); document.form.mail.focus(); document.form.mail.select(); ret = false; } return ret; }
function checkMail(){ var mail = document.form.mail.value; var validMail = (mail.match(/^([\w-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([\w-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/)); var state = (mail != '' && validMail); var errorMessage = (mail == '') ? '[メールアドレス]を記入してください' : (!validMail) ? '正しい [メールアドレス] を記入してください' : '' ; if (!state){ alert(errorMessage); document.form.mail.focus(); document.form.mail.select(); } return state; }
- Reference
福豚・農場レストラン・ハム工房・体験教室・ミニ豚・赤城・とんとん広場のホームページへようこそ
http://www.fukubuta.co.jp/
- Summary
| 会社組織 | 英語表記 | 略称 |
| 株式会社 | Company Limited | Co.,Ltd. or Corp. or Inc. |
| 有限会社 | Company Limited | Co.,Ltd. or Corp. or Inc. |
| 合名会社 | General Partnership | Corp. |
| 合資会社 | Limited Partnership | Corp. |
| 英語表記 | 略称 |
| Division | Div. |
| Department | Dept. |
| Section |
- Data
| 住所 | 東京都豊島区東池袋1-20-6 |
| 営業時間 | 17:00 - 29:00 |
| 定休日 | 無休 |
| 電話 | 03-5956-5612 |
| 最寄駅 | 池袋 |
- Summary
味玉とメンマが20円以上のカンパで食べられる.
火吹ラーメンは本当に辛かった!
- Data
| 住所 | 東京都板橋区常盤台1-60-2 林ビル1F |
| 電話 | 03-3558-2827 |
| 営業時間 | |
| 定休日 | 無休 |
| 最寄駅 | 中板橋 |
- Summary


- Reference
本: JavaScript
本: JavaScript & DHTMLクックブック—Webエキスパート必携テクニック集
- Summary
rrencode は JARH (Just Another Ruby Hacker)を支援するソフトウェア
- Reference
rrencode
http://mono.kmc.gr.jp/~oxy/?rrencode
- via
www.textfile.org - 2005-09-02
http://www.hyuki.com/t/200509.html#i20050902174958
- Summary
ppencode は JAPH (Just Another Perl Hacker)を支援するソフトウェア
- Reference
ppencode - JavaScript demo
http://namazu.org/~takesako/ppencode/demo.html
- via
www.textfile.org - 2005-09-02
http://www.hyuki.com/t/200509.html#i20050902174958
- Summary
サイト間の人の流れをGraphviz[2003-12-01-3]を用いて視覚化
- サイト内のソースに追加すべき記述
<a href="http://flowmap.jp/"> <script type="text/JavaScript"> document.write('<img src="http://www.flowmap.jp/fmap.cgi?n=mnghoqru&i=fmap01&r='+escape(document.referrer)+'&t='+escape(document.title)+'&u='+escape(document.URL)+'" alt="flowmap.jp" />'); </script> </a>
var str = ''; str += '<img src="http://www.flowmap.jp/fmap.cgi?n=mnghoqru&i=fmap01&r='; str += escape(document.referrer); str += '&t='+escape(document.title); str += '&u='+escape(document.URL)+'" border="0" alt="flowmap.jp" />'); document.write(str);