摘要: 为一个演讲大会做了一个list供用户上传照片(实现了固定图片大小和格式的限制), 通过sharepoint网站可以直接查看所有演讲者(speaker)的照片。用户又希望可以把所有人的照片一并下载到本地,并以演讲者的姓名命名。查了一下msdn,为这个功能写了个小工具,代码很简单,通过lists.asmx提供的web service来实现,大体如下:using (SharePoint_WS_Lists.Lists listWS = new SharePoint_WS_Lists.Lists()) { listWS.Url = http://ser... 阅读全文
posted @ 2012-04-24 17:24 AutodeskWebDev 阅读(572) 评论(2) 推荐(1) 编辑
摘要: Filtering by a group in a SharePoint Person or Group columnI recently stumbled across this in a technet site here and modified it for my own use and to help anyone who wants it. I was trying to put multiple people in a SharePoint group, use a person or group column to categorize an item to that grou 阅读全文
posted @ 2012-04-10 10:44 AutodeskWebDev 阅读(525) 评论(0) 推荐(0) 编辑
摘要: 公司里面的有些用户觉得SharePoint用起来不方便,他们都是一些IT精英,对工具玩得很熟,觉着不好就找其他的东西自己玩,如找一些开源的wiki自己搭网站。有一个共性的问题就是站点太深,有的URL太长,经常记不住东西放在哪里去了。为了鼓励和稳固这些“挑剔”的用户,今天搜了一下internet,在codeplex上找到两个可以在sharepoint里shorten URL的解决方案。1. SharePoint URL Shortener Feature这个feature允许用户根据sharepoint的内容如documents,emails,navigation links产生短的URL,既. 阅读全文
posted @ 2012-03-12 16:46 AutodeskWebDev 阅读(2512) 评论(0) 推荐(3) 编辑
摘要: 接上一篇使用SPservice的一些实践。当需要做一些低级别的权限管理时,如判断当前用户是否属于某个权限组(Group)来决定UI上的显示。以下是判断的函数code:function IsMemberOfGroup(strGroupName){ var rt=0; var g_strCurrUser = ""; $().SPServices({ operation: "GetUserProfileByName", AccountName: $().SPServices.SPGetCurrentUser(), async: false, ... 阅读全文
posted @ 2012-03-01 14:55 AutodeskWebDev 阅读(1830) 评论(1) 推荐(0) 编辑
摘要: 在企业内部,很多SharePoint上的需求是即时而小规模的,要求快速实现。用前端的技术很多时候也可以满足用户需求,同时避免了后端开发的部署,IIS重启等,减少了deliver的时间。在目前的很多小应用中,我很多都用SPservice来做前端。SPservice是基于JQuery来访问SharePoint webservice的javascript库,codeplex上有很多介绍。比如要点击一个button启动一个list上的workflow的代码如下:<script type="text/javascript" language="javascript&q 阅读全文
posted @ 2012-03-01 14:25 AutodeskWebDev 阅读(2053) 评论(4) 推荐(3) 编辑
摘要: 如题,如果只能选一个人AllUserData里可以找到,若多选,死活找不到。哪位达人帮我看看啊,不胜感激! 不好意思发布到首页,待问题解决后将此文章取下来。 阅读全文
posted @ 2008-09-24 19:21 AutodeskWebDev 阅读(499) 评论(7) 推荐(0) 编辑
摘要: 添加一个带参数的webservice到datasource library里,show data无法得到数据,网上google了一个下午, 也没有解决问题, 有的是因为sql表的问得, 后来原来是没有给参数默认值,导致这个问题, 默认值不能为空,给个空格也行。 阅读全文
posted @ 2008-06-01 00:30 AutodeskWebDev 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 网上看到这篇文章,我也遇到过这种问题,有时一个log超过40G,甚至把C盘搞得没空间服务器down掉了,后来只好改到D盘去, 并做了如下修改,log的数量也从默认的96改到30个了。 前几天遇到个奇怪的问题,就是我的moss得log文件不断的变大,竟然后14G大小。而且没有对其进行什么操作。后来在早肥兄,以及ms的工程师的帮助下,找到了控制log文件的办法。但是依旧没有明白,为什么会达到这么大。... 阅读全文
posted @ 2008-06-01 00:20 AutodeskWebDev 阅读(311) 评论(0) 推荐(0) 编辑
摘要: 编写自定义SharePoint Web Services之二 http://kentcj.vicp.net/wiki/Wiki%20Pages/编写自定义SharePoint%20Web%20Services之二.aspx ... 阅读全文
posted @ 2007-10-23 23:41 AutodeskWebDev 阅读(431) 评论(0) 推荐(0) 编辑
摘要: Every now and then I hear people talking about how they'd like to use FrontPage to build custom Data Views but they don't want to un-ghost their pages by using FrontPage. A few thoughts: Ghostin... 阅读全文
posted @ 2007-10-23 22:24 AutodeskWebDev 阅读(345) 评论(0) 推荐(0) 编辑
摘要: Practically everyone who deployed and developed in WSS 2.0 wished for a cross-site or cross-list search. SPS 2003 using the search service already allowed for aggregate search, though to limit it to ... 阅读全文
posted @ 2007-10-23 22:19 AutodeskWebDev 阅读(694) 评论(0) 推荐(0) 编辑
摘要: Forward an article here from Vincent Rothwell , I also encounted the same problem, and it's solved by the below method ---- I recently had to activate the publishing infrastucture on a WSS v3 Teamsi... 阅读全文
posted @ 2007-10-15 14:53 AutodeskWebDev 阅读(417) 评论(0) 推荐(0) 编辑
摘要: 一直在 I'm getting comments & questions about different "group problems" on a previous post on Audience targeting ("Audience targeting and User profiles in MOSS 2007"), and it seem to be a good idea to ... 阅读全文
posted @ 2007-09-30 14:34 AutodeskWebDev 阅读(432) 评论(0) 推荐(0) 编辑
摘要: several days ago, according to xml http in javascript in sharepoint, I wanted to get xml data from a list (see the last article Filter Lookup List in Sharepoint ), but the response data is not latest ... 阅读全文
posted @ 2007-09-11 19:15 AutodeskWebDev 阅读(435) 评论(1) 推荐(0) 编辑
摘要: Author : Patrick Tisseghem SharePoint allows you to create custom lists with your own custom columns. One type you can use for these columns is a lookup against one of your other lists in the SharePo... 阅读全文
posted @ 2007-09-05 10:38 AutodeskWebDev 阅读(1072) 评论(0) 推荐(0) 编辑
摘要: Publishing and Synchronizing Excel 2007 Tables to SharePoint Lists (From MSDN) 阅读全文
posted @ 2007-09-05 10:02 AutodeskWebDev 阅读(219) 评论(0) 推荐(0) 编辑
摘要: Publishing and Synchronizing Excel 2007 Tables to SharePoint Lists Summary: In Microsoft Office Excel 2007, the ability to synchronize the data between a table and a list in Microsoft Windows Share... 阅读全文
posted @ 2007-09-04 17:27 AutodeskWebDev 阅读(1174) 评论(1) 推荐(0) 编辑