<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>MOSS 2007</title>
        <link>http://waynester.net/blog/category/26.aspx</link>
        <description>Microsoft Office SharePoint Server (MOSS) 2007</description>
        <language>en-US</language>
        <copyright>Wayne Larimore</copyright>
        <managingEditor>wayne@waynester.net</managingEditor>
        <generator>Subtext Version 1.9.3.51</generator>
        <item>
            <title>SharePoint Development Track now available</title>
            <link>http://waynester.net/blog/archive/2008/11/18/SharePoint-Development-Track-now-available.aspx</link>
            <description>&lt;p&gt;&lt;font face="Verdana" size="2"&gt;I caught this over at &lt;a target="_blank" href="http://blogs.technet.com/stefan_gossner"&gt;Stefan's blog&lt;/a&gt;.  MSDN's ramp up site has a SharePoint Development Track available, located directly at &lt;/font&gt;&lt;a href="http://msdn.microsoft.com/en-us/rampup/dd221355.aspx"&gt;&lt;font face="Verdana" size="2"&gt;http://msdn.microsoft.com/en-us/rampup/dd221355.aspx&lt;/font&gt;&lt;/a&gt;&lt;font face="Verdana" size="2"&gt;.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Some of the tracks include:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Level 1: Web Parts&lt;/strong&gt;&lt;br /&gt;
Did you know that in SharePoint you can build pages as easy as in ASP.NET – and allow end users to create dashboards? Web parts allow for creating components of Web user interface that can be reused on multiple Web pages. These are introduced in ASP.NET and built on in SharePoint where they can be added to pages by end users and managed by IT Professionals. In this topic you will learn about building simple Web parts for SharePoint and how to connect them back to SharePoint site data.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Level 2: Data Lists&lt;/strong&gt;&lt;br /&gt;
Did you know that SharePoint developers can work with data from lists that users get access to too? Data lists provide data storage for end users in SharePoint. End users can create lists with schema all through the SharePoint user interface and they can create, edit, and view the data. All of this data can be programmatically accessed by developers and this topic is all about that.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Level 3: Event Handlers&lt;/strong&gt;&lt;br /&gt;
Did you know that SharePoint developers can automatically process data that your users upload via a spreadsheet? Event handlers (or event receivers) are custom code that runs on the SharePoint server in response to something that happens on the server. Event handlers can be useful for running business logic in response to data being added to the site. This topic shows how to create simple event handlers and investigates ways that event handlers can be used in SharePoint.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Level 4: Workflow&lt;/strong&gt;&lt;br /&gt;
Did you know that you can write WF workflows in SharePoint without having to worry about storage, persistence, or how to interact with the user? Workflow in SharePoint allows for implementation of processes that require interaction such as email approvals or form completion by people in your organization. This topic shows you how to create simple workflows in SharePoint using Visual Studio that involve approvals from people by email and for meeting room resource bookings with an administrator.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Level 5: Silverlight Web Parts&lt;/strong&gt;&lt;br /&gt;
Did you know that you can build rich Internet applications with SharePoint? Silverlight is a new Web user interface technology from Microsoft that allows for each implementation of animations and videos. This topic shows how a SharePoint user interface can be enhanced by using Silverlight in Web parts as part of a SharePoint site.&lt;/p&gt;&lt;img src="http://waynester.net/blog/aggbug/5742.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Wayne Larimore</dc:creator>
            <guid>http://waynester.net/blog/archive/2008/11/18/SharePoint-Development-Track-now-available.aspx</guid>
            <pubDate>Wed, 19 Nov 2008 05:26:59 GMT</pubDate>
            <wfw:comment>http://waynester.net/blog/comments/5742.aspx</wfw:comment>
            <comments>http://waynester.net/blog/archive/2008/11/18/SharePoint-Development-Track-now-available.aspx#feedback</comments>
            <wfw:commentRss>http://waynester.net/blog/comments/commentRss/5742.aspx</wfw:commentRss>
            <trackback:ping>http://waynester.net/blog/services/trackbacks/5742.aspx</trackback:ping>
        </item>
        <item>
            <title>Missing SQL Server Management Studio</title>
            <link>http://waynester.net/blog/archive/2008/10/21/Missing-SQL-Server-Management-Studio.aspx</link>
            <description>&lt;p&gt;&lt;strong&gt;Missing your SQL Server Management Studio after installing SQL Server 2005&lt;/strong&gt;?  When creating my Microsoft Office SharePoint Server (MOSS) development environment I had the same problem.  Thankfully, &lt;a href="http://blogs.neudesic.com/blogs/pete_orologas/archive/2006/10/12/416.aspx"&gt;Pete Orologas&lt;/a&gt; posted a solution and it worked for me.  Apparently, if there is already a \Program Files\Microsoft SQL Server\90\Tools folder that exists then the installer moves on to the next step.  How does that subfolder get there?  Well, if you install Visual Studio before SQL it creates the folder when installing SQL Express.  Or if you install the SQL Express edition it will create the tools folder.&lt;/p&gt;
