<?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</title>
	<atom:link href="http://toni.uebernickel.info/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>jQuery lightBox with multiple galleries on one page</title>
		<link>http://toni.uebernickel.info/general/jquery-lightbox-with-multiple-galleries-on-one-page/</link>
		<comments>http://toni.uebernickel.info/general/jquery-lightbox-with-multiple-galleries-on-one-page/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 14:01:29 +0000</pubDate>
		<dc:creator>havvg</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://toni.uebernickel.info/?p=699</guid>
		<description><![CDATA[Lightbox is one great plugin for jQuery. As there is no option to set up relations for links of images to generate galleries of it like thickbox does, you have to call lightBox multiple times to get your galleries up and separated from each other.
A simple call for lightBox looks something like this.

?View Code JAVASCRIPT$&#40;'#photos [...]]]></description>
		<wfw:commentRss>http://toni.uebernickel.info/general/jquery-lightbox-with-multiple-galleries-on-one-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>couchdb on ubuntu Karmic Koala</title>
		<link>http://toni.uebernickel.info/development/couchdb-on-ubuntu-karmic-koala/</link>
		<comments>http://toni.uebernickel.info/development/couchdb-on-ubuntu-karmic-koala/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 20:05:13 +0000</pubDate>
		<dc:creator>havvg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[couchdb]]></category>
		<category><![CDATA[jsonp]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://toni.uebernickel.info/?p=680</guid>
		<description><![CDATA[Connection refused
I need couchdb 0.10.0 as it provides JSONP support, so I installed the bleeding edge ubuntu Karmic Koala development branch, which ships couchdb 0.10.0. But when doing a simple curl request on the couchdb server, the connection was refused.

?View Code BASH$ curl -vX GET http://127.0.0.1:5984
* About to connect&#40;&#41; to 127.0.0.1 port 5984 &#40;#0)
*  [...]]]></description>
		<wfw:commentRss>http://toni.uebernickel.info/development/couchdb-on-ubuntu-karmic-koala/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Parallels 3.0 on Snow Leopard</title>
		<link>http://toni.uebernickel.info/apple/parallels-3-on-snow-leopard/</link>
		<comments>http://toni.uebernickel.info/apple/parallels-3-on-snow-leopard/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 18:51:49 +0000</pubDate>
		<dc:creator>havvg</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[parallels desktop]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://toni.uebernickel.info/?p=664</guid>
		<description><![CDATA[I upgraded to Snow Leopard on my Mac and as described on Apple&#8217;s website Parallels 3.0 won&#8217;t start on Snow Leopard. At least not by default. However it is possible to start Parallels 3.0 under Snow Leopard without updating anything. As there are some good reasons given, that lead to this result, use the following [...]]]></description>
		<wfw:commentRss>http://toni.uebernickel.info/apple/parallels-3-on-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>adding actions to a plugins module in symfony</title>
		<link>http://toni.uebernickel.info/development/adding-actions-to-a-plugins-module-in-symfony/</link>
		<comments>http://toni.uebernickel.info/development/adding-actions-to-a-plugins-module-in-symfony/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 18:46:33 +0000</pubDate>
		<dc:creator>havvg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://toni.uebernickel.info/?p=655</guid>
		<description><![CDATA[There are many cases in which you might want to extend capabilities of a plugin. As this is not that complicated at all and you can go edit every file within your plugin directory, this is not the best way doing this. Adding new methods to a library can easily be done by creating a [...]]]></description>
		<wfw:commentRss>http://toni.uebernickel.info/development/adding-actions-to-a-plugins-module-in-symfony/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>share user class among apps within one symfony project</title>
		<link>http://toni.uebernickel.info/development/share-user-class-among-apps-within-one-symfony-project/</link>
		<comments>http://toni.uebernickel.info/development/share-user-class-among-apps-within-one-symfony-project/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 20:15:41 +0000</pubDate>
		<dc:creator>havvg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://toni.uebernickel.info/?p=648</guid>
		<description><![CDATA[Is it possible to share one user class among all apps within one symfony project? &#8211; Yes, it is! It is very easy, too. All you need is &#8211; surprisingly &#8211; a class, some changes in the factories.yml of the apps sharing the user class and that&#8217;s it!
At first create a user class you want [...]]]></description>
		<wfw:commentRss>http://toni.uebernickel.info/development/share-user-class-among-apps-within-one-symfony-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>triggerHandler on live event bindings in jQuery</title>
		<link>http://toni.uebernickel.info/development/triggerhandler-on-live-event-bindings-in-jquery/</link>
		<comments>http://toni.uebernickel.info/development/triggerhandler-on-live-event-bindings-in-jquery/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 20:21:24 +0000</pubDate>
		<dc:creator>havvg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://toni.uebernickel.info/?p=638</guid>
		<description><![CDATA[As stated in the jQuery API Documentation, the triggerHandler() method does not work on events bound to objects using the live() method, which includes also objects created after the DOM was loaded completely.
However, this is nothing unusual. In fact, it might be a common way to work within an advanced AJAX enabled webapplication. I encountered [...]]]></description>
		<wfw:commentRss>http://toni.uebernickel.info/development/triggerhandler-on-live-event-bindings-in-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>single table inheritance pattern in symfony using propel</title>
		<link>http://toni.uebernickel.info/development/single-table-inheritance-pattern-in-symfony-using-propel/</link>
		<comments>http://toni.uebernickel.info/development/single-table-inheritance-pattern-in-symfony-using-propel/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 21:55:57 +0000</pubDate>
		<dc:creator>havvg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[design pattern]]></category>
		<category><![CDATA[propel]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://toni.uebernickel.info/?p=623</guid>
		<description><![CDATA[Rails is doing it, Java is doing it very similar, you can do it in symfony, too: make use of the Single Table Inheritance pattern.

What&#8217;s STI?
Single table inheritance is a way to emulate object-oriented inheritance in a relational database. Wikipedia, the free encyclopedia
Let&#8217;s say you got two models having the same properties and you want [...]]]></description>
		<wfw:commentRss>http://toni.uebernickel.info/development/single-table-inheritance-pattern-in-symfony-using-propel/feed/</wfw:commentRss>
		<slash:comments>2</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>
		<item>
		<title>using Last-Modified HTTP Header in symfony</title>
		<link>http://toni.uebernickel.info/development/using-last-modified-http-header-in-symfony/</link>
		<comments>http://toni.uebernickel.info/development/using-last-modified-http-header-in-symfony/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 21:19:42 +0000</pubDate>
		<dc:creator>havvg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[http-headers]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://toni.uebernickel.info/?p=601</guid>
		<description><![CDATA[As there are many situations in which you might want to use the HTTP status code &#8220;304 &#8211; Not Modified&#8221; symfony gives you an easy way in doing so. Especially while you are delivering dynamic content, it might not be that easy to determ whether the request has been modified or not. Sending the HTTP [...]]]></description>
		<wfw:commentRss>http://toni.uebernickel.info/development/using-last-modified-http-header-in-symfony/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
