Cloud Nine

Avatar

This blog is my everything!!

Jul
26
meadow(Emacs)で基本的な文字置換
Jul 26, 2008 0

Emacsで文字置換

M-x replace-string 置換の対象の文字 RET 置換したい文字 RET

‘置換の対象の文字’をすべて’置換したい文字’へ変更できます。

M-x query-replace 置換の対象の文字 RET 置換したい文字 RET

ユーザーが指定したもののみ ‘置換の対象の文字’をすべて’置換したい文字’へ変更できます。
SPACEで置換、nでパスできます。

Jul
23
meadow(Emacs)のCSS css-mode.elのメモ
Jul 23, 2008 0

css-mode.el

Ctl+C + Ctl+U = url()を挿入
Ctl+C + Ctl+C = /* */を挿入
M+tab キーで CSS の属性を入力補完してくれる。

Jul
10
IE6をCSSで中央配置にする際のメモ
Jul 10, 2008 0

IE6をCSSで中央配置する際に、よく忘れるのでメモしておきます。

IE6には過去のIEの互換性のため、DOCTYPEの有無により、標準準拠モードと互換モードを切り替えるようです
(DOCTYPEスイッチだって)
で、互換モードだとtext-align:centerとか指定しないと中央配置されない。
HTML 4.01の標準モードだと、互換モードになるので、ちゃんと、htmlの一番上に宣言を明確に書くといいらしい。

参考として、

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

メモ
IE5(Win), IE5.5(Win), IE5.2(Mac)、ネスケ4もmargin:autoが未サポートだって。

Jul
08
画面遷移についてのメモ
Jul 8, 2008 0

プログラムを外注や、他人にお願いする際ですが、画面遷移を作るように心がけています。
その際によく忘れることがあるので、メモしておきます。

input typeのbuttonの設定です。

<input type="button" value=" 確認画面へいく " onClick="location.href='次の画面のURL'">

上記の設定で、ボタンにリンクを指定することができます。

Jul
05
htmlspecialcharsの逆の処理
Jul 5, 2008 0

$html = "<img src='/media/20080705.gif' />";
$html1 = htmlspecialchars($html);
$html2 =htmlspecialchars_decode($html1);
echo $html1;
表示結果:<img src='/media/20080705.gif' />
echo $html2;

Jul
03
I will go to OPEN SOURCE CONFERENCE 2008 Kansai
Jul 3, 2008 0

I will go to OPEN SOURCE CONFERENCE 2008 Kansai.
I will attend these classes.

First day:2008/07/18

10:15-11:00 Linux+Xenによるサーバ仮想化構築事例のご紹介
11:15-12:00 マイクロソフトのサーバーの仮想化、そして統合管理
13:00-13:45 オープンソースでシステム監視!統合監視ソフトウェア ZABBIX
14:00-14:45 業務システムへのOSS導入事例紹介と、OSSの企業情報ポータルLiferayのご紹介 Maybe…
15:15-16:00 [すぐに役立つMySQL Tipsシリーズ] MySQLで大量データを投入するには?
16:15-17:00 Linux crash dump 読み方入門

Second day:2008/07/19

10:15-11:00 Shibuya.js in Kyoto(2コマ連続)
11:15-12:00 いまさら聞けない! Samba によるファイルサーバ 構築入門
13:00-13:45 Linkstation / 玄箱をハックしよう
14:00-14:45 Ubuntu 45 分間クッキング Maybe…
15:15-16:00 2008年7月度 LILO Monthly Seminar

Jul
02
My firefox add-on.
Jul 2, 2008 1

This is my firefox Add-on.

UPDATE 2008/10/01

Firefox

British English Dictionary British English Dictionary 2008/10/01 追加
It is so useful for writing by English.
ColorZilla 2.0 ColorZilla 2.0
If you make web site and web system,you should use it.
It is so useful.
Firebug Firebug
If you make web site and web system,you should use it.
It is so useful.
 FireDictionary
Its dictonary. I use English to Japan.
FireGestures
タブブラウザといえばマウスジェスチャーがなければ始まらない。むしろ必須と言えよね。
faviconize faviconize
タブをたくさん開くのでこれで整理したりします。
ぼくの設定

http://delicious.com/AyumiMizoshiri
http://fastladder.com/reader/
http://www.rememberthemilk.com/home/ayumi/#section.overview
http://mail.google.com/
http://blog.mizoshiri.com/
https://www.google.com/analytics/
http://www.facebook.com/
Gmail Manager Gmail Manager
It can manage to use Gmail.
Greasemonkey Greasemonkey
Allows you to customize the way a webpage displays using small bits of JavaScript.
IE Tab IE Tab
ブラウザの検証の際は重宝しています。
LDR Counter LDR Counter
自分のblogの・・・・
LinkChecker LinkChecker
Check the validity of links on any webpage.
Make link
こちらのページに詳しく載っています。
PDF Download PDF Download
これでPDFは怖くない
SBMカウンタ SBMカウンタ
なんだかんだで気になるだな・・・これがブックマークのカウンターです
Screengrab! Screengrab!
毎日トラフィックのログを残すのに使用しています。
Speed Dial< Speed Dial
もともとOpera使っていたので、この機能は入れておきました。
TeitterFox TeitterFox
たまに使っています。
ViewSourceWith ViewSourceWith
ソースの閲覧は秀丸でやっています。.
WebDeveloper WebDeveloper
開発する際に利用しています。
Yslow Yslow
bページパフォーマンス計測ツール

Jul
02
Linuxで大量なファイルを削除したい場合の注意点
Jul 2, 2008 0

ディレクトリを残したままで、中のファイルを消した場合に気をつけること。
中のファイルが大量だと下記のコマンドではエラーを起こす

rm -f *.log

/bin/rm: 引数リストが長すぎます

大量なファイルを削除したい場合は、下記のコマンドで消せます。

echo ./*.log | xargs rm

Jul
01
I bought new degital camera.
Jul 1, 2008 1

I bought new degital camera yestarday.
It was so cheep! I want to teach you how to get buying a camera by sale price.
I bought Richo R8 in Yodobashi.
Yodobashi camera starts sall season now, R8 was 18%off and sale price is 5%off and mycreditcard can get 1%off.
The first price was 35,000 yen. I could get 26,600 yen. And then I asked the staff to reduce the price.
I got SD card that it is 4GB 1,000yen price off!!
Richo R8

,

Advertisings

Search Keyword

Calendar

2008年 July
« Jun   Aug »
 123456
78910111213
14151617181920
21222324252627
28293031  

Status

フィードメーター - Cloud  Nine あわせて読みたいブログパーツ