<?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: Part of the club</title>
	<atom:link href="http://www.mikebrittain.com/blog/2006/12/19/part-of-the-club/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikebrittain.com/blog/2006/12/19/part-of-the-club/</link>
	<description>Internet, mobile applications, skiing, snowboarding, food... you know, whatever comes to mind.</description>
	<lastBuildDate>Mon, 21 Mar 2011 14:25:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: mikebrittain</title>
		<link>http://www.mikebrittain.com/blog/2006/12/19/part-of-the-club/comment-page-1/#comment-56</link>
		<dc:creator>mikebrittain</dc:creator>
		<pubDate>Tue, 26 Feb 2008 04:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikebrittain.com/2006/12/part-of-the-club/#comment-56</guid>
		<description>Glad to see that this technique is getting some use.  Just came across &lt;a href=&quot;http://codelevy.com/articles/2007/10/05/form-elements-example-text&quot; rel=&quot;nofollow&quot;&gt;Lance Ivy&#039;s post&lt;/a&gt; covering how he uses it.</description>
		<content:encoded><![CDATA[<p>Glad to see that this technique is getting some use.  Just came across <a href="http://codelevy.com/articles/2007/10/05/form-elements-example-text" rel="nofollow">Lance Ivy&#8217;s post</a> covering how he uses it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahryar</title>
		<link>http://www.mikebrittain.com/blog/2006/12/19/part-of-the-club/comment-page-1/#comment-63</link>
		<dc:creator>Shahryar</dc:creator>
		<pubDate>Fri, 28 Sep 2007 20:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikebrittain.com/2006/12/part-of-the-club/#comment-63</guid>
		<description>Great tutorial.  Newbie to web design here (CSS, JavaScript, etc.)

I want to make a search-box for the main page of my site that is sleek-looking with the label within the search field.  When I did a simple google search, I saw something about using &#039;onfocus&#039;.  The simple solution worked fine in Firefox, but when I tried that in IE6, the warning came on and I had to select &quot;allow&quot; to get the proper effect.

I saw in another forum that someone said to do a google search for &quot;compact form&quot; and that brought me to your article.

Using the techniques you&#039;ve published, IE6 fires up the form just fine.

I was wondering about how to go about two things.  I would like the value that&#039;s in the field to say &quot;Please enter anything (name, city, zip, etc.) to get started&quot; but don&#039;t think I want this to be a label should JS be disabled.  Or maybe I should let the label be this sentence, but wouldn&#039;t it be too long with spaces and everything to be used correctly?

Any advice on this?

Also, What if I wanted two different submit boxes - one for &quot;find&quot; and one for &quot;add&quot; depending on what they wanted to do with what they entered.  What&#039;s the best way to go about this?

Any ideas would be much appreciated.</description>
		<content:encoded><![CDATA[<p>Great tutorial.  Newbie to web design here (CSS, JavaScript, etc.)</p>
<p>I want to make a search-box for the main page of my site that is sleek-looking with the label within the search field.  When I did a simple google search, I saw something about using &#8216;onfocus&#8217;.  The simple solution worked fine in Firefox, but when I tried that in IE6, the warning came on and I had to select &#8220;allow&#8221; to get the proper effect.</p>
<p>I saw in another forum that someone said to do a google search for &#8220;compact form&#8221; and that brought me to your article.</p>
<p>Using the techniques you&#8217;ve published, IE6 fires up the form just fine.</p>
<p>I was wondering about how to go about two things.  I would like the value that&#8217;s in the field to say &#8220;Please enter anything (name, city, zip, etc.) to get started&#8221; but don&#8217;t think I want this to be a label should JS be disabled.  Or maybe I should let the label be this sentence, but wouldn&#8217;t it be too long with spaces and everything to be used correctly?</p>
<p>Any advice on this?</p>
<p>Also, What if I wanted two different submit boxes &#8211; one for &#8220;find&#8221; and one for &#8220;add&#8221; depending on what they wanted to do with what they entered.  What&#8217;s the best way to go about this?</p>
<p>Any ideas would be much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.mikebrittain.com/blog/2006/12/19/part-of-the-club/comment-page-1/#comment-62</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Tue, 13 Feb 2007 21:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikebrittain.com/2006/12/part-of-the-club/#comment-62</guid>
		<description>sorry I meant &quot;It prevents the code from executing until page RESIZE&quot;</description>
		<content:encoded><![CDATA[<p>sorry I meant &#8220;It prevents the code from executing until page RESIZE&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.mikebrittain.com/blog/2006/12/19/part-of-the-club/comment-page-1/#comment-61</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Tue, 13 Feb 2007 21:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikebrittain.com/2006/12/part-of-the-club/#comment-61</guid>
		<description>Thanks for the article, Mike. I found it helpful until I started combining it with other scripts...namely &quot;Switchy McLayout&quot; also on ALA: http://www.alistapart.com/articles/switchymclayout
It prevents the code from executing until page refresh. But I love the idea.

At any rate, I&#039;m wondering if there&#039;s a way to get this to work using jquery? I wish I understood js enough to do it myself.</description>
		<content:encoded><![CDATA[<p>Thanks for the article, Mike. I found it helpful until I started combining it with other scripts&#8230;namely &#8220;Switchy McLayout&#8221; also on ALA: <a href="http://www.alistapart.com/articles/switchymclayout" rel="nofollow">http://www.alistapart.com/articles/switchymclayout</a><br />
It prevents the code from executing until page refresh. But I love the idea.</p>
<p>At any rate, I&#8217;m wondering if there&#8217;s a way to get this to work using jquery? I wish I understood js enough to do it myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Roger Brittain</title>
		<link>http://www.mikebrittain.com/blog/2006/12/19/part-of-the-club/comment-page-1/#comment-60</link>
		<dc:creator>Dr Roger Brittain</dc:creator>
		<pubDate>Fri, 29 Dec 2006 12:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikebrittain.com/2006/12/part-of-the-club/#comment-60</guid>
		<description>Have you any Views about using the semantic Web for your tagging and using the USA national institutes of Medecine&#039;s, National library of medicine&#039;s unified medical language system for some of the terminology?</description>
		<content:encoded><![CDATA[<p>Have you any Views about using the semantic Web for your tagging and using the USA national institutes of Medecine&#8217;s, National library of medicine&#8217;s unified medical language system for some of the terminology?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Brittain</title>
		<link>http://www.mikebrittain.com/blog/2006/12/19/part-of-the-club/comment-page-1/#comment-59</link>
		<dc:creator>Mike Brittain</dc:creator>
		<pubDate>Thu, 21 Dec 2006 17:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikebrittain.com/2006/12/part-of-the-club/#comment-59</guid>
		<description>Yep, that forum can get very interesting, I&#039;m finding.  Thanks for your comments regarding JAWS and the handheld devices.  You clearly got what I was shooting for.</description>
		<content:encoded><![CDATA[<p>Yep, that forum can get very interesting, I&#8217;m finding.  Thanks for your comments regarding JAWS and the handheld devices.  You clearly got what I was shooting for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.mikebrittain.com/blog/2006/12/19/part-of-the-club/comment-page-1/#comment-58</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 21 Dec 2006 17:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikebrittain.com/2006/12/part-of-the-club/#comment-58</guid>
		<description>Really enjoyed the article Mike, I think your responses to some of the &#039;enthusiastic&#039; comments have been very restrained! ;)</description>
		<content:encoded><![CDATA[<p>Really enjoyed the article Mike, I think your responses to some of the &#8216;enthusiastic&#8217; comments have been very restrained! ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romuald</title>
		<link>http://www.mikebrittain.com/blog/2006/12/19/part-of-the-club/comment-page-1/#comment-57</link>
		<dc:creator>Romuald</dc:creator>
		<pubDate>Tue, 19 Dec 2006 16:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikebrittain.com/2006/12/part-of-the-club/#comment-57</guid>
		<description>Congratulation for ALA!
I&#039;ve made a similar thing for the error in a form. The labels were in absolute over the inputs, with a few javascript to get hide/show if text is typed.</description>
		<content:encoded><![CDATA[<p>Congratulation for ALA!<br />
I&#8217;ve made a similar thing for the error in a form. The labels were in absolute over the inputs, with a few javascript to get hide/show if text is typed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

