<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Tournas Dimitrios</title>
	<atom:link href="https://tournasdimitrios1.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://tournasdimitrios1.wordpress.com</link>
	<description>Learning the web and more</description>
	<lastBuildDate>Tue, 29 Jul 2014 12:14:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<site xmlns="com-wordpress:feed-additions:1">13767013</site><cloud domain='tournasdimitrios1.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://secure.gravatar.com/blavatar/86937448913e2969a6d407214badda456af4f5b709e631ef32da1af2881dbaca?s=96&#038;d=https%3A%2F%2Fs0.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Tournas Dimitrios</title>
		<link>https://tournasdimitrios1.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://tournasdimitrios1.wordpress.com/osd.xml" title="Tournas Dimitrios" />
	<atom:link rel='hub' href='https://tournasdimitrios1.wordpress.com/?pushpress=hub'/>
	<item>
		<title>Getting Started with Aspect Oriented Programming (AOP) in PHP</title>
		<link>https://tournasdimitrios1.wordpress.com/2014/07/29/getting-started-with-aspect-oriented-programming-aop-in-php/</link>
					<comments>https://tournasdimitrios1.wordpress.com/2014/07/29/getting-started-with-aspect-oriented-programming-aop-in-php/#comments</comments>
		
		<dc:creator><![CDATA[Tournas Dimitrios]]></dc:creator>
		<pubDate>Tue, 29 Jul 2014 12:14:52 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[AOP]]></category>
		<category><![CDATA[Aspect oriented programming]]></category>
		<guid isPermaLink="false">http://tournasdimitrios1.wordpress.com/?p=11101</guid>

					<description><![CDATA[The benefits of Object Oriented Programming (OOP) is that it lets us encapsulate &#8211; abstract data and functionality away (which is the key for building large systems). We could achieve the same results with other paradigms, but it seems that OOP is especially helpful in this regard. Aspect Oriented Programming (AOP) is a follow-on development to OOP, developed with the intention [&#8230;]]]></description>
		
					<wfw:commentRss>https://tournasdimitrios1.wordpress.com/2014/07/29/getting-started-with-aspect-oriented-programming-aop-in-php/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">11101</post-id>
		<media:content url="https://2.gravatar.com/avatar/52ca09c9e9a544b6c32b22a2bc1755833a578dfc8ae84cf619842619124e09d0?s=96&#38;d=https%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tournasdimitrios1</media:title>
		</media:content>

		<media:content url="https://tournasdimitrios1.wordpress.com/wp-content/uploads/2014/07/aop.png" medium="image">
			<media:title type="html">Smiley Face </media:title>
		</media:content>
	</item>
		<item>
		<title>Five Regular-Expression Concepts a PHP Developer Should Know</title>
		<link>https://tournasdimitrios1.wordpress.com/2014/07/14/five-regular-expression-concepts-a-php-developer-should-know-2/</link>
					<comments>https://tournasdimitrios1.wordpress.com/2014/07/14/five-regular-expression-concepts-a-php-developer-should-know-2/#respond</comments>
		
		<dc:creator><![CDATA[Tournas Dimitrios]]></dc:creator>
		<pubDate>Mon, 14 Jul 2014 14:28:54 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PCRE]]></category>
		<category><![CDATA[regular expressions]]></category>
		<guid isPermaLink="false">http://tournasdimitrios1.wordpress.com/?p=11026</guid>

					<description><![CDATA[A Regular Expression, also called regex or regexp, is the term used to describe a codified method of searching into a string (or text) for a matched pattern. It was invented by an American mathematician, Stephen Cole Kleene (January 5, 1909 – January 25, 1994). Regex are used for advanced context sensitive searches and text modifications. Although [&#8230;]]]></description>
		
					<wfw:commentRss>https://tournasdimitrios1.wordpress.com/2014/07/14/five-regular-expression-concepts-a-php-developer-should-know-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">11026</post-id>
		<media:content url="https://2.gravatar.com/avatar/52ca09c9e9a544b6c32b22a2bc1755833a578dfc8ae84cf619842619124e09d0?s=96&#38;d=https%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tournasdimitrios1</media:title>
		</media:content>

		<media:content url="https://tournasdimitrios1.wordpress.com/wp-content/uploads/2014/07/regular_expressions.png?w=150" medium="image">
			<media:title type="html">Regular expressions</media:title>
		</media:content>

		<media:content url="https://tournasdimitrios1.wordpress.com/wp-content/uploads/2014/07/chess_set875.jpg?w=460" medium="image">
			<media:title type="html">chess image</media:title>
		</media:content>
	</item>
		<item>
		<title>An Overview of Exceptions in PHP</title>
		<link>https://tournasdimitrios1.wordpress.com/2014/07/05/an-overview-of-exceptions-in-php-2/</link>
					<comments>https://tournasdimitrios1.wordpress.com/2014/07/05/an-overview-of-exceptions-in-php-2/#respond</comments>
		
		<dc:creator><![CDATA[Tournas Dimitrios]]></dc:creator>
		<pubDate>Sat, 05 Jul 2014 16:02:36 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://tournasdimitrios1.wordpress.com/?p=10871</guid>

					<description><![CDATA[An Exception, as the name implies, is any condition experienced by a program that is unexpected or not handled within the normal scope of the code. Exception handling is prevalent among many popular languages ( Java , C++ , C# , Python to name a few) , it was added to PHP with the version 5 release.  When an [&#8230;]]]></description>
		
					<wfw:commentRss>https://tournasdimitrios1.wordpress.com/2014/07/05/an-overview-of-exceptions-in-php-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10871</post-id>
		<media:content url="https://2.gravatar.com/avatar/52ca09c9e9a544b6c32b22a2bc1755833a578dfc8ae84cf619842619124e09d0?s=96&#38;d=https%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tournasdimitrios1</media:title>
		</media:content>

		<media:content url="https://tournasdimitrios1.wordpress.com/wp-content/uploads/2014/07/php_exceptions.png?w=150" medium="image">
			<media:title type="html">php exception graph</media:title>
		</media:content>

		<media:content url="https://tournasdimitrios1.wordpress.com/wp-content/uploads/2014/07/php_exception_chart1.jpg?w=460" medium="image">
			<media:title type="html">PHP exception chart</media:title>
		</media:content>
	</item>
		<item>
		<title>A Sample MVC App Build on Top of Symfony2 and Laravel4 Components (Part-2 Introspection of the Skeleton)</title>
		<link>https://tournasdimitrios1.wordpress.com/2014/06/22/a-sample-mvc-app-build-on-top-of-symfony2-and-laravel4-components-part-2-introspection-of-the-skeleton/</link>
					<comments>https://tournasdimitrios1.wordpress.com/2014/06/22/a-sample-mvc-app-build-on-top-of-symfony2-and-laravel4-components-part-2-introspection-of-the-skeleton/#respond</comments>
		
		<dc:creator><![CDATA[Tournas Dimitrios]]></dc:creator>
		<pubDate>Sun, 22 Jun 2014 09:44:46 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[sample-MVC]]></category>
		<category><![CDATA[Symfony]]></category>
		<guid isPermaLink="false">http://tournasdimitrios1.wordpress.com/?p=10806</guid>

					<description><![CDATA[Welcome back to the second part of the article series &#8220;A Sample MVC App Build on Top of Symfony2 and Laravel4 Components&#8221;. Every project start with a skeleton, it&#8217;s the application&#8217;s folder and file structure (a blueprint so to speak). Unfortunately, there are no standards in this regard. While some frameworks (Symfony , Zend-Framework, Laravel) [&#8230;]]]></description>
		
					<wfw:commentRss>https://tournasdimitrios1.wordpress.com/2014/06/22/a-sample-mvc-app-build-on-top-of-symfony2-and-laravel4-components-part-2-introspection-of-the-skeleton/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10806</post-id>
		<media:content url="https://2.gravatar.com/avatar/52ca09c9e9a544b6c32b22a2bc1755833a578dfc8ae84cf619842619124e09d0?s=96&#38;d=https%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tournasdimitrios1</media:title>
		</media:content>

		<media:content url="https://tournasdimitrios1.wordpress.com/wp-content/uploads/2014/06/mvc_word_cloud.jpg" medium="image">
			<media:title type="html">Word Cloud Symfony</media:title>
		</media:content>

		<media:content url="https://tournasdimitrios1.wordpress.com/wp-content/uploads/2014/06/skeleton_of_samplemvc.png?w=322" medium="image">
			<media:title type="html">skeleton_of_sampleMVC</media:title>
		</media:content>
	</item>
		<item>
		<title>A Sample MVC App Build on Top of Symfony2 and Laravel4 Components (Part-1 Introduction)</title>
		<link>https://tournasdimitrios1.wordpress.com/2014/06/20/a-sample-mvc-app-build-on-top-of-symfony2-and-laravel4-components-part-1-introduction/</link>
					<comments>https://tournasdimitrios1.wordpress.com/2014/06/20/a-sample-mvc-app-build-on-top-of-symfony2-and-laravel4-components-part-1-introduction/#respond</comments>
		
		<dc:creator><![CDATA[Tournas Dimitrios]]></dc:creator>
		<pubDate>Fri, 20 Jun 2014 06:01:29 +0000</pubDate>
				<category><![CDATA[sample-MVC]]></category>
		<category><![CDATA[Symfony]]></category>
		<guid isPermaLink="false">http://tournasdimitrios1.wordpress.com/?p=10777</guid>

					<description><![CDATA[The Model-View-Controller pattern (MVC) is a methodology for separating the concerns of an application’s domain, presentation, and user input into separate (specialized) components. The days where HTML code was intermixed with server-side code to achieve dynamic web-applications are just ancient history (in terms of Internet technology). PHP itself works like a template engine. However, when used [&#8230;]]]></description>
		
					<wfw:commentRss>https://tournasdimitrios1.wordpress.com/2014/06/20/a-sample-mvc-app-build-on-top-of-symfony2-and-laravel4-components-part-1-introduction/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10777</post-id>
		<media:content url="https://2.gravatar.com/avatar/52ca09c9e9a544b6c32b22a2bc1755833a578dfc8ae84cf619842619124e09d0?s=96&#38;d=https%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tournasdimitrios1</media:title>
		</media:content>

		<media:content url="https://tournasdimitrios1.wordpress.com/wp-content/uploads/2014/06/mvc_word_cloud.jpg" medium="image">
			<media:title type="html">Word Cloud Symfony</media:title>
		</media:content>

		<media:content url="https://tournasdimitrios1.wordpress.com/wp-content/uploads/2014/06/list-all-users.png?w=460" medium="image">
			<media:title type="html">A screenshot of the final result</media:title>
		</media:content>
	</item>
		<item>
		<title>Including Angular Scripts From the Google CDN</title>
		<link>https://tournasdimitrios1.wordpress.com/2014/05/31/including-angular-scripts-from-the-google-cdn/</link>
					<comments>https://tournasdimitrios1.wordpress.com/2014/05/31/including-angular-scripts-from-the-google-cdn/#respond</comments>
		
		<dc:creator><![CDATA[Tournas Dimitrios]]></dc:creator>
		<pubDate>Sat, 31 May 2014 18:39:09 +0000</pubDate>
				<category><![CDATA[AngularJs]]></category>
		<category><![CDATA[angualar]]></category>
		<guid isPermaLink="false">http://tournasdimitrios1.wordpress.com/?p=10743</guid>

					<description><![CDATA[The number one reason for using a CDN is to improve our website visitor&#8217;s experience in terms of speed. As we know, site speed is a ranking factor in Google’s algorithm. The quickest way to get started is to point a &#60;script&#62;  tag to a Google CDN URL. There are two types of angular script URLs we can point to, [&#8230;]]]></description>
		
					<wfw:commentRss>https://tournasdimitrios1.wordpress.com/2014/05/31/including-angular-scripts-from-the-google-cdn/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10743</post-id>
		<media:content url="https://2.gravatar.com/avatar/52ca09c9e9a544b6c32b22a2bc1755833a578dfc8ae84cf619842619124e09d0?s=96&#38;d=https%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tournasdimitrios1</media:title>
		</media:content>

		<media:content url="https://tournasdimitrios1.wordpress.com/wp-content/uploads/2014/05/angularjs.jpg" medium="image">
			<media:title type="html">angular-logo</media:title>
		</media:content>
	</item>
		<item>
		<title>Rapid Application Prototyping in PHP Using a Micro Framework (Silex) — Part2 Basic Concepts</title>
		<link>https://tournasdimitrios1.wordpress.com/2014/05/27/rapid-application-prototyping-in-php-using-a-micro-framework-silex-part2-basic-concepts-2/</link>
					<comments>https://tournasdimitrios1.wordpress.com/2014/05/27/rapid-application-prototyping-in-php-using-a-micro-framework-silex-part2-basic-concepts-2/#respond</comments>
		
		<dc:creator><![CDATA[Tournas Dimitrios]]></dc:creator>
		<pubDate>Tue, 27 May 2014 09:18:50 +0000</pubDate>
				<category><![CDATA[Silex]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[Slim]]></category>
		<guid isPermaLink="false">http://tournasdimitrios1.wordpress.com/?p=10730</guid>

					<description><![CDATA[Welcome back to the next part of the article series &#8220;Rapid Application Prototyping in PHP Using a Micro Framework (Silex)&#8221;. Understanding the basic concepts of this &#160;framework (Silex) will make &#160;you feel more comfortable and confident while using it . The goal of this article is to give you a high-level overview of how the [&#8230;]]]></description>
		
					<wfw:commentRss>https://tournasdimitrios1.wordpress.com/2014/05/27/rapid-application-prototyping-in-php-using-a-micro-framework-silex-part2-basic-concepts-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10730</post-id>
		<media:content url="https://2.gravatar.com/avatar/52ca09c9e9a544b6c32b22a2bc1755833a578dfc8ae84cf619842619124e09d0?s=96&#38;d=https%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tournasdimitrios1</media:title>
		</media:content>

		<media:content url="https://tournasdimitrios1.wordpress.com/wp-content/uploads/2014/05/silex_framework_logo.jpg" medium="image">
			<media:title type="html">Silex framework logo</media:title>
		</media:content>

		<media:content url="https://tournasdimitrios1.wordpress.com/wp-content/uploads/2014/05/a_small_cup_of_coffee.jpg?w=460" medium="image">
			<media:title type="html">A small cup of coffee</media:title>
		</media:content>
	</item>
		<item>
		<title>Rapid Application Prototyping in PHP Using a Micro Framework (Silex) &#8212; Part1 Introduction</title>
		<link>https://tournasdimitrios1.wordpress.com/2014/05/22/rapid-application-prototyping-in-php-using-a-micro-framework-silex-part1-intoduction/</link>
					<comments>https://tournasdimitrios1.wordpress.com/2014/05/22/rapid-application-prototyping-in-php-using-a-micro-framework-silex-part1-intoduction/#respond</comments>
		
		<dc:creator><![CDATA[Tournas Dimitrios]]></dc:creator>
		<pubDate>Thu, 22 May 2014 08:53:40 +0000</pubDate>
				<category><![CDATA[Silex]]></category>
		<category><![CDATA[framework]]></category>
		<guid isPermaLink="false">http://tournasdimitrios1.wordpress.com/?p=10692</guid>

					<description><![CDATA[Setting up a Framework up to the point of a working web application isn&#8217;t difficult these days. We just have to open a terminal and take advantage of Composer&#8217;s functionality. Composer will handle the whole process of downloading the required package and its associated dependencies in just a couple minutes. Most popular Frameworks nowadays are distributed via [&#8230;]]]></description>
		
					<wfw:commentRss>https://tournasdimitrios1.wordpress.com/2014/05/22/rapid-application-prototyping-in-php-using-a-micro-framework-silex-part1-intoduction/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10692</post-id>
		<media:content url="https://2.gravatar.com/avatar/52ca09c9e9a544b6c32b22a2bc1755833a578dfc8ae84cf619842619124e09d0?s=96&#38;d=https%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tournasdimitrios1</media:title>
		</media:content>

		<media:content url="https://tournasdimitrios1.wordpress.com/wp-content/uploads/2014/05/silex_framework_logo.jpg" medium="image">
			<media:title type="html">Silex framework logo</media:title>
		</media:content>

		<media:content url="https://tournasdimitrios1.wordpress.com/wp-content/uploads/2014/05/silex_code_snapshot.jpg" medium="image">
			<media:title type="html">silex_code_snapshot</media:title>
		</media:content>
	</item>
		<item>
		<title>Using ZF2′s ServiceManager Component to Lazy-load Dependencies on Standalone Codebases</title>
		<link>https://tournasdimitrios1.wordpress.com/2014/04/05/using-zf2%e2%80%b2s-servicemanager-component-to-lazy-load-dependencies-on-standalone-codebases-2/</link>
					<comments>https://tournasdimitrios1.wordpress.com/2014/04/05/using-zf2%e2%80%b2s-servicemanager-component-to-lazy-load-dependencies-on-standalone-codebases-2/#comments</comments>
		
		<dc:creator><![CDATA[Tournas Dimitrios]]></dc:creator>
		<pubDate>Sat, 05 Apr 2014 10:20:47 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework 2]]></category>
		<category><![CDATA[ServiceManager]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[ZF2]]></category>
		<guid isPermaLink="false">http://tournasdimitrios1.wordpress.com/?p=10476</guid>

					<description><![CDATA[This article is intended to familiarize you with various features of  Zend Framework 2&#8217;s ServiceManager component (in short, SM). By demonstrating a couple of practical examples, concepts like : IOC , DI and SOLID principles are better digested. So, what is the ServiceManager used for ? In simple words, it’s a registry, or container that &#8220;holds&#8221; various [&#8230;]]]></description>
		
					<wfw:commentRss>https://tournasdimitrios1.wordpress.com/2014/04/05/using-zf2%e2%80%b2s-servicemanager-component-to-lazy-load-dependencies-on-standalone-codebases-2/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10476</post-id>
		<media:content url="https://2.gravatar.com/avatar/52ca09c9e9a544b6c32b22a2bc1755833a578dfc8ae84cf619842619124e09d0?s=96&#38;d=https%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tournasdimitrios1</media:title>
		</media:content>

		<media:content url="https://tournasdimitrios1.wordpress.com/wp-content/uploads/2014/03/zf2-logo.jpg?w=150" medium="image">
			<media:title type="html">Zend Framework 2 logo</media:title>
		</media:content>

		<media:content url="https://tournasdimitrios1.wordpress.com/wp-content/uploads/2014/04/hooray_2.jpg" medium="image">
			<media:title type="html">hooray picture</media:title>
		</media:content>
	</item>
		<item>
		<title>Using ZF2&#8217;s Event Manager Component as Event Driven Programming Example</title>
		<link>https://tournasdimitrios1.wordpress.com/2014/03/27/using-zf2s-event-manager-component-as-event-driven-programming-example/</link>
					<comments>https://tournasdimitrios1.wordpress.com/2014/03/27/using-zf2s-event-manager-component-as-event-driven-programming-example/#comments</comments>
		
		<dc:creator><![CDATA[Tournas Dimitrios]]></dc:creator>
		<pubDate>Thu, 27 Mar 2014 11:31:06 +0000</pubDate>
				<category><![CDATA[Zend Framework 2]]></category>
		<category><![CDATA[EventManager]]></category>
		<category><![CDATA[ZF2]]></category>
		<guid isPermaLink="false">http://tournasdimitrios1.wordpress.com/?p=10441</guid>

					<description><![CDATA[A fundamental principle of Java , .NET platform and other  popular programming languages is based on Event-driven Architecture (EDA). Simply put, the idea is that activities occur in response to events . In other words, activities are attached to events, and when a given event occurs, its attached activity[ies] is[are] executed.This programming paradigm is named  &#8220;event-driven programming&#8221;  and [&#8230;]]]></description>
		
					<wfw:commentRss>https://tournasdimitrios1.wordpress.com/2014/03/27/using-zf2s-event-manager-component-as-event-driven-programming-example/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10441</post-id>
		<media:content url="https://2.gravatar.com/avatar/52ca09c9e9a544b6c32b22a2bc1755833a578dfc8ae84cf619842619124e09d0?s=96&#38;d=https%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">tournasdimitrios1</media:title>
		</media:content>

		<media:content url="https://tournasdimitrios1.wordpress.com/wp-content/uploads/2014/03/zf2-logo.jpg?w=150" medium="image">
			<media:title type="html">Zend Framework 2 logo</media:title>
		</media:content>

		<media:content url="https://tournasdimitrios1.wordpress.com/wp-content/uploads/2014/03/hooray.jpg?w=115" medium="image">
			<media:title type="html">hooray picture</media:title>
		</media:content>
	</item>
	</channel>
</rss>
