<?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/"
		>
<channel>
	<title>Comments for Marty Stepp</title>
	<atom:link href="http://www.martystepp.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.martystepp.com</link>
	<description>Lecturer of Computer Science, University of Washington</description>
	<lastBuildDate>Sat, 04 Feb 2012 19:12:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on About by Akila</title>
		<link>http://www.martystepp.com/about/comment-page-1/#comment-1430</link>
		<dc:creator>Akila</dc:creator>
		<pubDate>Sat, 04 Feb 2012 19:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.martystepp.com/?page_id=2#comment-1430</guid>
		<description>class name should be WellFormed&lt;a href=&quot;#comment-1429&quot; rel=&quot;nofollow&quot;&gt;@Akila &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>class name should be WellFormed<a href="#comment-1429" rel="nofollow">@Akila </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Akila</title>
		<link>http://www.martystepp.com/about/comment-page-1/#comment-1429</link>
		<dc:creator>Akila</dc:creator>
		<pubDate>Sat, 04 Feb 2012 19:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.martystepp.com/?page_id=2#comment-1429</guid>
		<description>class DrawBox
{
 public static void main(String[] args)
 {
      System.out.println(&quot;A well-formed Java program has&quot;);
      System.out.println(&quot;a main method { and }&quot;);
      System.out.println(&quot;braces.&quot;);
      System.out.println();
      System.out.println(&quot;A System.out.println statement&quot;);
      System.out.println(&quot;has ( and ) and usually a&quot;);
      System.out.println(&quot;String that starts and ends&quot;);
      System.out.println(&quot;with a \&quot; character.&quot;);
      System.out.println(&quot;But we type \\\&quot; instead !)&quot;);  
 }    
    
}

This is the code for &quot;Exercise 1.3: WellFormed&quot; question. But when it run on Practice-It! it shows this message.
You submitted a complete class. Most of Practice-It&#039;s problems ask you to submit only a method, not an entire class/program. Remove the class header and submit only the method or code that was asked for.

