<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>StegLog - event</title>
    <link>http://blog.stegnar.com/</link>
    <description>Reflections on Software Development</description>
    <language>en-us</language>
    <copyright>Peter Stegnar</copyright>
    <lastBuildDate>Sun, 13 Sep 2009 10:00:59 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>peter@stegnar.com</managingEditor>
    <webMaster>peter@stegnar.com</webMaster>
    <item>
      <trackback:ping>http://blog.stegnar.com/Trackback.aspx?guid=b27e8395-a532-464e-8038-a22a3f2d216b</trackback:ping>
      <pingback:server>http://blog.stegnar.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.stegnar.com/PermaLink,guid,b27e8395-a532-464e-8038-a22a3f2d216b.aspx</pingback:target>
      <dc:creator>Peter Stegnar</dc:creator>
      <wfw:comment>http://blog.stegnar.com/CommentView,guid,b27e8395-a532-464e-8038-a22a3f2d216b.aspx</wfw:comment>
      <wfw:commentRss>http://blog.stegnar.com/SyndicationService.asmx/GetEntryCommentsRss?guid=b27e8395-a532-464e-8038-a22a3f2d216b</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">On <a href="http://meta.stackoverflow.com">meta.stackoverflow.com</a> Joel <a href="http://meta.stackoverflow.com/questions/20420/countdown-app-for-devdays">announced</a> a