&lt;h3&gt;THE SOLUTION?&lt;/h3&gt;
&lt;p&gt;Rename the Tools folder to something like Tools_bkup and run the "&lt;strong&gt;SqlRun_Tools&lt;/strong&gt;" exe or msi file.  This is located on the install media inside the {&lt;em&gt;drive&lt;/em&gt;}:\{&lt;em&gt;platform_specific_pathing&lt;/em&gt;}\&lt;strong&gt;Tools\Setup&lt;/strong&gt; subfolder.&lt;/p&gt;
&lt;p&gt;This worked for me.  I hope it helps in your situation.  Leave comments of your experience.&lt;/p&gt;&lt;img src="http://waynester.net/blog/aggbug/5739.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Wayne Larimore</dc:creator>
            <guid>http://waynester.net/blog/archive/2008/10/21/Missing-SQL-Server-Management-Studio.aspx</guid>
            <pubDate>Tue, 21 Oct 2008 15:36:23 GMT</pubDate>
            <wfw:comment>http://waynester.net/blog/comments/5739.aspx</wfw:comment>
            <comments>http://waynester.net/blog/archive/2008/10/21/Missing-SQL-Server-Management-Studio.aspx#feedback</comments>
            <wfw:commentRss>http://waynester.net/blog/comments/commentRss/5739.aspx</wfw:commentRss>
            <trackback:ping>http://waynester.net/blog/services/trackbacks/5739.aspx</trackback:ping>
        </item>
        <item>
            <title>cannot get the list schema column property from the SharePoint list</title>
            <link>http://waynester.net/blog/archive/2008/09/04/cannot-get-the-list-schema-column-property-from-the-SharePoint.aspx</link>
            <description>&lt;h3&gt;"cannot get the list schema column property from the SharePoint list"&lt;/h3&gt;
