<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.sharepointblogs.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>The Boiler Room - Mark Kruger (5 Year Microsoft SharePoint MVP) - All Comments</title><link>http://www.sharepointblogs.com/mkruger/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>re: Using [Today] in a Calculated Formula (Birthday Lists)</title><link>http://www.sharepointblogs.com/mkruger/archive/2007/06/26/using-today-in-a-calculated-formula-birthday-lists.aspx#18338</link><pubDate>Thu, 03 Jul 2008 14:38:03 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:18338</guid><dc:creator>Shai</dc:creator><description>&lt;p&gt;Genius.&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=18338" width="1" height="1"&gt;</description></item><item><title>re: HowTo: Using SharePoint Calculated Columns to Display a List Item as "X" Days Old</title><link>http://www.sharepointblogs.com/mkruger/archive/2007/06/26/howto-using-sharepoint-calculated-columns-to-display-a-list-item-as-quot-x-quot-days-old.aspx#18002</link><pubDate>Tue, 24 Jun 2008 14:52:16 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:18002</guid><dc:creator>gokhan</dc:creator><description>&lt;p&gt;=CONCATENATE(ABS(HOUR(today())-HOUR(today()));&amp;quot;:&amp;quot;;ABS(MINUTE(Modified)-MINUTE(Created)))&lt;/p&gt;
&lt;p&gt;this works&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=18002" width="1" height="1"&gt;</description></item><item><title>re: Using [Today] in a Calculated Formula (Birthday Lists)</title><link>http://www.sharepointblogs.com/mkruger/archive/2007/06/26/using-today-in-a-calculated-formula-birthday-lists.aspx#17670</link><pubDate>Tue, 17 Jun 2008 11:47:16 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:17670</guid><dc:creator>Nimi Kaul</dc:creator><description>&lt;p&gt;THanks. THis was very helpful.&lt;/p&gt;
&lt;p&gt;But, will i have to create the today column every month (everytime a month changes)?&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=17670" width="1" height="1"&gt;</description></item><item><title>re: Content Query Web Part - Unable to Activate the Publishing Infrastructure</title><link>http://www.sharepointblogs.com/mkruger/archive/2008/03/19/so-you-want-the-content-query-web-part.aspx#17505</link><pubDate>Wed, 11 Jun 2008 19:45:36 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:17505</guid><dc:creator>Paul</dc:creator><description>&lt;p&gt;TJ, &lt;/p&gt;
&lt;p&gt;Make sure you have MOSS installed (not just WSS, there is no publishing in WSS).&lt;/p&gt;
&lt;p&gt;Then make sure the SharePoint publishing Infrastructure is turned on at the Site Collection Feature level, then turn on the Publishing feature in the 'Site Features' section.&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=17505" width="1" height="1"&gt;</description></item><item><title>re: Using [Today] in a Calculated Formula (Birthday Lists)</title><link>http://www.sharepointblogs.com/mkruger/archive/2007/06/26/using-today-in-a-calculated-formula-birthday-lists.aspx#17476</link><pubDate>Wed, 11 Jun 2008 07:38:19 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:17476</guid><dc:creator>Motorboy</dc:creator><description>&lt;p&gt;I have created similar issue as Michelle.&lt;/p&gt;
&lt;p&gt;Two collumns:&lt;/p&gt;
&lt;p&gt;DayToday: =DAY(BirthDate)-DAY(Today)&lt;/p&gt;
&lt;p&gt;ThisMonth: =MONTH(BirthDate)-MONTH(Today)&lt;/p&gt;
&lt;p&gt;where I setted up filter on DayToday=0 and ThisMonth=0, but I found out, that this columns doesn'n re-count automatically :-(&lt;/p&gt;
&lt;p&gt;Any Ideas?&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=17476" width="1" height="1"&gt;</description></item><item><title>re: Using [Today] in a Calculated Formula (Birthday Lists)</title><link>http://www.sharepointblogs.com/mkruger/archive/2007/06/26/using-today-in-a-calculated-formula-birthday-lists.aspx#17456</link><pubDate>Tue, 10 Jun 2008 14:31:09 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:17456</guid><dc:creator>Steven</dc:creator><description>&lt;p&gt;Excellent find!! &amp;nbsp;Why wouldn't Microsoft include the [Today] functionality as built-in?!?&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=17456" width="1" height="1"&gt;</description></item><item><title>re: Using [Today] in a Calculated Formula (Birthday Lists)</title><link>http://www.sharepointblogs.com/mkruger/archive/2007/06/26/using-today-in-a-calculated-formula-birthday-lists.aspx#17428</link><pubDate>Mon, 09 Jun 2008 19:07:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:17428</guid><dc:creator>Michelle</dc:creator><description>&lt;p&gt;I am using this to determine someone's age based on subtracting the year in the birthday field from the year in the today field. &amp;nbsp;This works fine, but i want it to display &amp;quot;n/a&amp;quot; in the age column if the birthday field is null. &amp;nbsp;Does someone know how to do this? &amp;nbsp;Here is my current formula for age:&lt;/p&gt;
&lt;p&gt;=(YEAR(today))-(YEAR([Child 1 Birthday]))&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=17428" width="1" height="1"&gt;</description></item><item><title>re: Using [Today] in a Calculated Formula (Birthday Lists)</title><link>http://www.sharepointblogs.com/mkruger/archive/2007/06/26/using-today-in-a-calculated-formula-birthday-lists.aspx#17325</link><pubDate>Fri, 06 Jun 2008 14:01:37 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:17325</guid><dc:creator>Kathy</dc:creator><description>&lt;p&gt;Has anyone figured out how to use the TODAY as the current date and time so that items that are tracked for aging are updated?&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=17325" width="1" height="1"&gt;</description></item><item><title>re: HowTo: Using SharePoint Calculated Columns to Display a List Item as "X" Days Old</title><link>http://www.sharepointblogs.com/mkruger/archive/2007/06/26/howto-using-sharepoint-calculated-columns-to-display-a-list-item-as-quot-x-quot-days-old.aspx#17264</link><pubDate>Thu, 05 Jun 2008 01:13:11 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:17264</guid><dc:creator>Alvin</dc:creator><description>&lt;p&gt;This post really help me a lot, but is there possible for us to calculate the time, i mean in hour, not only in year, month and date. thanks&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=17264" width="1" height="1"&gt;</description></item><item><title>re: Free SharePoint DataView Tips</title><link>http://www.sharepointblogs.com/mkruger/archive/2007/06/26/free-sharepoint-dataview-tips.aspx#17252</link><pubDate>Wed, 04 Jun 2008 19:52:25 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:17252</guid><dc:creator>KellUD1</dc:creator><description>&lt;p&gt;Concerning tip number 6, you describe how to get around the data view returning ID;#Text for lookup columns. &amp;nbsp;Is this just true in Front Page? &amp;nbsp;I'm working with SharePoint Designer and I want my data view to return lookup columns in this format, but I can't figure out if its possible. &amp;nbsp;Any Suggestions?&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=17252" width="1" height="1"&gt;</description></item><item><title>new web parts sharepoint 2007</title><link>http://www.sharepointblogs.com/mkruger/archive/2007/06/26/free-sharepoint-web-parts-3rd-party.aspx#17182</link><pubDate>Tue, 03 Jun 2008 10:26:16 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:17182</guid><dc:creator>new web parts sharepoint 2007</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;new web parts sharepoint 2007&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=17182" width="1" height="1"&gt;</description></item><item><title>re: Using [Today] in a Calculated Formula (Birthday Lists)</title><link>http://www.sharepointblogs.com/mkruger/archive/2007/06/26/using-today-in-a-calculated-formula-birthday-lists.aspx#17123</link><pubDate>Mon, 02 Jun 2008 06:30:27 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:17123</guid><dc:creator>Motorboy</dc:creator><description>&lt;p&gt;Yes, I have already tried what Dan wrote's, but no progress:-( -&amp;gt; &amp;quot;Syntax Error&amp;quot;...&lt;/p&gt;
&lt;p&gt;Simplier formulas like &amp;quot;=DAY(DOB)&amp;quot; or &amp;quot;=MONTH(DOB)&amp;quot; are OK?!&lt;/p&gt;
&lt;p&gt;Haven't I vergot set up any settings in CA or in SSP?&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=17123" width="1" height="1"&gt;</description></item><item><title>re: Using [Today] in a Calculated Formula (Birthday Lists)</title><link>http://www.sharepointblogs.com/mkruger/archive/2007/06/26/using-today-in-a-calculated-formula-birthday-lists.aspx#17108</link><pubDate>Sun, 01 Jun 2008 00:17:15 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:17108</guid><dc:creator>Gristy</dc:creator><description>&lt;p&gt;well tried what Dan said exactly, and the month didnt change now its june. oh well&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=17108" width="1" height="1"&gt;</description></item><item><title>re: Using [Today] in a Calculated Formula (Birthday Lists)</title><link>http://www.sharepointblogs.com/mkruger/archive/2007/06/26/using-today-in-a-calculated-formula-birthday-lists.aspx#17107</link><pubDate>Sun, 01 Jun 2008 00:17:13 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:17107</guid><dc:creator>Gristy</dc:creator><description>&lt;p&gt;well tried what Dan said exactly, and the month didnt change now its june. oh well&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=17107" width="1" height="1"&gt;</description></item><item><title>re: Using [Today] in a Calculated Formula (Birthday Lists)</title><link>http://www.sharepointblogs.com/mkruger/archive/2007/06/26/using-today-in-a-calculated-formula-birthday-lists.aspx#17097</link><pubDate>Sat, 31 May 2008 14:14:14 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:17097</guid><dc:creator>Motorboy</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have any problems with there used calculated formulas. When I tried to create this calculated columns (&amp;quot;MonthCheck&amp;quot; and &amp;quot;MonthCheck is equal to Birthday&amp;quot;) it retrieved me this error:&lt;/p&gt;
&lt;p&gt;The formula contains a syntax error or is not supported. &amp;nbsp; at Microsoft.SharePoint.Library.SPRequestInternalClass.AddField(String bstrUrl, String bstrListName, String bstrSchemaXml, Int32 grfAdd) &lt;/p&gt;
&lt;p&gt; &amp;nbsp; at Microsoft.SharePoint.Library.SPRequest.AddField(String bstrUrl, String bstrListName, String bstrSchemaXml, Int32 grfAdd) &lt;/p&gt;
&lt;p&gt;I don't know why? Any Ideas?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=17097" width="1" height="1"&gt;</description></item><item><title>re: Free SharePoint DataView Tips</title><link>http://www.sharepointblogs.com/mkruger/archive/2007/06/26/free-sharepoint-dataview-tips.aspx#16939</link><pubDate>Wed, 28 May 2008 09:38:35 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:16939</guid><dc:creator>Niv Hess</dc:creator><description>&lt;p&gt;Trying to work with tip 2, I find that Sharepoint designer brings all items even though my defualt view has a filter less then [Today]+30. Any suggestion?&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=16939" width="1" height="1"&gt;</description></item><item><title>re: Free SharePoint DataView Tips</title><link>http://www.sharepointblogs.com/mkruger/archive/2007/06/26/free-sharepoint-dataview-tips.aspx#16938</link><pubDate>Wed, 28 May 2008 09:38:35 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:16938</guid><dc:creator>Niv Hess</dc:creator><description>&lt;p&gt;Trying to work with tip 2, I find that Sharepoint designer brings all items even though my defualt view has a filter less then [Today]+30. Any suggestion?&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=16938" width="1" height="1"&gt;</description></item><item><title>re: Content Query Web Part - Unable to Activate the Publishing Infrastructure</title><link>http://www.sharepointblogs.com/mkruger/archive/2008/03/19/so-you-want-the-content-query-web-part.aspx#16867</link><pubDate>Mon, 26 May 2008 13:17:16 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:16867</guid><dc:creator>TJ</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am having problems trying to enable the 'Office SharePoint Server Publishing' feature . I am added as a site collection administrator. However when I go to the site settings -&amp;gt; site collection features I only see 2 options which are enabled. These are &lt;/p&gt;
&lt;p&gt;1) Fields and Content Types for the Windows SharePoint Services Application Templates&lt;/p&gt;
&lt;p&gt;2) Three-state workflow&lt;/p&gt;
&lt;p&gt;I do not see any of the site collection features like you have printed above.&lt;/p&gt;
&lt;p&gt;Also I have noticed that I do not have a AreaNavigationSettings.aspx in the _layouts folder&lt;/p&gt;
&lt;p&gt;http://&amp;lt;your site url&amp;gt;/_layouts/AreaNavigationSettings.aspx &lt;/p&gt;
&lt;p&gt;Any I doing something wrong here? Any I leaving anything out?&lt;/p&gt;
&lt;p&gt;Any help would be greatly appreciated.&lt;/p&gt;
&lt;p&gt;TJ&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=16867" width="1" height="1"&gt;</description></item><item><title>re: Free SharePoint Web Parts (3rd Party)</title><link>http://www.sharepointblogs.com/mkruger/archive/2007/06/26/free-sharepoint-web-parts-3rd-party.aspx#16812</link><pubDate>Fri, 23 May 2008 12:33:56 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:16812</guid><dc:creator>neeraj</dc:creator><description>&lt;p&gt;HI ,&lt;/p&gt;
&lt;p&gt; i need to made the new webpart such that it will extend the Business data Item (BDI)&lt;/p&gt;
&lt;p&gt; but i did not find the base class for BDI , to which i will extend to my webpart &lt;/p&gt;
&lt;p&gt;something like&lt;/p&gt;
&lt;p&gt;class a :BDIClass&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;from where i will g&lt;/p&gt;
&lt;p&gt;et BDIClass&lt;/p&gt;
&lt;p&gt;I need to do this so that i can make the web part same as BDI with &amp;nbsp;some extra feature but needs all the property of BDI like xml editor ,caching etc&lt;/p&gt;
&lt;p&gt;is their any other approach or i am in wrong track &lt;/p&gt;
&lt;p&gt;some where i have also read that property can be inherited by GUID's of BDI &lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Neeraj&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=16812" width="1" height="1"&gt;</description></item><item><title>re: Using [Today] in a Calculated Formula (Birthday Lists)</title><link>http://www.sharepointblogs.com/mkruger/archive/2007/06/26/using-today-in-a-calculated-formula-birthday-lists.aspx#16758</link><pubDate>Thu, 22 May 2008 03:17:06 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:16758</guid><dc:creator>Gristy</dc:creator><description>&lt;p&gt;thanks dan gonna set this up now and find out if it works june 1st :)&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=16758" width="1" height="1"&gt;</description></item><item><title>super bowl xl commercials</title><link>http://www.sharepointblogs.com/mkruger/archive/2007/02/05/super-bowl-xl-commercials-on-google-video.aspx#16613</link><pubDate>Mon, 19 May 2008 00:52:02 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:16613</guid><dc:creator>super bowl xl commercials</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;super bowl xl commercials&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=16613" width="1" height="1"&gt;</description></item><item><title>re: The SharePoint Community - SharePoint Blogs!</title><link>http://www.sharepointblogs.com/mkruger/archive/2007/06/26/the-sharepoint-community-sharepoint-blogs.aspx#16576</link><pubDate>Sat, 17 May 2008 05:35:26 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:16576</guid><dc:creator>Joel Oleson</dc:creator><description>&lt;p&gt;Can you add my new one &lt;a rel="nofollow" target="_new" href="http://www.sharepointjoel.com?"&gt;http://www.sharepointjoel.com?&lt;/a&gt; &amp;nbsp;I think the other one is still a good resource.&lt;/p&gt;
&lt;p&gt;Joel&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=16576" width="1" height="1"&gt;</description></item><item><title>re: Free SharePoint DataView Tips</title><link>http://www.sharepointblogs.com/mkruger/archive/2007/06/26/free-sharepoint-dataview-tips.aspx#16548</link><pubDate>Fri, 16 May 2008 15:00:14 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:16548</guid><dc:creator>Collin Ames</dc:creator><description>&lt;p&gt;What's the easiest way to do conditional filtering? &amp;nbsp;For example, I have a glossary list that I'd like to be able to filter by a paramter in the query string called &amp;quot;Letter&amp;quot;. &amp;nbsp;Simply adding a filter to have Title Begins With Letter doesn't work if you provide either a blank letter parameter or no parameter at all; in that scenario, I want it to display all of the times (i.e., don't apply the filter when there is no parameter value).&lt;/p&gt;
&lt;p&gt;Any thoughts on this?&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=16548" width="1" height="1"&gt;</description></item><item><title>re: 2007 MOSS Resource Links (Microsoft Office SharePoint Server)</title><link>http://www.sharepointblogs.com/mkruger/archive/2007/06/26/2007-moss-resource-links-microsoft-office-sharepoint-server.aspx#16533</link><pubDate>Fri, 16 May 2008 04:46:36 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:16533</guid><dc:creator>sjs</dc:creator><description>&lt;p&gt;excellent but no thing about seach service&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=16533" width="1" height="1"&gt;</description></item><item><title>boiler partws</title><link>http://www.sharepointblogs.com/mkruger/archive/2007/06/26/free-sharepoint-web-parts-3rd-party.aspx#16519</link><pubDate>Thu, 15 May 2008 15:20:49 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:16519</guid><dc:creator>boiler partws</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;boiler partws&lt;/p&gt;

			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=16519" width="1" height="1"&gt;</description></item></channel></rss>