<?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>Beginning SharePoint Development</title>
	<atom:link href="http://www.beginningsharepointdevelopment.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.beginningsharepointdevelopment.com</link>
	<description>Add SharePoint Developer to Your Resume Now!</description>
	<lastBuildDate>Wed, 16 Dec 2009 16:13:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SharePoint Development Techniques</title>
		<link>http://www.beginningsharepointdevelopment.com/sharepoint-development-techniques</link>
		<comments>http://www.beginningsharepointdevelopment.com/sharepoint-development-techniques#comments</comments>
		<pubDate>Wed, 16 Dec 2009 16:13:18 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.beginningsharepointdevelopment.com/?p=33</guid>
		<description><![CDATA[Beyond basic development knowledge, learning SharePoint development is about mastering the various SharePoint development techniques. The problem is that there are so many things you need to master. Even if you have .NET programming experience and even if you speak XML natively, you need to learn how to apply those skills to SharePoint. 
You need [...]]]></description>
			<content:encoded><![CDATA[<p>Beyond basic development knowledge, learning SharePoint development is about mastering the various SharePoint development techniques. The problem is that there are so many things you need to master. Even if you have .NET programming experience and even if you speak XML natively, you need to learn how to apply those skills to SharePoint. </p>
<p>You need to learn CAML, the language used to describe SharePoint artifacts, to query SharePoint data, and render visual appearance of objects such as lists and views. You need to learn web part development if you want to create resuable visual components for your solution. You need to understand the event model so you can capture important events and react accordingly. You may need custom actions to modify the user interface or delegate controls to add plugin functionality to pages. </p>
<p>In Beginning SharePoint Development, you&#8217;ll learn all of these skills and many more. After reading and watching the videos you will be able to start creating solutions that utilize the power of SharePoint.</p>
<p>You can read the entire <a href="http://www.beginningsharepointdevelopment.com/">Beginning SharePoint Development</a> issue, including more than three hours of video tutorials and demonstrations for just $14.95.</p>
<p><a href="http://www.understandingsharepoint.com/url/uspj/0105"><img src="/button.png" border="0" alt="Add SharePoint Developer to Your Resume Now!" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginningsharepointdevelopment.com/sharepoint-development-techniques/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Development in Visual Studio</title>
		<link>http://www.beginningsharepointdevelopment.com/sharepoint-development-in-visual-studio</link>
		<comments>http://www.beginningsharepointdevelopment.com/sharepoint-development-in-visual-studio#comments</comments>
		<pubDate>Tue, 01 Dec 2009 16:06:40 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.beginningsharepointdevelopment.com/?p=34</guid>
		<description><![CDATA[If you want to be a serious developer then you want to utilize Visual Studio for SharePoint development. Many of the tasks required by a SharePoint solution revolves around creating features, solutions, pages, web parts, and workflows, and for absolute control and power, there&#8217;s no other option than Visual Studio. 
In Beginning SharePoint Development, you&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to be a serious developer then you want to utilize Visual Studio for SharePoint development. Many of the tasks required by a SharePoint solution revolves around creating features, solutions, pages, web parts, and workflows, and for absolute control and power, there&#8217;s no other option than Visual Studio. </p>
<p>In Beginning SharePoint Development, you&#8217;ll learn how to harness the power of Visual Studio and freely available extensions such as WSPBuilder to create compelling and effective SharePoint solutions. I&#8217;ll show you how to build individual features, how to create web parts, how to create SharePoint lists and list definitions, as well as how you can wrap all of these artefacts into SharePoint WSP solution packages.</p>
<p>Everything you learn is applicable both to Visual Studio 2005 and to Visual Studio 2008, and you can use both the free Express editions or the other editions of Visual Studio. Whether you are an experienced .NET developer or a complete newbie, you&#8217;ll be up and running as a SharePoint developer by the end of the issue.</p>
<p>You can read the entire <a href="http://www.beginningsharepointdevelopment.com/">Beginning SharePoint Development</a> issue, including more than three hours of video tutorials and demonstrations for just $14.95.</p>
<p><a href="http://www.understandingsharepoint.com/url/uspj/0105"><img src="/button.png" border="0" alt="Add SharePoint Developer to Your Resume Now!" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginningsharepointdevelopment.com/sharepoint-development-in-visual-studio/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Solution Development</title>
		<link>http://www.beginningsharepointdevelopment.com/sharepoint-solution-development</link>
		<comments>http://www.beginningsharepointdevelopment.com/sharepoint-solution-development#comments</comments>
		<pubDate>Thu, 19 Nov 2009 10:53:31 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.beginningsharepointdevelopment.com/?p=29</guid>
		<description><![CDATA[Developing SharePoint solution files (WSP files) is a tedious task. Fortunately, many tools can help you a long way towards automating SharePoint solution file creation. 
In Beginning SharePoint Development, I&#8217;ll show you how to build these solution files from scratch. This is important because your automatic tools may not fulfill your requirements in some cases. [...]]]></description>
			<content:encoded><![CDATA[<p>Developing SharePoint solution files (WSP files) is a tedious task. Fortunately, many tools can help you a long way towards automating SharePoint solution file creation. </p>
<p>In Beginning SharePoint Development, I&#8217;ll show you how to build these solution files from scratch. This is important because your automatic tools may not fulfill your requirements in some cases. </p>
<p>I&#8217;ll show you how to build the DDF file used in WSP file creation, how to use makecab.exe to create the WSP file, how to build the solution manifest file (manifest.xml), and of course, how to install and deploy your solution to your SharePoint farm.</p>
<p>Finally, I&#8217;ll show you how you can use WSPBuilder to automate these tasks so that your every day SharePoint solution development is as simple as a few clicks of the mouse.</p>
<p>You can read the entire <a href="http://www.beginningsharepointdevelopment.com/">Beginning SharePoint Development</a> issue, including more than three hours of video tutorials and demonstrations for just $14.95.</p>
<p><a href="http://www.understandingsharepoint.com/url/uspj/0105"><img src="/button.png" border="0" alt="Add SharePoint Developer to Your Resume Now!" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginningsharepointdevelopment.com/sharepoint-solution-development/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Development Software &amp; Tools</title>
		<link>http://www.beginningsharepointdevelopment.com/sharepoint-development-software-tools</link>
		<comments>http://www.beginningsharepointdevelopment.com/sharepoint-development-software-tools#comments</comments>
		<pubDate>Thu, 12 Nov 2009 12:06:32 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.beginningsharepointdevelopment.com/?p=36</guid>
		<description><![CDATA[Having the right software and tools is important because this will not only speed up your development but also save your potential human errors. 
In Beginning SharePoint Journal, I&#8217;ll introduce you to several very important tools for the SharePoint developer, including Visual Studio, SharePoint Manager 2007, and the all-time favorite tool of every SharePoint developer, [...]]]></description>
			<content:encoded><![CDATA[<p>Having the right software and tools is important because this will not only speed up your development but also save your potential human errors. </p>
<p>In Beginning SharePoint Journal, I&#8217;ll introduce you to several very important tools for the SharePoint developer, including Visual Studio, SharePoint Manager 2007, and the all-time favorite tool of every SharePoint developer, WSPBuilder.</p>
<p>I will also show you tips and tricks to speed up your development time so you can focus more on delivering great content and less on trivial and meaningless tasks. Here is a sample of two quick tips from the USP Journal YouTube channel:</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/uWBNts3pbtk&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/uWBNts3pbtk&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p>You can read the entire <a href="http://www.beginningsharepointdevelopment.com/">Beginning SharePoint Development</a> issue, including more than three hours of video tutorials and demonstrations for just $14.95.</p>
<p><a href="http://www.understandingsharepoint.com/url/uspj/0105"><img src="/button.png" border="0" alt="Add SharePoint Developer to Your Resume Now!" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginningsharepointdevelopment.com/sharepoint-development-software-tools/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Web Part Development</title>
		<link>http://www.beginningsharepointdevelopment.com/sharepoint-web-part-development</link>
		<comments>http://www.beginningsharepointdevelopment.com/sharepoint-web-part-development#comments</comments>
		<pubDate>Tue, 03 Nov 2009 20:51:17 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.beginningsharepointdevelopment.com/?p=31</guid>
		<description><![CDATA[One of the most common methods for creating a user interface in both ASP.NET and SharePoint is to create web parts. Web parts are mini-applications that run inside part of a page, as opposed to regular web applications, which run on a full page.
If you have already used SharePoint, you have also used web parts. [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most common methods for creating a user interface in both ASP.NET and SharePoint is to create web parts. Web parts are mini-applications that run inside part of a page, as opposed to regular web applications, which run on a full page.</p>
<p>If you have already used SharePoint, you have also used web parts. For example, the announcement list on the front page of a Team Site is a web part, as is the SharePoint logo on the right side of the front page.</p>
<p>In Chapter 5 of Beginning SharePoint Development, I&#8217;ll walk you through creating a web part, using WSPBuilder, and explain the basics of how web part development works. One of the videos included in the issue shows you the creation process as well.</p>
<p>You can read the entire <a href="http://www.beginningsharepointdevelopment.com/">Beginning SharePoint Development</a> issue, including more than three hours of video tutorials and demonstrations for just $14.95.</p>
<p><a href="http://www.understandingsharepoint.com/url/uspj/0105"><img src="/button.png" border="0" alt="Add SharePoint Developer to Your Resume Now!" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginningsharepointdevelopment.com/sharepoint-web-part-development/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Lab Machine Setup</title>
		<link>http://www.beginningsharepointdevelopment.com/sharepoint-lab-machine-setup</link>
		<comments>http://www.beginningsharepointdevelopment.com/sharepoint-lab-machine-setup#comments</comments>
		<pubDate>Sun, 25 Oct 2009 13:35:26 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.beginningsharepointdevelopment.com/?p=40</guid>
		<description><![CDATA[When starting out learning SharePoint development, the first task is to build a SharePoint development lab machine. However, you need to take care when building your lab environment because of the server-oriented development methods. 
In the first chapter of Beginning SharePoint Development, you will learn how to build your development environment. This will help you [...]]]></description>
			<content:encoded><![CDATA[<p>When starting out learning SharePoint development, the first task is to build a SharePoint development lab machine. However, you need to take care when building your lab environment because of the server-oriented development methods. </p>
<p>In the first chapter of Beginning SharePoint Development, you will learn how to build your development environment. This will help you get quickly into the actual SharePoint developer training tutorials and exercises provided in later chapters.</p>
<p>You can download the <a href="http://beginningsharepointdevelopment.com/Beginning_SharePoint_Development_preview.pdf">first chapter free of charge</a>, and view most of the SharePoint lab setup videos from the <a href="http://youtube.com/uspjournal" target="_blank" rel="nofollow">USP Journal YouTube channel</a>. </p>
<p>Here is one sample video, covering setting up IIS on your development machine:</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/94IAaqpYlqI&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/94IAaqpYlqI&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>In addition, you can read the entire <a href="http://www.beginningsharepointdevelopment.com/">Beginning SharePoint Development</a> issue, including more than three hours of video tutorials and demonstrations for just $14.95.</p>
<p><a href="http://www.understandingsharepoint.com/url/uspj/0105"><img src="/button.png" border="0" alt="Add SharePoint Developer to Your Resume Now!" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginningsharepointdevelopment.com/sharepoint-lab-machine-setup/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Videos</title>
		<link>http://www.beginningsharepointdevelopment.com/videos</link>
		<comments>http://www.beginningsharepointdevelopment.com/videos#comments</comments>
		<pubDate>Sat, 24 Oct 2009 23:36:37 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.beginningsharepointdevelopment.com/?p=42</guid>
		<description><![CDATA[Beginning SharePoint Development includes 21 high-definition videos lasting a total of approximately 3 hour and 15 minutes. These HD videos that walks you through the exercises in the PDF journal. The videos are available as .wmv files.
You can also look at sample content from the issue on the Understanding SharePoint Journal YouTube channel where you [...]]]></description>
			<content:encoded><![CDATA[<p>Beginning SharePoint Development includes 21 high-definition videos lasting a total of approximately 3 hour and 15 minutes. These HD videos that walks you through the exercises in the PDF journal. The videos are available as .wmv files.</p>
<p>You can also look at sample content from the issue on the <a href="http://youtube.com/uspjournal" target="_blank">Understanding SharePoint Journal YouTube channel</a> where you will find most of the videos for Chapter 1. </p>
<p>You will also find several bonus videos such as this overview of WSPBuilder, one of the SharePoint Development tools you will learn to use in this issue:<br/></p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/ljKnLllZbxU&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ljKnLllZbxU&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object><br />
<br/></p>
<div>
You can read the entire <a href="http://www.beginningsharepointdevelopment.com/">Beginning SharePoint Development</a> issue, including more than three hours of video tutorials and demonstrations for just $14.95.</p>
<p><a href="http://www.understandingsharepoint.com/url/uspj/0105"><img src="/button.png" border="0" alt="Add SharePoint Developer to Your Resume Now!" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginningsharepointdevelopment.com/videos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
