<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Custom image form submit buttons - What is the correct approach?</title>
	<link>http://jarrodspillers.com/articles/custom-image-form-submit-buttons-what-is-the-correct-approach/</link>
	<description>web development and stuff</description>
	<pubDate>Wed, 19 Nov 2008 14:56:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: alex</title>
		<link>http://jarrodspillers.com/articles/custom-image-form-submit-buttons-what-is-the-correct-approach/#comment-50</link>
		<author>alex</author>
		<pubDate>Thu, 16 Oct 2008 00:19:18 +0000</pubDate>
		<guid>http://jarrodspillers.com/articles/custom-image-form-submit-buttons-what-is-the-correct-approach/#comment-50</guid>
		<description>great, very useful!

damn ie, always have to figure out some sort of workaround!</description>
		<content:encoded><![CDATA[<p>great, very useful!</p>
<p>damn ie, always have to figure out some sort of workaround!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://jarrodspillers.com/articles/custom-image-form-submit-buttons-what-is-the-correct-approach/#comment-15</link>
		<author>Tim</author>
		<pubDate>Sun, 23 Sep 2007 21:22:46 +0000</pubDate>
		<guid>http://jarrodspillers.com/articles/custom-image-form-submit-buttons-what-is-the-correct-approach/#comment-15</guid>
		<description>PERFECT. This is a great tutorial, you rule Jarrod.</description>
		<content:encoded><![CDATA[<p>PERFECT. This is a great tutorial, you rule Jarrod.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fundoodinesh@yahoo.co.in</title>
		<link>http://jarrodspillers.com/articles/custom-image-form-submit-buttons-what-is-the-correct-approach/#comment-14</link>
		<author>fundoodinesh@yahoo.co.in</author>
		<pubDate>Thu, 20 Sep 2007 03:44:39 +0000</pubDate>
		<guid>http://jarrodspillers.com/articles/custom-image-form-submit-buttons-what-is-the-correct-approach/#comment-14</guid>
		<description>cool code,
Thanks Man, was waiting for this.</description>
		<content:encoded><![CDATA[<p>cool code,<br />
Thanks Man, was waiting for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Estelle</title>
		<link>http://jarrodspillers.com/articles/custom-image-form-submit-buttons-what-is-the-correct-approach/#comment-13</link>
		<author>Estelle</author>
		<pubDate>Sun, 16 Sep 2007 11:25:52 +0000</pubDate>
		<guid>http://jarrodspillers.com/articles/custom-image-form-submit-buttons-what-is-the-correct-approach/#comment-13</guid>
		<description>By using a text-image, the user is unable to control the font size and you have to make a new image for almost every button.  For optimum accessibility, for ease of updating and internationalization, and in order to keep content and presentation separate, you can use a background-image instead of a foreground image, or even a hybrid of the sliding-doors technique, and then just regular, re-sizeable, editable text. </description>
		<content:encoded><![CDATA[<p>By using a text-image, the user is unable to control the font size and you have to make a new image for almost every button.  For optimum accessibility, for ease of updating and internationalization, and in order to keep content and presentation separate, you can use a background-image instead of a foreground image, or even a hybrid of the sliding-doors technique, and then just regular, re-sizeable, editable text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarrod</title>
		<link>http://jarrodspillers.com/articles/custom-image-form-submit-buttons-what-is-the-correct-approach/#comment-12</link>
		<author>Jarrod</author>
		<pubDate>Mon, 06 Aug 2007 12:52:01 +0000</pubDate>
		<guid>http://jarrodspillers.com/articles/custom-image-form-submit-buttons-what-is-the-correct-approach/#comment-12</guid>
		<description>blah: Yes, but not every user agent has javascript enabled. The key to good design is graceful degradation. Making a very basic functionality like submitting a form should not depend on JS to work.</description>
		<content:encoded><![CDATA[<p>blah: Yes, but not every user agent has javascript enabled. The key to good design is graceful degradation. Making a very basic functionality like submitting a form should not depend on JS to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blah</title>
		<link>http://jarrodspillers.com/articles/custom-image-form-submit-buttons-what-is-the-correct-approach/#comment-11</link>
		<author>blah</author>
		<pubDate>Mon, 30 Jul 2007 19:58:43 +0000</pubDate>
		<guid>http://jarrodspillers.com/articles/custom-image-form-submit-buttons-what-is-the-correct-approach/#comment-11</guid>
		<description>
Or rather to the image!
img src="/images/something_btn.gif" alt="Something!"  onclick="document.FromName.submit()"</description>
		<content:encoded><![CDATA[<p>Or rather to the image!<br />
img src=&#8221;/images/something_btn.gif&#8221; alt=&#8221;Something!&#8221;  onclick=&#8221;document.FromName.submit()&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blah</title>
		<link>http://jarrodspillers.com/articles/custom-image-form-submit-buttons-what-is-the-correct-approach/#comment-10</link>
		<author>blah</author>
		<pubDate>Mon, 30 Jul 2007 19:57:32 +0000</pubDate>
		<guid>http://jarrodspillers.com/articles/custom-image-form-submit-buttons-what-is-the-correct-approach/#comment-10</guid>
		<description>Seems like a lot of effots when you could just add an onclick event to the button.

&lt;img src="/images/something_btn.gif" alt="Something!" onclick="formname.submit()"/&gt;</description>
		<content:encoded><![CDATA[<p>Seems like a lot of effots when you could just add an onclick event to the button.</p>
<p><img src="/images/something_btn.gif" alt="Something!" onclick="formname.submit()"/></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Turner</title>
		<link>http://jarrodspillers.com/articles/custom-image-form-submit-buttons-what-is-the-correct-approach/#comment-9</link>
		<author>Justin Turner</author>
		<pubDate>Mon, 30 Jul 2007 02:30:35 +0000</pubDate>
		<guid>http://jarrodspillers.com/articles/custom-image-form-submit-buttons-what-is-the-correct-approach/#comment-9</guid>
		<description>While I've never coded with name value pairs encoded into the image submit method, you taught me the button technique! Thanks,
Justin Turner - C2 Global Technologies</description>
		<content:encoded><![CDATA[<p>While I&#8217;ve never coded with name value pairs encoded into the image submit method, you taught me the button technique! Thanks,<br />
Justin Turner - C2 Global Technologies</p>
]]></content:encoded>
	</item>
</channel>
</rss>