&lt;p&gt;Have you ever got this error?  Recently, when troubleshooting a problem my manager was having while Exporting a custom list from MOSS 2007 WSS 3 to Office Excel 2003 I found a solution.&lt;/p&gt;
&lt;p&gt;I found a &lt;a target="_blank" href="http://www.eggheadcafe.com/software/aspnet/30031255/cannot-get-the-list-schem.aspx"&gt;thread of folks&lt;/a&gt; experiencing the same issue.  In that thread I found that someone had pinpointed their problem to a date column.  They &lt;u&gt;changed the definition from date to 'Single Line Of Text' and then back to "Date"&lt;/u&gt; (Date Only) and fixed the problem. &lt;/p&gt;
&lt;p&gt;So, I tried that and everything started working again.  I have Office 2007 installed on my PC and didn't have this problem.  I tested it out in our training room which has Office 2003 installed.  Another strangety in SharePoint land but mystery solved on this end.&lt;/p&gt;
&lt;p&gt;Other references:&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;font face="Arial"&gt;&lt;a href="http://epes.wordpress.com/2008/02/09/sharepoint-cannot-get-the-list-schema-column-property-from-the-sharepoint-list/"&gt;http://epes.wordpress.com/2008/02/09/sharepoint-cannot-get-the-list-schema-column-property-from-the-sharepoint-list/&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Arial"&gt;&lt;br /&gt;
&lt;a href="http://forums.technet.microsoft.com/en-US/sharepointgeneral/thread/5454b84f-6af5-4d3d-9671-45aa4aa9e418/"&gt;http://forums.technet.microsoft.com/en-US/sharepointgeneral/thread/5454b84f-6af5-4d3d-9671-45aa4aa9e418/&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;[update]&lt;/strong&gt;&lt;/font&gt; Apparently, there's a post SP1 hotfix available here --&amp;gt; &lt;font face="Arial"&gt;&lt;a href="http://support.microsoft.com/kb/941422"&gt;http://support.microsoft.com/kb/941422&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps others that might be pulling their hair out.  Post a comment if it does.&lt;/p&gt;&lt;img src="http://waynester.net/blog/aggbug/5738.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Wayne Larimore</dc:creator>
            <guid>http://waynester.net/blog/archive/2008/09/04/cannot-get-the-list-schema-column-property-from-the-SharePoint.aspx</guid>
            <pubDate>Thu, 04 Sep 2008 14:04:04 GMT</pubDate>
            <wfw:comment>http://waynester.net/blog/comments/5738.aspx</wfw:comment>
            <comments>http://waynester.net/blog/archive/2008/09/04/cannot-get-the-list-schema-column-property-from-the-SharePoint.aspx#feedback</comments>
            <wfw:commentRss>http://waynester.net/blog/comments/commentRss/5738.aspx</wfw:commentRss>
            <trackback:ping>http://waynester.net/blog/services/trackbacks/5738.aspx</trackback:ping>
        </item>
        <item>
            <title>My Own SharePoint Resource Page</title>
            <link>http://waynester.net/blog/archive/2008/08/04/My-Own-SharePoint-Resource-Page.aspx</link>
            <description>&lt;p&gt;&lt;font face="Verdana" size="2"&gt;I have started a &lt;/font&gt;&lt;a target="_self" href="http://waynester.net/blog/archive/2008/08/04/SharePointResources.aspx"&gt;&lt;font face="Verdana" size="2"&gt;SharePoint resource page&lt;/font&gt;&lt;/a&gt;&lt;font face="Verdana" size="2"&gt;.  I have been recommending (and still do) some of the great ones out there.  However, I have found that some of my experiences and needs differ in a lot of ways.  As with others, my &lt;/font&gt;&lt;a target="_self" href="http://waynester.net/blog/archive/2008/08/04/SharePointResources.aspx"&gt;&lt;font face="Verdana" size="2"&gt;resource page&lt;/font&gt;&lt;/a&gt;&lt;font face="Verdana" size="2"&gt; has started out as something I use to personally reference in my day-to-day work routine.  If it helps others that would be great too.  Here's the beginnings of my &lt;/font&gt;&lt;a target="_self" href="http://waynester.net/blog/archive/2008/08/04/SharePointResources.aspx"&gt;&lt;font face="Verdana" size="2"&gt;MOSS SharePoint InfoPath Workflow .NET Resource Page&lt;/font&gt;&lt;/a&gt;&lt;font face="Verdana" size="2"&gt;.  It will be growing significantly over the coming days.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_self" href="http://waynester.net/blog/archive/2008/08/04/SharePointResources.aspx"&gt;&lt;font face="Verdana" size="2"&gt;Waynester's SharePoint Resource page&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://waynester.net/blog/aggbug/5735.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Wayne Larimore</dc:creator>
            <guid>http://waynester.net/blog/archive/2008/08/04/My-Own-SharePoint-Resource-Page.aspx</guid>
            <pubDate>Mon, 04 Aug 2008 15:45:26 GMT</pubDate>
            <wfw:comment>http://waynester.net/blog/comments/5735.aspx</wfw:comment>
            <comments>http://waynester.net/blog/archive/2008/08/04/My-Own-SharePoint-Resource-Page.aspx#feedback</comments>
            <wfw:commentRss>http://waynester.net/blog/comments/commentRss/5735.aspx</wfw:commentRss>
            <trackback:ping>http://waynester.net/blog/services/trackbacks/5735.aspx</trackback:ping>
        </item>
        <item>
            <title>Do Less, Get More, Develop On SharePoint</title>
            <link>http://waynester.net/blog/archive/2008/06/04/Do-Less-Get-More-Develop-On-SharePoint.aspx</link>
            <description>&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Great Resource for us SharePoint developers!&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;a href="http://www.mssharepointdeveloper.com/"&gt;&lt;strong&gt;&lt;span style="COLOR: blue; FONT-FAMILY: 'Calibri','sans-serif'"&gt;&lt;font face="Verdana" size="2"&gt;http://www.MsSharePointDeveloper.com&lt;/font&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;img src="http://waynester.net/blog/aggbug/5726.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Wayne Larimore</dc:creator>
            <guid>http://waynester.net/blog/archive/2008/06/04/Do-Less-Get-More-Develop-On-SharePoint.aspx</guid>
            <pubDate>Wed, 04 Jun 2008 18:05:34 GMT</pubDate>
            <wfw:comment>http://waynester.net/blog/comments/5726.aspx</wfw:comment>
            <comments>http://waynester.net/blog/archive/2008/06/04/Do-Less-Get-More-Develop-On-SharePoint.aspx#feedback</comments>
            <wfw:commentRss>http://waynester.net/blog/comments/commentRss/5726.aspx</wfw:commentRss>
            <trackback:ping>http://waynester.net/blog/services/trackbacks/5726.aspx</trackback:ping>
        </item>
        <item>
            <title>Hands on Labs for Developing Apps on WSS 3.0</title>
            <link>http://waynester.net/blog/archive/2008/06/02/Hands-on-Labs-for-Developing-Apps-on-WSS-3.0.aspx</link>
            <description>&lt;p&gt;&lt;font face="Arial"&gt;[via &lt;a title="Andrew Connell" href="http://feeds.feedburner.com/AndrewConnell" target="_blank"&gt;AC&lt;/a&gt;]&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;Do you need hands-on development experience with Windows SharePoint Services 3.0 Applications?  Here's a link to start your journey:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=b885dce8-c93f-48aa-b798-4422febcc200&amp;amp;DisplayLang=en"&gt;Hands on Labs for Developing Applications on Windows SharePoint Services 3.0&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;&lt;img src="http://waynester.net/blog/aggbug/5725.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Wayne Larimore</dc:creator>
            <guid>http://waynester.net/blog/archive/2008/06/02/Hands-on-Labs-for-Developing-Apps-on-WSS-3.0.aspx</guid>
            <pubDate>Tue, 03 Jun 2008 04:28:54 GMT</pubDate>
            <wfw:comment>http://waynester.net/blog/comments/5725.aspx</wfw:comment>
            <comments>http://waynester.net/blog/archive/2008/06/02/Hands-on-Labs-for-Developing-Apps-on-WSS-3.0.aspx#feedback</comments>
            <wfw:commentRss>http://waynester.net/blog/comments/commentRss/5725.aspx</wfw:commentRss>
            <trackback:ping>http://waynester.net/blog/services/trackbacks/5725.aspx</trackback:ping>
        </item>
        <item>
            <title>SharePoint Business Decision Maker (BDM) &amp; Technical Templates</title>
            <link>http://waynester.net/blog/archive/2008/06/01/SharePoint-Business-Decision-Maker-BDM--Technical-Templates.aspx</link>
            <description>&lt;p&gt;[via &lt;a href="http://technet.microsoft.com/en-us/windowsserver/sharepoint/bb848090.aspx"&gt;TechNet&lt;/a&gt;]&lt;/p&gt;
