<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippet Revisions</title>
		<link>http://www.bytemycode.com</link>
		<description>Revisions for this snippet.</description>
		<pubDate>Sat, 30 Aug 2008 11:25:34 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	
	<item>
		<title>Field character limiter 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/491/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/491/comments/</comments>
		<pubDate>Thu, 26 Oct 2006 18:59:39 +0000</pubDate>
		<dc:creator>brendo</dc:creator>
		<category>forms, JavaScript, message, textarea</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/491/</guid>
		<description>
			<![CDATA[
				<p>This snippet also you to limit the input in a form field to a specified number of characters. It displays a counter so users can see how many characters they have left, and once they reach the limit the field just trims the length to your limit. <img src="http://www.bytemycode.com/img/wysiwyg/emo-smile.gif" /> <br /><br />The following is a snippet from what I used when I implemented a tagboard to my site. Further revisions could/should read the LIMIT from the maxlength attribute <img src="http://www.bytemycode.com/img/wysiwyg/emo-wink.gif" /></p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>