<?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>smottt</title>
	<atom:link href="http://www.metod.si/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.metod.si</link>
	<description>my piece of the internet</description>
	<lastBuildDate>Wed, 24 Apr 2013 15:57:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Passing configuration options to Hadoop</title>
		<link>http://www.metod.si/passing-configuration-options-to-hadoop/</link>
		<comments>http://www.metod.si/passing-configuration-options-to-hadoop/#comments</comments>
		<pubDate>Thu, 07 Mar 2013 10:14:25 +0000</pubDate>
		<dc:creator>Metod</dc:creator>
				<category><![CDATA[Razno]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[hadoop]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.metod.si/?p=1072</guid>
		<description><![CDATA[If you want to override Hadoop job configuration options, you can do so via command line -D key=value. When I wanted to pass multiple configuration options including some special characters: hadoop jar MyJob.jar MyJob -D key=something,else -D key2=jdbc:mysql://host?user=u&#38;password=p I got some errors like: -bash: -D: command not found The solution is to put values in [...]]]></description>
		<wfw:commentRss>http://www.metod.si/passing-configuration-options-to-hadoop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So you wish to play poker online</title>
		<link>http://www.metod.si/so-you-wish-to-play-poker-online/</link>
		<comments>http://www.metod.si/so-you-wish-to-play-poker-online/#comments</comments>
		<pubDate>Sat, 26 Jan 2013 14:22:55 +0000</pubDate>
		<dc:creator>Metod</dc:creator>
				<category><![CDATA[Razno]]></category>

		<guid isPermaLink="false">http://www.metod.si/?p=1049</guid>
		<description><![CDATA[Pound for Pound: Advantages of online poker over live poker Since the online poker industry boomed in the beginning of the 21st century, these online poker sites are reaping the benefits of the rapid technological advancement in the global scale. Aside from having millions of players worldwide, these poker sites can hold huge live poker [...]]]></description>
		<wfw:commentRss>http://www.metod.si/so-you-wish-to-play-poker-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix for: There is no `_sonata_admin` defined for the controller &#8230;</title>
		<link>http://www.metod.si/fix-for-there-is-no-_sonata_admin-defined-for-the-controller/</link>
		<comments>http://www.metod.si/fix-for-there-is-no-_sonata_admin-defined-for-the-controller/#comments</comments>
		<pubDate>Tue, 25 Dec 2012 19:51:56 +0000</pubDate>
		<dc:creator>Metod</dc:creator>
				<category><![CDATA[Razno]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[sonata]]></category>
		<category><![CDATA[symfony2]]></category>

		<guid isPermaLink="false">http://www.metod.si/?p=1027</guid>
		<description><![CDATA[If you stumbled upon the following error while trying to make SonataAdminBundle work: There is no `_sonata_admin` defined for the controller `Acme\DemoBundle\Controller\PostController` and the current route `admin_acme_demo_post_list` Here is what is wrong with your configuration. The official documentation (in my case for ORM) says to define the *Admin service as follows: # app/config/config.yml services: &#160; [...]]]></description>
		<wfw:commentRss>http://www.metod.si/fix-for-there-is-no-_sonata_admin-defined-for-the-controller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony2: Upgrading 2.0 to 2.1 &#8211; CallbackValidator</title>
		<link>http://www.metod.si/symfony2-upgrading-2-0-to-2-1-callbackvalidator/</link>
		<comments>http://www.metod.si/symfony2-upgrading-2-0-to-2-1-callbackvalidator/#comments</comments>
		<pubDate>Mon, 12 Nov 2012 12:51:28 +0000</pubDate>
		<dc:creator>Metod</dc:creator>
				<category><![CDATA[Razno]]></category>
		<category><![CDATA[callbackvalidator]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[symfony2]]></category>

		<guid isPermaLink="false">http://www.metod.si/?p=1013</guid>
		<description><![CDATA[The CallbackValidator class was deprecated in 2.1. If you implemented custom validators using this interface, you can substitute them by event listeners listening to the FormEvents::POST_BIND (or any other of the *BIND events). In case you used the CallbackValidator class, you should now pass the callback directly to addEventListener. Here is how you do it. [...]]]></description>
		<wfw:commentRss>http://www.metod.si/symfony2-upgrading-2-0-to-2-1-callbackvalidator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Doctrine2: CHAR with annotations</title>
		<link>http://www.metod.si/doctrine2-char-with-annotations/</link>
		<comments>http://www.metod.si/doctrine2-char-with-annotations/#comments</comments>
		<pubDate>Wed, 07 Nov 2012 14:25:34 +0000</pubDate>
		<dc:creator>Metod</dc:creator>
				<category><![CDATA[Razno]]></category>
		<category><![CDATA[annotations]]></category>
		<category><![CDATA[doctrine2]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.metod.si/?p=1009</guid>
		<description><![CDATA[Ever wondered if there is a better way of defining a CHAR (mysql) with doctrine2 annotations? From doctrine2 docs: &#60;?php /** &#160;* @Column(type=&#34;string&#34;, columnDefinition=&#34;CHAR(2) NOT NULL&#34;) &#160;*/ protected $country; Not a very nice approach imo. I dug around the code and found a somewhat neater solution: &#60;?php /** &#160;* @Column(type=&#34;string&#34;, length=2, options={&#34;fixed&#34; = true}) &#160;*/ [...]]]></description>
		<wfw:commentRss>http://www.metod.si/doctrine2-char-with-annotations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging PHP: Part II &#8211; References</title>
		<link>http://www.metod.si/debugging-php-part-ii-references/</link>
		<comments>http://www.metod.si/debugging-php-part-ii-references/#comments</comments>
		<pubDate>Sun, 28 Oct 2012 18:00:52 +0000</pubDate>
		<dc:creator>Metod</dc:creator>
				<category><![CDATA[Razno]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[references]]></category>

		<guid isPermaLink="false">http://www.metod.si/?p=998</guid>
		<description><![CDATA[If you read around the internets, you will see alot of references are bad stuff. Well, they are if you deal with them in the wrong way. Let&#8217;s take a look at an example: &#60;?php // &#8230; &#160; foreach &#40;$all_regions as &#38;$regions&#41; &#123; &#160; &#160; $regions&#91;&#8216;en&#8217;&#93; = array_replace&#40;$regions&#91;&#8216;ascii&#8217;&#93;, $regions&#91;&#8216;en&#8217;&#93;&#41;; &#160; &#160; unset&#40;$regions&#91;&#8216;ascii&#8217;&#93;&#41;; &#125; &#160; // [...]]]></description>
		<wfw:commentRss>http://www.metod.si/debugging-php-part-ii-references/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging PHP: Part I &#8211; Type casting</title>
		<link>http://www.metod.si/debugging-php-part-i-type-casting/</link>
		<comments>http://www.metod.si/debugging-php-part-i-type-casting/#comments</comments>
		<pubDate>Sat, 27 Oct 2012 16:30:12 +0000</pubDate>
		<dc:creator>Metod</dc:creator>
				<category><![CDATA[Razno]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.metod.si/?p=994</guid>
		<description><![CDATA[Here and there I run into some interesting bugs which I think would be nice to share. So here goes, bug #1 &#8211; Type casting. &#60;?php $type = &#8216;sometype&#8217;; &#160; // &#8230; &#160; $entity-&#62;setSync&#40;&#40;int&#41;$type === &#8216;sometype&#8217;&#41;; &#160; // &#8230; &#160; if &#40;$entity-&#62;getSync&#40;&#41;&#41; &#123; &#160; &#160; // this should be run &#125; &#160; // &#8230; &#160; [...]]]></description>
		<wfw:commentRss>http://www.metod.si/debugging-php-part-i-type-casting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony2: Bundle does not contain any mapped entities</title>
		<link>http://www.metod.si/symfony2-bundle-does-not-contain-any-mapped-entities/</link>
		<comments>http://www.metod.si/symfony2-bundle-does-not-contain-any-mapped-entities/#comments</comments>
		<pubDate>Fri, 14 Sep 2012 15:58:43 +0000</pubDate>
		<dc:creator>Metod</dc:creator>
				<category><![CDATA[Symfony2]]></category>
		<category><![CDATA[doctrine2]]></category>
		<category><![CDATA[symfony2]]></category>

		<guid isPermaLink="false">http://www.metod.si/?p=982</guid>
		<description><![CDATA[There is one more tip to solving this mistery. Make sure you have a namespace statement in the entity line. &#160; &#60;?php &#160; use Doctrine\ORM\Mapping as ORM; &#160; /** &#160;* @ORM\Entity &#160;*/ class User &#123; &#160; &#160; // code here &#125; &#160; This will cause the error. But if you add the namespace (duh moment) [...]]]></description>
		<wfw:commentRss>http://www.metod.si/symfony2-bundle-does-not-contain-any-mapped-entities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post messages to a Teamspeak3 instance</title>
		<link>http://www.metod.si/post-messages-to-a-teamspeak3-instance/</link>
		<comments>http://www.metod.si/post-messages-to-a-teamspeak3-instance/#comments</comments>
		<pubDate>Sun, 09 Sep 2012 09:56:51 +0000</pubDate>
		<dc:creator>Metod</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[teamspeak3]]></category>

		<guid isPermaLink="false">http://www.metod.si/?p=979</guid>
		<description><![CDATA[This is a simple script for posting messages to a Teamspeak3 instance. It uses the TeamSpeak3 Framework.]]></description>
		<wfw:commentRss>http://www.metod.si/post-messages-to-a-teamspeak3-instance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony2: Reload user roles</title>
		<link>http://www.metod.si/symfony2-reload-user-roles/</link>
		<comments>http://www.metod.si/symfony2-reload-user-roles/#comments</comments>
		<pubDate>Fri, 22 Jun 2012 08:33:55 +0000</pubDate>
		<dc:creator>Metod</dc:creator>
				<category><![CDATA[Razno]]></category>
		<category><![CDATA[Symfony2]]></category>
		<category><![CDATA[Tehnikalije]]></category>

		<guid isPermaLink="false">http://www.metod.si/?p=955</guid>
		<description><![CDATA[If you are not using FOSUserBundle for managing your user system, then you might have stumbled onto a problem of reloading user roles when you change them. Here is a possible solution. Your UserInterface::equals() method might look something like this: Now all you need to do is change it so it also checks the user [...]]]></description>
		<wfw:commentRss>http://www.metod.si/symfony2-reload-user-roles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
