<?xml version="1.0" encoding="utf-8"?>

			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Blog of Shaun McCran - Architecting robust, elegant technical and business solutions - Browsers</title>
			<link>http://www.mccran.co.uk/index.cfm</link>
			<description>I write about Architecture and Design, Architectural patterns, Architectural Principles and Architectural policies. This includes TOGAF, Zachman, Business Architecture, SOA and Process and tools such as the IBM Rational software and Adobe products. I also write about my previous life as a mobile and web developer.</description>
			<language>en-gb</language>
			<pubDate>Tue, 09 Jun 2026 06:47:43 -0000</pubDate>
			<lastBuildDate>Sun, 25 Sep 2011 13:27:00 -0000</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>shaun@mccran.co.uk</managingEditor>
			<webMaster>shaun@mccran.co.uk</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>shaun@mccran.co.uk</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>Samsung Galaxy Tab 10.1: Switching your browser from mobile view</title>
				<link>http://www.mccran.co.uk/index.cfm/2011/9/25/Samsung-Galaxy-Tab-101-Switching-your-browser-from-mobile-view</link>
				<description>
				
				The Samsung Galaxy 10.1 tablet has a screen that is easily capable of rendering full size website layouts, but the default view mode is as a mobile device. This means that you are served up the mobile optimised version of a website instead of the regular desktop experience.
				 [More]
				</description>
				
				
				<category>Android</category>
				
				<category>Browsers</category>
				
				<category>Mobile</category>
				
				<pubDate>Sun, 25 Sep 2011 13:27:00 -0000</pubDate>
				<guid>http://www.mccran.co.uk/index.cfm/2011/9/25/Samsung-Galaxy-Tab-101-Switching-your-browser-from-mobile-view</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Position:relative and overflow CSS issues in Internet Explorer</title>
				<link>http://www.mccran.co.uk/index.cfm/2011/9/6/Positionrelative-and-overflow-CSS-issues-in-Internet-Explorer</link>
				<description>
				
				I was working on a project this week and in the final testing phases I noticed that there was some unusual behaviour in Internet explorer.

A div with an overflow of auto had elements within it that had a position: relative class. The problem here was that the elements remained fixed in place, and the scrollbar was no longer scrolling their content.
				 [More]
				</description>
				
				
				<category>CSS</category>
				
				<category>Browsers</category>
				
				<pubDate>Tue, 06 Sep 2011 08:23:00 -0000</pubDate>
				<guid>http://www.mccran.co.uk/index.cfm/2011/9/6/Positionrelative-and-overflow-CSS-issues-in-Internet-Explorer</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Creating a baseline  HTML 5 document</title>
				<link>http://www.mccran.co.uk/index.cfm/2011/8/14/Creating-a-baseline--HTML-5-document</link>
				<description>
				
				Browser standards and cutting edge web design are not great bedfellows. I&apos;ve heard the arguments from creative designers that you have to write specific browser CSS styles to accommodate the multitude of browsers and their own unique way of rendering CSS. 

I disagree. I firmly believe that with a good understanding of the structure of CSS elements and how they interact with each other you can develop a completely cross-browser non JavaScript baseline template. This article explains how I have approached creating a HTML 5 layout file, that works across legacy browsers just as well as the more modern interpreters.
				 [More]
				</description>
				
				
				<category>Best practices</category>
				
				<category>Browsers</category>
				
				<category>HTML</category>
				
				<pubDate>Sun, 14 Aug 2011 09:11:00 -0000</pubDate>
				<guid>http://www.mccran.co.uk/index.cfm/2011/8/14/Creating-a-baseline--HTML-5-document</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>IE9 .Woff font browser support test</title>
				<link>http://www.mccran.co.uk/index.cfm/2011/8/3/IE9-Woff-font-browser-support-test</link>
				<description>
				
				I started using Font Squirrel a while ago to embed custom font faces into websites. After upgrading to Windows 7 I encountered a heavily documented issue about IE 9 and @font faces.
				 [More]
				</description>
				
				
				<category>CSS</category>
				
				<category>Browsers</category>
				
				<pubDate>Wed, 03 Aug 2011 02:50:00 -0000</pubDate>
				<guid>http://www.mccran.co.uk/index.cfm/2011/8/3/IE9-Woff-font-browser-support-test</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Handling JavaScript event model differences in Internet Explorer and Firefox</title>
				<link>http://www.mccran.co.uk/index.cfm/2010/4/14/Handling-JavaScript-event-model-differences-in-Internet-Explorer-and-Firefox</link>
				<description>
				
				A few weeks ago I created an inline editing system for a Content Management System. It allowed a user to click on a page element and edit it inline. The updated data was then submitted through an AJAX request.

