<?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 on: RefactorMyCode &#8211; Free Programming Help</title> <atom:link href="http://cybernetnews.com/refactormycode-free-programming-help/feed/" rel="self" type="application/rss+xml" /><link>http://cybernetnews.com/refactormycode-free-programming-help/</link> <description>Technology News</description> <lastBuildDate>Sun, 27 May 2012 02:30:18 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Anonymous</title><link>http://cybernetnews.com/refactormycode-free-programming-help/#comment-157708</link> <dc:creator>Anonymous</dc:creator> <pubDate>Fri, 30 Sep 2011 18:14:01 +0000</pubDate> <guid isPermaLink="false">http://cybernetnews.com/2007/10/31/refactormycode-free-programming-help/#comment-157708</guid> <description>Leap Year: Design a program that asks the user to enter a year and then determines if it is a leap year.   Be sure to tell the user what the program does.  You program should have a loop that continues to repeat the leap year calculation for various years depending on the user&#039;s wishes. It asks the user to enter a &#039;y&#039; or &#039;n&#039; if s/he wants to process another year.Your program must also contain at least the following four methods according to the following descriptions: (Note that your main method will consist primarily of calls to these four methods which will be imbedded in a loop.Methods:displayInstructions will tell the user what the program does, what to input, and what will be displayed as a result of running the program. It will not return any value nor will it need any formal parameters. getYear has no formal parameters.  It asks the user to input a year and then returns that year as an integer value.isLeap has a formal integer parameter, year.  It determines if a year is a leap year, and then returns a Boolean value (true or false) depending on whether the year is a leap year or not. How to determine if a year is a leap year?  A year is a leap year if it is divisible by 4, but not divisible by 100, except when it is divisible by 400. (Hint: think about using the modulus operator here.)displayResults has two formal parameters, the year and a boolean variable containing the value returned from method isLeap.  This method  will not need to return a value.  It will simply display the year and display whether or not that year is a leap year.</description> <content:encoded><![CDATA[<p>Leap Year: Design a program that asks the user to enter a year and then determines if it is a leap year.   Be sure to tell the user what the program does.  You program should have a loop that continues to repeat the leap year calculation for various years depending on the user&#8217;s wishes. It asks the user to enter a &#8216;y&#8217; or &#8216;n&#8217; if s/he wants to process another year.</p><p>Your program must also contain at least the following four methods according to the following descriptions: (Note that your main method will consist primarily of calls to these four methods which will be imbedded in a loop.</p><p>Methods:</p><p>displayInstructions will tell the user what the program does, what to input, and what will be displayed as a result of running the program. It will not return any value nor will it need any formal parameters.<br /> getYear has no formal parameters.  It asks the user to input a year and then returns that year as an integer value.</p><p>isLeap has a formal integer parameter, year.  It determines if a year is a leap year, and then returns a Boolean value (true or false) depending on whether the year is a leap year or not. How to determine if a year is a leap year?  A year is a leap year if it is divisible by 4, but not divisible by 100, except when it is divisible by 400. (Hint: think about using the modulus operator here.)</p><p>displayResults has two formal parameters, the year and a boolean variable containing the value returned from method isLeap.  This method  will not need to return a value.  It will simply display the year and display whether or not that year is a leap year.</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://cybernetnews.com/refactormycode-free-programming-help/#comment-157707</link> <dc:creator>Anonymous</dc:creator> <pubDate>Fri, 30 Sep 2011 18:13:10 +0000</pubDate> <guid isPermaLink="false">http://cybernetnews.com/2007/10/31/refactormycode-free-programming-help/#comment-157707</guid> <description>Your program must also contain at least the following four methods according to the following descriptions: (Note that your main method will consist primarily of calls to these four methods which will be imbedded in a loop.Methods:displayInstructions will tell the user what the program does, what to input, and what will be displayed as a result of running the program. It will not return any value nor will it need any formal parameters. getYear has no formal parameters.  It asks the user to input a year and then returns that year as an integer value.isLeap has a formal integer parameter, year.  It determines if a year is a leap year, and then returns a Boolean value (true or false) depending on whether the year is a leap year or not. How to determine if a year is a leap year?  A year is a leap year if it is divisible by 4, but not divisible by 100, except when it is divisible by 400. (Hint: think about using the modulus operator here.)displayResults has two formal parameters, the year and a boolean variable containing the value returned from method isLeap.  This method  will not need to return a value.  It will simply display the year and display whether or not that year is a leap year.</description> <content:encoded><![CDATA[<p>Your program must also contain at least the following four methods according to the following descriptions: (Note that your main method will consist primarily of calls to these four methods which will be imbedded in a loop.</p><p>Methods:</p><p>displayInstructions will tell the user what the program does, what to input, and what will be displayed as a result of running the program. It will not return any value nor will it need any formal parameters.<br /> getYear has no formal parameters.  It asks the user to input a year and then returns that year as an integer value.</p><p>isLeap has a formal integer parameter, year.  It determines if a year is a leap year, and then returns a Boolean value (true or false) depending on whether the year is a leap year or not. How to determine if a year is a leap year?  A year is a leap year if it is divisible by 4, but not divisible by 100, except when it is divisible by 400. (Hint: think about using the modulus operator here.)</p><p>displayResults has two formal parameters, the year and a boolean variable containing the value returned from method isLeap.  This method  will not need to return a value.  It will simply display the year and display whether or not that year is a leap year.</p> ]]></content:encoded> </item> <item><title>By: ergon</title><link>http://cybernetnews.com/refactormycode-free-programming-help/#comment-157675</link> <dc:creator>ergon</dc:creator> <pubDate>Tue, 27 Sep 2011 18:11:51 +0000</pubDate> <guid isPermaLink="false">http://cybernetnews.com/2007/10/31/refactormycode-free-programming-help/#comment-157675</guid> <description>hey i was wondering im a sixth grader and im writing a paper about programing, can someone help me?</description> <content:encoded><![CDATA[<p>hey i was wondering im a sixth grader and im writing a paper about programing, can someone help me?</p> ]]></content:encoded> </item> <item><title>By: Rescue Leokeng</title><link>http://cybernetnews.com/refactormycode-free-programming-help/#comment-155196</link> <dc:creator>Rescue Leokeng</dc:creator> <pubDate>Mon, 03 Jan 2011 12:11:05 +0000</pubDate> <guid isPermaLink="false">http://cybernetnews.com/2007/10/31/refactormycode-free-programming-help/#comment-155196</guid> <description>Let there be peace among you guys. Sometimes it is just good to pretend you don&#039;t have eyes and ears.</description> <content:encoded><![CDATA[<p>Let there be peace among you guys. Sometimes it is just good to pretend you don&#8217;t have eyes and ears.</p> ]]></content:encoded> </item> <item><title>By: v0ltr4n blog &#187; Blog Archive &#187; RefactorMyCode… ayuda gratuita para la programación</title><link>http://cybernetnews.com/refactormycode-free-programming-help/#comment-129729</link> <dc:creator>v0ltr4n blog &#187; Blog Archive &#187; RefactorMyCode… ayuda gratuita para la programación</dc:creator> <pubDate>Fri, 18 Jan 2008 01:58:09 +0000</pubDate> <guid isPermaLink="false">http://cybernetnews.com/2007/10/31/refactormycode-free-programming-help/#comment-129729</guid> <description>[...] se publica el código, este rediseñado por los usuarios, encontrando diferentes soluciones o “caminos” para mejorar la aplicación… si eres [...]</description> <content:encoded><![CDATA[<p>[...] se publica el código, este rediseñado por los usuarios, encontrando diferentes soluciones o “caminos” para mejorar la aplicación… si eres [...]</p> ]]></content:encoded> </item> <item><title>By: V0lTr4n Bl0G &#187; Blog Archive &#187; RefactorMyCode… ayuda gratuita para la programación</title><link>http://cybernetnews.com/refactormycode-free-programming-help/#comment-122323</link> <dc:creator>V0lTr4n Bl0G &#187; Blog Archive &#187; RefactorMyCode… ayuda gratuita para la programación</dc:creator> <pubDate>Tue, 13 Nov 2007 01:38:48 +0000</pubDate> <guid isPermaLink="false">http://cybernetnews.com/2007/10/31/refactormycode-free-programming-help/#comment-122323</guid> <description>[...] se publica el código, este rediseñado por los usuarios, encontrando diferentes soluciones o “caminos” para mejorar la aplicación… si eres [...]</description> <content:encoded><![CDATA[<p>[...] se publica el código, este rediseñado por los usuarios, encontrando diferentes soluciones o “caminos” para mejorar la aplicación… si eres [...]</p> ]]></content:encoded> </item> <item><title>By: CoryC</title><link>http://cybernetnews.com/refactormycode-free-programming-help/#comment-121759</link> <dc:creator>CoryC</dc:creator> <pubDate>Wed, 07 Nov 2007 19:13:57 +0000</pubDate> <guid isPermaLink="false">http://cybernetnews.com/2007/10/31/refactormycode-free-programming-help/#comment-121759</guid> <description>&lt;div class=&quot;commentquote&quot;&gt;&lt;a href=&quot;#comment-121710&quot; rel=&quot;nofollow&quot;&gt;Carl wrote:&lt;/a&gt;&lt;blockquote&gt;I teach at a middle school, and I regularly have my students read and evaluate work done by their peers.  Most of the times, those evaluations take the form of written comments to the author of the work.  I take grades on the ability of the evaluator to offer appropriate and constructive criticism.  I would not allow a comment such as “that is the ugliest site I have ever seen” in my classroom.  In fact, I make it very clear that a comment like that will receive a failing grade.  A comment like that, even if it is explained later, is just asking for a response in kind.Just my opinion.&lt;/blockquote&gt;&lt;/div&gt;Look, this is not the usual forum for proving feedback to a site owner;  It&#039;s more of a conversation with friends. I would never make such a statement in a formal setting. When macournoyer asked, &quot;...what don&#039;t you like about it?&quot; I was polite and gave specific example of what I thought needed to be modified.  I even pointed out a couple of things that I liked about the site. To say I&#039;m &quot;bad ppl&quot; just because I offered my opinion is childish.I won&#039;t visit the site again nor will I tell my friends or co-workers about it (did I mention that I&#039;m a professional application developers? Actually, I&#039;m a Application Team Lead).  If someone mentions the site to me I&#039;ll reply that that site creator is a jerk.I wash my hands of the whole situation.</description> <content:encoded><![CDATA[<div class="commentquote"><a href="#comment-121710" rel="nofollow">Carl wrote:</a><br /><blockquote>I teach at a middle school, and I regularly have my students read and evaluate work done by their peers.  Most of the times, those evaluations take the form of written comments to the author of the work.  I take grades on the ability of the evaluator to offer appropriate and constructive criticism.  I would not allow a comment such as “that is the ugliest site I have ever seen” in my classroom.  In fact, I make it very clear that a comment like that will receive a failing grade.  A comment like that, even if it is explained later, is just asking for a response in kind.</p><p>Just my opinion.</p></blockquote></div><p>Look, this is not the usual forum for proving feedback to a site owner;  It&#8217;s more of a conversation with friends. I would never make such a statement in a formal setting. When macournoyer asked, &#8220;&#8230;what don&#8217;t you like about it?&#8221; I was polite and gave specific example of what I thought needed to be modified.  I even pointed out a couple of things that I liked about the site. To say I&#8217;m &#8220;bad ppl&#8221; just because I offered my opinion is childish.</p><p>I won&#8217;t visit the site again nor will I tell my friends or co-workers about it (did I mention that I&#8217;m a professional application developers? Actually, I&#8217;m a Application Team Lead).  If someone mentions the site to me I&#8217;ll reply that that site creator is a jerk.</p><p>I wash my hands of the whole situation.</p> ]]></content:encoded> </item> <item><title>By: Carl</title><link>http://cybernetnews.com/refactormycode-free-programming-help/#comment-121710</link> <dc:creator>Carl</dc:creator> <pubDate>Wed, 07 Nov 2007 06:15:30 +0000</pubDate> <guid isPermaLink="false">http://cybernetnews.com/2007/10/31/refactormycode-free-programming-help/#comment-121710</guid> <description>I teach at a middle school, and I regularly have my students read and evaluate work done by their peers.  Most of the times, those evaluations take the form of written comments to the author of the work.  I take grades on the ability of the evaluator to offer appropriate and constructive criticism.  I would not allow a comment such as &quot;that is the ugliest site I have ever seen&quot; in my classroom.  In fact, I make it very clear that a comment like that will receive a failing grade.  A comment like that, even if it is explained later, is just asking for a response in kind.Just my opinion.</description> <content:encoded><![CDATA[<p>I teach at a middle school, and I regularly have my students read and evaluate work done by their peers.  Most of the times, those evaluations take the form of written comments to the author of the work.  I take grades on the ability of the evaluator to offer appropriate and constructive criticism.  I would not allow a comment such as &#8220;that is the ugliest site I have ever seen&#8221; in my classroom.  In fact, I make it very clear that a comment like that will receive a failing grade.  A comment like that, even if it is explained later, is just asking for a response in kind.</p><p>Just my opinion.</p> ]]></content:encoded> </item> <item><title>By: Ashley</title><link>http://cybernetnews.com/refactormycode-free-programming-help/#comment-121706</link> <dc:creator>Ashley</dc:creator> <pubDate>Wed, 07 Nov 2007 03:02:15 +0000</pubDate> <guid isPermaLink="false">http://cybernetnews.com/2007/10/31/refactormycode-free-programming-help/#comment-121706</guid> <description>&lt;div class=&quot;commentquote&quot;&gt;&lt;a href=&quot;#comment-121560&quot; rel=&quot;nofollow&quot;&gt;macournoyer wrote:&lt;/a&gt;&lt;blockquote&gt;I’m sorry I sound like someone who doesn’t accept critisism. But “the ugliest site I have ever seen” is not the kind of feedback that helps making a website better.I’m glad my reply can make ppl like this be reluctant to return to the site.My site is driven by user feedback since day one, almost everything you see in there was a user suggestion. And I’ll do all I can to keep bad ppl off the site.&lt;/blockquote&gt;&lt;/div&gt; Just a friendly suggestion macournoyer -- when you get feedback such as &quot;the ugliest site I have ever seen,&quot; take what you can from it. Perhaps what Cory said was exagerated a bit because there has GOT to be an uglier site out there, but the point behind that comment is that the look of the site is keeping him from using it. Take that and then ask yourself, &quot;what can I do to make this more visually appealing for more of my users.&quot; I know how hard it is when someone has critisized your hard work, but try to realize that first impressions are important and that was Cory&#039;s. Ultimately it&#039;s your site and you can do what you want, but perhaps there are others out there who share Cory&#039;s opinion and would be more inclined to return if it were a little easier on the eyes?</description> <content:encoded><![CDATA[<div class="commentquote"><a href="#comment-121560" rel="nofollow">macournoyer wrote:</a><br /><blockquote>I’m sorry I sound like someone who doesn’t accept critisism. But “the ugliest site I have ever seen” is not the kind of feedback that helps making a website better.</p><p>I’m glad my reply can make ppl like this be reluctant to return to the site.</p><p>My site is driven by user feedback since day one, almost everything you see in there was a user suggestion. And I’ll do all I can to keep bad ppl off the site.</p></blockquote></div><p>Just a friendly suggestion macournoyer &#8212; when you get feedback such as &#8220;the ugliest site I have ever seen,&#8221; take what you can from it. Perhaps what Cory said was exagerated a bit because there has GOT to be an uglier site out there, but the point behind that comment is that the look of the site is keeping him from using it. Take that and then ask yourself, &#8220;what can I do to make this more visually appealing for more of my users.&#8221; I know how hard it is when someone has critisized your hard work, but try to realize that first impressions are important and that was Cory&#8217;s. Ultimately it&#8217;s your site and you can do what you want, but perhaps there are others out there who share Cory&#8217;s opinion and would be more inclined to return if it were a little easier on the eyes?</p> ]]></content:encoded> </item> <item><title>By: Ryan</title><link>http://cybernetnews.com/refactormycode-free-programming-help/#comment-121664</link> <dc:creator>Ryan</dc:creator> <pubDate>Wed, 07 Nov 2007 01:40:50 +0000</pubDate> <guid isPermaLink="false">http://cybernetnews.com/2007/10/31/refactormycode-free-programming-help/#comment-121664</guid> <description>CoryC elaborated on what he meant by that comment, and to be honest if I was running the site I would take his ideas to heart. It really is a bit tough to read a lot of code on a black background. It&#039;s not that difficult to give users another stylesheet to choose from that has a light colored background for the code, and then save their settings to a cookie.</description> <content:encoded><![CDATA[<p>CoryC elaborated on what he meant by that comment, and to be honest if I was running the site I would take his ideas to heart. It really is a bit tough to read a lot of code on a black background. It&#8217;s not that difficult to give users another stylesheet to choose from that has a light colored background for the code, and then save their settings to a cookie.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 298/319 objects using disk: basic

Served from: cybernetnews.com @ 2012-05-27 11:56:19 -->
