<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2012 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Tutorialized.com - Latest Tutorial Listings For Searching</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Thu, 16 Feb 2012 01:32:49 -0500</lastBuildDate>
<pubDate>Thu, 16 Feb 2012 01:32:49 -0500</pubDate>
<item>
<title>Did you mean?</title>
<pubDate>Thu, 03 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Did-you-mean%3F/56470</link>
<description>
<![CDATA[This will show you how to make a nice simple version of googles Did you mean. This will allow you to give your users some suggestions to what they might have meant if they have spelt something incorre...]]>
</description><guid>http://www.tutorialized.com/tutorial/Did-you-mean%3F/56470</guid>
</item>
<item>
<title>How to Make a Search Engine in PHP and MySQL</title>
<pubDate>Sat, 01 Nov 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-Make-a-Search-Engine-in-PHP-and-MySQL/53180</link>
<description>
<![CDATA[This tutorial will tell you how to make money online by creating your very own Search Engine, and start potential competition with Google.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-Make-a-Search-Engine-in-PHP-and-MySQL/53180</guid>
</item>
<item>
<title>Installing Google AJAX Search API BBCODE For phpBB 3</title>
<pubDate>Tue, 04 Dec 2007 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Installing-Google-AJAX-Search-API-BBCODE-For-phpBB-3/33673</link>
<description>
<![CDATA[I made a bbcode MOD for my forum that you can use to display Google search results in your posts. This is a tutorial on how to modify your forum to do the same. It requires phpBB 3.0 Beta 2 and above.]]>
</description><guid>http://www.tutorialized.com/tutorial/Installing-Google-AJAX-Search-API-BBCODE-For-phpBB-3/33673</guid>
</item>
<item>
<title>Create a Whois Domain Search for Your Website</title>
<pubDate>Tue, 31 Oct 2006 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Create-a-Whois-Domain-Search-for-Your-Website/29663</link>
<description>
<![CDATA[Create a Whois Domain Search for Your Website using PHP and HTML.]]>
</description><guid>http://www.tutorialized.com/tutorial/Create-a-Whois-Domain-Search-for-Your-Website/29663</guid>
</item>
<item>
<title>PHP Site Search</title>
<pubDate>Sat, 09 Dec 2006 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/PHP-Site-Search/28723</link>
<description>
<![CDATA[In this tutorial I will teach you how using dreamweaver you can create a site search with the option to select different categories.]]>
</description><guid>http://www.tutorialized.com/tutorial/PHP-Site-Search/28723</guid>
</item>
<item>
<title>PHP Site Search</title>
<pubDate>Thu, 07 Dec 2006 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/PHP-Site-Search/26713</link>
<description>
<![CDATA[In this tutorial I will teach you how using dreamweaver you can create a site search.]]>
</description><guid>http://www.tutorialized.com/tutorial/PHP-Site-Search/26713</guid>
</item>
<item>
<title>Object Oriented Programming in PHP</title>
<pubDate>Sat, 02 Dec 2006 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Object-Oriented-Programming-in-PHP/22500</link>
<description>
<![CDATA[One of the key features of object-oriented programming (OOP) is the ability to create new data types in which the data and the implementation of operations are bound together...]]>
</description><guid>http://www.tutorialized.com/tutorial/Object-Oriented-Programming-in-PHP/22500</guid>
</item>
<item>
<title>Regular Expressions</title>
<pubDate>Sat, 02 Dec 2006 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Regular-Expressions/22499</link>
<description>
<![CDATA[Regular expressions enables to find and extract more complicated pieces of information in a strings and do this in a multiple-byte character set environment...]]>
</description><guid>http://www.tutorialized.com/tutorial/Regular-Expressions/22499</guid>
</item>
<item>
<title>Searching and Browsing Module,</title>
<pubDate>Sat, 02 Dec 2006 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Searching-and-Browsing-Module%2C/22516</link>
<description>
<![CDATA[Learn cron Jobs, Templating, Searching and Browsing.]]>
</description><guid>http://www.tutorialized.com/tutorial/Searching-and-Browsing-Module%2C/22516</guid>
</item>
<item>
<title>PHP/MySQL search engine script</title>
<pubDate>Wed, 07 Dec 2005 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/PHP%2FMySQL-search-engine-script/14388</link>
<description>
<![CDATA[This script searches MySQL database fields specified by the owner and displays the results with keywords in bold.]]>
</description><guid>http://www.tutorialized.com/tutorial/PHP%2FMySQL-search-engine-script/14388</guid>
</item>
<item>
<title>Using The Google Web APIs With PHP</title>
<pubDate>Fri, 05 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Using-The-Google-Web-APIs-With-PHP/4578</link>
<description>
<![CDATA[Teaching you about the google web api's functionality.]]>
</description><guid>http://www.tutorialized.com/tutorial/Using-The-Google-Web-APIs-With-PHP/4578</guid>
</item>
<item>
<title>Building a fulltext search engine with PHP</title>
<pubDate>Tue, 02 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Building-a-fulltext-search-engine-with-PHP/4175</link>
<description>
<![CDATA[In this article I will show you how you can use the database library from eZ publish to build database independent fulltext search engine. I will show you a relatively simple algorithm to get search r...]]>
</description><guid>http://www.tutorialized.com/tutorial/Building-a-fulltext-search-engine-with-PHP/4175</guid>
</item>
<item>
<title>Searching External or Internal Webpages</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Searching-External-or-Internal-Webpages/1222</link>
<description>
<![CDATA[This tutorial explains how to conduct keyword searches on a given Webpage. It basically shows how to count and display the number of times a specific keyword appears on the Webpage.]]>
</description><guid>http://www.tutorialized.com/tutorial/Searching-External-or-Internal-Webpages/1222</guid>
</item>
<item>
<title>Getting and Using Meta Tags for Search Criteria</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Getting-and-Using-Meta-Tags-for-Search-Criteria/1223</link>
<description>
<![CDATA[PHP has a built-in function to easily fetch meta tags from php or html pages called the get_meta_tags function. It will take all the meta tags and build associative arrays with the name of the associa...]]>
</description><guid>http://www.tutorialized.com/tutorial/Getting-and-Using-Meta-Tags-for-Search-Criteria/1223</guid>
</item>
<item>
<title>Searching a Directory of Files</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Searching-a-Directory-of-Files/1224</link>
<description>
<![CDATA[This tutorial shows you how to dynamically compile the list of files in a given directory. You can then conduct keyword searches on the compiled list for finding matching files.]]>
</description><guid>http://www.tutorialized.com/tutorial/Searching-a-Directory-of-Files/1224</guid>
</item>
</channel>
</rss>