I have recently discovered an issue with some of the JavaScript code that I wrote in the event handling routine.
				 [More]
				</description>
				
				
				<category>Internet Explorer</category>
				
				<category>Browsers</category>
				
				<category>Javascript</category>
				
				<pubDate>Wed, 14 Apr 2010 15:15:00 -0000</pubDate>
				<guid>http://www.mccran.co.uk/index.cfm/2010/4/14/Handling-JavaScript-event-model-differences-in-Internet-Explorer-and-Firefox</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Creating a CSS only cross browser drop down menu</title>
				<link>http://www.mccran.co.uk/index.cfm/2010/1/8/Creating-a-CSS-only-cross-browser-drop-down-menu</link>
				<description>
				
				I&apos;ll say this up front, I&apos;m not a CSS guru. I like CSS, but it can be incredibly frustrating. One of the clients I am currently producing work for requires a high level of Accessibility. High enough that we need to avoid using JavaScript unless any script has a &quot;Non&quot; JavaScript equivalent.

The site navigation is through a top level horizontal menu, but what if we also want a drop down menu? Can we do it in CSS only, and it still be Firefox, Internet Explorer 6,7 and 8 compatible? 

Yes, we can, but it&apos;s a lot of code, and it&apos;s not pretty. The basic concept behind most CSS menus is to use a list, and transform each list item to suit your styling. So we will create a div, with a class of menu. Then create a list inside it.

&lt;code&gt;
	&lt;div class=&quot;menu&quot;&gt;
		&lt;ul&gt;
		&lt;li&gt;&lt;a href=&quot;&quot;&gt;Top menu option
		&lt;!--[if IE 7]&gt;&lt;!--&gt;&lt;/a&gt;&lt;!--&lt;![endif]--&gt;
		&lt;!--[if lte IE 6]&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;![endif]--&gt;
	
		&lt;ul&gt;
			&lt;li&gt;&lt;a href=&quot;&quot;&gt;Link 1&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;&quot;&gt;Link 2&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;&quot;&gt;Link 3&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;&quot;&gt;Link 4&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;&quot;&gt;Link 5&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;&quot;&gt;Link 6&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;

			&lt;!--[if lte IE 6]&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/a&gt;&lt;![endif]--&gt;
		&lt;/li&gt;
		
		&lt;/ul&gt;
	
	&lt;/div&gt;
&lt;/code&gt;

Notice that there are some specific if statements relating to different versions of Internet Explorer. these basically make the functionality the same for each version, they are compensating for the differences in code handling between IE versions.

Next create a set of CSS styles to alter the appearance of the list. I am not going to go into the CSS line by line, as it is commented, but I&apos;ll explain the methodology behind it.

