About Me

我的相片
台北市, Taiwan
我是方選,
方白科技(finebind tech.)共同創辦人,
臺大資管所畢,
希望能幫助更多的人!

FB: http://fb.com/function1122
LINE: http://bit.ly/1foeZft (手機開啟點擊網址自動加入)

最新15則讀者回應

最新文章

FUNction's 上課筆記

Label Cloud

Blog Archive

FeedBurner

追蹤者

顯示具有 MOSS 標籤的文章。 顯示所有文章
顯示具有 MOSS 標籤的文章。 顯示所有文章

10GB 動態網頁空間 與Google Sites 服務

FUNction 於 2008年4月4日 晚上10:00 發表
昨天晚上推推王多了一篇令人注意的推文,總之原文是[圖解]申請免費10GB網域,嚇死我了...怎麼又有這麼好康的事。沒想到今天下午收信的時候,我的同好Deduce 也在昨天半夜分享這個資訊給我,只能說真是英雄所見

這麼好康的動態(PHP+MySQL)免費空間,我當然躍躍欲試,畢竟之前提的Miroko 空間雖然大,但是連放個影片讓人家抓也不行(這我下一篇再講)。但是讓我有興趣的其實是Google Sites 服務。

我稍微看了一下Google Sites 服務,就我的理解是,提供一個非常簡單的網站範本,整合強大的Google 服務(例如Google 日曆、Google 文件...等等),大概有分成四種樣板:公司內部網路、小組專案、員工資料、教學輔助。

介紹短片...哪來的同志程式設計師@@


以下是四種樣板的模型:
Company intranet
Team project
Employee profile
Classroom

大概就這樣,但是其實給我的感覺很像MOSS(Microsoft Office SharePoint Service),這邊附上他的Demo 影片好了[觀看]...
(這影片可真難找)

參考資料:http://sites.google.com/
繼續閱讀全文 10GB 動態網頁空間 與Google Sites 服務

MOSS 提供的 WebService

FUNction 於 2007年12月5日 下午2:56 發表
從MSDN上抄下來的 (http://msdn2.microsoft.com/en-us/library/ms445760.aspx)還有klaus_salchner 寫的 整理出來的

Web Services

Administration Web Service
http:///_vti_adm/admin.asmx
This Web service provides administrative capabilities like creating a new top-level site, deleting a top-level site and getting the list of available languages

Alerts Web Service
http:///_vti_bin/alerts.asmx
Provides access to the list of active alerts and allows to delete active alerts.

Authentication Web Service
Copy Web Service


Document Workspace Web Service
http:///_vti_bin/dws.asmx
This Web service is used to manage Document Workspace sites. It allows you to create new document workspaces, delete document workspaces, create new sub-folders, delete sub-folders, and so forth.

Forms Web Service
http:///_vti_bin/forms.asmx
Each list has forms associated which are used to display list items, create new list items, and update or delete existing list items. This Web service allows to get the collection of forms associated with a list and then get detailed information about each form.

Imaging Web Service
http:///_vti_bin/imaging.asmx
SharePoint has picture libraries that users can use to manage pictures. This Web service allows to upload pictures, download pictures, create new folders, delete folders and pictures, and the like.

List Data Retrieval Web Service
http:///_vti_bin/dspsts.asmx
Allows you to run XPath like queries against a list.

Lists Web Service
http:///_ vti_bin/lists.asmx
This Web service is used to work with lists and list data. You can obtain the collection of lists, add new lists, remove lists, add new list attachments, remove attachments, and so on.

Meetings Web Service
http:/// _vti_bin/meetings.asmx
This Web service is used to work with Meeting Workspaces. You can create a new Meeting workspace, remove an existing Meeting workspace, add new meetings, add new meetings using ICal files, and so forth.

People Web Service

Permissions Web Service
http:///_vti_bin/permissions.asmx
Sites and lists have permissions assigned to them. This Web service is used to obtain the permissions assigned to a list or site, add new permissions, and update or removing existing permissions.

SharePoint Directory Management Web Service

Site Data Web Service
http:///_vti_bin/sitedata.asmx
The Site Data Web service can be used to return meta-data about a site or list, get the collection of lists, get the attachments for a list item, get the collection of items in a list, and so on.

Sites Web Service
http:///_vti_bin/sites.asmx
This Web service can be used to return the list of site templates. When you create a new site using the Administration Web service you need to specify the site template name to use that you can obtain through this Web service.

Search Web Service

Users and Groups Web Service
http:///_vti_bin/usergroup.asmx
This Web service is used to work with users, site-groups and cross-site groups. You can add, update or remove users, site-groups, and cross-site groups. You can also add users or cross-site-groups to a site-group.

Versions Web Service
http:///_vti_bin/versions.asmx
Document Libraries and Picture Libraries can have versioning enabled, which stores a copy of every single file version. This Web service can be used to get the list of available versions, delete versions, and also restore a file version.

Views Web Service
http:///_vti_bin/views.asmx
Lists have views associated that define what fields are shown, what filtering and sorting is applied, what grouping is applied, and so on. This Web service is used to work with list views. You can get the collection of views, add new views, remove views, update the Html code used to display a view, and the like.

Web Part Pages Web Service
http:// /_vti_bin/webpartpages.asmx
Web Parts are objects that you can place on Web part pages. This Web service is used to work with Web parts and Web part pages. You can get the list of Web parts on a page, you can add or remove Web parts, and so forth.

Webs Web Service
http:///_vti_bin/webs.asmx
This Web service is used to work with sites and sub-sites. You can get the list of list-templates, get meta-data about a sub-site, get the list of sub-sites, and so on.


此外 Nick Swan 的Lists Web Service 寫的蠻詳細的 (Getting started with the SharePoint Webservice - Lists Service)

繼續閱讀全文 MOSS 提供的 WebService