<?xml version="1.0" encoding="UTF-8"?><!--RSS generated by Windows SharePoint Services V3 RSS Generator on 3/14/2010 1:21:25 AM--><?xml-stylesheet type="text/xsl" href="/_layouts/RssXslt.aspx?List=745fa1c9-870f-4d3a-8d45-d2d8d83e6d9c" version="1.0"?><rss version="2.0"><channel><title>Jeremy Sublett</title><link>http://jeremysublett.com</link><description>RSS feed for the Posts list.</description><copyright>(c) Jeremy Sublett 2009</copyright><lastBuildDate>Sun, 14 Mar 2010 06:21:25 GMT</lastBuildDate><generator>SharePoint CKS:EBE</generator><ttl>60</ttl><image><title>Jeremy Sublett</title><url>http://jeremysublett.com/_layouts/images/homepage.gif</url><link>http://jeremysublett.com</link></image><item><title>Odd Error When Retrieving Items from an SPView</title><link>http://jeremysublett.com/archive/2009/08/01/odd-error-when-retrieving-items-from-an-spview.aspx</link><guid isPermaLink="False">/archive/2009/08/01/odd-error-when-retrieving-items-from-an-spview.aspx</guid><description><![CDATA[When attempting to retrieve items from an SPView programmatically, you cannot reference fields by name or by their ID.  Note, I’m using MOSS 2007 with SP2.  So here’s the code that causes the issue (and resulted in over 3 hours of wasted time)… Guid listId = new Guid(...);
Guid viewId = new Guid(...... (More)]]></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Sublett</dc:creator><pubDate>Sat, 01 Aug 2009 23:34:06 GMT</pubDate></item><item><title>Document Library Icons Missing</title><link>http://jeremysublett.com/archive/2009/06/30/document-library-icons-missing.aspx</link><guid isPermaLink="False">/archive/2009/06/30/document-library-icons-missing.aspx</guid><description><![CDATA[Here’s something to keep in mind as you provision document libraries inside SharePoint.  You can provision document libraries through both the web (site) and site (site collection) scoped features.  The way you would do this is through use of the ListInstance element similar to the following:&lt;Lis... (More)]]></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Sublett</dc:creator><pubDate>Tue, 30 Jun 2009 12:46:05 GMT</pubDate></item><item><title>Kentucky .NET Group is Alive</title><link>http://jeremysublett.com/archive/2009/06/26/kentucky-net-group-is-alive.aspx</link><guid isPermaLink="False">/archive/2009/06/26/kentucky-net-group-is-alive.aspx</guid><description><![CDATA[Last night we had our re-kickoff meeting of the Kentucky .NET Group (kydotnet.org), based in Louisville, KY.  Chad Campbell a two-time MVP gave a great talk on Silverlight 3.0 Beta.  He showed how we will be able to take our Silverlight applications off-line and run them from the desktop – even when... (More)]]></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Sublett</dc:creator><pubDate>Fri, 26 Jun 2009 10:13:55 GMT</pubDate></item><item><title>Keep Site Definition IDs Unique</title><link>http://jeremysublett.com/archive/2009/06/11/keep-site-definition-ids-unique.aspx</link><guid isPermaLink="False">/archive/2009/06/11/keep-site-definition-ids-unique.aspx</guid><description><![CDATA[
This recently bit me.  I had two different site definitions.  They had two different webtemp xml files, of course.
Here’s the first one:
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt; 
&lt;Templates xmlns:ows=&quot;Microsoft SharePoint&quot; &gt;  &lt;Template Name=&quot;STOR... (More)]]></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Sublett</dc:creator><pubDate>Thu, 11 Jun 2009 11:14:00 GMT</pubDate><category domain="http://jeremysublett.com/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>Always Capitalize (all-caps) Boolean Values in CAML</title><link>http://jeremysublett.com/archive/2009/06/02/always-capitalize-boolean-values-in-caml.aspx</link><guid isPermaLink="False">/archive/2009/06/02/always-capitalize-boolean-values-in-caml.aspx</guid><description><![CDATA[
So here I was, late at night, banging my head against the desk trying to figure out why my a custom field’s custom property wasn’t hiding when I clearly stated Hidden=”true”.  As it turns out, you need to specify the uppercase value for that boolean or it simply won’t work.  There’s no error; it j... (More)]]></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Sublett</dc:creator><pubDate>Tue, 02 Jun 2009 23:17:00 GMT</pubDate><category domain="http://jeremysublett.com/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>Understanding SharePoint Lists and Content Types</title><link>http://jeremysublett.com/archive/2009/05/13/understanding-sharepoint-lists-and-content-types.aspx</link><guid isPermaLink="False">/archive/2009/05/13/understanding-sharepoint-lists-and-content-types.aspx</guid><description><![CDATA[
This post discusses lists and content types in SharePoint.  It’s an overview of the concepts from a developer’s perspective.
Before getting into content types, it’s important to do a brief review of Lists.  Central to SharePoint is the concept of a list, which is often compared to a database tabl... (More)]]></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Sublett</dc:creator><pubDate>Wed, 13 May 2009 14:00:00 GMT</pubDate><category domain="http://jeremysublett.com/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>Rob Bogue and Governance</title><link>http://jeremysublett.com/archive/2009/04/16/rob-bogue-and-governance.aspx</link><guid isPermaLink="False">/archive/2009/04/16/rob-bogue-and-governance.aspx</guid><description><![CDATA[
We just had another great Kentucky SharePoint User Group meeting (KYSPUG) tonight.  Rob Bogue came all the way down from Indianapolis and spoke to the group about the topic of governance.  He did a wonderful job sharing with the group what governance is all about and how to get starting putting a ... (More)]]></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Sublett</dc:creator><pubDate>Thu, 16 Apr 2009 22:04:00 GMT</pubDate><category domain="http://jeremysublett.com/archive/tags/Community/default.aspx">Community</category><category domain="http://jeremysublett.com/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>SharePoint Designer is FREE!</title><link>http://jeremysublett.com/archive/2009/04/15/sharepoint-designer-is-free.aspx</link><guid isPermaLink="False">/archive/2009/04/15/sharepoint-designer-is-free.aspx</guid><description><![CDATA[
Yes.  It wasn’t an April fools joke as someone asked me :).  Microsoft actually made SharePoint Designer a free tool.  In case you don’t know about SharePoint Designer, it is the replacement product for FrontPage.  It’s a great tool that has all the capabilities of FrontPage, but clearly stands ap... (More)]]></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Sublett</dc:creator><pubDate>Wed, 15 Apr 2009 01:01:00 GMT</pubDate><category domain="http://jeremysublett.com/archive/tags/SharePoint Designer/default.aspx">SharePoint Designer</category><category domain="http://jeremysublett.com/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>Using CKS:EBE 2.5</title><link>http://jeremysublett.com/archive/2009/04/14/using-cksebe-2-5.aspx</link><guid isPermaLink="False">/archive/2009/04/14/using-cksebe-2-5.aspx</guid><description><![CDATA[
I finally carved out some time to look into the latest updates to the CKS:EBE (Community Kit for SharePoint: Enhanced Blog Edition).  I took the dive, got the latest build and ran with it.  I’ve come to like it, but it wasn’t without a few issues.  I implemented EBE 2.0 about a year ago and always... (More)]]></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Sublett</dc:creator><pubDate>Tue, 14 Apr 2009 08:15:00 GMT</pubDate><category domain="http://jeremysublett.com/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>Sharing Resources among WSPs is Dangerous</title><link>http://jeremysublett.com/archive/2009/04/12/sharing-resources-among-wsps-is-dangerous.aspx</link><guid isPermaLink="False">/archive/2009/04/12/sharing-resources-among-wsps-is-dangerous.aspx</guid><description><![CDATA[ Did you know that if you create two different SharePoint solution packages (WSPs) that both share assemblies or even images, that retracting the one of the solutions will remove the resource and break the other WSP(s)? Let’s say you have a shared utility library that has some common SharePoint rout... (More)]]></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Sublett</dc:creator><pubDate>Sun, 12 Apr 2009 11:48:00 GMT</pubDate><category domain="http://jeremysublett.com/archive/tags/SharePoint/default.aspx">SharePoint</category></item></channel></rss>