<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to Syndicate Content Without Utilizing a News Feed</title>
	<atom:link href="http://net.tutsplus.com/tutorials/php/how-to-syndicate-content-without-utilizing-a-news-feed/feed/" rel="self" type="application/rss+xml" />
	<link>http://net.tutsplus.com/tutorials/php/how-to-syndicate-content-without-utilizing-a-news-feed/</link>
	<description>Web Development &#38; Design Tutorials</description>
	<lastBuildDate>Sat, 21 Nov 2009 22:51:56 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dustin</title>
		<link>http://net.tutsplus.com/tutorials/php/how-to-syndicate-content-without-utilizing-a-news-feed/#comment-111865</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Sat, 26 Sep 2009 07:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5381#comment-111865</guid>
		<description>;extension=php_curl.dll 

needs to be enabled in php.ini

extension=php_curl.dll</description>
		<content:encoded><![CDATA[<p>;extension=php_curl.dll </p>
<p>needs to be enabled in php.ini</p>
<p>extension=php_curl.dll</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://net.tutsplus.com/tutorials/php/how-to-syndicate-content-without-utilizing-a-news-feed/#comment-111860</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Sat, 26 Sep 2009 07:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5381#comment-111860</guid>
		<description>Confirmed also disabled in XAMPP</description>
		<content:encoded><![CDATA[<p>Confirmed also disabled in XAMPP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: streetparade</title>
		<link>http://net.tutsplus.com/tutorials/php/how-to-syndicate-content-without-utilizing-a-news-feed/#comment-110729</link>
		<dc:creator>streetparade</dc:creator>
		<pubDate>Wed, 23 Sep 2009 21:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5381#comment-110729</guid>
		<description>Javascript sucks. Why not use PHP  ? 
There is dom,xpath, and the one i love is simple_html_dom.
This is more effectiver than jquery. 
http://simplehtmldom.sourceforge.net/</description>
		<content:encoded><![CDATA[<p>Javascript sucks. Why not use PHP  ?<br />
There is dom,xpath, and the one i love is simple_html_dom.<br />
This is more effectiver than jquery.<br />
<a href="http://simplehtmldom.sourceforge.net/" rel="nofollow">http://simplehtmldom.sourceforge.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: เพชร</title>
		<link>http://net.tutsplus.com/tutorials/php/how-to-syndicate-content-without-utilizing-a-news-feed/#comment-110201</link>
		<dc:creator>เพชร</dc:creator>
		<pubDate>Tue, 22 Sep 2009 21:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5381#comment-110201</guid>
		<description>This is what I&#039;m looking for, thanks.</description>
		<content:encoded><![CDATA[<p>This is what I&#8217;m looking for, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sathish</title>
		<link>http://net.tutsplus.com/tutorials/php/how-to-syndicate-content-without-utilizing-a-news-feed/#comment-98467</link>
		<dc:creator>sathish</dc:creator>
		<pubDate>Fri, 28 Aug 2009 11:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5381#comment-98467</guid>
		<description>Great solution Thanks

I have only basic knowledge in php. 
I used in my website i gave my domain name in the curl function

$ch = curl_init(&quot;http://mydomain.com/&quot;);
$html = curl_exec($ch);

But I dint get anything except Blank page.
Any solution plz</description>
		<content:encoded><![CDATA[<p>Great solution Thanks</p>
<p>I have only basic knowledge in php.<br />
I used in my website i gave my domain name in the curl function</p>
<p>$ch = curl_init(&#8221;http://mydomain.com/&#8221;);<br />
$html = curl_exec($ch);</p>
<p>But I dint get anything except Blank page.<br />
Any solution plz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://net.tutsplus.com/tutorials/php/how-to-syndicate-content-without-utilizing-a-news-feed/#comment-84478</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 28 Jul 2009 01:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5381#comment-84478</guid>
		<description>What a great list!</description>
		<content:encoded><![CDATA[<p>What a great list!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ty Fairclough</title>
		<link>http://net.tutsplus.com/tutorials/php/how-to-syndicate-content-without-utilizing-a-news-feed/#comment-80260</link>
		<dc:creator>Ty Fairclough</dc:creator>
		<pubDate>Tue, 14 Jul 2009 10:50:01 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5381#comment-80260</guid>
		<description>Right I have stumbled a problem with the appending of the domain to make relative links work. Simply if the site includes static and relative links those static links end up looking a bit like this:

http://yourdomain.comhttp://yourdomain.com/externalorrelativelink.html

and of course this breaks the links.

Im useless at js, i couldn&#039;t even get the script to select a class instead of an id to suit my needs. But would some kind of if statement that looks for the &#039;domain&#039; in the url first be a good idea? Then you could continue the script as normal I would presume. 

Assistance on this would be of great help folks! Great tutorial here, its going to be really useful!</description>
		<content:encoded><![CDATA[<p>Right I have stumbled a problem with the appending of the domain to make relative links work. Simply if the site includes static and relative links those static links end up looking a bit like this:</p>
<p><a href="http://yourdomain.comhttp://yourdomain.com/externalorrelativelink.html" rel="nofollow">http://yourdomain.comhttp://yourdomain.com/externalorrelativelink.html</a></p>
<p>and of course this breaks the links.</p>
<p>Im useless at js, i couldn&#8217;t even get the script to select a class instead of an id to suit my needs. But would some kind of if statement that looks for the &#8216;domain&#8217; in the url first be a good idea? Then you could continue the script as normal I would presume. </p>
<p>Assistance on this would be of great help folks! Great tutorial here, its going to be really useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gecko</title>
		<link>http://net.tutsplus.com/tutorials/php/how-to-syndicate-content-without-utilizing-a-news-feed/#comment-78842</link>
		<dc:creator>Gecko</dc:creator>
		<pubDate>Sat, 11 Jul 2009 11:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5381#comment-78842</guid>
		<description>my site get suspended after scrapping 4shared.com
Reason: high cpu usage or leech

How to minimize cpu usage when use curl?</description>
		<content:encoded><![CDATA[<p>my site get suspended after scrapping 4shared.com<br />
Reason: high cpu usage or leech</p>
<p>How to minimize cpu usage when use curl?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moshe</title>
		<link>http://net.tutsplus.com/tutorials/php/how-to-syndicate-content-without-utilizing-a-news-feed/#comment-77672</link>
		<dc:creator>moshe</dc:creator>
		<pubDate>Tue, 07 Jul 2009 15:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5381#comment-77672</guid>
		<description>thanks for this!

my curl script works great (thanks guys!) but seems to print the digit &#039;1&#039; after it brings in the URL content.

anyone know why?

thanks!</description>
		<content:encoded><![CDATA[<p>thanks for this!</p>
<p>my curl script works great (thanks guys!) but seems to print the digit &#8216;1&#8242; after it brings in the URL content.</p>
<p>anyone know why?</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lysenshi</title>
		<link>http://net.tutsplus.com/tutorials/php/how-to-syndicate-content-without-utilizing-a-news-feed/#comment-76955</link>
		<dc:creator>lysenshi</dc:creator>
		<pubDate>Sat, 04 Jul 2009 09:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://net.tutsplus.com/?p=5381#comment-76955</guid>
		<description>I just read your article, it is really wonderful.
I am new to jQuery, and currently exploring its features and what it can do. I can see it can do so much.
Thanks for the article ;)</description>
		<content:encoded><![CDATA[<p>I just read your article, it is really wonderful.<br />
I am new to jQuery, and currently exploring its features and what it can do. I can see it can do so much.<br />
Thanks for the article <img src='http://net.tutsplus.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 2/7 queries in 0.006 seconds using memcached
Content Delivery Network via 

Served from: psdtutsplus.com @ 2009-11-21 15:12:52 -->