<?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>Fri, 05 Sep 2008 01:24:08 +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>Prototype plugin: $(Form).importObject 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/775/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/775/comments/</comments>
		<pubDate>Fri, 14 Dec 2007 16:41:00 +0000</pubDate>
		<dc:creator>Fordiman</dc:creator>
		<category>"javascript", Form, Prototype</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/775/</guid>
		<description>
			<![CDATA[
				<p>Prototype's Form.Methods library has a nice piece of code called 'serialize', which, if passed with the optional 'hash' parameter set to true, will convert an HTML form into a Javascript Object.<br /><br />I was dismayed, however, to find that there was no way to reverse it; just as simply load a form using a Javascrip object.<br /><br />So, here's one.  enjoy.</p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>