2008年7月6日 星期日
openajax
OpenAJAX - The OpenAjax Alliance is an organization of vendors, open-source initiatives and Web developers dedicated to the successful adoption of open and interoperable Ajax-based Web technologies. The alliance's prime objective is to accelerate customer success with Ajax by improving the customer's ability to mix and match solutions from Ajax technology providers and helping to drive the future of the Ajax ecosystem.
2008年7月5日 星期六
dojo related
Ajax for Java developers: Write scalable Comet applications with Jetty and Direct Web Remoting - provide a sample to show GPS data on google map.
IBM: Technical library view about Ajax Java developers:
WebSphere Application Server: Introducing WebSphere Application Server Version 6.1 Feature Packs
IBM pushes Dojo open source Ajax toolkit
SWiK - IBM +AJAX
Roland Barcia:改善 Dojo 應用程序的初始下載時間
提高基於 Dojo 的 Web 2.0 應用程序的性能
IBM: web development for dojo
Develop HTML widgets with Dojo
Tech Titans Contribute Browser-Boosting Ajax Technologies to Open Source Community "Open Ajax" Initiative Members to Drive Collaborative Innovation to Make the Web Easier to Use
Build enterprise SOA Ajax clients with the Dojo toolkit and JSON-RPC
IBM Mashup Starter Kit
IBM: Technical library view about Ajax Java developers:
WebSphere Application Server: Introducing WebSphere Application Server Version 6.1 Feature Packs
IBM pushes Dojo open source Ajax toolkit
SWiK - IBM +AJAX
Roland Barcia:改善 Dojo 應用程序的初始下載時間
提高基於 Dojo 的 Web 2.0 應用程序的性能
IBM: web development for dojo
Develop HTML widgets with Dojo
Tech Titans Contribute Browser-Boosting Ajax Technologies to Open Source Community "Open Ajax" Initiative Members to Drive Collaborative Innovation to Make the Web Easier to Use
Build enterprise SOA Ajax clients with the Dojo toolkit and JSON-RPC
IBM Mashup Starter Kit
2007年9月28日 星期五
add ajax.js and table.js
move codes for ajax from bcm.js to ajax.js.
modify modal.js to behave correctly in IE6.
add table.js to provide scrolling table.
note:
H.M. suggests to add summary rows for sub-total/total. It is a good idea.
modify modal.js to behave correctly in IE6.
add table.js to provide scrolling table.
note:
H.M. suggests to add summary rows for sub-total/total. It is a good idea.
2007年3月8日 星期四
閱讀 javascript 相關資料
今天試了一些東西得記下來
1. window.onbeforeunload event handler.
例:
window.onbeoreunload = function() { if (modified) return "something need to save"; };
如果 modified 為真, 則在準備離開當前頁面時 (含關閉視窗 或 分頁), browser 會提示 一些制式訊息, 及 onbeforeunload 所傳回的字串.
果選擇確認, 就會離開或關閉. 選擇取消 則會停留在原頁面.
2. 閱讀完 JavaScript 的 Operator, JavaScript Functions.
例如: === 是表示 型態 和 值 都要相等., !== 表示 型態 或 值 不等.
Function, Function.prototype, arguments, arguments.callee, arguments.caller 等.
3. 閱讀了 prototype 中的 base.js. 理解一些應注意事項.
1. window.onbeforeunload event handler.
例:
window.onbeoreunload = function() { if (modified) return "something need to save"; };
如果 modified 為真, 則在準備離開當前頁面時 (含關閉視窗 或 分頁), browser 會提示 一些制式訊息, 及 onbeforeunload 所傳回的字串.
果選擇確認, 就會離開或關閉. 選擇取消 則會停留在原頁面.
2. 閱讀完 JavaScript 的 Operator, JavaScript Functions.
例如: === 是表示 型態 和 值 都要相等., !== 表示 型態 或 值 不等.
Function, Function.prototype, arguments, arguments.callee, arguments.caller 等.
3. 閱讀了 prototype 中的 base.js. 理解一些應注意事項.
訂閱:
文章 (Atom)