Tag Archive for 'javascript'

WebStorage API 簡介

詳細的規格可以參考 W3C 上的規格文件。而且不用懷疑,這個 IE8 有支援!

Continue reading ‘WebStorage API 簡介’

jQuery 1.4 問世

效能更佳、體積更小、功能更強的 jQuery!

Continue reading ‘jQuery 1.4 問世’

認識 Google Friend Connect:使用篇

過去有 OpenID,現在再加上 Facebook Connect 以及 Google Friend Connect,使用者以後還需要「註冊」帳號嗎?

Continue reading ‘認識 Google Friend Connect:使用篇’

Google 丟出 Closure Tools

Google 為了提升 JavaScript-based 的應用程式效能投注了不少心力啊..

Continue reading ‘Google 丟出 Closure Tools’

JavaScript 跟你想得不一樣(二)

與其說跟你想得不一樣,還不如說是容易造成誤解吧。
Continue reading ‘JavaScript 跟你想得不一樣(二)’

JavaScript 跟你想得不一樣(一)

寫 JavaScript 的你,會不會常常踩到這些地雷呢?

Continue reading ‘JavaScript 跟你想得不一樣(一)’

JavaScript 中的 document.createDocumentFragment

其實只是一些基本的東西,只是容易被忘記。

Continue reading ‘JavaScript 中的 document.createDocumentFragment’

Google Maps API v3

雖然新的 API 的支援還不是很完整,但很明顯整個 API 的架構變優了 :D
Continue reading ‘Google Maps API v3′

千呼萬喚始出來的 jQuery 1.3 Beta 1

這 1.2.6 之後好像整個 project 就冬眠了一樣 XD

Continue reading ‘千呼萬喚始出來的 jQuery 1.3 Beta 1′

[廣告] 「Google APIs 程式工具錦集」試讀

幫我的同事廣告的啦 :P

Continue reading ‘[廣告] 「Google APIs 程式工具錦集」試讀’

Google CDN 也開始 host YUI 了

以後前端工程都叫 Google 來作好了 XD

Continue reading ‘Google CDN 也開始 host YUI 了’

jQuery 取得 HTMLElement attribute 的小問題

原來 jQuery 會快果然是偷吃了很多步呀 :P

Continue reading ‘jQuery 取得 HTMLElement attribute 的小問題’

[JS] 用 jQuery 作 Live Search

記錄一下自己的實作方式。

Continue reading ‘[JS] 用 jQuery 作 Live Search’

Sizzle: 飛快的 DOM 選擇器

作者是 jQuery 的爸爸 John Resig

Continue reading ‘Sizzle: 飛快的 DOM 選擇器’

JavaScript 的 prototype(上)

這篇文章會整理我目前研究 JavaScript 的 prototype 心得。

Continue reading ‘JavaScript 的 prototype(上)’