Archives

You are currently viewing archive for June 2006
Category: Web dev
Posted by: hajime osako

06/29: Mini AJAX

Category: Web dev
Posted by: hajime osako
Mini AJAX [javascript] [ajax] [mini]
AJAXを勉強するのにいいのではないでしょうか。
Category: Linux tips
Posted by: hajime osako
Category: Web dev
Posted by: hajime osako
Prototype JavaScript Framework: Class-style OO, Ajax, and more
いまさらですが、AJAXのフレームワークといえば。
Category: Web dev
Posted by: hajime osako
Category: Z. links
Posted by: hajime osako
Download the X1 Enterprise Client
Lotus Notesデータベースを検索対象に含めることができます。簡単に試したところ、ローカルのメールデータベースはOKでしたが、リモートにある共有データベースはだめでした。
Category: Web dev
Posted by: hajime osako
Cry How To - Export to CSV
bcp [database_name.[owner].]table_name out csv-file [/Uusername] [/Ppassword] [/Sserver_name] /c /t,

例:
bcp mydb.dbo.sales out sales.csv /Uxxxx /Pxxxx /Sxxxx /c /t,
bcp "select * from table" queryout c:/sales.csv /c /t","
Category: Web dev
Posted by: hajime osako
Category: Web dev
Posted by: hajime osako
Welcome to IEEE Xplore 2.0: IEEE Std 830-1998
IEEEが提案するソフトウェア設計書の雛形です。(有料、93ドル!)
日本語での概略は:
要求仕様(要求工学:第3回)
Category: Web dev
Posted by: hajime osako
MSSQL:
    Excelと違う点は、
    Linked server: SQLサーバ名 or IPアドレス
    Server type: SQL Server
MySQL:
    Linked server: 好きな名前
    Provider Name: Microsoft OLE DB Provider for ODBC Drivers
    Product Name: MSDASQL
    Data Source: Valid OpenLink DSN Name
Linked Servers on MS SQL Part 2
Category: Web dev
Posted by: hajime osako
Category: MS tips
Posted by: hajime osako
EXCEL生産性向上委員会 ちょっと便利テクニック17
=COUNTIF($F$2:$F$100,"="&$F2)>1

Validationでリスト表示を制限するには、
=OFFSET(DIST,0,0,COUNTA(DIST)+1,1)

カレンダーを作り、今日の日付をチェックするには、
=TODAY()=A$1
週末をチェックするには、
=WEEKDAY(A$1)=1
=WEEKDAY(A$1)=7
Category: Z. links
Posted by: hajime osako
INKSCAPE . Draw Freely
Adobe Illustratorのような無料ソフト
Category: Web dev
Posted by: hajime osako
基礎から学ぶソフトウエア・テスト(2):ITpro
Code review
Unit test
Integration test
System test
User acceptance test
Category: Web dev
Posted by: hajime osako
Category: Z. links
Posted by: hajime osako
Pocket PC. Downloads - Terminal Services Client
日本語のPPCだとはいっていない場合があるので

PCからPocket PCを操作する
Category: MS tips
Posted by: hajime osako
ポート番号を変更する
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp
エントリ名:PortNumber


リモートデスクトップのログを取る
Remote Desktop Tips for the SOHO User
"An Audit Policy may be configured using the Group Policy editor to track logon success and failures. From the Start | Run command window type gpedit.msc. Navigate to Local Computer Policy | Computer Configuration | Windows Settings | Security Settings | Local Policies | Audit Policy | Audit logon events. Highlight and right-click and select properties. Configure as desired."

Category: Z. links
Posted by: hajime osako