<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
	<channel>
		<title>NSOrg - PHP Coding Tutorials</title>
		<description><![CDATA[Tutorials for Photoshop, Graphic, Programming and Webmasters at NSOrg]]></description>
		<link>http://www.nsorg.com</link>
		<lastBuildDate>Sun, 07 Sep 2008 15:29:40 +0100</lastBuildDate>
		<generator>FeedCreator 1.7.2</generator>
		<image>
			<url>http://www.nsorg.com/images/logo.png</url>
			<title>NSOrg</title>
			<link>http://www.nsorg.com</link>
			<description><![CDATA[NSOrg]]></description>
		</image>
		<item>
			<title>Creating a PHP5 Framework - Part 1</title>
			<link>http://www.nsorg.com/php_coding/creating_a_php5_framework_part_1</link>
			<description><![CDATA[<img src="http://www.nsorg.com/images/stories/php_coding_icon.gif" height="40" width="40" align="right" hspace="6" />With websites becoming more and more dynamic and interactive, developers often look to frameworks to help build websites and web apps rapidly. While there are a number of great frameworks available, a custom framework gives you the ability to easily customize the framework as you need, and to build with it even quicker]]></description>
			<pubDate>Wed, 03 Sep 2008 10:26:16 +0100</pubDate>
		</item>
		<item>
			<title>CRUD with PHP Doctrine</title>
			<link>http://www.nsorg.com/php_coding/crud_with_php_doctrine</link>
			<description><![CDATA[<img src="http://www.nsorg.com/images/stories/php_coding_icon.gif" height="40" width="40" align="right" hspace="6" />This piece is building on the prior tutorial, we now have Retrieve, Update and Delete in addition to the Create stuff. The prior tutorial has also been updated since the fromArrayExt method needed some adjustments to manage updating.]]></description>
			<pubDate>Mon, 01 Sep 2008 10:25:37 +0100</pubDate>
		</item>
		<item>
			<title>File Uploads with PHP Doctrine</title>
			<link>http://www.nsorg.com/php_coding/file_uploads_with_php_doctrine</link>
			<description><![CDATA[<img src="http://www.nsorg.com/images/stories/php_coding_icon.gif" height="40" width="40" align="right" hspace="6" />It's time to take a look at how file uploads can be integrated into the Doctrine validation and CRUD process. We will have a product in the form of a digital download as an example, it will have a screenshot image that can be maximum 250 pixels wide and high. The download itself will be a zipped file.]]></description>
			<pubDate>Mon, 01 Sep 2008 08:29:39 +0100</pubDate>
		</item>
		<item>
			<title>Making a Captcha image in php</title>
			<link>http://www.nsorg.com/php_coding/making_a_captcha_image_in_php</link>
			<description><![CDATA[<img src="http://www.nsorg.com/images/stories/php_coding_icon.gif" height="40" width="40" align="right" hspace="6" />Ok in this tutorial we shall be making a PHP GD captcha image. These are used on alot of big websites when users are filling online forms. They help prevent automated bots from filling forms and cluttering everything up.]]></description>
			<pubDate>Sat, 30 Aug 2008 22:22:40 +0100</pubDate>
		</item>
		<item>
			<title>Conditional Statements in PHP</title>
			<link>http://www.nsorg.com/php_coding/conditional_statements_in_php</link>
			<description><![CDATA[<img src="http://www.nsorg.com/images/stories/php_coding_icon.gif" height="40" width="40" align="right" hspace="6" />Conditional statements are used in PHP (and in any other programming language) when the programmer wishes to place a branch in the code, where a specific result will occur if, and only if, a set of conditions is matched.]]></description>
			<pubDate>Sat, 30 Aug 2008 09:57:55 +0100</pubDate>
		</item>
		<item>
			<title>Variables in PHP</title>
			<link>http://www.nsorg.com/php_coding/variables_in_php</link>
			<description><![CDATA[<img src="http://www.nsorg.com/images/stories/php_coding_icon.gif" height="40" width="40" align="right" hspace="6" />Variables are probably one of the most commonly used code constructs you'll come across while programming. If you have any experience of mathematics, especially algebra, you'll be aware of the concept of using symbols to represent unknown quantities in equations, like in the following example]]></description>
			<pubDate>Sat, 30 Aug 2008 09:55:09 +0100</pubDate>
		</item>
		<item>
			<title>Simple RSS Parsing Using PHP</title>
			<link>http://www.nsorg.com/php_coding/simple_rss_parsing_using_php</link>
			<description><![CDATA[<img src="http://www.nsorg.com/components/com_tutorials/images/2373_by_tuhen.gif" height="40" width="40" align="right" hspace="6" />This tutorial will show you how to make a simple RSS parsing script.]]></description>
			<pubDate>Sat, 30 Aug 2008 09:38:38 +0100</pubDate>
		</item>
		<item>
			<title>Reporting and handling errors in PHP</title>
			<link>http://www.nsorg.com/php_coding/reporting_and_handling_errors_in_php</link>
			<description><![CDATA[<img src="http://www.nsorg.com/components/com_tutorials/images/2332_by_tuhen.gif" height="40" width="40" align="right" hspace="6" />When developing a PHP project, whether it's a simple website or a much larger web application, it's always a good idea to take into account the potential appearance of errors in your PHP code. An error occurs whenever PHP tries to execute an instruction which either results in an impossible outcome]]></description>
			<pubDate>Wed, 27 Aug 2008 12:23:09 +0100</pubDate>
		</item>
		<item>
			<title>PHP Image manipulation with GD2</title>
			<link>http://www.nsorg.com/php_coding/php_image_manipulation_with_gd2</link>
			<description><![CDATA[<img src="http://www.nsorg.com/images/stories/php_coding_icon.gif" height="40" width="40" align="right" hspace="6" />In this tutorial, I'll take you through some of the more common uses for PHP when manipulating images, and then introduce you to some of the cooler aspects of this powerful little tool, which could help you to really add a bit of jazz and sparkle to your website!]]></description>
			<pubDate>Wed, 27 Aug 2008 12:16:46 +0100</pubDate>
		</item>
		<item>
			<title>Quote Listing Script Part 2</title>
			<link>http://www.nsorg.com/php_coding/quote_listing_script_part_2</link>
			<description><![CDATA[<img src="http://www.nsorg.com/images/stories/php_coding_icon.gif" height="40" width="40" align="right" hspace="6" />Ok, following on from the previous tutorial, we will now allow admin functions, edit and delete. Because we don't have a user system integrated with this, we will do the processing all in php without user values from a database. We need a login page so the admin can get access to the edit and delete pages.]]></description>
			<pubDate>Tue, 26 Aug 2008 19:01:28 +0100</pubDate>
		</item>
		<item>
			<title>Parsing multiple checkbox forms with php</title>
			<link>http://www.nsorg.com/php_coding/parsing_multiple_checkbox_forms_with_php</link>
			<description><![CDATA[<img src="http://www.nsorg.com/images/stories/php_coding_icon.gif" height="40" width="40" align="right" hspace="6" />In this tutorial I will show you how to create a script that will parse multiple checkboxes from a form.]]></description>
			<pubDate>Tue, 26 Aug 2008 10:14:41 +0100</pubDate>
		</item>
		<item>
			<title>Sending email with multiple attachments with PHP</title>
			<link>http://www.nsorg.com/php_coding/sending_email_with_multiple_attachments_with_php</link>
			<description><![CDATA[<img src="http://www.nsorg.com/images/stories/php_coding_icon.gif" height="40" width="40" align="right" hspace="6" />Today I was looking for a cut/paste script to manage emails with multiple attachments with php and I only found classes, server-side libraries or non-working examples (!!!).]]></description>
			<pubDate>Sat, 23 Aug 2008 16:17:33 +0100</pubDate>
		</item>
		<item>
			<title>Creation of a Flash arcade site using Wordpress</title>
			<link>http://www.nsorg.com/php_coding/creation_of_a_flash_arcade_site_using_wordpress</link>
			<description><![CDATA[<img src="http://www.nsorg.com/images/stories/php_coding_icon.gif" height="40" width="40" align="right" hspace="6" />I am reading for a few days a tutorial about Building a WordPress games arcade on the FingerMonkey Flash Arcade Blog and although I won't follow his tutorial, I decided I will create my Flash arcade site using Wordpress, and once ready it will replace Triqui.com.]]></description>
			<pubDate>Sat, 23 Aug 2008 16:08:37 +0100</pubDate>
		</item>
		<item>
			<title>Starting PHP: Looping Basics</title>
			<link>http://www.nsorg.com/php_coding/starting_php_looping_basics</link>
			<description><![CDATA[<img src="http://www.nsorg.com/images/stories/php_coding_icon.gif" height="40" width="40" align="right" hspace="6" />I was searching the internet for PHP tutorials and quickly found out that the majority of are badly written, have errors in the example code, contain security holes, or are just outright outdated. This makes learning PHP hard for someone just starting out. The question I get a lot is about looping through arrays.]]></description>
			<pubDate>Sat, 23 Aug 2008 13:53:33 +0100</pubDate>
		</item>
		<item>
			<title>Introduction to Templating with PHP</title>
			<link>http://www.nsorg.com/php_coding/introduction_to_templating_with_php</link>
			<description><![CDATA[<img src="http://www.nsorg.com/images/stories/php_coding_icon.gif" height="40" width="40" align="right" hspace="6" />Templating is important to nearly every website now. It allows you to use the same
design on all your pages, while having different content. There are many ways of
doing it; this article will focus on the most common]]></description>
			<pubDate>Sat, 23 Aug 2008 13:39:36 +0100</pubDate>
		</item>
	</channel>
</rss>
