Feb 25, 2006
JavaScript メモ
JavaScript 関連のドキュメントを集めてみた。 JavaScript は今まで単なる手続き型言語としてしか利用していなかったので、基本から勉強し直そうと思う。
JavaScript Guide
Netscape 社による JavaScript 関連ドキュメント。 Netscape 社のサイトには既に存在しないので、別ドメインのものを参照するしかない模様。
- Core JavaScript Guide
- http://synchro.net/docs/js/guide/index.html
- Regular Expressions
- http://synchro.net/docs/js/guide/regexp.html#1010922
- Predefined Functions
- http://synchro.net/docs/js/guide/fcns.html#1008357
- Predefined Core Objects
- http://synchro.net/docs/js/guide/obj.html#1010352
- Core JavaScript Reference
- http://synchro.net/docs/js/ref/index.html
- Chapter 1 Objects, Methods, and Properties
- http://synchro.net/docs/js/ref/objintro.html#1061890
- Chapter 2 Top-Level Properties and Functions
- http://synchro.net/docs/js/ref/toplev.html#1061890
- Appendix A Reserved Words
- http://synchro.net/docs/js/ref/keywords.html#1004016
JavaScript 入門
JavaScript によるオブジェクト指向開発の入門。 ↑のガイドやリファレンスへの取っ掛かりとして有益。 石井勝さんのドキュメントがあって、ちょっとしんみりした。
- PART 3 JavaScript言語仕様
- http://www.fureai.or.jp/~tato/JS/BOOK/BOOKSAMPL/PART3/PART3.HTM
- オブジェクト指向プログラム言語としての JavaScript
- http://www.tokumaru.org/JavaScript/
- オブジェクトなJSの基礎講座
- http://www.parkcity.ne.jp/~chaichan/src/2ndthema.htm
- Objective JavaScript
- http://web.paulownia.jp/script/
- JavaScriptによるオブジェクト指向プログラミング
- http://www.morijp.com/masarl/homepage3.nifty.com/masarl/article/js-oop.html
Eclipse による JavaScript 開発環境
Eclipse は標準では JavaScript 用のエディタを搭載していない。 普通のテキストエディタでは物悲しいので、別途プラグインをインストールする必要がある。 JavaScript Editor PlugIn for Eclipse は既に開発が終了してしまっているみたいなので、現時点(2006/02/25)では WST を選択するのがベストだろうか。
- JavaScript Editor PlugIn for Eclipse
- http://sourceforge.net/projects/jseditor
- Eclipse Web Tools Platform (WTP) Project
- http://www.eclipse.org/webtools/index.html
- wst - the web standard tools subproject
- http://www.eclipse.org/webtools/wst/main.html
TrackBack ping me at
http://www.in-vitro.jp/blog/index.cgi/Misc/20060225_01.trackback
writeback message: Ready to post a comment.
