<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2008 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Tutorialized.com - Latest Tutorial Listings For Desktop Programming</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Sat, 22 Nov 2008 19:49:14 -0500</lastBuildDate>
<pubDate>Sat, 22 Nov 2008 19:49:14 -0500</pubDate>
<item>
<title>How To Show The URL Of A Page</title>
<pubDate>Fri, 21 Nov 2008 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-To-Show-The-URL-Of-A-Page/38977</link>
<description>
<![CDATA[This tutorial will show you how to show the URL of any page
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=522324&amp;cid=138658&amp;pr=2&amp;tstamp=20081122000000&amp;url=http://clk.atdmt.com/7X1/go/119039899/direct/01/">The All-New Adobe Creative Suite 4</a> Now Shipping: Adobe CS4: tools to help students express their ideas in video, on the web, or print.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-To-Show-The-URL-Of-A-Page/38977</guid>
</item>
<item>
<title>Page Redirection Using a URL Variable - Like anonym.to</title>
<pubDate>Fri, 21 Nov 2008 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Page-Redirection-Using-a-URL-Variable---Like-anonym.to/38976</link>
<description>
<![CDATA[This tutorial will show you how to make a redirection script using a URL variable. Similar to that on http://anonym.to/]]>
</description><guid>http://www.tutorialized.com/tutorial/Page-Redirection-Using-a-URL-Variable---Like-anonym.to/38976</guid>
</item>
<item>
<title>Reflecting Images With The GD</title>
<pubDate>Fri, 21 Nov 2008 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Reflecting-Images-With-The-GD/38975</link>
<description>
<![CDATA[This tutorial will show you how to reflect other images using the GD]]>
</description><guid>http://www.tutorialized.com/tutorial/Reflecting-Images-With-The-GD/38975</guid>
</item>
<item>
<title>RSS Parsing</title>
<pubDate>Fri, 21 Nov 2008 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/RSS-Parsing/38974</link>
<description>
<![CDATA[This tutorial will show you how to parse RSS feeds]]>
</description><guid>http://www.tutorialized.com/tutorial/RSS-Parsing/38974</guid>
</item>
<item>
<title>Simple Hit Counter</title>
<pubDate>Fri, 21 Nov 2008 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Simple-Hit-Counter/38972</link>
<description>
<![CDATA[This tutorial will show you how to make a simple tutorial using PHP]]>
</description><guid>http://www.tutorialized.com/tutorial/Simple-Hit-Counter/38972</guid>
</item>
<item>
<title>PHP E-mail with attatchment</title>
<pubDate>Fri, 21 Nov 2008 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/PHP-E-mail-with-attatchment/38964</link>
<description>
<![CDATA[This is a simple code for attaching files in E Mail using PHP.]]>
</description><guid>http://www.tutorialized.com/tutorial/PHP-E-mail-with-attatchment/38964</guid>
</item>
<item>
<title>PHP MySQL example: image gallery (blob-storage)</title>
<pubDate>Thu, 20 Nov 2008 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/PHP-MySQL-example%3A-image-gallery-%28blob-storage%29/38962</link>
<description>
<![CDATA[This is a simple example of photo-gallery script, which uses MySQL table (BLOB field) to store images. Trivial password-protection, uploading and deleting images are supported. For Apache-version of P...]]>
</description><guid>http://www.tutorialized.com/tutorial/PHP-MySQL-example%3A-image-gallery-%28blob-storage%29/38962</guid>
</item>
<item>
<title>PHP Cookies</title>
<pubDate>Tue, 11 Nov 2008 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/PHP-Cookies/38928</link>
<description>
<![CDATA[A cookie is a flat file that stores tiny bits of information. It is stored on the client’s machine and is passed to the client when they visit your site. Each cookie can store anything from usernames ...]]>
</description><guid>http://www.tutorialized.com/tutorial/PHP-Cookies/38928</guid>
</item>
<item>
<title>Generating random strings within PHP</title>
<pubDate>Sun, 09 Nov 2008 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Generating-random-strings-within-PHP/38881</link>
<description>
<![CDATA[You may use this code snips to make your own random passwords or any other random strings. In this tutorial we need to use two functions of PHP: rand() and chr()]]>
</description><guid>http://www.tutorialized.com/tutorial/Generating-random-strings-within-PHP/38881</guid>
</item>
<item>
<title>Trackbacks with Google Blog Search and Zend Feed</title>
<pubDate>Fri, 07 Nov 2008 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Trackbacks-with-Google-Blog-Search-and-Zend-Feed/38814</link>
<description>
<![CDATA[Tutorial on how to fetch the external links to any given article through Google Blog Search's Atom feature and displaying them as a list of trackbacks. With this implemented your blog readers will get...]]>
</description><guid>http://www.tutorialized.com/tutorial/Trackbacks-with-Google-Blog-Search-and-Zend-Feed/38814</guid>
</item>
<item>
<title>Using PHP include() – Make things easy for yourself!</title>
<pubDate>Sun, 02 Nov 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Using-PHP-include%28%29-%96-Make-things-easy-for-yourself%21/38713</link>
<description>
<![CDATA[Future-proof your site by using the PHP include statement - allowing you to change your site design quickly and easily. ]]>
</description><guid>http://www.tutorialized.com/tutorial/Using-PHP-include%28%29-%96-Make-things-easy-for-yourself%21/38713</guid>
</item>
<item>
<title>Pagination : Splitting data across multiple pages with MySQL and PHP</title>
<pubDate>Sun, 02 Nov 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Pagination-%3A-Splitting-data-across-multiple-pages-with-MySQL-and-PHP/38709</link>
<description>
<![CDATA[Sometimes when working with a MySQL powered website in PHP, we’ll come across situations where we have multiple records that we wish to display to the visitor. If there are many tens, hundreds or more...]]>
</description><guid>http://www.tutorialized.com/tutorial/Pagination-%3A-Splitting-data-across-multiple-pages-with-MySQL-and-PHP/38709</guid>
</item>
<item>
<title>Screencast: Quick PHP Form Validation with PEAR</title>
<pubDate>Sun, 02 Nov 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Screencast%3A-Quick-PHP-Form-Validation-with-PEAR/38693</link>
<description>
<![CDATA[A 17 minute screencast tutorial on using the Validate PEAR package to validate a simple form.]]>
</description><guid>http://www.tutorialized.com/tutorial/Screencast%3A-Quick-PHP-Form-Validation-with-PEAR/38693</guid>
</item>
<item>
<title>Connect to a MySQL Database</title>
<pubDate>Fri, 31 Oct 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Connect-to-a-MySQL-Database/38662</link>
<description>
<![CDATA[A basic tutorial on how to connect to a MySQL Database,]]>
</description><guid>http://www.tutorialized.com/tutorial/Connect-to-a-MySQL-Database/38662</guid>
</item>
<item>
<title>Advertisement Rotator</title>
<pubDate>Fri, 31 Oct 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Advertisement-Rotator/38648</link>
<description>
<![CDATA[Learn how to make a very simple advertisment rotator with php]]>
</description><guid>http://www.tutorialized.com/tutorial/Advertisement-Rotator/38648</guid>
</item>
</channel>
</rss>