<?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>Building Sample Web Site Based On Zend Framework (examples for user registration and login / tutorial)</title>
	<atom:link href="http://zfsite.andreinikolov.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://zfsite.andreinikolov.com</link>
	<description>Series of articles describing step by step building of example php application (web site) based on Zend Framework.</description>
	<lastBuildDate>Sat, 14 Apr 2012 09:43:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using subdomains like parameter for nice looking personal URL-s, while keeping the www subdomain</title>
		<link>http://zfsite.andreinikolov.com/2008/11/using-subdomains-like-parameter-for-nice-looking-personal-url-s-while-keeping-the-www-subdomain/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-subdomains-like-parameter-for-nice-looking-personal-url-s-while-keeping-the-www-subdomain</link>
		<comments>http://zfsite.andreinikolov.com/2008/11/using-subdomains-like-parameter-for-nice-looking-personal-url-s-while-keeping-the-www-subdomain/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 10:10:10 +0000</pubDate>
		<dc:creator>viperx</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=17</guid>
		<description><![CDATA[Using the Zend_Controller_Router_Route_Hostname we can make nice looking personalized URL addresses like http://username.example.com (http://john.example.com) Lets say we have &#8216;userpage&#8217; controller with &#8216;view&#8217; action and want john.example.com to route to this userpage &#8216;controller&#8217; and this th &#8216;view&#8217; action, setting a parameter &#8216;username&#8217; to &#8216;john&#8217;. This is easy: $pathRoute = new Zend_Controller_Router_Route&#40;'*'&#41;; &#160; $userpageRoute = new Zend_Controller_Router_Route_Hostname&#40;':username.example.com', [...]]]></description>
		<wfw:commentRss>http://zfsite.andreinikolov.com/2008/11/using-subdomains-like-parameter-for-nice-looking-personal-url-s-while-keeping-the-www-subdomain/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Zend_Db_Table time overhead &#8211; about 25%</title>
		<link>http://zfsite.andreinikolov.com/2008/08/zend_db_table-time-overhead-about-25-percents/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zend_db_table-time-overhead-about-25-percents</link>
		<comments>http://zfsite.andreinikolov.com/2008/08/zend_db_table-time-overhead-about-25-percents/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 15:35:02 +0000</pubDate>
		<dc:creator>viperx</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=16</guid>
		<description><![CDATA[Here I will represent the results of a test, that I ran recently to determine how much time overhead does Zend_Db_Table brings to typical web application. The details follow, but the rough results are that it took about 25% more time for the test cases with Zend_Db_Table to run compared to using directly Zend_Db_Adapter. My [...]]]></description>
		<wfw:commentRss>http://zfsite.andreinikolov.com/2008/08/zend_db_table-time-overhead-about-25-percents/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Part 6 &#8211; (Very) Simple ACL plugin and simple AJAX with JQuery</title>
		<link>http://zfsite.andreinikolov.com/2008/08/part-6-very-simple-acl-plugin-and-simple-ajax-with-jquery/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=part-6-very-simple-acl-plugin-and-simple-ajax-with-jquery</link>
		<comments>http://zfsite.andreinikolov.com/2008/08/part-6-very-simple-acl-plugin-and-simple-ajax-with-jquery/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 13:14:26 +0000</pubDate>
		<dc:creator>viperx</dc:creator>
				<category><![CDATA[Building Sample Web Site Based On Zend Framework Series]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=14</guid>
		<description><![CDATA[Please, note that this text is written in May 2008. Since then Zend Framework have evolved and now provides Zend_Application class. It is good idea to use it. The user registration and login stuff, presented here is still actual though. Also there are many other ideas presented, which I hope will be usefull for the [...]]]></description>
		<wfw:commentRss>http://zfsite.andreinikolov.com/2008/08/part-6-very-simple-acl-plugin-and-simple-ajax-with-jquery/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Class for profiling time of code execution</title>
		<link>http://zfsite.andreinikolov.com/2008/07/class-for-profiling-time-of-code-execution/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=class-for-profiling-time-of-code-execution</link>
		<comments>http://zfsite.andreinikolov.com/2008/07/class-for-profiling-time-of-code-execution/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 10:44:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=13</guid>
		<description><![CDATA[I took a little break from writing the main series, which is published here &#8211; about the user registration web application. Soon I hope I will take my time writing the next part, but until then here is simple class for profiling your applications: &#60; ?php &#160; class My_CodeProfile &#123; &#160; protected static $startTimes; protected [...]]]></description>
		<wfw:commentRss>http://zfsite.andreinikolov.com/2008/07/class-for-profiling-time-of-code-execution/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Part 5 &#8211; user registration and activation finished. User login and logout. Zend_Auth.</title>
		<link>http://zfsite.andreinikolov.com/2008/06/part-5/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=part-5</link>
		<comments>http://zfsite.andreinikolov.com/2008/06/part-5/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 19:34:37 +0000</pubDate>
		<dc:creator>viperx</dc:creator>
				<category><![CDATA[Building Sample Web Site Based On Zend Framework Series]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=10</guid>
		<description><![CDATA[Please, note that this text is written in May 2008. Since then Zend Framework have evolved and now provides Zend_Application class. It is good idea to use it. The user registration and login stuff, presented here is still actual though. Also there are many other ideas presented, which I hope will be usefull for the [...]]]></description>
		<wfw:commentRss>http://zfsite.andreinikolov.com/2008/06/part-5/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Part 4 &#8211; Zend_Form, CAPTCHA, Password Confirmation, Date selector field, Zend_Translate</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-4-zend_form-captcha-password-confirmation-date-selector-field-zend_translate/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=part-4-zend_form-captcha-password-confirmation-date-selector-field-zend_translate</link>
		<comments>http://zfsite.andreinikolov.com/2008/05/part-4-zend_form-captcha-password-confirmation-date-selector-field-zend_translate/#comments</comments>
		<pubDate>Thu, 29 May 2008 19:51:36 +0000</pubDate>
		<dc:creator>viperx</dc:creator>
				<category><![CDATA[Building Sample Web Site Based On Zend Framework Series]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=8</guid>
		<description><![CDATA[Please, note that this text is written in May 2008. Since then Zend Framework have evolved and now provides Zend_Application class. It is good idea to use it. The user registration and login stuff, presented here is still actual though. Also there are many other ideas presented, which I hope will be usefull for the [...]]]></description>
		<wfw:commentRss>http://zfsite.andreinikolov.com/2008/05/part-4-zend_form-captcha-password-confirmation-date-selector-field-zend_translate/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Part 3 &#8211; making sessions work with database using Zend_Db_Table</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-3-making-sessions-work-with-database-using-zend_db_table/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=part-3-making-sessions-work-with-database-using-zend_db_table</link>
		<comments>http://zfsite.andreinikolov.com/2008/05/part-3-making-sessions-work-with-database-using-zend_db_table/#comments</comments>
		<pubDate>Thu, 22 May 2008 21:03:14 +0000</pubDate>
		<dc:creator>viperx</dc:creator>
				<category><![CDATA[Building Sample Web Site Based On Zend Framework Series]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=7</guid>
		<description><![CDATA[Please, note that this text is written in May 2008. Since then Zend Framework have evolved and now provides Zend_Application class. It is good idea to use it. The user registration and login stuff, presented here is still actual though. Also there are many other ideas presented, which I hope will be usefull for the [...]]]></description>
		<wfw:commentRss>http://zfsite.andreinikolov.com/2008/05/part-3-making-sessions-work-with-database-using-zend_db_table/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Part 2 &#8211; setting up the project and actual start of coding :)</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-2-setting-up-the-project-and-actual-start-of-coding/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=part-2-setting-up-the-project-and-actual-start-of-coding</link>
		<comments>http://zfsite.andreinikolov.com/2008/05/part-2-setting-up-the-project-and-actual-start-of-coding/#comments</comments>
		<pubDate>Mon, 19 May 2008 21:33:57 +0000</pubDate>
		<dc:creator>viperx</dc:creator>
				<category><![CDATA[Building Sample Web Site Based On Zend Framework Series]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=5</guid>
		<description><![CDATA[Please, note that this text is written in May 2008. Since then Zend Framework have evolved and now provides Zend_Application class. It is good idea to use it. The user registration and login stuff, presented here is still actual though. Also there are many other ideas presented, which I hope will be usefull for the [...]]]></description>
		<wfw:commentRss>http://zfsite.andreinikolov.com/2008/05/part-2-setting-up-the-project-and-actual-start-of-coding/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Part 1 &#8211; The idea, the planning and other starting stuff</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-1-the-idea-the-planning-and-other-starting-stuff/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=part-1-the-idea-the-planning-and-other-starting-stuff</link>
		<comments>http://zfsite.andreinikolov.com/2008/05/part-1-the-idea-the-planning-and-other-starting-stuff/#comments</comments>
		<pubDate>Sat, 17 May 2008 18:20:43 +0000</pubDate>
		<dc:creator>viperx</dc:creator>
				<category><![CDATA[Building Sample Web Site Based On Zend Framework Series]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=4</guid>
		<description><![CDATA[Please, note that this text is written in May 2008. Since then Zend Framework have evolved and now provides Zend_Application class. It is good idea to use it. The user registration and login stuff, presented here is still actual though. Also there are many other ideas presented, which I hope will be usefull for the [...]]]></description>
		<wfw:commentRss>http://zfsite.andreinikolov.com/2008/05/part-1-the-idea-the-planning-and-other-starting-stuff/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 8.840 seconds -->