&lt;p&gt;Each application template has a companion set of two datasheets. For business decision makers, the functional overview (BDM datasheet) highlights the features and details of the scenario which can be used to consider deployment. The technical overview (TDM datasheet) is for IT professionals and describes the scenario, Web parts, relevant workflows, lists, and document libraries that are part of the template.&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;a href="http://technet.microsoft.com/en-us/windowsserver/sharepoint/bb848090.aspx"&gt;http://technet.microsoft.com/en-us/windowsserver/sharepoint/bb848090.aspx&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;img src="http://waynester.net/blog/aggbug/5724.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Wayne Larimore</dc:creator>
            <guid>http://waynester.net/blog/archive/2008/06/01/SharePoint-Business-Decision-Maker-BDM--Technical-Templates.aspx</guid>
            <pubDate>Mon, 02 Jun 2008 02:44:49 GMT</pubDate>
            <wfw:comment>http://waynester.net/blog/comments/5724.aspx</wfw:comment>
            <comments>http://waynester.net/blog/archive/2008/06/01/SharePoint-Business-Decision-Maker-BDM--Technical-Templates.aspx#feedback</comments>
            <wfw:commentRss>http://waynester.net/blog/comments/commentRss/5724.aspx</wfw:commentRss>
            <trackback:ping>http://waynester.net/blog/services/trackbacks/5724.aspx</trackback:ping>
        </item>
        <item>
            <title>Sharepoint Developer Training for Newbies</title>
            <link>http://waynester.net/blog/archive/2008/05/18/Sharepoint-Developer-Training-for-Newbies.aspx</link>
            <description>&lt;p&gt;[via &lt;a title="Andrew Connell" href="http://feeds.feedburner.com/AndrewConnell" target="_blank"&gt;AC&lt;/a&gt;]&lt;/p&gt;
