<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Eric Webb</title>
	<link>http://ericcwebb.com</link>
	<description>Work, life, and everything else...</description>
	<lastBuildDate>Tue, 26 Jan 2010 16:03:56 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Page Layouts, Solutions and SharePoint Designer (Updated)</title>
		<description><![CDATA[If you are deploying custom page layouts using a feature, DO NOT OPEN THEM IN SHAREPOINT DESIGNER!  Not even once.  Not just to &#8220;take a look&#8221;.  Not for giggles.
Why?  Because once you open that page layout in SharePoint Designer, it gets un-ghosted.  This does two things.  First, it means [...]]]></description>
		<link>http://ericcwebb.com/2010/01/22/page-layouts-solutions-and-sharepoint-designer/</link>
			</item>
	<item>
		<title>Sharepoint CSS: Moving webparts</title>
		<description><![CDATA[This issue has been bugging me for months.  On several sites that I&#8217;ve branded, I&#8217;ve add a DOCTYPE to the masterpage that indicates to the browser to render the pages in standards mode.  An unfortunate side effect of this occurs when you try to move webparts on a page: the little bar that [...]]]></description>
		<link>http://ericcwebb.com/2009/09/17/sharepoint-css-moving-webparts/</link>
			</item>
	<item>
		<title>Virtual PC: Tab/Escape not working</title>
		<description><![CDATA[Today, all of the sudden the tab and escape keys stopped working in Virtual PC.  Had never happened before.  I reinstalled VM Additions, restarted the VM, nothing worked.  I then found the solution in a form post:
&#8220;If you are running into this issue on Vista and Windows 7 you can get the TAB key back [...]]]></description>
		<link>http://ericcwebb.com/2009/09/16/virtual-pc-tabescape-not-working/</link>
			</item>
	<item>
		<title>Sharepoint Top Nav Dividers</title>
		<description><![CDATA[ In a client project I&#8217;m working on, the design calls for dividers in between each navigation link.  No problem.  Here&#8217;s the CSS:
.ms-topnav a
{
	border-left-style:solid !important;
	border-left-color:#fff !important;
	border-left-width:1px !important;
	padding: 0 10px 0 10px;

}

However, this leaves the border on the first element of the navigation, which we don&#8217;t want.  There&#8217;s no way to select that [...]]]></description>
		<link>http://ericcwebb.com/2009/09/01/sharepoint-top-nav-dividers/</link>
			</item>
	<item>
		<title>Sharepoint base css</title>
		<description><![CDATA[Here&#8217;s a simple stylesheet that I&#8217;m going to start using as a basis for customizing all of my Sharepoint team sites.

/* Top Bar */
.ms-globalbreadcrumb
{
	background-color:#7caf72;
}

/* Header */
.ms-globalTitleArea
{
	background:none !important;
}

/* Navigation */
.ms-bannerContainer, .ms-pagemargin, .ms-navframe, .ms-leftareacell
{
	background:none !important;
}
.ms-nav
{
	background-image:none !important;
}
.ms-topnavContainer, .ms-topnavselected, .ms-topnav {
	border: none;
	background: none;

}

table.ms-topnavselected, table.ms-topnav {
	height: 30px;
	margin-left: 1px;
	margin-right: 1px;
}
.ms-topnavContainer div
{
	background-color:transparent !important;	
}
.ms-topNavFlyOuts, .ms-topNavFlyOuts a:link
{
	background-color:transparent !important;
}
/* Body */
body {
	text-align: center; 
	margin: 0px [...]]]></description>
		<link>http://ericcwebb.com/2009/08/25/sharepoint-base-css/</link>
			</item>
	<item>
		<title>Windows 7/Server 2008 R2 Boot to VHD</title>
		<description><![CDATA[Found this great tutorial on creating bootable, sysprep&#8217;d VHD&#8217;s on the fly here.
I plan on trying this out later this week and posting my findings.
]]></description>
		<link>http://ericcwebb.com/2009/08/19/windows-7server-2008-r2-boot-to-vhd/</link>
			</item>
	<item>
		<title>Big javascript post</title>
		<description><![CDATA[All of this javascript goodness became useful while I was using jquery to call Sharepoint web services, specifically after I wrapped all of the functionality into a class.
1.  Context &#8211; this issue arose while using jquery&#8217;s .ajax() method as so:
$.ajax({
            url: "../_vti_bin/lists.asmx",
   [...]]]></description>
		<link>http://ericcwebb.com/2009/06/16/big-javascript-post/</link>
			</item>
</channel>
</rss>
