2007-01-01から1年間の記事一覧

プラグイン

リポジトリの取得 ruby script/plugin discoverすべて Y を選択 一覧参照 ruby script/plugin list プラグインインストール ruby script/plugin install engines ruby script/plugin install login_engine

Aptana RadRails のインストールメモ

Aptana RadRails をインストールし、DBから一覧を表示するページを作成 IDEのインストール 以下より Aptana + RadRails をダウンロード http://aptana.com/download_rails_rdt.php プラグインのインストール インストール後起動し、 [ヘルプ]-[ソフトウェア…

関数の追加と関数の借用

// 新しい木クラスを作成します function Tree(name, leaf, bark) { this.name = name; this.leaf = leaf; this.bark = bark; } // 関数を追加します Tree.prototype.describe = function() { return this.name + ": leaf=" + this.leaf +", bark=" + this.b…

ruby rails のインストール

yum install ruby* yum install rdoc yum install irb yum install rubygems gem install rails --include-dependencieshello プロジェクト作成 rails hellohello サーバの起動 ruby script/server起動確認 http://127.0.0.1:3000/

HTML の overflow で表示しているテーブルの指定した行へスクロールさせる

こんな感じでいいのかな…… firefox 2.0.0.3 と IE6.0 だけ動作確認 <html> <head> <script language="JavaScript" type="text/javascript"> function onSelectionChanged(selection) { target = document.getElementById(selection.value); if (target == null) { return ; } scrollArea = document.getElementById("scrollArea</head></html>…

xdocdiff -TortoiseSVNでWord, Excel, PowerPoint, pdfのdiffを見れるようにするツール

dev

http://freemind.s57.xrea.com/xdocdiff/xdoc2txt 1.24を同梱 した xdocdiff114.exe をダウンロードしてインストール [TortoiseSVN Settiongs] - [Diff Viewer] - [Advanced...]を表示し、 以下の2つを追加Extension:.xls External Program:D:\tools\xdocdi…

OpenIDが熱狂的に受け入れられる理由

dev

http://www.atmarkit.co.jp/news/analysis/200704/23/openid.html

Dreamweaver8 から SVN を使用する

dev

インストール とりあえずデモを試してみる。製品版は 59USD GraFX Software Solutions http://www.grafxsoftware.com SVN for Dreamweaver http://www.grafxsoftware.com/product.php/SVN_for_Dreamweaver/135/インストール後実際に使用すると svn: This cli…

Dreamweaverのライセンス

メインマシン、サブマシンとで2台にインストールできる http://www.adobe.com/jp/products/activation/version1/#itemA-12 現行のマクロメディアのEULAでは、ソフトウェアを1台のコンピュータにインストールして使用することが通常認められています。 しか…

和暦と西暦を簡単に変換する方法

http://www.popxpop.com/archives/2007/03/mindomo.html

Google Code Search 公開ソースコードを検索

dev

http://www.google.com/codesearch@IT http://www.atmarkit.co.jp/fjava/column/andoh/andoh33.html

firefox拡張メモ

dev

Adblock Plus(https://addons.mozilla.org/firefox/1865/) Firebug(http://www.getfirebug.com/) Web Developer(http://chrispederick.com/work/webdeveloper/) Google ノートブック(http://www.google.com/notebook/download/ff) Internote(http://internot…

RFM分析

R(recency:最新購買日) いつ買ったか、最近購入しているか F(frequency:累計購買回数) どのくらいの頻度で買っているか M(monetary:累計購買金額) いくら使っているか http://www.atmarkit.co.jp/aig/04biz/rfm.html

[dev]ddclientのインストール su cd /usr/src/redhat/SOURCES wget http://downloads.sourceforge.net/ddclient/ddclient-3.7.0.tar.gz?modtime=1150316150&big_mirror=0 tar zxvf ddclient-3.7.0.tar.gz cd ddclient-3.7.0 ls cp -f ddclient /usr/sbin mkd…

MySQLがサポートするキャラセット情報を表示する

Version5.0.27 show collation; mysql> show collation like '%932%'; +-------------------+---------+----+---------++---------+ | Collation | Charset | Id | Default | Compiled | +-------------------+---------+----+---------+----------+ | cp932…

DBDesigner4 フリーのER図モデリングツール

本家サイト http://www.fabforce.net/dbdesigner4/ 日本語化サイト http://dbdesigner.iimp.jp/ 紹介ブログ http://forza.cocolog-nifty.com/blog/2004/10/er_dbdesigner.html 日本語マニュアル http://www.aglabo.com/agl/proevo/software/fabforce/ ユーザ…

MySql で ビューを作成

5.0.1からビューが使える用になっていたhttp://dev.mysql.com/doc/refman/5.0/en/views.html http://lists.mysql.com/mysql-ja/172CREATE VIEW ビュー名 AS 検索式 CREATE VIEW TEST_VIEW AS SELECT id FROM TABLE1 UNION ALL SELECT id FROM TABLE2; SELECT…

[other]Google Trend http://www.google.com/trends