<?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>HeatWare.net &#187; Programming &#8211; PHP</title>
	<atom:link href="http://heatware.net/category/programming-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://heatware.net</link>
	<description>Computer tips from A to Z: Windows, Unix, Programming, QA, and more!</description>
	<lastBuildDate>Wed, 25 Jan 2012 21:48:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Codeigniter 2.0: How to Download &amp; Install</title>
		<link>http://heatware.net/free-software/codeigniter-2-0-download-install/</link>
		<comments>http://heatware.net/free-software/codeigniter-2-0-download-install/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 21:49:15 +0000</pubDate>
		<dc:creator>sood</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Programming - PHP]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://heatware.net/?p=633</guid>
		<description><![CDATA[Codeigniter 2.0, has not yet been officially released by Ellis Labs, but for a couple of months now, a stable version has been available to download. Follow these simple steps in order to do so! Visit the Codeigniter bitbucket (source code repository) site at https://bitbucket.org/ellislab/codeigniter/. Hover over the icon and choose .zip You will now [...]]]></description>
			<content:encoded><![CDATA[<p>Codeigniter 2.0, has not yet been officially released by Ellis Labs, but for a couple of months now, a stable version has been available to download. Follow these simple steps in order to do so!</p>
<ol>
<li>Visit the Codeigniter bitbucket (source code repository) site at <a href="https://bitbucket.org/ellislab/codeigniter/" target="_blank">https://bitbucket.org/ellislab/codeigniter/</a>.</li>
<li>Hover over the <a href="http://heatware.net/wp-content/uploads/2011/01/download-arrow.png"><img class="alignnone size-full wp-image-634" title="download-arrow" src="http://heatware.net/wp-content/uploads/2011/01/download-arrow.png" alt="" width="16" height="16" /></a> icon and choose <em>.zip</em></li>
<li>You will now be prompted by your browser to save the file onto your system.</li>
<li>Navigate to this file and use an Unzip utility to extract these files into a path accessible by your web server. (Note: If your webserver exists on a different machine, upload the unzipped files via FTP to your web host)</li>
<li>Open your browser and type in the URL to the Codeigniter path!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://heatware.net/free-software/codeigniter-2-0-download-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to call JavaScript function from PHP</title>
		<link>http://heatware.net/programming-php/how-to-call-javascript-function-from-php/</link>
		<comments>http://heatware.net/programming-php/how-to-call-javascript-function-from-php/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 15:34:41 +0000</pubDate>
		<dc:creator>sood</dc:creator>
				<category><![CDATA[Programming - PHP]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://heatware.net/?p=227</guid>
		<description><![CDATA[This article will show you how to call a JavaScript function from within PHP code. It is quite simple actually! echo "&#60;script language=javascript&#62;myfunction();&#60;/script&#62;";]]></description>
			<content:encoded><![CDATA[<p>This article will show you how to call a JavaScript function from within PHP code. It is quite simple actually!</p>
<p><code>echo "&lt;script language=javascript&gt;myfunction();&lt;/script&gt;";</code></p>
]]></content:encoded>
			<wfw:commentRss>http://heatware.net/programming-php/how-to-call-javascript-function-from-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3.0 Memory Leak Problem Caused By FireBug</title>
		<link>http://heatware.net/programming-php/firefox-3-memory-leak-problem-firebug/</link>
		<comments>http://heatware.net/programming-php/firefox-3-memory-leak-problem-firebug/#comments</comments>
		<pubDate>Fri, 08 May 2009 15:21:54 +0000</pubDate>
		<dc:creator>sood</dc:creator>
				<category><![CDATA[Programming - PHP]]></category>
		<category><![CDATA[Software Help]]></category>
		<category><![CDATA[Firebug]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Memory Leak]]></category>

		<guid isPermaLink="false">http://heatware.net/?p=212</guid>
		<description><![CDATA[My work computer stays on 24/7 and I like to keep all my applications open, including Firefox 3.0. For months now, I noticed that everyday, my firefox.exe process grows to over 1.5 GB, eating up all my system&#8217;s memory.  It was a very annoying problem since it would cause my entire system to become sluggish.  [...]]]></description>
			<content:encoded><![CDATA[<p>My work computer stays on 24/7 and I like to keep all my applications open, including Firefox 3.0. For months now, I noticed that everyday, my <em>firefox.exe</em> process grows to over 1.5 GB, eating up all my system&#8217;s memory.  It was a very annoying problem since it would cause my entire system to become sluggish.  My temporary solution was to restart the browser everyday, until the memory crept back up again. This issue baffled me because I always thought Firefox was supposed to have far superior memory management than other browsers like IE.</p>
<p>I finally decided to investigate the issue and did a Google search for the problem. Most websites recommend altering a couple of settings in the <em>about:config</em>Firefox configuration page. However, these issues did not address the root of the problem and simply gave a non-ideal workaround. However, searching for the solution gave me the idea that perhaps it is one of my FF Plugins that is causing the problem. So I one-by-one, I disabled my plugins and let FireFox run for several hours while I observed the memory usage and voila! I found the culprit&#8230;<strong>FireBug 1.3.3</strong>! After disabling this plugin, I have been running Firefox memory leak free!</p>
<p>I hope this article helps those that are suffering from the same issue!</p>
]]></content:encoded>
			<wfw:commentRss>http://heatware.net/programming-php/firefox-3-memory-leak-problem-firebug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to SCP (Secure Copy) files using PHP5</title>
		<link>http://heatware.net/programming-php/how-to-scp-secure-copy-files-using-php5/</link>
		<comments>http://heatware.net/programming-php/how-to-scp-secure-copy-files-using-php5/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 20:00:52 +0000</pubDate>
		<dc:creator>sood</dc:creator>
				<category><![CDATA[Programming - PHP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://heatware.net/?p=146</guid>
		<description><![CDATA[This article will explain how to SCP (Secure Copy) files using PHP5. SCP is a secure method of copying files from one host to another using the SSH protocol. Here is a snippet of working code to help get you started! $hostname = &#34;target_host&#34;; $username = &#34;root&#34;; $password = &#34;password&#34;; $sourceFile = &#34;test.txt&#34;; $targetFile = [...]]]></description>
			<content:encoded><![CDATA[<p>This article will explain how to SCP (Secure Copy) files using PHP5. SCP is a secure method of copying files from one host to another using the SSH protocol. Here is a snippet of working code to help get you started!</p>
<p><code>$hostname = &quot;target_host&quot;;     <br />$username = &quot;root&quot;;      <br />$password = &quot;password&quot;;      <br />$sourceFile = &quot;test.txt&quot;;      <br />$targetFile = &quot;/root/test.txt&quot;;      <br />$connection = ssh2_connect($hostname, 22);      <br />ssh2_auth_password($connection, $username, $password)      <br />ssh2_scp_send($connection, $sourceFile, $targetFile, 0777);</code></p>
<p>This is a very simple script that does 3 things:</p>
<p>1) Connect to the host <em>target_host</em></p>
<p>2) Authenticate with the host using <em>root</em> as the username and <em>password</em> for the password.</p>
<p>3) Copy the local file <em>test.txt</em> to <em>/root/test.txt</em> on the target machine.     <br />Note:&#160; <em>0777</em> sets the permission on the target file so that it can be read/write/executed by anyone.</p>
<div class="wlWriterHeaderFooter" style="text-align:right; margin:0px; padding:4px 0px 4px 0px;"><a href="http://digg.com/submit?url=http%3a%2f%2fheatware.net%2fprogramming-php%2fhow-to-scp-secure-copy-files-using-php5%2f&amp;title=How+to+SCP+(Secure+Copy)+files+using+PHP5"><img src="http://digg.com/img/badges/100x20-digg-button.png" width="100" height="20" alt="Digg This" title="Digg This" border="0" style="border: 0" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://heatware.net/programming-php/how-to-scp-secure-copy-files-using-php5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

