<?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>andrea belvedere &#187; php</title>
	<atom:link href="http://www.andreabelvedere.com/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.andreabelvedere.com</link>
	<description>Coding, Life</description>
	<lastBuildDate>Wed, 19 May 2010 01:24:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>TIC &#8211; Text Image Converter</title>
		<link>http://www.andreabelvedere.com/coding/tic-text-image-converter</link>
		<comments>http://www.andreabelvedere.com/coding/tic-text-image-converter#comments</comments>
		<pubDate>Mon, 20 Apr 2009 09:19:26 +0000</pubDate>
		<dc:creator>andrea belvedere</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[GD]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=356</guid>
		<description><![CDATA[This is a php5 library (two classes) I wrote to convert TrueType Font text into an image, using the GD library.
The project is hosted and can be downloaded from github: http://github.com/hayate/tic  (it includes an example, documentation and some free fonts)
or using git: git clone git://github.com/hayate/tic.git
Documentation is also available online here: http://www.andreabelvedere.com/docs/tic/
To extend the library [...]]]></description>
		<wfw:commentRss>http://www.andreabelvedere.com/coding/tic-text-image-converter/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Zend_Layout example</title>
		<link>http://www.andreabelvedere.com/coding/zend_layout-example</link>
		<comments>http://www.andreabelvedere.com/coding/zend_layout-example#comments</comments>
		<pubDate>Mon, 20 Oct 2008 11:51:29 +0000</pubDate>
		<dc:creator>andrea belvedere</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=125</guid>
		<description><![CDATA[This example focuses on 3 aspects of the Zend Framework (v1.6):
the Zend_Layout mechanism, modules and helpers, including the ActionStack helper and a custom helper. (Please note that there is no Smarty involved in this example).
The main objective of this post is to demonstrate how components of ZF work together to produce a simple application, for [...]]]></description>
		<wfw:commentRss>http://www.andreabelvedere.com/coding/zend_layout-example/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A better Zend Framework &amp; Smarty integration</title>
		<link>http://www.andreabelvedere.com/coding/a-better-zend-framework-smarty-integration</link>
		<comments>http://www.andreabelvedere.com/coding/a-better-zend-framework-smarty-integration#comments</comments>
		<pubDate>Fri, 03 Oct 2008 14:14:10 +0000</pubDate>
		<dc:creator>andrea belvedere</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[smarty]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=12</guid>
		<description><![CDATA[Since the first post on this series I have been working with the Zend Framework and Smarty extensively and I have greatly improved my previous integration between Smarty template engine and ZF.
I have prepared and example that you can download from the following link:
 the compressed file includes the ZF and Smarty packages.
The zip file [...]]]></description>
		<wfw:commentRss>http://www.andreabelvedere.com/coding/a-better-zend-framework-smarty-integration/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Zend Framework and Smarty integration</title>
		<link>http://www.andreabelvedere.com/coding/zend-framework-smarty-integration</link>
		<comments>http://www.andreabelvedere.com/coding/zend-framework-smarty-integration#comments</comments>
		<pubDate>Sat, 10 May 2008 13:37:09 +0000</pubDate>
		<dc:creator>andrea belvedere</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[smarty]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=8</guid>
		<description><![CDATA[I have been using Smarty (php template engine) for quite some time but  I am really new to Zend Framework, in fact I started using it for the first time yesterday.
To do the integration i found two very good articles:

http://devzone.zend.com/node/view/id/120
http://kpumuk.info/php/zend-framework-using-smarty-as-template-engine/

However both articles refer to an older version of Zend Framework and they are a [...]]]></description>
		<wfw:commentRss>http://www.andreabelvedere.com/coding/zend-framework-smarty-integration/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>
