<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Tanax's Blog</title>
	<link>http://tanax.awardspace.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Tue, 06 May 2008 14:05:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>php: How to organize your classes &#124; Part 1</title>
		<link>http://tanax.awardspace.com/?p=7</link>
		<comments>http://tanax.awardspace.com/?p=7#comments</comments>
		<pubDate>Wed, 23 Apr 2008 14:09:25 +0000</pubDate>
		<dc:creator>Tanax</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[class]]></category>

		<category><![CDATA[database]]></category>

		<category><![CDATA[interface]]></category>

		<category><![CDATA[organize]]></category>

		<category><![CDATA[static]]></category>

		<category><![CDATA[structure]]></category>

		<category><![CDATA[tanax]]></category>

		<guid isPermaLink="false">http://tanax.awardspace.com/?p=7</guid>
		<description><![CDATA[How to organize your classes
Part 1: Database class + config files
In this tutorial you will learn about interfaces, static classes and methods, and how to nicely organize your database class and the configuration for it.
]]></description>
			<content:encoded><![CDATA[<p><font size="5">How to organize your classes</font><br />
<font size="4">Part 1: Database class + config files</font></p>
<p>In this tutorial you will learn about interfaces, static classes and methods, and how to nicely organize your database class and the configuration for it.<br />
 <a href="http://tanax.awardspace.com/?p=7#more-7" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tanax.awardspace.com/?feed=rss2&amp;p=7</wfw:commentRss>
		</item>
		<item>
		<title>PHP: Intro</title>
		<link>http://tanax.awardspace.com/?p=6</link>
		<comments>http://tanax.awardspace.com/?p=6#comments</comments>
		<pubDate>Wed, 19 Mar 2008 07:54:33 +0000</pubDate>
		<dc:creator>Tanax</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://tanax.awardspace.com/?p=6</guid>
		<description><![CDATA[An introduction to PHP
What is so great about PHP? What can you do with it, and how does it work? Read this tutorial to begin learning PHP.
]]></description>
			<content:encoded><![CDATA[<p><strong>An introduction to PHP</strong><br />
<em>What is so great about PHP? What can you do with it, and how does it work? Read this tutorial to begin learning PHP.</em><br />
 <a href="http://tanax.awardspace.com/?p=6#more-6" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tanax.awardspace.com/?feed=rss2&amp;p=6</wfw:commentRss>
		</item>
		<item>
		<title>PHP: Pagination Class</title>
		<link>http://tanax.awardspace.com/?p=5</link>
		<comments>http://tanax.awardspace.com/?p=5#comments</comments>
		<pubDate>Tue, 18 Mar 2008 16:03:11 +0000</pubDate>
		<dc:creator>Tanax</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[class]]></category>

		<category><![CDATA[objects]]></category>

		<category><![CDATA[oop]]></category>

		<category><![CDATA[pagination]]></category>

		<guid isPermaLink="false">http://tanax.awardspace.com/?p=5</guid>
		<description><![CDATA[How to script a pagination class
This class makes it possible to list a number of items on several pages. It comes with a navigation of a set of links, and you also have the option to define how much span that navigation should have.
]]></description>
			<content:encoded><![CDATA[<p><strong>How to script a pagination class</strong><br />
<em>This class makes it possible to list a number of items on several pages. It comes with a navigation of a set of links, and you also have the option to define how much span that navigation should have.</em><br />
 <a href="http://tanax.awardspace.com/?p=5#more-5" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tanax.awardspace.com/?feed=rss2&amp;p=5</wfw:commentRss>
		</item>
	</channel>
</rss>
