<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/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>Paul Ballard's WebLog - All Comments</title><link>http://weblogs.asp.net/paulballard/default.aspx</link><description>.NET All Day....  .NET All Night.  The semi-coherent ramblings of a sleep deprived mind.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: Facts vs Web 2.0</title><link>http://weblogs.asp.net/paulballard/archive/2008/01/08/facts-vs-web-2-0.aspx#6251587</link><pubDate>Thu, 05 Jun 2008 23:46:51 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6251587</guid><dc:creator>David C Ballard</dc:creator><description>&lt;p&gt;I was doing some research and for fun wanted to see if I would find anything on my mother. Didn&amp;#39;t find anything, and really didn&amp;#39;t expect too. So, I tried my brother&amp;#39;s name: Paul Ballard, and found you and your blog.&lt;/p&gt;
&lt;p&gt;I have to say I enjoyed reading your posts. They actually made sense. Kind of puts a damper on the saying, &amp;quot;Just the facts mam&amp;quot;. Remember that show? It&amp;#39;s important to do the research before stating facts disguised as comments.&lt;/p&gt;
&lt;p&gt;Anyway, good luck in the UK and enjoy New Years.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll check your Blog out some more when I have time. I think we have some common ground; at least my brother&amp;#39;s name.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6251587" width="1" height="1"&gt;</description></item><item><title>Airline Travel &amp;raquo; Beware of SPWebProvisioningProvider when using Variations</title><link>http://weblogs.asp.net/paulballard/archive/2007/04/09/creating-a-custom-sharepoint-2007-portal-site-definition-using-the-portalprovisioningprovider-class.aspx#6110165</link><pubDate>Fri, 18 Apr 2008 15:13:35 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6110165</guid><dc:creator>Airline Travel » Beware of SPWebProvisioningProvider when using Variations</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Airline Travel &amp;amp;raquo; Beware of SPWebProvisioningProvider when using Variations&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6110165" width="1" height="1"&gt;</description></item><item><title>Using SharePoint web services to get list items</title><link>http://weblogs.asp.net/paulballard/archive/2005/05/08/Using-Data-From-SharePoint-2003-Lists.aspx#6103776</link><pubDate>Wed, 16 Apr 2008 21:53:28 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6103776</guid><dc:creator>Aidan Garnish</dc:creator><description>&lt;p&gt;Using SharePoint web services to get list items&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6103776" width="1" height="1"&gt;</description></item><item><title>PLR Articles - Monthly Private Label Articles</title><link>http://weblogs.asp.net/paulballard/archive/2005/07/12/419175.aspx#6094776</link><pubDate>Sun, 13 Apr 2008 22:44:21 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6094776</guid><dc:creator>PLR Articles - Monthly Private Label Articles</dc:creator><description>&lt;p&gt;PLR articles is another method of marketing your products through outsourcing&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6094776" width="1" height="1"&gt;</description></item><item><title>easiest way to make money</title><link>http://weblogs.asp.net/paulballard/archive/2007/02/26/rcpi-outlook-2007-form-region-add-in-templates-released.aspx#6085031</link><pubDate>Fri, 11 Apr 2008 01:40:33 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6085031</guid><dc:creator>easiest way to make money</dc:creator><description>&lt;p&gt;Do not rush into any long- term commitment. In the past this meant, &amp;quot;take your time before you commit yourself to a marriage partner.&amp;quot; Now it means, &amp;quot;Do not commit yourself to anyone you will be sorry.&amp;quot; or it may mean, &amp;quot;Live with a person for a while&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6085031" width="1" height="1"&gt;</description></item><item><title>re: Using Data From SharePoint 2003 Lists</title><link>http://weblogs.asp.net/paulballard/archive/2005/05/08/Using-Data-From-SharePoint-2003-Lists.aspx#6024420</link><pubDate>Tue, 25 Mar 2008 16:51:30 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6024420</guid><dc:creator>Rodney Kendall</dc:creator><description>&lt;p&gt;Sample converted to C# and &amp;#39;genericized&amp;#39;.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;public class GetList&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;private static XmlNode GetListNode(string listname)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;String login = ConfigurationSettings.AppSettings[&amp;quot;login&amp;quot;];&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;String pass = ConfigurationSettings.AppSettings[&amp;quot;pass&amp;quot;];&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;RCPILists.Lists RCPILists = new RCPILists.Lists();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;RCPILists.Credentials = new System.Net.NetworkCredential(login, pass);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;XmlNode node = RCPILists.GetListItems(listname, String.Empty, null, null, String.Empty, null);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return node;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/// &amp;lt;summary&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/// Retrieves all rows from the specified list.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/// &amp;lt;/summary&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/// &amp;lt;param name=&amp;quot;listname&amp;quot;&amp;gt;Name of the list&amp;lt;/param&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/// &amp;lt;returns&amp;gt;A DataSet containing the entire list&amp;lt;/returns&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;public static DataSet GetListData(string listname)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;XmlNode node = GetListNode(listname);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;XmlTextReader xmlTextReader = new XmlTextReader(node.OuterXml, XmlNodeType.Element, null);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DataSet dataSet = new DataSet();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;dataSet.ReadXml(xmlTextReader);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return dataSet;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt;Awesome article, THANKS!!!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6024420" width="1" height="1"&gt;</description></item><item><title>re: Facts vs Web 2.0</title><link>http://weblogs.asp.net/paulballard/archive/2008/01/08/facts-vs-web-2-0.aspx#5762829</link><pubDate>Mon, 11 Feb 2008 21:28:04 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5762829</guid><dc:creator>Mike Verinder</dc:creator><description>&lt;p&gt;I&amp;#39;m so tired of hearing about &amp;quot;web 2.0,3.0&amp;quot; whatever.&lt;/p&gt;
&lt;p&gt;now. that i&amp;#39;ve said that... i have to say &lt;/p&gt;
&lt;p&gt;Mozilla rocks and just puts IE to shame. (i cant comment on the cancer remarks... not even sure why someone would &amp;#39;go there&amp;#39;.) but the browser rocks.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5762829" width="1" height="1"&gt;</description></item><item><title>re: New Year's Eve in London - Amazing</title><link>http://weblogs.asp.net/paulballard/archive/2008/01/01/new-year-s-eve-in-london-amazing.aspx#5762803</link><pubDate>Mon, 11 Feb 2008 21:24:23 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5762803</guid><dc:creator>Mike Verinder</dc:creator><description>&lt;p&gt;Thats a really cool picture.. it had to be a real adventure to be on that ferris wheel.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5762803" width="1" height="1"&gt;</description></item><item><title>re: SharePoint/MOSS 2007 Forms Based Authentication Login/Registration Web Parts Update</title><link>http://weblogs.asp.net/paulballard/archive/2007/07/25/sharepoint-moss-2007-forms-based-authentication-login-registration-web-parts-update.aspx#5745532</link><pubDate>Sat, 09 Feb 2008 17:50:27 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5745532</guid><dc:creator>PaulBallard</dc:creator><description>&lt;p&gt;The code is available on &lt;a rel="nofollow" target="_new" href="http://www.CodePlex.com/CKS"&gt;http://www.CodePlex.com/CKS&lt;/a&gt;. &amp;nbsp;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5745532" width="1" height="1"&gt;</description></item><item><title>re: VSTO:  My Favorite Feature - Custom Task Panes</title><link>http://weblogs.asp.net/paulballard/archive/2007/05/23/vsto-my-favorite-feature-custom-task-panes.aspx#5745521</link><pubDate>Sat, 09 Feb 2008 17:48:36 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5745521</guid><dc:creator>PaulBallard</dc:creator><description>&lt;p&gt;You don't create an EXE, you would need to create a setup package for your add-in that installs the DLL into the GAC and gives it the proper permissions. &amp;nbsp;Check out this page: &lt;a rel="nofollow" target="_new" href="http://msdn2.microsoft.com/en-us/library/bb332051.aspx"&gt;msdn2.microsoft.com/.../bb332051.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hope that helps&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5745521" width="1" height="1"&gt;</description></item></channel></rss>