<?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>Jordan Hall &#187; Web, Applications &amp; Cloud Computing</title>
	<atom:link href="http://jordanhall.co.uk/web-applications-cloud-computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://jordanhall.co.uk</link>
	<description>Jordan Hall - programmer and geek</description>
	<lastBuildDate>Mon, 21 Jun 2010 12:31:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Content Tags and Styling in HTML 5 Markup</title>
		<link>http://jordanhall.co.uk/web-applications-cloud-computing/content-over-styling-in-html-5-markup-46061023/</link>
		<comments>http://jordanhall.co.uk/web-applications-cloud-computing/content-over-styling-in-html-5-markup-46061023/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 12:28:46 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web, Applications & Cloud Computing]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML 5]]></category>
		<category><![CDATA[HTML 5 content tags]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[Reddit]]></category>
		<category><![CDATA[semantics]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk/?p=1023</guid>
		<description><![CDATA[Although some of the most talked about tags coming in HTML 5 are the video, audio and canvas tags, there are many other new tags which primarily focus around content. One of the aims of HTML 5 is to remove styling from the HTML mark-up and ensure all styling is defined within the cascading style sheets where [...]

<br/>
<strong>If you liked this post, you may be interested in these:</strong><ol><li><a href='http://jordanhall.co.uk/social-media-search-engine-optimisation-seo/the-importance-of-being-social-for-website-promotion-and-search-engine-optimisation-4402553/' rel='bookmark' title='Permanent Link: The Importance of Being Social for Website Promotion and Search Engine Optimisation'>The Importance of Being Social for Website Promotion and Search Engine Optimisation</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Although some of the most talked about tags coming in HTML 5 are the video, audio and canvas tags, there are many other new tags which primarily focus around content. One of the aims of HTML 5 is to remove styling from the HTML mark-up and ensure all styling is defined within the cascading style sheets where it belongs.</p>
<p>In the vast majority of today&#8217;s websites, if a program is required to pick out a particular part of a HTML page, such as the main article, the sidebar or the top navigation, it would have to be programmed to do so on a per website and web page basis. This is because every website structures its HTML differently, unless based on an underlying package with a consistent HTML foot print.</p>
<p>Most current websites therefore use a variety of &lt;p&gt;, &lt;div&gt; and &lt;span&gt; tags to surround their content. These tags define style and do not obviously determine whether the contained content is part of the website&#8217;s navigation system or whether it is the main article or focus of the web page. The new HTML 5 tags aim to change this by explicitly defining content.</p>
<p>Defining content with specific HTML 5 tags will make websites easier to parse by computer programs. This could benefit accessibility readers for the blind and allow content aggregating systems and ‘mash-up’ websites to easily parse, link to and cite your articles. Content aggregation and automation of web page content retrieval is quite fundamental to some of the newer Web 2.0 sites and social networks. Good examples being Facebook&#8217;s automatic retrieval of web page information when a link is entered into a status update, or Reddit&#8217;s automatic thumbnail generation based on images found within the linked web page.</p>
<p>Here is a listed on related HTML content tags, as available from the W3C Schools website.</p>
<ul>
<li>&lt;article&gt; – Defines a main article on a page. Can include cite (citation) and pubdate (publishing date) attributes.</li>
<li>&lt;details&gt; – States content details for a specific section. Can include an open attribute defining whether or not the details within are visible to the end-user.</li>
<li>&lt;figcaption&gt; – States the caption for a figure as defined by the figure tag.</li>
<li>&lt;figure&gt; – Usually used to group a set of elements.</li>
<li>&lt;footer&gt; – Footer layout element. This is used to contain the footer content of the page, usually contains the website name, author and copyright information.</li>
<li>&lt;header&gt; – Header layout element. This tag is designed to contain the top header of a document, usually showing the website logo, page and/or company title and subtitle.</li>
<li>&lt;hgroup&gt; – A tag used to group together heading tags such as &lt;h1&gt;, &lt;h2&gt;, &lt;h3&gt; and so on.</li>
<li>&lt;keygen&gt; – A key generation tag which defines a generated (encryption) key that can be associated with a HTML form.</li>
<li>&lt;meter&gt; – The &lt;meter&gt; tag contains content which is deemed to be a measurement of some sort.</li>
<li>&lt;nav&gt; – The &lt;nav&gt; tags stands for navigation and is designed to surround navigation links, such as those present in a sidebar bar or navigational header/footer.</li>
<li>&lt;summary&gt; – The &lt;summary&gt; tag defines the title of a &lt;details&gt; element.</li>
<li>&lt;time&gt; – This tags contains content which is a statement or measurement of time and/or date/time.</li>
</ul>
<p>Unfortunately, it is likely that HTML 5 content tags with not be adopted completely for quite some time and there will likely continued use of existing HTML mark up and related styling of &lt;div&gt; and &lt;span&gt; tags for quite some time.</p>


<br/><p><strong>If you liked this post, you may be interested in these:</strong></p><ol><li><a href='http://jordanhall.co.uk/social-media-search-engine-optimisation-seo/the-importance-of-being-social-for-website-promotion-and-search-engine-optimisation-4402553/' rel='bookmark' title='Permanent Link: The Importance of Being Social for Website Promotion and Search Engine Optimisation'>The Importance of Being Social for Website Promotion and Search Engine Optimisation</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/web-applications-cloud-computing/content-over-styling-in-html-5-markup-46061023/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C:\fakepath\ in Internet Explorer 8</title>
		<link>http://jordanhall.co.uk/web-applications-cloud-computing/c-fakepath-in-internet-explorer-8-2804912/</link>
		<comments>http://jordanhall.co.uk/web-applications-cloud-computing/c-fakepath-in-internet-explorer-8-2804912/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 12:33:28 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[Web, Applications & Cloud Computing]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[fakepath]]></category>
		<category><![CDATA[file upload control]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Internet Explorer 8]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[web browsers]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk/?p=912</guid>
		<description><![CDATA[If you are trying to retrieve the &#8216;value&#8217; of a file input box via Javascript, and you are receiving C:\fakepath\ within the returned value, it is time to blame Internet Explorer 8. The inclusion of C:\\fakepath\\ is a security feature of Internet Explorer 8, designed to prevent information regarding the file system structure being exposed [...]

<br/>
<strong>If you liked this post, you may be interested in these:</strong><ol><li><a href='http://jordanhall.co.uk/web-applications-cloud-computing/googles-web-traffic-dominates-the-internet-1903693/' rel='bookmark' title='Permanent Link: Google&#8217;s Web Traffic Dominates the Internet'>Google&#8217;s Web Traffic Dominates the Internet</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">If you are trying to retrieve the &#8216;value&#8217; of a file input box via Javascript, and you are receiving C:\fakepath\ within the returned value, it is time to blame Internet Explorer 8.</p>
<p style="text-align: center;"><img title="Fake Path - C:\fakepath\ in Internet Explorer 8" src="http://jordanhall.co.uk/wp-content/uploads/2010/04/fakepath.png" alt="Fake Path - C:\fakepath\ in Internet Explorer 8" width="200" height="119" /></p>
<p>The inclusion of C:\\fakepath\\ is a security feature of Internet Explorer 8, designed to prevent information regarding the file system structure being exposed when files are selected via a file input box. Current versions of most other web browsers, such as Mozilla Firefox and Google Chrome, will return the file name without any path (relative or absolute).</p>
<p>The HTML5 specification states that the browser&#8217;s implementation of a file upload control should not reveal the true path to the file via its &#8216;value&#8217; attribute. Internet Explorer, as always, does this differently than other browsers by including &#8216;fakepath&#8217; rather than just removed the local path in its entirety.</p>
<p>This behaviour of Internet Explorer 8 can be overridden by added the size to the list of trusted sites within Internet Explorer 8 Internet options window. I&#8217;d personally only recommend this if the system is an secure internal and/or Intranet web-based system which requires the use of the full path.</p>
<p>Ideally, existing systems should be recoded to either not use the full path or to retrieve the full path via another method, such as manual input into a text input field.</p>
<p>I hope this post helps web developers who have unexpectedly come across this strange &#8216;fakepath&#8217; and been unaware of where it was coming from.</p>


<br/><p><strong>If you liked this post, you may be interested in these:</strong></p><ol><li><a href='http://jordanhall.co.uk/web-applications-cloud-computing/googles-web-traffic-dominates-the-internet-1903693/' rel='bookmark' title='Permanent Link: Google&#8217;s Web Traffic Dominates the Internet'>Google&#8217;s Web Traffic Dominates the Internet</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/web-applications-cloud-computing/c-fakepath-in-internet-explorer-8-2804912/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s Web Traffic Dominates the Internet</title>
		<link>http://jordanhall.co.uk/web-applications-cloud-computing/googles-web-traffic-dominates-the-internet-1903693/</link>
		<comments>http://jordanhall.co.uk/web-applications-cloud-computing/googles-web-traffic-dominates-the-internet-1903693/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 10:00:19 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[Web, Applications & Cloud Computing]]></category>
		<category><![CDATA[businesses]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Mail]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[web traffic]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk/?p=693</guid>
		<description><![CDATA[Google is huge. Really huge. Let&#8217;s see what that does to the graph. Graph sourced from Arbor Networks blog entry. The main reason for Google&#8217;s huge increase in general Internet traffic was its acquisition of YouTube in 2007. YouTube delivers huge quantities of streaming video traffic, and the impressive growth of YouTube alone is enough [...]

<br/>
<strong>If you liked this post, you may be interested in these:</strong><ol><li><a href='http://jordanhall.co.uk/general-articles/google-chrome-os-raising-awareness-of-open-source-software-0102335/' rel='bookmark' title='Permanent Link: Google Chrome OS Raising Awareness of Open Source Software'>Google Chrome OS Raising Awareness of Open Source Software</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/google-chrome-os-a-simple-explanation-5212366/' rel='bookmark' title='Permanent Link: Google Chrome OS &#8211; A Simple Explanation'>Google Chrome OS &#8211; A Simple Explanation</a></li>
<li><a href='http://jordanhall.co.uk/social-media-search-engine-optimisation-seo/google-making-a-bit-of-a-buzz-on-the-internet-1902528/' rel='bookmark' title='Permanent Link: Google making a bit of a Buzz on the Internet'>Google making a bit of a Buzz on the Internet</a></li>
<li><a href='http://jordanhall.co.uk/web-applications-cloud-computing/c-fakepath-in-internet-explorer-8-2804912/' rel='bookmark' title='Permanent Link: C:\fakepath\ in Internet Explorer 8'>C:\fakepath\ in Internet Explorer 8</a></li>
<li><a href='http://jordanhall.co.uk/general-articles/april-fools-day-2010-on-the-internet-1104805/' rel='bookmark' title='Permanent Link: April Fools&#8217; Day 2010 on the Internet'>April Fools&#8217; Day 2010 on the Internet</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Google is huge. Really huge. Let&#8217;s see what that does to the graph.</p>
<p style="text-align: center;"><a href="http://jordanhall.co.uk/wp-content/uploads/2010/03/total-google-web-traffic-graph.png"><img class="aligncenter size-full wp-image-694" title="Total Google Web Traffic Graph" src="http://jordanhall.co.uk/wp-content/uploads/2010/03/total-google-web-traffic-graph.png" alt="Total Google Web Traffic Graph" width="484" height="328" /></a></p>
<p style="text-align: left;">Graph sourced from <a href="http://asert.arbornetworks.com/2010/03/how-big-is-google/">Arbor Networks blog entry</a>.</p>
<p style="text-align: left;">The main reason for Google&#8217;s huge increase in general Internet traffic was its acquisition of YouTube in 2007. YouTube delivers huge quantities of streaming video traffic, and the impressive growth of YouTube alone is enough to make a noticeable difference. Other contributing factors are massively increased adoption of other Google applications, such as Google Mail, Docs and Calendar, not only by consumers but also by mass deployment of Google Apps within businesses, as a replacement for local Microsoft exchange server set-ups.</p>
<p style="text-align: left;">Discretely, whilst doing no &#8216;evil&#8217; (open to debate), Google has managed to push itself to the forefront of the Internet and is now a household name. Everyone knows Google.</p>
<p style="text-align: left;">You no longer search the Internet, you Google it.</p>


<br/><p><strong>If you liked this post, you may be interested in these:</strong></p><ol><li><a href='http://jordanhall.co.uk/general-articles/google-chrome-os-raising-awareness-of-open-source-software-0102335/' rel='bookmark' title='Permanent Link: Google Chrome OS Raising Awareness of Open Source Software'>Google Chrome OS Raising Awareness of Open Source Software</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/google-chrome-os-a-simple-explanation-5212366/' rel='bookmark' title='Permanent Link: Google Chrome OS &#8211; A Simple Explanation'>Google Chrome OS &#8211; A Simple Explanation</a></li>
<li><a href='http://jordanhall.co.uk/social-media-search-engine-optimisation-seo/google-making-a-bit-of-a-buzz-on-the-internet-1902528/' rel='bookmark' title='Permanent Link: Google making a bit of a Buzz on the Internet'>Google making a bit of a Buzz on the Internet</a></li>
<li><a href='http://jordanhall.co.uk/web-applications-cloud-computing/c-fakepath-in-internet-explorer-8-2804912/' rel='bookmark' title='Permanent Link: C:\fakepath\ in Internet Explorer 8'>C:\fakepath\ in Internet Explorer 8</a></li>
<li><a href='http://jordanhall.co.uk/general-articles/april-fools-day-2010-on-the-internet-1104805/' rel='bookmark' title='Permanent Link: April Fools&#8217; Day 2010 on the Internet'>April Fools&#8217; Day 2010 on the Internet</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/web-applications-cloud-computing/googles-web-traffic-dominates-the-internet-1903693/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google and BBC release New Beta Homepage Web Designs</title>
		<link>http://jordanhall.co.uk/web-applications-cloud-computing/google-and-bbc-release-new-beta-homepage-web-designs-0403650/</link>
		<comments>http://jordanhall.co.uk/web-applications-cloud-computing/google-and-bbc-release-new-beta-homepage-web-designs-0403650/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 13:20:04 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[Web, Applications & Cloud Computing]]></category>
		<category><![CDATA[BBC]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[beta web design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[feature release]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[homepage web design]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk/?p=650</guid>
		<description><![CDATA[Both Google and the BBC have recently released new beta web designs for their homepages. The BBC beta homepage is available for all to look at via http://beta.bbc.co.uk/ while the Google homepage has been released to a select number of Google users, as Google tend to stagger the release of their new designs and features. You [...]

<br/>
<strong>If you liked this post, you may be interested in these:</strong><ol><li><a href='http://jordanhall.co.uk/ubuntu-linux/ubuntu-10-04-lucid-lynx-sees-the-release-of-alpha-2-5901497/' rel='bookmark' title='Permanent Link: Ubuntu 10.04 Lucid Lynx sees the release of Alpha 2'>Ubuntu 10.04 Lucid Lynx sees the release of Alpha 2</a></li>
<li><a href='http://jordanhall.co.uk/social-media-search-engine-optimisation-seo/google-making-a-bit-of-a-buzz-on-the-internet-1902528/' rel='bookmark' title='Permanent Link: Google making a bit of a Buzz on the Internet'>Google making a bit of a Buzz on the Internet</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/ubuntu-9-10-release-0510362/' rel='bookmark' title='Permanent Link: Ubuntu 9.10 Release'>Ubuntu 9.10 Release</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/google-chrome-os-a-simple-explanation-5212366/' rel='bookmark' title='Permanent Link: Google Chrome OS &#8211; A Simple Explanation'>Google Chrome OS &#8211; A Simple Explanation</a></li>
<li><a href='http://jordanhall.co.uk/general-articles/google-chrome-os-raising-awareness-of-open-source-software-0102335/' rel='bookmark' title='Permanent Link: Google Chrome OS Raising Awareness of Open Source Software'>Google Chrome OS Raising Awareness of Open Source Software</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Both Google and the BBC have recently released new beta web designs for their homepages. The BBC beta homepage is available for all to look at via <a href="http://beta.bbc.co.uk/">http://beta.bbc.co.uk/</a> while the Google homepage has been released to a select number of Google users, as Google tend to stagger the release of their new designs and features.</p>
<p style="text-align: center;"><a href="http://jordanhall.co.uk/wp-content/uploads/2010/03/Screenshot-BBC-Homepage-Google-Chrome.png"><img class="size-large wp-image-651 aligncenter" title="Screenshot - BBC - Beta Homepage - Google Chrome" src="http://jordanhall.co.uk/wp-content/uploads/2010/03/Screenshot-BBC-Homepage-Google-Chrome-1024x826.png" alt="Screenshot - BBC - Beta Homepage - Google Chrome" width="491" height="397" /></a></p>
<p style="text-align: left;">You can click the above image for an enlarged screenshot. If you&#8217;re interested, there is more information about the <a href="http://www.rapidweb.biz/news/new-bbc-web-design-3903819/">BBC homepage</a> and the <a href="http://www.rapidweb.biz/news/googles-new-web-design-0403803/">new, re-branded Google homepage</a>.</p>


<br/><p><strong>If you liked this post, you may be interested in these:</strong></p><ol><li><a href='http://jordanhall.co.uk/ubuntu-linux/ubuntu-10-04-lucid-lynx-sees-the-release-of-alpha-2-5901497/' rel='bookmark' title='Permanent Link: Ubuntu 10.04 Lucid Lynx sees the release of Alpha 2'>Ubuntu 10.04 Lucid Lynx sees the release of Alpha 2</a></li>
<li><a href='http://jordanhall.co.uk/social-media-search-engine-optimisation-seo/google-making-a-bit-of-a-buzz-on-the-internet-1902528/' rel='bookmark' title='Permanent Link: Google making a bit of a Buzz on the Internet'>Google making a bit of a Buzz on the Internet</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/ubuntu-9-10-release-0510362/' rel='bookmark' title='Permanent Link: Ubuntu 9.10 Release'>Ubuntu 9.10 Release</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/google-chrome-os-a-simple-explanation-5212366/' rel='bookmark' title='Permanent Link: Google Chrome OS &#8211; A Simple Explanation'>Google Chrome OS &#8211; A Simple Explanation</a></li>
<li><a href='http://jordanhall.co.uk/general-articles/google-chrome-os-raising-awareness-of-open-source-software-0102335/' rel='bookmark' title='Permanent Link: Google Chrome OS Raising Awareness of Open Source Software'>Google Chrome OS Raising Awareness of Open Source Software</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/web-applications-cloud-computing/google-and-bbc-release-new-beta-homepage-web-designs-0403650/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updates to Contacular PHP Contact Forms &#8211; Now at version 0.15</title>
		<link>http://jordanhall.co.uk/web-applications-cloud-computing/update-to-contacular-5903623/</link>
		<comments>http://jordanhall.co.uk/web-applications-cloud-computing/update-to-contacular-5903623/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 22:07:59 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[Web, Applications & Cloud Computing]]></category>
		<category><![CDATA[contact form]]></category>
		<category><![CDATA[Contacular]]></category>
		<category><![CDATA[Contacular PHP contact form]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP class]]></category>
		<category><![CDATA[PHP contact forms]]></category>
		<category><![CDATA[PHP scripts]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk/?p=623</guid>
		<description><![CDATA[I&#8217;ve posted about Contacular a while ago. Contacular is my solution to the problem of reinventing the wheel for PHP-powered contact forms on websites. It allows you to quick and easily create a fully functional, e-mailing, self-validating contact form that you can integrate with any website that is on PHP enabled server. If you&#8217;re interested [...]

<br/>
<strong>If you liked this post, you may be interested in these:</strong><ol><li><a href='http://jordanhall.co.uk/web-applications-cloud-computing/contacular-php-contact-form-0602504/' rel='bookmark' title='Permanent Link: Contacular PHP Contact Form'>Contacular PHP Contact Form</a></li>
<li><a href='http://jordanhall.co.uk/web-applications-cloud-computing/c-fakepath-in-internet-explorer-8-2804912/' rel='bookmark' title='Permanent Link: C:\fakepath\ in Internet Explorer 8'>C:\fakepath\ in Internet Explorer 8</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://contacular.co.uk/download-contacular.php"><img class="alignright size-full wp-image-624" title="Contacular PHP contact-forms website screenshot" src="http://jordanhall.co.uk/wp-content/uploads/2010/03/Contacular-PHP-contact-forms-website.png" alt="Contacular PHP contact-forms website" width="232" height="194" /></a>I&#8217;ve <a href="http://jordanhall.co.uk/web-applications-cloud-computing/contacular-php-contact-form-0602504/">posted about Contacular a while ago</a>. Contacular is my solution to the problem of reinventing the wheel for PHP-powered contact forms on websites. It allows you to quick and easily create a fully functional, e-mailing, self-validating contact form that you can integrate with any website that is on PHP enabled server. If you&#8217;re interested already, head straight to <a title="PHP contact form" href="http://contacular.co.uk/">Contacular contact form website</a> and <a href="http://contacular.co.uk/download-contacular.php">download Contacular</a> right now.</p>
<p>So, what is new in Contacular since my last post? Quite a bit actually. It is now at version 0.15 and has the following additional features.</p>
<ol>
<li>Fully <a href="http://contacular.co.uk/demo/bespoke-custom-php-contact-forms.php">bespoke, <strong>custom contact forms</strong></a> for your websites, allowing to define custom fields for your contact forms</li>
<li><strong>File upload</strong> field type meaning your users can upload an image or document to your contact form and it will be quickly e-mailed to you</li>
<li>Ability to <strong>restrict file uploads to specific types</strong> for added security</li>
<li>Use of a <strong>PHP mailer class</strong> to increase flexibility instead of using the default PHP mail() function</li>
<li>Added <strong>multiple preset form types</strong> for near instant integrations.</li>
<li>Many <strong>code improvements</strong> and optimisations</li>
</ol>
<p>For all other changes that have happened in Contacular, take a look at the <a href="http://contacular.co.uk/download-contacular.php">Contacular change log</a>.</p>
<p>I&#8217;m still getting lots of feedback in about Contacular and am continually working to improve it. So tell me what you think in the comments below, or <a href="http://contacular.co.uk/contact.php">contact me regarding Contacular directly</a>.</p>


<br/><p><strong>If you liked this post, you may be interested in these:</strong></p><ol><li><a href='http://jordanhall.co.uk/web-applications-cloud-computing/contacular-php-contact-form-0602504/' rel='bookmark' title='Permanent Link: Contacular PHP Contact Form'>Contacular PHP Contact Form</a></li>
<li><a href='http://jordanhall.co.uk/web-applications-cloud-computing/c-fakepath-in-internet-explorer-8-2804912/' rel='bookmark' title='Permanent Link: C:\fakepath\ in Internet Explorer 8'>C:\fakepath\ in Internet Explorer 8</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/web-applications-cloud-computing/update-to-contacular-5903623/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The iPad and its effect on the Mobile Web</title>
		<link>http://jordanhall.co.uk/science-technology/the-ipad-and-its-effect-on-the-mobile-web-3702518/</link>
		<comments>http://jordanhall.co.uk/science-technology/the-ipad-and-its-effect-on-the-mobile-web-3702518/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 12:51:37 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[Science & Technology]]></category>
		<category><![CDATA[Web, Applications & Cloud Computing]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apple iPad]]></category>
		<category><![CDATA[Apple iPhone]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile Internet]]></category>
		<category><![CDATA[mobile phones]]></category>
		<category><![CDATA[mobile web]]></category>
		<category><![CDATA[tablet computers]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk/?p=518</guid>
		<description><![CDATA[I recently wrote an article on the company blog regarding the Apple iPad and its potential effect on the mobile web. &#8220;The release of Apple’s ever popular smartphone, the iPhone, back in mid 2007 caused a huge development spike in websites and dynamic web applications designed the mobile devices. Of course, the vast majority of [...]

<br/>
<strong>If you liked this post, you may be interested in these:</strong><ol><li><a href='http://jordanhall.co.uk/general-articles/iphone-apps-missing-from-the-ipad-1003609/' rel='bookmark' title='Permanent Link: iPhone Apps Missing from the iPad'>iPhone Apps Missing from the iPad</a></li>
<li><a href='http://jordanhall.co.uk/science-technology/opera-mini-being-released-on-the-iphone-3203712/' rel='bookmark' title='Permanent Link: Opera Mini being released on the iPhone'>Opera Mini being released on the iPhone</a></li>
<li><a href='http://jordanhall.co.uk/science-technology/get-opera-mini-from-the-iphone-app-store-3104861/' rel='bookmark' title='Permanent Link: Get Opera Mini from the iPhone App Store'>Get Opera Mini from the iPhone App Store</a></li>
<li><a href='http://jordanhall.co.uk/general-articles/google-chrome-os-raising-awareness-of-open-source-software-0102335/' rel='bookmark' title='Permanent Link: Google Chrome OS Raising Awareness of Open Source Software'>Google Chrome OS Raising Awareness of Open Source Software</a></li>
<li><a href='http://jordanhall.co.uk/science-technology/the-next-iphone-found-lost-in-a-bar-by-gizmodo-4504893/' rel='bookmark' title='Permanent Link: The Next iPhone &#8216;found lost in a bar&#8217; by Gizmodo'>The Next iPhone &#8216;found lost in a bar&#8217; by Gizmodo</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://jordanhall.co.uk/wp-content/uploads/2010/02/apple-ipad.jpg"><img class="alignright size-full wp-image-519" title="Apple iPad" src="http://jordanhall.co.uk/wp-content/uploads/2010/02/apple-ipad.jpg" alt="Apple iPad" width="217" height="300" /></a>I recently wrote an article on the <a href="http://www.rapidweb.biz/news/author/jordan/">company blog</a> regarding the Apple iPad and its potential effect on the mobile web.</p>
<blockquote><p>&#8220;The release of Apple’s ever popular smartphone, the iPhone, back in mid 2007 caused a huge development spike in websites and dynamic web applications designed the mobile devices. Of course, the vast majority of these mobile website were developed specifically with the iPhone in mind, however the results were beneficial to pretty much all smartphones with the capability the browse the web and with some form of web browser application.</p>
<p>So, why do I think the iPad will slow this development in the mobile web market? The iPad is a mobile device itself is it not?</p>
<p>Well, perhaps not. Apple’s iPad does indeed use an operating system very similar to the iPhone, with backwards compatibility with almost all of the iPhone’s downloadable apps, and yes, it is mobile in the true sense of the word – it can be easily carried around unlike a full desktop computer and much more easily than a typically larger and much heavier laptop. However, the one aspect of the iPad which stands out is its native screen resolution of 1024×768&#8243;</p></blockquote>
<p>If you&#8217;re interested, feel free to read the full article on <a href="http://www.rapidweb.biz/news/will-the-apple-ipad-slow-development-of-mobile-websites-2402695/">how the iPad may affect the development of mobile websites</a> in the near future.</p>


<br/><p><strong>If you liked this post, you may be interested in these:</strong></p><ol><li><a href='http://jordanhall.co.uk/general-articles/iphone-apps-missing-from-the-ipad-1003609/' rel='bookmark' title='Permanent Link: iPhone Apps Missing from the iPad'>iPhone Apps Missing from the iPad</a></li>
<li><a href='http://jordanhall.co.uk/science-technology/opera-mini-being-released-on-the-iphone-3203712/' rel='bookmark' title='Permanent Link: Opera Mini being released on the iPhone'>Opera Mini being released on the iPhone</a></li>
<li><a href='http://jordanhall.co.uk/science-technology/get-opera-mini-from-the-iphone-app-store-3104861/' rel='bookmark' title='Permanent Link: Get Opera Mini from the iPhone App Store'>Get Opera Mini from the iPhone App Store</a></li>
<li><a href='http://jordanhall.co.uk/general-articles/google-chrome-os-raising-awareness-of-open-source-software-0102335/' rel='bookmark' title='Permanent Link: Google Chrome OS Raising Awareness of Open Source Software'>Google Chrome OS Raising Awareness of Open Source Software</a></li>
<li><a href='http://jordanhall.co.uk/science-technology/the-next-iphone-found-lost-in-a-bar-by-gizmodo-4504893/' rel='bookmark' title='Permanent Link: The Next iPhone &#8216;found lost in a bar&#8217; by Gizmodo'>The Next iPhone &#8216;found lost in a bar&#8217; by Gizmodo</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/science-technology/the-ipad-and-its-effect-on-the-mobile-web-3702518/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contacular PHP Contact Form</title>
		<link>http://jordanhall.co.uk/web-applications-cloud-computing/contacular-php-contact-form-0602504/</link>
		<comments>http://jordanhall.co.uk/web-applications-cloud-computing/contacular-php-contact-form-0602504/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 18:03:06 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[Web, Applications & Cloud Computing]]></category>
		<category><![CDATA[contact form]]></category>
		<category><![CDATA[Contacular]]></category>
		<category><![CDATA[Contacular PHP contact form]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[open source software]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP contact form]]></category>
		<category><![CDATA[PHP form processors]]></category>
		<category><![CDATA[web contact form]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk/?p=504</guid>
		<description><![CDATA[This is just a quick post to announce the recent start of one of my recent open source projects, Contacular. I have been building up Contacular&#8217;s overall feature set over the past week, having made the initial release on the 25th of January 2010. I now believe it is worthy of a post here, based [...]

<br/>
<strong>If you liked this post, you may be interested in these:</strong><ol><li><a href='http://jordanhall.co.uk/web-applications-cloud-computing/update-to-contacular-5903623/' rel='bookmark' title='Permanent Link: Updates to Contacular PHP Contact Forms &#8211; Now at version 0.15'>Updates to Contacular PHP Contact Forms &#8211; Now at version 0.15</a></li>
<li><a href='http://jordanhall.co.uk/general-articles/dont-be-evil-licensing-1301401/' rel='bookmark' title='Permanent Link: Don&#8217;t be evil licensing'>Don&#8217;t be evil licensing</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/google-chrome-os-a-simple-explanation-5212366/' rel='bookmark' title='Permanent Link: Google Chrome OS &#8211; A Simple Explanation'>Google Chrome OS &#8211; A Simple Explanation</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/oss-open-source-software-and-the-related-freedoms-3312128/' rel='bookmark' title='Permanent Link: OSS &#8211; Open-source software and the related freedoms'>OSS &#8211; Open-source software and the related freedoms</a></li>
<li><a href='http://jordanhall.co.uk/web-applications-cloud-computing/dropbox-backing-up-your-files-in-the-cloud-with-dropbox-3312120/' rel='bookmark' title='Permanent Link: Dropbox &#8211; Backing up your files in the cloud with Dropbox'>Dropbox &#8211; Backing up your files in the cloud with Dropbox</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This is just a quick post to announce the recent start of one of my recent open source projects, <a href="http://contacular.co.uk/">Contacular</a>. I have been building up Contacular&#8217;s overall feature set over the past week, having made the initial release on the 25th of January 2010. I now believe it is worthy of a post here, based on the large influx of recent visitors to the Contacular website.</p>
<h3>So, what is Contacular?</h3>
<p><a href="http://jordanhall.co.uk/wp-content/uploads/2010/02/contacular-bot1.jpg"><img class="alignright size-full wp-image-510" title="Contacular bot" src="http://jordanhall.co.uk/wp-content/uploads/2010/02/contacular-bot1.jpg" alt="Contacular PHP contact form bot" width="180" height="240" /></a>Contacular is an open source contact form generator and processor written in <a href="http://jordanhall.co.uk/tag/PHP/">PHP</a>. It is designed to be used as either a complete <a href="http://contacular.co.uk">PHP contact form</a> solution, with full validation and e-mailing, or as an initial code base for web development to build upon. I&#8217;ve designed Contacular to be really simple to get up and running with and yet still be very expandable. The entire system is object-orientated and open source licensed.</p>
<p>A quick overview of the <a href="http://contacular.co.uk/contacular-features.php">features of Contacular</a>:</p>
<ol>
<li>Fully integrated contact form solution</li>
<li>Simple generation of contact forms</li>
<li>Many built-in Contacular contact form types</li>
<li>Integrated <a href="http://recaptcha.net">reCAPTCHA</a> human check / spam protection support</li>
<li>Adoption of existing website styling (CSS) wherever possible</li>
<li>Form field validation in all forms</li>
<li>Automatic validation error reporting</li>
<li>Advanced validation &#8211; e.g. checking submitted e-mail addresses are from real domains</li>
<li>E-mailing form results to one or more recipients</li>
<li>GPL licensed, open source, object orientated code base</li>
<li>Tested in multiple browsers on multiple platforms</li>
<li>Seamless upgrading to new versions &#8211; just download and replace the files</li>
<li>Easily expandable</li>
<li>More on the way&#8230;</li>
</ol>
<p>Take a look at the <a href="http://contacular.co.uk/how-to-use-contacular-tutorial.php">how to use Contacular</a> guide, and if you&#8217;re interested, go ahead and <a href="http://contacular.co.uk/download-contacular.php">download Contacular</a>. The latest version is always at the top, with that download page also containing the <a href="http://contacular.co.uk/download-contacular.php">Contacular change log</a>.</p>


<br/><p><strong>If you liked this post, you may be interested in these:</strong></p><ol><li><a href='http://jordanhall.co.uk/web-applications-cloud-computing/update-to-contacular-5903623/' rel='bookmark' title='Permanent Link: Updates to Contacular PHP Contact Forms &#8211; Now at version 0.15'>Updates to Contacular PHP Contact Forms &#8211; Now at version 0.15</a></li>
<li><a href='http://jordanhall.co.uk/general-articles/dont-be-evil-licensing-1301401/' rel='bookmark' title='Permanent Link: Don&#8217;t be evil licensing'>Don&#8217;t be evil licensing</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/google-chrome-os-a-simple-explanation-5212366/' rel='bookmark' title='Permanent Link: Google Chrome OS &#8211; A Simple Explanation'>Google Chrome OS &#8211; A Simple Explanation</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/oss-open-source-software-and-the-related-freedoms-3312128/' rel='bookmark' title='Permanent Link: OSS &#8211; Open-source software and the related freedoms'>OSS &#8211; Open-source software and the related freedoms</a></li>
<li><a href='http://jordanhall.co.uk/web-applications-cloud-computing/dropbox-backing-up-your-files-in-the-cloud-with-dropbox-3312120/' rel='bookmark' title='Permanent Link: Dropbox &#8211; Backing up your files in the cloud with Dropbox'>Dropbox &#8211; Backing up your files in the cloud with Dropbox</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/web-applications-cloud-computing/contacular-php-contact-form-0602504/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>vBulletin Fake User Plugin &#8211; Good or bad?</title>
		<link>http://jordanhall.co.uk/social-media-search-engine-optimisation-seo/vbulletin-fake-user-plugin-good-or-bad-4001463/</link>
		<comments>http://jordanhall.co.uk/social-media-search-engine-optimisation-seo/vbulletin-fake-user-plugin-good-or-bad-4001463/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 13:48:40 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[Social Media & Search Engine Optimisation (SEO)]]></category>
		<category><![CDATA[Web, Applications & Cloud Computing]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[driving traffic to your forum]]></category>
		<category><![CDATA[fake user]]></category>
		<category><![CDATA[fake user count]]></category>
		<category><![CDATA[forum boards]]></category>
		<category><![CDATA[vBulletin]]></category>
		<category><![CDATA[vbulletin fake members]]></category>
		<category><![CDATA[vBulletin Fake User plugin]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk/?p=463</guid>
		<description><![CDATA[This article is pulled from a previous site of mine, and relates to the starting of a forum board and the negative cycle of not having enough users registered to entice new users to join. It primarily focuses around the idea of using a vBulletin plugin to artificially inflate the number of online users in [...]]]></description>
			<content:encoded><![CDATA[<p>This article is pulled from a previous site of mine, and relates to the starting of a forum board and the negative cycle of not having enough users registered to entice new users to join. It primarily focuses around the idea of using a vBulletin plugin to artificially inflate the number of online users in a vBulletin powered forum board.</p>
<blockquote><p>When starting a new forum board based on the vBulletin forum (or in fact an forum software), one of the most common problem is making the board popular and getting users to register. The problem most people face is that users will not register on a forum board that looks completely empty! I mean, who would?</p>
<p>So, how can you do this? People will not register if a board is empty – that much is obvious. I’ve recently had to artificially inflate the user count and online users for a vBulletin forum, by request of the forum board owner. Luckily, I found an excellent plugin which does just this. Not only does it increase the counts for online members and guests, but it also lists real usernames.</p>
<p>It is implemented by grabbing the existing member names from the database and appending them to user list at the bottom of the forum home. This plugin is very ingenius and pretty believable – good if you are starting up a new vBulletin powered forum board.</p>
<p>If you wish, you can read more about and download the <a href="http://www.vbulletin.org/forum/showthread.php?t=139402">vBulletin Fake User plugin</a>. Note that you will need a vBulletin.org account and a valid vBulletin license to download this plugin.</p></blockquote>
<p>Retrospectively, I do not believe this is necessarily the best manner in which to entice new users to any form of community for it provides little motivation to join beyond the active community. If the &#8216;active community&#8217; (which in this case, would not exist) produces no content worthy of the potential member&#8217;s time, why would they feel the need to register or sign up?</p>
<p>I have and still do run a few online communities, including vBulletin forum boards. During this time, I have found new and interesting content to the specific niche (if one exists) is the key for all forms of online social activity and indeed, for drawing in new users. If the content is interesting enough, people will come either in surges for time sensitive content or as a new member registration trickle effect over time.</p>
]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/social-media-search-engine-optimisation-seo/vbulletin-fake-user-plugin-good-or-bad-4001463/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome OS &#8211; A Simple Explanation</title>
		<link>http://jordanhall.co.uk/ubuntu-linux/google-chrome-os-a-simple-explanation-5212366/</link>
		<comments>http://jordanhall.co.uk/ubuntu-linux/google-chrome-os-a-simple-explanation-5212366/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 14:49:52 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[Ubuntu & Linux]]></category>
		<category><![CDATA[Web, Applications & Cloud Computing]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Google Chrome OS]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Linux kernel]]></category>
		<category><![CDATA[Linux-based operating systems]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[open source software]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk/?p=366</guid>
		<description><![CDATA[Google have released a very simple explanatory video, aimed at new computer users, detailing their new operating system which is focused around the Google Chrome web browser. If you&#8217;ve ever needed to ask, what is the difference between Google Chrome OS and Google Chrome, this video explains the answer in the simplest manner possible. Google [...]

<br/>
<strong>If you liked this post, you may be interested in these:</strong><ol><li><a href='http://jordanhall.co.uk/general-articles/google-chrome-os-raising-awareness-of-open-source-software-0102335/' rel='bookmark' title='Permanent Link: Google Chrome OS Raising Awareness of Open Source Software'>Google Chrome OS Raising Awareness of Open Source Software</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/linux-simple-explanation-3312130/' rel='bookmark' title='Permanent Link: Linux &#8211; A simple explanation of Linux and Linux-based operating systems'>Linux &#8211; A simple explanation of Linux and Linux-based operating systems</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/oss-open-source-software-and-the-related-freedoms-3312128/' rel='bookmark' title='Permanent Link: OSS &#8211; Open-source software and the related freedoms'>OSS &#8211; Open-source software and the related freedoms</a></li>
<li><a href='http://jordanhall.co.uk/web-applications-cloud-computing/google-and-bbc-release-new-beta-homepage-web-designs-0403650/' rel='bookmark' title='Permanent Link: Google and BBC release New Beta Homepage Web Designs'>Google and BBC release New Beta Homepage Web Designs</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/ubuntu-9-10-release-0510362/' rel='bookmark' title='Permanent Link: Ubuntu 9.10 Release'>Ubuntu 9.10 Release</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Google have released a very simple explanatory video, aimed at new computer users, detailing their new operating system which is focused around the Google Chrome web browser. If you&#8217;ve ever needed to ask, what is the difference between Google Chrome OS and Google Chrome, this video explains the answer in the simplest manner possible.</p>
<p style="text-align: center;"><object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/0QRO3gKj3qw&#038;hl=en_GB&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/0QRO3gKj3qw&#038;hl=en_GB&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></p>
<p style="text-align: left;">Google Chrome OS is a basic operating system built upon the Linux kernel. It uses a custom graphical user interface which is based around Google&#8217;s very fast web browser, Google Chrome. It does away with most of the regular operating system and application usage paradigms and focuses primarily on the web browser and therefore Google&#8217;s primary domains in the computer software marketplace, search and web applications.</p>
<p style="text-align: left;">This new operating system is initially designed to run on net book style hardware. Google have been in talks with a large variety of hardware companies and aim to have Google Chrome OS powered computers released to consumers before the end of 2010.</p>
<p style="text-align: left;">As emphasised in the video, Google Chrome OS is designed to almost exclusively utilise web applications and thus almost all data, excluding locally stored caches, is held on the Internet, thus promoting the use of cloud computing for data storage. With Google Mail, Google Docs and Google Calendar, Google already has a formidable cloud based productivity suite in the form of  web applications.</p>
<p style="text-align: left;">It will be very interesting to see how well the open-source Google Chrome OS does and how it helps in the general promotion of alternative open-source operating systems as a whole. </p>
<p>What do you think? Is Google Chrome OS good for Linux?</p>


<br/><p><strong>If you liked this post, you may be interested in these:</strong></p><ol><li><a href='http://jordanhall.co.uk/general-articles/google-chrome-os-raising-awareness-of-open-source-software-0102335/' rel='bookmark' title='Permanent Link: Google Chrome OS Raising Awareness of Open Source Software'>Google Chrome OS Raising Awareness of Open Source Software</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/linux-simple-explanation-3312130/' rel='bookmark' title='Permanent Link: Linux &#8211; A simple explanation of Linux and Linux-based operating systems'>Linux &#8211; A simple explanation of Linux and Linux-based operating systems</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/oss-open-source-software-and-the-related-freedoms-3312128/' rel='bookmark' title='Permanent Link: OSS &#8211; Open-source software and the related freedoms'>OSS &#8211; Open-source software and the related freedoms</a></li>
<li><a href='http://jordanhall.co.uk/web-applications-cloud-computing/google-and-bbc-release-new-beta-homepage-web-designs-0403650/' rel='bookmark' title='Permanent Link: Google and BBC release New Beta Homepage Web Designs'>Google and BBC release New Beta Homepage Web Designs</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/ubuntu-9-10-release-0510362/' rel='bookmark' title='Permanent Link: Ubuntu 9.10 Release'>Ubuntu 9.10 Release</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/ubuntu-linux/google-chrome-os-a-simple-explanation-5212366/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wikipedia Donations &#8211; Help keep Wikipedia free</title>
		<link>http://jordanhall.co.uk/web-applications-cloud-computing/wikipedia-donations-help-keep-wikipedia-free-5412322/</link>
		<comments>http://jordanhall.co.uk/web-applications-cloud-computing/wikipedia-donations-help-keep-wikipedia-free-5412322/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 12:56:54 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[Web, Applications & Cloud Computing]]></category>
		<category><![CDATA[charity]]></category>
		<category><![CDATA[donations]]></category>
		<category><![CDATA[encyclopaedia]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Wikimedia]]></category>
		<category><![CDATA[Wikimedia Foundation]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk/?p=322</guid>
		<description><![CDATA[I just donated to Wikipedia&#8217;s latest fund raising attempt. Being one of my primary resources for information, and an authority on almost any subject under, including and above the Sun, I feel the donation is well worth doing. I recommend anyone who can afford to make the donation and values the information and functionality Wikipedia [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_325" class="wp-caption alignright" style="width: 210px"><img class="size-full wp-image-325" title="High Quality Wikipedia Logo" src="http://jordanhall.co.uk/wp-content/uploads/2009/12/high-quality-wikipedia-logo.jpg" alt="The logo of Wikipedia, the free encyclopaedia - one of the Wikimedia Foundation's many very successful projects " width="200" height="200" /><p class="wp-caption-text">Wikipedia, the free encyclopaedia from the Wikimedia Foundation</p></div>
<p>I just donated to <a href="http://www.wikipedia.org/">Wikipedia&#8217;s</a> <a href="http://wikimediafoundation.org/wiki/Global_Support/uk">latest fund raising attempt</a>. Being one of my primary resources for information, and an authority on almost any subject under, including and above the Sun, I feel the donation is well worth doing. I recommend anyone who can afford to make the donation and values the information and functionality Wikipedia provides, makes a donation, however small to the Wikimedia Foundation.</p>
<p>I donated £10.00 GBP, and received the following e-mail. I am tempted to donate more.</p>
<blockquote><p>Dear Jordan,</p>
<p>Thank you for your gift of GBP 10.00 to the Wikimedia Foundation,<br />
received on December 14, 2009.</p>
<p>Your donation celebrates everything Wikipedia stands for: the power of<br />
information, freedom, sharing, learning and discovery.   Thank you so<br />
much for helping keep Wikipedia freely available for its 330 million<br />
readers around the world.</p>
<p>Many people love Wikipedia, but surprisingly few know it&#8217;s run by a<br />
non-profit.  Please help us spread the word, by forwarding this e-mail<br />
to a few of your friends.</p>
<p>If you have questions about your donation, please send a message to<br />
<a href="mailto:donate@wikimedia.org" target="_blank">donate@wikimedia.org</a>.  To learn more about the Wikimedia Foundation,<br />
visit our blog at <a href="http://blog.wikimedia.org/" target="_blank">http://blog.wikimedia.org/</a> or our website at<br />
<a href="http://wikimediafoundation.org/" target="_blank">http://wikimediafoundation.org/</a>. Or, follow us at<br />
<a href="http://twitter.com/wikimedia" target="_blank">http://twitter.com/wikimedia</a>, <a href="http://identi.ca//wikimedia" target="_blank">http://identi.ca//wikimedia</a>, or<br />
<a href="http://bit.ly/wikiFacebook" target="_blank">http://bit.ly/wikiFacebook</a>.</p>
<p>And again, thank you.  I&#8217;m really, really happy to have<br />
your help.</p>
<p>Sincerely Yours,</p>
<p>Sue Gardner<br />
Executive Director, Wikimedia Foundation</p></blockquote>
<p>When donating, you are asked to provide a public comment to go alongside the record of your donation if you so wish. I, along with many, took this opportunity to state my appreciation and thanks for Wikipedia project, and the Wikimedia Foundation in general.</p>
<blockquote><p><a href="http://wikimediafoundation.org/wiki/Special:ContributionHistory?offset=1260789952#362531">I use Wikipedia almost daily. It is by far my most used Internet information resource.</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/web-applications-cloud-computing/wikipedia-donations-help-keep-wikipedia-free-5412322/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dropbox &#8211; Backing up your files in the cloud with Dropbox</title>
		<link>http://jordanhall.co.uk/web-applications-cloud-computing/dropbox-backing-up-your-files-in-the-cloud-with-dropbox-3312120/</link>
		<comments>http://jordanhall.co.uk/web-applications-cloud-computing/dropbox-backing-up-your-files-in-the-cloud-with-dropbox-3312120/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 22:15:33 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[Web, Applications & Cloud Computing]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[cloud storage]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[online file backup]]></category>
		<category><![CDATA[online storage]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk-17e62166fc8586dfa4d1bc0e1742c08b</guid>
		<description><![CDATA[Originally released in September of 2008, Dropbox has grown to be an enormously useful and popular online storage solution. Although Dropbox functions as a storage solution, its most welcoming features are the live synchronisation and sharing features the software and service provides. For those who have been missing out, Dropbox is incredibly simple to use. [...]

<br/>
<strong>If you liked this post, you may be interested in these:</strong><ol><li><a href='http://jordanhall.co.uk/ubuntu-linux/oss-open-source-software-and-the-related-freedoms-3312128/' rel='bookmark' title='Permanent Link: OSS &#8211; Open-source software and the related freedoms'>OSS &#8211; Open-source software and the related freedoms</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/google-chrome-os-a-simple-explanation-5212366/' rel='bookmark' title='Permanent Link: Google Chrome OS &#8211; A Simple Explanation'>Google Chrome OS &#8211; A Simple Explanation</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/ubuntu-9-10-release-0510362/' rel='bookmark' title='Permanent Link: Ubuntu 9.10 Release'>Ubuntu 9.10 Release</a></li>
<li><a href='http://jordanhall.co.uk/web-applications-cloud-computing/contacular-php-contact-form-0602504/' rel='bookmark' title='Permanent Link: Contacular PHP Contact Form'>Contacular PHP Contact Form</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/versions-ubuntu-versioning-names-or-numbers-3312146/' rel='bookmark' title='Permanent Link: Versions &#8211; Ubuntu versioning &#8211; names or numbers?'>Versions &#8211; Ubuntu versioning &#8211; names or numbers?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img style="display: block; margin-left: auto; margin-right: auto;" src="/content/dropbox_computer_on_fire.jpg" alt="'Um... Isn't your computer on fire?' 'It's okay, my files are saved on Dropbox. It was getting kinda cold in here anyway.'" width="482" height="332" /></p>
<p>Originally released in September of 2008, Dropbox has grown to be an enormously useful and popular online storage solution. Although Dropbox functions as a storage solution, its most welcoming features are the live synchronisation and sharing features the software and service provides.</p>
<p>For those who have been missing out, Dropbox is incredibly simple to use. Essentially, you simply download a small application which runs in the background on your computer. This program creates a &#8216;Dropbox&#8217; or &#8216;My Dropbox&#8217; folder on your computer, and any files and/or folders placed within said folder are automatically synchronised to the online Dropbox storage service.</p>
<p>Most importantly, the Dropbox application can be installed on multiple computers allowing your files to be synchronised rapidly and automatically between many different computers. This can be immensely useful to users of multiple different computer systems, such as a home desktop PC, a work PC, a laptop and so on. Dropbox therefore replaces the need to carry around USB sticks and/or e-mailing files to yourself.</p>
<p>With a free account, you get 2 gigabytes of online storage space. Dropbox also includes a full revision control system and backup of deleted files, allowing files that are deleted accidentally to be restored via the web interface from any computer. The revision control system developed by Dropbox also allows you to restore files to earlier versions again using the simple Dropbox web interface.</p>
<p>I have personally been using Dropbox for many months now and can highly recommend it, both as a synchronisation service and a reliable backup system that has saved my important files on at least one occasion in recent memory. If you wish, you can <a href="https://www.getdropbox.com/referrals/NTI2MTM5NDk">download the Dropbox application here</a> for Windows, Linux or Mac.</p>
<p>Copyright: The image in this article may be copyright to Dropbox, and is used under terms of fair use in good faith.</p>


<br/><p><strong>If you liked this post, you may be interested in these:</strong></p><ol><li><a href='http://jordanhall.co.uk/ubuntu-linux/oss-open-source-software-and-the-related-freedoms-3312128/' rel='bookmark' title='Permanent Link: OSS &#8211; Open-source software and the related freedoms'>OSS &#8211; Open-source software and the related freedoms</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/google-chrome-os-a-simple-explanation-5212366/' rel='bookmark' title='Permanent Link: Google Chrome OS &#8211; A Simple Explanation'>Google Chrome OS &#8211; A Simple Explanation</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/ubuntu-9-10-release-0510362/' rel='bookmark' title='Permanent Link: Ubuntu 9.10 Release'>Ubuntu 9.10 Release</a></li>
<li><a href='http://jordanhall.co.uk/web-applications-cloud-computing/contacular-php-contact-form-0602504/' rel='bookmark' title='Permanent Link: Contacular PHP Contact Form'>Contacular PHP Contact Form</a></li>
<li><a href='http://jordanhall.co.uk/ubuntu-linux/versions-ubuntu-versioning-names-or-numbers-3312146/' rel='bookmark' title='Permanent Link: Versions &#8211; Ubuntu versioning &#8211; names or numbers?'>Versions &#8211; Ubuntu versioning &#8211; names or numbers?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/web-applications-cloud-computing/dropbox-backing-up-your-files-in-the-cloud-with-dropbox-3312120/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
