<?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>squirrel_factory &#187; Uncategorized</title>
	<atom:link href="http://www.flamingsquirrel.co.uk/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flamingsquirrel.co.uk/blog</link>
	<description>Creative development</description>
	<lastBuildDate>Wed, 15 Apr 2009 09:06:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flex 3 default background colour</title>
		<link>http://www.flamingsquirrel.co.uk/blog/flex-3-default-background-colour/</link>
		<comments>http://www.flamingsquirrel.co.uk/blog/flex-3-default-background-colour/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 09:06:42 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.flamingsquirrel.co.uk/blog/?p=107</guid>
		<description><![CDATA[If you would like to change the default &#8216;blue&#8217; of your Flex movie as it preloads:
Select Project &#62; Properties &#62; Flex Compiler and under the Additional compiler arguments add &#8216;-default-background-color #yourcolour&#8217;. So if you want a plain white background it would look like:
-locale en_US -default-background-color #FFFFFF
]]></description>
			<content:encoded><![CDATA[<p>If you would like to change the default &#8216;blue&#8217; of your Flex movie as it preloads:</p>
<p>Select Project &gt; Properties &gt; Flex Compiler and under the Additional compiler arguments add &#8216;-default-background-color #yourcolour&#8217;. So if you want a plain white background it would look like:</p>
<p>-locale en_US -default-background-color #FFFFFF</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flamingsquirrel.co.uk/blog/flex-3-default-background-colour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Positioning a background image at the foot of the page</title>
		<link>http://www.flamingsquirrel.co.uk/blog/40/</link>
		<comments>http://www.flamingsquirrel.co.uk/blog/40/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 14:48:40 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.flamingsquirrel.co.uk/blog/?p=40</guid>
		<description><![CDATA[If you need to position a background image at the foot of a page you will realise its pretty tricky to align it right at the bottom.
Add the following to your stylesheet and hey presto!
html {
min-height: 100%;
height: auto;
}
]]></description>
			<content:encoded><![CDATA[<p>If you need to position a background image at the foot of a page you will realise its pretty tricky to align it right at the bottom.</p>
<p>Add the following to your stylesheet and hey presto!</p>
<p><code>html {<br />
min-height: 100%;<br />
height: auto;<br />
}</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.flamingsquirrel.co.uk/blog/40/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Missing image problem</title>
		<link>http://www.flamingsquirrel.co.uk/blog/missing-image-problem/</link>
		<comments>http://www.flamingsquirrel.co.uk/blog/missing-image-problem/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 13:42:31 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.flamingsquirrel.co.uk/blog/?p=39</guid>
		<description><![CDATA[I have often come across the problem of a missing image when developing a site.
The solution is simple.
&#60;img src=&#8221;image.gif&#8221; width=&#8221;100&#8243; height=&#8221;100&#8243; onerror=&#8221;this.src=&#8217;error.gif&#8217;;&#8221;&#62;
If the correct image doesn&#8217;t exist the image named error.gif will be used instead.
Credit goes to Rob Gonda for this tip.
]]></description>
			<content:encoded><![CDATA[<p>I have often come across the problem of a missing image when developing a site.</p>
<p>The solution is simple.</p>
<p>&lt;img src=&#8221;image.gif&#8221; width=&#8221;100&#8243; height=&#8221;100&#8243; onerror=&#8221;this.src=&#8217;error.gif&#8217;;&#8221;&gt;</p>
<p>If the correct image doesn&#8217;t exist the image named error.gif will be used instead.</p>
<p><a href="http://www.robgonda.com/blog/index.cfm/2008/4/21/HTML-OnMissingImage">Credit goes to Rob Gonda</a> for this tip.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flamingsquirrel.co.uk/blog/missing-image-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASCII Entities with Entity Names</title>
		<link>http://www.flamingsquirrel.co.uk/blog/ascii-entities-with-entity-names/</link>
		<comments>http://www.flamingsquirrel.co.uk/blog/ascii-entities-with-entity-names/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 16:16:29 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.flamingsquirrel.co.uk/blog/ascii-entities-with-entity-names/</guid>
		<description><![CDATA[ASCII Entities with Entity Names


Result
Description
Entity Name
Entity Number


&#34;
quotation mark
&#38;quot;
&#38;#34;


&#8216;
apostrophe&#160;
&#38;apos; (does not work in IE)
&#38;#39;


&#38;
ampersand
&#38;amp;
&#38;#38;


&#60;
less-than
&#38;lt;
&#38;#60;


&#62;
greater-than
&#38;gt;
&#38;#62;




ISO 8859-1 Symbol Entities


Result
Description
Entity Name
Entity Number


&#160;
non-breaking space
&#38;nbsp;
&#38;#160;


&#161;
inverted exclamation mark
&#38;iexcl;
&#38;#161;


¢
cent
&#38;cent;
&#38;#162;


£
pound
&#38;pound;
&#38;#163;


¤
currency
&#38;curren;
&#38;#164;


¥
yen
&#38;yen;
&#38;#165;


&#166;
broken vertical bar
&#38;brvbar;
&#38;#166;


§
section
&#38;sect;
&#38;#167;


¨
spacing diaeresis
&#38;uml;
&#38;#168;


&#169;
copyright
&#38;copy;
&#38;#169;


ª
feminine ordinal indicator
&#38;ordf;
&#38;#170;


&#171;
angle quotation mark (left)
&#38;laquo;
&#38;#171;


¬
negation
&#38;not;
&#38;#172;


­
soft hyphen
&#38;shy;
&#38;#173;


&#174;
registered trademark
&#38;reg;
&#38;#174;


¯
spacing macron
&#38;macr;
&#38;#175;


°
degree
&#38;deg;
&#38;#176;


±
plus-or-minus&#160;
&#38;plusmn;
&#38;#177;


²
superscript 2
&#38;sup2;
&#38;#178;


³
superscript 3
&#38;sup3;
&#38;#179;


´
spacing acute
&#38;acute;
&#38;#180;


µ
micro
&#38;micro;
&#38;#181;


¶
paragraph
&#38;para;
&#38;#182;


·
middle dot
&#38;middot;
&#38;#183;


¸
spacing cedilla
&#38;cedil;
&#38;#184;


¹
superscript 1
&#38;sup1;
&#38;#185;


º
masculine ordinal indicator
&#38;ordm;
&#38;#186;


&#187;
angle quotation mark (right)
&#38;raquo;
&#38;#187;


¼
fraction 1/4
&#38;frac14;
&#38;#188;


½
fraction 1/2
&#38;frac12;
&#38;#189;


¾
fraction 3/4
&#38;frac34;
&#38;#190;


¿
inverted question mark
&#38;iquest;
&#38;#191;


×
multiplication
&#38;times;
&#38;#215;


÷
division
&#38;divide;
&#38;#247;




ISO 8859-1 Character Entities


Result
Description
Entity Name
Entity Number


&#192;
capital a, grave [...]]]></description>
			<content:encoded><![CDATA[<h2>ASCII Entities with Entity Names</h2>
<table class="ex" cellspacing="0" border="1" width="100%">
<tr>
<th align="left">Result</th>
<th align="left">Description</th>
<th align="left">Entity Name</th>
<th align="left">Entity Number</th>
</tr>
<tr>
<td>&quot;</td>
<td>quotation mark</td>
<td>&amp;quot;</td>
<td>&amp;#34;</td>
</tr>
<tr>
<td>&#8216;</td>
<td>apostrophe&nbsp;</td>
<td>&amp;apos; (does not work in IE)</td>
<td>&amp;#39;</td>
</tr>
<tr>
<td>&amp;</td>
<td>ampersand</td>
<td>&amp;amp;</td>
<td>&amp;#38;</td>
</tr>
<tr>
<td>&lt;</td>
<td>less-than</td>
<td>&amp;lt;</td>
<td>&amp;#60;</td>
</tr>
<tr>
<td>&#62;</td>
<td>greater-than</td>
<td>&amp;gt;</td>
<td>&amp;#62;</td>
</tr>
</table>
<p></p>
<hr />
<h2>ISO 8859-1 Symbol Entities</h2>
<table class="ex" cellspacing="0" border="1" width="100%">
<tr>
<th align="left">Result</th>
<th align="left">Description</th>
<th align="left">Entity Name</th>
<th align="left">Entity Number</th>
</tr>
<tr>
<td>&nbsp;</td>
<td>non-breaking space</td>
<td>&amp;nbsp;</td>
<td>&amp;#160;</td>
</tr>
<tr>
<td>&iexcl;</td>
<td>inverted exclamation mark</td>
<td>&amp;iexcl;</td>
<td>&amp;#161;</td>
</tr>
<tr>
<td>¢</td>
<td>cent</td>
<td>&amp;cent;</td>
<td>&amp;#162;</td>
</tr>
<tr>
<td>£</td>
<td>pound</td>
<td>&amp;pound;</td>
<td>&amp;#163;</td>
</tr>
<tr>
<td>¤</td>
<td>currency</td>
<td>&amp;curren;</td>
<td>&amp;#164;</td>
</tr>
<tr>
<td>¥</td>
<td>yen</td>
<td>&amp;yen;</td>
<td>&amp;#165;</td>
</tr>
<tr>
<td>&brvbar;</td>
<td>broken vertical bar</td>
<td>&amp;brvbar;</td>
<td>&amp;#166;</td>
</tr>
<tr>
<td>§</td>
<td>section</td>
<td>&amp;sect;</td>
<td>&amp;#167;</td>
</tr>
<tr>
<td>¨</td>
<td>spacing diaeresis</td>
<td>&amp;uml;</td>
<td>&amp;#168;</td>
</tr>
<tr>
<td>&copy;</td>
<td>copyright</td>
<td>&amp;copy;</td>
<td>&amp;#169;</td>
</tr>
<tr>
<td>ª</td>
<td>feminine ordinal indicator</td>
<td>&amp;ordf;</td>
<td>&amp;#170;</td>
</tr>
<tr>
<td>&laquo;</td>
<td>angle quotation mark (left)</td>
<td>&amp;laquo;</td>
<td>&amp;#171;</td>
</tr>
<tr>
<td>¬</td>
<td>negation</td>
<td>&amp;not;</td>
<td>&amp;#172;</td>
</tr>
<tr>
<td>­</td>
<td>soft hyphen</td>
<td>&amp;shy;</td>
<td>&amp;#173;</td>
</tr>
<tr>
<td>&#174;</td>
<td>registered trademark</td>
<td>&amp;reg;</td>
<td>&amp;#174;</td>
</tr>
<tr>
<td>¯</td>
<td>spacing macron</td>
<td>&amp;macr;</td>
<td>&amp;#175;</td>
</tr>
<tr>
<td>°</td>
<td>degree</td>
<td>&amp;deg;</td>
<td>&amp;#176;</td>
</tr>
<tr>
<td>±</td>
<td>plus-or-minus&nbsp;</td>
<td>&amp;plusmn;</td>
<td>&amp;#177;</td>
</tr>
<tr>
<td>²</td>
<td>superscript 2</td>
<td>&amp;sup2;</td>
<td>&amp;#178;</td>
</tr>
<tr>
<td>³</td>
<td>superscript 3</td>
<td>&amp;sup3;</td>
<td>&amp;#179;</td>
</tr>
<tr>
<td>´</td>
<td>spacing acute</td>
<td>&amp;acute;</td>
<td>&amp;#180;</td>
</tr>
<tr>
<td>µ</td>
<td>micro</td>
<td>&amp;micro;</td>
<td>&amp;#181;</td>
</tr>
<tr>
<td>¶</td>
<td>paragraph</td>
<td>&amp;para;</td>
<td>&amp;#182;</td>
</tr>
<tr>
<td>·</td>
<td>middle dot</td>
<td>&amp;middot;</td>
<td>&amp;#183;</td>
</tr>
<tr>
<td>¸</td>
<td>spacing cedilla</td>
<td>&amp;cedil;</td>
<td>&amp;#184;</td>
</tr>
<tr>
<td>¹</td>
<td>superscript 1</td>
<td>&amp;sup1;</td>
<td>&amp;#185;</td>
</tr>
<tr>
<td>º</td>
<td>masculine ordinal indicator</td>
<td>&amp;ordm;</td>
<td>&amp;#186;</td>
</tr>
<tr>
<td>&raquo;</td>
<td>angle quotation mark (right)</td>
<td>&amp;raquo;</td>
<td>&amp;#187;</td>
</tr>
<tr>
<td>¼</td>
<td>fraction 1/4</td>
<td>&amp;frac14;</td>
<td>&amp;#188;</td>
</tr>
<tr>
<td>½</td>
<td>fraction 1/2</td>
<td>&amp;frac12;</td>
<td>&amp;#189;</td>
</tr>
<tr>
<td>¾</td>
<td>fraction 3/4</td>
<td>&amp;frac34;</td>
<td>&amp;#190;</td>
</tr>
<tr>
<td>¿</td>
<td>inverted question mark</td>
<td>&amp;iquest;</td>
<td>&amp;#191;</td>
</tr>
<tr>
<td>×</td>
<td>multiplication</td>
<td>&amp;times;</td>
<td>&amp;#215;</td>
</tr>
<tr>
<td>÷</td>
<td>division</td>
<td>&amp;divide;</td>
<td>&amp;#247;</td>
</tr>
</table>
<p></p>
<hr />
<h2>ISO 8859-1 Character Entities</h2>
<table class="ex" cellspacing="0" border="1" width="100%">
<tr>
<th align="left">Result</th>
<th align="left">Description</th>
<th align="left">Entity Name</th>
<th align="left">Entity Number</th>
</tr>
<tr>
<td>&Agrave;</td>
<td>capital a, grave accent</td>
<td>&amp;Agrave;</td>
<td>&amp;#192;</td>
</tr>
<tr>
<td>&Aacute;</td>
<td>capital a, acute accent</td>
<td>&amp;Aacute;</td>
<td>&amp;#193;</td>
</tr>
<tr>
<td>&Acirc;</td>
<td>capital a, circumflex accent</td>
<td>&amp;Acirc;</td>
<td>&amp;#194;</td>
</tr>
<tr>
<td>&Atilde;</td>
<td>capital a, tilde</td>
<td>&amp;Atilde;</td>
<td>&amp;#195;</td>
</tr>
<tr>
<td>&Auml;</td>
<td>capital a, umlaut mark</td>
<td>&amp;Auml;</td>
<td>&amp;#196;</td>
</tr>
<tr>
<td>&Aring;</td>
<td>capital a, ring</td>
<td>&amp;Aring;</td>
<td>&amp;#197;</td>
</tr>
<tr>
<td>&AElig;</td>
<td>capital ae</td>
<td>&amp;AElig;</td>
<td>&amp;#198;</td>
</tr>
<tr>
<td>&Ccedil;</td>
<td>capital c, cedilla</td>
<td>&amp;Ccedil;</td>
<td>&amp;#199;</td>
</tr>
<tr>
<td>&Egrave;</td>
<td>capital e, grave accent</td>
<td>&amp;Egrave;</td>
<td>&amp;#200;</td>
</tr>
<tr>
<td>&Eacute;</td>
<td>capital e, acute accent</td>
<td>&amp;Eacute;</td>
<td>&amp;#201;</td>
</tr>
<tr>
<td>&Ecirc;</td>
<td>capital e, circumflex accent</td>
<td>&amp;Ecirc;</td>
<td>&amp;#202;</td>
</tr>
<tr>
<td>&Euml;</td>
<td>capital e, umlaut mark</td>
<td>&amp;Euml;</td>
<td>&amp;#203;</td>
</tr>
<tr>
<td>&Igrave;</td>
<td>capital i, grave accent</td>
<td>&amp;Igrave;</td>
<td>&amp;#204;</td>
</tr>
<tr>
<td>&Iacute;</td>
<td>capital i, acute accent</td>
<td>&amp;Iacute;</td>
<td>&amp;#205;</td>
</tr>
<tr>
<td>&Icirc;</td>
<td>capital i, circumflex accent</td>
<td>&amp;Icirc;</td>
<td>&amp;#206;</td>
</tr>
<tr>
<td>&Iuml;</td>
<td>capital i, umlaut mark</td>
<td>&amp;Iuml;</td>
<td>&amp;#207;</td>
</tr>
<tr>
<td>&ETH;</td>
<td>capital eth, Icelandic</td>
<td>&amp;ETH;</td>
<td>&amp;#208;</td>
</tr>
<tr>
<td>&Ntilde;</td>
<td>capital n, tilde</td>
<td>&amp;Ntilde;</td>
<td>&amp;#209;</td>
</tr>
<tr>
<td>&Ograve;</td>
<td>capital o, grave accent</td>
<td>&amp;Ograve;</td>
<td>&amp;#210;</td>
</tr>
<tr>
<td>&Oacute;</td>
<td>capital o, acute accent</td>
<td>&amp;Oacute;</td>
<td>&amp;#211;</td>
</tr>
<tr>
<td>&Ocirc;</td>
<td>capital o, circumflex accent</td>
<td>&amp;Ocirc;</td>
<td>&amp;#212;</td>
</tr>
<tr>
<td>&Otilde;</td>
<td>capital o, tilde</td>
<td>&amp;Otilde;</td>
<td>&amp;#213;</td>
</tr>
<tr>
<td>&Ouml;</td>
<td>capital o, umlaut mark</td>
<td>&amp;Ouml;</td>
<td>&amp;#214;</td>
</tr>
<tr>
<td>&Oslash;</td>
<td>capital o, slash</td>
<td>&amp;Oslash;</td>
<td>&amp;#216;</td>
</tr>
<tr>
<td>Ù</td>
<td>capital u, grave accent</td>
<td>&amp;Ugrave;</td>
<td>&amp;#217;</td>
</tr>
<tr>
<td>Ú</td>
<td>capital u, acute accent</td>
<td>&amp;Uacute;</td>
<td>&amp;#218;</td>
</tr>
<tr>
<td>Û</td>
<td>capital u, circumflex accent</td>
<td>&amp;Ucirc;</td>
<td>&amp;#219;</td>
</tr>
<tr>
<td>Ü</td>
<td>capital u, umlaut mark</td>
<td>&amp;Uuml;</td>
<td>&amp;#220;</td>
</tr>
<tr>
<td>Ý</td>
<td>capital y, acute accent</td>
<td>&amp;Yacute;</td>
<td>&amp;#221;</td>
</tr>
<tr>
<td>Þ</td>
<td>capital THORN, Icelandic</td>
<td>&amp;THORN;</td>
<td>&amp;#222;</td>
</tr>
<tr>
<td>ß</td>
<td>small sharp s, German</td>
<td>&amp;szlig;</td>
<td>&amp;#223;</td>
</tr>
<tr>
<td>à</td>
<td>small a, grave accent</td>
<td>&amp;agrave;</td>
<td>&amp;#224;</td>
</tr>
<tr>
<td>á</td>
<td>small a, acute accent</td>
<td>&amp;aacute;</td>
<td>&amp;#225;</td>
</tr>
<tr>
<td>â</td>
<td>small a, circumflex accent</td>
<td>&amp;acirc;</td>
<td>&amp;#226;</td>
</tr>
<tr>
<td>ã</td>
<td>small a, tilde</td>
<td>&amp;atilde;</td>
<td>&amp;#227;</td>
</tr>
<tr>
<td>ä</td>
<td>small a, umlaut mark</td>
<td>&amp;auml;</td>
<td>&amp;#228;</td>
</tr>
<tr>
<td>å</td>
<td>small a, ring</td>
<td>&amp;aring;</td>
<td>&amp;#229;</td>
</tr>
<tr>
<td>æ</td>
<td>small ae</td>
<td>&amp;aelig;</td>
<td>&amp;#230;</td>
</tr>
<tr>
<td>ç</td>
<td>small c, cedilla</td>
<td>&amp;ccedil;</td>
<td>&amp;#231;</td>
</tr>
<tr>
<td>è</td>
<td>small e, grave accent</td>
<td>&amp;egrave;</td>
<td>&amp;#232;</td>
</tr>
<tr>
<td>é</td>
<td>small e, acute accent</td>
<td>&amp;eacute;</td>
<td>&amp;#233;</td>
</tr>
<tr>
<td>ê</td>
<td>small e, circumflex accent</td>
<td>&amp;ecirc;</td>
<td>&amp;#234;</td>
</tr>
<tr>
<td>ë</td>
<td>small e, umlaut mark</td>
<td>&amp;euml;</td>
<td>&amp;#235;</td>
</tr>
<tr>
<td>ì</td>
<td>small i, grave accent</td>
<td>&amp;igrave;</td>
<td>&amp;#236;</td>
</tr>
<tr>
<td>í</td>
<td>small i, acute accent</td>
<td>&amp;iacute;</td>
<td>&amp;#237;</td>
</tr>
<tr>
<td>î</td>
<td>small i, circumflex accent</td>
<td>&amp;icirc;</td>
<td>&amp;#238;</td>
</tr>
<tr>
<td>ï</td>
<td>small i, umlaut mark</td>
<td>&amp;iuml;</td>
<td>&amp;#239;</td>
</tr>
<tr>
<td>ð</td>
<td>small eth, Icelandic</td>
<td>&amp;eth;</td>
<td>&amp;#240;</td>
</tr>
<tr>
<td>ñ</td>
<td>small n, tilde</td>
<td>&amp;ntilde;</td>
<td>&amp;#241;</td>
</tr>
<tr>
<td>ò</td>
<td>small o, grave accent</td>
<td>&amp;ograve;</td>
<td>&amp;#242;</td>
</tr>
<tr>
<td>ó</td>
<td>small o, acute accent</td>
<td>&amp;oacute;</td>
<td>&amp;#243;</td>
</tr>
<tr>
<td>ô</td>
<td>small o, circumflex accent</td>
<td>&amp;ocirc;</td>
<td>&amp;#244;</td>
</tr>
<tr>
<td>õ</td>
<td>small o, tilde</td>
<td>&amp;otilde;</td>
<td>&amp;#245;</td>
</tr>
<tr>
<td>ö</td>
<td>small o, umlaut mark</td>
<td>&amp;ouml;</td>
<td>&amp;#246;</td>
</tr>
<tr>
<td>ø</td>
<td>small o, slash</td>
<td>&amp;oslash;</td>
<td>&amp;#248;</td>
</tr>
<tr>
<td>ù</td>
<td>small u, grave accent</td>
<td>&amp;ugrave;</td>
<td>&amp;#249;</td>
</tr>
<tr>
<td>ú</td>
<td>small u, acute accent</td>
<td>&amp;uacute;</td>
<td>&amp;#250;</td>
</tr>
<tr>
<td>û</td>
<td>small u, circumflex accent</td>
<td>&amp;ucirc;</td>
<td>&amp;#251;</td>
</tr>
<tr>
<td>ü</td>
<td>small u, umlaut mark</td>
<td>&amp;uuml;</td>
<td>&amp;#252;</td>
</tr>
<tr>
<td>ý</td>
<td>small y, acute accent</td>
<td>&amp;yacute;</td>
<td>&amp;#253;</td>
</tr>
<tr>
<td>þ</td>
<td>small thorn, Icelandic</td>
<td>&amp;thorn;</td>
<td>&amp;#254;</td>
</tr>
<tr>
<td>ÿ</td>
<td>small y, umlaut mark</td>
<td>&amp;yuml;</td>
<td>&amp;#255;</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.flamingsquirrel.co.uk/blog/ascii-entities-with-entity-names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