The top level menu item is always displayed, but the list is hidden using &quot;visibility:hidden&quot;. When the user mouse&apos;s over the menu div the CSS applies a:hover ul{visibility:visible;. This makes the list visible. 

&lt;code&gt;

&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;

.menu {width:149px; height:32px; position:relative; z-index:100;border-right:1px solid #000; font-family:arial, sans-serif;}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:149px; w\idth:149px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}

/* float the list to make it horizontal and a relative position so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#c0c0c0; padding-left:10px; line-height:29px; font-weight:bold;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#c0c0cc url(arrow.gif) no-repeat 130px center;}

/* style the second level hover */
.menu ul ul a.drop:hover{background:#c0c0cc url(arrow.gif) no-repeat 130px center;}
.menu ul ul :hover &gt; a.drop {background:#c0c0cc url(arrow.gif) no-repeat 130px center;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}

/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background: ghostwhite; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#c0c0cc;}
.menu :hover &gt; a, .menu ul ul :hover &gt; a {color:#000; background:#c0c0cc;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
&lt;/code&gt;

There are also a lot of other browser specific hacks present, as the aim was to get the menu working in every Internet Explorer version, and be Accessible.

There is a demo of this here: &lt;a href=&quot;http://www.mccran.co.uk/css/demo.cfm&quot; target=&quot;_blank&quot;&gt;CSS menu demo&lt;/a&gt;
				
				</description>
				
				
				<category>Internet Explorer</category>
				
				<category>Accessibility</category>
				
				<category>CSS</category>
				
				<category>Browsers</category>
				
				<category>HTML</category>
				
				<pubDate>Fri, 08 Jan 2010 16:47:00 -0000</pubDate>
				<guid>http://www.mccran.co.uk/index.cfm/2010/1/8/Creating-a-CSS-only-cross-browser-drop-down-menu</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>My handy IE CSS tweaks list</title>
				<link>http://www.mccran.co.uk/index.cfm/2009/12/18/My-handy-IE-CSS-tweaks-list</link>
				<description>
				
				I&apos;m not really a design kind of person, I like designing things, and I&apos;m learning more and more CSS all the time, but it&apos;s the server side coding that I love like Apple Pie and custard.

Recently I&apos;ve had to do a bit more design work, so I&apos;ve been tripping all over myself to get CSS working in IE6,IE7,IE8 and firefox. I&apos;ve learnt a few interesting things in the last few days, and I know I&apos;m going to need to use them again. Some are considered &apos;hacks&apos;, some are just clever CSS techniques. They all feel a bit like secret rules of a club I&apos;m not really a member of yet though.

So I&apos;m making a handy list, so I don&apos;t loose them. I hope to refine and add to this on an ongoing basis, so if you know a better / easier way please let me know. After all coding standards are for life, not just Christmas, and I don&apos;t like the idea of anything being a hack, even if it is CSS.

&lt;h3&gt;Adding a 1px high line to IE&lt;/h3&gt;
I am trying to add a 1px line, like a HR line to the page, it displays fat in IE?

It seems that some versions of IE will display a div without content as the same height as your font size. Add html comments to it to drop it down to the right height:
&lt;code&gt;
&lt;style&gt;
.yellow-ruler {color: #ffd520; background-color:#ffd520; width: 100%; height:2px; margin: 3px 0px 0px 0px;}
&lt;/style&gt;
&lt;div class=&quot;yellow-ruler&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
&lt;/code&gt;

&lt;h3&gt;IE is adding padding and margins to everything by default&lt;/h3&gt;

I think there is a lot more information about this out there, but for now I&apos;ve found that adding the code below will kill most of IE&apos;s random padding/margin issues.

&lt;code&gt;
* {margin:0; padding:0; border: 0px;}
&lt;/code&gt;

&lt;h3&gt;I&apos;ve built a JQuery accordion and the content doesn&apos;t move correctly&lt;/h3&gt;

When expanding a JQuery accordion element the content underneath it is not moving down, and the accordion is expanding over it. This was a simple fix, but a bit of a pain to find. Just do not specify a height attribute on the div that hold the accordion, IE will stick to the height, but firefox will let it grow to be longer.

&lt;h3&gt;Styling form element borders&lt;/h3&gt;

If you have a CSS rule like the one above that removes all the margins, padding and borders then all your form elements will have no border. IE your text fields and textareas etc will not have a clearly defined edge to them. By adding the line of CSS under this (select,input, etc) you can set the style width and colour of your form elements so that you control them, rather than the browser defaults. In Internet explorer this will also add borders to the checkbox and radio form elements. There does not seem to be any way of writing a CSS style to remove this inherently, so create a style of borderless and set all your radio and checkbox fields to &quot;class=borderless&quot;.

&lt;code&gt;
* {margin:0; padding:0; border: 0px;}

select,input,textarea{border-width: 1px; border-style: solid; border-color: grey;}

/* IE stops the radio borders */
.borderless{border: 0px;}
&lt;/code&gt;

&lt;h3&gt;Strange IE positioning fix&lt;/h3&gt;

Sometimes in IE (mainly 6) using position: absolute just does not render the div on screen. I am not sure why. Adding a &quot;clear: both;&quot; or a &quot;clear: left;&quot; or a &quot;clear: right;&quot; appears to fix this.

&lt;h3&gt;Easy centering of elements&lt;/h3&gt;

I used to struggle with centering elements on a page all the time, but now you can do something like this:

&lt;code&gt;
P.blockoftext {
    margin-left: auto;
    margin-right: auto;
    width: 6em
}

&lt;p class=&quot;blocktext&quot;&gt;Text&lt;/p&gt;

&lt;/code&gt;

This will center a block of text and give it a width of 6.

For images you can do this:

&lt;code&gt;

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

&lt;img class=&quot;displayed&quot; src=&quot;...&quot; alt=&quot;...&quot;&gt;

&lt;/code&gt;

That will auto center the image inside its containing div.
				
				</description>
				
				
				<category>Internet Explorer</category>
				
				<category>CSS</category>
				
				<category>Browsers</category>
				
				<category>HTML</category>
				
				<pubDate>Fri, 18 Dec 2009 12:05:00 -0000</pubDate>
				<guid>http://www.mccran.co.uk/index.cfm/2009/12/18/My-handy-IE-CSS-tweaks-list</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Firefox helpfully caching forms and their values</title>
				<link>http://www.mccran.co.uk/index.cfm/2009/12/14/Firefox-helpfully-caching-forms-and-their-values</link>
				<description>
				
				Whilst building a form recently I hit a real noob stumbling block. I was trying to set a select value to selected if the value had previously been submitted, something like this:

&lt;code&gt;

&lt;cfset variables.prefix = &quot;Mr,Mrs,Ms,Miss,Dr&quot;&gt;
				&lt;select name=&quot;title&quot; size=&quot;1&quot; class=&quot;form-select&quot;&gt;
					&lt;option value=&quot;&quot;&gt;Please select from&lt;/option&gt;
					&lt;cfloop list=&quot;#variables.prefix#&quot; index=&quot;variables.index&quot; delimiters=&quot;,&quot;&gt;
						&lt;option value=&quot;#variables.index#&quot; &lt;cfif attributes.title EQ #variables.index#&gt; selected=&quot;yes&quot; &lt;/cfif&gt;&gt;#variables.index#&lt;/option&gt;
					&lt;/cfloop&gt;
				&lt;/select&gt;

&lt;/code&gt;

Pretty straight forward, you&apos;ll all agree. The issue comes in where I had entered selected=&quot;selected&quot;. This isn&apos;t the correct code for a select option. 

Handily Firefox will cache the form structure and form data, so that when you refresh the page it just loads up the cached version. This is great if you coded it correctly, otherwise it happily serves you up your coding errors again. So don&apos;t refresh your forms in testing. 

Add ?test=1 or something to make the request a new URL.
				
				</description>
				
				
				<category>Browsers</category>
				
				<category>HTML</category>
				
				<pubDate>Mon, 14 Dec 2009 14:58:00 -0000</pubDate>
				<guid>http://www.mccran.co.uk/index.cfm/2009/12/14/Firefox-helpfully-caching-forms-and-their-values</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Long button issues in IE, a CSS fix</title>
				<link>http://www.mccran.co.uk/index.cfm/2009/8/5/Long-button-issues-in-IE--a-CSS-fix</link>
				<description>
				
				A brief CSS interlude.

A styling issue came up on a site recently, we had a series of buttons that had long text. Like whole sentences. In Firefox that was fine, but in Internet Explorer (7 and 8) they were super widely padded out. They were a fair bit longer than necessary, so long they were messing up the general layout of the template.
&lt;p&gt;
Long buttons in Internet Explorer:
&lt;p&gt;
&lt;img src=&quot;http://www.mccran.co.uk/images/ie_buttons.gif&quot; Title=&quot;Long buttons in IE&quot; /&gt;
&lt;p&gt;
The same buttons in Firefox:
&lt;p&gt;
&lt;img src=&quot;http://www.mccran.co.uk/images/ffbuttons.gif&quot; /&gt;
&lt;p&gt;
After looking at setting the margins, or the padding to 0, or even negative numbers nothing was working. Turns out you need to set the width to auto, and just let the text push out the width of the button using &apos;overflow:visible&apos;.

This is the CSS that generates the above buttons:

&lt;code&gt;
&lt;style&gt;
#button{width:auto; overflow:visible;}

#buttonPadded{width:auto; overflow:visible; padding-left: 10px; padding-right: 10px;}
&lt;/style&gt;

&lt;input type=&quot;submit&quot; value=&quot;This is some really long text, probably too long for a button&quot;&gt;
&lt;p /&gt;
&lt;input type=&quot;submit&quot; value=&quot;This is some really long text, probably too long for a button&quot; id=&quot;button&quot;&gt;
&lt;p /&gt;
&lt;input type=&quot;submit&quot; value=&quot;This is some really long text, probably too long for a button&quot; id=&quot;buttonPadded&quot;&gt;

&lt;/code&gt;

This then makes text was a little close to the edge, so I&apos;ve added a left and right padding setting, gives it that bit of space at the edges.
				
				</description>
				
				
				<category>Internet Explorer</category>
				
				<category>CSS</category>
				
				<category>Browsers</category>
				
				<pubDate>Wed, 05 Aug 2009 10:54:00 -0000</pubDate>
				<guid>http://www.mccran.co.uk/index.cfm/2009/8/5/Long-button-issues-in-IE--a-CSS-fix</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Apostrophe ( &amp;amp;apos; ) display issues</title>
				<link>http://www.mccran.co.uk/index.cfm/2009/7/1/Apostrophe--apos--display-issues</link>
				<description>
				
				It appears that the character entity &amp;amp;apos; is not a valid HTML entity. It was just XML, and thus XHTML. 

If you are using a browser that doesn&apos;t support XHTML then you probably shouldn&apos;t use it, as it will appear as a normal text string. I found this whilst testing something in IE 8, as that is not XHTML compliant.

So just use the &apos; character, or if you really feel that you have to escape it use:

&amp;amp;#39;

Just be careful with that one, as it will cause coldFusion to flip out. Then you may need to escape your escape characters, and then where will you be?
				
				</description>
				
				
				<category>Internet Explorer</category>
				
				<category>Browsers</category>
				
				<category>HTML</category>
				
				<pubDate>Wed, 01 Jul 2009 11:07:00 -0000</pubDate>
				<guid>http://www.mccran.co.uk/index.cfm/2009/7/1/Apostrophe--apos--display-issues</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Firefox not displaying Google maps generated images</title>
				<link>http://www.mccran.co.uk/index.cfm/2009/6/30/Firefox-not-displaying-Google-maps-generated-images</link>
				<description>
				
				My latest Google maps lookup template was not working in Firefox 3.n. It was working fine in IE 8 (and 8) so I thought maybe IE was compensating for some shaky JavaScript code, and &apos;working out&apos; what I was trying to do and fixing it for me.

After spending half an hour painstaking going through my Google JavaScript and removing everything out of my FuseBox framework, just in case anything was mysteriously interfering, I was at a dead end.

A quick flick around online and it seems that there is a setting in FireFox that blocks this sort of functionality.

&lt;ol&gt;
&lt;li&gt;Type &apos;about:config&apos; (without quotes) in the browser&apos;s address bar. &lt;/li&gt;
&lt;li&gt;Type &apos;image&apos; (without quotes) in the &apos;Filter&apos; field. &lt;/li&gt;
&lt;li&gt;Verify that &apos;dom.disable_image_src_set&apos; is set to FALSE.&lt;/li&gt; 
&lt;li&gt;Verify that &apos;permissions.default.image&apos; is set to 0 (the default setting). &lt;/li&gt;
&lt;/ol&gt;

&lt;img src=&quot;http://www.mccran.co.uk/images/images//dragons.gif&quot; alt=&quot;FireFox settings about:config&quot;&gt;

For some reason in my FireFox installation the &apos;permissions.default.image&apos; was set to 1, which blocks the function return from Google.

Google has a tech note on it here:

&lt;a href=http://maps.google.com/support/bin/answer.py?answer=18529&amp;topic=10789 target=&quot;new&quot;&gt; http://maps.google.com/support/bin/answer.py?answer=18529&amp;topic=10789&lt;/a&gt;

It is really frustrating when &apos;controls&apos; are set outside of the development environment. Now to put all my code back!
				
				</description>
				
				
				<category>Google</category>
				
				<category>Browsers</category>
				
				<category>Javascript</category>
				
				<category>Web technologies</category>
				
				<pubDate>Tue, 30 Jun 2009 15:50:00 -0000</pubDate>
				<guid>http://www.mccran.co.uk/index.cfm/2009/6/30/Firefox-not-displaying-Google-maps-generated-images</guid>
				
				
			</item>
			
		 	
			</channel></rss>