<?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>PHP Developer Blog &#187; debug</title>
	<atom:link href="http://phpdev.ro/tag/debug/feed" rel="self" type="application/rss+xml" />
	<link>http://phpdev.ro</link>
	<description>The blog of Andrei Gabreanu</description>
	<lastBuildDate>Thu, 21 Apr 2011 16:23:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Zend Framework Tutorial Series: Part 3 – Login and Signup with (RE)Captcha</title>
		<link>http://phpdev.ro/zend-framework-tutorial-series-part-3-login-and-signup-with-recaptcha.html</link>
		<comments>http://phpdev.ro/zend-framework-tutorial-series-part-3-login-and-signup-with-recaptcha.html#comments</comments>
		<pubDate>Tue, 13 Jul 2010 12:40:43 +0000</pubDate>
		<dc:creator>Andrei Gabreanu</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[signup]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://phpdev.ro/?p=1101</guid>
		<description><![CDATA[The third part of the tutorial series will present you with a fully functionable solution for a login and signup page that activates a RECaptcha, via Zend_Captcha as a Service, when the user attempts to login/signup 3 times and fails. The tutorial will also show you how to use your models and how to structure your bussiness logic inside your module based application.]]></description>
		<wfw:commentRss>http://phpdev.ro/zend-framework-tutorial-series-part-3-login-and-signup-with-recaptcha.html/feed</wfw:commentRss>
		<slash:comments>159</slash:comments>
		</item>
		<item>
		<title>Zend Framework Tutorial Series: Part 2 – Debugging your application</title>
		<link>http://phpdev.ro/zend-framework-tutorial-series-part-2-advanced-debugging.html</link>
		<comments>http://phpdev.ro/zend-framework-tutorial-series-part-2-advanced-debugging.html#comments</comments>
		<pubDate>Mon, 14 Jun 2010 10:19:52 +0000</pubDate>
		<dc:creator>Andrei Gabreanu</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[Advices]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[Develop]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://phpdev.ro/?p=1055</guid>
		<description><![CDATA[Continuing with the tutorial series, we will see how to debug the application. Debugging include easy to use methods of printing data on the screen, including ZFDebug Toolbar in order to manage all errors and queries, using the logger to log messages to Firebug, using a simple debug function that will place debug messages in your ZFDebug Toolbar, in a special Debug panel [...] ]]></description>
		<wfw:commentRss>http://phpdev.ro/zend-framework-tutorial-series-part-2-advanced-debugging.html/feed</wfw:commentRss>
		<slash:comments>74</slash:comments>
		</item>
		<item>
		<title>Sending complex unknown object types via WebServices in NuSoap</title>
		<link>http://phpdev.ro/sending-complex-unknown-object-types-via-webservices-in-nusoap.html</link>
		<comments>http://phpdev.ro/sending-complex-unknown-object-types-via-webservices-in-nusoap.html#comments</comments>
		<pubDate>Sat, 19 Sep 2009 22:01:48 +0000</pubDate>
		<dc:creator>Andrei Gabreanu</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[Advices]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[Develop]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Web services]]></category>

		<guid isPermaLink="false">http://blog.uauzilla.ro/?p=308</guid>
		<description><![CDATA[A small tutorial about sending PHP Objects via S.O.A.P. WebServices. The Objects are of an uknown type and must be constructed dinamycally.]]></description>
		<wfw:commentRss>http://phpdev.ro/sending-complex-unknown-object-types-via-webservices-in-nusoap.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CakePHP Debugging</title>
		<link>http://phpdev.ro/cakephp-debugging.html</link>
		<comments>http://phpdev.ro/cakephp-debugging.html#comments</comments>
		<pubDate>Fri, 17 Apr 2009 20:59:16 +0000</pubDate>
		<dc:creator>Andrei Gabreanu</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.uauzilla.ro/?p=6</guid>
		<description><![CDATA[Hello CakePHP users! With this first article, i will start the series of tutorials including some freebies so that your work with this excelent easy to user framework will be piece of &#8220;cake&#8221; . What i am about to show you in this tutorial is something rather simple, not based on php code but on [...]]]></description>
		<wfw:commentRss>http://phpdev.ro/cakephp-debugging.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 3/12 queries in 0.003 seconds using disk
Object Caching 358/381 objects using disk

Served from: phpdev.ro @ 2012-05-19 02:05:41 -->
