<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tutorial Machine</title>
	<atom:link href="http://www.tutorialmachine.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tutorialmachine.com</link>
	<description>The Machine Rules All</description>
	<lastBuildDate>Thu, 15 Apr 2010 19:11:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Make A Photo Grungy In GIMP</title>
		<link>http://www.tutorialmachine.com/gimp/how-to-make-a-photo-grungy-in-gimp/</link>
		<comments>http://www.tutorialmachine.com/gimp/how-to-make-a-photo-grungy-in-gimp/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 19:11:40 +0000</pubDate>
		<dc:creator>The Machine</dc:creator>
				<category><![CDATA[Gimp]]></category>

		<guid isPermaLink="false">http://www.tutorialmachine.com/?p=1038</guid>
		<description><![CDATA[This is a very simple method to making photographs grungy, but its also a good technique to have handy in your mind for any post-processing you might do in the future!]]></description>
			<content:encoded><![CDATA[<p>A Submission from Mike for learning how to make a photo grungy by using GIMP.</p>
<p><a href="http://www.scottphotographics.com/how-to-make-a-photo-grungy-in-gimp/" target="_blank"> Click here for this Tutorial!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialmachine.com/gimp/how-to-make-a-photo-grungy-in-gimp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Stock Quote</title>
		<link>http://www.tutorialmachine.com/php/getting-stock-quote/</link>
		<comments>http://www.tutorialmachine.com/php/getting-stock-quote/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 19:51:43 +0000</pubDate>
		<dc:creator>The Machine</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.tutorialmachine.com/?p=1036</guid>
		<description><![CDATA[ In this tutorial I will show you how you can get any stock quotes from yahoo and display it on your own site.]]></description>
			<content:encoded><![CDATA[<p>If you want to display the actual stock quote on your own site then  Yahoo finance pages are a good source. You can select the company you  need and visit the URL. We will use this information to fetch the html  code of the page and find, cut and paste the necessary part&#8230;</p>
<p><a href="http://www.phptoys.com/e107_plugins/content/content.php?content.76" target="_blank">Click here for this Tutorial!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialmachine.com/php/getting-stock-quote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trackbacks w/ Google Blog Search &amp; Zend Feed</title>
		<link>http://www.tutorialmachine.com/php/trackbacks-w-google-blog-search-zend-feed/</link>
		<comments>http://www.tutorialmachine.com/php/trackbacks-w-google-blog-search-zend-feed/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 19:49:13 +0000</pubDate>
		<dc:creator>The Machine</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.tutorialmachine.com/?p=1034</guid>
		<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 the complete picture of the off-site discussion.]]></description>
			<content:encoded><![CDATA[<p>So Google Blog Search it is then. When you use the search you have the option of subscribing to it through an RSS feed. I did a link:url search and just copied the resultant feed URL&#8230;</p>
<p><a href="http://www.prodevtips.com/2008/09/13/google-blog-search-and-zend-feed-trackbacks/" target="_blank">Click here for this Tutorial!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialmachine.com/php/trackbacks-w-google-blog-search-zend-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Remote Webpage Info Using PHP</title>
		<link>http://www.tutorialmachine.com/php/getting-remote-webpage-info-using-php/</link>
		<comments>http://www.tutorialmachine.com/php/getting-remote-webpage-info-using-php/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 19:47:21 +0000</pubDate>
		<dc:creator>The Machine</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.tutorialmachine.com/?p=1032</guid>
		<description><![CDATA[If you run any website that accepts submitted links, be it a tutorial website, a directory or a bookmarking site, you may find it useful to automatically retrieve information about a URL. Wouldn’t it be nice if you ran a web directory and you could bring up the title, keywords and description of a URL without the user having to enter it? This tutorial shows you how this can be achieved via PHP.]]></description>
			<content:encoded><![CDATA[<p>Now that’s done we need to get the contents of the title tag. We do this  by open up a file stream using file() and reading the contents of the  page in and storing it in a variable.<br />
Code: Load in the File&#8230;</p>
<p><a href="http://mistonline.in/wp/2008/10/12/getting-remote-webpage-info-using-php/" target="_blank">Click here for this Tutorial!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialmachine.com/php/getting-remote-webpage-info-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse Europa Web Development Using Java, PHP &amp; Radrails Part 2</title>
		<link>http://www.tutorialmachine.com/php/eclipse-europa-web-development-using-java-php-radrails-part-2/</link>
		<comments>http://www.tutorialmachine.com/php/eclipse-europa-web-development-using-java-php-radrails-part-2/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 19:46:01 +0000</pubDate>
		<dc:creator>The Machine</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.tutorialmachine.com/?p=1030</guid>
		<description><![CDATA[ See how easy it is to develop PHP applications using a different set of Eclipse Europa plug-ins, Java and Rils.]]></description>
			<content:encoded><![CDATA[<p>This is Part 2 of a three-part tutorial series on developing Web  applications with   Eclipse. So far, we&#8217;ve seen how easy it is to develop Web applications  in the Java   language using the Eclipse IDE for Java EE Developers. The Java EE  edition is really   just a collection of plug-ins  running on the Eclipse Platform. In  this tutorial, we&#8217;ll   see how to develop PHP applications using  a different set of Eclipse  plug-ins,   collectively known as the PHP  Development Toolkit (PDT). We&#8217;ll also  see a reprise of   some features in the Java EE Edition that are also part of the PDT&#8230;</p>
<p><a href="http://www.ibm.com/developerworks/edu/os-dw-os-eclipse-europa2.html?ca=dgr-lnxw9dRadRails-P2&amp;S_TACT=105AGX59&amp;S_CMP=grsitelnxw9d" target="_blank"> Click here for this Tutorial!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialmachine.com/php/eclipse-europa-web-development-using-java-php-radrails-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple PHP Class For Parsing Markup</title>
		<link>http://www.tutorialmachine.com/php/simple-php-class-for-parsing-markup/</link>
		<comments>http://www.tutorialmachine.com/php/simple-php-class-for-parsing-markup/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 19:44:06 +0000</pubDate>
		<dc:creator>The Machine</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.tutorialmachine.com/?p=1028</guid>
		<description><![CDATA[ Fluent interface for parsing HTML, specifically statistical data in tables.]]></description>
			<content:encoded><![CDATA[<p>It’s a simple class that wraps PHP’s various regex functions in a fluent interface. It’s a far cry from the fluent strings and arrays tutorial in complexity&#8230;</p>
<p><a href="http://www.prodevtips.com/2009/03/26/simple-php-class-for-parsing-markup/" target="_blank"> Click here for this Tutorial!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialmachine.com/php/simple-php-class-for-parsing-markup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parsing w/ Zend HTTP Client</title>
		<link>http://www.tutorialmachine.com/perl/parsing-w-zend-http-client/</link>
		<comments>http://www.tutorialmachine.com/perl/parsing-w-zend-http-client/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 19:42:50 +0000</pubDate>
		<dc:creator>The Machine</dc:creator>
				<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.tutorialmachine.com/?p=1026</guid>
		<description><![CDATA[ Example of real world usage of Zend HTTP to scrape protected pages.]]></description>
			<content:encoded><![CDATA[<p>I need to recap today’s adventures in parsing land,  I’m currently writing a lot of different parsers that are retrieving  information from various pages, sometimes I’m lucky and the info I want  is available as CSV or XML most often not&#8230;</p>
<p><a href="http://www.prodevtips.com/2009/03/09/parsing-with-zend-http-client/" target="_blank"> Click here for this Tutorial!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialmachine.com/perl/parsing-w-zend-http-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Status Checker</title>
		<link>http://www.tutorialmachine.com/php/website-status-checker/</link>
		<comments>http://www.tutorialmachine.com/php/website-status-checker/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 19:41:35 +0000</pubDate>
		<dc:creator>The Machine</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.tutorialmachine.com/?p=1024</guid>
		<description><![CDATA[ Build an application  to test a website's connection on your hosting. This can be used to check whether it's an end-user problem to why the website is not resolving, or whether the website is experiencing downtime. This quick, simple and detailed tutorial]]></description>
			<content:encoded><![CDATA[<p>We now have the beginning of our PHP file.  That&#8217;s the first step done;  now we need to move on to the error checking. This is done so that we  can find out whether we should process the input data, or ask for it&#8230;</p>
<p><a href="http://www.hulldo.co.uk/web/tutorial/php_status/" target="_blank">Click here for this Tutorial!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialmachine.com/php/website-status-checker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Load Time</title>
		<link>http://www.tutorialmachine.com/php/load-time/</link>
		<comments>http://www.tutorialmachine.com/php/load-time/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 19:40:13 +0000</pubDate>
		<dc:creator>The Machine</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.tutorialmachine.com/?p=1022</guid>
		<description><![CDATA[ Generate the amount of time taken by the server to execute the commands given with the script.]]></description>
			<content:encoded><![CDATA[<p>This tutorial will demonstrate how to check how long your server is  taking to generate content to the user&#8217;s web browser. By running this on  your website, you will be able to see which pages are taking longer  than others to load &#8211; a must for any website developer!&#8230;</p>
<p><a href="http://www.hulldo.co.uk/web/tutorial/php_load_time/" target="_blank">Click here for this Tutorial!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialmachine.com/php/load-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Retrieving XML w/ cURL &amp; Cimple Xperl</title>
		<link>http://www.tutorialmachine.com/php/retrieving-xml-w-curl-cimple-xperl/</link>
		<comments>http://www.tutorialmachine.com/php/retrieving-xml-w-curl-cimple-xperl/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 19:39:09 +0000</pubDate>
		<dc:creator>The Machine</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.tutorialmachine.com/?p=1020</guid>
		<description><![CDATA[ This tutorial explains how to use Curl and SimpleXML SimpleXML is a php5 extension used to parse XML data. Topics covered include loading XML documents, parsing nodes &#038; attributes, and filtering data with XPath statements.]]></description>
			<content:encoded><![CDATA[<p>PHP 5 introduces SimpleXML and its a perfect name as parsing XML data is  truly simple.  In this tutorial we&#8217;ll be using curl to retrieve the XML  data from a remote web server.  We&#8217;re going to create a class to  connect to the remote web server and pass POST data to the server and  based on the POST&#8230;</p>
<p><a href="http://www.higherpass.com/php/Tutorials/Retrieving-Xml-With-Curl-And-Simplexml/" target="_blank">Click here for this Tutorial!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialmachine.com/php/retrieving-xml-w-curl-cimple-xperl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
