<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.1" -->
<rss version="0.92">
<channel>
	<title>N2F Training Team Blogtorials</title>
	<link>http://n2framework.com/training</link>
	<description>Because training isn't just a good idea.</description>
	<lastBuildDate>Wed, 17 Feb 2010 13:44:15 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Yverdon  N2F Yverdon Cookbook: Ajax login with data.php and jQuery</title>
		<description><![CDATA[Anyone who has used the N2 Framework is familiar with page.php.  By default, all requests for a given module go to that modules page.php, and it is in page.php that the template is selected, data is fetched and chewed, and the result is finally sent back to the browser.  This is great if you want [...]]]></description>
		<link>http://n2framework.com/training/?p=97</link>
			</item>
	<item>
		<title>N2F Yverdon Cookbook: A Useful $user</title>
		<description><![CDATA[Almost every site needs some security, or maybe user specific settings.  The n2f $user object exists for this purpose.  Since every site&#8217;s needs are different, the default $user is more of a template than anything else.  Luckily, expanding it is pretty easy.
The default user (see code here) only manages two properties, and only stores them [...]]]></description>
		<link>http://n2framework.com/training/?p=85</link>
			</item>
	<item>
		<title>N2F Yverdon Cookbook:  Get Records from a Database</title>
		<description><![CDATA[A common task is retrieving records from the database.  Despite the existence of N2F Yverdon Basics: Part 4 - The Database Engine, this common task is often confusing to people used to using the mysql_* functions.  The n2f database system takes care of most of the annoying code for you, and setup is easy.  Getting [...]]]></description>
		<link>http://n2framework.com/training/?p=80</link>
			</item>
	<item>
		<title>N2F Yverdon: The mod.ext.php File</title>
		<description><![CDATA[One of the new features introduced with v0.2 is the mod.ext.php feature.  This feature was a request from a few users and can be a useful way to add functionality to your system.
The premise behind mod.ext.php is similar to that of the sys.ext.php file.  However, instead of being included globally, the mod.ext.php file is only [...]]]></description>
		<link>http://n2framework.com/training/?p=79</link>
			</item>
	<item>
		<title>Yverdon v0.2 Changes/Additions</title>
		<description><![CDATA[Now that we’ve finally released v0.2 officially, it seems appropriate to outline the various changes and additions that were done between v0.1 and v0.2.&#160; Lots of testing and planning went into v0.2’s release, so I’ll do my best to summarize in a clear way what we have for the end result.
Bug Fixes

Fixed bug with n2f_paginate::listPages() [...]]]></description>
		<link>http://n2framework.com/training/?p=78</link>
			</item>
	<item>
		<title>N2F Yverdon: Using Securimage PHP CAPTCHA</title>
		<description><![CDATA[Most people building a website today are familiar with the need to have a CAPTCHA on their site.  For years I’ve had a set of small functions I built for the purpose of easily fulfilling this request for clients and internal sites.  The solution worked but it was poorly packaged and never improved upon.
I recently [...]]]></description>
		<link>http://n2framework.com/training/?p=74</link>
			</item>
	<item>
		<title>N2F Yverdon: v0.2 Improvements</title>
		<description><![CDATA[With today&#8217;s development release of Yverdon v0.2, I decided I would take some time to highlight a few of the smaller changes we&#8217;ve implemented in the next iteration of our PHP 5 framework.
MySQLi Database Extension
We were lucky to be working with Waterfall Data Solutions from the start of N2F Yverdon, so we&#8217;ve had some great [...]]]></description>
		<link>http://n2framework.com/training/?p=71</link>
			</item>
	<item>
		<title>N2F Yverdon: What Is A sys.ext.php File?</title>
		<description><![CDATA[In Yverdon v0.1, we added the ability to use sys.ext.php files inside of each module.  Their purpose is very simple and yet sometimes beautifully useful.
The Problem
Sometimes we find ourselves working on very large projects.  Inside of those large projects, the tendency is to have each developer concentrate on specific modules or extensions.  The module/extension layout [...]]]></description>
		<link>http://n2framework.com/training/?p=69</link>
			</item>
	<item>
		<title>N2F Yverdon Basics: Part 4 - The Database Engine</title>
		<description><![CDATA[The final part in our series is going to touch quickly on our database engine.  With Yverdon v0.1, the engine is limited to use with the MySQLi library in PHP.  With v0.2, we will be adding many more libraries to the engine&#8217;s capabilities.  As with the template engine, each new library is added through a [...]]]></description>
		<link>http://n2framework.com/training/?p=59</link>
			</item>
	<item>
		<title>N2F Yverdon Basics: Part 3 - The Template Engine</title>
		<description><![CDATA[Part 2 of the series introduces us to the layout of N2F Yverdon module. In this part of the series, I&#8217;ll be showing you the basics of the dynamic template extension built for our template system. Our template system, while not required for use of Yverdon, is a fast and simple solution to the problem [...]]]></description>
		<link>http://n2framework.com/training/?p=22</link>
			</item>
</channel>
</rss>
