<?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"
	>

<channel>
	<title>squirrel_factory</title>
	<atom:link href="http://www.flamingsquirrel.co.uk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flamingsquirrel.co.uk/blog</link>
	<description>Creative development</description>
	<pubDate>Wed, 19 Nov 2008 09:01:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Screengrab a complete web page</title>
		<link>http://www.flamingsquirrel.co.uk/blog/screengrab-a-complete-web-page/</link>
		<comments>http://www.flamingsquirrel.co.uk/blog/screengrab-a-complete-web-page/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 09:18:09 +0000</pubDate>
		<dc:creator>andy</dc:creator>
		
		<category><![CDATA[tools]]></category>

		<category><![CDATA[extensions]]></category>

		<guid isPermaLink="false">http://www.flamingsquirrel.co.uk/blog/?p=64</guid>
		<description><![CDATA[Ever needed to screen grab a web page and realised its three times the height of the screen? I certainly have and admit to wasting time pasting screen grabs together - Screengrab to the rescue!
Screengrab! 0.95 is a superb Firefox extension developed by Andy Mutton that makes it easy to save a web-page as an [...]]]></description>
			<content:encoded><![CDATA[<p>Ever needed to screen grab a web page and realised its three times the height of the screen? I certainly have and admit to wasting time pasting screen grabs together - Screengrab to the rescue!</p>
<p><a title="Screengrab 0.95" href="http://www.screengrab.org/" target="_self">Screengrab! 0.95</a> is a superb Firefox extension developed by Andy Mutton that makes it easy to save a web-page as an image. You can save anything that you can see in a browser window - from a small selection, to a complete page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flamingsquirrel.co.uk/blog/screengrab-a-complete-web-page/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Slide:ology Book Review</title>
		<link>http://www.flamingsquirrel.co.uk/blog/slideology-book-review/</link>
		<comments>http://www.flamingsquirrel.co.uk/blog/slideology-book-review/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 08:13:05 +0000</pubDate>
		<dc:creator>andy</dc:creator>
		
		<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://www.flamingsquirrel.co.uk/blog/?p=44</guid>
		<description><![CDATA[I have just had the pleasure of reading slide:ology, The Art and Science of Creating Great Presentations by Nancy Duarte, President and CEO of Duarte Design, the firm that created the presentation for Al Gore&#8217;s Oscar-winning film, An Inconvenient Truth.
The book is beautifully designed and illustrated and leads the reader through the process and concepts [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-49 imgRightBorder alignnone" title="slideology" src="http://www.flamingsquirrel.co.uk/blog/wp-content/uploads/2008/10/slideology-299x300.gif" alt="slideology" width="209" height="210" />I have just had the pleasure of reading slide:ology, The Art and Science of Creating Great Presentations by Nancy Duarte, President and CEO of <a href="http://www.duarte.com/">Duarte Design</a>, the firm that created the presentation for Al Gore&#8217;s Oscar-winning film, An Inconvenient Truth.</p>
<p>The book is beautifully designed and illustrated and leads the reader through the process and concepts of creating a visually compelling presentation. Easy to read sections with insightful case studies from some of the world&#8217;s leading brands (Adobe, Hewlett-Packard, Mozilla) help convey the message that you need to create a meaningful relationship between you, your slides and your audience rather than a barrage of slides full of nested bullet lists.</p>
<p>Key areas of the book include:</p>
<ul>
<li>Why is a good presentation important and where do you begin</li>
<li>Planning, research and brainstorming</li>
<li>Displaying data - diagrams and infographics</li>
<li>Thinking like a designer - color, grid systems, typeography, layout, templates</li>
<li>Movement and animation</li>
<li>Interacting with slides</li>
<li>Manifesto - The five theses of the Power of a Presentation</li>
</ul>
<p>The book isn&#8217;t about Powerpoint, Keynote or Google Docs, its about concept, storytelling and engaging your audience. It should be read and re-read by anyone responsible for brainstorming, creating, designing and presenting in any organisation who truely cares about their brand.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flamingsquirrel.co.uk/blog/slideology-book-review/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IE6 and 7 whitespace bug</title>
		<link>http://www.flamingsquirrel.co.uk/blog/ie6-and-7-whitespace-bug/</link>
		<comments>http://www.flamingsquirrel.co.uk/blog/ie6-and-7-whitespace-bug/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 09:02:52 +0000</pubDate>
		<dc:creator>andy</dc:creator>
		
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.flamingsquirrel.co.uk/blog/?p=42</guid>
		<description><![CDATA[IE 6 and IE7 often display whitespace underneath images and &#60;li&#62; tags (when all other browsers do not) . The best way to solve this is to add either or both of the css rules:
display:inline-block;
display:block;
The alternative method is to remove all space between tags within your html document, however this makes the mark-up hard to read [...]]]></description>
			<content:encoded><![CDATA[<p>IE 6 and IE7 often display whitespace underneath images and &lt;li&gt; tags (when all other browsers do not) . The best way to solve this is to add either or both of the css rules:</p>
<p><code>display:inline-block;<br/><br />
display:block;</code></p>
<p>The alternative method is to remove all space between tags within your html document, however this makes the mark-up hard to read and edit!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flamingsquirrel.co.uk/blog/ie6-and-7-whitespace-bug/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Removing scrollbars from IE7 textarea</title>
		<link>http://www.flamingsquirrel.co.uk/blog/removing-scrollbars-from-ie7-textarea/</link>
		<comments>http://www.flamingsquirrel.co.uk/blog/removing-scrollbars-from-ie7-textarea/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 09:32:16 +0000</pubDate>
		<dc:creator>andy</dc:creator>
		
		<category><![CDATA[XHTML CSS]]></category>

		<guid isPermaLink="false">http://www.flamingsquirrel.co.uk/blog/?p=41</guid>
		<description><![CDATA[Often the default textarea in Internet Explorer 7 has &#8216;greyed-out&#8217; scrollbars even when no content has been entered. To remove simply add the following style declaration to the style-sheet.
overflow:auto;
]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-72 imgRight" title="textarea" src="http://www.flamingsquirrel.co.uk/blog/wp-content/uploads/2008/11/textarea.gif" alt="ie7 textarea" width="220" height="108" />Often the default textarea in Internet Explorer 7 has &#8216;greyed-out&#8217; scrollbars even when no content has been entered. To remove simply add the following style declaration to the style-sheet.</p>
<pre>overflow:auto;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.flamingsquirrel.co.uk/blog/removing-scrollbars-from-ie7-textarea/feed/</wfw:commentRss>
		</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>
		</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>
		</item>
		<item>
		<title>CSS font shorthand</title>
		<link>http://www.flamingsquirrel.co.uk/blog/css-font-shorthand/</link>
		<comments>http://www.flamingsquirrel.co.uk/blog/css-font-shorthand/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 12:03:27 +0000</pubDate>
		<dc:creator>andy</dc:creator>
		
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.flamingsquirrel.co.uk/blog/css-font-shorthand/</guid>
		<description><![CDATA[font-style: italic;
font-variant: small-caps;
font-weight: bold;
font-size: 1em;
line-height: 140%;
font-family: Helvetica, sans-serif;

/* Combined into one shorthand rule */
font: italic small-caps bold 1em/140% Helvetica, sans-serif;
]]></description>
			<content:encoded><![CDATA[<pre><code>font-style: italic;
font-variant: small-caps;
font-weight: bold;
font-size: 1em;
line-height: 140%;
font-family: Helvetica, sans-serif;

/* Combined into one shorthand rule */
font: italic small-caps bold 1em/140% Helvetica, sans-serif;</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.flamingsquirrel.co.uk/blog/css-font-shorthand/feed/</wfw:commentRss>
		</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>
		</item>
		<item>
		<title>jQuery fading images</title>
		<link>http://www.flamingsquirrel.co.uk/blog/jquery-fading-images/</link>
		<comments>http://www.flamingsquirrel.co.uk/blog/jquery-fading-images/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 09:37:36 +0000</pubDate>
		<dc:creator>andy</dc:creator>
		
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.flamingsquirrel.co.uk/blog/jquery-fading-images/</guid>
		<description><![CDATA[A nice way to fade in and out of images
include
&#60;script type=&#8221;text/javascript&#8221; src=&#8221;js/jquery-1.2.1.min.js&#8221;&#62;&#60;/script&#62;
&#60;script type=&#8221;text/javascript&#8221; src=&#8221;js/common.js&#8221;&#62;&#60;/script&#62;
&#60;script type=&#8221;text/javascript&#8221; src=&#8221;js/jquery.slideshow.js&#8221;&#62;&#60;/script&#62;
javascript for common.js
    // Animate homepage banner&#8230;
var obj = $(&#8217;#slideshow&#8217;);
// check object exists&#8230;
if (obj.length&#62;0) {
// remove the hideslide class as javascript is enabled&#8230;
$(&#8217;#slideshow img.hideslide&#8217;).each(function(i){
$(this).removeClass(&#8221;hideslide&#8221;);
});
$(obj).slideshow({
timeout: 5000,
type: &#8217;sequence&#8217;
});
}

 CSS
#slideshow{
margin:0;
padding:0;
height:161px;
}
#slideshow img {
position: relative;
left: 0;
top: 0;
width: 900px;
height: 161px;
}
XHTML 
&#60;div id=&#8221;slideshow&#8221;&#62;
&#60;img src=&#8221;images.jpg&#8221; alt=&#8221;slide 1&#8243; /&#62;
&#60;img src=&#8221;images.jpg&#8221; alt=&#8221;slide [...]]]></description>
			<content:encoded><![CDATA[<p>A nice way to fade in and out of images</p>
<p><strong>include</strong><br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;js/jquery-1.2.1.min.js&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;js/common.js&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;js/jquery.slideshow.js&#8221;&gt;&lt;/script&gt;</p>
<p><strong>javascript for common.js<br />
</strong>    // Animate homepage banner&#8230;<br />
var obj = $(&#8217;#slideshow&#8217;);<br />
// check object exists&#8230;<br />
if (obj.length&gt;0) {<br />
// remove the hideslide class as javascript is enabled&#8230;<br />
$(&#8217;#slideshow img.hideslide&#8217;).each(function(i){<br />
$(this).removeClass(&#8221;hideslide&#8221;);<br />
});</p>
<p>$(obj).slideshow({<br />
timeout: 5000,<br />
type: &#8217;sequence&#8217;<br />
});<br />
}<strong><br />
</strong></p>
<p><strong> CSS</strong></p>
<p>#slideshow{<br />
margin:0;<br />
padding:0;<br />
height:161px;<br />
}</p>
<p>#slideshow img {<br />
position: relative;<br />
left: 0;<br />
top: 0;<br />
width: 900px;<br />
height: 161px;<br />
}</p>
<p><strong>XHTML </strong></p>
<p>&lt;div id=&#8221;slideshow&#8221;&gt;<br />
&lt;img src=&#8221;images.jpg&#8221; alt=&#8221;slide 1&#8243; /&gt;<br />
&lt;img src=&#8221;images.jpg&#8221; alt=&#8221;slide 2&#8243; width=&#8221;900&#8243; height=&#8221;161&#8243; class=&#8221;hideslide&#8221; /&gt;<br />
&lt;img src=&#8221;images.jpg&#8221; alt=&#8221;slide 3&#8243; width=&#8221;900&#8243; height=&#8221;161&#8243; class=&#8221;hideslide&#8221; /&gt;<br />
&lt;img src=&#8221;images.jpg&#8221; alt=&#8221;slide 4&#8243; width=&#8221;900&#8243; height=&#8221;161&#8243; class=&#8221;hideslide&#8221; /&gt;<br />
&lt;/div&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flamingsquirrel.co.uk/blog/jquery-fading-images/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lining up labels with radio/checkboxes</title>
		<link>http://www.flamingsquirrel.co.uk/blog/lining-up-labels-with-radiocheckboxes/</link>
		<comments>http://www.flamingsquirrel.co.uk/blog/lining-up-labels-with-radiocheckboxes/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 11:20:36 +0000</pubDate>
		<dc:creator>andy</dc:creator>
		
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.flamingsquirrel.co.uk/blog/lining-up-labels-with-radiocheckboxes/</guid>
		<description><![CDATA[I used to battle with trying to line up labels horizontally with radio or checkboxes&#8230;. it never looked the same in all browsers.
Solution:
HTML:
&#60;ul class=&#8221;form-check&#8221;&#62;
&#60;li&#62;&#60;input name=&#8221;radio&#8221; type=&#8221;radio&#8221; value=&#8221;yes&#8221; /&#62;&#60;label&#62;Yes&#60;/label&#62;&#60;/li&#62;
&#60;li&#62;&#60;input name=&#8221;radio&#8221; type=&#8221;radio&#8221; value=&#8221;no&#8221; /&#62;&#60;label&#62;No&#60;/label&#62;&#60;/li&#62;
&#60;/ul&#62;
CSS:
ul.form-check{
padding: 0;
margin: 0;
}
ul.form-check li{
display: block;
list-style: none;
clear: both;
float: none;
height: auto;
overflow: auto;
background:#f2ffe4;
}
ul.form-check li input{
display: block;
float: left;
}
ul.form-check li label{
display: block;
margin-left: 0.4em;
margin-top: 0.1em;
float: left;
clear: right;
font-size:0.9em;
}
If you would like [...]]]></description>
			<content:encoded><![CDATA[<p>I used to battle with trying to line up labels horizontally with radio or checkboxes&#8230;. it never looked the same in all browsers.</p>
<p>Solution:</p>
<p><strong>HTML:</strong></p>
<p>&lt;ul class=&#8221;form-check&#8221;&gt;<br />
&lt;li&gt;&lt;input name=&#8221;radio&#8221; type=&#8221;radio&#8221; value=&#8221;yes&#8221; /&gt;&lt;label&gt;Yes&lt;/label&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;input name=&#8221;radio&#8221; type=&#8221;radio&#8221; value=&#8221;no&#8221; /&gt;&lt;label&gt;No&lt;/label&gt;&lt;/li&gt;<br />
&lt;/ul&gt;</p>
<p><strong>CSS:</strong></p>
<p>ul.form-check{<br />
padding: 0;<br />
margin: 0;<br />
}</p>
<p>ul.form-check li{<br />
display: block;<br />
list-style: none;<br />
clear: both;<br />
float: none;<br />
height: auto;<br />
overflow: auto;<br />
background:#f2ffe4;<br />
}</p>
<p>ul.form-check li input{<br />
display: block;<br />
float: left;<br />
}</p>
<p>ul.form-check li label{<br />
display: block;<br />
margin-left: 0.4em;<br />
margin-top: 0.1em;<br />
float: left;<br />
clear: right;<br />
font-size:0.9em;<br />
}</p>
<p>If you would like the list inline:</p>
<p>&lt;ul class=&#8221;form-check-inline&#8221;&gt;<br />
&lt;li&gt;&lt;input name=&#8221;checkbox&#8221; type=&#8221;checkbox&#8221; value=&#8221;" /&gt;&lt;label&gt;Option 1&lt;/label&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;input name=&#8221;checkbox&#8221; type=&#8221;checkbox&#8221; value=&#8221;" /&gt;&lt;label&gt;Option 2&lt;/label&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;input name=&#8221;checkbox&#8221; type=&#8221;checkbox&#8221; value=&#8221;" /&gt;&lt;label&gt;Option 3&lt;/label&gt;&lt;/li&gt;</p>
<p>&lt;/ul&gt;</p>
<p>ul.form-check-inline{<br />
padding: 0;<br />
margin: 0;<br />
}</p>
<p>ul.form-check-inline li{<br />
display: inline;<br />
list-style: none;<br />
float: none;<br />
height: auto;<br />
overflow: auto;<br />
background:pink;<br />
}</p>
<p>ul.form-check-inline li input{<br />
display: block;<br />
float: left;<br />
}</p>
<p>ul.form-check-inline li label{<br />
display: block;<br />
margin:1px 10px 0 0;<br />
float: left;<br />
clear: right;<br />
font-size:0.9em;<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flamingsquirrel.co.uk/blog/lining-up-labels-with-radiocheckboxes/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
