<?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; Mozilla Firefox</title>
	<atom:link href="http://jordanhall.co.uk/tag/mozilla-firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://jordanhall.co.uk</link>
	<description>Jordan Hall - programmer and geek</description>
	<lastBuildDate>Thu, 19 Jan 2012 11:36:06 +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>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 [...]]]></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>
]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/web-applications-cloud-computing/c-fakepath-in-internet-explorer-8-2804912/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Firefox &#8211; How to easily install Mozilla Firefox 3.5 on Ubuntu 9.04</title>
		<link>http://jordanhall.co.uk/ubuntu-linux/firefox-how-to-easily-install-mozilla-firefox-3-5-on-ubuntu-9-04-3312140/</link>
		<comments>http://jordanhall.co.uk/ubuntu-linux/firefox-how-to-easily-install-mozilla-firefox-3-5-on-ubuntu-9-04-3312140/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 22:15:33 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[Ubuntu & Linux]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firefox 3.5]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Ubuntu 9.04]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk-98f13708210194c475687be6106a3b84</guid>
		<description><![CDATA[The general update policy of Ubuntu states that application versions will be kept stable during each Ubuntu release other than in exceptional cases. Obviously security patches are still applied when available. This does mean however, with the recent release of Firefox 3.5 that Ubuntu users will have to wait until Ubuntu 9.10 until officially receiving [...]]]></description>
			<content:encoded><![CDATA[<p>The general update policy of Ubuntu states that application versions will be kept stable during each Ubuntu release other than in exceptional cases. Obviously security patches are still applied when available. This does mean however, with the recent release of Firefox 3.5 that Ubuntu users will have to wait until Ubuntu 9.10 until officially receiving Firefox 3.5.</p>
<p>However, Firefox 3.5 is available in Ubuntu 9.04&#8242;s software repository by the package name of &#8216;firefox-3.5&#8242;. The application is named Shiretoko, which does not sound very &#8216;Firefox&#8217; but is in fact Mozilla&#8217;s internal development name for Firefox 3.5. To install the firefox-3.5 package in Ubuntu 9.04, just <a href="apt://firefox-3.5">click here</a>, run the command below or install the package via Synaptic Package Manager (found in System -> Administration).</p>
<blockquote><p>sudo apt-get install firefox-3.5</p>
</blockquote>
<p>Although most users who have installed software via the command line will already realise this, the use of &#8216;sudo&#8217; to elevate the command to superuser privileges will prompt you for your user password prior to installation.</p>
<p>After installation, you&#8217;ll find Firefox 3.5 available under Applications -> Internet -> Shiretoko, or can be executed via the command &#8216;firefox-3.5&#8242;. If you wish to make Firefox 3.5 your default web browse under Ubuntu 9.04, first open Preferred Applications which can be found under System -> Preferences. Under &#8216;Web Browser&#8217; (on the &#8216;Internet&#8217; tab) select &#8216;Custom&#8217; and then enter the command below in the &#8216;Command&#8217; box.</p>
<blockquote><p>firefox-3.5 %s</p>
</blockquote>
<p>Now, all new links clicked should open Firefox 3.5 / Shiretoko instead of the previous default.</p>
<p>The inspiration for the article was the many discussions I&#8217;ve already had with users regarding how to install the latest version of firefox in Ubuntu 9.04 and also discussions regarding the gerneal update policy of update, i.e. the lack of backporting of popular applications. This is great for stability, can be mean reduced functionality and in the case of the Firefox, performance, in which Firefox 3.5 heavily out performs Firefox 3.0. However, discussion of update policies and release cycles is another topic entirely.</p>
<p>I hope this basic installation guide comes as a help to those users who want Firefox 3.5 in Ubuntu 9.04. Feel free to discuss below, and add comments regarding any alternate installation methods or even your thoughts on whether or not Firefox 3.5 should have been &#8216;officially&#8217; backported to Ubuntu 9.04.</p>
]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/ubuntu-linux/firefox-how-to-easily-install-mozilla-firefox-3-5-on-ubuntu-9-04-3312140/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 Release</title>
		<link>http://jordanhall.co.uk/ubuntu-linux/ubuntu-9-10-release-0510362/</link>
		<comments>http://jordanhall.co.uk/ubuntu-linux/ubuntu-9-10-release-0510362/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 12:11:05 +0000</pubDate>
		<dc:creator>Jordan Hall</dc:creator>
				<category><![CDATA[Ubuntu & Linux]]></category>
		<category><![CDATA[Canonical]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[instant messaging]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[system software]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>
		<category><![CDATA[Ubuntu Karmic Koala]]></category>
		<category><![CDATA[Ubuntu One]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://jordanhall.co.uk/?p=362</guid>
		<description><![CDATA[Ubuntu 9.10, the user-friendly, free, Linux-based operating system, is to be released tomorrow (the 29th of October 2009). Canonical, Ubuntu&#8217;s corporate sponsor, states that Ubuntu 9.10, codenamed Karmic Koala, &#8216;puts the user at the heart of its new design&#8217;, and being an Ubuntu user myself for about three years and a Linux user for significantly [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-363" title="Ubuntu 9.10 Karmic Koala coming soon" src="http://jordanhall.co.uk/wp-content/uploads/2009/12/ubuntu-9-10-karmic-koala-coming-soon.png" alt="Ubuntu 9.10 Karmic Koala coming soon" width="180" height="150" />Ubuntu 9.10, the user-friendly, free, Linux-based operating system, is to be released tomorrow (the 29th of October 2009). Canonical, Ubuntu&#8217;s corporate sponsor, states that Ubuntu 9.10, codenamed Karmic Koala, &#8216;puts the user at the heart of its new design&#8217;, and being an Ubuntu user myself for about three years and a Linux user for significantly longer, I can certainly agree.</p>
<p>Having been a tester of Ubuntu 9.10 during its development, I can tell you that Ubuntu 9.10 will feature the following upon its release.</p>
<ul>
<li><strong>E-mail and Chat Features</strong> &#8211; Ubuntu 9.10 will feature a built-in instant messenging client, Empathy, which can connect to many of the most popular instant messaging services, including Yahoo, Gmail (Google Talk), MSN (Windows Live), Jabber, AOL, QQ and many more. In addition to instant messaging, the latest version of the e-mail and personal information management program, Evolution, is included. Evolution can manage your contacts, e-mail, schedule, tasks and memos &#8211; all for free.</li>
</ul>
<ul>
<li><strong>Internet</strong> &#8211; Ubuntu 9.10 ships will the very latest version of Mozilla Firefox, which is much faster and excellent for browsing modern websites and web applications which are heavy on dynamic client-side content, such as Javascript. Complex web pages such as Facebook, Google Maps and others will load and work lightning fast.</li>
</ul>
<ul>
<li><strong>Music and videos</strong> &#8211; Music and videos are managed with ease in Ubuntu 9.10. Simply plug in your iPod, PSP, MP3 or MP4 player and use the built-in media player, Rhytmbox, to download, store, buy and play your music collection. Ubuntu 9.10 can play many video formats with no problems and anything it can not play it will offer to download and install the required codecs automatically, and for free.</li>
</ul>
<ul>
<li><strong>Office and productivity</strong> &#8211; Word processing, spreadsheets or presentations can all be handled by the latest version of OpenOffice.org which is including in the latest version of Ubuntu. OpenOffice is compatible with all other office applications including, but not limited to, Microsoft Office.</li>
</ul>
<ul>
<li><strong>Store, share and synchronise</strong> &#8211; Ubuntu 9.10 features integrated &#8216;Ubuntu One&#8217; service, which allows you to easily and seamlessly synchronise your contacts, notes, files and folders between all your Ubuntu computers. Even if you are on a computer running Mac or Windows you can still access all your files online, meaning you&#8217;ll never be at computer without your files.</li>
</ul>
<ul>
<li><strong>Software centre</strong> &#8211; The brand new software centre for this version of Ubuntu allows you to download and install thousands of free and open-source applications automatically with only 2 or 3 clicks.</li>
</ul>
<ul>
<li><strong>Gaming</strong> &#8211; Linux-based systems are generally not well known for their gaming prowess. However, Ubuntu 9.10 ships with the ability to download over 400 fun games directly from the built-in software centre. All these games are still completely free and installable with only a few clicks.</li>
</ul>
<p>This latest version of Ubuntu provides advantages for both business workstations and home user desktops. Although not mentioned in this article so far, for enterprises and small home/offices, the server edition of Ubuntu 9.10 is also released tomorrow alongside the desktop edition.</p>
<p>For more information about Ubuntu, visit the <a href="http://www.ubuntu.com/">official Ubuntu website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jordanhall.co.uk/ubuntu-linux/ubuntu-9-10-release-0510362/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