&lt;p&gt;If you can, and it's free, hook into these upcoming SharePoint developer training series:&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;font face="Arial"&gt;&lt;a href="http://blogs.msdn.com/pandrew/archive/2008/05/12/sharepoint-developer-msdn-web-cast-series.aspx"&gt;SharePoint Developer MSDN Web Cast Series&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;img src="http://waynester.net/blog/aggbug/5723.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Wayne Larimore</dc:creator>
            <guid>http://waynester.net/blog/archive/2008/05/18/Sharepoint-Developer-Training-for-Newbies.aspx</guid>
            <pubDate>Mon, 19 May 2008 04:07:21 GMT</pubDate>
            <wfw:comment>http://waynester.net/blog/comments/5723.aspx</wfw:comment>
            <comments>http://waynester.net/blog/archive/2008/05/18/Sharepoint-Developer-Training-for-Newbies.aspx#feedback</comments>
            <wfw:commentRss>http://waynester.net/blog/comments/commentRss/5723.aspx</wfw:commentRss>
            <trackback:ping>http://waynester.net/blog/services/trackbacks/5723.aspx</trackback:ping>
        </item>
        <item>
            <title>14 1/2 Years Of Loyalty Comes To an End</title>
            <link>http://waynester.net/blog/archive/2008/04/13/14-12-Years-Of-Loyalty--Then-Betrayal.aspx</link>
            <description>&lt;p&gt;Last Thursday I got "the call" that all employees dread - "you're no longer needed".  Our company went through yet another round of layoffs and this time my number was called.  I had survived so many of these over the 14 1/2 years of my career - with the same company (very rare, I know).  It caught me by complete surprise.  I was their number one "MOSS" man, they told me just days before.  Then came "the call".&lt;/p&gt;
