Faves:2009/03/08:Windows Live Writer

三月 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 下載。

迴響已關閉

HtmlScreenCapture – Live Writer SDK 中好用的 class

三月 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 =
[...]

迴響已關閉

Windows Live Writer Backup – 備份研究

十一月 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)    [...]

迴響已關閉

[WLW]將Twitter上的短文彙集成網誌

七月 8, 2008

只要輸入twitter帳號就幫你把最近發的短文以日期彙整變成網誌內容。
Windows Live Writer Plugin :

請先下載 Twitter To Post.dll 然後複製到 C:\Program Files\Windows Live Writer\Plugins目錄。
啟動Windows Live Writer程式後應該可以看到右下角會多一個項目,如下圖。
用滑鼠點「Insert Twitter的短文」後會出現如下的畫面:
輸入twitter的帳號然後按「確定」即可。

迴響已關閉

[WLW]配合WPvideo使用的Windows Live Writer Plug-in

七月 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

迴響已關閉