<?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: Mask Your Input Forms and Make It Beauty</title>
	<atom:link href="http://www.webstuffshare.com/2010/03/mask-your-input-forms-and-make-it-beauty/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webstuffshare.com/2010/03/mask-your-input-forms-and-make-it-beauty/</link>
	<description>Learn and share. The simplest harmony.</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:35:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mask Your Input Forms and Make It Beauty – Webstuffshare – Learn and share. The simplest harmony. &#171; AMIT SONI</title>
		<link>http://www.webstuffshare.com/2010/03/mask-your-input-forms-and-make-it-beauty/#comment-36162</link>
		<dc:creator>Mask Your Input Forms and Make It Beauty – Webstuffshare – Learn and share. The simplest harmony. &#171; AMIT SONI</dc:creator>
		<pubDate>Wed, 01 Feb 2012 11:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1539#comment-36162</guid>
		<description>[...] Mask Your Input Forms and Make It Beauty – Webstuffshare – Learn and share. The simplest harmony.... Rate this:  Share this:TwitterFacebookLinkedInStumbleUponEmailLike this:LikeBe the first to like this post. [...]</description>
		<content:encoded><![CDATA[<p>[...] Mask Your Input Forms and Make It Beauty – Webstuffshare – Learn and share. The simplest harmony&#8230;. Rate this:  Share this:TwitterFacebookLinkedInStumbleUponEmailLike this:LikeBe the first to like this post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tjerja</title>
		<link>http://www.webstuffshare.com/2010/03/mask-your-input-forms-and-make-it-beauty/#comment-1393</link>
		<dc:creator>Tjerja</dc:creator>
		<pubDate>Sat, 04 Dec 2010 07:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1539#comment-1393</guid>
		<description>Thanks a lot for the share. Great help! :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot for the share. Great help! <img src='http://www.webstuffshare.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CrypticVPS</title>
		<link>http://www.webstuffshare.com/2010/03/mask-your-input-forms-and-make-it-beauty/#comment-273</link>
		<dc:creator>CrypticVPS</dc:creator>
		<pubDate>Thu, 09 Sep 2010 03:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1539#comment-273</guid>
		<description>WOw this is really cool. I might implement it on my site if I get to figure out how.</description>
		<content:encoded><![CDATA[<p>WOw this is really cool. I might implement it on my site if I get to figure out how.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hidayat Sagita</title>
		<link>http://www.webstuffshare.com/2010/03/mask-your-input-forms-and-make-it-beauty/#comment-272</link>
		<dc:creator>Hidayat Sagita</dc:creator>
		<pubDate>Sat, 22 May 2010 03:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1539#comment-272</guid>
		<description>@Jim : I see, if the value has exists (pre-populated from the server for example) you can make it auto focus :

if($(&#039;.username-sliding&#039;).val() != &quot;&quot;) {
	$(&#039;.username-sliding&#039;).focus();
}</description>
		<content:encoded><![CDATA[<p>@Jim : I see, if the value has exists (pre-populated from the server for example) you can make it auto focus :</p>
<p>if($(&#8216;.username-sliding&#8217;).val() != &#8220;&#8221;) {<br />
	$(&#8216;.username-sliding&#8217;).focus();<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.webstuffshare.com/2010/03/mask-your-input-forms-and-make-it-beauty/#comment-271</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Fri, 21 May 2010 19:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1539#comment-271</guid>
		<description>Where in your code does it actually detect the existence of a value in the input field that is pre-populated from the server?</description>
		<content:encoded><![CDATA[<p>Where in your code does it actually detect the existence of a value in the input field that is pre-populated from the server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.webstuffshare.com/2010/03/mask-your-input-forms-and-make-it-beauty/#comment-270</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Fri, 21 May 2010 17:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1539#comment-270</guid>
		<description>Hi Hidayat,
I can&#039;t give you a like as it&#039;s on an intranet. However, you can seen an example here:

http://i45.tinypic.com/27y6c7d.png

The Grey text that reads &quot;Label Name&quot; is the label, and the &quot;xxx&quot; text is the value of the input field.</description>
		<content:encoded><![CDATA[<p>Hi Hidayat,<br />
I can&#8217;t give you a like as it&#8217;s on an intranet. However, you can seen an example here:</p>
<p><a href="http://i45.tinypic.com/27y6c7d.png" rel="nofollow">http://i45.tinypic.com/27y6c7d.png</a></p>
<p>The Grey text that reads &#8220;Label Name&#8221; is the label, and the &#8220;xxx&#8221; text is the value of the input field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hidayat Sagita</title>
		<link>http://www.webstuffshare.com/2010/03/mask-your-input-forms-and-make-it-beauty/#comment-269</link>
		<dc:creator>Hidayat Sagita</dc:creator>
		<pubDate>Fri, 21 May 2010 04:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1539#comment-269</guid>
		<description>@Jim : What&#039;s the problem, can you put the link or problem description?</description>
		<content:encoded><![CDATA[<p>@Jim : What&#8217;s the problem, can you put the link or problem description?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.webstuffshare.com/2010/03/mask-your-input-forms-and-make-it-beauty/#comment-268</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Fri, 21 May 2010 02:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1539#comment-268</guid>
		<description>@Hidayat : I tried it with example 3 but it didn&#039;t work.</description>
		<content:encoded><![CDATA[<p>@Hidayat : I tried it with example 3 but it didn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hidayat Sagita</title>
		<link>http://www.webstuffshare.com/2010/03/mask-your-input-forms-and-make-it-beauty/#comment-267</link>
		<dc:creator>Hidayat Sagita</dc:creator>
		<pubDate>Sat, 08 May 2010 04:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1539#comment-267</guid>
		<description>@Jim : Yes of course, except for the example #3 (Sliding), the labels will positioned on the right side of the input.</description>
		<content:encoded><![CDATA[<p>@Jim : Yes of course, except for the example #3 (Sliding), the labels will positioned on the right side of the input.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.webstuffshare.com/2010/03/mask-your-input-forms-and-make-it-beauty/#comment-266</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sat, 08 May 2010 00:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.webstuffshare.com/?p=1539#comment-266</guid>
		<description>Are the lables hidden when there INPUT field had a value?</description>
		<content:encoded><![CDATA[<p>Are the lables hidden when there INPUT field had a value?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.webstuffshare.com @ 2012-02-09 20:39:37 -->
