<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.2" -->
<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>Tutorial Code</title>
	<link>http://www.tutorialcode.com</link>
	<description>Tutorial Code</description>
	<pubDate>Wed, 08 Aug 2007 12:48:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>
	<language>en</language>
			<item>
		<title>Extended - News System: Search Form</title>
		<link>http://www.tutorialcode.com/php/extended-news-system-search-form/</link>
		<comments>http://www.tutorialcode.com/php/extended-news-system-search-form/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 07:16:41 +0000</pubDate>
		<dc:creator>mortisimus</dc:creator>
		
		<category><![CDATA[PHP Tutorials]]></category>

		<guid isPermaLink="false">http://www.tutorialcode.com/php/extended-news-system-search-form/</guid>
		<description><![CDATA[Hi, this is an extension for &#8220;News System with Comments&#8220;. If you haven&#8217;t taken the tutorial already, I seriously recommend you do because we will be using the table created in that tutorial.
Hopefully in this tutorial I will teach you how to search a database with PHP. On with the tutorial&#8230;
]]></description>
		<wfw:commentRss>http://www.tutorialcode.com/php/extended-news-system-search-form/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Multi-dimensional Arrays in PHP</title>
		<link>http://www.tutorialcode.com/php/multi-dimensional-arrays-in-php/</link>
		<comments>http://www.tutorialcode.com/php/multi-dimensional-arrays-in-php/#comments</comments>
		<pubDate>Mon, 21 May 2007 06:54:29 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
		
		<category><![CDATA[PHP Tutorials]]></category>

		<guid isPermaLink="false">http://www.tutorialcode.com/php/multi-dimensional-arrays-in-php/</guid>
		<description><![CDATA[In this php tutorial, we will learn how to create multidimensional arrays in PHP, we will be creating a form, and another page to handle the form to demonstrate the use of multi-dimensional arrays in PHP.
We want to start off by creating a new HTML document. 
PLAIN TEXT
HTML:




&#60;html&#62; 


&#60;head&#62; 


&#60;title&#62;Tell US About Yourself&#60;/title&#62; 


&#60;/head&#62; 


&#60;/body&#62; [...]]]></description>
		<wfw:commentRss>http://www.tutorialcode.com/php/multi-dimensional-arrays-in-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>For Loops in Flash</title>
		<link>http://www.tutorialcode.com/flash/for-loops-in-flash/</link>
		<comments>http://www.tutorialcode.com/flash/for-loops-in-flash/#comments</comments>
		<pubDate>Tue, 15 May 2007 17:02:06 +0000</pubDate>
		<dc:creator>mortisimus</dc:creator>
		
		<category><![CDATA[Flash Tutorials]]></category>

		<guid isPermaLink="false">http://www.tutorialcode.com/for-loops-in-flash/05/15/</guid>
		<description><![CDATA[Hi, sorry it's been a while since it wrote a tutorial. Hopefully in this tutorial I will teach you what a for loop is and how to apply them to flash with actionscript. On with the tutorial...
Basically a for loop is something that holds some code and the code inside the loops is repeated x [...]]]></description>
		<wfw:commentRss>http://www.tutorialcode.com/flash/for-loops-in-flash/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Basic Flash with PHP</title>
		<link>http://www.tutorialcode.com/php/basic-flash-with-php/</link>
		<comments>http://www.tutorialcode.com/php/basic-flash-with-php/#comments</comments>
		<pubDate>Wed, 18 Apr 2007 15:46:17 +0000</pubDate>
		<dc:creator>mortisimus</dc:creator>
		
		<category><![CDATA[PHP Tutorials]]></category>

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

		<guid isPermaLink="false">http://tutorialcode.com/basic-flash-with-php/04/18/</guid>
		<description><![CDATA[Sorry it has been a while but anyway, in this tutorial I will be teaching you how to make flash talk to a database through PHP. So, on with the tutorial...
First thing to do is open up flash. When you have flash open, create a new file, call it add.fla, it can be any size [...]]]></description>
		<wfw:commentRss>http://www.tutorialcode.com/php/basic-flash-with-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP Basics 2 - A Little More Advanced Techniques</title>
		<link>http://www.tutorialcode.com/php/php-basics-2-a-little-more-advanced-techniques/</link>
		<comments>http://www.tutorialcode.com/php/php-basics-2-a-little-more-advanced-techniques/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 03:21:39 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
		
		<category><![CDATA[PHP Tutorials]]></category>

		<guid isPermaLink="false">http://tutorialcode.com/php-basics-2-a-little-more-advanced-techniques/04/11/</guid>
		<description><![CDATA[Alright, so my last PHP basics tutorial seemed to help quite a few people, and that tutorial only tipped on the edge of the iceberg. I thought I would create another PHP basics tutorial seeing as how the last one was more helpful!
This tutorial will cover more topics, and will be a bit more advanced [...]]]></description>
		<wfw:commentRss>http://www.tutorialcode.com/php/php-basics-2-a-little-more-advanced-techniques/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Javascript Basics</title>
		<link>http://www.tutorialcode.com/javascript/javascript-basics/</link>
		<comments>http://www.tutorialcode.com/javascript/javascript-basics/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 19:46:03 +0000</pubDate>
		<dc:creator>mortisimus</dc:creator>
		
		<category><![CDATA[Javascript Tutorials]]></category>

		<guid isPermaLink="false">http://tutorialcode.com/javascript-basics/04/05/</guid>
		<description><![CDATA[Hi, in this tutorial hopefully you will learn the basics of javascript.
First thing to know is javascript is a Client-Side programming language. That means it uses the users web browser to run the code. Second thing to know is there are TWO ways of including javascript in your web pages.
]]></description>
		<wfw:commentRss>http://www.tutorialcode.com/javascript/javascript-basics/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Select-and-Go Navigation</title>
		<link>http://www.tutorialcode.com/javascript/select-and-go-navigation/</link>
		<comments>http://www.tutorialcode.com/javascript/select-and-go-navigation/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 16:23:43 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
		
		<category><![CDATA[Javascript Tutorials]]></category>

		<guid isPermaLink="false">http://tutorialcode.com/select-and-go-navigation/04/05/</guid>
		<description><![CDATA[Everyone has used it before, they go to a website, and there is a drop down box that says "Where do you want to go?" they select something from the list and without pressing anything else they are whisked away to the page that they selected.
Navigations like this are great and really save space on [...]]]></description>
		<wfw:commentRss>http://www.tutorialcode.com/javascript/select-and-go-navigation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Topsite Script</title>
		<link>http://www.tutorialcode.com/php/topsite-script/</link>
		<comments>http://www.tutorialcode.com/php/topsite-script/#comments</comments>
		<pubDate>Wed, 04 Apr 2007 15:17:41 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
		
		<category><![CDATA[PHP Tutorials]]></category>

		<guid isPermaLink="false">http://tutorialcode.com/topsite-script/04/04/</guid>
		<description><![CDATA[Alright guys, I know it's been a while since my last PHP tutorial, so I thought you deserved a good one.
In this tutorial I will be teaching you how to create your very own topsite script from scratch, you can use this script to start your own topsite website where users can submit there own [...]]]></description>
		<wfw:commentRss>http://www.tutorialcode.com/php/topsite-script/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Draw a star in flash</title>
		<link>http://www.tutorialcode.com/flash/draw-a-star-in-flash/</link>
		<comments>http://www.tutorialcode.com/flash/draw-a-star-in-flash/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 20:05:05 +0000</pubDate>
		<dc:creator>mortisimus</dc:creator>
		
		<category><![CDATA[Flash Tutorials]]></category>

		<guid isPermaLink="false">http://tutorialcode.com/draw-a-star-in-flash/04/02/</guid>
		<description><![CDATA[Hi, in this tutorial I will teach you how to draw a star in flash.
Ok, first thing to do is open a new flash document, any dimensions (width + height), any fps, any colour.
]]></description>
		<wfw:commentRss>http://www.tutorialcode.com/flash/draw-a-star-in-flash/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Slice a Template and Code it Using CSS</title>
		<link>http://www.tutorialcode.com/html/slice-a-template-and-code-it-using-css/</link>
		<comments>http://www.tutorialcode.com/html/slice-a-template-and-code-it-using-css/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 04:21:42 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
		
		<category><![CDATA[HTML Tutorials]]></category>

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

		<guid isPermaLink="false">http://tutorialcode.com/slice-a-template-and-code-it-using-css/04/01/</guid>
		<description><![CDATA[This tutorial is going to show you how to take a template (not create it) and slice it up in Photoshop and code it in complete CSS. No use of that tables crap, CSS is much faster then using tables, your pages will load a lot faster. Plus you have a lot more control over [...]]]></description>
		<wfw:commentRss>http://www.tutorialcode.com/html/slice-a-template-and-code-it-using-css/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
