<?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"
	>

<channel>
	<title>The Kitchen Sync</title>
	<atom:link href="http://dkitchen.net/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://dkitchen.net/blog</link>
	<description>my brain is a sieve</description>
	<pubDate>Fri, 29 Jan 2010 20:21:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Button type=&#8217;button&#8217;</title>
		<link>http://dkitchen.net/blog/?p=232</link>
		<comments>http://dkitchen.net/blog/?p=232#comments</comments>
		<pubDate>Fri, 29 Jan 2010 20:21:44 +0000</pubDate>
		<dc:creator>dkitchen</dc:creator>
		
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://dkitchen.net/blog/?p=232</guid>
		<description><![CDATA[Do yourself a big favor&#8230; and by &#8216;yourself&#8217; I mean &#8216;myself&#8217;, and by favor I mean&#8230;
When you put a&#60;button&#62; tag on an html document. ALWAYS set the type attribute to &#8216;button&#8217;.
&#60;button type=&#8221;button&#8221;&#62;Click Me!&#60;/button&#62;
Seems redundant, but several browsers are known to treat ALL buttons as type=&#8217;submit&#8217;. Which can be frustrating when you&#8217;ve gone to the trouble [...]]]></description>
		<wfw:commentRss>http://dkitchen.net/blog/?feed=rss2&amp;p=232</wfw:commentRss>
		</item>
		<item>
		<title>Snipplr and Snipt</title>
		<link>http://dkitchen.net/blog/?p=226</link>
		<comments>http://dkitchen.net/blog/?p=226#comments</comments>
		<pubDate>Fri, 29 Jan 2010 00:31:51 +0000</pubDate>
		<dc:creator>dkitchen</dc:creator>
		
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://dkitchen.net/blog/?p=226</guid>
		<description><![CDATA[I ran across a couple interesting sites that host code snippets.
Here are some code samples:
First, Snipplr:
Code snippet - Extension method to get SPUser object from SPListItem person field on Snipplr

And here is Snipt:

Wow, they both do a nice job and it&#8217;s stupid-easy to paste their &#8216;embed&#8217; scripts into the page. I&#8217;m leaning towards Snipt. Looks [...]]]></description>
		<wfw:commentRss>http://dkitchen.net/blog/?feed=rss2&amp;p=226</wfw:commentRss>
		</item>
		<item>
		<title>When will Microsoft provide the next WSS Developer VPC Image?</title>
		<link>http://dkitchen.net/blog/?p=212</link>
		<comments>http://dkitchen.net/blog/?p=212#comments</comments>
		<pubDate>Wed, 30 Sep 2009 14:42:43 +0000</pubDate>
		<dc:creator>dkitchen</dc:creator>
		
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://dkitchen.net/blog/?p=212</guid>
		<description><![CDATA[I&#8217;ve been worrying about when and if Microsoft is going to update their WSS Developer VPC image. The one they published last year is still available here:
http://www.microsoft.com/downloads/details.aspx?FamilyID=1beeac6f-2ea1-4769-9948-74a74bd604fa&#38;displaylang=en
&#8230;and yet it just expired.
Unfortunately I recommended to a lot of folks (at a dnug presentation, and here: http://dkitchen.net/blog/?p=166) that they would do well to develop on this image. [...]]]></description>
		<wfw:commentRss>http://dkitchen.net/blog/?feed=rss2&amp;p=212</wfw:commentRss>
		</item>
		<item>
		<title>Great SharePoint Reality Check Article</title>
		<link>http://dkitchen.net/blog/?p=210</link>
		<comments>http://dkitchen.net/blog/?p=210#comments</comments>
		<pubDate>Wed, 30 Sep 2009 14:41:36 +0000</pubDate>
		<dc:creator>dkitchen</dc:creator>
		
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://dkitchen.net/blog/?p=210</guid>
		<description><![CDATA[Best post I&#8217;ve ever read regarding the reality of SharePoint:
http://weblogs.asp.net/bsimser/archive/2009/09/29/sharepoint-fud-spreading-far-wide-and-fast.aspx
My favorite quote (not specifically about SharePoint, but a good jab at developers):
&#8220;Would you code SQL statements and database connections in the code-behind page of an ASP.NET form?&#8221;
&#8230;um, er, *cough* no, uh, who does THAT? uh, excuse me, gotta go somewhere else and check with a [...]]]></description>
		<wfw:commentRss>http://dkitchen.net/blog/?feed=rss2&amp;p=210</wfw:commentRss>
		</item>
		<item>
		<title>Stop saying that Linq To SQL has no future!!!</title>
		<link>http://dkitchen.net/blog/?p=203</link>
		<comments>http://dkitchen.net/blog/?p=203#comments</comments>
		<pubDate>Sat, 15 Aug 2009 21:26:58 +0000</pubDate>
		<dc:creator>dkitchen</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[LINQ]]></category>

		<guid isPermaLink="false">http://dkitchen.net/blog/?p=203</guid>
		<description><![CDATA[Every so often I run into an article like this: http://reddevnews.com/Articles/2009/01/01/Is-LINQ-to-SQL-Dead.aspx?Page=3&#38;p=1
&#8230;or I&#8217;ll hear a colleague complain or wonder out loud about the future of Linq to Sql.
First. Can we agree that LINQ (not specifically LINQ To SQL, but the Language Integrated Query feature built into .net) will be around a loooooong time (more than a decade)? I, [...]]]></description>
		<wfw:commentRss>http://dkitchen.net/blog/?feed=rss2&amp;p=203</wfw:commentRss>
		</item>
		<item>
		<title>SharePoint Application Development the Free and Easy Way</title>
		<link>http://dkitchen.net/blog/?p=166</link>
		<comments>http://dkitchen.net/blog/?p=166#comments</comments>
		<pubDate>Wed, 17 Jun 2009 05:02:07 +0000</pubDate>
		<dc:creator>dkitchen</dc:creator>
		
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://dkitchen.net/blog/?p=166</guid>
		<description><![CDATA[These resources accompany a presentation at the Western New York Dot Net Users Group (WNYDNUG):

So what does the title of this presentation really mean?
By SharePoint, I mean Windows SharePoint Services 3.0 (WSS 3.0) not to be confused with MOSS2007 which adds features on top of WSS 3.0 and requires licenses.
By Application Development, I don&#8217;t mean [...]]]></description>
		<wfw:commentRss>http://dkitchen.net/blog/?feed=rss2&amp;p=166</wfw:commentRss>
		</item>
		<item>
		<title>Blueprint CSS for SharePoint</title>
		<link>http://dkitchen.net/blog/?p=157</link>
		<comments>http://dkitchen.net/blog/?p=157#comments</comments>
		<pubDate>Wed, 14 Jan 2009 20:13:44 +0000</pubDate>
		<dc:creator>dkitchen</dc:creator>
		
		<category><![CDATA[SharePoint]]></category>

		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://dkitchen.net/blog/?p=157</guid>
		<description><![CDATA[I like using Blueprint CSS, available at http://www.blueprintcss.org/, but it clashes a bit with some of SharePoint&#8217;s css settings, especially since SharePoint uses a lot of tables for layout and Blueprint&#8217;s table settings are generously padded and 100% wide (makes your SharePoint page look like it blew apart!).
But If you create another stylesheet with some overrides, and reference [...]]]></description>
		<wfw:commentRss>http://dkitchen.net/blog/?feed=rss2&amp;p=157</wfw:commentRss>
		</item>
		<item>
		<title>Display PDF document in SharePoint</title>
		<link>http://dkitchen.net/blog/?p=143</link>
		<comments>http://dkitchen.net/blog/?p=143#comments</comments>
		<pubDate>Sun, 14 Dec 2008 04:54:01 +0000</pubDate>
		<dc:creator>dkitchen</dc:creator>
		
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://dkitchen.net/blog/?p=143</guid>
		<description><![CDATA[Rather than merely link to a pdf file, why not display the pdf right within a SharePoint page?
Add a Page Viewer web part and configure it like this.

To make the pdf display without the adobe tool bar and scroll bars, make sure to add parameters to the PDF&#8217;s URL.
The full URL to the pdf file [...]]]></description>
		<wfw:commentRss>http://dkitchen.net/blog/?feed=rss2&amp;p=143</wfw:commentRss>
		</item>
		<item>
		<title>setting SharePoint buttons to ignore jquery validation</title>
		<link>http://dkitchen.net/blog/?p=144</link>
		<comments>http://dkitchen.net/blog/?p=144#comments</comments>
		<pubDate>Sun, 14 Dec 2008 04:25:52 +0000</pubDate>
		<dc:creator>dkitchen</dc:creator>
		
		<category><![CDATA[Code]]></category>

		<category><![CDATA[JQuery]]></category>

		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://dkitchen.net/blog/?p=144</guid>
		<description><![CDATA[I&#8217;m using JQuery with SharePoint. When using the Validation plug-in I had some trouble with the buttons on the Tool Part causing validation errors and preventing me from saving changes to the web part configuration. Thankfully, each of the buttons had the class &#8220;UserButton&#8221; assigned. So this bit of code fixed the problem.

$(&#34;.UserButton&#34;).addClass(&#34;cancel&#34;);

The validation plug-in [...]]]></description>
		<wfw:commentRss>http://dkitchen.net/blog/?feed=rss2&amp;p=144</wfw:commentRss>
		</item>
		<item>
		<title>Going off the grid</title>
		<link>http://dkitchen.net/blog/?p=127</link>
		<comments>http://dkitchen.net/blog/?p=127#comments</comments>
		<pubDate>Mon, 03 Nov 2008 06:32:47 +0000</pubDate>
		<dc:creator>dkitchen</dc:creator>
		
		<category><![CDATA[Code]]></category>

		<category><![CDATA[asp.net]]></category>

		<category><![CDATA[c#]]></category>

		<category><![CDATA[LINQ]]></category>

		<guid isPermaLink="false">http://dkitchen.net/blog/?p=127</guid>
		<description><![CDATA[So much of the data we work with fits nicely in a typical grid. Of course, most data itself is stored in tables and it&#8217;s natural to want to display it as such. Many of the underlying data structures in our toolbox up til now (ADO.Net DataReader, DataTable, the old classic Recordset&#8230;) have also consisted [...]]]></description>
		<wfw:commentRss>http://dkitchen.net/blog/?feed=rss2&amp;p=127</wfw:commentRss>
		</item>
	</channel>
</rss>
