JavaScript[JS] JavaScript 畫折線圖 by Mesak 2008-08-04written by Mesak 利用JavaScript 畫折線圖功能不是很多,但是對於基本畫線還滿實用的來源網站: http://www.dynamicdrive.com/dynamicindex11/linegraph.htm另外還有畫圓餅圖: http://www.dynamicdrive.com/dynamicindex11/piegraph.htm 繼續閱讀 2008-08-04 0 comment 0 FacebookTwitterPinterestTumblrRedditLINEEmail
JavaScript[JS] Calendar Picker by Mesak 2008-07-17written by Mesak 最近找到的一個方便的日期選擇器….Calendar Picker因為我愛用 Mootools ,所以這款程式也是用 Mootools 作為 framework…官方網站如下: http://www.electricprism.com/aeron/calendar/ 繼續閱讀 2008-07-17 0 comment 0 FacebookTwitterPinterestTumblrRedditLINEEmail
JavaScript[JS] Color Picker Script by Mesak 2008-04-28written by MesakColor Picker Script 網站:http://www.flooble.com/scripts/colorpicker.php用途:在有些時候網頁需要選取顏色的時候需要用到的script 繼續閱讀 2008-04-28 0 comment 0 FacebookTwitterPinterestTumblrRedditLINEEmail
JavaScript[程式] FancyUpload by Mesak 2008-02-02written by MesakFancyUpload 是利用 Flash & JavaScript 來達到多文件上傳的功能,使用mootools 的核心組件http://digitarald.de/project/fancyupload/ 繼續閱讀 2008-02-02 0 comment 0 FacebookTwitterPinterestTumblrRedditLINEEmail
JavaScript[JS] mooRainbow by Mesak 2007-11-22written by Mesak mooRainbow,是應用 mootools 的彩虹……呃….不是 是利用 mootools 做出來的色彩選擇器實在是超屌…..官方網站如下: http://moorainbow.woolly-sheep.net/預覽如下: 繼續閱讀 2007-11-22 0 comment 0 FacebookTwitterPinterestTumblrRedditLINEEmail
JavaScript[JS] mootools 排序 by Mesak 2007-11-08written by Mesak移動排序:http://hina.ushiisland.net/blog/289自動排序:http://clientside.cnet.com/wiki/cnet-libraries/05-mootoolsextensions/02-effectshttp://clientside.cnet.com/cnet.gf/docs/files/mootools-extended/Effects/Fx-Sort-js.html為了專題做準備! 2007-11-08 0 comment 0 FacebookTwitterPinterestTumblrRedditLINEEmail
JavaScript[JS] 視窗傳值 by Mesak 2006-06-09written by Mesak為了修改 Blog 做準備,先研究如何在兩個視窗間傳值首先說明一下 子傳母視窗 用的語法是 opener 傳回如果需要母傳子視窗,需要用另一種方法 繼續閱讀 2006-06-09 0 comment 0 FacebookTwitterPinterestTumblrRedditLINEEmail
JavaScript[JS] 透過網址取得變數 by Mesak 2005-08-18written by MesakJavaScript,基本技巧我就不多說了,這次來寫字串的應用用到幾個函數‧search ( ) 傳回尋找到的字串位置 ‧substring ( ) 取字串中的幾個字 ‧length ( ) 字串長度語法為 繼續閱讀 2005-08-18 0 comment 0 FacebookTwitterPinterestTumblrRedditLINEEmail