<?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>My Virtual Display &#187; General</title>
	<atom:link href="http://www.myvirtualdisplay.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.myvirtualdisplay.com</link>
	<description>Random thoughts and notes to self</description>
	<lastBuildDate>Tue, 17 Jan 2012 05:25:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Include_HTML gets better</title>
		<link>http://www.myvirtualdisplay.com/2010/02/09/include_html-gets-better/</link>
		<comments>http://www.myvirtualdisplay.com/2010/02/09/include_html-gets-better/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 05:07:39 +0000</pubDate>
		<dc:creator>NC</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.myvirtualdisplay.com/?p=1002</guid>
		<description><![CDATA[I just released version 0.4 of the include_HTML plugin.  Nothing changed in how you use it, so if your installation already works, there&#8217;s no pressing need to upgrade.  What did change, however, is how the plugin functions. Prior to version 0.4, the &#8230; <a href="http://www.myvirtualdisplay.com/2010/02/09/include_html-gets-better/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just released version 0.4 of the <a href="http://www.myvirtualdisplay.com/wordpress-projects/include_html/"><strong>include_HTML</strong> plugin</a>.  Nothing changed in how you use it, so if your installation already works, there&#8217;s no pressing need to upgrade.  What did change, however, is how the plugin functions.</p>
<p>Prior to version 0.4, the plugin retrieved external data by using <strong>file_get_contents()</strong> function.  Some Web hosting companies, however, disable the use of this function on remote URLs for security reasons by setting PHP configuration directive <strong>allow_url_fopen</strong> to <strong>Off</strong>; consequently, <strong>include_HTML</strong> wouldn&#8217;t work on systems configired this way.</p>
<p>The alternative, of course, is to use the <strong>Client URL</strong> (<strong>cURL</strong>) extension, which would work regardless of <strong>allow_url_fopen</strong> setting, but may or may not be available on a specific system.</p>
<p>Starting from version 0.4, <strong>include_HTML</strong> begins by checking if the <strong>cURL</strong> extension is available on the host system.  If it is, the plugin relies on it to retrieve external data.  If it isn&#8217;t, the plugin falls back on the old <strong>file_get_contents()</strong> mechanism.</p>
<p>It is hoped that this modification would improve the plugin&#8217;s portability.  A big thank-you to <strong>VickiLH2</strong> for <a href="http://www.myvirtualdisplay.com/2008/09/11/including-free-form-php-into-wordpress/comment-page-1/#comment-1152">suggesting and testing out</a> the <strong>cURL</strong> data retrieval.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myvirtualdisplay.com/2010/02/09/include_html-gets-better/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

