Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
hsinchu.js
Conversations
About
hsinchu.js
Contact owners and managers
1–28 of 28
Mark all as read
Report group
0 selected
gugod
2
4/15/09
social meetup with Paul Bakaus
On Apr 15, 5:59 pm, gugod <gugod...@gmail.com> wrote: > Hi, javascript hackers > > 在
unread,
social meetup with Paul Bakaus
On Apr 15, 5:59 pm, gugod <gugod...@gmail.com> wrote: > Hi, javascript hackers > > 在
4/15/09
gugod
11/16/08
取得物件所有屬性
以下 keys 函式可以用來取得物件所有的屬性(property)名稱: function keys(o) { var r = []; for(var a in o) { r.push(a); }
unread,
取得物件所有屬性
以下 keys 函式可以用來取得物件所有的屬性(property)名稱: function keys(o) { var r = []; for(var a in o) { r.push(a); }
11/16/08
gugod
3/26/08
jFormino 0.21 released
With the respect to the official jQuery Form plugin, we are now officially renamed to jFormino.
unread,
jFormino 0.21 released
With the respect to the official jQuery Form plugin, we are now officially renamed to jFormino.
3/26/08
gugod
2
3/21/08
ANNOUNCE: jQuery Form 0.20 is released just now
Due to a name conflict this work is now officially renamed to "jFormino", and has a new
unread,
ANNOUNCE: jQuery Form 0.20 is released just now
Due to a name conflict this work is now officially renamed to "jFormino", and has a new
3/21/08
gugod
,
banan...@gmail.com
2
12/31/07
在 Safari 上的 window.onbeforeunload
除 Opera 外, 我測試過 return 已經可以 On 12月21日, 下午3時25分, gugod <gugod...@gmail.com> wrote: >
unread,
在 Safari 上的 window.onbeforeunload
除 Opera 外, 我測試過 return 已經可以 On 12月21日, 下午3時25分, gugod <gugod...@gmail.com> wrote: >
12/31/07
gugod
11/5/07
使用 Ajax 之後,如何照顧「前進/後退」鈕
如果你剛開始寫東西的話,可以直接用 jQuery 的 plugin: * http://www.mikage.to/jquery/jquery_history.html * http://
unread,
使用 Ajax 之後,如何照顧「前進/後退」鈕
如果你剛開始寫東西的話,可以直接用 jQuery 的 plugin: * http://www.mikage.to/jquery/jquery_history.html * http://
11/5/07
gugod
7/22/07
Javascript 中的保留字
偶爾有些時候會把 "class"﹑"default" 這些常用的字拿來做為雜湊的鍵,但其實這兩個字是 Javascript 之中的保留字。因此有些特別。比如說:
unread,
Javascript 中的保留字
偶爾有些時候會把 "class"﹑"default" 這些常用的字拿來做為雜湊的鍵,但其實這兩個字是 Javascript 之中的保留字。因此有些特別。比如說:
7/22/07
gugod
2
6/9/07
Widget.Lightbox.LargeType
Nah... no HTML here. The screenshot is at here: http://www.flickr.com/photos/gugod/537066685/
unread,
Widget.Lightbox.LargeType
Nah... no HTML here. The screenshot is at here: http://www.flickr.com/photos/gugod/537066685/
6/9/07
gugod
2
6/8/07
Function.intervalize released.
JSAN 方面的 index 更新實在不令人放心。因此先釋出於: http://dl.handlino.com/Function-intervalize-0.01.tar.gz 讓大家可以抓回去看看。
unread,
Function.intervalize released.
JSAN 方面的 index 更新實在不令人放心。因此先釋出於: http://dl.handlino.com/Function-intervalize-0.01.tar.gz 讓大家可以抓回去看看。
6/8/07
gugod
3/17/07
Widget.Lightbox 0.09 hits JSAN.
Widget.Lightbox 0.09 released. Widget.Lightbox is an objective re-implementation of Lightbox JS (http
unread,
Widget.Lightbox 0.09 hits JSAN.
Widget.Lightbox 0.09 released. Widget.Lightbox is an objective re-implementation of Lightbox JS (http
3/17/07
gugod
3/12/07
一個 256byte 的星際飛行螢幕保護程式
http://www.p01.org/releases/Demoscene/files/starfield_256b_javascript.htm 這裡面的 js code 寫法頗另人玩味,得來好好讀一
unread,
一個 256byte 的星際飛行螢幕保護程式
http://www.p01.org/releases/Demoscene/files/starfield_256b_javascript.htm 這裡面的 js code 寫法頗另人玩味,得來好好讀一
3/12/07
gugod
2
3/9/07
亂數產生顏色
On Mar 10, 4:56 am, "gugod" <gugod...@gmail.com> wrote: > 了解到 replace() 的第二個參數也可以
unread,
亂數產生顏色
On Mar 10, 4:56 am, "gugod" <gugod...@gmail.com> wrote: > 了解到 replace() 的第二個參數也可以
3/9/07
gugod
2/11/07
"class" 會造成 Safari Parse Error
今天在寫 Asynapse.Emoticon 的時候,發現,如果一個物件裡有 "class" 這個 property 的話: Foo.config = { "bar
unread,
"class" 會造成 Safari Parse Error
今天在寫 Asynapse.Emoticon 的時候,發現,如果一個物件裡有 "class" 這個 property 的話: Foo.config = { "bar
2/11/07
gugod
12/25/06
"View Generated Source" AppleScript for Safari.
參考自http://www.ditchnet.org/wp/2005/09/07/view-generated-source-in-bbedit-for-safari/ 提供一個在 Safari 環境中
unread,
"View Generated Source" AppleScript for Safari.
參考自http://www.ditchnet.org/wp/2005/09/07/view-generated-source-in-bbedit-for-safari/ 提供一個在 Safari 環境中
12/25/06
gugod
12/24/06
Fix String.prototype.split on Safari.
Here's a quick and dirty fix for String.prototype.split function to let it support captured regex
unread,
Fix String.prototype.split on Safari.
Here's a quick and dirty fix for String.prototype.split function to let it support captured regex
12/24/06
lukhnos
12/6/06
Scriptaculous 的 sortable callback 與 "fine print"
Scriptaculous (這個詞應該是想和 spectacular "壯觀" 諧音吧)是一套相當方便的 Javascript library,也是 Ruby on Rails
unread,
Scriptaculous 的 sortable callback 與 "fine print"
Scriptaculous (這個詞應該是想和 spectacular "壯觀" 諧音吧)是一套相當方便的 Javascript library,也是 Ruby on Rails
12/6/06
gugod
,
lukhnos
3
11/30/06
IE 的 "designMode" 與失蹤的游標位置 (IE, designMode, and wrong cursor position)
寫英文只不過是想讓這一篇心得比較能被更多人看懂。因為這個問題 google result 不太多。 -- ☛ Cheers, Kang-min Liu
unread,
IE 的 "designMode" 與失蹤的游標位置 (IE, designMode, and wrong cursor position)
寫英文只不過是想讓這一篇心得比較能被更多人看懂。因為這個問題 google result 不太多。 -- ☛ Cheers, Kang-min Liu
11/30/06
gugod
,
hlb
4
11/27/06
Safari 的 XHR 的 Unicode 處理錯誤
Safari 如果要 include JSON result,只要指定 script charset 為 utf-8 就解決編碼問題了。 var s = document.createElement(
unread,
Safari 的 XHR 的 Unicode 處理錯誤
Safari 如果要 include JSON result,只要指定 script charset 為 utf-8 就解決編碼問題了。 var s = document.createElement(
11/27/06
gugod
11/16/06
用 Jemplate 打造整個網站
Jemplate 是 <a href="http://ingy.net/>Ingy</a> 近來在 Javascript 語言中最大的貢獻。將 <a href=
unread,
用 Jemplate 打造整個網站
Jemplate 是 <a href="http://ingy.net/>Ingy</a> 近來在 Javascript 語言中最大的貢獻。將 <a href=
11/16/06
gugod
11/8/06
JSON.pm 注意事項
這其實應該是寫 Perl 的人要注意的事情,不過由於跟JSON 也有關係,所以放在 javascript 的討論情境下,想來也合宜。 考慮以下這段程式碼: use JSON; sub bar {
unread,
JSON.pm 注意事項
這其實應該是寫 Perl 的人要注意的事情,不過由於跟JSON 也有關係,所以放在 javascript 的討論情境下,想來也合宜。 考慮以下這段程式碼: use JSON; sub bar {
11/8/06
gugod
10/13/06
Flapjax : 類似 PHP 的 JS Template Engine
馬上看到馬上轉述一下,請見: http://www.flapjax-lang.org/tutorial/ 寫起來就像: <p> The time in seconds is {! Math.
unread,
Flapjax : 類似 PHP 的 JS Template Engine
馬上看到馬上轉述一下,請見: http://www.flapjax-lang.org/tutorial/ 寫起來就像: <p> The time in seconds is {! Math.
10/13/06
gugod
10/13/06
JSON.parse() issue in Safari
JSON.org 提供了一個 Javascript 版的 JSON class: http://www.json.org/json.js 其中的掛在 String 類別的 parseJSON 函式,可
unread,
JSON.parse() issue in Safari
JSON.org 提供了一個 Javascript 版的 JSON class: http://www.json.org/json.js 其中的掛在 String 類別的 parseJSON 函式,可
10/13/06
gugod
,
lukhnos
3
10/11/06
windows.onunload 備忘
On Oct 11, 12:38 pm, "lukhnos" <lukh...@gmail.com> wrote: > On Oct 10, 10:08 pm,
unread,
windows.onunload 備忘
On Oct 11, 12:38 pm, "lukhnos" <lukh...@gmail.com> wrote: > On Oct 10, 10:08 pm,
10/11/06
lukhnos
10/11/06
使用 WebKit 存取 DOM element 以及 JavaScript
在 OS X 上使用 WebKit 的應用程式越來越多,許多程式(例如 Adium, Colloquy)的主要介面甚至都是用 HTML + JavaScript 做的。 在
unread,
使用 WebKit 存取 DOM element 以及 JavaScript
在 OS X 上使用 WebKit 的應用程式越來越多,許多程式(例如 Adium, Colloquy)的主要介面甚至都是用 HTML + JavaScript 做的。 在
10/11/06
gugod
10/10/06
Event Handler 裡的 "return"
昨天碰到一個問題。在 onclick event handler 裡面的"return",最好還是完全寫上去,不要忽略比較好。不然的話,在各種瀏覽器裡會有不同的行為。比如說: var
unread,
Event Handler 裡的 "return"
昨天碰到一個問題。在 onclick event handler 裡面的"return",最好還是完全寫上去,不要忽略比較好。不然的話,在各種瀏覽器裡會有不同的行為。比如說: var
10/10/06
gugod
10/6/06
Firefox 的 "Back" 按鈕的快取問題。
有許多時會不希望 cgi 所產生的內容被瀏覽器快取,一般來說都是使用這一組HTTP Response Header: Pragma: no-cache Cache-Control: no-cache
unread,
Firefox 的 "Back" 按鈕的快取問題。
有許多時會不希望 cgi 所產生的內容被瀏覽器快取,一般來說都是使用這一組HTTP Response Header: Pragma: no-cache Cache-Control: no-cache
10/6/06
gugod
10/4/06
[Ann] Wait-0.02 Released to JSAN.
Wait 是我寫的一個 Javascript library。因為 Javascript 之中沒有sleep,又有許多不同步的函式呼叫。所有以時候,要等待一件事情的,完成很難處理,基本上都要使用
unread,
[Ann] Wait-0.02 Released to JSAN.
Wait 是我寫的一個 Javascript library。因為 Javascript 之中沒有sleep,又有許多不同步的函式呼叫。所有以時候,要等待一件事情的,完成很難處理,基本上都要使用
10/4/06
gugod
9/28/06
一些初衷
這個群組除了社交外,想完成的事情有: 1. 替 openjsan.org 出點人力2. 提供中文方面的資料3. 想像力工程;在大家都在寫 framework 的 2006 年,有意思的產品仍是王道 :-
unread,
一些初衷
這個群組除了社交外,想完成的事情有: 1. 替 openjsan.org 出點人力2. 提供中文方面的資料3. 想像力工程;在大家都在寫 framework 的 2006 年,有意思的產品仍是王道 :-
9/28/06