<?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>BlueFur.com &#187; Tutorials</title>
	<atom:link href="http://blog.bluefur.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bluefur.com</link>
	<description>Just another Hosting weblog</description>
	<lastBuildDate>Thu, 08 Dec 2011 18:34:09 +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>Free Way to Change Your Avatar Colour For Twitter</title>
		<link>http://blog.bluefur.com/2009/06/15/free-change-avatar-colour-twitter/</link>
		<comments>http://blog.bluefur.com/2009/06/15/free-change-avatar-colour-twitter/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 03:30:07 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://blog.bluefur.com/?p=4139</guid>
		<description><![CDATA[I put together this quick video on to make your avatar a different colour.]]></description>
			<content:encoded><![CDATA[<p>I put together this quick video on to make your avatar a different colour.</p>
<p><object width="640" height="505"><param name="movie" value="http://www.youtube.com/v/HKSCDU1rCRQ&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/HKSCDU1rCRQ&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="505"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bluefur.com/2009/06/15/free-change-avatar-colour-twitter/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Plan B</title>
		<link>http://blog.bluefur.com/2009/04/23/plan/</link>
		<comments>http://blog.bluefur.com/2009/04/23/plan/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 06:13:18 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://blog.bluefur.com/?p=3612</guid>
		<description><![CDATA[When things don&#8217;t go as planned it is always nice to have a Plan B. We have various plan&#8217;s A through Z for many different situations and even then those plans do not always go as planned. There are lots of variables, lots of things that can happen some are foreseeable while others are unknowns. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.bluefur.com/images/41.jpg" border="0" alt="Servers" /></p>
<p>When things don&#8217;t go as planned it is always nice to have a Plan B. We have various plan&#8217;s A through Z for many different situations and even then those plans do not always go as planned. There are lots of variables, lots of things that can happen some are foreseeable while others are unknowns.</p>
<p>This post is to help you have a Plan B which we will call your Backup Plan.</p>
<p>Let&#8217;s start off with some of the basics and get more complicated as we go&#8230;.</p>
<ul>
<li>cPanel has a built in complete backup tool inside of it. You can manually do a backup at any time, save it to your account and then back it up to your local drive. The backup includes all of our cPanel settings, files, databases and stats. The problem with this method is that it requires you to remember to do it.</li>
<li>We have a database and file backup tool in our Customer Resource Center which you can use to automate the backup of your files an databases. This is included free to our customers. You do have to set it once and be sure to place it in your start up folder to ensure it starts up every boot up. This method is fairly easy but to enable the software it means you need to allow your local IP to the MySQL data access area in your cPanel.</li>
<li>For some sites the files do not really matter as much as the databases do. You can use a simple cron to send you the database to an off site email for storage. The cron would look something like this&#8230;.
<ul>
<li>Â mysqldump &#8211;quote-names -u [DBUSER] -p[DBPASS] [DBNAME] &gt; mail -s &#8220;MySQL Backup&#8221; [email]</li>
</ul>
</li>
<li>If you have a WordPress blog there is a plugin that will backup your site for you and again email it. If you do not use this <a href="http://wordpress.org/extend/plugins/wp-db-backup/">plugin</a> already install it now.</li>
<li>There are scripts to do backups for you automatically through a cron. <a href="http://www.justin-cook.com/wp/2006/12/27/automatic-cpanel-backup-domain-mysql-with-cron-php/">Here is one</a> that looks promising.</li>
</ul>
<p>I am sure a few might wonder if we do backups and why should you bother to do backups. It is possible that backups may be incomplete, corrupt or older. We do daily, weekly and monthly backups ofÂ  all your cPanel settings, files, databases and stats. Although it is rare there is a possibility that our backups can and will have issues.</p>
<p>This is where you should have a Plan B in place to restore your own backups which as you can see from above can be fairly painless if you set up that plan today.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bluefur.com/2009/04/23/plan/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web Dev: Getting Started with XHTML</title>
		<link>http://blog.bluefur.com/2008/12/29/web-dev-started-xhtml/</link>
		<comments>http://blog.bluefur.com/2008/12/29/web-dev-started-xhtml/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 22:00:57 +0000</pubDate>
		<dc:creator>Matt Freedman</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.bluefur.com/?p=2123</guid>
		<description><![CDATA[Welcome to the new Web Development series on the BlueFur Blog. I&#8217;m Matt Freedman and I&#8217;ll be writing the new Web Development, Everything PHP, WordPress Development and Moving Beyond SSH series&#8217;. During the Web Development series, we&#8217;ll cover everything from AJAX to XML and will have content for beginners and techies alike. So, let&#8217;s get [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.bluefur.com/wp-content/uploads/2008/12/webdevtutorials.jpg" title="Web Development Tutorials" alt="Web Development Tutorials" /></p>
<p>Welcome to the new Web Development series on the BlueFur Blog. I&#8217;m <a href="http://mattsblog.ca/" title="Matt Freedman">Matt Freedman</a> and I&#8217;ll be writing the new Web Development, Everything PHP, WordPress Development and Moving Beyond SSH series&#8217;. During the Web Development series, we&#8217;ll cover everything from AJAX to XML and will have content for beginners and techies alike. So, let&#8217;s get started.</p>
<p>(X)HTML is an essential part of the Internet; it is the structural markup for webpages. If you&#8217;ve ever viewed the &#8220;source&#8221; of a webpage, that is (mostly) HTML or XHTML. During the next couple of weeks, we will have a multi-part mini-series on XHTML. During this week&#8217;s tutorial, we&#8217;ll be going over the basics of XHTML.</p>
<p><strong>Basics</strong></p>
<p>The basic rules of this markup language are simple:</p>
<ul>
<li>An XHTML document must start with an <em>XHTML declaration</em>, and contain a <em>head</em>, <em>title</em> and <em>body</em>.</li>
<li>XHTML is made up of <em>tags</em> which are surrounded by angle brackets (< and >).</li>
<li>All tags in XHTML must be in lower case and be closed.</li>
</ul>
<p>Let&#8217;s start out with that first point. The simplest of XHTML documents will look like this:</p>
<p>[code='xml']<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br />
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"><br />
<head></p>
<p></head><br />
<body></p>
<p>Hello world!</p>
<p></body><br />
</html>[/code]</p>
<p>In the above code, the first two tags are the XHTML declaration. You&#8217;re telling the browser that this is an XHTML document using the Transitional rendering mode. There are a couple different XHTML rendering modes, but Transitional is the most forgiving. The third tag (<code><head></code>) is the <em>head</em> section. This is where you will define various page properties and tell the browser to import external stylesheets and scripts. The next tag is the <em>title</em> tag, this is where you will specify the title of the page that will appear in the titlebar of the browser. After that is the body section and that&#8217;s the end of the document.</p>
<p>Something very important to note in the above example document is the closing tags. The XHTML declaration states that all tags must be closed. This is generally done by copying the starting tag, but prepending a forward-slash to the tag name (so a <code></code> tag). There are a few exceptions to this rule. Some tags have to be &#8220;self-closed&#8221;, where a space and forward-slash are appended to the starting tag name. So, for example, the <em>br</em> tag (which adds in a line break) is formatted like <code><br /></code>. Notice how there is no closing tag, but the tag in itself is self-closed. These are referred to as &#8220;singleton&#8221; tags. The tags that require to be self-closed are <em>link, meta, img, br</em> and <em>hr</em>.</p>
<p><strong>Basic Tags</strong></p>
<p>In addition to the standard &#8220;building blocks&#8221; tags, you&#8217;ll also need to know some basic formatting tags. To separate text into paragraphs, you should wrap each paragraph in <code>
<p></code> tags. To produce a line break, you should use the singleton tag <code><br /></code>. To make text <strong>bold</strong> or <em>emphasized</em> (italicized) wrap it in &lt;strong&gt; or &lt;em&gt; tags, respectively.</p>
<p><strong>Next time on the Web Development Series</strong></p>
<p>Next Monday we will be going over more advanced tags and tag attributes. If you have any questions so far, please feel free to ask them in the comments section of this post.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bluefur.com/2008/12/29/web-dev-started-xhtml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Tutorial &#8211; Part 3 of 5</title>
		<link>http://blog.bluefur.com/2008/10/16/php-tutorial-part-3-of-5/</link>
		<comments>http://blog.bluefur.com/2008/10/16/php-tutorial-part-3-of-5/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 15:55:36 +0000</pubDate>
		<dc:creator>phpguru</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://blog.bluefur.com/?p=1646</guid>
		<description><![CDATA[In Part 1 of our PHP Tutorial series we covered how to use PHP and HTML together and use the print command. In Part 2 of our PHP Tutorial series we covered using variables. In this tutorial we will cover how to send an email using PHP. If you ever need to capture information from [...]]]></description>
			<content:encoded><![CDATA[<p><img style="width: 248px; height: 144px;" title="PHP" src="http://blog.bluefur.com/images/php-logo.jpg" alt="PHP" hspace="5" vspace="5" width="248" height="144" align="right" />In <a title="PHP Tutorial" href="http://blog.bluefur.com/2007/03/12/php-coding-tutorial-part-1-of-5/">Part 1 of our PHP Tutorial</a> series we covered how to use PHP and HTML together and use the print command. In <a href="http://blog.bluefur.com/2007/03/20/php-tutorial-part-2-of-5/">Part 2 of our PHP Tutorial</a> series we covered using variables.</p>
<p>In this tutorial we will cover how to send an email using PHP. If you ever need to capture information from a contact form and email it then using PHP mail is one of the more secure and easy methods of doing so.</p>
<p>To start you will need an html form page which captures the details. I have placed the <a href="http://blog.bluefur.com/tutorial/phptut3.txt">code into a file</a> so you can easily copy it. Once you have the form setup the way you want create your form.php file.</p>
<p>Place the following code into the form.php which you should have in a text editor:</p>
<p>[code='php']<?php<br />
$emailto = "<a href="mailto:me@myaddress.com">me@myaddress.com</a>";<br />
$emailsubj = "Email Submission";<br />
$emailmess = "Name: ".$_POST["name"]."\r\n";<br />
$emailmess .= "Email: ".$_POST["email"]."\r\n";<br />
$emailmess .= "Comment: ".$_POST["comment"];<br />
$successpage = "<a href="http://www.google.com">http://www.google.com</a>";<br />
mail($emailto, $emailsubj, $emailmess);<br />
header("Location: $successpage"); /* redirect */<br />
exit;<br />
?>[/code]</p>
<p>The above code should be edited to fit your needs. You can change:</p>
<p>$emailto should be set to the actual email you want the content sent to.<br />
$emailsubj can be set to a more meaningful email subject.<br />
$successpage should be set to a relevant thank you page on your site after the person submits the form.</p>
<p>Again be sure to save the file form.phpÂ with a .php extension and upload it to your site. In this example you should see a form and emailed the details when you submit it.</p>
<p>Stay tuned as we will continue this tutorial with more details on using PHP.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bluefur.com/2008/10/16/php-tutorial-part-3-of-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is RSS and Why You Should Use It</title>
		<link>http://blog.bluefur.com/2007/10/03/what-is-rss-and-why-you-should-use-it/</link>
		<comments>http://blog.bluefur.com/2007/10/03/what-is-rss-and-why-you-should-use-it/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 22:34:56 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[bog]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[inbox]]></category>
		<category><![CDATA[investigation]]></category>
		<category><![CDATA[news headlines]]></category>
		<category><![CDATA[news sites]]></category>
		<category><![CDATA[newsgator]]></category>
		<category><![CDATA[notifier]]></category>
		<category><![CDATA[outlook solution]]></category>
		<category><![CDATA[podcasts]]></category>
		<category><![CDATA[rss reader]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[surprise]]></category>
		<category><![CDATA[visit news]]></category>
		<category><![CDATA[web feed]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://blog.bluefur.com/2007/10/03/what-is-rss-and-why-you-should-use-it/</guid>
		<description><![CDATA[How many pages a day do you visit and how much time do you spend visiting sites? I use to spend close to 6 or more hours a day going from site to site looking to see if new content was there. I would visit news sites, blogs, forums and various other sites. This consumed [...]]]></description>
			<content:encoded><![CDATA[<p><img vspace="5" width="500" src="http://blog.bluefur.com/images/7.jpg" hspace="5" height="100" style="width: 500px; height: 100px" /></p>
<p><strong>How many pages a day do you visit and how much time do you spend visiting sites?</strong></p>
<p>I use to spend close to 6 or more hours a day going from site to site looking to see if new content was there. I would visit news sites, blogs, forums and various other sites. This consumed a lot of my time but it seemed like the only solution.</p>
<p>Then aboutÂ a year ago I started to hear about this thing called RSS. I did some investigation and noticed that almost 75% of the sites I visited had this little RSS button on them. So I downloaded an <a href="http://www.newsgator.com/Individuals/NewsGatorInbox/Default.aspx">Outlook plug-in</a> from Newsgator and started testing what this RSS thing was.</p>
<p>To my surprise I received new content into my inbox from these sites I use to visit. I didn&#8217;t have to go out and find the new content the new content found me. Those hours of going from site to site to was cut down now because I didn&#8217;t have to check if new content was updated.</p>
<p>The one issue I had with the Outlook solution was that it bogged my system down. Based on <a href="http://mattsblog.ca">Matt&#8217;s</a> recommendation I started testing <a href="http://www.google.com/reader">Google Reader</a>. Their reader is 100% online and will definitely not bog down your system. I also found a <a href="http://code.google.com/p/google-reader-notifier-windows/">Google Reader Notifier</a> that lets me know when new content is available.</p>
<p><strong>So what is RSS?</strong></p>
<p><a href="http://en.wikipedia.org/wiki/RSS_(file_format)">Wikipedia</a> summarizes it as&#8230;<br />
<em>&#8220;a family of Web feed formats used to publish frequently updated content such as blog entries, news headlines or podcasts.&#8221;</em></p>
<p><strong>Why should I use RSS?</strong></p>
<p>It will free up the time you spend online seeking out new content. Instead the new content will come to you. Also unlike spam if you don&#8217;t want to get the content anymore you can unsubscribe and never get it again.</p>
<p>If you want to test out an RSS reader sign up at <a href="http://www.google.com/reader">Google Reader</a> and then add our <a href="http://feeds.feedburner.com/Bluefurcom">RSS Feed</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bluefur.com/2007/10/03/what-is-rss-and-why-you-should-use-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Bypass Company Firewalls to Access cPanel</title>
		<link>http://blog.bluefur.com/2007/09/11/how-to-bypass-company-firewalls-to-access-cpanel/</link>
		<comments>http://blog.bluefur.com/2007/09/11/how-to-bypass-company-firewalls-to-access-cpanel/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 05:26:46 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bofh]]></category>
		<category><![CDATA[company firewall]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[fear]]></category>
		<category><![CDATA[fellow webmaster]]></category>
		<category><![CDATA[hero]]></category>
		<category><![CDATA[life hell]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[subdomain]]></category>
		<category><![CDATA[subdomains]]></category>
		<category><![CDATA[system admin]]></category>
		<category><![CDATA[unzip]]></category>

		<guid isPermaLink="false">http://blog.bluefur.com/2007/09/11/how-to-bypass-company-firewalls-to-access-cpanel/</guid>
		<description><![CDATA[So your at work and the system admin has decided that like BOFH (his hero) he is going to make your life hell when it comes to viewing your email and stats in cPanel. Fear not fellow webmaster! You can access your cPanel using a script. cPanel Proxy is a great script you can install [...]]]></description>
			<content:encoded><![CDATA[<p><img title="Firewall" src="http://blog.bluefur.com/images/firewall.jpg" alt="Firewall" hspace="5" vspace="5" /></p>
<p>So your at work and the system admin has decided that like <a href="http://en.wikipedia.org/wiki/BOFH">BOFH</a> (his hero) he is going to make your life hell when it comes to viewing your email and stats in cPanel.</p>
<p><strong>Fear not fellow webmaster!</strong></p>
<p>You can access your cPanel using a script. <a href="http://sourceforge.net/project/showfiles.php?group_id=163755">cPanel Proxy</a> is a great script you can install into your cPanel so you can access cPanel and webmail even if you are behind a company firewall.</p>
<p>To install follow these simple instructions (at home where your not blocked)&#8230;</p>
<ul>
<li>Create subdomain &#8220;cpanel.yourdomain.com&#8221;</li>
<li>Download and unzip cPanelProxy.zip</li>
<li>Upload the files to the subdomains directory, probably &#8220;public_html/cpanel&#8221;Â  in FTP</li>
</ul>
<p>Now your ready to access your cPanel and by pass the company firewall.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bluefur.com/2007/09/11/how-to-bypass-company-firewalls-to-access-cpanel/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>PHP Tutorial &#8211; Part 2 of 5</title>
		<link>http://blog.bluefur.com/2007/03/20/php-tutorial-part-2-of-5/</link>
		<comments>http://blog.bluefur.com/2007/03/20/php-tutorial-part-2-of-5/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 19:32:59 +0000</pubDate>
		<dc:creator>phpguru</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://blog.bluefur.com/2007/03/20/php-tutorial-part-2-of-5/</guid>
		<description><![CDATA[In Part 1 of our PHP Tutorial series we covered how to use PHP and HTML together and use the print command. In this one we will learn to use variables and use the date command. If you have never programmed before then the concept of a variable may be new to you. A variable [...]]]></description>
			<content:encoded><![CDATA[<p><img style="width: 248px; height: 144px;" title="PHP" src="http://blog.bluefur.com/images/php-logo.jpg" alt="PHP" hspace="5" vspace="5" width="248" height="144" align="right" />In <a title="PHP Tutorial" href="http://blog.bluefur.com/2007/03/12/php-coding-tutorial-part-1-of-5/">Part 1 of our PHP Tutorial</a> series we covered how to use PHP and HTML together and use the print command.</p>
<p>In this one we will learn to use variables and use the date command. If you have never programmed before then the concept of a variable may be new to you. A variable is like a box in which you can store something for later. For example you may store the date or name of a person in a variable so that you can use it later in the code. A quick example is to open notepad again and add the following code then save it as a .php file and upload to your site:</p>
<p>[code='php']<?php<br />
$variable1="Bob";<br />
$last_name="Smith";<br />
Print("Hello my name is $variable1 $last_name");<br />
?>[/code]</p>
<p>In the above example there are 2 variables ($variable1 and $last_name). When using a variable the nameÂ needs to start with a dollar sign ($) and not have any spaces in it. If you are setting the variable to be text then you will need to use an equals with the text in brackets. Remember that all lines in PHP end with a semicolon (;).</p>
<p>A variable does not have to be text but can be a function. For example if we wanted to display the <a title="PHP Date" href="http://ca.php.net/date" target="_blank">date</a> we could do the following:</p>
<p>[code='php']<?php<br />
$now=date("F j, Y, g:i a");<br />
Print("The date today is $now");<br />
?>[/code]</p>
<p>Again be sure to save the file with a .php extension and upload it to your site. In this example you should see the current date.</p>
<p>Stay tuned as we will continue this tutorial with more details on using PHP.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bluefur.com/2007/03/20/php-tutorial-part-2-of-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Tutorial &#8211; Part 1 of 5</title>
		<link>http://blog.bluefur.com/2007/03/12/php-coding-tutorial-part-1-of-5/</link>
		<comments>http://blog.bluefur.com/2007/03/12/php-coding-tutorial-part-1-of-5/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 23:21:58 +0000</pubDate>
		<dc:creator>phpguru</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://blog.bluefur.com/2007/03/12/php-coding-tutorial-part-1-of-5/</guid>
		<description><![CDATA[What is PHP? PHP stands for PHP Hypertext Preprocessor. PHP is a programming language which allows you to create web applications. PHP is widely used by many developers and is a very easy language to learn to use. There is lots of documentation on PHP at there site on how to use PHP. Using PHP [...]]]></description>
			<content:encoded><![CDATA[<p><img style="width: 248px; height: 144px;" title="PHP" src="http://blog.bluefur.com/images/php-logo.jpg" alt="PHP" hspace="5" vspace="5" width="248" height="144" align="right" /><strong>What is PHP?<br />
</strong>PHP stands for PHP Hypertext Preprocessor. PHP is a programming language which allows you to create web applications. PHP is widely used by many developers and is a very easy language to learn to use. There is lots of documentation on PHP at there <a title="PHP Documentation" href="http://ca3.php.net/docs.php" target="_blank">site</a> on how to use PHP.</p>
<p><strong>Using PHP and HTML Together</strong><br />
You can mix PHP and HTML together in on page. PHP complies or runs on the server before sending to the browser so mixing PHP together with HTML is not a problem. For PHP to work on our servers you will need to save your files with a .php extension instead of a .html (or .htm).</p>
<p>Try the following example. Open up your notepad and enter the following:</p>
<p>Â [code='php']<html><head></head><body><br />
<b><br />
<?php Print("Hello Word"); ?><br />
</b><br />
</body></html>[/code]</p>
<p>Save the file as example.php and upload it to your site. You will see that it outputs in bold <strong>Hello World</strong>. The <a title="PHP Print Command" href="http://ca3.php.net/print" target="_blank">print command</a> lets you simply display text or variable on the screen. Notice how the PHP is encased with &lt;?php and ?&gt;. Also make note that after each php line you should have a semicolon.</p>
<p>Stay tuned as we will continue this tutorial with more details on using PHP.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bluefur.com/2007/03/12/php-coding-tutorial-part-1-of-5/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

