随笔分类 -  Office\SharePoint

安装与部署、管理、开发、UI、Solution
MOSS 2007定制开发培训
摘要:课程概述:适合SharePoint开发人员或即将步入SharePoint平台的开发人员,主要以动手实验和结合项目实践经历讲解为主。Mail:an_andy@hotmail.com课程长度:3天(学时)课程大纲:一、MOSS新特性介绍二、MOSS UI定制与开发站点定制(自定义站点导航、自定义站点主题、站点模板、站点定义)页定制(Master Pages、Application _layouts P... 阅读全文

posted @ 2009-10-28 22:49 an_andy 阅读(331) 评论(1) 推荐(0)

MOSS 2007: Implementing a custom Navigation
摘要:Youcan use the following code snippet toiterate through your navigation tree recursive:using Microsoft.SharePoint;using Microsoft.SharePoint.Publishing.Navigation;public class SiteMapTest : System.Web... 阅读全文

posted @ 2007-04-28 21:41 an_andy 阅读(854) 评论(0) 推荐(0)

MOSS2007 - Microsoft Release sample Master Pages
摘要:come from helloitsliamMicrosoft has made available four sample master page sets compatible with the Application Templates for Microsoft Windows SharePoint Services 3.0 to showcase some of the customiz... 阅读全文

posted @ 2007-04-28 21:34 an_andy 阅读(679) 评论(0) 推荐(0)

Customizing the Quick Launch menu: Adding fly-out menus to SharePoint navigation
摘要:come from SharePoint Team BlogIn this post, I’ll show you how to customize the Quick Launch menu to display several levels of data in a dynamic way and use this customized menu for quick access ... 阅读全文

posted @ 2007-04-28 20:29 an_andy 阅读(1301) 评论(1) 推荐(0)

招聘SharePoint Developer
摘要:人员要求: 1)有良好的沟通能力和团队合作能力; 2)熟悉Windows域控制原理,熟悉AD,了解IIS的使用和管理; 3)熟悉微软SharePoint产品,以及该系列产品的安装、部署和使用; 4)熟悉ASP.Net 1.1/2.0的原理和开发,有参与过相关Web应用开发经验; 5)了解Microsoft SQL Server 2000/2005的安装和使用,了解XML; 6)有两年以上.NET开... 阅读全文

posted @ 2007-02-09 14:46 an_andy 阅读(593) 评论(3) 推荐(0)

Office System 2007 update
摘要:Microsoft Office online 阅读全文

posted @ 2006-11-04 08:33 an_andy 阅读(362) 评论(0) 推荐(0)

Office 2007 Beta2 Downloads
摘要:http://www.microsoft.com/office/preview/beta/getthebeta.mspx 阅读全文

posted @ 2006-05-24 12:59 an_andy 阅读(297) 评论(0) 推荐(0)

SharePoint Search
摘要:在sps中,使用SharePointPSSearch服务,显示名称为Microsoft SharePointPS Search,这个服务的描述是“Microsoft SharePoint Portal Server Search 服务提供对门户和外部内容的索引和搜索。”。如果停掉此服务,在Portal中搜索的时候就会报错。一般会报错“搜索遇到了错误。如果问题继续... 阅读全文

posted @ 2006-05-17 15:41 an_andy 阅读(644) 评论(1) 推荐(0)

文档管理[权限]
摘要:sharepoint中的文档权限管理只能针对文档库一级,而不能再对文档进行细化单个授权的限制,是个特别郁闷的问题;为了解决这个问题,各位同学也是仁者见仁,智者见智!幸好,Kaneboy同志提供了一轻巧的解决方案,值得收藏与借鉴!地址:http://blog.joycode.com/kaneboy/archive/2005/02/04/44083.aspx从上次的OTEC获知,微软将提供最新文档管理... 阅读全文

posted @ 2006-05-17 14:24 an_andy 阅读(759) 评论(0) 推荐(0)

GetUserProfilerWebPart 设计文档
摘要:功能描述:按照不同的数据源显示sps用户配置文件信息,具有查询,筛选,排序,分页等功能,以webpart形式封装; 应用场景:用于企业内部黄页,person site,结合office客户端进行多种方式通信,outlook,windows messenger在线提醒; 开发环境:Windows server 2003windows sharepoint services 2.0sharepoin... 阅读全文

posted @ 2006-05-09 12:05 an_andy 阅读(544) 评论(0) 推荐(0)