need for countdown application for the coming DevDays, as I am planing to attend one,
I have decided to make one. Maybe I will watch my counter at the conference. ;)<br /><br />
It looks like:<br /><p></p><img src="http://blog.stegnar.com/content/binary/countDownDevDays.png" border="0" height="377" width="604" /><br /><br />
Source code: <a href="http://blog.stegnar.com/content/binary/PeterStegnarDevDaysCountdown.zip">PeterStegnarDevDaysCountdown.zip
(198.51 KB)</a><br /><br />
I have used WPF, .NET 3.5. The speciality of this solution is custom Stackoverflow
digits. :)<br /><br />
Short manual:<br />
-you can find exe in "PeterStegnarDevDaysCountdown\WPF_StackoverflowCountDown\bin\Debug"<br />
-start the app with the following parameters, for example: 0900 "DevDays begins in
%s"<br />
-just hit an "Esc" key to exit<br /><br />
Core functionalitiy is, of course, countdown:<br /><br /><pre><span style="color: Black; background-color: Transparent; font-family: Courier New; font-size: 11px;"><span style="color: Blue; background-color: Transparent; font-family: Courier New; font-size: 11px;">if</span> (second
!<span style="color: Red; background-color: Transparent; font-family: Courier New; font-size: 11px;">=</span> 0)
{ second--; } <span style="color: Blue; background-color: Transparent; font-family: Courier New; font-size: 11px;">else</span> {
second <span style="color: Red; background-color: Transparent; font-family: Courier New; font-size: 11px;">=</span> 59; <span style="color: Blue; background-color: Transparent; font-family: Courier New; font-size: 11px;">if</span> (minute
!<span style="color: Red; background-color: Transparent; font-family: Courier New; font-size: 11px;">=</span> 0)
{ minute--; } <span style="color: Blue; background-color: Transparent; font-family: Courier New; font-size: 11px;">else</span> {
minute <span style="color: Red; background-color: Transparent; font-family: Courier New; font-size: 11px;">=</span> 59; <span style="color: Blue; background-color: Transparent; font-family: Courier New; font-size: 11px;">if</span> (hour
!<span style="color: Red; background-color: Transparent; font-family: Courier New; font-size: 11px;">=</span> 0)
{ hour--; } <span style="color: Blue; background-color: Transparent; font-family: Courier New; font-size: 11px;">else</span> { <span style="color: Blue; background-color: Transparent; font-family: Courier New; font-size: 11px;">throw</span><span style="color: Blue; background-color: Transparent; font-family: Courier New; font-size: 11px;">new</span> ArgumentNullException(<span style="color: rgb(102, 102, 102); background-color: rgb(228, 228, 228); font-family: Courier New; font-size: 11px;">"No
valid time entry!"</span>); } } }</span></pre><br /><br />
What do you think?<br /><a href="http://blog.stegnar.com/content/binary/PeterStegnarDevDaysCountdown.zip"><br /></a><img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=b27e8395-a532-464e-8038-a22a3f2d216b" /></body>
      <title>Countdown app for DevDays</title>
      <guid isPermaLink="false">http://blog.stegnar.com/PermaLink,guid,b27e8395-a532-464e-8038-a22a3f2d216b.aspx</guid>
      <link>http://blog.stegnar.com/2009/09/13/CountdownAppForDevDays.aspx</link>
      <pubDate>Sun, 13 Sep 2009 10:00:59 GMT</pubDate>
      <description>On &lt;a href="http://meta.stackoverflow.com"&gt;meta.stackoverflow.com&lt;/a&gt; Joel &lt;a href="http://meta.stackoverflow.com/questions/20420/countdown-app-for-devdays"&gt;announced&lt;/a&gt; a
need for countdown application for the coming DevDays, as I am planing to attend one,
I have decided to make one. Maybe I will watch my counter at the conference. ;)&lt;br&gt;
&lt;br&gt;
It looks like:&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img src="http://blog.stegnar.com/content/binary/countDownDevDays.png" border="0" height="377" width="604"&gt;
&lt;br&gt;
&lt;br&gt;
Source code: &lt;a href="http://blog.stegnar.com/content/binary/PeterStegnarDevDaysCountdown.zip"&gt;PeterStegnarDevDaysCountdown.zip
(198.51 KB)&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;
I have used WPF, .NET 3.5. The speciality of this solution is custom Stackoverflow
digits. :)&lt;br&gt;
&lt;br&gt;
Short manual:&lt;br&gt;
-you can find exe in "PeterStegnarDevDaysCountdown\WPF_StackoverflowCountDown\bin\Debug"&lt;br&gt;
-start the app with the following parameters, for example: 0900 "DevDays begins in
%s"&lt;br&gt;
-just hit an "Esc" key to exit&lt;br&gt;
&lt;br&gt;
Core functionalitiy is, of course, countdown:&lt;br&gt;
&lt;br&gt;
&lt;pre&gt;&lt;span style="color: Black; background-color: Transparent; font-family: Courier New; font-size: 11px;"&gt; &lt;span style="color: Blue; background-color: Transparent; font-family: Courier New; font-size: 11px;"&gt;if&lt;/span&gt; (second
!&lt;span style="color: Red; background-color: Transparent; font-family: Courier New; font-size: 11px;"&gt;=&lt;/span&gt; 0)
{ second--; } &lt;span style="color: Blue; background-color: Transparent; font-family: Courier New; font-size: 11px;"&gt;else&lt;/span&gt; {
second &lt;span style="color: Red; background-color: Transparent; font-family: Courier New; font-size: 11px;"&gt;=&lt;/span&gt; 59; &lt;span style="color: Blue; background-color: Transparent; font-family: Courier New; font-size: 11px;"&gt;if&lt;/span&gt; (minute
!&lt;span style="color: Red; background-color: Transparent; font-family: Courier New; font-size: 11px;"&gt;=&lt;/span&gt; 0)
{ minute--; } &lt;span style="color: Blue; background-color: Transparent; font-family: Courier New; font-size: 11px;"&gt;else&lt;/span&gt; {
minute &lt;span style="color: Red; background-color: Transparent; font-family: Courier New; font-size: 11px;"&gt;=&lt;/span&gt; 59; &lt;span style="color: Blue; background-color: Transparent; font-family: Courier New; font-size: 11px;"&gt;if&lt;/span&gt; (hour
!&lt;span style="color: Red; background-color: Transparent; font-family: Courier New; font-size: 11px;"&gt;=&lt;/span&gt; 0)
{ hour--; } &lt;span style="color: Blue; background-color: Transparent; font-family: Courier New; font-size: 11px;"&gt;else&lt;/span&gt; { &lt;span style="color: Blue; background-color: Transparent; font-family: Courier New; font-size: 11px;"&gt;throw&lt;/span&gt; &lt;span style="color: Blue; background-color: Transparent; font-family: Courier New; font-size: 11px;"&gt;new&lt;/span&gt; ArgumentNullException(&lt;span style="color: rgb(102, 102, 102); background-color: rgb(228, 228, 228); font-family: Courier New; font-size: 11px;"&gt;"No
valid time entry!"&lt;/span&gt;); } } }&lt;/span&gt;&lt;/pre&gt;
&lt;br&gt;
&lt;br&gt;
What do you think?&lt;br&gt;
&lt;a href="http://blog.stegnar.com/content/binary/PeterStegnarDevDaysCountdown.zip"&gt;
&lt;br&gt;
&lt;/a&gt;&lt;img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=b27e8395-a532-464e-8038-a22a3f2d216b" /&gt;</description>
      <comments>http://blog.stegnar.com/CommentView,guid,b27e8395-a532-464e-8038-a22a3f2d216b.aspx</comments>
      <category>C#</category>
      <category>challenge</category>
      <category>conference </category>
      <category>event</category>
      <category>WPF</category>
    </item>
    <item>
      <trackback:ping>http://blog.stegnar.com/Trackback.aspx?guid=db34e3a1-9e7d-43b7-8242-c364d567b95e</trackback:ping>
      <pingback:server>http://blog.stegnar.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.stegnar.com/PermaLink,guid,db34e3a1-9e7d-43b7-8242-c364d567b95e.aspx</pingback:target>
      <dc:creator>Peter Stegnar</dc:creator>
      <wfw:comment>http://blog.stegnar.com/CommentView,guid,db34e3a1-9e7d-43b7-8242-c364d567b95e.aspx</wfw:comment>
      <wfw:commentRss>http://blog.stegnar.com/SyndicationService.asmx/GetEntryCommentsRss?guid=db34e3a1-9e7d-43b7-8242-c364d567b95e</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Roy Osherove is giving an hands-on TDD Masterclass in the UK, September 21-25. Roy
is author of "The Art of Unit Testing" (<a href="http://www.artofunittesting.com/">http://www.artofunittesting.com/</a>),
a leading tdd &amp; unit testing book; he maintains a blog at <a href="http://iserializable.com/">http://iserializable.com</a> (which
amoung other things has critiqued tests written by Microsoft for <a href="http://asp.net/">asp.net</a> MVC
- check out the testreviews category) and has recently been on the Scott Hanselman
podcast (<a href="http://bit.ly/psgYO">http://bit.ly/psgYO</a>) where he educated
Scott on best practices in Unit Testing techniques. For a further insight into Roy's
style, be sure to also check out Roy's talk at the recent Norwegian Developer's Conference
(<a href="http://bit.ly/NuJVa">http://bit.ly/NuJVa</a>).  
</p>
        <p>
Full Details here: <a href="http://bbits.co.uk/tddmasterclass">http://bbits.co.uk/tddmasterclass</a></p>
        <p>
bbits are holding a raffle for a free ticket for the event. To be eligible to win
the ticket (worth £2395!) you MUST paste this text, including all links, into your
blog and email <a href="mailto:Ian@bbits.co.uk">Ian@bbits.co.uk</a> with the url to
the blog entry.  The draw will be made on September 1st and the winner informed
by email and on <a href="http://bbits.co.uk/blog">bbits.co.uk/blog</a></p>
        <p>
        </p>
        <img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=db34e3a1-9e7d-43b7-8242-c364d567b95e" />
      </body>
      <title>Roy Osherove TDD Masterclass In The UK</title>
      <guid isPermaLink="false">http://blog.stegnar.com/PermaLink,guid,db34e3a1-9e7d-43b7-8242-c364d567b95e.aspx</guid>
      <link>http://blog.stegnar.com/2009/08/25/RoyOsheroveTDDMasterclassInTheUK.aspx</link>
      <pubDate>Tue, 25 Aug 2009 18:34:12 GMT</pubDate>
      <description>&lt;p&gt;
Roy Osherove is giving an hands-on TDD Masterclass in the UK, September 21-25. Roy
is author of "The Art of Unit Testing" (&lt;a href="http://www.artofunittesting.com/"&gt;http://www.artofunittesting.com/&lt;/a&gt;),
a leading tdd &amp;amp; unit testing book; he maintains a blog at &lt;a href="http://iserializable.com/"&gt;http://iserializable.com&lt;/a&gt; (which
amoung other things has critiqued tests written by Microsoft for &lt;a href="http://asp.net/"&gt;asp.net&lt;/a&gt; MVC
- check out the testreviews category) and has recently been on the Scott Hanselman
podcast (&lt;a href="http://bit.ly/psgYO"&gt;http://bit.ly/psgYO&lt;/a&gt;) where he educated
Scott on best practices in Unit Testing techniques. For a further insight into Roy's
style, be sure to also check out Roy's talk at the recent Norwegian Developer's Conference
(&lt;a href="http://bit.ly/NuJVa"&gt;http://bit.ly/NuJVa&lt;/a&gt;).&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
Full Details here: &lt;a href="http://bbits.co.uk/tddmasterclass"&gt;http://bbits.co.uk/tddmasterclass&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
bbits are holding a raffle for a free ticket for the event. To be eligible to win
the ticket (worth £2395!) you MUST paste this text, including all links, into your
blog and email &lt;a href="mailto:Ian@bbits.co.uk"&gt;Ian@bbits.co.uk&lt;/a&gt; with the url to
the blog entry.&amp;nbsp; The draw will be made on September 1st and the winner informed
by email and on &lt;a href="http://bbits.co.uk/blog"&gt;bbits.co.uk/blog&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=db34e3a1-9e7d-43b7-8242-c364d567b95e" /&gt;</description>
      <comments>http://blog.stegnar.com/CommentView,guid,db34e3a1-9e7d-43b7-8242-c364d567b95e.aspx</comments>
      <category>event</category>
      <category>TDD</category>
    </item>
    <item>
      <trackback:ping>http://blog.stegnar.com/Trackback.aspx?guid=62a39564-4922-4494-ae7c-22565c2ba675</trackback:ping>
      <pingback:server>http://blog.stegnar.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.stegnar.com/PermaLink,guid,62a39564-4922-4494-ae7c-22565c2ba675.aspx</pingback:target>
      <dc:creator>Peter Stegnar</dc:creator>
      <wfw:comment>http://blog.stegnar.com/CommentView,guid,62a39564-4922-4494-ae7c-22565c2ba675.aspx</wfw:comment>
      <wfw:commentRss>http://blog.stegnar.com/SyndicationService.asmx/GetEntryCommentsRss?guid=62a39564-4922-4494-ae7c-22565c2ba675</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">It just come out - <a href="http://stackoverflow.carsonified.com/tickets.html">Stack
Overflow DevDays conference</a> will be held in couple of cities:<br /><br />
October 19 San Francisco<br />
October 21 Seattle<br />
October 23 Toronto<br />
October 26 Washington, DC<br /><a href="http://www.amiando.com/stackoverflowdevdays-london.html">October 28 London</a><br /><br />
We Europeans have only one choice- <a href="http://www.amiando.com/stackoverflowdevdays-london.html">London</a>.
I have already make a <a href="http://stackoverflow.carsonified.com/tickets.html">reservation </a>and
so should you! I believe this will be great conference.<br /><br />
Right now about 2h after <a href="http://www.joelonsoftware.com/items/2009/05/12.html">Joel's
announcement</a> are 231 and 14 tickets available of 300. In less then one day there
will be none, when it seeds out (what I am actually doing right now).<br /><p></p><img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=62a39564-4922-4494-ae7c-22565c2ba675" /></body>
      <title>Stack Overflow DevDays</title>
      <guid isPermaLink="false">http://blog.stegnar.com/PermaLink,guid,62a39564-4922-4494-ae7c-22565c2ba675.aspx</guid>
      <link>http://blog.stegnar.com/2009/05/12/StackOverflowDevDays.aspx</link>
      <pubDate>Tue, 12 May 2009 19:52:31 GMT</pubDate>
      <description>It just come out - &lt;a href="http://stackoverflow.carsonified.com/tickets.html"&gt;Stack
Overflow DevDays conference&lt;/a&gt; will be held in couple of cities:&lt;br&gt;
&lt;br&gt;
October 19 San Francisco&lt;br&gt;
October 21 Seattle&lt;br&gt;
October 23 Toronto&lt;br&gt;
October 26 Washington, DC&lt;br&gt;
&lt;a href="http://www.amiando.com/stackoverflowdevdays-london.html"&gt;October 28 London&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;
We Europeans have only one choice- &lt;a href="http://www.amiando.com/stackoverflowdevdays-london.html"&gt;London&lt;/a&gt;.
I have already make a &lt;a href="http://stackoverflow.carsonified.com/tickets.html"&gt;reservation &lt;/a&gt;and
so should you! I believe this will be great conference.&lt;br&gt;
&lt;br&gt;
Right now about 2h after &lt;a href="http://www.joelonsoftware.com/items/2009/05/12.html"&gt;Joel's
announcement&lt;/a&gt; are 231 and 14 tickets available of 300. In less then one day there
will be none, when it seeds out (what I am actually doing right now).&lt;br&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.stegnar.com/aggbug.ashx?id=62a39564-4922-4494-ae7c-22565c2ba675" /&gt;</description>
      <comments>http://blog.stegnar.com/CommentView,guid,62a39564-4922-4494-ae7c-22565c2ba675.aspx</comments>
      <category>conference </category>
      <category>event</category>
    </item>
  </channel>
</rss>