<?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>Eli Robillard&amp;#39;s World of Blog. - All Comments</title><link>http://weblogs.asp.net/erobillard/default.aspx</link><description>Bligger. Blagger. Blogger.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>Man with a Plan  &amp;raquo; Blog Archive   &amp;raquo; Optimal LAMEEnc compression settings?</title><link>http://weblogs.asp.net/erobillard/archive/2005/03/27/396015.aspx#6361309</link><pubDate>Sat, 05 Jul 2008 05:27:53 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6361309</guid><dc:creator>Man with a Plan  » Blog Archive   » Optimal LAMEEnc compression settings?</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Man with a Plan &amp;nbsp;&amp;amp;raquo; Blog Archive &amp;nbsp; &amp;amp;raquo; Optimal LAMEEnc compression settings?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6361309" width="1" height="1"&gt;</description></item><item><title>Quad core + 8GB RAM + Server 2008 with Hyper-V = A Great Dev Environment</title><link>http://weblogs.asp.net/erobillard/archive/2007/02/23/build-a-sharepoint-development-machine.aspx#6359445</link><pubDate>Fri, 04 Jul 2008 19:49:09 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6359445</guid><dc:creator>Craig Lussier</dc:creator><description>&lt;p&gt;I recently purchased a new computer for my home office that has a 2.66 Intel Core 2 Quad processor, 8GB&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6359445" width="1" height="1"&gt;</description></item><item><title>re: Review of the SharePoint Scalability White Paper</title><link>http://weblogs.asp.net/erobillard/archive/2008/06/18/review-of-the-sharepoint-scalability-white-paper.aspx#6357902</link><pubDate>Fri, 04 Jul 2008 12:48:31 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6357902</guid><dc:creator>ben</dc:creator><description>&lt;p&gt;very good review! points out what the whitepaper is about. thanks&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6357902" width="1" height="1"&gt;</description></item><item><title>re: Random Numbers in C#</title><link>http://weblogs.asp.net/erobillard/archive/2004/05/06/Random-Numbers-in-C_2300_.aspx#6349547</link><pubDate>Wed, 02 Jul 2008 09:04:04 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6349547</guid><dc:creator>Balamurugan</dc:creator><description>&lt;p&gt;I have to generate random numbers,its should not be repeated...&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6349547" width="1" height="1"&gt;</description></item><item><title>re: How to change service accounts and their passwords in MOSS and WSS 3.0</title><link>http://weblogs.asp.net/erobillard/archive/2007/07/06/how-to-change-service-accounts-and-their-passwords-in-moss-and-wss-3-0.aspx#6322577</link><pubDate>Thu, 26 Jun 2008 11:49:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6322577</guid><dc:creator>Sharepoint NOOB</dc:creator><description>&lt;p&gt;Hi guys,&lt;/p&gt;
&lt;p&gt;How could i revert back the changes i made to the Application Pool Identity of a WSS or MOSS web application? I cannot return the default value of the Application Pool Identity of a WSS or MOSS web application. When i made the changes on the Application Pool Identity of a WSS or MOSS web application my sites got the error &amp;quot;404 NOT FOUND&amp;quot;.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6322577" width="1" height="1"&gt;</description></item><item><title>re: Validating Sections of a Page... Again.</title><link>http://weblogs.asp.net/erobillard/archive/2003/11/22/39297.aspx#6314738</link><pubDate>Tue, 24 Jun 2008 13:28:27 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6314738</guid><dc:creator>Paul</dc:creator><description>&lt;p&gt;Thanks for the inspiration.&lt;/p&gt;
&lt;p&gt;I stuck a property and a private method in my base usercontrol class - now I can check &amp;quot;base.IsValid&amp;quot; and only check the control in question's validators:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;public bool IsValid&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;get&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &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; &amp;nbsp; &amp;nbsp;return Validate(this);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&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;private static bool Validate(System.Web.UI.Control start)&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;if (start != null)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &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; &amp;nbsp; &amp;nbsp;if (start is IValidator &amp;amp;&amp;amp; !((IValidator)start).IsValid)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return false;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &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; &amp;nbsp; &amp;nbsp;foreach (Control c in start.Controls)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return Validate(c);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &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;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return true;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6314738" width="1" height="1"&gt;</description></item><item><title>meeting closing techniques</title><link>http://weblogs.asp.net/erobillard/archive/2008/06/17/tspug-june-25-future-ready-sharepoint-from-taxonomy-to-deployment.aspx#6311292</link><pubDate>Mon, 23 Jun 2008 13:54:21 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6311292</guid><dc:creator>meeting closing techniques</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;meeting closing techniques&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6311292" width="1" height="1"&gt;</description></item><item><title>SharePoint Kaffeetasse #77</title><link>http://weblogs.asp.net/erobillard/archive/2008/06/18/review-of-the-sharepoint-scalability-white-paper.aspx#6310676</link><pubDate>Mon, 23 Jun 2008 07:02:24 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6310676</guid><dc:creator>Mirrored Blogs</dc:creator><description>&lt;p&gt;Entwicklung Customizing Application.master Ajaxify MOSS - now featuring .Net 3.5 ( CodePlex ) WebDav&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6310676" width="1" height="1"&gt;</description></item><item><title>search paper</title><link>http://weblogs.asp.net/erobillard/archive/2008/06/18/review-of-the-sharepoint-scalability-white-paper.aspx#6310589</link><pubDate>Mon, 23 Jun 2008 06:05:10 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6310589</guid><dc:creator>search paper</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;search paper&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6310589" width="1" height="1"&gt;</description></item><item><title>sharepoint book</title><link>http://weblogs.asp.net/erobillard/archive/2006/06/19/Free-SharePoint-2007-Book.aspx#6303520</link><pubDate>Sat, 21 Jun 2008 10:50:44 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6303520</guid><dc:creator>sharepoint book</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;sharepoint book&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6303520" width="1" height="1"&gt;</description></item></channel></rss>