<?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>Andrew Stevenson&amp;#39;s WebLog</title><link>http://weblogs.asp.net/andrewseven/default.aspx</link><description>Write Here Write Now</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>The wallpaper is not funny (house of spam)</title><link>http://weblogs.asp.net/andrewseven/archive/2008/09/09/the-wallpaper-is-not-funny-house-of-spam.aspx</link><pubDate>Tue, 09 Sep 2008 18:41:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6613837</guid><dc:creator>AndrewSeven</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/andrewseven/rsscomments.aspx?PostID=6613837</wfw:commentRss><comments>http://weblogs.asp.net/andrewseven/archive/2008/09/09/the-wallpaper-is-not-funny-house-of-spam.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;It seems like every blog post on weblogs.asp.net is the recipient of a comment with "funny wallpaper &amp;gt;&amp;gt;"&lt;/P&gt;
&lt;P mce_keep="true"&gt;It looks like spam, can it not be blocked?&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6613837" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/andrewseven/archive/tags/Asp.Net/default.aspx">Asp.Net</category></item><item><title>Commerce Server 2007 SP2 now available ! </title><link>http://weblogs.asp.net/andrewseven/archive/2008/05/29/commerce-server-2007-sp2-now-available.aspx</link><pubDate>Thu, 29 May 2008 13:08:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6228915</guid><dc:creator>AndrewSeven</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/andrewseven/rsscomments.aspx?PostID=6228915</wfw:commentRss><comments>http://weblogs.asp.net/andrewseven/archive/2008/05/29/commerce-server-2007-sp2-now-available.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;Just in case you don't already have 3 links to it, here is a link.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;A href="https://blogs.msdn.com/tschultz/archive/2008/05/28/commerce-server-2007-sp2-now-available.aspx"&gt;https://blogs.msdn.com/tschultz/archive/2008/05/28/commerce-server-2007-sp2-now-available.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;A href="http://www.microsoft.com/downloads/Browse.aspx?DisplayLang=en&amp;amp;nr=20&amp;amp;productId=1D25BFD4-FAE9-4E08-BF77-60FB266BEE44&amp;amp;sortCriteria=date"&gt;http://www.microsoft.com/downloads/Browse.aspx?DisplayLang=en&amp;amp;nr=20&amp;amp;productId=1D25BFD4-FAE9-4E08-BF77-60FB266BEE44&amp;amp;sortCriteria=date&lt;/A&gt;#&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6228915" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/andrewseven/archive/tags/Asp.Net/default.aspx">Asp.Net</category><category domain="http://weblogs.asp.net/andrewseven/archive/tags/Commerce+Server+2007/default.aspx">Commerce Server 2007</category><category domain="http://weblogs.asp.net/andrewseven/archive/tags/MSCS/default.aspx">MSCS</category></item><item><title>NUnitAsp and style="display: none"</title><link>http://weblogs.asp.net/andrewseven/archive/2008/02/13/nunitasp-and-style-quot-display-none-quot.aspx</link><pubDate>Wed, 13 Feb 2008 16:32:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5779750</guid><dc:creator>AndrewSeven</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/andrewseven/rsscomments.aspx?PostID=5779750</wfw:commentRss><comments>http://weblogs.asp.net/andrewseven/archive/2008/02/13/nunitasp-and-style-quot-display-none-quot.aspx#comments</comments><description>&lt;p&gt;I have a control, which I test with a customvalidatortester, that produces an html span with (I thought) style="display:none" and it was failing the test for visible==false.&lt;/p&gt;&lt;p&gt;A closer inspection showed that there was a space after the colon: &amp;nbsp; style="display: none"&lt;/p&gt;&lt;p&gt;Removing the space fixes the problem, but the root of the problem is where the space comes from. The space is inserted when I use Visual Studio 2005's format document on the aspx markup.&lt;/p&gt;&lt;p&gt;To solve this, I mad another small change to NUnitAsp.&lt;/p&gt;&lt;p&gt;In ValidatorTester, I chanbed the visible property to check for both versions.&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;&amp;nbsp;&amp;nbsp; bool displayNone = (style != null &amp;amp;&amp;amp; (style.IndexOf("display:none") != -1 || style.IndexOf("display: none") != -1));&lt;br&gt;&lt;br&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5779750" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/andrewseven/archive/tags/Asp.Net/default.aspx">Asp.Net</category><category domain="http://weblogs.asp.net/andrewseven/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.asp.net/andrewseven/archive/tags/NUnitAsp/default.aspx">NUnitAsp</category></item><item><title>NUnitAsp and WebForm_PostBackOptions</title><link>http://weblogs.asp.net/andrewseven/archive/2008/01/30/nunitasp-and-webform-postbackoptions.aspx</link><pubDate>Wed, 30 Jan 2008 18:39:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5677387</guid><dc:creator>AndrewSeven</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/andrewseven/rsscomments.aspx?PostID=5677387</wfw:commentRss><comments>http://weblogs.asp.net/andrewseven/archive/2008/01/30/nunitasp-and-webform-postbackoptions.aspx#comments</comments><description>&lt;P mce_keep="true"&gt;I've decide to use NUnitAsp on the current project.&lt;/P&gt;
&lt;P mce_keep="true"&gt;After doing some basic visibility checks I tried to call Click() on a LinkButtonTester and I got an error.&lt;/P&gt;
&lt;P mce_keep="true"&gt;I did some digging and found that&amp;nbsp;the new WebForm_PostBackOptions was not being recognized as a postback.&lt;/P&gt;
&lt;P mce_keep="true"&gt;With a bit of hacking around, I've got it working again, the biggest issue was different quotes in the &lt;FONT size=2&gt;postBackScript from those in the html.&lt;/FONT&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;FONT size=2&gt;The fix:I'm not sure how comprehensive it is, but the basic fix is 2 changes in WebFormTester:&lt;/FONT&gt;&lt;/P&gt;&lt;FONT size=2&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;public&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;bool&lt;/FONT&gt;&lt;FONT size=2&gt; IsPostBack(&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;string&lt;/FONT&gt;&lt;FONT size=2&gt; candidatePostBackScript)&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; 
&lt;P&gt;{&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;bool&lt;/FONT&gt;&lt;FONT size=2&gt; postback = (candidatePostBackScript.IndexOf(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"__doPostBack"&lt;/FONT&gt;&lt;FONT size=2&gt;) != -1)&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; 
&lt;P&gt;|| (candidatePostBackScript.IndexOf(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"WebForm_PostBackOptions"&lt;/FONT&gt;&lt;FONT size=2&gt;) != -1);&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;return&lt;/FONT&gt;&lt;FONT size=2&gt; (candidatePostBackScript != &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;null&lt;/FONT&gt;&lt;FONT size=2&gt;) &amp;amp;&amp;amp; postback ;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; 
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;and&lt;/P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;public&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;void&lt;/FONT&gt;&lt;FONT size=2&gt; PostBack(&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;string&lt;/FONT&gt;&lt;FONT size=2&gt; postBackScript)&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; 
&lt;P&gt;{&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;string&lt;/FONT&gt;&lt;FONT size=2&gt; postBackPattern1 = &lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;@"__doPostBack\('(?&amp;lt;target&amp;gt;.*?)','(?&amp;lt;argument&amp;gt;.*?)'\)"&lt;/FONT&gt;&lt;FONT size=2&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; 
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;string&lt;/FONT&gt;&lt;FONT size=2&gt; postBackPattern2 = &lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;@"__doPostBack\(\\'(?&amp;lt;target&amp;gt;.*?)\\',\\'(?&amp;lt;argument&amp;gt;.*?)\\'\)"&lt;/FONT&gt;&lt;FONT size=2&gt;;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;string&lt;/FONT&gt;&lt;FONT size=2&gt; postBackPattern3 = &lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;@"WebForm_PostBackOptions\(""(?&amp;lt;target&amp;gt;.*?)"", ""(?&amp;lt;argument&amp;gt;.*?)"""&lt;/FONT&gt;&lt;FONT size=2&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;bool&lt;/FONT&gt;&lt;FONT size=2&gt; succeeded = TryPostBack(postBackScript, postBackPattern1);&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; 
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;if&lt;/FONT&gt;&lt;FONT size=2&gt; (!succeeded) succeeded = TryPostBack(postBackScript, postBackPattern2);&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;if&lt;/FONT&gt;&lt;FONT size=2&gt; (!succeeded) succeeded = TryPostBack(postBackScript, postBackPattern3);&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; 
&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;//if (!succeeded) succeeded = TryPostBack(postBackScript, postBackPattern4);&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;if&lt;/FONT&gt;&lt;FONT size=2&gt; (!succeeded)&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; 
&lt;P&gt;{&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;throw&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;new&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#2b91af size=2&gt;ParseException&lt;/FONT&gt;&lt;FONT size=2&gt;(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"'"&lt;/FONT&gt;&lt;FONT size=2&gt; + postBackScript + &lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"' doesn't match expected patterns for postback in "&lt;/FONT&gt;&lt;FONT size=2&gt; + Description);&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; 
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5677387" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/andrewseven/archive/tags/Asp.Net/default.aspx">Asp.Net</category><category domain="http://weblogs.asp.net/andrewseven/archive/tags/NUnitAsp/default.aspx">NUnitAsp</category><category domain="http://weblogs.asp.net/andrewseven/archive/tags/Testing/default.aspx">Testing</category></item><item><title>A shortcut to TFS Explorer</title><link>http://weblogs.asp.net/andrewseven/archive/2007/11/05/a-shortcut-to-tfs-explorer.aspx</link><pubDate>Mon, 05 Nov 2007 14:45:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:4905885</guid><dc:creator>AndrewSeven</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/andrewseven/rsscomments.aspx?PostID=4905885</wfw:commentRss><comments>http://weblogs.asp.net/andrewseven/archive/2007/11/05/a-shortcut-to-tfs-explorer.aspx#comments</comments><description>&lt;p&gt;I find the number of clicks it takes to get to the Team Explorer a little long so I dug up this shortcut so that I can put it on a toolbar button.&lt;/p&gt;&lt;p&gt;Customize your toolbars, select "View" from the available categories, then scroll down to the commands that start with T and you will find TfsSourceControlExplorer.&lt;/p&gt;&lt;p&gt;Drag that puppy onto your favorite toolbar. &lt;/p&gt;&lt;p&gt;-A&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=4905885" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/andrewseven/archive/tags/Team+Foundation+Server/default.aspx">Team Foundation Server</category><category domain="http://weblogs.asp.net/andrewseven/archive/tags/TFS/default.aspx">TFS</category><category domain="http://weblogs.asp.net/andrewseven/archive/tags/Visual+Studio/default.aspx">Visual Studio</category></item><item><title>Why is GMail better about spam than hotmail.</title><link>http://weblogs.asp.net/andrewseven/archive/2007/10/02/why-is-gmail-better-about-spam-than-hotmail.aspx</link><pubDate>Tue, 02 Oct 2007 18:47:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:4304752</guid><dc:creator>AndrewSeven</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/andrewseven/rsscomments.aspx?PostID=4304752</wfw:commentRss><comments>http://weblogs.asp.net/andrewseven/archive/2007/10/02/why-is-gmail-better-about-spam-than-hotmail.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;I have accounts on both services and I can tell that lots of spam gets sent to each account.&lt;/p&gt;&lt;p&gt;The big difference seems to be that most spam sent to gmail is delivered directly to the spam folder where at least half of the spam in hotmail goes to the inbox.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=4304752" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/andrewseven/archive/tags/rant/default.aspx">rant</category><category domain="http://weblogs.asp.net/andrewseven/archive/tags/gmail/default.aspx">gmail</category><category domain="http://weblogs.asp.net/andrewseven/archive/tags/hotmail/default.aspx">hotmail</category><category domain="http://weblogs.asp.net/andrewseven/archive/tags/Spam/default.aspx">Spam</category></item><item><title>IE6 UI , Vista and Firefox</title><link>http://weblogs.asp.net/andrewseven/archive/2007/09/18/ie6-ui-vista-and-firefox.aspx</link><pubDate>Tue, 18 Sep 2007 17:54:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:3950960</guid><dc:creator>AndrewSeven</dc:creator><slash:comments>10</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/andrewseven/rsscomments.aspx?PostID=3950960</wfw:commentRss><comments>http://weblogs.asp.net/andrewseven/archive/2007/09/18/ie6-ui-vista-and-firefox.aspx#comments</comments><description>&lt;p&gt;I'm looking for a browser that will run on Vista and give me the same UI that I had with IE6.&amp;nbsp; &lt;/p&gt;&lt;p&gt;At the moment, I'm using Firefox, it isn't my favorite, but I find the UI to be better than IE7.&lt;/p&gt;&lt;p&gt;I've tried some registry hacks for IE7 but now I'm ready to try other things ( I'm addicted to the Google Toolbar's search this site option so that might limit my options)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br&gt;&amp;nbsp;&lt;br&gt;-A&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A little footnote : I still have IE 6 on one machine at home (the main web browsing machine) and the main page of this site doesn't display very well.&lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=3950960" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/andrewseven/archive/tags/All/default.aspx">All</category><category domain="http://weblogs.asp.net/andrewseven/archive/tags/IE6/default.aspx">IE6</category><category domain="http://weblogs.asp.net/andrewseven/archive/tags/Firefox/default.aspx">Firefox</category><category domain="http://weblogs.asp.net/andrewseven/archive/tags/Vista/default.aspx">Vista</category><category domain="http://weblogs.asp.net/andrewseven/archive/tags/IE7+Bad+UI/default.aspx">IE7 Bad UI</category><category domain="http://weblogs.asp.net/andrewseven/archive/tags/Browser/default.aspx">Browser</category></item><item><title>Understanding and solving the JavaScript/CSS entanglement phenomenon... deep web UI</title><link>http://weblogs.asp.net/andrewseven/archive/2007/02/15/understanding-and-solving-the-javascript-css-entanglement-phenomenon-deep-web-ui.aspx</link><pubDate>Thu, 15 Feb 2007 20:59:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:1680948</guid><dc:creator>AndrewSeven</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/andrewseven/rsscomments.aspx?PostID=1680948</wfw:commentRss><comments>http://weblogs.asp.net/andrewseven/archive/2007/02/15/understanding-and-solving-the-javascript-css-entanglement-phenomenon-deep-web-ui.aspx#comments</comments><description>&lt;p&gt;A friend of mine who is a web UI specialist just put up an article about the complexities (and a fix) of showing and hiding parts of the UI when there is mix of css and javascript and javascript is disabled.&lt;/p&gt;&lt;p&gt;I prefer to leave these subtleties to him, but I think&amp;nbsp;there may be some people here who would like the solution.&lt;/p&gt;&lt;p&gt;&lt;a href="http://arapehlivanian.com/2007/02/14/understanding-and-solving-the-javascriptcss-entanglement-phenomenon/"&gt;http://arapehlivanian.com/2007/02/14/understanding-and-solving-the-javascriptcss-entanglement-phenomenon/&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=1680948" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/andrewseven/archive/tags/AJAX/default.aspx">AJAX</category></item><item><title>CruiseControl.Net with MsBuild is giving me some strange behavior.</title><link>http://weblogs.asp.net/andrewseven/archive/2006/09/29/CruiseControl.Net-with-MsBuild-is-giving-me-some-strange-behavior_2E00_.aspx</link><pubDate>Fri, 29 Sep 2006 16:53:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:594676</guid><dc:creator>AndrewSeven</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/andrewseven/rsscomments.aspx?PostID=594676</wfw:commentRss><comments>http://weblogs.asp.net/andrewseven/archive/2006/09/29/CruiseControl.Net-with-MsBuild-is-giving-me-some-strange-behavior_2E00_.aspx#comments</comments><description>&lt;p&gt;I&amp;#39;ve used CCNet in previous projects with nAnt to launch the build and I can&amp;#39;t remember having any issues like the ones I have now. &lt;br /&gt;It worked very smoothly.&lt;/p&gt;&lt;p&gt;In the project I am in now:&lt;br /&gt;&amp;nbsp;-I use the msbuild and the msbuil task instead of nAnt. &lt;br /&gt;&amp;nbsp;-The task is configured to use the the ThoughtWorks..XmlLogger.&amp;nbsp; &lt;br /&gt;&amp;nbsp;-The build server running CC is a 64bit VMWare system.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I&amp;#39;m experiencing some reliability issues with this; frequent &amp;quot;Failure&amp;quot; and &amp;quot;Exception&amp;quot; results from builds. Sometimes a Force Build will fix the issue, but usually I need to restart the CCNet service. Sometimes I even need to reboot the CC server.&lt;/p&gt;&lt;p&gt;The most common &amp;quot;Exception&amp;quot; I&amp;#39;ve seen is an &amp;quot;attempt to read or write protected memory&amp;quot;.&lt;br /&gt;Other times, the status is just &amp;quot;Failure&amp;quot; and looking at the build log shows what seems to be a successful build :S&lt;/p&gt;&lt;p&gt;I&amp;#39;m not sure what to suspect as the source of the problem.&lt;br /&gt;Is there anyone else using this same combination (on a virtual x64)?&lt;/p&gt;&lt;p&gt;If I could find a forum dedicated to CCNet, I&amp;#39;d post there...&lt;/p&gt;&lt;p&gt;&lt;br /&gt;Thanks for any suggestions about how to figure this out.&lt;/p&gt;&lt;p&gt;-Andrew&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=594676" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/andrewseven/archive/tags/All/default.aspx">All</category><category domain="http://weblogs.asp.net/andrewseven/archive/tags/.Net/default.aspx">.Net</category></item><item><title>Who decides "off topic"?</title><link>http://weblogs.asp.net/andrewseven/archive/2006/08/10/Who-decides-_2200_off-topic_22003F00_.aspx</link><pubDate>Thu, 10 Aug 2006 20:57:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:466971</guid><dc:creator>AndrewSeven</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/andrewseven/rsscomments.aspx?PostID=466971</wfw:commentRss><comments>http://weblogs.asp.net/andrewseven/archive/2006/08/10/Who-decides-_2200_off-topic_22003F00_.aspx#comments</comments><description>&lt;p&gt;I&amp;#39;m wondering who decides that a post is off topic.&lt;/p&gt;&lt;p&gt;I wrote my first blog entry in a long time today was confused when it didn&amp;#39;t show up on the main site.&lt;/p&gt;&lt;p&gt;After trying to figure out if I had not published it properly or set some specifc property, I eventualy noticed the two links for On Topic Only and All Posts.&lt;/p&gt;&lt;p&gt;I don&amp;#39;t need the entry to show up on the main page, but it doesn&amp;#39;t seem to be further off target than some of the other things that are in the main feed.&lt;/p&gt;&lt;p&gt;Edit : I think I figured it out, use the &amp;quot;Asp.Net&amp;quot; tag :P&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=466971" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/andrewseven/archive/tags/All/default.aspx">All</category><category domain="http://weblogs.asp.net/andrewseven/archive/tags/Asp.Net/default.aspx">Asp.Net</category></item><item><title>Deleting the diagramming objects from Sql Server</title><link>http://weblogs.asp.net/andrewseven/archive/2006/08/10/Deleting-the-diagramming-objects-from-Sql-Server.aspx</link><pubDate>Thu, 10 Aug 2006 13:49:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:466826</guid><dc:creator>AndrewSeven</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/andrewseven/rsscomments.aspx?PostID=466826</wfw:commentRss><comments>http://weblogs.asp.net/andrewseven/archive/2006/08/10/Deleting-the-diagramming-objects-from-Sql-Server.aspx#comments</comments><description>Maybe there is a more direct way to do it, but the scripts below will delete the objects that are created for database diagrams....(&lt;a href="http://weblogs.asp.net/andrewseven/archive/2006/08/10/Deleting-the-diagramming-objects-from-Sql-Server.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=466826" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/andrewseven/archive/tags/Examples/default.aspx">Examples</category><category domain="http://weblogs.asp.net/andrewseven/archive/tags/All/default.aspx">All</category></item><item><title>Growing dislike for chords in 2005</title><link>http://weblogs.asp.net/andrewseven/archive/2006/03/02/439431.aspx</link><pubDate>Thu, 02 Mar 2006 16:20:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:439431</guid><dc:creator>AndrewSeven</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/andrewseven/rsscomments.aspx?PostID=439431</wfw:commentRss><comments>http://weblogs.asp.net/andrewseven/archive/2006/03/02/439431.aspx#comments</comments><description>&lt;p&gt;I'm not sure I will ever appreciate the new "chord" keyboard shortcuts in VS.Net. A big part of the problem is that I don't know how to find, configure,&amp;nbsp;and control them. &lt;/p&gt; &lt;p&gt;I have key sequences that I use always. CTRL+SHIFT+B to build solution, CTRL+B to build the current project/selection. These 2, with CTRL-S and CTRL-SPACE are the absolute must-have items for me.&lt;/p&gt; &lt;p&gt;If I use a new keyboard scheme and map CTRL+B it doesn't work as I expect. When I hit CTRL+B, I get a "waiting for second key of chord".&lt;/p&gt; &lt;p&gt;I find this very frustrating and I revert to the VS 6 setting, throwing away all the new stuff, just to get one thing to work the way I need it to.&lt;/p&gt; &lt;p&gt;Is there some way to find and remove the chords I don't like other than typing each one in "Press shortcut keys"?&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=439431" width="1" height="1"&gt;</description></item><item><title>Update: Microsoft.Sdc.Tasks :: Operational Troubleshooting in Progress :: GDN Update</title><link>http://weblogs.asp.net/andrewseven/archive/2006/02/20/438600.aspx</link><pubDate>Mon, 20 Feb 2006 16:44:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:438600</guid><dc:creator>AndrewSeven</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/andrewseven/rsscomments.aspx?PostID=438600</wfw:commentRss><comments>http://weblogs.asp.net/andrewseven/archive/2006/02/20/438600.aspx#comments</comments><description>&lt;p&gt;&amp;lt;Update&amp;gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;The &lt;strike&gt;tasks&lt;/strike&gt; GDN workspace seem to have been updated the same day I posted this.Edited date 2/20/2006&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;There is a doc in the download that says March 1 2006. Whatever the date, it is different than the last time I downloaded :P&lt;/p&gt; &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;n.b. I prefer the way that&amp;nbsp;the&lt;a href="http://www.gotdotnet.com/codegallery/codegallery.aspx?id=93d23e13-c653-4815-9e79-16107919f93e"&gt; (GDN) AssemblyInfo task &lt;/a&gt;works with the existing AssemblyInfo file over the approach MS-SDC and the Community tasks have chosen. &lt;br /&gt;&amp;lt;/Update&amp;gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=2cb20e79-d706-4706-9ea0-26188257ee7d"&gt;http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=2cb20e79-d706-4706-9ea0-26188257ee7d&lt;/a&gt;&lt;/p&gt; &lt;p&gt;I know this belongs in the forums, but it seem like every time I want to post something in the GotDotNet forums its broken. "Operational Troubleshooting in Progress. The Gotdotnet team is aware of the current site operational issues and is working on a solution. Thanks for your patience.&amp;nbsp;" &lt;/p&gt; &lt;p&gt;I'm trying to setup a continuous integration server and use some of the tasks from&amp;nbsp; Microsoft.Sdc.Tasks in GDN&amp;nbsp; (&lt;A href="http://weblogs.asp.net/nunitaddin/archive/2004/07/20/187950.aspx"&gt;http://weblogs.asp.net/nunitaddin/archive/2004/07/20/187950.aspx&lt;/a&gt; )&lt;br /&gt;&lt;/p&gt; &lt;p&gt;I wanted to post the forum, but they still have the error ...&lt;/p&gt; &lt;p&gt;If anyone can help, I'd appreciate it:&lt;/p&gt; &lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt; &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;I'm experiencing a significant number of issues trying to use the SDC stuff.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;They don't match release versions of .Net &amp;nbsp;: fixed by removing strong name verification (Nagaraju Palla's WebLog ) &lt;li&gt;From what I can tell the tutorial has not been updated to match the recent versions. ".Configuration" has been removed from most things.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The help contains errors in the remarks and samples for nUnit tasks. The AssemlyName property has changed and using ExcludeCategory throws a NotImplementedException ;) &lt;li&gt;Can someone point me to a working sample that uses the nUnit task? &lt;li&gt;The FxCop task is going a little better, but a&amp;nbsp; good working sample would help.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/blockquote&gt; &lt;p&gt;I could really use some good resources for this if you know of any.&lt;/p&gt; &lt;p&gt;Thanks again.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=438600" width="1" height="1"&gt;</description></item><item><title>Live Messenger Send Offline IM</title><link>http://weblogs.asp.net/andrewseven/archive/2005/12/22/SendOfflineIM.aspx</link><pubDate>Thu, 22 Dec 2005 19:25:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:433850</guid><dc:creator>AndrewSeven</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/andrewseven/rsscomments.aspx?PostID=433850</wfw:commentRss><comments>http://weblogs.asp.net/andrewseven/archive/2005/12/22/SendOfflineIM.aspx#comments</comments><description>&lt;p&gt;I always liked the ICQ feature to send a&amp;nbsp;message while offline. Most of the time it would just be "call me when you get home", but I always missed the feature in Messenger.&lt;/p&gt; &lt;p&gt;Now its there in the 8.0 Beta.&lt;/p&gt; &lt;p&gt;Well done, thank you.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=433850" width="1" height="1"&gt;</description></item><item><title>MSN Activity API and www.worldsbestapp.com</title><link>http://weblogs.asp.net/andrewseven/archive/2005/11/08/429919.aspx</link><pubDate>Tue, 08 Nov 2005 15:40:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:429919</guid><dc:creator>AndrewSeven</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/andrewseven/rsscomments.aspx?PostID=429919</wfw:commentRss><comments>http://weblogs.asp.net/andrewseven/archive/2005/11/08/429919.aspx#comments</comments><description>&lt;p&gt;I came across this contest, then a week later I found Robert Chartier's BareBones example, which&amp;nbsp;has handlers for the common Channel events and a an OnLoad to let you&amp;nbsp;know it loaded.&amp;nbsp;Its a good way to start and see that&amp;nbsp;"it works".&lt;br /&gt;&amp;nbsp;&lt;A href="http://weblogs.asp.net/rchartier/archive/2005/10/21/428163.aspx"&gt;http://weblogs.asp.net/rchartier/archive/2005/10/21/428163.aspx&lt;/a&gt;&lt;/p&gt; &lt;p&gt;I've been working on an activity but it isn't ready to submit yet. I've got some performance issues because it is still very chatty and the game&amp;nbsp;functions UI isn't done.&lt;/p&gt; &lt;p&gt;There is an &lt;a href="http://www.worldsbestapp.com/FAQs.aspx"&gt;FAQ&lt;/a&gt;, with&amp;nbsp;some key links.&lt;/p&gt; &lt;p&gt;Forum : &lt;a href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=112&amp;amp;SiteID=1"&gt;http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=112&amp;amp;SiteID=1&lt;/a&gt;&lt;br /&gt;IE Leaky Patterns : &lt;a href="http://msdn.microsoft.com/library/en-us/ietechcol/dnwebgen/ie_leak_patterns.asp?frame=true"&gt;http://msdn.microsoft.com/library/en-us/ietechcol/dnwebgen/ie_leak_patterns.asp?frame=true&lt;/a&gt;&lt;/p&gt; &lt;p&gt;I've got some&amp;nbsp;cleanup code too write to fix the&amp;nbsp;leaks&amp;nbsp;and I&amp;nbsp;would really like to be able to do some performace tests on the javascripts to see if there are bottlenecks.&lt;/p&gt; &lt;p&gt;If you have any links to helpful stuff about the API or about coding very complex things in javascript, please post them.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=429919" width="1" height="1"&gt;</description></item></channel></rss>