<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CS Magazine</title>
	<atom:link href="http://csmagz.com/feed" rel="self" type="application/rss+xml" />
	<link>http://csmagz.com</link>
	<description></description>
	<lastBuildDate>Sat, 11 Jun 2011 08:00:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>隐藏Edit Task页面的Save Draft按钮</title>
		<link>http://csmagz.com/archives/1133</link>
		<comments>http://csmagz.com/archives/1133#comments</comments>
		<pubDate>Sat, 11 Jun 2011 08:00:08 +0000</pubDate>
		<dc:creator>Changsheng</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://csmagz.com/?p=1133</guid>
		<description><![CDATA[本来是需要隐藏同一页面的 Related List Item，找答案的时候顺便想到要去掉那个Save Draft 按钮，于是就在那个页面的源代码中去掉了一个 &#60;td&#62;,轻松搞定。下面是如何隐藏related list item If you only want to hide the link button in a Workflow Task form, you can edit this form in SPD. After a new SPD workflow is created, there will create &#8230;]]></description>
			<content:encoded><![CDATA[<p>本来是需要隐藏同一页面的 Related List Item，找答案的时候顺便想到要去掉那个Save Draft 按钮，于是就在那个页面的源代码中去掉了一个 &lt;td&gt;,轻松搞定。下面是如何隐藏related list item</p>
<p>If you only want to hide the link button in a Workflow Task form, you can edit this form in SPD. After a new SPD workflow is created, there will create a new task form for this workflow in workflows folder: <em>Open the Site using the SharePoint Designer &gt;expand the Workflows in Folder List&gt;expand the workflow that you created, you will find a new form page (“TaskName”.aspx) under the workflow&gt; double-click the page and search for “Related list item” in Code view, and then set the &lt;tr&gt; tag to &lt;tr style=”visibility:hidden”&gt;. This will hide the “Related list item” in task form.</em><em></em></p>
<p><em>Hope it can help you.</em></p>
<hr />
<p><span style="font-size: small;">原文链接 <a href="http://social.msdn.microsoft.com/Forums/en/sharepointworkflow/thread/eb045a53-87c4-475a-95fe-fdafde2322e2">http://social.msdn.microsoft.com/Forums/en/sharepointworkflow/thread/eb045a53-87c4-475a-95fe-fdafde2322e2</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://csmagz.com/archives/1133/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>用workflow更新hyperlink的方法</title>
		<link>http://csmagz.com/archives/1128</link>
		<comments>http://csmagz.com/archives/1128#comments</comments>
		<pubDate>Fri, 10 Jun 2011 06:57:36 +0000</pubDate>
		<dc:creator>Changsheng</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://csmagz.com/?p=1128</guid>
		<description><![CDATA[终于找到了，做个备份，防止以后忘掉 figure it out by using SharePoint manager to look inside: The format is &#8220;{Url}, {Descrition}&#8221;. The key is that after &#8220;,&#8221;, there is one space there!!!! Obivously, two different MS teams are working on hyperlink field and normal lookup &#8230;]]></description>
			<content:encoded><![CDATA[<p>终于找到了，做个备份，防止以后忘掉</p>
<p>figure it out by using SharePoint manager to look inside:</p>
<li id="be4dd055-40bd-4021-b04c-650df14924d6">The format is &#8220;{Url}, {Descrition}&#8221;. The key is that after &#8220;,&#8221;, there is one space there!!!!
<p>Obivously, two different MS teams are working on hyperlink field and normal lookup field, respectively, therefore different separators used: &#8220;#;&#8221; vs &#8220;, &#8220;. </p>
<div>
<ul>
<div> </div>
</ul>
</div>
</li>
]]></content:encoded>
			<wfw:commentRss>http://csmagz.com/archives/1128/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript在sharepoint中进行表单验证实例</title>
		<link>http://csmagz.com/archives/1121</link>
		<comments>http://csmagz.com/archives/1121#comments</comments>
		<pubDate>Mon, 25 Apr 2011 08:11:39 +0000</pubDate>
		<dc:creator>Changsheng</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://csmagz.com/?p=1121</guid>
		<description><![CDATA[对于sharepoint的list，有时候需要用户填写的条目比较多，sharepoint本身并没有比较好的前端验证的功能，可以通过工作流在后台进行验证，不过这样就得在用户提交表单之后了，很不方便，如果可以通过JavaScript在客户端对用户所填写内容进行实时验证就很完美了。把网上搜罗到的方法逐个拿来折腾，最后终于找到个可以用的。下图是效果   具体做法是新建一个CEWP，然后把如下代码贴进去 &#60;script language=&#8221;javascript&#8221; type=&#8221;text/javascript&#8221;&#62; function PreSaveAction() {     var date1 = getTagFromIdentifierAndTitle(&#8220;INPUT&#8221;,&#8221;DateTimeFieldDate&#8221;,&#8221;Start Date&#8221;);      var date2 = getTagFromIdentifierAndTitle(&#8220;INPUT&#8221;,&#8221;DateTimeFieldDate&#8221;,&#8221;Due Date&#8221;);     var arrDate1 = date1.value.split(&#8220;/&#8221;);     var useDate1 = new Date(arrDate1[2], arrDate1[1]-1, arrDate1[0]);     var arrDate2 = date2.value.split(&#8220;/&#8221;);     &#8230;]]></description>
			<content:encoded><![CDATA[<p>对于sharepoint的list，有时候需要用户填写的条目比较多，sharepoint本身并没有比较好的前端验证的功能，可以通过工作流在后台进行验证，不过这样就得在用户提交表单之后了，很不方便，如果可以通过JavaScript在客户端对用户所填写内容进行实时验证就很完美了。把网上搜罗到的方法逐个拿来折腾，最后终于找到个可以用的。下图是效果</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1123" title="4-25-2011 3-39-29 PM" src="http://csmagz.com/wp-content/uploads/2011/04/4-25-2011-3-39-29-PM.png" alt="" width="477" height="201" /></p>
<p> </p>
<p>具体做法是新建一个CEWP，然后把如下代码贴进去</p>
<blockquote><p>&lt;script language=&#8221;javascript&#8221; type=&#8221;text/javascript&#8221;&gt;</p>
<p>function PreSaveAction()<br />
{<br />
    var date1 = getTagFromIdentifierAndTitle(&#8220;INPUT&#8221;,&#8221;DateTimeFieldDate&#8221;,&#8221;Start Date&#8221;); <br />
    var date2 = getTagFromIdentifierAndTitle(&#8220;INPUT&#8221;,&#8221;DateTimeFieldDate&#8221;,&#8221;Due Date&#8221;);<br />
    var arrDate1 = date1.value.split(&#8220;/&#8221;);<br />
    var useDate1 = new Date(arrDate1[2], arrDate1[1]-1, arrDate1[0]);<br />
    var arrDate2 = date2.value.split(&#8220;/&#8221;);<br />
    var useDate2 = new Date(arrDate2[2], arrDate2[1]-1, arrDate2[0]);<br />
    if(useDate1 &gt; useDate2)<br />
    {<br />
        alert(&#8220;The end date cannot happen earlier than the start date&#8221;);<br />
        return false; // Cancel the item save process<br />
    }<br />
    return true;  // OK to proceed with the save item<br />
}</p>
<p>function getTagFromIdentifierAndTitle(tagName, identifier, title) {<br />
var len = identifier.length;<br />
var tags = document.getElementsByTagName(tagName);<br />
for (var i=0; i &lt; tags.length; i++) {<br />
var tempString = tags[i].id;<br />
if (tags[i].title == title &amp;&amp; (identifier == &#8220;&#8221; || tempString.indexOf(identifier) == tempString.length &#8211; len)) {<br />
return tags[i];<br />
}<br />
}<br />
return null;<br />
}</p>
<p>&lt;/script&gt;</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://csmagz.com/archives/1121/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>和电脑玩剪刀-石头-布</title>
		<link>http://csmagz.com/archives/1116</link>
		<comments>http://csmagz.com/archives/1116#comments</comments>
		<pubDate>Fri, 18 Mar 2011 15:31:04 +0000</pubDate>
		<dc:creator>Changsheng</dc:creator>
				<category><![CDATA[My Blog]]></category>

		<guid isPermaLink="false">http://csmagz.com/?p=1116</guid>
		<description><![CDATA[看到纽约时报上的一个游戏，和电脑玩剪刀-石头-布，你可能想赢的机会会比较大，实际上，你玩的局数足够多的时候，你顶多和电脑玩个平手，还得你这个人完全不用脑子玩这个游戏，随心所欲得出牌，真正意义上做到随机才行。否则电脑会学习你的规律，这样你就会越输越多，不信的话你试试 http://www.nytimes.com/interactive/science/rock-paper-scissors.html 我开始玩选novice还败得很惨，然后选择veteran，随机出牌(为了做到这一点，我用excel随机排列了1-100，然后用3求余数，再加上1，正好是1到3的随机数，分别对应石头，剪刀，布)，上面这张图是100局下来的结果，估计要是玩个100局的话，应该非常接近和电脑玩平手，而且胜，平，负的局数应该也比较接近]]></description>
			<content:encoded><![CDATA[<p>看到纽约时报上的一个游戏，和电脑玩剪刀-石头-布，你可能想赢的机会会比较大，实际上，你玩的局数足够多的时候，你顶多和电脑玩个平手，还得你这个人完全不用脑子玩这个游戏，随心所欲得出牌，真正意义上做到随机才行。否则电脑会学习你的规律，这样你就会越输越多，不信的话你试试 <a href="http://www.nytimes.com/interactive/science/rock-paper-scissors.html">http://www.nytimes.com/interactive/science/rock-paper-scissors.html</a></p>
<p style="text-align: center;"><a href="http://csmagz.com/wp-content/uploads/2011/03/Picture1.png"><img class="aligncenter size-full wp-image-1117" title="Picture1" src="http://csmagz.com/wp-content/uploads/2011/03/Picture1.png" alt="" width="575" height="292" /></a></p>
<p>我开始玩选novice还败得很惨，然后选择veteran，随机出牌(为了做到这一点，我用excel随机排列了1-100，然后用3求余数，再加上1，正好是1到3的随机数，分别对应石头，剪刀，布)，上面这张图是100局下来的结果，估计要是玩个100局的话，应该非常接近和电脑玩平手，而且胜，平，负的局数应该也比较接近</p>
]]></content:encoded>
			<wfw:commentRss>http://csmagz.com/archives/1116/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>批量修改AD信息的工具</title>
		<link>http://csmagz.com/archives/1067</link>
		<comments>http://csmagz.com/archives/1067#comments</comments>
		<pubDate>Wed, 23 Feb 2011 07:18:38 +0000</pubDate>
		<dc:creator>Changsheng</dc:creator>
				<category><![CDATA[My Blog]]></category>

		<guid isPermaLink="false">http://csmagz.com/?p=1067</guid>
		<description><![CDATA[  你可以使用dsadd去批量添加用户，但有时候除了添加我们还需要批量修改，比如exchange服务器域名更换的时候需要批量修改用户邮箱，或者文件服务器更名而需要批量修改网络盘点路径。说到批量修改，常被提到的方法就是使用LDIFDE，你需要先把要修改的数据导出来，修改完了再导入，很不方便不说，还容易出错，何不使用微软的AD批量修改工具呢？ 如下图所以，只要把要连接的域控制器和需要修改的用户添加到右边的list里面，填上你要修改的内容，然后就可以点“go”按钮，放心得泡杯茶喝吧 下载地址，建议下载.net版本的 ftp://ftp.microsoft.com/PSS/Tools/Exchange%20Support%20Tools/ADModify/]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"> <img class="aligncenter size-full wp-image-1068" title="admodify2" src="http://csmagz.com/wp-content/uploads/2011/03/admodify2.jpg" alt="" width="448" height="188" /></p>
<p>你可以使用dsadd去批量添加用户，但有时候除了添加我们还需要批量修改，比如exchange服务器域名更换的时候需要批量修改用户邮箱，或者文件服务器更名而需要批量修改网络盘点路径。说到批量修改，常被提到的方法就是使用LDIFDE，你需要先把要修改的数据导出来，修改完了再导入，很不方便不说，还容易出错，何不使用微软的AD批量修改工具呢？<span id="more-1067"></span></p>
<p>如下图所以，只要把要连接的域控制器和需要修改的用户添加到右边的list里面，填上你要修改的内容，然后就可以点“go”按钮，放心得泡杯茶喝吧</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1073" title="admodify0" src="http://csmagz.com/wp-content/uploads/2011/02/admodify0.jpg" alt="" width="576" height="472" /></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1069" title="admodify" src="http://csmagz.com/wp-content/uploads/2011/03/admodify.jpg" alt="" width="454" height="583" /></p>
<p>下载地址，建议下载.net版本的</p>
<p><a href="ftp://ftp.microsoft.com/PSS/Tools/Exchange%20Support%20Tools/ADModify/">ftp://ftp.microsoft.com/PSS/Tools/Exchange%20Support%20Tools/ADModify/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://csmagz.com/archives/1067/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何向 sharepoint2007 日历中添加颜色</title>
		<link>http://csmagz.com/archives/1089</link>
		<comments>http://csmagz.com/archives/1089#comments</comments>
		<pubDate>Thu, 17 Feb 2011 08:08:09 +0000</pubDate>
		<dc:creator>Changsheng</dc:creator>
				<category><![CDATA[My Blog]]></category>

		<guid isPermaLink="false">http://csmagz.com/?p=1089</guid>
		<description><![CDATA[你在用sharepoint去实现一个会议室预定管理功能，公司有几个会议室，你希望显示在一个日历界面上，为了区分明显，不同的会议室使预定使用不同的颜色来显示。本文告诉你如何不写代码，使用CEWP和计算栏目来实现，原文是英文的，原谅我不加整理共享如下： Environment: SharePoint 2007 – wss or MOSS (no SharePoint Designer or third party application required). Audience: confirmed end user, power user. Permission level: design or full control. Estimated time: 15 minutes. 0- Before you start To follow this tutorial, you need &#8230;]]></description>
			<content:encoded><![CDATA[<p>你在用sharepoint去实现一个会议室预定管理功能，公司有几个会议室，你希望显示在一个日历界面上，为了区分明显，不同的会议室使预定使用不同的颜色来显示。本文告诉你如何不写代码，使用CEWP和计算栏目来实现，<a href="http://blog.pathtosharepoint.com/2010/04/06/tutorial-add-color-coding-to-your-sharepoint-2007-calendar-in-15-minutes/">原文</a>是英文的，原谅我不加整理共享如下：<span id="more-1089"></span></p>
<blockquote><p><a href="http://www.pathtosharepoint.com/Lists/May2010/calendar.aspx?CalendarDate=5%2F5%2F2010"></a></p>
<p><strong><img class="aligncenter size-full wp-image-1090" title="may2010" src="http://csmagz.com/wp-content/uploads/2011/03/may2010.png" alt="" width="500" height="380" /></strong></p>
<p><strong>Environment</strong>: SharePoint 2007 – wss or MOSS (no SharePoint Designer or third party application required).<br />
<strong>Audience</strong>: confirmed end user, power user.<br />
<strong>Permission level</strong>: design or full control.<br />
<strong>Estimated time</strong>: 15 minutes.</p>
<p><a name="0"></a><strong>0- Before you start</strong></p>
<p>To follow this tutorial, you need a calendar created in SharePoint 2007 (wss or MOSS).</p>
<p><a href="http://sp2010.pathtosharepoint.com/sharepoint-user-toolkit/Pages/Color-Coding-Calendar-List.aspx"></a></p>
<p><img class="aligncenter size-full wp-image-1091" title="category" src="http://csmagz.com/wp-content/uploads/2011/03/category.png" alt="" width="271" height="436" /> In my example, taken from Mark Miller’s <a href="http://mossworkshops.endusersharepoint.com/default.aspx" target="_blank">community calendar</a>, items are organized in categories:<br />
- Online Event<br />
- Online Workshop<br />
- Training<br />
- Conference<br />
- User Group<br />
- SharePoint Saturday<br />
- Other </p>
<p>I have created a choice column, called “Category”, to store these choices. Note that for this tutorial <strong>seven</strong> is the maximum number of choices. If your choice column has more options, only the first seven will be color coded.</p>
<p><em>A choice column is the natural option to organize items in categories. You can also use any column type that contains text or numbers, like content type, text column, calculated column. Note that columns of type Lookup will not work for this tutorial.</em> </p>
<p><em><strong>Usability tip</strong>: People can distinguish up to ten different colors that are assigned to different categories, but it may be safer to use no more than five different colors for category coding. (source: </em><a href="http://www.rightpointconsulting.com/community/blogs/viewpoint/archive/2009/03/30/usability-tip-sharepoint-calendar-color-coding.aspx" target="_blank"><em>rightpoint</em></a><em>))</em></p>
<p><em>If your choice list includes more than seven choices, <a href="http://blog.pathtosharepoint.com/2010/04/12/maximum-number-of-if-statements-in-a-calculated-column/" target="_blank">this follow up article</a> will show you how to proceed.</em></p>
<p>Ready? Let’s see if we can get our color coded calendar in less than 15 minutes…</p>
<p><a name="1"></a><strong>1- Select your colors (5 minutes)</strong></p>
<p><a href="http://sp2010.pathtosharepoint.com/sharepoint-user-toolkit/Pages/Color-Coding-Calendar-List.aspx"></a></p>
<p><img class="aligncenter size-full wp-image-1092" title="form" src="http://csmagz.com/wp-content/uploads/2011/03/form.png" alt="" width="465" height="554" />To choose your colors, simply <a href="http://sp2010.pathtosharepoint.com/sharepoint-user-toolkit/Pages/Color-Coding-Calendar-List.aspx" target="_blank">fill out this online form</a>. In my example:<br />
- choice column: Category<br />
- choices: paste here the choices from the choice column<br />
- display: Title (the event title will be displayed on the calendar)<br />
- keep the default value for the other options (except if you are on a non-English SharePoint farm)<br />
- Use the color pickers to select your colors for each choice</p>
<p><em>Note: the semi-transparent background will not be rendered in older browsers (like IE 6).</em> </p>
<p>After selecting your options, scroll down to the bottom of the form. You’ll see two formulas (pale-green text areas). Leave this page open or save your two formulas, we’ll use them in the next step. </p>
<p><em>Note: you can choose to group the two formulas into one by unchecking the “Separate Color Column” checkbox.</em></p>
<p>While we are on this page, let’s grab the script that we’ll use later for the rendering:<br />
- click on the Download tab.<br />
- right-click on the last file name <a href="http://sp2010.pathtosharepoint.com/SharePoint-User-Toolkit/Downloads/">TextToHTMLlite-v2.1.1.txt</a>, and select “save target as…” to save it to your computer.<br />
- upload the file to a SharePoint library in your site or site collection. The location doesn’t matter, as long as your users have read access to the file.</p>
<p><em><strong>Note!</strong> the download section displays 4 files; pick the last one for this tutorial.</em></p>
<p><a name="2"></a><strong>2- Create your calculated columns</strong></p>
<p><a href="http://pathtosharepoint.files.wordpress.com/2010/04/listsettings.png"></a><img class="aligncenter size-full wp-image-1093" title="listsettings1" src="http://csmagz.com/wp-content/uploads/2011/03/listsettings1.png" alt="" width="296" height="200" />On your calendar page, select:<br />
List &gt; List Settings</p>
<p>On the List Settings page, create two calculated columns (use the “Create column” option for this):<br />
- First column, named “Color”: paste the first formula.<br />
- Second column: named “Display”: paste the second formula.</p>
<p><a name="3"></a><strong>3- Set up your calendar view</strong></p>
<p>Staying on the settings page, under Views, click on your calendar view. In the settings page, choose to display the “Display” column. Save your changes.<img class="size-full wp-image-1094 alignnone" title="views-calendar1" src="http://csmagz.com/wp-content/uploads/2011/03/views-calendar1.png" alt="" width="265" height="167" /><img class="alignnone size-full wp-image-1095" title="calendarsettings" src="http://csmagz.com/wp-content/uploads/2011/03/calendarsettings.png" alt="" width="173" height="211" /> </p>
<p>Now, go back to your calendar view, and you should get an ugly result like this:</p>
<p><img class="alignnone size-full wp-image-1096" title="beforerendering" src="http://csmagz.com/wp-content/uploads/2011/03/beforerendering.png" alt="" width="490" height="258" /></p>
<p>Don’t worry, we are going to fix this in step 4.</p>
<p><a name="4"></a><strong>4- Render the colors</strong></p>
<p><img class="aligncenter size-full wp-image-1097" title="cewptoolpane" src="http://csmagz.com/wp-content/uploads/2011/03/cewptoolpane.jpg" alt="" width="245" height="308" />We can now use the script we grabbed in step 1:<br />
- go to your calendar view, and switch the Web page to edit mode:<br />
Site Actions &gt; Edit Page<br />
- Click on “Add a Web Part”, and add a Content Editor Web Part to the page<br />
- drag and drop the calendar view <strong>above</strong> the Content Editor Web Part (the order is important)<br />
- in the Content Editor Web Part, click on “open the tool pane”<br />
- under content link, paste the URL of your <a href="http://sp2010.pathtosharepoint.com/Downloads/TextToHTMLlite-v2.1.1.txt">TextToHTMLlite-v2.1.1.txt</a> file (remember, you stored it in a document library in step 1). </p>
<p>If you now exit the edit mode, you should see your calendar in color.</p>
<p><a name="5"></a><strong>5- If you want to undo your changes</strong> </p>
<p>A key advantage of this technique is that all our customizations were made through the SharePoint UI and can easily be undone. If later you want to revert to the initial view:<br />
- remove the Content Editor Web Part from the page<br />
- go to the view settings page and replace Display with Title as the displayed column.<br />
- delete the two calculated columns.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://csmagz.com/archives/1089/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何在sharepoint工作流中自定义日期格式</title>
		<link>http://csmagz.com/archives/1075</link>
		<comments>http://csmagz.com/archives/1075#comments</comments>
		<pubDate>Mon, 14 Feb 2011 07:18:08 +0000</pubDate>
		<dc:creator>Changsheng</dc:creator>
				<category><![CDATA[My Blog]]></category>

		<guid isPermaLink="false">http://csmagz.com/?p=1075</guid>
		<description><![CDATA[sharepoint，至少2007版本，在工作流中引用的日期都是都是包含时间的，可是在很多时候我们只需要日期，并不需要具体时间，于是那个具体的时间变成了眼中钉，如果在不写代码的情况下实现格式的转换？一方面省掉具体时间，另一方面调整格式，使之更易读。你可以使用text这个函数。      默认的和自定义的日期格式 具体做法是，对于想自定义格式的日期，在同一列表中建立相对应的column，比如我的一个列表中有start date，然后就新建一个textstartdate，设置成计算值，填入如下公式即可 然后在工作流中引用这个值就可以了，下表是个对应格式的表达方法 Format Result d Days as 1-31 dd Days as 01-31 ddd Days as Sun-Sat dddd Days as Sunday-Saturday M Months as 1-12 MM Months as 01-12 MMM Months as Jan-Dec y Years as 0-99 &#8230;]]></description>
			<content:encoded><![CDATA[<p>sharepoint，至少2007版本，在工作流中引用的日期都是都是包含时间的，可是在很多时候我们只需要日期，并不需要具体时间，于是那个具体的时间变成了眼中钉，如果在不写代码的情况下实现格式的转换？一方面省掉具体时间，另一方面调整格式，使之更易读。你可以使用text这个函数。<span id="more-1075"></span></p>
<p><img class="alignnone size-full wp-image-1078" title="date1" src="http://csmagz.com/wp-content/uploads/2011/03/date1.jpg" alt="" width="141" height="39" />     <img class="alignnone size-full wp-image-1080" title="date2" src="http://csmagz.com/wp-content/uploads/2011/03/date2.jpg" alt="" width="114" height="63" />默认的和自定义的日期格式</p>
<p>具体做法是，对于想自定义格式的日期，在同一列表中建立相对应的column，比如我的一个列表中有start date，然后就新建一个textstartdate，设置成计算值，填入如下公式即可</p>
<p><img class="aligncenter size-full wp-image-1076" title="date3" src="http://csmagz.com/wp-content/uploads/2011/03/date3.jpg" alt="" width="430" height="329" /></p>
<p>然后在工作流中引用这个值就可以了，下表是个对应格式的表达方法</p>
<table>
<tbody>
<tr>
<td><strong>Format</strong></td>
<td><strong>Result</strong></td>
</tr>
<tr>
<td>d</td>
<td>Days as 1-31</td>
</tr>
<tr>
<td>dd</td>
<td>Days as 01-31</td>
</tr>
<tr>
<td>ddd</td>
<td>Days as Sun-Sat</td>
</tr>
<tr>
<td>dddd</td>
<td>Days as Sunday-Saturday</td>
</tr>
<tr>
<td>M</td>
<td>Months as 1-12</td>
</tr>
<tr>
<td>MM</td>
<td>Months as 01-12</td>
</tr>
<tr>
<td>MMM</td>
<td>Months as Jan-Dec</td>
</tr>
<tr>
<td>y</td>
<td>Years as 0-99</td>
</tr>
<tr>
<td>yy</td>
<td>Years as 00-99</td>
</tr>
<tr>
<td>yyyy</td>
<td>Years as 1900-9999</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://csmagz.com/archives/1075/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTC Diamond 2 (T5353)完美运行Android 2.2</title>
		<link>http://csmagz.com/archives/1009</link>
		<comments>http://csmagz.com/archives/1009#comments</comments>
		<pubDate>Thu, 20 Jan 2011 03:30:38 +0000</pubDate>
		<dc:creator>Changsheng</dc:creator>
				<category><![CDATA[My Blog]]></category>

		<guid isPermaLink="false">http://csmagz.com/?p=1009</guid>
		<description><![CDATA[去年年初的时候就曾用过 XDA-Developers 论坛出的双系统启动的方法，不过效果不太好，当时还有好多问题没解决，采用的android系统版本也比较低。昨天又到这个论坛，发现一年不来发展倒是挺快，而且把大部分功能都解决了，基本上可以满足正常使用，安装后感觉运行速度还可以接受，重启之后设置也不会丢失。总之，你要是厌烦了WinMo，值得试一试]]></description>
			<content:encoded><![CDATA[<p>去年年初的时候就曾用过 XDA-Developers 论坛出的双系统启动的方法，不过效果不太好，当时还有好多问题没解决，采用的android系统版本也比较低。昨天又到这个论坛，发现一年不来发展倒是挺快，而且把大部分功能都解决了，基本上可以满足正常使用，安装后感觉运行速度还可以接受，重启之后设置也不会丢失。总之，你要是厌烦了WinMo，值得试一试。<span id="more-1009"></span>下文仅针对全新安装，如果想升级的话请参考XDA-Developers 论坛</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1010" title="androididlight" src="http://csmagz.com/wp-content/uploads/2011/01/androididlight.jpg" alt="" width="369" height="500" /></p>
<p>先来看看<strong>最新的进展<br />
</strong>触摸屏: 可用<br />
短信: 可用<br />
彩信: ? ( 未测试 )<br />
电话 ( 接听/拨打 ): 可用<br />
麦克风: 可用<br />
数据服务 3G/EDGE: 可用<br />
HW3D: 部分可用 <br />
声音 ( 电话/扬声器 ): 可用<br />
蓝牙: 部分可用 ( 不能和其他设备配对)<br />
Wifi: 可用<br />
相机: 部分可用<br />
重力感应: 可用<br />
GPS: Yes</p>
<p><strong>已测试Android版本</strong><br />
Android Froyo 2.2 = YES<br />
Android Eclair 2.0.1 / 2.1 = YES<br />
Android Donut 1.6 = YES<br />
Android Cupcake 1.5 = Untested</p>
<p>安装方法：<br />
先<a href="http://htcandroid.xland.cz/XDANDROID.2.2.AOSP.FRX01.17.09.10.UPDATE_PACKAGE.7z" target="_blank">下载 Froyo 2.2 (Package date: September 17th 2010)<br />
</a>在<a href="http://southcape.org/2010/11/19/xdandroid-2-2-1-build-frx03/" target="_blank">下载最新的系统文件 FRX03 Final (Package date: Nov.20, 2010)<br />
</a>解压两个文件，分别解压出一个明文 andboot 文件夹和一个 system.ext2 的系统文件，把系统文件替换掉文件夹里的那个。然后到andbootSTARTUP CONFIGTOPAZ 文件夹下把 STARTUP.TXT复制到 andboot文件夹下。现在可以把andboot文件夹下的所有文件复制到SD卡中了，直接复制文件夹没试过，应该可以，但是不能把文件夹重命名为 Android (以前的双系统启动软件有些要求这么做的)，否则启动的时候会出错，提示&#8221;cannot find rootfs&#8230;&#8221;。</p>
<p>到此为止你的SD卡根目录下应该有这样的文件结构<br />
/AndroidApps/<br />
/conf/<br />
/media/<br />
/STARTUP CONFIG/<br />
/STARTUP.TXT<br />
/haret.exe<br />
/initrd.gz<br />
/rootfs.img<br />
/system.ex2<br />
/zImage<br />
直接运行 haret.exe 就可以启动Android了，有点慢，别着急</p>
<p style="text-align: center;">物理键盘映射：下面是物理键盘的映射图<br />
<img class="aligncenter size-full wp-image-1011" title="diamond2keys" src="http://csmagz.com/wp-content/uploads/2011/01/diamond2keys.jpg" alt="" width="471" height="502" /></p>
<p> </p>
<p style="text-align: center;">[1.][Call] -&gt; Call<br />
[2.][Windows Key] -&gt; Menu<br />
[3.][Back] -&gt; Back<br />
[4.][End] -&gt; End | Power<br />
[5.][Volume Up] -&gt; Volume Up<br />
[6.][Volume Down] -&gt; Volume Down<br />
[7.][Power] -&gt; Home</p>
<p style="text-align: left;">更多内容请阅读<a href="http://forum.xda-developers.com/showthread.php?t=509493">http://forum.xda-developers.com/showthread.php?t=509493</a></p>
]]></content:encoded>
			<wfw:commentRss>http://csmagz.com/archives/1009/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Server 2007 Webcast 全集</title>
		<link>http://csmagz.com/archives/1007</link>
		<comments>http://csmagz.com/archives/1007#comments</comments>
		<pubDate>Sun, 16 Jan 2011 14:11:42 +0000</pubDate>
		<dc:creator>Changsheng</dc:creator>
				<category><![CDATA[My Blog]]></category>

		<guid isPermaLink="false">http://csmagz.com/?p=1006</guid>
		<description><![CDATA[sharepoint Webcast 全集，收藏下，免得以后再找。]]></description>
			<content:encoded><![CDATA[<p>如题，有关sharepoint server 2007webcast全集。难得有人这么用心整理这些资料，既然找到就收藏下。<span id="more-1007"></span></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="90" valign="top">Site</td>
<td width="312" valign="top">Title</td>
<td width="51" valign="top">Level</td>
<td width="67" valign="top">Language</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032328791&amp;Culture=zh-CN"><strong>Office SharePoint Server 2007 </strong><strong>产品与技术概览</strong></a></td>
<td width="51" valign="top">100</td>
<td width="67" valign="top">Chinese</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032328797&amp;Culture=zh-CN"><strong>Office SharePoint Server 2007 </strong><strong>安装与部署</strong></a></td>
<td width="51" valign="top">100</td>
<td width="67" valign="top">Chinese</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032329740&amp;Culture=zh-CN"><strong>Office SharePoint Server 2007 </strong><strong>管理与维护</strong><strong> </strong></a></td>
<td width="51" valign="top">100</td>
<td width="67" valign="top">Chinese</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032329902&amp;Culture=zh-CN"><strong>Office SharePoint Server 2007 </strong><strong>的用户权限管理和个性化功能</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">Chinese</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032330169&amp;Culture=zh-CN"><strong>配置和扩展</strong><strong>Office SharePoint Server 2007</strong><strong>搜索服务</strong></a></td>
<td width="51" valign="top">300</td>
<td width="67" valign="top">Chinese</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032331996&amp;Culture=zh-CN"><strong>利用</strong><strong>Office SharePoint Server 2007 CMS</strong><strong>功能建设</strong><strong>internet</strong><strong>网站</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">Chinese</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032331998&amp;Culture=zh-CN"><strong>利用</strong><strong>SharePoint Designer</strong><strong>定制</strong><strong>Office SharePoint Server 2007</strong></a></td>
<td width="51" valign="top">300</td>
<td width="67" valign="top">Chinese</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032332648&amp;Culture=zh-CN"><strong>Office SharePoint Server 2007</strong><strong>工作流与无代码应用开发</strong></a></td>
<td width="51" valign="top">300</td>
<td width="67" valign="top">Chinese</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032332650&amp;Culture=zh-CN"><strong>利用</strong><strong>Excel Service</strong><strong>创建商业智能解决方案</strong><strong> </strong></a></td>
<td width="51" valign="top">300</td>
<td width="67" valign="top">Chinese</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032333465&amp;Culture=zh-CN"><strong>利用</strong><strong>InfoPath Form Services</strong><strong>创建企业电子表单解决方案</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">Chinese</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032333468&amp;Culture=zh-CN"><strong>利用</strong><strong>Business Data Catalog</strong><strong>进行企业数据集成工作</strong></a></td>
<td width="51" valign="top">300</td>
<td width="67" valign="top">Chinese</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032333471&amp;Culture=zh-CN"><strong>基于</strong><strong>Office SharePoint Server 2007</strong><strong>构建企业内容管理系统</strong></a></td>
<td width="51" valign="top">300</td>
<td width="67" valign="top">Chinese</td>
</tr>
<tr>
<td width="90" valign="top">MSDN</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032328263&amp;Culture=zh-CN" target="_blank"><strong>MOSS2007</strong><strong>之概述</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">Chinese</td>
</tr>
<tr>
<td width="90" valign="top">MSDN</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032328437&amp;Culture=zh-CN" target="_blank"><strong>MOSS2007</strong><strong>之开发概述</strong></a></td>
<td width="51" valign="top">300</td>
<td width="67" valign="top">Chinese</td>
</tr>
<tr>
<td width="90" valign="top">MSDN</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032328445&amp;Culture=zh-CN" target="_blank"><strong>MOSS2007</strong><strong>之</strong><strong>WebPart</strong><strong>开发</strong></a></td>
<td width="51" valign="top">300</td>
<td width="67" valign="top">Chinese</td>
</tr>
<tr>
<td width="90" valign="top">MSDN</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032328447&amp;Culture=zh-CN" target="_blank"><strong>MOSS2007</strong><strong>之</strong><strong>EventHandler</strong><strong>开发</strong></a></td>
<td width="51" valign="top">300</td>
<td width="67" valign="top">Chinese</td>
</tr>
<tr>
<td width="90" valign="top">MSDN</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032332892&amp;Culture=zh-CN" target="_blank"><strong>MOSS2007</strong><strong>之工作流</strong></a></td>
<td width="51" valign="top">300</td>
<td width="67" valign="top">Chinese</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032322648&amp;Culture=zh-CN" target="_blank"><strong>从</strong><strong>ShrePoint Portal Server 2003</strong><strong>到</strong><strong>Office SharePoint Server 2007</strong><strong>，改变与机遇</strong></a></td>
<td width="51" valign="top">&#8211;</td>
<td width="67" valign="top">Chinese</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032324738&amp;Culture=zh-CN" target="_blank"><strong>使用</strong><strong>InfoPath 2007</strong><strong>与</strong><strong>Form Services</strong><strong>构建企业电子表单应用</strong></a></td>
<td width="51" valign="top">&#8211;</td>
<td width="67" valign="top">Chinese</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032325204&amp;Culture=zh-CN" target="_blank"><strong>Office SharePoint Server 2007</strong><strong>中的商务智能</strong></a></td>
<td width="51" valign="top">&#8211;</td>
<td width="67" valign="top">Chinese</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032326286&amp;Culture=zh-CN" target="_blank"><strong>Office SharePoint Server 2007</strong><strong>的定制利器</strong></a></td>
<td width="51" valign="top">&#8211;</td>
<td width="67" valign="top">Chinese</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032326287&amp;Culture=zh-CN" target="_blank"><strong>Office SharePoint Server 2007</strong><strong>带给开发人员的新体验</strong></a></td>
<td width="51" valign="top">&#8211;</td>
<td width="67" valign="top">Chinese</td>
</tr>
<tr>
<td width="90" valign="top">Event</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032291072&amp;Culture=en-US"><strong>Tips and Tricks for Microsoft Windows SharePoint Services </strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">Event</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032288519&amp;Culture=en-US"><strong> Honeywell Realizes the Versatility of SharePoint Products and Technologies</strong></a></td>
<td width="51" valign="top">&#8211;</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">Event</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032308626&amp;Culture=en-US"><strong> A Sneak Peek at Microsoft Office SharePoint Server 2007, the Cornerstone of the 2007 Office System</strong></a></td>
<td width="51" valign="top">100</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">MSDN</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032294676&amp;Culture=en-US"><strong>Architecture Overview of Office Project Server 2007</strong></a></td>
<td width="51" valign="top">100</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">MSDN</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032308703&amp;Culture=en-US"><strong> Build Serious Applications Using SharePoint Server 2007</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">MSDN</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032299275&amp;Culture=en-US"><strong>Building High-Grade Applications Using Office SharePoint Server 2007</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">MSDN</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032298160&amp;Culture=en-US"><strong>Enterprise Search Technical Drilldown on SharePoint Server 2007 </strong></a></td>
<td width="51" valign="top">300</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">MSDN</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032301589&amp;Culture=en-US"><strong>Overview of Developer Technologies for Windows SharePoint Services</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">MSDN</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032341100&amp;Culture=en-US"><strong>Windows SharePoint Services and Content Types</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">MSDN</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032341104&amp;Culture=en-US"><strong>Windows SharePoint Services and Forms Services </strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032341243&amp;Culture=en-US"><strong>An In-Depth Look at SharePoint Server 2007 Search Technology </strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032317841&amp;Culture=en-US"><strong>An In-Depth Look at Windows SharePoint Services and Office SharePoint Server 2007 </strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032288722&amp;Culture=en-US"><strong>Deploying SharePoint Products and Technologies</strong></a></td>
<td width="51" valign="top">100</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032319573&amp;Culture=en-US"><strong>Disaster Recovery Strategies for SharePoint Server 2007 </strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032313966&amp;Culture=en-US"><strong>How Microsoft IT Deployed and Architected SharePoint Server 2007 </strong></a></td>
<td width="51" valign="top">300</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032307248&amp;Culture=en-US"><strong>Infrastructure Topics in SharePoint Products and Technologies: Administrative Architecture and Planning for Deployment</strong></a></td>
<td width="51" valign="top">300</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032305064&amp;Culture=en-US"><strong>Office SharePoint Server 2007 Functional and Architectural Overview</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032318443&amp;Culture=en-US"><strong>Planning for and Deploying Office SharePoint Server 2007 (Part 1 of 2) </strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032318445&amp;Culture=en-US"><strong>Planning for and Deploying Office SharePoint Server 2007 (Part 2 of 2)</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032338339&amp;Culture=en-US"><strong>SharePoint Products and Technologies Security from Service Accounts to Item-Level Access</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032305445&amp;Culture=en-US"><strong>SharePoint Security from Service Accounts to Item-Level Access </strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032321929&amp;Culture=en-US"><strong>Upgrading and Migrating to Office SharePoint Server 2007 </strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">MSDN</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032293659&amp;Culture=en-US"><strong>Building Collaborative Applications with the Next Version of Microsoft Windows SharePoint Services </strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">MSDN</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032303794&amp;Culture=en-US"><strong> Building Collaborative Applications Without Code Using Office SharePoint Designer 2007</strong></a></td>
<td width="51" valign="top">300</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">MSDN</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032308769&amp;Culture=en-US"><strong>Managing a Project Management Office with SharePoint Products and Technologies </strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">MSDN</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032306983&amp;Culture=en-US"><strong>Office SharePoint Server 2007 Business Data Catalog (Part 1 of 2): Integrating Line-of-Business Data and Applications into Your Enterprise Portal</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">MSDN</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032342266&amp;Culture=en-US"><strong>SharePoint Server 2007 and Business Intelligence </strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">MSDN</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032308755&amp;Culture=en-US"><strong>Using Grid Computing to Scale Excel Services</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032338140&amp;Culture=en-US"><strong>Technical Overview of Forefront Security for SharePoint</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">MSDN</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032307695&amp;Culture=en-US"><strong>SharePoint Server 2007 Web Content Management for Content Owners and Authors </strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">MSDN</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032307699&amp;Culture=en-US"><strong>SharePoint Server 2007 Web Content Management for Developers and Designers</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">MSDN</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032307697&amp;Culture=en-US"><strong>SharePoint Server 2007 Web Content Management for Site Administrators and Owners</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">MSDN</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032293554&amp;Culture=en-US"><strong>The Evolution of Web Content Management in the 2007 Version of Microsoft Office </strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032326204&amp;Culture=en-US"><strong> Adding Rich Reporting to SharePoint Server 2007 with SQL Server 2005 Reporting Services </strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032326663&amp;Culture=en-US"><strong>Compliance and Records Management with Office SharePoint Server 2007 </strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032338674&amp;Culture=en-US"><strong>Controlling Your SharePoint Server 2007 Sites with IT Governance</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032334637&amp;Culture=en-US"><strong>Disaster Recovery Strategies for SharePoint Server 2007</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032318503&amp;Culture=en-US"><strong>Effective Document and Records Management Using Server and Client Technologies in the 2007 Office System </strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032324073&amp;Culture=en-US"><strong>How Microsoft IT Manages the World&#8217;s Largest Windows SharePoint Services Deployment </strong></a></td>
<td width="51" valign="top">300</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032326648&amp;Culture=en-US"><strong> Integrating the Business Data Catalog (BDC) and Applications Using Office SharePoint Server 2007</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032314004&amp;Culture=en-US"><strong>Keeping Control of Your Microsoft Office SharePoint Server 2007 Sites with IT Governance</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032325455&amp;Culture=en-US"><strong>Planning Deployment of Search Solutions for the Enterprise: Security, Performance, and Compliance Considerations</strong></a></td>
<td width="51" valign="top">300</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032325453&amp;Culture=en-US"><strong>Planning Deployment of Search Solutions for the Enterprise: Technical Overview</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032325458&amp;Culture=en-US"><strong>Planning for and Deploying Search in SharePoint Server 2007 </strong></a></td>
<td width="51" valign="top">300</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032290730&amp;Culture=en-US"><strong>Preparing for Web Content Management with Microsoft Office SharePoint Server 2007 </strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032330328&amp;Culture=en-US"><strong>Security for SharePoint Products and Technologies </strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">Event</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032323829&amp;Culture=en-US"><strong>Enterprise Search at Microsoft with Office SharePoint Server 2007</strong></a></td>
<td width="51" valign="top">&#8211;</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032305441&amp;Culture=en-US"><strong>An In-Depth Look at SharePoint Server 2007 Search Technology</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032325468&amp;Culture=en-US"><strong>Extending Search Capabilities with Office SharePoint Server 2007</strong></a></td>
<td width="51" valign="top">300</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032325419&amp;Culture=en-US"><strong>Extending SharePoint Server 2007 Search Capabilities by Exposing Data with the Business Data Catalog</strong></a></td>
<td width="51" valign="top">300</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032334378&amp;Culture=en-US"><strong>How Microsoft IT Manages Enterprise Search with SharePoint Server 2007 </strong></a></td>
<td width="51" valign="top">300</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032325464&amp;Culture=en-US"><strong>Installing and Configuring Basic Search with SharePoint Server 2007 for Search</strong></a></td>
<td width="51" valign="top">300</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032325466&amp;Culture=en-US"><strong>Installing and Configuring Search in SharePoint Server 2007 </strong></a></td>
<td width="51" valign="top">300</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032330507&amp;Culture=en-US"><strong>SharePoint Server 2007 Search Technical Drilldown</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">Event</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032325174&amp;Culture=en-US"><strong>Improve Productivity and Communication Using Office SharePoint Server 2007 </strong></a></td>
<td width="51" valign="top">100</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">MSDN</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032301595&amp;Culture=en-US"><strong>Developing SharePoint Workflows Using Visual Studio 2005 </strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">MSDN</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032342260&amp;Culture=en-US"><strong>Web Parts and Workflows in SharePoint Server 2007 and Visual Studio</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032317858&amp;Culture=en-US"><strong>Best Practices for Developing, Deploying, and Maintaining Forms Solutions</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
<tr>
<td width="90" valign="top">TechNet</td>
<td width="312" valign="top"><a href="http://msevents.microsoft.com/cui/eventdetail.aspx?eventID=1032340734&amp;Culture=en-US"><strong>Workflow in Microsoft SharePoint Products and Technologies 2007: Out-of-the-Box and Creating Custom Workflows</strong></a></td>
<td width="51" valign="top">200</td>
<td width="67" valign="top">English</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://csmagz.com/archives/1007/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一个免费的在线休假管理系统</title>
		<link>http://csmagz.com/archives/985</link>
		<comments>http://csmagz.com/archives/985#comments</comments>
		<pubDate>Mon, 03 Jan 2011 04:35:34 +0000</pubDate>
		<dc:creator>Changsheng</dc:creator>
				<category><![CDATA[My Blog]]></category>
		<category><![CDATA[free stuff]]></category>
		<category><![CDATA[leave system]]></category>

		<guid isPermaLink="false">http://csmagz.com/?p=985</guid>
		<description><![CDATA[在找参考资料的时候发现个很好的在线休假管理系统，免费的，界面简洁美观。支持自定义节假日，支持邮件通知，尤其在年假计算上面更是精确到了四分之一天，真是用心良苦。个人觉得对于小公司来说很实用，直接注册就可以使用了，第一个用公司域名注册的人就是该域名的默认管理员，所以如果你用公司邮箱注册的话请确保你有权限这么做。对于分布在多个区域...]]></description>
			<content:encoded><![CDATA[<p>在找参考资料的时候发现个很好的在线休假管理系统，免费的，界面简洁美观。支持自定义节假日，支持邮件通知，尤其在年假计算上面更是精确到了四分之一天，真是用心良苦。个人觉得对于小公司来说很实用，直接注册就可以使用了，第一个用公司域名注册的人就是该域名的默认管理员，所以如果你用公司邮箱注册的话请确保你有权限这么做。<span id="more-985"></span>对于分布在多个区域，有着不同年假政策的公司来说，这个系统是不能满足要求的，但是如果真的很感兴趣可以联系他们做量身定制的开发。网址 <a href="http://my.perqworks.com">http://perqworks.com</a></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-986" title="leave1" src="http://csmagz.com/wp-content/uploads/2011/01/leave1.jpg" alt="" width="437" height="414" /></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-987" title="leave2" src="http://csmagz.com/wp-content/uploads/2011/01/leave2.jpg" alt="" width="490" height="439" /></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-988" title="leave3" src="http://csmagz.com/wp-content/uploads/2011/01/leave3.jpg" alt="" width="525" height="152" /></p>
]]></content:encoded>
			<wfw:commentRss>http://csmagz.com/archives/985/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

