<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
	<channel>
		<title>SymfonyLab: Featured</title>
		<link>http://symfony.corank.com/tech/all/fp/</link>
		<description>SymfonyLab: Featured</description>
<image><title>coRank.com</title><link>http://symfony.corank.com/tech/all/fp/</link><url>http://www.corank.com/pics/coRank2.gif</url></image>
	<item>
			<dc:creator>narko</dc:creator>
			<title>New Diem Core team member IV</title>
			<link>http://symfony.corank.com/tech/story/new-Diem-Core-team-member-Iv</link>
			<description><![CDATA[


After announcing a few new members to the Diem Core team already, we are proud to add Matthieu Bontemps, who has been of awesome help in contributing many tests to our growing unit test suite!
Matthieu has been the lead developer and chief technical officer of jiwa.fr, France's second biggest music streaming service, but also founded and now works...
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/new-Diem-Core-team-member-Iv">Read more...</a> |
<a href="http://feedproxy.google.com/~r/symfony/planet/~3/h3fvH_bgYDo/new-diem-core-team-member-iv">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/new-Diem-Core-team-member-Iv</guid>
			<pubDate>Wed, 10 Feb 2010 00:52:55 GMT</pubDate>
		</item>
	<item>
			<dc:creator>narko</dc:creator>
			<title>Projet de la semaine #2 : Diem</title>
			<link>http://symfony.corank.com/tech/story/projet-de-la-semaine-2-Diem</link>
			<description><![CDATA[



Découvrez Diem, un CMS. Ou plutôt, un CMF pour Content Management Framework. Open Source, le projet affiche fièrement sa ligne de conduite : conçu pour les sites – pas si simples. Basé sur le framework symfony 1.4 (au lieu de la 1.1 dans la précédente mouture), Diem va en effet vous permettre de mettre en place vos systèmes de gestion de contenu totalement sur mesure...
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/projet-de-la-semaine-2-Diem">Read more...</a> |
<a href="http://feedproxy.google.com/~r/symfony/planet/~3/dZmTr_aWXa0/">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/projet-de-la-semaine-2-Diem</guid>
			<pubDate>Wed, 10 Feb 2010 00:52:55 GMT</pubDate>
		</item>
	<item>
			<dc:creator>narko</dc:creator>
			<title>How to send an email with symfony 1.3 and Gmail</title>
			<link>http://symfony.corank.com/tech/story/how-to-send-an-email-with-symfony-13-a_2</link>
			<description><![CDATA[


One nice feature coming with symfony 1.3 is an embedded mail system based on Swift Mailer 4.1
Providing a mail system into symfony’s core has been a wide debate since symfony 1.0. The 1st stable version of the framework was coming with an unperfect but operational way of sending emails based on phpMailer. Thus, following the [...]
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/how-to-send-an-email-with-symfony-13-a_2">Read more...</a> |
<a href="http://www.metulo.net/how-to-send-an-email-with-symfony-1-3-and-gmail">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/how-to-send-an-email-with-symfony-13-a_2</guid>
			<pubDate>Wed, 10 Feb 2010 00:52:55 GMT</pubDate>
		</item>
	<item>
			<dc:creator>narko</dc:creator>
			<title>Using Mercurial as VCS for symfony</title>
			<link>http://symfony.corank.com/tech/story/using-Mercurial-as-Vcs-for-symfony_2</link>
			<description><![CDATA[


For my daily usage I use Mercurial as version control system. I love it’s simplicity and excellent support on Windows.
To use Mercurial effectively for symfony, the only thing you need to configure is your .hgignore file. A good practice is to ignore all generated files by symfony for Doctrine or Propel.
A typically ignore file of me looks likes this...
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/using-Mercurial-as-Vcs-for-symfony_2">Read more...</a> |
<a href="http://www.pinkster.eu/2009/11/04/using-mercurial-as-vcs-for-symfony/">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/using-Mercurial-as-Vcs-for-symfony_2</guid>
			<pubDate>Wed, 10 Feb 2010 00:52:55 GMT</pubDate>
		</item>
	<item>
			<dc:creator>narko</dc:creator>
			<title>Add new tasks in your Symfony project</title>
			<link>http://symfony.corank.com/tech/story/add-new-tasks-in-your-Symfony-project</link>
			<description><![CDATA[


So for my very first post in english I will talk about how to add a new task in symfony. Task are very useful to handle a lot of data and can be launched manually or placed in a cron job.

I started to create task on a new project, in the past I used to create a batch folder in my symfony project. In this folder I created a symfony.inc.php to load...
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/add-new-tasks-in-your-Symfony-project">Read more...</a> |
<a href="http://feedproxy.google.com/~r/symfony/planet/~3/3lgrIH7lUwo/">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/add-new-tasks-in-your-Symfony-project</guid>
			<pubDate>Wed, 10 Feb 2010 00:52:55 GMT</pubDate>
		</item>
	<item>
			<dc:creator>narko</dc:creator>
			<title>CSRF tokens in symfony</title>
			<link>http://symfony.corank.com/tech/story/csrf-tokens-in-symfony</link>
			<description><![CDATA[


What is that CSRF thing?
CSRF, or Cross-site request forgery, is a form of attack that takes advantage on the trust that a web application has on the user’s browser. If a different site than yours makes a user do a rquest to your site, since the user has a cookie session for your site, if you don’t have further protection, your application will...
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/csrf-tokens-in-symfony">Read more...</a> |
<a href="http://feedproxy.google.com/~r/symfony/planet/~3/KNaDQOxDFGY/csrf-token-in-symfony">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/csrf-tokens-in-symfony</guid>
			<pubDate>Wed, 10 Feb 2010 00:52:55 GMT</pubDate>
		</item>
	<item>
			<dc:creator>narko</dc:creator>
			<title>Templating engines in PHP - Follow-Up</title>
			<link>http://symfony.corank.com/tech/story/templating-engines-in-Php--Follow-Up_2</link>
			<description><![CDATA[




My post about
template engines in PHP
received more than 70 comments as of now, and counting.
That's a lot considering most of them are really well thought out, and backed with solid
counter-arguments. Thanks everybody for taking the time to participate
constructively to the discussion. I'm really proud that the PHP community (or
at least the small...
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/templating-engines-in-Php--Follow-Up_2">Read more...</a> |
<a href="http://fabien.potencier.org/article/35/templating-engines-in-php-follow-up">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/templating-engines-in-Php--Follow-Up_2</guid>
			<pubDate>Wed, 10 Feb 2010 00:52:55 GMT</pubDate>
		</item>
	<item>
			<dc:creator>narko</dc:creator>
			<title>Add new tasks in your Symfony project</title>
			<link>http://symfony.corank.com/tech/story/add-new-tasks-in-your-Symfony-project</link>
			<description><![CDATA[


So for my very first post in english I will talk about how to add a new task in symfony. Task are very useful to handle a lot of data and can be launched manually or placed in a cron job.

I started to create task on a new project, in the past I used to create a batch folder in my symfony project. In this folder I created a symfony.inc.php to load...
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/add-new-tasks-in-your-Symfony-project">Read more...</a> |
<a href="http://feedproxy.google.com/~r/symfony/planet/~3/3lgrIH7lUwo/">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/add-new-tasks-in-your-Symfony-project</guid>
			<pubDate>Wed, 10 Feb 2010 00:52:55 GMT</pubDate>
		</item>
	<item>
			<dc:creator>narko</dc:creator>
			<title>Symfony log management with `logrotate` on Linux</title>
			<link>http://symfony.corank.com/tech/story/symfony-log-management-with-logrotate-</link>
			<description><![CDATA[


It sucks when server disks fill up.  I have Nagios set up to notify me well before it’s a problem, but it happens annoyingly frequently, and it’s always the same cause:  log files.

Symfony’s production environments don’t create logs, but the development environments do, and for one project I had several batch jobs logging to the myproject/log directory...
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/symfony-log-management-with-logrotate-">Read more...</a> |
<a href="http://feedproxy.google.com/~r/symfony/planet/~3/NFq7iqb8TL4/">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/symfony-log-management-with-logrotate-</guid>
			<pubDate>Wed, 10 Feb 2010 00:52:55 GMT</pubDate>
		</item>
	<item>
			<dc:creator>narko</dc:creator>
			<title>Templating engines in PHP - Follow-Up</title>
			<link>http://symfony.corank.com/tech/story/templating-engines-in-Php--Follow-Up_2</link>
			<description><![CDATA[




My post about
template engines in PHP
received more than 70 comments as of now, and counting.
That's a lot considering most of them are really well thought out, and backed with solid
counter-arguments. Thanks everybody for taking the time to participate
constructively to the discussion. I'm really proud that the PHP community (or
at least the small...
<p/>
<div style="font-size:90%;font-weight:bold">
<a href="http://symfony.corank.com/tech/story/templating-engines-in-Php--Follow-Up_2">Read more...</a> |
<a href="http://fabien.potencier.org/article/35/templating-engines-in-php-follow-up">Original story</a> |

Votes so far: <span style="color:#080">2</span> / <span style="color:#800">0</span>

</div>

			]]></description>
			<guid isPermaLink="true">http://symfony.corank.com/tech/story/templating-engines-in-Php--Follow-Up_2</guid>
			<pubDate>Wed, 10 Feb 2010 00:52:55 GMT</pubDate>
		</item>
	</channel>
</rss>


