<?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>Dev Team Assemble &#187; SharePoint Designer</title>
	<atom:link href="http://www.calvinirwin.net/tag/sharepoint-designer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.calvinirwin.net</link>
	<description>Evil beware!</description>
	<lastBuildDate>Wed, 28 Jul 2010 12:55:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SharePoint Permissions</title>
		<link>http://www.calvinirwin.net/2009/07/29/sharepoint-permissions/</link>
		<comments>http://www.calvinirwin.net/2009/07/29/sharepoint-permissions/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 20:00:32 +0000</pubDate>
		<dc:creator>Calvin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Designer]]></category>
		<category><![CDATA[web parts]]></category>

		<guid isPermaLink="false">http://www.calvinirwin.net/?p=65</guid>
		<description><![CDATA[Inside the Microsoft.SharePoint namespace there is the SPBasePermissions enumeration.  It specifies the built-in permissions available in Windows SharePoint Services / MOSS 2007.  This was taken from the MSDN site, but I am posting it here because sometimes they move content around and I can't find it...ha ha you can't fool me Microsoft!!!
Using the enumerations [...]]]></description>
			<content:encoded><![CDATA[<p>Inside the Microsoft.SharePoint namespace there is the SPBasePermissions enumeration.  It specifies the built-in permissions available in Windows SharePoint Services / MOSS 2007.  This was taken from the MSDN site, but I am posting it here because sometimes they move content around and I can't find it...ha ha you can't fool me Microsoft!!!</p>
<p>Using the enumerations below you can wrap some markup on your page in an SPSecurityTrimmedControl like so: </p>
<div style="padding-left:15px; padding-top: 10px;  padding-bottom: 10px; font-family: courier new; color: #000099;">
&lt;Sharepoint:SPSecurityTrimmedControl runat="server" PermissionsString="CreateGroups"&gt;</div>
<p>and only allow users with the defined permission to see the contents of the security trimming control.</p>
<table border="1">
<tbody>
<tr style="background-color:#3366CC;">
<th style="color: white;">Member name</th>
<th style="color: white;">Description</th>
</tr>
<tr>
<td><strong>AddAndCustomizePages</strong></td>
<td>Add, change, or delete HTML pages or Web Part Pages, and edit the Web site using a Windows SharePoint Services–compatible editor.</td>
</tr>
<tr>
<td><strong>AddDelPrivateWebParts</strong></td>
<td>Add or remove personal Web Parts on a Web Part Page.</td>
</tr>
<tr>
<td><strong>AddListItems</strong></td>
<td>Add items to lists, add documents to document libraries, and add Web discussion comments.</td>
</tr>
<tr>
<td><strong>ApplyStyleSheets</strong></td>
<td>Apply a style sheet (.css file) to the Web site.</td>
</tr>
<tr>
<td><strong>ApplyThemeAndBorder</strong></td>
<td>Apply a theme or borders to the entire Web site.</td>
</tr>
<tr>
<td><strong>ApproveItems</strong></td>
<td>Approve a minor version of a list item or document.</td>
</tr>
<tr>
<td><strong>BrowseDirectories</strong></td>
<td>Enumerate files and folders in a Web site using Microsoft Office SharePoint Designer 2007 and WebDAV interfaces.</td>
</tr>
<tr>
<td><strong>BrowseUserInfo</strong></td>
<td>View information about users of the Web site.</td>
</tr>
<tr>
<td><strong>CancelCheckout</strong></td>
<td>Discard or check in a document which is checked out to another user.</td>
</tr>
<tr>
<td><strong>CreateAlerts</strong></td>
<td>Create e-mail alerts.</td>
</tr>
<tr>
<td><strong>CreateGroups</strong></td>
<td>Create a group of users that can be used anywhere within the site collection.</td>
</tr>
<tr>
<td><strong>CreateSSCSite</strong></td>
<td>Create a Web site using Self-Service Site Creation.</td>
</tr>
<tr>
<td><strong>DeleteListItems</strong></td>
<td>Delete items from a list, documents from a document library, and Web discussion comments in documents.</td>
</tr>
<tr>
<td><strong>DeleteVersions</strong></td>
<td>Delete past versions of a list item or document.</td>
</tr>
<tr>
<td><strong>EditListItems</strong></td>
<td>Edit items in lists, edit documents in document libraries, edit Web discussion comments in documents, and customize Web Part Pages in document libraries.</td>
</tr>
<tr>
<td><strong>EditMyUserInfo</strong></td>
<td>Allows a user to change his or her user information, such as adding a picture.</td>
</tr>
<tr>
<td><strong>EmptyMask</strong></td>
<td>Has no permissions on the Web site. Not available through the user interface.</td>
</tr>
<tr>
<td><strong>EnumeratePermissions</strong></td>
<td>Enumerate permissions on the Web site, list, folder, document, or list item.</td>
</tr>
<tr>
<td><strong>FullMask</strong></td>
<td>Has all permissions on the Web site. Not available through the user interface.</td>
</tr>
<tr>
<td><strong>ManageAlerts</strong></td>
<td>Manage alerts for all users of the Web site.</td>
</tr>
<tr>
<td><strong>ManageLists</strong></td>
<td>Create and delete lists, add or remove columns in a list, and add or remove public views of a list.</td>
</tr>
<tr>
<td><strong>ManagePermissions</strong></td>
<td>Create and change permission levels on the Web site and assign permissions to users and groups.</td>
</tr>
<tr>
<td><strong>ManagePersonalViews</strong></td>
<td>Create, change, and delete personal views of lists.</td>
</tr>
<tr>
<td><strong>ManageSubwebs</strong></td>
<td>Create subsites such as team sites, Meeting Workspace sites, and Document Workspace sites.</td>
</tr>
<tr>
<td><strong>ManageWeb</strong></td>
<td>Grant the ability to perform all administration tasks for the Web site as well as manage content. Activate, deactivate, or edit properties of Web site scoped Features through the object model or through the user interface (UI). When granted on the root Web site of a site collection, activate, deactivate, or edit properties of site collection scoped Features through the object model. To browse to the <strong>Site Collection Features</strong> page and activate or deactivate site collection scoped Features through the UI, you must be a site collection administrator.</td>
</tr>
<tr>
<td><strong>Open</strong></td>
<td>Allow users to open a Web site, list, or folder to access items inside that container.</td>
</tr>
<tr>
<td><strong>OpenItems</strong></td>
<td>View the source of documents with server-side file handlers.</td>
</tr>
<tr>
<td><strong>UpdatePersonalWebParts</strong></td>
<td>Update Web Parts to display personalized information.</td>
</tr>
<tr>
<td><strong>UseClientIntegration</strong></td>
<td>Use features that launch client applications; otherwise, users must work on documents locally and upload changes.</td>
</tr>
<tr>
<td><strong>UseRemoteAPIs</strong></td>
<td>Use SOAP, WebDAV, or Microsoft Office SharePoint Designer 2007 interfaces to access the Web site.</td>
</tr>
<tr>
<td><strong>ViewFormPages</strong></td>
<td>View forms, views, and application pages, and enumerate lists.</td>
</tr>
<tr>
<td><strong>ViewListItems</strong></td>
<td>View items in lists, documents in document libraries, and view Web discussion comments.</td>
</tr>
<tr>
<td><strong>ViewPages</strong></td>
<td>View pages in a Web site.</td>
</tr>
<tr>
<td><strong>ViewUsageData</strong></td>
<td>View reports on Web site usage.</td>
</tr>
<tr>
<td><strong>ViewVersions</strong></td>
<td>View past versions of a list item or document.</td>
</tr>
</tbody>
</table>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Development' rel='tag' target='_self'>Development</a>, <a class='technorati-link' href='http://technorati.com/tag/SharePoint' rel='tag' target='_self'>SharePoint</a>, <a class='technorati-link' href='http://technorati.com/tag/SharePoint+Designer' rel='tag' target='_self'>SharePoint Designer</a>, <a class='technorati-link' href='http://technorati.com/tag/web+parts' rel='tag' target='_self'>web parts</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.calvinirwin.net/2009/07/29/sharepoint-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint and its so called Designer&#8230;ARRRRRGGGGGHHHHH</title>
		<link>http://www.calvinirwin.net/2009/07/26/sharepoint-and-its-so-called-designer-arrrrrggggghhhhh/</link>
		<comments>http://www.calvinirwin.net/2009/07/26/sharepoint-and-its-so-called-designer-arrrrrggggghhhhh/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 19:19:02 +0000</pubDate>
		<dc:creator>Calvin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Designer]]></category>

		<guid isPermaLink="false">http://www.calvinirwin.net/?p=34</guid>
		<description><![CDATA[I have never in my life dealt with or had the "pleasure" of using a tool quite like Sharepoint Designer. First off I am a developer...so can they roll this thing into Visual Studio already? maybe then it will behave like my usual IDE...you know intellisense, fade away tool boxes and solution explorer. (Some of [...]]]></description>
			<content:encoded><![CDATA[<p>I have never in my life dealt with or had the "pleasure" of using a tool quite like Sharepoint Designer. First off I am a developer...so can they roll this thing into Visual Studio already? maybe then it will behave like my usual IDE...you know intellisense, fade away tool boxes and solution explorer. (Some of these issues are sharepoint itself but...this app is where i figured it out so i am adding it here)<br />
So what makes me hate it?</p>
<p>...hmm did you know that you have to leave the ListFormWebPart on all the edit, insert and display forms for a list even if you want to customize them? Seems kind of odd to me and quite frankly where is this documented...shouldn't SPD at least say something to that effect...or dammit MS add it as a comment on the page somewhere.</p>
<p>...how about leaving my HTML code alone when i am done formatting it please!!!! Its like I am working in VS2002 again...no thanks</p>
<p>...the CustomListForm web part does not give you the ability to attach files...even though its right there on the toolbar it gives you the nice "You cannot attach a file because the form was customized". Thanks captain obvious...I think this is one of those sick jokes where every time you click on it a counter in Redmond increments by one and some sick developer is there laughing his ass off...heres to you buddy! Kudos to Marc Davis for his workaround <a href="http://cid-6d5649bcab6a7f93.spaces.live.com/blog/cns%216D5649BCAB6A7F93%21130.entry">posted here</a></p>
<p>...isn't it funny how the css file core.css is always the last css added to the list. Sure you can bypass it with the Alternate stylesheeet and/or using a hard coded link tag...but that just seems dumb to me.</p>
<p>...can I have an easier way to develop and debug code in sharepoint...sure I know I can build, deploy to the GAC and attach....but its a bit of a pain in the ass.</p>
<p>...Customized file and uncustomized files. Yes i get the gist of it and i believe this is a good thing....scenario - I have made numerous edits to a file - I choose to revert to the site definition - I don't get my original file back...I get some hybrid bastardized file that is completely useless to me...ummmm....again...not funny.</p>
<p>- I had a problem with one of my lists (pertaining to the ListFormWebPart not being there) and I was looking around on the internet...here is what I found <a href="http://support.microsoft.com/kb/935504">this article here</a> you can read it if you want but it basically says hey...just delete your list and recreate it....HA HA HA I love those simple "fixes".</p>
<p>...theres been other things but I cant remember them right now....too tired.</p>
<p>So these are my ramblings...I am kinda stuck with SharePoint now but if they could fix some of these very-time consuming problems it would make mine and judging from the problems people are having online a lot of other peoples jobs a lot easier. I mean isn't that what Microsoft has been promising all this time...</p>
<p>I'll stop now...happy SharePointing.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Development' rel='tag' target='_self'>Development</a>, <a class='technorati-link' href='http://technorati.com/tag/error' rel='tag' target='_self'>error</a>, <a class='technorati-link' href='http://technorati.com/tag/SharePoint' rel='tag' target='_self'>SharePoint</a>, <a class='technorati-link' href='http://technorati.com/tag/SharePoint+Designer' rel='tag' target='_self'>SharePoint Designer</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.calvinirwin.net/2009/07/26/sharepoint-and-its-so-called-designer-arrrrrggggghhhhh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Binding an ASP Control to an SPDataSource Field and Form Data</title>
		<link>http://www.calvinirwin.net/2009/07/26/binding-an-asp-control-to-an-spdatasource-field-and-form-data/</link>
		<comments>http://www.calvinirwin.net/2009/07/26/binding-an-asp-control-to-an-spdatasource-field-and-form-data/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 19:15:45 +0000</pubDate>
		<dc:creator>Calvin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[controls]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Designer]]></category>

		<guid isPermaLink="false">http://www.calvinirwin.net/?p=32</guid>
		<description><![CDATA[This was taken from the following url: http://forums.msdn.microsoft.com/en-US/sharepointcustomization/thread/8ddb9f2e-12ca-4285-9bd1-1a29e0d5efc4/
Using a SharePoint Data View Drop down list This is the following syntax used to connect to an SPDatasource
&#60; runat="server" id="dvddl{$Pos}" fieldname="HRRecruitRequisition" datasourceid="Requisitions2" datatextfield="Title" datavaluefield="ID" bind="{ddwrt:DataBind('i',concat('dvddl', $Pos), 'SelectedValue', 'SelectedIndexChanged', 'ID', ddwrt:EscapeDelims(string(@ID)), '@HRRecruitRequisition')}" appenddatabounditems="True" width="250px"&#62;

The meat and potatoes of this is in the __designer:Bind and FieldName attiributes. Obviously the [...]]]></description>
			<content:encoded><![CDATA[<p>This was taken from the following url: <a href="http://forums.msdn.microsoft.com/en-US/sharepointcustomization/thread/8ddb9f2e-12ca-4285-9bd1-1a29e0d5efc4/"><span style="font-family: arial;">http://forums.msdn.microsoft.com/en-US/sharepointcustomization/thread/8ddb9f2e-12ca-4285-9bd1-1a29e0d5efc4/</span></a></p>
<p>Using a SharePoint Data View Drop down list This is the following syntax used to connect to an SPDatasource</p>
<p><span style="font-family: courier new; font-size: 85%; color: #3366ff;">&lt; runat="server" id="dvddl{$Pos}" fieldname="HRRecruitRequisition" datasourceid="Requisitions2" datatextfield="Title" datavaluefield="ID" bind="{ddwrt:DataBind('i',concat('dvddl', $Pos), 'SelectedValue', 'SelectedIndexChanged', 'ID', ddwrt:EscapeDelims(string(@ID)), '@HRRecruitRequisition')}" appenddatabounditems="True" width="250px"&gt;<br />
</span></p>
<p>The meat and potatoes of this is in the <strong>__designer:Bind and FieldName</strong> attiributes. Obviously the DataSourceID needs to match the ID of the SPDataSource you are looking o display in the dropdown.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/ASP.NET' rel='tag' target='_self'>ASP.NET</a>, <a class='technorati-link' href='http://technorati.com/tag/controls' rel='tag' target='_self'>controls</a>, <a class='technorati-link' href='http://technorati.com/tag/Development' rel='tag' target='_self'>Development</a>, <a class='technorati-link' href='http://technorati.com/tag/SharePoint' rel='tag' target='_self'>SharePoint</a>, <a class='technorati-link' href='http://technorati.com/tag/SharePoint+Designer' rel='tag' target='_self'>SharePoint Designer</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.calvinirwin.net/2009/07/26/binding-an-asp-control-to-an-spdatasource-field-and-form-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
