<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Podcast #4</title>
	<atom:link href="http://blog.stackoverflow.com/2008/05/podcast-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stackoverflow.com/2008/05/podcast-4/</link>
	<description>a programming community exploit</description>
	<lastBuildDate>Sun, 22 Nov 2009 20:02:53 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeff</title>
		<link>http://blog.stackoverflow.com/2008/05/podcast-4/#comment-29109</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 27 Jul 2009 20:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=35#comment-29109</guid>
		<description>Corey,

I realize this is an old post, but chin up.  Your BugTracker.Net is just fine, easy to support, and works like a charm.  This from a 19 year developer (last 9 have been spent in C#).

The reason there&#039;s not just one language, one platform, one UI, is because people have different opinions.  Sadly, attaboy&#039;s are rarely given out, while complaints are tossed out like beads at Mardi Gras.</description>
		<content:encoded><![CDATA[<p>Corey,</p>
<p>I realize this is an old post, but chin up.  Your BugTracker.Net is just fine, easy to support, and works like a charm.  This from a 19 year developer (last 9 have been spent in C#).</p>
<p>The reason there&#8217;s not just one language, one platform, one UI, is because people have different opinions.  Sadly, attaboy&#8217;s are rarely given out, while complaints are tossed out like beads at Mardi Gras.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey Trager</title>
		<link>http://blog.stackoverflow.com/2008/05/podcast-4/#comment-1604</link>
		<dc:creator>Corey Trager</dc:creator>
		<pubDate>Sat, 21 Jun 2008 16:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=35#comment-1604</guid>
		<description>With regards to what Joel said below about code-behind, questioning why is it better, I don&#039;t know if he was playing devil&#039;s advocate or what, but I share his questioning attitude.   

I happen to have written an semi-popular free open source ASP.NET app (BugTracker.NET at http://ifdefined.com/bugtrackernet.html) that happens not to use code-behind.  When I started writing it, I just downloaded the .NET SDK and tackled it the way I had tackled Java, with a text editor, and with my &quot;classic&quot; ASP mindset.  I didn&#039;t eschew code behind to make some sort of political statement.  I simply didn&#039;t even know there was such a thing as code behind.  

Once I learned about code-behind, my attitude was, oh, that&#039;s nice, but no big deal.

But, then folks started downloading my app.  Many liked the app&#039;s behavior, but complained that I didn&#039;t use code-bheind.  One guy called me an arrogant idiot because of my not using code-behind.  Another guy called for the ASP.NET community to &quot;boycott&quot; my app.

I was like an accidental Galileo...

At 411Asp.Net the comments are &quot;coding horror&quot;, &quot;horrific html coding&quot;, &quot;I have never seen such a bad .NET app&quot;, &quot;An example of how not to code&quot;.  Ouch.

My project is at Sourceforge and there have been at least two other attempts to start projects at Sourceforge whose main purpose has been to convert to code-behind.

I wouldn&#039;t argue that the way I coded is better than code-behind, but I would say, it&#039;s not that big a deal  one way or the other.   If you put both HTML and C# in the same file, but that one file is well organized, then what&#039;s the big deal about splitting it into two files?  

Joel&#039;s comments:

&quot;..it&#039;s pretty rare not to use code-behind...I think most people would probably keep their, try to keep their C# or their VB in a different file than their HTML...I understand that that&#039;s what we keep telling them to do, but I&#039;m just wondering why are we telling them that separation is a good thing when we just spent three generations of programmers putting the data and the methods that operate on that data together in the same classes?....It winds up in ...different places. And now [you&#039;re] even less happy...I&#039;m just kind of wondering, it sort of sounds to me like you&#039;re trying to split up things just because of a certain type of anal retentiveness that programmers like to get themselves into. Where they&#039;re like &#039;God, it&#039;s cleaner if you separate something&#039; and they just love to have these little separations that they have to spend a lot of effort maintaining. And it makes them feel good in some way...&quot;</description>
		<content:encoded><![CDATA[<p>With regards to what Joel said below about code-behind, questioning why is it better, I don&#8217;t know if he was playing devil&#8217;s advocate or what, but I share his questioning attitude.   </p>
<p>I happen to have written an semi-popular free open source ASP.NET app (BugTracker.NET at <a href="http://ifdefined.com/bugtrackernet.html)" rel="nofollow">http://ifdefined.com/bugtrackernet.html)</a> that happens not to use code-behind.  When I started writing it, I just downloaded the .NET SDK and tackled it the way I had tackled Java, with a text editor, and with my &#8220;classic&#8221; ASP mindset.  I didn&#8217;t eschew code behind to make some sort of political statement.  I simply didn&#8217;t even know there was such a thing as code behind.  </p>
<p>Once I learned about code-behind, my attitude was, oh, that&#8217;s nice, but no big deal.</p>
<p>But, then folks started downloading my app.  Many liked the app&#8217;s behavior, but complained that I didn&#8217;t use code-bheind.  One guy called me an arrogant idiot because of my not using code-behind.  Another guy called for the ASP.NET community to &#8220;boycott&#8221; my app.</p>
<p>I was like an accidental Galileo&#8230;</p>
<p>At 411Asp.Net the comments are &#8220;coding horror&#8221;, &#8220;horrific html coding&#8221;, &#8220;I have never seen such a bad .NET app&#8221;, &#8220;An example of how not to code&#8221;.  Ouch.</p>
<p>My project is at Sourceforge and there have been at least two other attempts to start projects at Sourceforge whose main purpose has been to convert to code-behind.</p>
<p>I wouldn&#8217;t argue that the way I coded is better than code-behind, but I would say, it&#8217;s not that big a deal  one way or the other.   If you put both HTML and C# in the same file, but that one file is well organized, then what&#8217;s the big deal about splitting it into two files?  </p>
<p>Joel&#8217;s comments:</p>
<p>&#8220;..it&#8217;s pretty rare not to use code-behind&#8230;I think most people would probably keep their, try to keep their C# or their VB in a different file than their HTML&#8230;I understand that that&#8217;s what we keep telling them to do, but I&#8217;m just wondering why are we telling them that separation is a good thing when we just spent three generations of programmers putting the data and the methods that operate on that data together in the same classes?&#8230;.It winds up in &#8230;different places. And now [you're] even less happy&#8230;I&#8217;m just kind of wondering, it sort of sounds to me like you&#8217;re trying to split up things just because of a certain type of anal retentiveness that programmers like to get themselves into. Where they&#8217;re like &#8216;God, it&#8217;s cleaner if you separate something&#8217; and they just love to have these little separations that they have to spend a lot of effort maintaining. And it makes them feel good in some way&#8230;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aristo</title>
		<link>http://blog.stackoverflow.com/2008/05/podcast-4/#comment-1168</link>
		<dc:creator>aristo</dc:creator>
		<pubDate>Tue, 10 Jun 2008 09:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=35#comment-1168</guid>
		<description>Jeff. You should really do those casts with someone else, who wont be interrupting you in the middle of EVERY sentense you ant to say...

I really think like that

Mariusz</description>
		<content:encoded><![CDATA[<p>Jeff. You should really do those casts with someone else, who wont be interrupting you in the middle of EVERY sentense you ant to say&#8230;</p>
<p>I really think like that</p>
<p>Mariusz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harvey</title>
		<link>http://blog.stackoverflow.com/2008/05/podcast-4/#comment-634</link>
		<dc:creator>Harvey</dc:creator>
		<pubDate>Tue, 03 Jun 2008 15:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=35#comment-634</guid>
		<description>Re: Your perspectives and MVC

Sean T. McBeth: ++ to your MVC comments

I&#039;m an embedded programmer and I&#039;ve been slowly migrating our newer designs to MVC. It works like this:

Model: contains data and methods for modifying data which controls the embedded device (via TCP/IP, RS-232, RS-485, other).

View: the display (PDA, javascript webpage, Windows app, wxWidgets app)
Controller: this we have in two pieces where one piece is platform agnostic to allow some common task code to be shared. The second piece is specific to the view and basically two sets of directional event handlers: GUI events (button clicks, etc.) and Update events (either the consequences of a local GUI event or the results of an event triggered by another connected GUI, etc.)

---
C language is very important in embedded design. I doubt my microwave/dvd player/car was coded in Ruby or ASP. But then, I can&#039;t say that for sure. :)</description>
		<content:encoded><![CDATA[<p>Re: Your perspectives and MVC</p>
<p>Sean T. McBeth: ++ to your MVC comments</p>
<p>I&#8217;m an embedded programmer and I&#8217;ve been slowly migrating our newer designs to MVC. It works like this:</p>
<p>Model: contains data and methods for modifying data which controls the embedded device (via TCP/IP, RS-232, RS-485, other).</p>
<p>View: the display (PDA, javascript webpage, Windows app, wxWidgets app)<br />
Controller: this we have in two pieces where one piece is platform agnostic to allow some common task code to be shared. The second piece is specific to the view and basically two sets of directional event handlers: GUI events (button clicks, etc.) and Update events (either the consequences of a local GUI event or the results of an event triggered by another connected GUI, etc.)</p>
<p>&#8212;<br />
C language is very important in embedded design. I doubt my microwave/dvd player/car was coded in Ruby or ASP. But then, I can&#8217;t say that for sure. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://blog.stackoverflow.com/2008/05/podcast-4/#comment-475</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Thu, 22 May 2008 20:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=35#comment-475</guid>
		<description>Logo contest: &quot;winner takes all&quot; is the right way.  The first runner up is just the first loser.</description>
		<content:encoded><![CDATA[<p>Logo contest: &#8220;winner takes all&#8221; is the right way.  The first runner up is just the first loser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mmp1</title>
		<link>http://blog.stackoverflow.com/2008/05/podcast-4/#comment-383</link>
		<dc:creator>mmp1</dc:creator>
		<pubDate>Sun, 18 May 2008 04:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=35#comment-383</guid>
		<description>mvc stuff - depends on the problem.  Jeol questioned what number of apps need skinning ?  I wouldn&#039;t say there is actually a large number. But they may not be pure shrink wrap.  A lot of consulting ware would be a good candidate.  If you have ever been involved in a consultingware app, you are fine for the first release, then the professional service guys do the installs, and then 1 or 2 versions later, upgrades become very hard.  It is these sort of systems that could really benefit from skinning type development MINDSET and tools.  It&#039;s not really for expert users to customize gmail, it&#039;s real value for a lot of systems is to &quot;manage workflow&quot; including upgrade cycles between releases, especially for applications that encourage integration. 

Also, once you guys get beyond the talks about doing blogs and you get to talking about solutions how are you going to handle code to assist in discussion ?  ie.  do you want people to contribute ? how is that going to  happen (oh no I wanted a code/programming question and i got a blog question...).</description>
		<content:encoded><![CDATA[<p>mvc stuff &#8211; depends on the problem.  Jeol questioned what number of apps need skinning ?  I wouldn&#8217;t say there is actually a large number. But they may not be pure shrink wrap.  A lot of consulting ware would be a good candidate.  If you have ever been involved in a consultingware app, you are fine for the first release, then the professional service guys do the installs, and then 1 or 2 versions later, upgrades become very hard.  It is these sort of systems that could really benefit from skinning type development MINDSET and tools.  It&#8217;s not really for expert users to customize gmail, it&#8217;s real value for a lot of systems is to &#8220;manage workflow&#8221; including upgrade cycles between releases, especially for applications that encourage integration. </p>
<p>Also, once you guys get beyond the talks about doing blogs and you get to talking about solutions how are you going to handle code to assist in discussion ?  ie.  do you want people to contribute ? how is that going to  happen (oh no I wanted a code/programming question and i got a blog question&#8230;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://blog.stackoverflow.com/2008/05/podcast-4/#comment-373</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Fri, 16 May 2008 16:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=35#comment-373</guid>
		<description>Sounds a lot like Yahoo Answers.</description>
		<content:encoded><![CDATA[<p>Sounds a lot like Yahoo Answers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Robert</title>
		<link>http://blog.stackoverflow.com/2008/05/podcast-4/#comment-352</link>
		<dc:creator>Jim Robert</dc:creator>
		<pubDate>Thu, 15 May 2008 15:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=35#comment-352</guid>
		<description>Hey! I love your podcast, just thought you should know</description>
		<content:encoded><![CDATA[<p>Hey! I love your podcast, just thought you should know</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy</title>
		<link>http://blog.stackoverflow.com/2008/05/podcast-4/#comment-351</link>
		<dc:creator>Roy</dc:creator>
		<pubDate>Thu, 15 May 2008 14:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=35#comment-351</guid>
		<description>So would it be possible to listen to the podcast without Joel ruining it?

Jeff help me out with this,  you&#039;re great, but man Joel just kills this podcast for me...  :(</description>
		<content:encoded><![CDATA[<p>So would it be possible to listen to the podcast without Joel ruining it?</p>
<p>Jeff help me out with this,  you&#8217;re great, but man Joel just kills this podcast for me&#8230;  :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Topley</title>
		<link>http://blog.stackoverflow.com/2008/05/podcast-4/#comment-320</link>
		<dc:creator>John Topley</dc:creator>
		<pubDate>Wed, 14 May 2008 08:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stackoverflow.com/?p=35#comment-320</guid>
		<description>I found Jeff&#039;s comment about not including an image tag for the site&#039;s logo to be a bit bizarre. Surely your logo is an integral part of your site and as such should appear with your content. I understand the point about wanting to easily change the logo but honestly, how often is that going to happen? If you use some sort of include mechanism then you only have to edit the image tags in one file anyway.

The rule of thumb I use is what would you want to still be visible on your site if CSS was turned off? I bet you&#039;d want your logo to show up.</description>
		<content:encoded><![CDATA[<p>I found Jeff&#8217;s comment about not including an image tag for the site&#8217;s logo to be a bit bizarre. Surely your logo is an integral part of your site and as such should appear with your content. I understand the point about wanting to easily change the logo but honestly, how often is that going to happen? If you use some sort of include mechanism then you only have to edit the image tags in one file anyway.</p>
<p>The rule of thumb I use is what would you want to still be visible on your site if CSS was turned off? I bet you&#8217;d want your logo to show up.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
