<?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: HTML button is not useful</title>
	<atom:link href="http://hardlikesoftware.com/weblog/2007/02/27/html-button-is-not-useful/feed/" rel="self" type="application/rss+xml" />
	<link>http://hardlikesoftware.com/weblog/2007/02/27/html-button-is-not-useful/</link>
	<description>The writings of John Snyders, mostly about software.</description>
	<lastBuildDate>Thu, 09 Sep 2010 21:26:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: The Book of Dan &#187; Blog Archive &#187; Don&#8217;t press that BUTTON</title>
		<link>http://hardlikesoftware.com/weblog/2007/02/27/html-button-is-not-useful/comment-page-1/#comment-8729</link>
		<dc:creator>The Book of Dan &#187; Blog Archive &#187; Don&#8217;t press that BUTTON</dc:creator>
		<pubDate>Tue, 26 Aug 2008 23:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://hardlikesoftware.com/weblog/2007/02/27/html-button-is-not-useful/#comment-8729</guid>
		<description>[...] why our application completely refused to work using Internet Explorer 6.  Turns out that IE 6 is totally flummoxed by the HTML &lt;button&gt; tag.  If you have more than one a page, IE submits all the buttons - so [...]</description>
		<content:encoded><![CDATA[<p>[...] why our application completely refused to work using Internet Explorer 6.  Turns out that IE 6 is totally flummoxed by the HTML &lt;button&gt; tag.  If you have more than one a page, IE submits all the buttons &#8211; so [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://hardlikesoftware.com/weblog/2007/02/27/html-button-is-not-useful/comment-page-1/#comment-8592</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 22 Aug 2008 10:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://hardlikesoftware.com/weblog/2007/02/27/html-button-is-not-useful/#comment-8592</guid>
		<description>Thanks a lot for this article. I have been fighting with this for a couple of hours and thought there was something wrong with my html understanding. I&#039;ll have a look through all the workarounds now to find a solution.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this article. I have been fighting with this for a couple of hours and thought there was something wrong with my html understanding. I&#8217;ll have a look through all the workarounds now to find a solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://hardlikesoftware.com/weblog/2007/02/27/html-button-is-not-useful/comment-page-1/#comment-2412</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Sat, 27 Oct 2007 00:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://hardlikesoftware.com/weblog/2007/02/27/html-button-is-not-useful/#comment-2412</guid>
		<description>Lets not forget that on top of this bug (with multiple submit buttons) that IE also suffers from another bug with button elements, which renders them completely useless.

http://webbugtrack.blogspot.com/2007/10/bug-341-button-element-submits-wrong.html

When the form is submitted, the wrong value is passed to the server, so they can&#039;t even be used due to an IE bug!</description>
		<content:encoded><![CDATA[<p>Lets not forget that on top of this bug (with multiple submit buttons) that IE also suffers from another bug with button elements, which renders them completely useless.</p>
<p><a href="http://webbugtrack.blogspot.com/2007/10/bug-341-button-element-submits-wrong.html" rel="nofollow">http://webbugtrack.blogspot.com/2007/10/bug-341-button-element-submits-wrong.html</a></p>
<p>When the form is submitted, the wrong value is passed to the server, so they can&#8217;t even be used due to an IE bug!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: x</title>
		<link>http://hardlikesoftware.com/weblog/2007/02/27/html-button-is-not-useful/comment-page-1/#comment-1942</link>
		<dc:creator>x</dc:creator>
		<pubDate>Thu, 13 Sep 2007 07:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://hardlikesoftware.com/weblog/2007/02/27/html-button-is-not-useful/#comment-1942</guid>
		<description>Hint #3

      function antiMilitaryTime() {
         if (hr == 12)            { ampm = &quot;Noon&quot; }
         if (hr == 0 &#124;&#124; hr == 24) { ampm = &quot;Midnight&quot;; hr = 12 }
         if (hr   12)            { ampm = &quot;P.M.&quot;; hr -= 12 }
      }</description>
		<content:encoded><![CDATA[<p>Hint #3</p>
<p>      function antiMilitaryTime() {<br />
         if (hr == 12)            { ampm = &#8220;Noon&#8221; }<br />
         if (hr == 0 || hr == 24) { ampm = &#8220;Midnight&#8221;; hr = 12 }<br />
         if (hr   12)            { ampm = &#8220;P.M.&#8221;; hr -= 12 }<br />
      }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Infovore &#187; links for 2007-07-25</title>
		<link>http://hardlikesoftware.com/weblog/2007/02/27/html-button-is-not-useful/comment-page-1/#comment-1212</link>
		<dc:creator>Infovore &#187; links for 2007-07-25</dc:creator>
		<pubDate>Thu, 26 Jul 2007 07:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://hardlikesoftware.com/weblog/2007/02/27/html-button-is-not-useful/#comment-1212</guid>
		<description>[...] HTML button is not useful &#124; HardLikeSoftware Confirms some things I discovered the hard way. (tags: html button ie6 bug) [...]</description>
		<content:encoded><![CDATA[<p>[...] HTML button is not useful | HardLikeSoftware Confirms some things I discovered the hard way. (tags: html button ie6 bug) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: f</title>
		<link>http://hardlikesoftware.com/weblog/2007/02/27/html-button-is-not-useful/comment-page-1/#comment-741</link>
		<dc:creator>f</dc:creator>
		<pubDate>Thu, 14 Jun 2007 19:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://hardlikesoftware.com/weblog/2007/02/27/html-button-is-not-useful/#comment-741</guid>
		<description>Hint #1:
function antiMilitaryTime() {
if (hr - 12 &gt;= 0) {
  hr -= 12
  if (hr != 12) {
    ampm = &quot;P.M.&quot;
  }
  if (hr == 0)
  {
    hr = 12
  }
}
}

Hint #2:
Don&#039;t use Microsoft FrontPage.</description>
		<content:encoded><![CDATA[<p>Hint #1:<br />
function antiMilitaryTime() {<br />
if (hr &#8211; 12 &gt;= 0) {<br />
  hr -= 12<br />
  if (hr != 12) {<br />
    ampm = &#8220;P.M.&#8221;<br />
  }<br />
  if (hr == 0)<br />
  {<br />
    hr = 12<br />
  }<br />
}<br />
}</p>
<p>Hint #2:<br />
Don&#8217;t use Microsoft FrontPage.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
