<?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>artykul8</title>
	<atom:link href="http://artykul8.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://artykul8.com</link>
	<description>ar·tic·u·late (v.) to make clear or effective</description>
	<lastBuildDate>Thu, 01 Sep 2011 16:50:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Moving SharePoint 2010 Log and Index Locations</title>
		<link>http://artykul8.com/2011/07/moving-sharepoint-2010-log-and-index-locations/</link>
		<comments>http://artykul8.com/2011/07/moving-sharepoint-2010-log-and-index-locations/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 18:18:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://artykul8.com/?p=492</guid>
		<description><![CDATA[There are two hard-drive locations on a SharePoint server (with enabled search indexing) that are in constant use and often require significant space &#8211; log files and index files folders. Log files location can be easily specified in Central Administration: Monitoring &#8211; Configure Diagnostic Logging. In the Diagnostic Logging screen, you can specify a new [...]]]></description>
			<content:encoded><![CDATA[<p>There are two hard-drive locations on a SharePoint server (with enabled search indexing) that are in constant use and often require significant space &#8211; <a href="http://msdn.microsoft.com/en-us/library/gg193966.aspx#MonitoringSharePoint2010_TraceLogs">log files</a> and <a href="http://technet.microsoft.com/en-us/library/ee805955.aspx">index files</a> folders.</p>
<p>Log files location can be easily specified in <strong>Central Administration: Monitoring &#8211; Configure Diagnostic Logging</strong>.<br />
In the Diagnostic Logging screen, you can specify a new path for trace log files and change other settings, such as how long to keep trace files, and what sort of information will be logged there.</p>
<p><a href="http://artykul8.com/media/2011/07/CentralAdminLoggingLocation.gif"><img src="http://artykul8.com/media/2011/07/CentralAdminLoggingLocation-600x337.gif" alt="" title="CentralAdminLoggingLocation" width="600" height="337" class="alignnone size-medium wp-image-493" /></a></p>
<p>Index files location, unfortunately, is not available through Central Administration. It is typically specified during SharePoint installation phase, along with the software installation folder. However, there is a way to change it through stsadm command:<br />
 <strong> stsadm -o spsearch -indexlocation &#8220;d:\SharePoint\Data&#8221;</strong></p>
<p>You can verify that it changed successfully by running the following command before and after changing the index:<br />
 <strongstsadm -o spsearch -action list</strong></p>
<p><a href="http://artykul8.com/media/2011/07/ChangingSharePointIndexLocation.gif"><img src="http://artykul8.com/media/2011/07/ChangingSharePointIndexLocation-600x538.gif" alt="" title="ChangingSharePointIndexLocation" width="600" height="538" class="alignnone size-medium wp-image-494" /></a></p>
<p>References:</p>
<p><a href="http://technet.microsoft.com/en-us/library/ee748656.aspx">Configure diagnostic logging (SharePoint Server 2010)</a></p>
<p><a href="http://robhardyuk.blogspot.com/2010/09/changing-index-locations-in-sharepoint.html">Changing Index locations in SharePoint 2010</a></p>
<p>Updates:</p>
<p>I wanted to thank <a href="http://www.signaturesterling.com/">Tracy Sterling</a> for submitting a very useful tip for modifying index locations through Central Administration, when you have farm SharePoint deployments and can alter search topology.</p>
<p><strong>CA > Application Management > Manage service applications > Search Service Application > Search Application Topology (Modify) > Index Partition/Query Component (Edit Properties). Repeat for each query component within your farm. </strong></p>
<p>Unfortunately, all the stand-alone deployments and foundation editions would still have to go through aforementioned stsadm command. Below is an illustration of Search Service Application and its missing modify option for a stand-alone installation of enterprise SP2010 server, running on my laptop.</p>
<p><a href="http://artykul8.com/media/2011/07/CentralAdminSearchAdministration.gif"><img src="http://artykul8.com/media/2011/07/CentralAdminSearchAdministration-600x501.gif" alt="" title="CentralAdminSearchAdministration" width="600" height="501" class="alignnone size-medium wp-image-504" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://artykul8.com/2011/07/moving-sharepoint-2010-log-and-index-locations/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Moving Browser Cache Folder in IE, Firefox, Chrome, Opera, and Safari</title>
		<link>http://artykul8.com/2011/06/moving-browser-cache-folder/</link>
		<comments>http://artykul8.com/2011/06/moving-browser-cache-folder/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 22:18:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://artykul8.com/?p=258</guid>
		<description><![CDATA[Having recently replaced OS partition hard-drives with solid-state drives on my desktop and two laptops, I decided to tweak a few settings on my Windows in order to reduce the number of unnecessary write operations to SSD. Amongst the candidates for the move from more expensive SSD space to spinning hard-drives, I selected temporary Windows [...]]]></description>
			<content:encoded><![CDATA[<p>Having recently replaced OS partition hard-drives with solid-state drives on my desktop and two laptops, I decided to tweak a few settings on my Windows in order to reduce the number of unnecessary write operations to SSD. Amongst the candidates for the move from more expensive SSD space to spinning hard-drives, I selected temporary Windows folder and browsers cache folders. Moving temporary Windows folder turned out to be one step operation &#8211; changing Environment variables in Computer &#8211; Advanced system settings dialog.</p>
<p><a href="http://artykul8.com/media/2011/06/Temp-Windows.gif"><img src="http://artykul8.com/media/2011/06/Temp-Windows-600x349.gif" alt="" width="600" height="349" class="alignnone size-medium wp-image-477" /></a></p>
<p>However, after this quick success moving my browsers cache away from SSD turned out to be not the most trivial task due to a large number of different browsers and their very different approach to storing configuration settings. Here is my experience and instructions on how to do it in various browsers.</p>
<h3>Internet Explorer:</h3>
<p>IE offers the easiest and most convenient way to change a new folder for cache.</p>
<p>Tools &#8211; Internet Options &#8211; under &#8216;Browsing History&#8217; section choose &#8216;Settings&#8217;<br />
Click &#8216;Move folder&#8230;&#8217; and provide the new location, e.g. d:\Temp\IE</p>
<p>Heads up: After providing a new temp folder and clicking OK to save new settings, IE/Windows forcefully closes current user session, and logs the user off.</p>
<p><a href="http://artykul8.com/media/2011/06/Temp-IE.gif"><img src="http://artykul8.com/media/2011/06/Temp-IE-600x414.gif" alt="" title="Temp-IE" width="600" height="414" class="alignnone size-medium wp-image-484" /></a></p>
<h3>Firefox:</h3>
<p>In the URL type: <strong>about:config</strong><br />
Create a new string preference: <strong>browser.cache.disk.parent_directory</strong><br />
and specify a path to your cache folder, e.g.: d:\Temp\Firefox</p>
<p><a href="http://kb.mozillazine.org/Browser.cache.disk.parent_directory">Mozilla Zine: Browser.cache.disk.parent directory</a></p>
<p><a href="http://artykul8.com/media/2011/06/Temp-FireFox.gif"><img src="http://artykul8.com/media/2011/06/Temp-FireFox-600x247.gif" alt="" title="Temp-FireFox" width="600" height="247" class="alignnone size-medium wp-image-478" /></a></p>
<h3>Chrome:</h3>
<p>The only way to change location of the cache folder is through the command prompt arguments:<br />
<strong>C:\&#8230;\Application\chrome.exe &#8211;disk-cache-dir=&#8221;d:\Temp\Chrome&#8221; &#8211;disk-cache-size=75000000</strong></p>
<p>Where <strong>&#8211;disk-cache-dir</strong> points to your custom cache folder, and <strong>&#8211;disk-cache-size</strong> specifies the maximum cache size in bytes.</p>
<p>Here is a full list of Chrome&#8217;s command line switches<a href="http://src.chromium.org/svn/trunk/src/chrome/common/chrome_switches.cc">http://src.chromium.org/svn/trunk/src/chrome/common/chrome_switches.cc</a>. Surprisingly, source code seems to be the only official documentation from Google.</p>
<p>Additionally, Chrome doesn&#8217;t expose that parameter in its configuration settings in a fashion similar to FireFox. If you navigate to <strong>about:flags</strong> in the Chrome, it provides some under the hood settings, but no cache configuration.</p>
<p><a href="http://www.webtlk.com/2010/12/10/how-to-turn-on-disable-gpu-hardware-acceleration-on-google-chrome/">How to Turn On/ Disable GPU Hardware Acceleration on Google Chrome</a>.</p>
<p><a href="http://artykul8.com/media/2011/06/Temp-Chrome.gif"><img src="http://artykul8.com/media/2011/06/Temp-Chrome-600x366.gif" alt="" title="Temp-Chrome" width="600" height="366" class="alignnone size-medium wp-image-481" /></a></p>
<h3>Opera:</h3>
<p>Review the location of the current cache folder by typing in the URL: <code>opera:about</code> or from Menu &#8211; Help &#8211; About Opera.</p>
<p>To modify the settings type the URL: <strong>opera:config</strong></p>
<p>Navigate to &#8220;User Prefs&#8221; tab and modify its cache folder: <strong>Cache Directory4</strong> =d:\Temp\Opera\<br />
(alternative quick jump link: opera:config#UserPrefs|CacheDirectory4)</p>
<p>Additionally you can modify temporary download folder for Opera as well, through another key:<br />
 <strong>Temporary Download Directory</strong> = d:\Temp\Opera</p>
<p><a href="http://www.opera.com/support/usingopera/operaini/">Opera&#8217;s Settings File Explained</a></p>
<p><a href="http://artykul8.com/media/2011/06/Temp-Opera.gif"><img src="http://artykul8.com/media/2011/06/Temp-Opera-600x267.gif" alt="" title="Temp-Opera" width="600" height="267" class="alignnone size-medium wp-image-486" /></a></p>
<h3>Safari:</h3>
<p>Safari unfortunately does not provide any way to change the location of its cache directory, just like it does not provide any way to change its advanced settings in a comprehensive way.</p>
<p><a href="http://en.wikipedia.org/wiki/About_URI_scheme">about URI scheme</a><br />
<br/></p>
]]></content:encoded>
			<wfw:commentRss>http://artykul8.com/2011/06/moving-browser-cache-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MBA Admission Lessons</title>
		<link>http://artykul8.com/2011/04/mba-admission-lessons/</link>
		<comments>http://artykul8.com/2011/04/mba-admission-lessons/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 02:29:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MBA]]></category>

		<guid isPermaLink="false">http://artykul8.com/?p=383</guid>
		<description><![CDATA[I hardly ever write about my personal life, but this time I feel like sharing one of my recent experiences. Last week I got accepted into the MBA program at Rotman School of Management (University of Toronto), one of the top Canadian and highly-ranked international business schools. For the past few years, I kept entertaining [...]]]></description>
			<content:encoded><![CDATA[<p>I hardly ever write about my personal life, but this time I feel like sharing one of my recent experiences. Last week I got accepted into the MBA program at <a href="http://www.rotman.utoronto.ca/">Rotman School of Management</a> (University of Toronto), one of the top Canadian and highly-ranked international business schools.</p>
<p>For the past few years, I kept entertaining the idea of going back to school for a graduate business degree to pursue the almost magical MBA. However, there always seem to be something making me postpone this decision &#8211; demanding work projects and new contracting opportunities, time and financial constraints, relationship status and travel plans, long term and short term goals. Nonetheless in the end of year 2010 I came to the realization that this is the time. There always will be obstacles and unfavorable circumstances bringing a lot uncertainty and risk to any decision, and it is never going to be any easier. However, our life is never a smooth sail in a sea of calmness, but rather a journey where inner peace is the one that matters.</p>
<p>Admission process is always one of the first major tests on the way of getting the desired degree. In addition to taking the GMAT and writing essays, the process involves a lot of ground work, getting admission application in one piece. Here are just a few lessons I learned from the admission process:</p>
<p> &#8211; <strong>Do your research about the business school.</strong> Make sure that the school you are applying to is a good fit with your goals and expectations. If the school is located in another city and this is going to add two hour commute to your full-time job, it is going to be very difficult to motivate yourself to go to classes every day, especially if the school was not on top of your list, but a third or fourth choice.</p>
<p> &#8211; <strong>Attend info sessions and talk to students and admission staff.</strong> Not only you can learn more about the program and school, but you can get invaluable advice on what is exactly expected in those five essays that you need to write, and maybe get a chance to review your application with one of the admission officers before the final submission.</p>
<p> &#8211; <strong>Don&#8217;t focus only on the GMAT score.</strong> Business schools are looking at your application to be well rounded, and pay attention to numerous other factors, such as your previous academic record, work experience, essays, and your social activity outside of work.</p>
<p> &#8211; <strong>Find the right referees.</strong> Rather than going after high level executives, who hardly have time to reply all their piling up emails, not to mention spend time in the evening writing a proper reference about you, ask your direct manager or a client to provide a reference. Quality of his or her reference would mean a lot more than their senior executive title.</p>
<p> &#8211; <strong>Start working on your essays early.</strong> Not only writing essays would be a good practice for AWA portion of GMAT, but also students often don&#8217;t realize the amount of time and effort that goes into well-written essays, leaving them for the last minute. Generally you would want to have at least a few revisions and get someone&#8217;s feedback on your essays before submitting them. That may add up to five or more days of work/critique per essay, depending on the quality level and expectations that you set for them.</p>
<p>Links to a few of my favorite GMAT and MBA admission articles:</p>
<p><a href="http://techcrunch.com/2010/05/08/is-an-mba-a-plus-or-a-minus-in-the-startup-world/">Is an MBA a Plus or a Minus in the Startup World?</a><br />
<a href="http://gmatclub.com/forum/best-gmat-books-77703.html">General GMAT Books Review</a><br />
<a href="http://gmatclub.com/forum/best-gmat-math-prep-books-reviews-recommendations-77291.html">Quantitative GMAT Books Review</a><br />
<a href="http://gmatclub.com/forum/best-gmat-verbal-prep-books-reviews-recommendations-78094.html">Verbal GMAT Books Review</a><br />
<a href="http://www.beatthegmat.com/mba/2010/10/28/analyzing-an-awa-argument">Analyzing an AWA Argument</a><br />
<a href="http://www.beatthegmat.com/mba/2009/12/30/ace-the-essays-no-thanks">Ace the Essays? No, Thanks!</a><br />
<a href="http://www.beatthegmat.com/mba/2010/10/17/the-top-5-mba-admissions-myths">The Top 5 MBA Admissions Myths</a><br />
<a href="http://www.beatthegmat.com/mba/2010/10/25/how-to-approach-business-school-information-sessions">How to Approach Business School Information Sessions</a></p>
<p><a href="http://artykul8.com/media/2011/04/SailBoat.jpg"><img src="http://artykul8.com/media/2011/04/SailBoat-600x360.jpg" alt="" title="SailBoat" width="600" height="360" class="alignnone size-medium wp-image-403" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://artykul8.com/2011/04/mba-admission-lessons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create Minimal Web Pages in SharePoint</title>
		<link>http://artykul8.com/2011/04/minimal-pages-in-sharepoint/</link>
		<comments>http://artykul8.com/2011/04/minimal-pages-in-sharepoint/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 14:55:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://artykul8.com/?p=354</guid>
		<description><![CDATA[This brief article talks about how to create minimalistic pages in SharePoint without deploying any server-side code, and with minimum effort by using only SharePoint Designer. By minimal web pages, here I mean master page and web pages that have only bare bones with essential web part zones, without any additional HTML markup for header, [...]]]></description>
			<content:encoded><![CDATA[<p>This brief article talks about how to create minimalistic pages in SharePoint without deploying any server-side code, and with minimum effort by using only SharePoint Designer. By minimal web pages, here I mean master page and web pages that have only bare bones with essential web part zones, without any additional HTML markup for header, footer, left-navigation, or additional server-side controls (such as, site actions, search box, etc.).</p>
<p>Please note, even though this post is about SharePoint 2007 implementation, very similar technique is applicable to SharePoint 2010 as well, with changes to the content of the master page mostly.<br />
<br/></p>
<p><strong>1.</strong> Create a minimal masterpage with SharePoint Designer following this MSDN article: <a href="http://msdn.microsoft.com/en-us/library/aa660698(office.12).aspx">How to: Create a Minimal Master Page</a>.</p>
<p>Basically, it all comes down to creating a file in SPD, which we are going to call <strong>msminimal.master</strong>, under your site&#8217;s <strong>http://site / _catalog / masterpage (Master Page Gallery)</strong>. That msminimal.master must contain only essential empty zones, and no client-side markup or server-side controls.</p>
<p>My only changes to the master page from MSDN article would be adding Visible=&#8221;false&#8221; attribute to Site Actions and Welcome if you would like to hide them in your future web pages:</p>
<pre>      &lt;wssuc:Welcome id="explitLogout" runat="server" <strong>Visible="false"</strong> /&gt;
      &lt;PublishingSiteAction:SiteActionMenu runat="server" <strong>Visible="false"</strong> /&gt; </pre>
<p> <a href="http://artykul8.com/media/2011/04/minimal-masterpage.gif"><img class="alignnone size-medium wp-image-368" title="minimal-masterpage" src="http://artykul8.com/media/2011/04/minimal-masterpage-600x241.gif" alt="" width="600" height="241" /></a><br />
<br/></p>
<p><strong>2.</strong> While in SharePoint Designer, create a new web aspx page and reference your new master page changing MasterPageFile attribute from <strong>~masterurl/default.master</strong> to <strong>_catalogs/masterpage/msminimal.master</strong>.</p>
<p>Here is an example of the simplest web page with just one web part zone:</p>
<pre>&lt;%@ Page language="C#" MasterPageFile="<strong>_catalogs/masterpage/msminimal.master</strong>" Inherits="Microsoft.SharePoint.WebPartPages.WebPartPage,Microsoft.SharePoint,Version=12.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c" meta:progid="SharePoint.WebPartPage.Document" %&gt;
&lt;%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %&gt;
&lt;%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %&gt;
&lt;%@ Import Namespace="Microsoft.SharePoint" %&gt;

&lt;asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server"&gt;
  &lt;WebPartPages:WebPartZone runat="server" FrameType="TitleBarOnly" ID="MainZone"&gt;
    &lt;ZoneTemplate&gt;
    &lt;/ZoneTemplate&gt;
  &lt;/WebPartPages:WebPartZone&gt;
&lt;/asp:Content&gt;</pre>
<p><br/></p>
<p><strong>3.</strong> Now if you want to edit your new custom web page visually in a browser and add web parts, you would need to use one old non-documented trick. Since there is no familiar header or site actions menu, you need to type in your Internet Explorer the following URL, in order to switch between view and edit mode, and back :</p>
<p><strong>javascript:MSOLayout_ToggleLayoutMode();</strong><br />
(Refer to my previous article on highly useful non-documented shortcuts <a href="http://artykul8.com/2011/03/useful-sharepoint-shortcuts/">http://artykul8.com/2011/03/useful-sharepoint-shortcuts/</a>)</p>
<p><a href="http://artykul8.com/media/2011/04/minimal-editpage.gif"><img src="http://artykul8.com/media/2011/04/minimal-editpage-600x261.gif" alt="" title="minimal-editpage" width="600" height="261" class="alignnone size-medium wp-image-369" /></a><br />
<br/></p>
<p><strong>4.</strong> After adding all necessary content to your custom web page, it contains only content and no additional header, footer, etc. This sometimes comes extremely useful if you want to display some specific content in a Page Viewer Web Part on another SharePoint site, or in a frame in another non-SharePoint web application.</p>
<p><a href="http://artykul8.com/media/2011/04/minimal-webpage.gif"><img src="http://artykul8.com/media/2011/04/minimal-webpage-600x452.gif" alt="" title="minimal-webpage" width="600" height="452" class="alignnone size-medium wp-image-370" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://artykul8.com/2011/04/minimal-pages-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 White Papers</title>
		<link>http://artykul8.com/2011/03/sharepoint-2010-white-papers/</link>
		<comments>http://artykul8.com/2011/03/sharepoint-2010-white-papers/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 18:42:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://artykul8.com/?p=343</guid>
		<description><![CDATA[I put together a collection of white papers and diagrams from Microsoft site, which are related to SharePoint 2010 deployment and configuration. Some of them are extremely useful when it comes to planning a new SharePoint installation or preparing technical documentation. I organized SharePoint Server 2010 resources into three categories, trying to match MOF phases &#8211; plan, deliver, [...]]]></description>
			<content:encoded><![CDATA[<p>I put together a collection of white papers and diagrams from Microsoft site, which are related to SharePoint 2010 deployment and configuration. Some of them are extremely useful when it comes to planning a new SharePoint installation or preparing technical documentation. I organized SharePoint Server 2010 resources into three categories, trying to match <a href="http://technet.microsoft.com/en-us/library/cc506049.aspx">MOF</a> phases &#8211; plan, deliver, operate. All other resources are grouped under specific server they relate to, namely Foundation, Search, FAST, Project Server, etc.</p>
<p>
<h3>Planning phase</h3>
</p>
<p><strong>Getting started with Microsoft SharePoint Server 2010</strong> (SharePtServGetStarted.doc)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=91B175B1-01D0-48DD-9147-58B6E96C500B">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=91B175B1-01D0-48DD-9147-58B6E96C500B</a></p>
<p><strong>Capacity planning for Microsoft SharePoint Server 2010</strong> (SharePtServPlanCap.doc)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5F403AD5-0352-4C9B-841B-D73D4CB88F45">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5F403AD5-0352-4C9B-841B-D73D4CB88F45</a></p>
<p><strong>Planning guide for server farms and environments for Microsoft SharePoint Server 2010</strong> (SharePtServPlanPlatfm.doc)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=BBD414C5-00FE-4A65-8A35-D52C9AA84609">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=BBD414C5-00FE-4A65-8A35-D52C9AA84609</a></p>
<p><strong>Topologies for SharePoint Server 2010</strong> (Topologies_SharePointServer2010.vsd)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=FD686CBB-8401-4F25-B65E-3CE7AA7DBEAB">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=FD686CBB-8401-4F25-B65E-3CE7AA7DBEAB</a></p>
<p><strong>Extranet Topologies for SharePoint 2010 Products</strong> (OIT2010_Model_ExtranetTopologies.vsd)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=EB4BFF25-BABA-4112-B518-F2FC442D5467">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=EB4BFF25-BABA-4112-B518-F2FC442D5467</a></p>
<p><strong>Planning guide for sites and solutions for Microsoft SharePoint Server 2010, Part 1</strong> (SharePtServPlanSandS1.doc)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=10104E47-7DFE-4AE5-A9EA-459E6AEBD34E">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=10104E47-7DFE-4AE5-A9EA-459E6AEBD34E</a></p>
<p><strong>Planning guide for sites and solutions for Microsoft SharePoint Server 2010, Part 2</strong> (SharePtServPlanSandS2.doc)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=11A9EACD-78C9-442E-AA5A-EE66D9CD5F77">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=11A9EACD-78C9-442E-AA5A-EE66D9CD5F77</a></p>
<p><strong>SharePoint 2010 Virtualization Guidance and Recommendations</strong> (oit2010-whitepaper-virtualization-guidance.docx)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=7b50c3ec-abb6-4416-a454-c461bff22e78">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=7b50c3ec-abb6-4416-a454-c461bff22e78</a></p>
<p><strong>SharePoint Server 2010 design samples: Corporate portal with classic authentication or with claims-based authentication</strong><br />
(SPS_2010_Design Sample_Corporate Portal_ClaimsAuth.vsd; SPS_2010_Design Sample_Corporate Portal_ClassicAuth.vsd)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=704C984D-2245-4A7D-8FF5-1E57C9A473A8">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=704C984D-2245-4A7D-8FF5-1E57C9A473A8</a></p>
<p>
<h3>Delivery phase</h3>
</p>
<p><strong>Deployment guide for Microsoft SharePoint Server 2010</strong> (SharePtServDeployment.doc)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=A54C7191-EB05-489E-A7CA-6453ABA8877C">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=A54C7191-EB05-489E-A7CA-6453ABA8877C</a></p>
<p><strong>SharePoint 2010 Products Deployment</strong> (Deployment_SharePoint2010Products.vsd)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=7604212E-67A6-407D-AE5C-9BB9D6325E17">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=7604212E-67A6-407D-AE5C-9BB9D6325E17</a></p>
<p><strong>SharePoint 2010 Products: Virtualization Process</strong> (SharePoint2010_ServerVirtualization.vsd)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=87F00C5D-1F62-4D3F-AC92-B91EB70D317E">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=87F00C5D-1F62-4D3F-AC92-B91EB70D317E</a></p>
<p><strong>Hosting Environments for SharePoint 2010 Products</strong> (Hosting_SharePointProducts2010.vsd)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=326845D1-95DB-4E55-B65A-218509DEBE24">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=326845D1-95DB-4E55-B65A-218509DEBE24</a></p>
<p><strong>Services in SharePoint 2010 Products</strong> (SvsSingleFarm_SharePointProducts2010.vsd)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=B9CA7745-FFA4-43CA-A638-E1AD868187CE">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=B9CA7745-FFA4-43CA-A638-E1AD868187CE</a></p>
<p><strong>Cross-farm Services in SharePoint 2010 Products</strong> (SvsCrossFarm_SharePointProducts2010.vsd)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5141C91C-0922-44FC-AAF4-64C5156209EF">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5141C91C-0922-44FC-AAF4-64C5156209EF</a></p>
<p>
<h3>Operational phase</h3>
</p>
<p><strong>Operations guide for servers and server farms for Microsoft SharePoint Server 2010</strong> (SharePtServOperations.doc)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=944519E8-E130-4E7A-8A8D-978B10AF77C1">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=944519E8-E130-4E7A-8A8D-978B10AF77C1</a></p>
<p><strong>Technical reference for Microsoft SharePoint Server 2010</strong> (SharePtServTechRef.doc)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=A3B9FA1B-0300-489E-8D67-F14DEB4C3A56">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=A3B9FA1B-0300-489E-8D67-F14DEB4C3A56</a></p>
<p><strong>Microsoft SharePoint Server 2010 Technical Library in Compiled Help format</strong> (SharePtServer2010.chm)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=3629425D-1505-456E-89E2-EDE95F75FFE5">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=3629425D-1505-456E-89E2-EDE95F75FFE5</a></p>
<p>
<h3>SP 2010 Foundation Resources</h3>
</p>
<p><strong>Getting started with Microsoft SharePoint Foundation 2010</strong> (SharePtFoundGetStart.doc)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=2D789716-2293-4007-A485-E092CA5EDC60">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=2D789716-2293-4007-A485-E092CA5EDC60</a></p>
<p><strong>Deployment guide for Microsoft SharePoint Foundation 2010</strong> (SharePointFoundDeplo.doc)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=4CF799A5-5C53-4BE7-B8DD-43DC8C49A1D4">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=4CF799A5-5C53-4BE7-B8DD-43DC8C49A1D4</a></p>
<p><strong>Planning guide for Microsoft SharePoint Foundation 2010</strong> (SharePointFoundPlan.doc)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=206A9F99-C42D-42B2-9094-A3B2EF4FCD12">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=206A9F99-C42D-42B2-9094-A3B2EF4FCD12</a></p>
<p><strong>Operations guide for SharePoint Foundation 2010</strong> (SharePointFoundOps.doc)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=71434993-E26F-43BE-B1BC-1DCAE65D46B5">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=71434993-E26F-43BE-B1BC-1DCAE65D46B5</a></p>
<p><strong>Microsoft SharePoint Foundation 2010 Technical Library in Compiled Help format</strong> (SharePtFound2010.chm)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=C8CF1631-0F48-4A02-A18D-54B04EB7F0A7">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=C8CF1631-0F48-4A02-A18D-54B04EB7F0A7</a></p>
<p><strong>Technical reference for Microsoft SharePoint Foundation 2010</strong> (SharePointFoundTecR.doc)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=32AE8CBE-A657-481D-A1D6-46140495231A">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=32AE8CBE-A657-481D-A1D6-46140495231A</a></p>
<p><strong>Business continuity management for Microsoft SharePoint Foundation 2010</strong> (SharePtFoundContinuit.doc)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=288C1D67-E980-477D-9EDD-F0865C3E533B">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=288C1D67-E980-477D-9EDD-F0865C3E533B</a></p>
<p>
<h3>Search</h3>
</p>
<p><strong>Getting Started with Enterprise Search in SharePoint 2010 Products</strong> (Getting Started with Enterprise Search in SharePoint 2010 Products.docx)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=96663B95-E9F5-48C8-BEB9-A15AD119C499">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=96663B95-E9F5-48C8-BEB9-A15AD119C499</a></p>
<p><strong>Search Technologies for SharePoint 2010 Products</strong> (Search Model 1 of 4 &#8211; Search Technologies.vsd)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=D7C0091E-5766-496D-A5FE-94BEA52C4B15">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=D7C0091E-5766-496D-A5FE-94BEA52C4B15</a></p>
<p><strong>Search Environment Planning for Microsoft SharePoint Server 2010</strong> (Search Model 2 of 4 &#8211; Search Environment Planning.vsd)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5655EACA-22DF-4089-BCD3-38A1F5318140">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5655EACA-22DF-4089-BCD3-38A1F5318140</a></p>
<p><strong>Search Architectures for Microsoft SharePoint Server 2010</strong> (Search Model 3 of 4 &#8211; Search Architectures.vsd)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=22FFC029-2C08-457D-8311-CA457C6D160E">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=22FFC029-2C08-457D-8311-CA457C6D160E</a></p>
<p><strong>Design Search Architectures for Microsoft SharePoint Server 2010</strong> (Search Model 4 of 4 &#8211; Farm-level design.vsd)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5A3CA177-FB9A-4901-9797-0C384277DB7C">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5A3CA177-FB9A-4901-9797-0C384277DB7C</a></p>
<p><strong>Microsoft Search Server 2010 Technical Library in Compiled Help format</strong> (SearchServer2010.chm)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=73B58B97-847A-4D86-892E-464826603D2B">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=73B58B97-847A-4D86-892E-464826603D2B</a></p>
<p>
<h3>FAST Search</h3>
</p>
<p><strong>Microsoft FAST Search Server 2010 for SharePoint Enterprise Search Evaluation Guide</strong> (FASTSearchServer2010_SearchEvalGuide.docx)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=F1E3FB39-6959-4185-8B28-5315300B6E6B">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=F1E3FB39-6959-4185-8B28-5315300B6E6B</a></p>
<p><strong>FAST Search Server 2010 for SharePoint Capacity Planning</strong> (FASTSearchSharePoint2010CapacityPlanningDoc.docx)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=65B799E3-825C-4398-8CD7-3311D3297997">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=65B799E3-825C-4398-8CD7-3311D3297997</a></p>
<p><strong>Deployment guide for FAST Search Server 2010 for SharePoint</strong> (FASTDeployment.doc)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=36411DA5-EA48-4AB5-8114-21ADB21259DE">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=36411DA5-EA48-4AB5-8114-21ADB21259DE</a></p>
<p><strong>Microsoft FAST Search Server 2010 for SharePoint Technical Library in Compiled Help format</strong> (FASTSearch2010.chm)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=EAD44C66-7D02-4EDF-9E56-2F56C6F59F22">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=EAD44C66-7D02-4EDF-9E56-2F56C6F59F22</a></p>
<p>
<h3>Project Server</h3>
</p>
<p><strong>Guide for IT Pros for Microsoft Project Server 2010</strong> (ProjectServerAll.doc)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=E730B697-9F7A-486D-9814-6FB7BA8D9CD1">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=E730B697-9F7A-486D-9814-6FB7BA8D9CD1</a></p>
<p><strong>Microsoft Project Server 2010 Technical Library in Compiled Help format</strong> (ProjectServer2010.chm)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=8E434C5C-0C6E-41E2-86AD-79FA30558FEB">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=8E434C5C-0C6E-41E2-86AD-79FA30558FEB</a></p>
<p><strong>Microsoft Project 2010 “Ignite” training slide presentations</strong> (Project2010IgniteTraining.zip)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=CD9F97C4-BB88-4B8E-B69A-62921B63FB18">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=CD9F97C4-BB88-4B8E-B69A-62921B63FB18</a></p>
<p><strong>Microsoft Project 2010 “Ignite” (a.k.a. “Quick Start 2010 Training”)</strong> (IgniteRecordings)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=22E41121-46D9-40E0-BF05-25A9859DCB84">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=22E41121-46D9-40E0-BF05-25A9859DCB84</a></p>
<p><strong>Project 2010 Reference: Software Development Kit</strong> (pj14sdk.exe)<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=46007F25-B44E-4AA6-80FF-9C0E75835AD9">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=46007F25-B44E-4AA6-80FF-9C0E75835AD9</a></p>
<p>
<h3>Non-SharePoint Related</h3>
</p>
<p><strong>Virtualization Overview, Methods, and Models</strong><br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=884E2E2A-E4D5-43C5-AAAF-5C1E6D793D9C">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=884E2E2A-E4D5-43C5-AAAF-5C1E6D793D9C</a></p>
<p><strong>Windows Server 2008 R2: Hyper-V Component Architecture</strong><br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5567B22A-8C47-4840-A88D-23146FD93151">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5567B22A-8C47-4840-A88D-23146FD93151</a></p>
<p><strong>IT Manager: Platform Solution Blueprint &#8211; Virtualization</strong><br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=1D7B4A0C-F21A-4E07-A779-F9F61A6D45D1">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=1D7B4A0C-F21A-4E07-A779-F9F61A6D45D1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://artykul8.com/2011/03/sharepoint-2010-white-papers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Most Useful Undocumented SharePoint 2007/2010 Shortcuts</title>
		<link>http://artykul8.com/2011/03/useful-sharepoint-shortcuts/</link>
		<comments>http://artykul8.com/2011/03/useful-sharepoint-shortcuts/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 22:37:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://artykul8.com/?p=296</guid>
		<description><![CDATA[Here are a couple of the most useful SharePoint shortcuts, which work in all version of SharePoint 2003, 2007, and 2010. Enter page web part maintenance mode Append ?contents=1 to the URL of the page for which you want to enter maintenance mode, for example: http://site/page.aspx?contents=1 Enter page edit mode Including system pages, such as [...]]]></description>
			<content:encoded><![CDATA[<p>Here are a couple of the most useful SharePoint shortcuts, which work in all version of SharePoint 2003, 2007, and 2010.</p>
<h3>Enter page web part maintenance mode</h3>
<p>
Append <strong><code>?contents=1</code></strong> to the URL of the page for which you want to enter maintenance mode, for example:
</p>
<p>
<strong>http://site/page.aspx?contents=1</strong>
</p>
<p><br/></p>
<h3>Enter page edit mode</h3>
<p>
Including system pages, such as view or edit pages: NewForm.aspx, EditForm.aspx, AllItems.aspx, etc.<br />
In Internet Explorer&#8217;s URL bar type:
</p>
<p>
<strong>javascript:MSOLayout_ToggleLayoutMode();</strong><br />
or<br />
<strong>javascript:MSOTlPn_ShowToolPane(&#8217;2&#8242;);</strong>
</p>
<p>For more details on ShowToolPane parameter, you can refer to this <a href="http://msdn.microsoft.com/en-us/library/dd583152(office.11).aspx#sharepoint_modifyingui_topic7">old MSDN article</a>.</p>
<p><strong>Heads up:</strong> There is one thing you must seriously consider before editing a system page. This lesson I learnt the hard way from exposing modified edit pages to end-users. When you modify a previously read-only system page, such as a view or edit form, through the shortcut explain above, you make it available for editing to anyone who has contribute rights on that library or list. Hence that page becomes vulnerable to accidental changes by non-power users, because previously hidden Edit Page menu will be visible to them in Site Actions menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://artykul8.com/2011/03/useful-sharepoint-shortcuts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Deleting GTP and EFI Partitions on Windows 7/Server 2008/Vista</title>
		<link>http://artykul8.com/2011/01/deleting-gtp-and-efi-partitions-on-windows-7server-2008vista/</link>
		<comments>http://artykul8.com/2011/01/deleting-gtp-and-efi-partitions-on-windows-7server-2008vista/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 22:51:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://artykul8.com/?p=303</guid>
		<description><![CDATA[If you are trying to delete GTP or EFI partition on your hard drive under Windows Server 2008/7/Vista using management console are you out of luck. However, here is the easiest way to get around it: Start command prompt and run diskpart.exe in command prompt issuing these commands as per illustration below: d:\path>diskpart.exe DISKPART> list [...]]]></description>
			<content:encoded><![CDATA[<p>If you are trying to delete GTP or EFI partition on your hard drive under Windows Server 2008/7/Vista using management console are you out of luck. However, here is the easiest way to get around it:</p>
<p>Start command prompt and run diskpart.exe in command prompt issuing these commands as per illustration below:<br />
d:\path><strong>diskpart.exe</strong><br />
DISKPART><strong> list disk</strong><br />
DISKPART><strong> select disk <em>x</em></strong><br />
DISKPART><strong> clean</strong></p>
<p>Please note, the reason for using &#8216;clean&#8217; command instead of &#8216;delete volume&#8217; is that &#8216;delete volume&#8217; crashes diskpart utility when attempting to delete GTP/EFI partitions. Also outdated <a href="http://blogs.msdn.com/b/amitjet/archive/2009/04/17/disk-partitioning-offset.aspx">diskpar.exe</a> utilitiy, which is frequently used for aligning physical partitions and is still quite popular for SSD optimization, cannot even read disk layout containing GTP or EFI partitions.</p>
<p><a href="http://artykul8.com/media/2010/10/diskpart.gif"><img src="http://artykul8.com/media/2010/10/diskpart-393x450.gif" alt="" title="diskpart" width="393" height="450" class="alignnone size-medium wp-image-304" /></a><br />
<br/><br />
Great post: <a href="http://pitumbo.com/how-delete-gpt-partition-or-efi-mac-hard-disks-vista-or-xp">How to Delete GPT Partition or EFI from Mac Hard Disks In Vista or XP</a><br />
Reference: <a href="http://support.microsoft.com/kb/300415">A Description of the Diskpart Command-Line Utility</a><br />
Diskpar &#038; Diskpart in server environment: <a href="http://blogs.msdn.com/b/amitjet/archive/2009/04/17/disk-partitioning-offset.aspx">Disk Partitioning Offset</a><br />
Disk partitioning Alignment: <a href="http://msdn.microsoft.com/en-us/library/dd758814.aspx">Disk Partition Alignment Best Practices for SQL Server</a><br />
SSD Optimization guide: <a href="http://www.ocztechnologyforum.com/forum/showthread.php?55238-Guide-for-Win-Xp-installation-with-Diskpar-%28alignment%29-nLite-Ramdrive-Page-file-Tweaks-Browser-Tweaks-My-Doc-folder-move-and-Print-Spooler-on-Vertex">OCZ Technology Forum</a><br />
<br/></p>
<p><a href="http://artykul8.com/media/2010/10/BayAdelaideCentre.jpg"><img src="http://artykul8.com/media/2010/10/BayAdelaideCentre-600x399.jpg" alt="" title="BayAdelaideCentre" width="600" height="399" class="alignnone size-medium wp-image-307" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://artykul8.com/2011/01/deleting-gtp-and-efi-partitions-on-windows-7server-2008vista/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fix for a Recurring Meeting Workspace Error</title>
		<link>http://artykul8.com/2010/08/fix-for-a-recurring-meeting-workspace-error/</link>
		<comments>http://artykul8.com/2010/08/fix-for-a-recurring-meeting-workspace-error/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 20:58:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://artykul8.com/?p=214</guid>
		<description><![CDATA[A great time saving post on MS SharePoint Designer Team blog: How to fix: Recurring Meeting Workspace error: ‘g_InstanceID’ is undefined I ran into this problem after applying a custom master page to a meeting workspace, which was linked to a recurring event. Date selection on the left navigation stopped working if a custom master [...]]]></description>
			<content:encoded><![CDATA[<p>A great time saving post on MS SharePoint Designer Team blog:<br />
<a href="http://blogs.msdn.com/spdsupport/archive/2008/03/24/how-to-fix-recurring-meeting-workspace-error-g-instanceid-is-undefined.aspx">How to fix: Recurring Meeting Workspace error: ‘g_InstanceID’ is undefined</a></p>
<p>I ran into this problem after applying a custom master page to a meeting workspace, which was linked to a recurring event. Date selection on the left navigation stopped working if a custom master page was selected, but it worked fine when site master page was set to a standard SharePoint one.</p>
<p>Adding these two lines to a custom master page, mentioned in the blog post above, resolve the issue:</p>
<p><code><br />
&lt;%@Master language="C#"%&gt;<br />
<strong>&lt;%@ Register Tagprefix="Meetings" Namespace="Microsoft.SharePoint.Meetings" Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%&gt;</strong><br />
...<br />
&lt;body&gt;<br />
<strong>&lt;Meetings:PropertyBag runat="server"/&gt;</strong><br />
...<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://artykul8.com/2010/08/fix-for-a-recurring-meeting-workspace-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VSeWSS BIN Deployment and CAS Policy Issues</title>
		<link>http://artykul8.com/2010/07/vsewss-bin-deployment-and-cas-policy-issues/</link>
		<comments>http://artykul8.com/2010/07/vsewss-bin-deployment-and-cas-policy-issues/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 16:03:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[WSS 3.0]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>

		<guid isPermaLink="false">http://artykul8.com/?p=280</guid>
		<description><![CDATA[There is a bug in Visual Studio Extensions for WSS (including VSeWSS 1.3) &#8211; if you are targeting your web part deployment into BIN instead of GAC, you are in for an upleasant surprise, when you realize that you custom access policy is not working. The reason for this is incorrect assembly reference in manifest.xml, [...]]]></description>
			<content:encoded><![CDATA[<p>There is a bug in Visual Studio Extensions for WSS (including VSeWSS 1.3) &#8211; if you are targeting your web part deployment into BIN instead of GAC, you are in for an upleasant surprise, when you realize that you custom access policy is not working.</p>
<p>The reason for this is incorrect assembly reference in manifest.xml, which results in invalid URL for IMembershipCondition element, where binary name has an extra .dll suffix in CAS policy file, just like in the file excerpt below:</p>
<pre><strong>C:\Program Files\Common Files\microsoft shared\Web Server Extensions\12\CONFIG\wss_custom_wss_mediumtrust_<em>guid</em>.config</strong></pre>
<p><code>   ...<br />
  &lt;CodeGroup version="1" PermissionSetName="mycustomwebpart.wsp-12345678-90AB-1234-5678-90ABC3456-1"&gt;<br />
    &lt;IMembershipCondition version="1" Name="MyCustomWebPart" Url="$AppDirUrl$/bin/<strong><span style="color: #ff0000;">MyCustomWebPart.dll.dll</span></strong>" /&gt;<br />
  &lt;/CodeGroup&gt;<br />
</code></p>
<p>The solution for this problem is relatively simple:</p>
<p>- in your Visual Studio open <strong>WSP View</strong> pane, click Refresh button to update solution files</p>
<p>- open manifest.xml and in <strong>&lt;Assembly&gt;</strong> element <strong>remove extension &#8216;.dll&#8217; from Assembly Name attribute</strong>:<br />
<code><br />
&lt;Solution ...&gt;<br />
  ...<br />
  &lt;CodeAccessSecurity&gt;<br />
    &lt;PolicyItem xmlns="<a href="http://schemas.microsoft.com/sharepoint/">http://schemas.microsoft.com/sharepoint/</a>"&gt;<br />
      ...<br />
      &lt;Assemblies&gt;<br />
        &lt;Assembly Name="MyCustomWebPart" /&gt;<br />
      &lt;/Assemblies&gt;<br />
    &lt;/PolicyItem&gt;<br />
&lt;/Solution&gt;<br />
</code></p>
<p>Additionally, while editing <strong>manifest.xml</strong> if you like to grant your web part additional security privileges you might need to add a few lines to <strong>PermissionSet</strong> element. In particular, if you are using MOSS Search or Search Server functionality, such as KeywordQuery or FullTextSqlQuery classes you would need <strong>RegistryPermission</strong> and <strong>FileIOPermission</strong> lines.<br />
<code><br />
  &lt;PermissionSet class="NamedPermissionSet" version="1" Description="Example"&gt;<br />
    ...<br />
    &lt;IPermission class="System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /&gt;<br />
    &lt;IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /&gt;<br />
    &lt;IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /&gt;<br />
    &lt;IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"version="1" Unrestricted="true" PathDiscovery="*AllFiles*" /&gt;<br />
  &lt;/PermissionSet&gt;<br />
</code></p>
<p>Additional resources:</p>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/library/ee909485(office.12).aspx">MSDN: Administrator and Developer Guide to Code Access Security in SharePoint Server 2007</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/ms442108(office.12).aspx">MSDN: Solution Schema</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/cc768613(office.12).aspx">MSDN: Securing Web Parts in Windows SharePoint Services</a></li>
<li><a href="http://www.bluedoglimited.com/SharePointThoughts/ViewPost.aspx?ID=249">BlueDog Limited post: Code Access Security policies within SharePoint v3</a></li>
</ul>
<p><a href="http://artykul8.com/media/2009/10/StLMParkBench.jpg"><img src="http://artykul8.com/media/2009/10/StLMParkBench-600x400.jpg" alt="" title="StLMParkBench" width="600" height="400" class="size-medium wp-image-142" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://artykul8.com/2010/07/vsewss-bin-deployment-and-cas-policy-issues/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Merging VMware Fusion/Workstation Virtual Split Disk into a Single VMDK</title>
		<link>http://artykul8.com/2010/07/merging-vmware-split-disk-into-single-vmdk/</link>
		<comments>http://artykul8.com/2010/07/merging-vmware-split-disk-into-single-vmdk/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 17:36:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VM]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://artykul8.com/?p=191</guid>
		<description><![CDATA[Every time you create a new virtual machine in VMware Fusion/Workstation, it is always created with a virtual disk (VMDK) split up into 2Gb files. One of the main reasons for that, I guess would be a limitation of FAT-32 file system &#8211; maximum file size of 2Gb. However, if you are no longer using [...]]]></description>
			<content:encoded><![CDATA[<p>Every time you create a new virtual machine in VMware Fusion/Workstation, it is always created with a virtual disk (VMDK) split up into 2Gb files. One of the main reasons for that, I guess would be a limitation of FAT-32 file system &#8211; maximum file size of 2Gb. However, if you are no longer using FAT file system and would like to convert the default vmdk into one single pre-allocated file, here is what you can do.</p>
<p>In order to convert the existing virtual disk to a single .vmdk file you would need to use a console application &#8216;VMware Virtual Disk Manager&#8217; located in <code><strong>'/Library/Application Support/VMWare Fusion'</strong></code> folder.</p>
<p>Follow these two steps:</p>
<p> &#8211; open your Mac terminal console (Applications -> Utilities -> Terminal) and navigate to the folder with your VMware disk image</p>
<p> &#8211; from that folder run the following command (typing VMware&#8217;s diskmanager path with backslash prefixes for space):</p>
<p><code><strong>/Library/Application\ Support/VMWare\ Fusion/vmware-diskmanager -r <em>originalSplitDisk.vmdk</em> -t 0 <em>targetSingleDisk.vmdk</em></strong></code></p>
<p><a href="http://artykul8.com/media/2010/03/vmware-fusion-merge.png"><img src="http://artykul8.com/media/2010/03/vmware-fusion-merge-450x135.png" alt="" title="vmware-fusion-merge" width="450" height="135" class="alignnone size-medium wp-image-192" /></a></p>
<p>If you are running VMware Workstation on Windows, you can use the same command with the only difference that vmware-vdiskmanager.exe would be located in a folder where VMware Workstation was installed, e.g.: <code><strong>C:\Program Files\VMware\VMware Workstation</strong></code>.</p>
<p>Documentation and other examples for VMware Virtual Disk Manager use:</p>
<ul>
<li><a href="http://www.vmware.com/support/ws45/doc/disks_vdiskmanager_run_ws.html">http://www.vmware.com/support/ws45/doc/disks_vdiskmanager_run_ws.html</a></li>
<li><a href="http://www.vmware.com/support/ws45/doc/disks_vdiskmanager_eg_ws.html">http://www.vmware.com/support/ws45/doc/disks_vdiskmanager_eg_ws.html</a></li>
</ul>
<p><a href="http://artykul8.com/media/2010/03/PacificBeachSunset.jpg"><img src="http://artykul8.com/media/2010/03/PacificBeachSunset-450x600.jpg" alt="" title="PacificBeachSunset" width="450" height="600" class="alignnone size-medium wp-image-200" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://artykul8.com/2010/07/merging-vmware-split-disk-into-single-vmdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

