meadow(Emacs)で基本的な文字置換

Jul 26, 2008
AD:

Emacsで文字置換

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

問い合わせ型置換

or

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

Twitter: 0 | Facebook: 0 | Google Plus: 0 | Hatena: 2 | Pocket: 1 | Total: 3 | Feedly: 0

meadow(Emacs)のCSS css-mode.elのメモ

Jul 23, 2008
AD:

css-mode.el

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

Twitter: 0 | Facebook: 0 | Google Plus: 0 | Hatena: 2 | Pocket: 0 | Total: 2 | Feedly: 0

IE6をCSSで中央配置にする際のメモ

Jul 10, 2008
AD:

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

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

参考として、

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

Twitter: 0 | Facebook: 0 | Google Plus: 0 | Hatena: 0 | Pocket: 0 | Total: 0 | Feedly: 0

画面遷移についてのメモ

Jul 8, 2008
AD:

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

input typeのbuttonの設定です。

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

Twitter: 0 | Facebook: 0 | Google Plus: 0 | Hatena: 0 | Pocket: 0 | Total: 0 | Feedly: 0

htmlspecialcharsの逆の処理

Jul 5, 2008
AD:

Twitter: 0 | Facebook: 0 | Google Plus: 0 | Hatena: 0 | Pocket: 0 | Total: 0 | Feedly: 0

I will go to OPEN SOURCE CONFERENCE 2008 Kansai

Jul 3, 2008
AD:

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

Twitter: 0 | Facebook: 0 | Google Plus: 0 | Hatena: 0 | Pocket: 0 | Total: 0 | Feedly: 0

My firefox add-on.

Jul 2, 2008
AD:

This is my firefox Add-on.

UPDATE 2008/12/20

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
タブをたくさん開くのでこれで整理したりします。
ぼくの設定
flagfox Flagfox
サーバの置いてる国がわかります。
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.
Live HTTP HeadersLive HTTP Headers
View HTTP headers of a page and while browsing.
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ページパフォーマンス計測ツール

Twitter: 0 | Facebook: 0 | Google Plus: 0 | Hatena: 0 | Pocket: 0 | Total: 0 | Feedly: 0

Linuxで大量なファイルを削除したい場合の注意点

Jul 2, 2008
AD:

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

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

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

Twitter: 0 | Facebook: 0 | Google Plus: 0 | Hatena: 4 | Pocket: 1 | Total: 5 | Feedly: 0

I bought new degital camera.

Jul 1, 2008
AD:

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

Twitter: 0 | Facebook: 0 | Google Plus: 0 | Hatena: 0 | Pocket: 0 | Total: 0 | Feedly: 0

Search Keyword

Meta

face Ayumi Mizoshiri
WEB developer

FacebookPage

Popular Posts

Sorry. No data so far.

ARCHIVES