三月 9, 2009
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 下載。
三月 8, 2009
HtmlScreenCapture 可以將 HTML 內容(或指定網址)快照成圖檔。(Provides the ability to capture HTML content into a bitmap. [#]) 要參考 C:\Program Files\Windows Live\Writer\WindowsLive.Writer.Api.dll 程式碼: using System; using System.Collections.Generic; using System.Text; using WindowsLive.Writer.Api; class Program { static void Main(string[] args) { // 從指定網址截圖 WindowsLive.Writer.Api.HtmlScreenCapture capture = new HtmlScreenCapture(new Uri("http://tw.yahoo.com"), 1024/*寬度*/); System.Drawing.Bitmap bmp = capture.CaptureHtml(5000/*timeoutMs*/); bmp.Save(@"C:\1.png", System.Drawing.Imaging.ImageFormat.Png); // 從 html 內容截圖 WindowsLive.Writer.Api.HtmlScreenCapture [...]
十一月 30, 2008
使用 Windows Live Writer Backup (2.0.0.22) 備份 Windows Live Writer (14.0.5025.904) 時發生如下的錯誤,雖然最後顯示備份成功,但並沒有任何檔案產生。 System.Diagnostics.Debug.WriteLine(exception.ToString()) System.NullReferenceException: 並未將物件參考設定為物件的執行個體 於 CabLib.Compress.OnUpdateStatus(kCurStatus pk_CurStatus, Void* p_Param) 於 CCompressT<CCompress>.FCIUpdateStatus(UInt32 typeStatus, UInt32 cb1, UInt32 cb2, Void* pv) 於 CCompressT<CCompress>.FlushCabinet(CCompressT<CCompress>* , Int32 b_CreateNewCabinetFile, Void* pParam) 於 CCompressT<CCompress>.DestroyFCIContext(CCompressT<CCompress>* ) 於 CCompress.{dtor}(CCompress* ) 於 ___CxxCallUnwindDtor(IntPtr pDtor, Void* pThis) 於 [...]
七月 8, 2008
只要輸入twitter帳號就幫你把最近發的短文以日期彙整變成網誌內容。 Windows Live Writer Plugin : 請先下載 Twitter To Post.dll 然後複製到 C:\Program Files\Windows Live Writer\Plugins目錄。 啟動Windows Live Writer程式後應該可以看到右下角會多一個項目,如下圖。 用滑鼠點「Insert Twitter的短文」後會出現如下的畫面: 輸入twitter的帳號然後按「確定」即可。
七月 4, 2008
WPvideo 簡介: Author: SKaRCHa|Plugin Site: WPvideo 它可以用[video]http://www.youtube.com/watch?v=osTrMe76kes[/video]這樣的型式在網誌中加入影片。 目前(1.10)支援:youtube.com, video.google.com, video.yahoo.com, www.myvideo.es, www.metacafe.com等影音平台。 其他網站介紹:wordpress.com.tw » Blog Archive » WPvideo 其他網站介紹:活人的幻想世界 » WPvideo – 在你的部落格內插入影片 其他網站介紹:[外掛] WordPress 對 Youtube 的外掛程式 » Partner Studio