Sponsorised links
October 2007
September 2007
July 2007
XML-RPC Client Library for ActionScript, a downloadable code project, from Words, punctuated - by Paul Robertson (http://probertson.com/)
This is an XML-RPC client implementation for ActionScript 2.0. The usage is very similar to the Flash Remoting for MX 2004 ActionScript 2.0 components, so it should be pretty easy for anyone with Flash Remoting experience to learn to use this library as well. (It shouldn’t be hard for others to learn to use it either — I just wanted to build it to follow a well-established pattern for calling remote methods in ActionScript.)
Sponsorised links
February 2007
January 2007
December 2006
October 2006
September 2006
Blog content migration from MovableType to Typo using XML-RPC
Le genre de truc que je classerais "must feature" pour un CMS en 2007, avec Atom APP de préférence.
July 2006
Mozilla Taiwan 討論區: [推薦套件]Performancing-在FF上發表blog
用 WP 和 MT 架設的網站也可以選擇下面的 Custom 來設定。
另外 樂多日誌好像有支援 XMLRPC 的樣子,應該也可以用 MT Custom
=========
如果有人試出了怎樣用custon模式支援樂多或是其他國內blog站台,麻煩請提供出來,我也想知道。
==========
樂多的話,選 Custom Blog>Movable Type
在位址列中輸入:
http://xmlrpc.blog.roodo.com/cgi-bin/mt/mt-xmlrpc.cgi
,然後在下個畫面打入你的帳號密碼就OK啦~
DaveNet : Most-Read Messages
Count Date Subject Originator
1 272185 3/8/04 Harvard case study on blogging Dave Winer
2 209904 7/14/98 XML-RPC for Newbies Dave Winer
3 129041 2/4/00 How to Make Money on the Internet Dave Winer
4 126330 3/3/97 Don's Amazing Puzzle Dave Winer
5 80499 8/22/99 Who Reads DaveNet? Dave Winer
6 70621 2/13/01 How to Make Money on the Internet v2.0 Dave Winer
7 66418 9/14/01 Mir Tamim Ansary on Afghanistan Dave Winer
8 55649 9/20/00 What is P2P? Dave Winer
9 49269 10/8/02 What is a News Aggregator? Dave Winer
10 44175 12/18/96 Subscribing Dave Winer
11 43445 10/24/96 Que Sera Sera Dave Winer
玩玩小舖部落格的xml-rpc
小舖的blog是用.Text的系統,
而.Text有支援MetaWeblog的功能,
所以可以允許使用其他的blog工具來新增blog日誌,
而MetaWeblog並不是走Web Service的規格,
所以不能直接用.net中"加入web參考"來新增這樣的服務,
而MetaWeblog用的則是xml-rpc的規格,
RPC的全名為Remote Procedure Calling,
而xml-rpc主要是以xml為資料交換格式.
想要直接試試看藍色小舖部落格的MetaWeblog的話,
可以用下面的方式試試.
不過,要先準備netcat.
用 XML-RPC 開發 Web 服務: 針對 Perl 的 XML-RPC 入門
本文將帶您快速瞭解什麼是 XML-RPC 以及如何使用 Perl 的 Frontier::RPC 庫來創置簡單的用戶端和伺服器。
XML-RPC Home Page
What is XML-RPC?
XML-RPC Directory
Specifications
Implementations
Services
Blogging APIs
Communities
Tutorials/Press
It's a spec and a set of implementations that allow software running on disparate operating systems, running in different environments to make procedure calls over the Internet.
