<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>havvgs life &#187; forms</title>
	<atom:link href="http://toni.uebernickel.info/tag/forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://toni.uebernickel.info</link>
	<description>a small part of my life</description>
	<lastBuildDate>Sat, 06 Feb 2010 14:01:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-beta-2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>enable submit event on live bindings in jQuery</title>
		<link>http://toni.uebernickel.info/development/enable-submit-event-on-live-bindings-in-jquery/</link>
		<comments>http://toni.uebernickel.info/development/enable-submit-event-on-live-bindings-in-jquery/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 20:19:37 +0000</pubDate>
		<dc:creator>havvg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://toni.uebernickel.info/?p=640</guid>
		<description><![CDATA[The live() method is one great new feature of jQuery 1.3, however it does not support binding of the event &#8217;submit&#8217; of forms.

?View Code JAVASCRIPT$&#40;'form'&#41;.live&#40;'submit', function&#40;&#41; &#123;
  // your callback
&#125;&#41;;

This can be simulated by a simple workaround on the selected objects. The click() event can be bound using the live() method. The workaround is [...]]]></description>
		<wfw:commentRss>http://toni.uebernickel.info/development/enable-submit-event-on-live-bindings-in-jquery/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>dynamic values in forms with symfony</title>
		<link>http://toni.uebernickel.info/development/dynamic-values-in-forms-with-symfony/</link>
		<comments>http://toni.uebernickel.info/development/dynamic-values-in-forms-with-symfony/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 19:31:43 +0000</pubDate>
		<dc:creator>havvg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[wspNopastePlugin]]></category>

		<guid isPermaLink="false">http://toni.uebernickel.info/?p=613</guid>
		<description><![CDATA[Let&#8217;s imagine you have a form set up and want to add some dynamic values to the object being saved by this form after the form has been submitted by the visitor.

The example model (&#8220;wspNopasteEntry&#8221;) below has a property &#8220;created_by&#8221; which refers to a sfGuardUser (or anonymous). So, at first you have to unset the [...]]]></description>
		<wfw:commentRss>http://toni.uebernickel.info/development/dynamic-values-in-forms-with-symfony/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