How can i fix it ? thank you .</description>
		<content:encoded><![CDATA[<p>class DrawBox<br />
{<br />
 public static void main(String[] args)<br />
 {<br />
      System.out.println(&#8220;A well-formed Java program has&#8221;);<br />
      System.out.println(&#8220;a main method { and }&#8221;);<br />
      System.out.println(&#8220;braces.&#8221;);<br />
      System.out.println();<br />
      System.out.println(&#8220;A System.out.println statement&#8221;);<br />
      System.out.println(&#8220;has ( and ) and usually a&#8221;);<br />
      System.out.println(&#8220;String that starts and ends&#8221;);<br />
      System.out.println(&#8220;with a \&#8221; character.&#8221;);<br />
      System.out.println(&#8220;But we type \\\&#8221; instead !)&#8221;);<br />
 }    </p>
<p>}</p>
<p>This is the code for &#8220;Exercise 1.3: WellFormed&#8221; question. But when it run on Practice-It! it shows this message.<br />
You submitted a complete class. Most of Practice-It&#8217;s problems ask you to submit only a method, not an entire class/program. Remove the class header and submit only the method or code that was asked for.</p>
<p>How can i fix it ? thank you .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Internet Explorer Sucks by Marty Stepp</title>
		<link>http://www.martystepp.com/why-internet-explorer-sucks/comment-page-1/#comment-1232</link>
		<dc:creator>Marty Stepp</dc:creator>
		<pubDate>Wed, 02 Nov 2011 05:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.martystepp.com/?p=197#comment-1232</guid>
		<description>Sigh.  You don&#039;t get it, &quot;L&quot;.  You&#039;re right that I don&#039;t develop pages for IE.  But I don&#039;t develop pages for *ANY* browser.  Because that&#039;s not how web development is supposed to work.  You are supposed to develop to well-documented web standards, and then the page is supposed to work in every browser.  In many cases, it does not work in IE.  That&#039;s their browser&#039;s problem; they need to fix it.  I&#039;m not willing to hack up my web page with a bunch of kludges and special code just to deal with the fact that IE is a broken web browser.  If you think that makes me a tool, so be it.</description>
		<content:encoded><![CDATA[<p>Sigh.  You don&#8217;t get it, &#8220;L&#8221;.  You&#8217;re right that I don&#8217;t develop pages for IE.  But I don&#8217;t develop pages for *ANY* browser.  Because that&#8217;s not how web development is supposed to work.  You are supposed to develop to well-documented web standards, and then the page is supposed to work in every browser.  In many cases, it does not work in IE.  That&#8217;s their browser&#8217;s problem; they need to fix it.  I&#8217;m not willing to hack up my web page with a bunch of kludges and special code just to deal with the fact that IE is a broken web browser.  If you think that makes me a tool, so be it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Internet Explorer Sucks by L</title>
		<link>http://www.martystepp.com/why-internet-explorer-sucks/comment-page-1/#comment-1231</link>
		<dc:creator>L</dc:creator>
		<pubDate>Wed, 02 Nov 2011 04:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.martystepp.com/?p=197#comment-1231</guid>
		<description>Be cool that you don&#039;t develop things to work on IE.  Whatever.  I&#039;ve never called anyone a tool before because I hate that term, but you are a tool.</description>
		<content:encoded><![CDATA[<p>Be cool that you don&#8217;t develop things to work on IE.  Whatever.  I&#8217;ve never called anyone a tool before because I hate that term, but you are a tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Internet Explorer Sucks by s</title>
		<link>http://www.martystepp.com/why-internet-explorer-sucks/comment-page-1/#comment-1221</link>
		<dc:creator>s</dc:creator>
		<pubDate>Wed, 26 Oct 2011 14:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.martystepp.com/?p=197#comment-1221</guid>
		<description>Opps!
http://www.eweek.com/c/a/Application-Development/Adobe-We-Love-Flash-and-HTML5-Equally-279478/
&quot;CSS Regions are available in the latest versions of Chromium and Internet Explorer 10.&quot;</description>
		<content:encoded><![CDATA[<p>Opps!<br />
<a href="http://www.eweek.com/c/a/Application-Development/Adobe-We-Love-Flash-and-HTML5-Equally-279478/" rel="nofollow">http://www.eweek.com/c/a/Application-Development/Adobe-We-Love-Flash-and-HTML5-Equally-279478/</a><br />
&#8220;CSS Regions are available in the latest versions of Chromium and Internet Explorer 10.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Internet Explorer Sucks by Marty Stepp</title>
		<link>http://www.martystepp.com/why-internet-explorer-sucks/comment-page-1/#comment-1068</link>
		<dc:creator>Marty Stepp</dc:creator>
		<pubDate>Wed, 17 Aug 2011 19:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.martystepp.com/?p=197#comment-1068</guid>
		<description>&quot;s&quot;: It is undoubtedly true that IE9 is more secure than past IEs.  (It would be hard for it not to be.)  But this study is not definitive.  The folks who did the study, NSS labs, are known paid Microsoft shills, given substantial compensation by Microsoft to perform this study.  Their methodology has been questioned and criticized, set up in a way to make IE slant toward having a better number than other arguably &quot;safer&quot; browsers.

I encourage you to google (er, sorry, you probably use Bing!) about &quot;NSS labs&quot; and read about the accusations and questions regarding their credibility, as well as considering the general low credibility of paid studies.

Lastly, my main gripe against IE isn&#039;t even its &quot;safety&quot; or security any more; it&#039;s their poor conformance to web standards and their monopolistic behavior in the past that helped to crush competitors.</description>
		<content:encoded><![CDATA[<p>&#8220;s&#8221;: It is undoubtedly true that IE9 is more secure than past IEs.  (It would be hard for it not to be.)  But this study is not definitive.  The folks who did the study, NSS labs, are known paid Microsoft shills, given substantial compensation by Microsoft to perform this study.  Their methodology has been questioned and criticized, set up in a way to make IE slant toward having a better number than other arguably &#8220;safer&#8221; browsers.</p>
<p>I encourage you to google (er, sorry, you probably use Bing!) about &#8220;NSS labs&#8221; and read about the accusations and questions regarding their credibility, as well as considering the general low credibility of paid studies.</p>
<p>Lastly, my main gripe against IE isn&#8217;t even its &#8220;safety&#8221; or security any more; it&#8217;s their poor conformance to web standards and their monopolistic behavior in the past that helped to crush competitors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Internet Explorer Sucks by s</title>
		<link>http://www.martystepp.com/why-internet-explorer-sucks/comment-page-1/#comment-1064</link>
		<dc:creator>s</dc:creator>
		<pubDate>Tue, 16 Aug 2011 03:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.martystepp.com/?p=197#comment-1064</guid>
		<description>You are still avoiding the security issue:
http://www.zdnetasia.com/report-ie9-safest-browser-against-malware-62301643.htm

How much evidence does it take till you can admit that IE9 is really secure. You should be encouraging EVERYONE to use IE9 to minimize getting compromised.</description>
		<content:encoded><![CDATA[<p>You are still avoiding the security issue:<br />
<a href="http://www.zdnetasia.com/report-ie9-safest-browser-against-malware-62301643.htm" rel="nofollow">http://www.zdnetasia.com/report-ie9-safest-browser-against-malware-62301643.htm</a></p>
<p>How much evidence does it take till you can admit that IE9 is really secure. You should be encouraging EVERYONE to use IE9 to minimize getting compromised.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Avi</title>
		<link>http://www.martystepp.com/about/comment-page-1/#comment-1062</link>
		<dc:creator>Avi</dc:creator>
		<pubDate>Mon, 15 Aug 2011 23:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.martystepp.com/?page_id=2#comment-1062</guid>
		<description>Hey Marty,
Nice blog. I too just got a chance to learn ubuntu and  came across your blog. Really nice hints .

But I had one question. On one of the hints on enable inking/drawing with ubuntu, I haven&#039;t been able to find the option &#039;Enable inking/drawing&#039; in compiz config settings manager. Could you please be more specific as to under what category did you find that option?

Thank you.</description>
		<content:encoded><![CDATA[<p>Hey Marty,<br />
Nice blog. I too just got a chance to learn ubuntu and  came across your blog. Really nice hints .</p>
<p>But I had one question. On one of the hints on enable inking/drawing with ubuntu, I haven&#8217;t been able to find the option &#8216;Enable inking/drawing&#8217; in compiz config settings manager. Could you please be more specific as to under what category did you find that option?</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Internet Explorer Sucks by Ben</title>
		<link>http://www.martystepp.com/why-internet-explorer-sucks/comment-page-1/#comment-1032</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 02 Aug 2011 05:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.martystepp.com/?p=197#comment-1032</guid>
		<description>I&#039;d like to take a moment and say thanks to Marty on this one.
I was in his class about a year and a half ago, and would like to explain a little about how it worked.

Since we didn&#039;t focus on IE we were able to cover more content that we would not have had otherwise.  To those who are saying that makes me less employable I would disagree.  I am working on a site for a group at the UW that (if I say so myself) looks fucking fantastic in every other browser.  I just started testing it in IE and it looks like all of my time and data was given to the browser, which then had a seizure on it and gave it back.

But seeing as how Marty taught us standards and not hacks I can figure out how to fix it.  I&#039;m going to be adding a separate css sheet for only IE.  That took me all of 2 minutes to google, and if we had covered how to handle each incarnation of that browser I would have missed out on a lot of the stuff that I have just been using.  Besides, his class is mostly for beginners and it covers a lot more than html and css.  The timing just doesn&#039;t work to have a week or however much would be needed to cover every way that IE might render your page differently and how to fix it

If someone is at the level where their living depends on their ability to code and design, they should be able to figure out how to deal with something like this on their own.  When we are all starting out, we need to learn the rules not the exception.  Thanks to Marty I know what I need to make websites.

All I need now is the patience to rework my appearance every time IE rears it&#039;s ugly head.</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to take a moment and say thanks to Marty on this one.<br />
I was in his class about a year and a half ago, and would like to explain a little about how it worked.</p>
<p>Since we didn&#8217;t focus on IE we were able to cover more content that we would not have had otherwise.  To those who are saying that makes me less employable I would disagree.  I am working on a site for a group at the UW that (if I say so myself) looks fucking fantastic in every other browser.  I just started testing it in IE and it looks like all of my time and data was given to the browser, which then had a seizure on it and gave it back.</p>
<p>But seeing as how Marty taught us standards and not hacks I can figure out how to fix it.  I&#8217;m going to be adding a separate css sheet for only IE.  That took me all of 2 minutes to google, and if we had covered how to handle each incarnation of that browser I would have missed out on a lot of the stuff that I have just been using.  Besides, his class is mostly for beginners and it covers a lot more than html and css.  The timing just doesn&#8217;t work to have a week or however much would be needed to cover every way that IE might render your page differently and how to fix it</p>
<p>If someone is at the level where their living depends on their ability to code and design, they should be able to figure out how to deal with something like this on their own.  When we are all starting out, we need to learn the rules not the exception.  Thanks to Marty I know what I need to make websites.</p>
<p>All I need now is the patience to rework my appearance every time IE rears it&#8217;s ugly head.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Internet Explorer Sucks by s</title>
		<link>http://www.martystepp.com/why-internet-explorer-sucks/comment-page-1/#comment-988</link>
		<dc:creator>s</dc:creator>
		<pubDate>Fri, 29 Jul 2011 13:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.martystepp.com/?p=197#comment-988</guid>
		<description>you are still avoiding the new security posture:
http://arstechnica.com/microsoft/news/2011/07/internet-explorer-9-utterly-dominates-malware-blocking-stats.ars</description>
		<content:encoded><![CDATA[<p>you are still avoiding the new security posture:<br />
<a href="http://arstechnica.com/microsoft/news/2011/07/internet-explorer-9-utterly-dominates-malware-blocking-stats.ars" rel="nofollow">http://arstechnica.com/microsoft/news/2011/07/internet-explorer-9-utterly-dominates-malware-blocking-stats.ars</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