Live Communications Server 2005 sp1 发布
摘要:对Live Communications Server 2005感兴趣的同学,请到以下地址下载,抢先试用一把!http://www.microsoft.com/downloads/details.aspx?displaylang=zh-cn&FamilyID=F638E94A-7CDF-4E42-B286-080240FCBCCB#filelist 阅读全文

posted @ 2006-04-24 11:49 an_andy 阅读(406) 评论(0) 推荐(0)

Portal 个性登录页
摘要:Windows集成验证的登录甚是老土,想改变么,现在就开始! 用户名: 密码: ... 阅读全文

posted @ 2006-04-03 17:51 an_andy 阅读(1484) 评论(1) 推荐(0)

显示wss图片库:速度
摘要:应用场景:获取图片库指定文件夹下允许发布的所有图片,图片数量非常庞大!一开始,载入页面始终维持在17秒左右;结果这样实现了,不到1秒钟, faint ! 1#region 2WindowsImpersonationContext wic = null; 3try 4{ 5wic = CreateIdentity(User,Domain,Pwd).Impersonate(); 6 7SPSite ... 阅读全文

posted @ 2006-03-31 16:37 an_andy 阅读(292) 评论(0) 推荐(0)

基于sharepoint 2003的内容管理1.0
摘要:设计原则前台:webpart静态置标方式按组取新闻(可自定义显示样式)后台:基于sharepoint的新闻发布机制,涉及审批,存档,编辑,删除,分组,Message通知等功能; 阅读全文

posted @ 2006-03-28 10:49 an_andy 阅读(258) 评论(0) 推荐(0)

Single Sing-On 单点登录
摘要:一次登录,资源共享!http://blogs.msdn.com/oliverlu/archive/2004/08/12/213381.aspx http://choral.cnblogs.com/articles/340057.html 阅读全文

posted @ 2006-03-24 13:04 an_andy 阅读(963) 评论(0) 推荐(0)

InfoPath 表单 & SharePoint 表单库
摘要:企业的业务流程往往都是通过表单发起的,从某种意义上表单已经成为企业业务流程的本质和核心。InfoPath 为企业电子表单设计与应用提供了解决方案和平台,可以广泛应用在人事、财务、销售、生产、研发等各工作环节中。InfoPath表单可以存储在SharePoint表单库中,用于以标准而又一致的方法来进行协作和数据收集。SharePoint表单库也为已经完成填写的表单提供了一个保存和维护的场所。参考了以... 阅读全文

posted @ 2006-03-22 11:35 an_andy 阅读(601) 评论(1) 推荐(0)

Office SharePoint Server 2007 and Office SharePoint Designer 2007
摘要:从SharePoint Team Blog了解的最新消息, 微软正式将下一代SharePoint产品的名称正式命名为Office SharePoint Server 2007;"Portal"这个词已经从产品名称中去掉了,因为,Office SharePoint Server 2007已经不仅仅是一个企业门户产品了!!英文原文如下: Today we announced the naming an... 阅读全文

posted @ 2006-03-22 09:29 an_andy 阅读(761) 评论(0) 推荐(0)

WebPart Development [编写方式]
摘要:1 由模板创建的初始webpart 1Source#region Source 2using System; 3using System.ComponentModel; 4using System.Web.UI; 5using System.Web.UI.WebControls; 6using System.Xml.Serialization; 7using Microsoft.SharePo... 阅读全文

posted @ 2006-03-14 14:23 an_andy 阅读(859) 评论(0) 推荐(0)

WebPart Development [部署方式]
摘要:1 手工部署2 利用MakeCab.exe制作cab压缩包,然后通过stsadm.exe来进行部署sharepoint中最重要的几个命令行工具之一主要用途枚举、添加、删除WebPart枚举、添加、删除、备份、恢复站点管理用户……得到xml格式的输出,方便其他程序使用 3 MSI安装,WPPackage.exe命令行工具5 安装工具InstallAssemblyWPManager 阅读全文

posted @ 2006-03-14 14:21 an_andy 阅读(211) 评论(0) 推荐(0)

WebPart Development [模板及几个重要的函数]
摘要:WebPart 模板 Web Part Templates for Visual Studio .NET几个重要的函数RenderWebPart因为在OnPreRender之后,所以在该函数中不能保存对成员变量的修改CreateChildControls使用已有的WebControl或HtmlControl,使用WSS中和SPS中的WebControlGetToolParts自定义面板 p ... 阅读全文

posted @ 2006-03-14 11:40 an_andy 阅读(257) 评论(0) 推荐(0)

导航