<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2009 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Tutorialized.com - Latest Tutorial Listings For PHP</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Sun, 08 Nov 2009 09:49:49 -0500</lastBuildDate>
<pubDate>Sun, 08 Nov 2009 09:49:49 -0500</pubDate>
<item>
<title>Creating a basic blog using php and mysql Part 2</title>
<pubDate>Sun, 08 Nov 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Creating-a-basic-blog-using-php-and-mysql-Part-2/53014</link>
<description>
<![CDATA[The first part of a ongoing tutorial on how to create your own blog from scratch using PHP mysql HTMl and CSS.
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=612554&amp;cid=145606&amp;pr=2&amp;tstamp=20091108000000&amp;iip=66.230.239.162&amp;url=http://clk.atdmt.com/MRT/go/181727364/direct/01/">Microsoft BPOS Demo</a> Microsoft Business Productivity Online Suite demo. Watch it now.]]>
</description><guid>http://www.tutorialized.com/tutorial/Creating-a-basic-blog-using-php-and-mysql-Part-2/53014</guid>
</item>
<item>
<title>AJAX Multi-Level Comments</title>
<pubDate>Sun, 08 Nov 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/AJAX-Multi-Level-Comments/53013</link>
<description>
<![CDATA[In this tutorial we will create multi level comments. You must have seen comments on youtube and that they have levels depending on who replied to who. That’s exactly what we will build.
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=612077&amp;cid=145605&amp;pr=2&amp;tstamp=20091108000000&amp;iip=66.230.239.162&amp;url=http://clk.atdmt.com/MRT/go/181752485/direct/01/">Official Site: Microsoft</a> Discover Business Productivity Online Suite. Watch the demo now.]]>
</description><guid>http://www.tutorialized.com/tutorial/AJAX-Multi-Level-Comments/53013</guid>
</item>
<item>
<title>Empty Directories from the files</title>
<pubDate>Thu, 05 Nov 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Empty-Directories-from-the-files/52936</link>
<description>
<![CDATA[Empty Directory  And delete the templete engines cached files
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=583308&amp;cid=143724&amp;pr=2&amp;tstamp=20091108000000&amp;iip=66.230.239.162&amp;url=http://www.gogrid.com/how-it-works/cloud-connect.php%3futm_source%3ddevelopershed.com%26utm_medium%3dbanner%26utm_term%3ddevelopershed%26utm_content%3dgogridcloudcenter%26utm_campaign%3dAdHere">GoGrid Cloud Center</a> Connect Cloud and Dedicated Servers on Your Private Data Center]]>
</description><guid>http://www.tutorialized.com/tutorial/Empty-Directories-from-the-files/52936</guid>
</item>
<item>
<title>Templating Your Site with RainTPL</title>
<pubDate>Tue, 03 Nov 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Templating-Your-Site-with-RainTPL/52900</link>
<description>
<![CDATA[Templating Your Site with Advanced Template Engine
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=576600&amp;cid=143296&amp;pr=2&amp;tstamp=20091108000000&amp;iip=66.230.239.162&amp;url=http://clickserve.dartsearch.net/link/click%3flid%3d43000000212930127">Free Access to SAP BI Resource Center</a> Empower your users to discover how to explore business at the speed of thought.]]>
</description><guid>http://www.tutorialized.com/tutorial/Templating-Your-Site-with-RainTPL/52900</guid>
</item>
<item>
<title>Image manipulation and watermarking in PHP with GD2</title>
<pubDate>Mon, 02 Nov 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Image-manipulation-and-watermarking-in-PHP-with-GD2/52860</link>
<description>
<![CDATA[Resizing and watermarking images in PHP with the help of the GD2 module is easy and painless.
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=615995&amp;cid=145981&amp;pr=2&amp;tstamp=20091108000000&amp;iip=66.230.239.162&amp;url=http://www.justclicklocal.com/local.php%3fquery%3dit%2btraining%26source%3dms%26adgroupid%3dms359">IT Training Programs</a> Get The It Skills That Gets Jobs! Further Your Career Today]]>
</description><guid>http://www.tutorialized.com/tutorial/Image-manipulation-and-watermarking-in-PHP-with-GD2/52860</guid>
</item>
<item>
<title>PHP Walker Class</title>
<pubDate>Sat, 24 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/PHP-Walker-Class/52641</link>
<description>
<![CDATA[In this tutorial we will create walker class. This class will load results by executing given SQL query and then create multidimensional array that will have entries in right position.]]>
</description><guid>http://www.tutorialized.com/tutorial/PHP-Walker-Class/52641</guid>
</item>
<item>
<title>Permissions Using Bitwise</title>
<pubDate>Sat, 24 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Permissions-Using-Bitwise/52640</link>
<description>
<![CDATA[This will be a quick tutorial on how to use bitwise operators in PHP to create permissions control. Some of next tutorials will cover how to implement it in application and how to use database to stor...]]>
</description><guid>http://www.tutorialized.com/tutorial/Permissions-Using-Bitwise/52640</guid>
</item>
<item>
<title>Creating a basic blog using php and mysql Part 1</title>
<pubDate>Sat, 24 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Creating-a-basic-blog-using-php-and-mysql-Part-1/52635</link>
<description>
<![CDATA[The first part of a ongoing tutorial on how to create your own blog from scratch using PHP mysql HTMl and CSS.]]>
</description><guid>http://www.tutorialized.com/tutorial/Creating-a-basic-blog-using-php-and-mysql-Part-1/52635</guid>
</item>
<item>
<title>Creating An RSS Feed With PHP And MySQL</title>
<pubDate>Sat, 24 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Creating-An-RSS-Feed-With-PHP-And-MySQL/52622</link>
<description>
<![CDATA[Learn to create a custom RSS feed for your website content. These easy to build XML feeds can extend the reach of your content and grow your audience. This howto shows how to build and serve an RSS fe...]]>
</description><guid>http://www.tutorialized.com/tutorial/Creating-An-RSS-Feed-With-PHP-And-MySQL/52622</guid>
</item>
<item>
<title>Upload in modal window and pass values with jQuery</title>
<pubDate>Fri, 23 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Upload-in-modal-window-and-pass-values-with-jQuery/52620</link>
<description>
<![CDATA[This tutorial shows you how-to use the jQuery Plugin ThickBox and some jQuery code to upload a file and pass a value to the parent page.]]>
</description><guid>http://www.tutorialized.com/tutorial/Upload-in-modal-window-and-pass-values-with-jQuery/52620</guid>
</item>
<item>
<title>Sending e-mails via SMTP with PHPmailer and Gmail</title>
<pubDate>Mon, 19 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Sending-e-mails-via-SMTP-with-PHPmailer-and-Gmail/52515</link>
<description>
<![CDATA[Using the SMTP server from Gmail is a good choice for mail application with less than 500 recipients a day. This tutorials shows you how to send mail messages via SMTP using PHPmailer and Gmail.]]>
</description><guid>http://www.tutorialized.com/tutorial/Sending-e-mails-via-SMTP-with-PHPmailer-and-Gmail/52515</guid>
</item>
<item>
<title>Text Size Switching Using PHP</title>
<pubDate>Wed, 14 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Text-Size-Switching-Using-PHP/52355</link>
<description>
<![CDATA[Hi you must have come across many websites having an option to change the text size then and there itself wondering how it is done?]]>
</description><guid>http://www.tutorialized.com/tutorial/Text-Size-Switching-Using-PHP/52355</guid>
</item>
<item>
<title>&quot;Header already sent&quot; in php error and other use of Header function in PHP</title>
<pubDate>Tue, 13 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/%22Header-already-sent%22-in-php-error-and-other-use-of-Header-function-in-PHP/52354</link>
<description>
<![CDATA[PHP main issue Header Already Sent Warning.Deal with it through an easy approach.]]>
</description><guid>http://www.tutorialized.com/tutorial/%22Header-already-sent%22-in-php-error-and-other-use-of-Header-function-in-PHP/52354</guid>
</item>
<item>
<title>Adding apache handlers in cpanel</title>
<pubDate>Tue, 13 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Adding-apache-handlers-in-cpanel/52352</link>
<description>
<![CDATA[Adding apache handlers in cpanel  A &quot;handler&quot; is an internal Apache command that tells the Apache server software what action to perform when a file is called.]]>
</description><guid>http://www.tutorialized.com/tutorial/Adding-apache-handlers-in-cpanel/52352</guid>
</item>
<item>
<title>Append data to a text file using php</title>
<pubDate>Tue, 13 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Append-data-to-a-text-file-using-php/52351</link>
<description>
<![CDATA[Append data to a text file using php  A simple code that shows how to append data to a flat text file using php]]>
</description><guid>http://www.tutorialized.com/tutorial/Append-data-to-a-text-file-using-php/52351</guid>
</item>
</channel>
</rss>