[ASP.NET]將 Script 和 Image 封裝在 dll 內
本文介紹:如何將靜態檔案(如:.html files, .css files, image files, and script files)封裝在 dll 內及如何使用。(.NET 2.0 以上適合) 優點: 可避免靜態檔案放錯位置而造成錯誤。 許多第三方商用元件也是使用此法。
本文介紹:如何將靜態檔案(如:.html files, .css files, image files, and script files)封裝在 dll 內及如何使用。(.NET 2.0 以上適合) 優點: 可避免靜態檔案放錯位置而造成錯誤。 許多第三方商用元件也是使用此法。
Windows Live Writer Writing Plugins For Windows Live Writer – Getting Started # | plugin,live writer Scott 寫的開發 WLW plugin 的簡單範例。 The New Live Writer SDK # | plugin,live writer [PublishNotificationHook] OnPrePublish , OnPostPublish [HeaderFooterSource] GeneratePreviewHtml() , GeneratePublishHtml() Technical Preview: Now Available for Download – Windows Live # | plugin,live writer 新 WLW SDK 下載。
jQuery Mini jQuery Lab Online – 黑暗執行緒 # | jquery,javascript,online tool Mini jQuery Lab is a handy HTML page to test simple Javascript and jQuery. It is useful when you want to verify uncertain Javascript syntax … 測試jQuery的線上工具 TIPS-依條件決定要呼叫的Javascript函數 – 黑暗執行緒 # | jquery $("#someDiv")[someCondition ? "show" : "hide"](); jQuery 樹狀勾選選單 – jquery.checktree.js – 黑暗執行緒 [...]
簡介 Wikipedia : http://en.wikipedia.org/wiki/Bookmarklet A bookmarklet is an applet, a small computer application, stored as the URL of a bookmark in a web browser or as a hyperlink on a web page. The term is a portmanteau of the terms bookmark and applet. Bookmarklet,就是存放在書籤(Firefox, Opera)或我的最愛(IE)的 javascript 小程式。 運用 有些現成實用的 bookmarklet 可以參考「電腦玩物: Bookmarklets放在書籤裡的實用瀏覽器小工具補完列表」的詳細介紹。
為了統一來源及安全限制,我在server端放一個ajax.php用來取得Buboo,Plurk,Twitter的json資料,在client使用javascript處理資料呈現。