- 2008 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2007 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2006 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2005 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2004 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2003 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2002 : 01 02 03 04 05 06 07 08 09 10 11 12
2005-09-30 Fri
Domino URL 虎の巻
- Reference
IBM - Iris Today Archives - Domino URL 虎の巻
http://www-6.ibm.com/jp/software/lotus/developer/iris_today/20010301_1.html
Windows Media Encoderでバッチ処理
- 手順
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/
2005-09-29 Thu
ホストによるアクセス制限 + Basic認証
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
- Reference
ore.dyndns.org - Limitは使うな
http://ore.dyndns.org/web/limit.html
ore.dyndns.org - ドキュメントを読まない輩 - Limitの危険
http://ore.dyndns.org/web/RTFM.html#limit
ore.dyndns.org - 太古の<Limit>
http://ore.dyndns.org/web/limit-ncsa.html
Anyterm
- Summary
ブラウザ上で動作するターミナルエミュレータ.
JavaScript + XMLHTTPで動作する.
Apacheのモジュールが必要.
- Reference
http://anyterm.org/
- via
http://oss.moongift.jp/intro/i-728.html
2005-09-28 Wed
Copy URL +
- 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
JavaScript Validate
- 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 |
| 最寄駅 | 浜松町 / 大門 / 芝公園 / 御成門 |
- Reference
livedoor グルメ - 正泰苑
http://tokyo.gourmet.livedoor.com/restaurant/info/11375.html
2005-09-27 Tue
Google Sitemaps の Verify
- Summary
1. Google Sitemaps で指定されたファイル名 (GOOGLExxxxxxxxxxxxxxxx.html) で空のファイルを作成
2. 指定されたURIに配置.
3. Google Sitemaps で verify を行う.
4. stats を見ることが可能.
XUL/Migemo
- Reference
XUL/Migemoプロジェクト
http://tkm.s31.xrea.com/xul/xulmigemo.shtml
XUL/Migemo [Forked Edition]
http://piro.sakura.ne.jp/xul/_xulmigemo.html
2005-09-26 Mon
Firefox Extentions
- 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/
Text::ASCIITable - 人間フレンドリーな表組み出力
- 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
XOOPS検索モジュールを利用する
- 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
The BNF Web Club Language SQL, ADA, JAVA, MODULA2, PL/SQL, ...
backuper.pl
- 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`;
ブラウザー判別用クラスライブラリ
- 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
2005-09-24 Sat
IMEのショートカットキーを見直してみる
- 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
スタイルシートによる崩れない 2カラム 3カラム・レイアウト
- Reference
スタイルシートによる崩れない 2カラム 3カラム・レイアウト
http://desperadoes.biz/style/dan/
- via
cl.pocari.org - 2005-09-20
http://cl.pocari.org/2005-09-20-6.html
Understanding MVC in PHP
- 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
2005-09-22 Thu
ajaxdb
- Reference
http://ajaxdb.jp/
- via
http://oss.moongift.jp/intro/i-721.html
Firefox で Link Navigation
- Summary
<link rel="next" href="" />を利用したナビゲーションを行うためには
Link Toolbar が必要.
- Reference
mozdev.org - linkToolbar
http://cdn.mozdev.org/linkToolbar/
- via
http://sonic64.com/2004-08-24.html
Infoaxia Web アクセシビリティ・ツールボックス
- 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
Firefox の設定ファイル編集
about:config
で設定可能.
http://www.mozilla-japan.org/support/firefox/edit
pref.js で文字化け
- 状況
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
Web制作の相場
- 前提
| ページ数 | 100ページ |
| 画像 | 200点 |
| Flash | 1点 |
- 基本デザイン料
323459円 / 一式
- コンサルティング料
206711円 / 一式
- 企画・構成料
203993円 / 一式
- 原稿制作料
11420円 / 1ページ
- HTML制作料
14288円 / 1ページ
- グラフィック制作料
9581円 / 1点
- Flashアニメーション制作料
64016円
- 地方別受注額平均
| 北海道 | 3770467円 |
| 東北地方 | 2736697円 |
| 関東地方 | 5092486円 |
| 中部地方 | 4679693円 |
| 近畿地方 | 4832121円 |
| 中国地方 | 3423333円 |
| 四国地方 | 4001667円 |
| 九州地方 | 4106486円 |
- via
Web Designing 2005年10月号
Firefox カスタマイズ
Firefox カスタマイズ
- 検索バーから検索した結果を新しいタブで開くには
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
amaztype
http://amaztype.tha.jp/
- via
Web Designing 2005年10月号
グラデーションメッシュ同好会
- Summary
グラデーションメッシュを使ってトレースした作品を紹介.
- Reference
グラデーションメッシュ同好会
http://mesh.fo.gs/list.html
2005-09-21 Wed
音声ブラウザでの display:none;
住所の英語表記
- 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 |
0-0-#101, Sakae-cho 100-chome, Itabashi-ku, Tokyo, 000-0000, Japan
- Reference
http://www.kaderu.com/oyaku.htm
http://www.geocities.com/allfreelotto/h_address.html
HTML Validator - 閲覧中Webページの文法をチェックするプラグイン
- 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
Bookmarklet のアイコンを変更
.bookmark-item[statustext^="javascript:"] { list-style-image: url("bookmarklet.png") !important; }
- Reference
http://hail2u.net/blog/software/firefox-usechrome-css-tricks-10.html
![Apple iPod nano 4GB white [MA005J/A]](http://image.rakuten.co.jp/wshop/data/ws-mall-img/plusyu/img128/img10151617260.jpeg)
![Apple iPod nano 4GB black [MA107J/A]](http://image.rakuten.co.jp/wshop/data/ws-mall-img/plusyu/img128/img10151617275.jpeg)
![iPod nano Dock [MA072G/A]](http://image.rakuten.co.jp/wshop/data/ws-mall-img/plusyu/img128/img10151625383.jpeg)
![iPod nano Tube [MA241G/A]](http://image.rakuten.co.jp/wshop/data/ws-mall-img/plusyu/img128/img10151625421.jpeg)