&lt;p&gt;I guess I've been very fortunate in my career.  I've only experienced two layoffs in 20 years.  I do not recommend it to anyone.  It kind of feels like being betrayed.  At one moment you're part of the family, then the next you're thrown to the curb and locked out of the home (networks).  It feels lonely.  For two hours after that phone call, I didn't call my wife.  I needed time to reflect of what just happened.  Working remote, I wasn't escorted out of the building or asked to embarrasingly carry my box of personals out of the building (thank God!).  However, I just sat there and reflected on what it all meant.&lt;/p&gt;
&lt;p&gt;At the same time, I am not bitter.  In fact, for the most part, I am at peace with the outcome.  I know I'm going to be alright.  My family and I &lt;a href="http://www.debtfreefivekids.com"&gt;don't have any debt&lt;/a&gt;, we have an emergency fund and I do not need to make any rash decisions on the next step of my career.  I would love to keep &lt;a href="http://www.waynester.net/blog/archive/2006/08/16/ExtremeOfficeMakeOver.aspx"&gt;my office&lt;/a&gt; and work for someone remote.  However, I know that might not work out.  I'm hoping to find a situation that I enjoy.  There's got to be a place for a guy with my experience.  If you know and / or looking for someone feel free to contact me.&lt;/p&gt;
&lt;p&gt;I look forward to this new season of my career.  I believe there's a reason for everything and nothing gets by God that He doesn't approve (refer to Job in the Bible).  I'm not limiting myself to a specific technology or platform.  I am a problem-solver and troubleshooter.  I enjoy seeing my work make a difference in the workplace - a process more efficient, less paperwork to handle and / or simply lessening human workload.  I guess you could say I'm a computer geek at heart.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;[update]&lt;/strong&gt; I have edited this posting and removed previous interview-related ones in deference to those who construe them offensive.&lt;/p&gt;&lt;img src="http://waynester.net/blog/aggbug/5715.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Wayne Larimore</dc:creator>
            <guid>http://waynester.net/blog/archive/2008/04/13/14-12-Years-Of-Loyalty--Then-Betrayal.aspx</guid>
            <pubDate>Sun, 13 Apr 2008 07:05:36 GMT</pubDate>
            <wfw:comment>http://waynester.net/blog/comments/5715.aspx</wfw:comment>
            <comments>http://waynester.net/blog/archive/2008/04/13/14-12-Years-Of-Loyalty--Then-Betrayal.aspx#feedback</comments>
            <slash:comments>5</slash:comments>
            <wfw:commentRss>http://waynester.net/blog/comments/commentRss/5715.aspx</wfw:commentRss>
            <trackback:ping>http://waynester.net/blog/services/trackbacks/5715.aspx</trackback:ping>
        </item>
        <item>
            <title>More SharePoint Video Development Goodness</title>
            <link>http://waynester.net/blog/archive/2008/04/08/More-SharePoint-Video-Development-Goodness.aspx</link>
            <description>&lt;p&gt;&lt;font face="Verdana" size="2"&gt;[via &lt;a title="Andrew Connell" target="_blank" href="http://feeds.feedburner.com/AndrewConnell"&gt;AC&lt;/a&gt;]&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;Andrew Connell has two more WSS 3.0 HOW-To videos published up on MSDN:&lt;/font&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;&lt;strong&gt;MSDN Visual How To: Adding Code-Behind Files to Master Pages and Content Pages in Windows SharePoint Services 3.0&lt;br /&gt;
    &lt;/strong&gt;Learn how to use code-behind files in custom content pages in Windows SharePoint Services 3.0.&lt;/font&gt;&lt;/font&gt; &lt;/li&gt;
    &lt;li&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;&lt;strong&gt;MSDN Visual How To: Creating, Deploying, and Debugging Custom Timer Jobs in Windows SharePoint Services 3.0&lt;br /&gt;
    &lt;/strong&gt;Learn how to harness the power of custom timer jobs in Windows SharePoint Services 3.0.&lt;/font&gt;&lt;/font&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;You can find the links on his posting by going to:&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;&lt;font face="Arial"&gt;&lt;a href="http://andrewconnell.com/blog/archive/2008/04/08/Two-new-WSS-3.0-MSDN-Visual-How-Tos-Published.aspx"&gt;http://andrewconnell.com/blog/archive/2008/04/08/Two-new-WSS-3.0-MSDN-Visual-How-Tos-Published.aspx&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana"&gt;&lt;font size="2"&gt;&lt;font face="Arial"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;img src="http://waynester.net/blog/aggbug/5714.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Wayne Larimore</dc:creator>
            <guid>http://waynester.net/blog/archive/2008/04/08/More-SharePoint-Video-Development-Goodness.aspx</guid>
            <pubDate>Tue, 08 Apr 2008 21:38:17 GMT</pubDate>
            <wfw:comment>http://waynester.net/blog/comments/5714.aspx</wfw:comment>
            <comments>http://waynester.net/blog/archive/2008/04/08/More-SharePoint-Video-Development-Goodness.aspx#feedback</comments>
            <wfw:commentRss>http://waynester.net/blog/comments/commentRss/5714.aspx</wfw:commentRss>
            <trackback:ping>http://waynester.net/blog/services/trackbacks/5714.aspx</trackback:ping>
        </item>
    </channel>
</rss>