<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Marc Fraser &#124; A Blog about all things</title>
	<link>http://www.marcfraser.co.uk</link>
	<description>A blog about all things personal, web related.</description>
	<lastBuildDate>Fri, 23 Apr 2010 13:50:09 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>New Mobile Phone</title>
		<description><![CDATA[I'm sure you'll be pleased to here that I have another new mobile telephone!
In October 2009, you may remember that I received an iPhone 3GS, well it proved to be a short-lived phone.  Before I had the iPhone 3GS, I had its predecessor, the iPhone 3G; both were great phones, the 3G more than the [...]]]></description>
		<link>http://www.marcfraser.co.uk/new-mobile-phone-2-99.htm</link>
			</item>
	<item>
		<title>Neglect</title>
		<description><![CDATA[Neglected.   Neglected is the only way to describe this website!
I’m sorry for not updating in so long, being totally honest, I forgot.  Simply forgot.  I have been really busy over the last few months since I updated, and so I'm going to update this blog retrospectively.  Although most blogs are filled retrospectively [...]]]></description>
		<link>http://www.marcfraser.co.uk/neglect-96.htm</link>
			</item>
	<item>
		<title>Smoking outside public places</title>
		<description><![CDATA[I hate smoking. It is a horrible habit, and one that I've never once partaken, if I may add.
Basically, my gripe is nowadays when you want to enter a public building (a shopping center for example) you walk in with a headache, choking for breath, all the side effects of inhaling the smoke from others [...]]]></description>
		<link>http://www.marcfraser.co.uk/smoking-outside-public-places-89.htm</link>
			</item>
	<item>
		<title>Twitter</title>
		<description><![CDATA[I've re-signed up to Twitter.
Please follow me (@marc_fraser): https://twitter.com/marc_fraser.
Thanks
Marc
]]></description>
		<link>http://www.marcfraser.co.uk/twitter-86.htm</link>
			</item>
	<item>
		<title>New Mobile Phone</title>
		<description><![CDATA[After 6 months of the iPhone 3G, an upgrade is due!
I was so impressed with the iPhone 3G, that I've decided to get the latest version - the iPhone 3GS.  It should arrive on Wednesday; how it is getting here I don't yet know.  If its Royal Mail, I'll be lucky to see [...]]]></description>
		<link>http://www.marcfraser.co.uk/new-mobile-phone-84.htm</link>
			</item>
	<item>
		<title>PHP Include</title>
		<description><![CDATA[(from Full Article)
The include command can save you a lot of time as you can create a header, place it in a file and just include that file on every page and the header will be shown. This will also mean that you do not need to edit every page every time you need to [...]]]></description>
		<link>http://www.marcfraser.co.uk/php-include-62.htm</link>
			</item>
	<item>
		<title>PHP IF Statement</title>
		<description><![CDATA[(from Full Article)
In PHP IF statements are extensively used.  It allows you to show the user data depending on certain conditions. The best way to describe it is with the use of an example: You want to build a dashboard with items you do not want all employees to see, this is where IF statements [...]]]></description>
		<link>http://www.marcfraser.co.uk/php-if-statement-60.htm</link>
			</item>
	<item>
		<title>PHP Operators</title>
		<description><![CDATA[(from Full Article)
Here are most types of PHP Operators: Assignment Operators, Arithmetic Operators, Comparison Operators, and String Operators.
Assignment Operators
We have already met this type. This is where we set a variable equal to something or make a variable equal to another variable.
Arithmetic Operators



English 
Operator
Example


Addition
+
1+1


Subtraction
-
5-3


Multiplication
*
5*2


Division
/
10/2



An example of the use of Arithmetic operators is shown below:
&#60;?php

$add = [...]]]></description>
		<link>http://www.marcfraser.co.uk/php-operators-58.htm</link>
			</item>
	<item>
		<title>PHP Concatenation</title>
		<description><![CDATA[(from Full Article)
We can display our variables in a meaningful fashion with the use of concatenation. Concatenation makes use of the period (.). Please see the example below which is an example of affixing a value to the end of the variable:
&#60;?php

$name = “Marc”;

$name .= “Fraser”;

?&#62;
Basically what ‘.=’ is doing is saying use the current [...]]]></description>
		<link>http://www.marcfraser.co.uk/php-concatenation-56.htm</link>
			</item>
	<item>
		<title>PHP Variables</title>
		<description><![CDATA[(from Full Article)
Variables are important to PHP. A variable is a way of storing a value, such as text (“Hello”), numeric values (such as the integer value of 1) and also Boolean values (true and false). A variable can be re-used throughout your code instead of typing out the value over and over again. Variables [...]]]></description>
		<link>http://www.marcfraser.co.uk/php-variables-54.htm</link>
			</item>
</channel>
</rss>
