<?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>enarion.net</title>
	<atom:link href="http://enarion.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://enarion.net</link>
	<description>web, programming and tools + libs</description>
	<lastBuildDate>Mon, 22 Apr 2013 08:31:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>phpOpenEMM now on github</title>
		<link>http://enarion.net/news/2013/phpopenemm-now-on-github/</link>
		<comments>http://enarion.net/news/2013/phpopenemm-now-on-github/#comments</comments>
		<pubDate>Mon, 22 Apr 2013 08:31:49 +0000</pubDate>
		<dc:creator>Tobias</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[tools & libs]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[composer]]></category>
		<category><![CDATA[email marketing software]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[lib]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[openemm]]></category>
		<category><![CDATA[packagist]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[project]]></category>

		<guid isPermaLink="false">http://enarion.net/?p=687</guid>
		<description><![CDATA[We recently moved the source code for the PHP &#8211; wrapper for the email marketing software OpenEMM to github. It is also available via packagist for easier installation. Feel free to follow, fork and send pull requests! Links Project page, &#8230; <a href="http://enarion.net/news/2013/phpopenemm-now-on-github/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://enarion.net/news/2013/phpopenemm-now-on-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS: perfect indented line ul/li around a floating image</title>
		<link>http://enarion.net/news/2012/css-perfect-indented-line-ulli-around-a-floating-image/</link>
		<comments>http://enarion.net/news/2012/css-perfect-indented-line-ulli-around-a-floating-image/#comments</comments>
		<pubDate>Thu, 29 Nov 2012 06:50:33 +0000</pubDate>
		<dc:creator>Tobias</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[call]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[list]]></category>

		<guid isPermaLink="false">http://enarion.net/?p=669</guid>
		<description><![CDATA[Have you ever tried to position a list on the right side of a left-floating image? Here is a nearly(?) perfect solution. Imagine, you have a image on the left and the text is floated around the image with float:left. &#8230; <a href="http://enarion.net/news/2012/css-perfect-indented-line-ulli-around-a-floating-image/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://enarion.net/news/2012/css-perfect-indented-line-ulli-around-a-floating-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony2: InactiveScopeException and request</title>
		<link>http://enarion.net/news/2012/symfony2-inactivescopeexception/</link>
		<comments>http://enarion.net/news/2012/symfony2-inactivescopeexception/#comments</comments>
		<pubDate>Tue, 13 Nov 2012 18:06:59 +0000</pubDate>
		<dc:creator>Tobias</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[assetic]]></category>
		<category><![CDATA[bundle]]></category>
		<category><![CDATA[call]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[mobiledetectbundle]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[symfony2]]></category>
		<category><![CDATA[twig]]></category>

		<guid isPermaLink="false">http://enarion.net/?p=662</guid>
		<description><![CDATA[Error message: You cannot create a service (&#8220;request&#8221;) of an inactive scope (&#8220;request&#8221;). [Symfony\Component\DependencyInjection\Exception\InactiveScopeException] You cannot create a service ("request") of an inactive scope ("request"). This message is written, when you&#8217;re invoking a command on the command line, e.g. php &#8230; <a href="http://enarion.net/news/2012/symfony2-inactivescopeexception/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://enarion.net/news/2012/symfony2-inactivescopeexception/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capifony symfony 2.1 and composer on Mac</title>
		<link>http://enarion.net/news/2012/capifony-symfony-2-1-and-composer-on-mac/</link>
		<comments>http://enarion.net/news/2012/capifony-symfony-2-1-and-composer-on-mac/#comments</comments>
		<pubDate>Tue, 13 Nov 2012 16:34:56 +0000</pubDate>
		<dc:creator>Tobias</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[cap]]></category>
		<category><![CDATA[capifony]]></category>
		<category><![CDATA[capistrano]]></category>
		<category><![CDATA[composer]]></category>
		<category><![CDATA[deploy]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[symfony2]]></category>

		<guid isPermaLink="false">http://enarion.net/?p=657</guid>
		<description><![CDATA[Symfony 2 and capifony are great &#8211; together they allow the easy deployment of great web applications. Symfony2.1 switched to composer &#8211; another great tool. But unfortunately this switch might result in a problem. Visible error: Could not open input &#8230; <a href="http://enarion.net/news/2012/capifony-symfony-2-1-and-composer-on-mac/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://enarion.net/news/2012/capifony-symfony-2-1-and-composer-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sample code for Google Client API published</title>
		<link>http://enarion.net/news/2012/sample-code-for-google-client-api-published/</link>
		<comments>http://enarion.net/news/2012/sample-code-for-google-client-api-published/#comments</comments>
		<pubDate>Mon, 29 Oct 2012 21:51:57 +0000</pubDate>
		<dc:creator>Tobias</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[tools & libs]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[adwords]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[client api]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[repository]]></category>

		<guid isPermaLink="false">http://enarion.net/?p=646</guid>
		<description><![CDATA[The sample code for the Google Client API pages has been updated. It now uses the names of the new Google Client PHP API release and also switched from object &#8211; reference to arrays. Finally the source code is available &#8230; <a href="http://enarion.net/news/2012/sample-code-for-google-client-api-published/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://enarion.net/news/2012/sample-code-for-google-client-api-published/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
