<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Good-Tutorials.com: Dale's Submitted Tutorials</title>
    <link>http://www.good-tutorials.com/user/Dale</link>
    <description>Dale's submitted tutorials on Good-Tutorials.com.</description>
    <language>en-us</language>
    <item>
      <title>Mini Message Board</title>
      <description>Want to learn how to make your own PHP and MySQL message board? This tutorial will show you pretty much some of the basics of a bog-standard message board.</description>
      <author>Dale</author>
      <pubDate>Sun, 10 Aug 2008 05:30:01 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/30334/mini-message-board</link>
      <guid>http://www.good-tutorials.com/tutorial/30334/mini-message-board</guid>
    </item>
    <item>
      <title>PHP Search Engine</title>
      <description>Heard of Google? or Yahoo!? ... of course you have. Also you know exactly what they do. But why should you just let Google or Yahoo or other search engines take all the glory. Why not try yourself and make your own Search Engine in PHP and MySQL. Ok, you won't beat Google.. but you can have a really good try.</description>
      <author>Dale</author>
      <pubDate>Sat, 09 Aug 2008 20:30:01 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/30317/php-search-engine</link>
      <guid>http://www.good-tutorials.com/tutorial/30317/php-search-engine</guid>
    </item>
    <item>
      <title>Funky Desktop Background</title>
      <description>&lt;img src="http://www.good-tutorials.com/images/icons/27294.jpg" height="40" width="40" /&gt; This tutorial will allow you to create a lovely funky desktop background in Adobe Photoshop.</description>
      <author>Dale</author>
      <pubDate>Mon, 14 Apr 2008 03:46:13 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/27294/funky-desktop-background</link>
      <guid>http://www.good-tutorials.com/tutorial/27294/funky-desktop-background</guid>
    </item>
    <item>
      <title>Create your own Image Uploader</title>
      <description>Follow this simple tutorial that will allow you to create your own PHP based Image Uploader - maybe for a image hosting website idea that you may have.</description>
      <author>Dale</author>
      <pubDate>Sun, 23 Mar 2008 20:30:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/26850/create-your-own-image-uploader</link>
      <guid>http://www.good-tutorials.com/tutorial/26850/create-your-own-image-uploader</guid>
    </item>
    <item>
      <title>Getting .htaccess to work on AppServ (Windows)</title>
      <description>Many people who run the Windows version of AppServ have a lot of problems with getting .htaccess files to work. This small tutorial will help you fix that problem.</description>
      <author>Dale</author>
      <pubDate>Tue, 05 Feb 2008 15:22:09 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/25867/getting-htaccess-to-work-on-appserv-windows-</link>
      <guid>http://www.good-tutorials.com/tutorial/25867/getting-htaccess-to-work-on-appserv-windows-</guid>
    </item>
    <item>
      <title>HTML 5 - Centering without the center tag</title>
      <description>HTML 5 sees the goodbye to the center tag, so this tutorial will teach you 2 simple ways of centerizing things in HTML and CSS without the need of the center tags.</description>
      <author>Dale</author>
      <pubDate>Wed, 23 Jan 2008 09:08:28 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/25591/html-5-centering-without-the-center-tag</link>
      <guid>http://www.good-tutorials.com/tutorial/25591/html-5-centering-without-the-center-tag</guid>
    </item>
    <item>
      <title>Vibrant Funky Text</title>
      <description>&lt;img src="http://www.good-tutorials.com/images/icons/25561.jpg" height="40" width="40" /&gt; In this tutorial you will learn how to make some vibrant funky text in Photoshop.</description>
      <author>Dale</author>
      <pubDate>Tue, 22 Jan 2008 11:08:26 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/25561/vibrant-funky-text</link>
      <guid>http://www.good-tutorials.com/tutorial/25561/vibrant-funky-text</guid>
    </item>
    <item>
      <title>MySQL Connect</title>
      <description>This tutorial will teach you, very simply how to connect to your database and show an error if it doesn't connect correctly.</description>
      <author>Dale</author>
      <pubDate>Mon, 24 Sep 2007 19:45:27 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/22496/mysql-connect</link>
      <guid>http://www.good-tutorials.com/tutorial/22496/mysql-connect</guid>
    </item>
    <item>
      <title>vidDetect</title>
      <description>This tutorial will show you how, in PHP, you can detect which player to play certain videos.</description>
      <author>Dale</author>
      <pubDate>Sun, 23 Sep 2007 16:54:39 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/22470/viddetect</link>
      <guid>http://www.good-tutorials.com/tutorial/22470/viddetect</guid>
    </item>
    <item>
      <title>Easy Clipart Style</title>
      <description>&lt;img src="http://www.good-tutorials.com/images/icons/21949.jpg" height="40" width="40" /&gt; This tutorial will show you how to make a simple clipart looking picture in a matter of seconds.</description>
      <author>Dale</author>
      <pubDate>Wed, 05 Sep 2007 23:17:14 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/21949/easy-clipart-style</link>
      <guid>http://www.good-tutorials.com/tutorial/21949/easy-clipart-style</guid>
    </item>
    <item>
      <title>Protecting a Page with Sessions</title>
      <description>In this tutorial you will learn how to login using a passcode to view stuff on pages that you have hidden, then also logout. It is all secured by Sessions.</description>
      <author>Dale</author>
      <pubDate>Tue, 24 Jul 2007 16:33:19 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/20815/protecting-a-page-with-sessions</link>
      <guid>http://www.good-tutorials.com/tutorial/20815/protecting-a-page-with-sessions</guid>
    </item>
    <item>
      <title>For Loops</title>
      <description>This tutorial will allow you to make a really easy number selecting dropdown menu, using PHPs for() loop.</description>
      <author>Dale</author>
      <pubDate>Tue, 24 Jul 2007 05:00:01 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/20770/for-loops</link>
      <guid>http://www.good-tutorials.com/tutorial/20770/for-loops</guid>
    </item>
    <item>
      <title>PHP Tutorial - BBCode</title>
      <description>This tutorial will enable you to use BBCode (Bulletin Board Code) in either your own custom made forums, guestbooks or similar projects.</description>
      <author>Dale</author>
      <pubDate>Tue, 12 Jun 2007 00:38:53 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/19665/php-tutorial-bbcode</link>
      <guid>http://www.good-tutorials.com/tutorial/19665/php-tutorial-bbcode</guid>
    </item>
  </channel>
</rss>
