<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Tinstar Design Blog</title>
	<atom:link href="http://tinstardesign.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tinstardesign.wordpress.com</link>
	<description>Graphic Design for Print &#38; Screen &#124; by Nick B-D</description>
	<lastBuildDate>Tue, 06 Dec 2011 18:30:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tinstardesign.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Tinstar Design Blog</title>
		<link>http://tinstardesign.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tinstardesign.wordpress.com/osd.xml" title="Tinstar Design Blog" />
	<atom:link rel='hub' href='http://tinstardesign.wordpress.com/?pushpress=hub'/>
		<item>
		<title>CSS3menu.com Menu Drops Down Behind Flash Element &#8211; Four Fixes</title>
		<link>http://tinstardesign.wordpress.com/2011/12/06/css3menu-com-menu-drops-down-behind-flash-element-four-fixes/</link>
		<comments>http://tinstardesign.wordpress.com/2011/12/06/css3menu-com-menu-drops-down-behind-flash-element-four-fixes/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 18:30:20 +0000</pubDate>
		<dc:creator>TinstarDesign</dc:creator>
				<category><![CDATA[Website Projects and SEO]]></category>
		<category><![CDATA[Website Tips and Tricks]]></category>
		<category><![CDATA[css dropdown]]></category>
		<category><![CDATA[css menu]]></category>
		<category><![CDATA[css3 dropdown]]></category>

		<guid isPermaLink="false">http://tinstardesign.wordpress.com/?p=137</guid>
		<description><![CDATA[In an effort to improve the Google crawl rate, loading time and general SEO good practice on a number of our clients&#8217; websites, we began to replace some of the older Javascript menus with CSS3 versions. In order to speed up the coding process I searched around to see if I could find a CSS [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tinstardesign.wordpress.com&amp;blog=1741794&amp;post=137&amp;subd=tinstardesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In an effort to improve the Google crawl rate, loading time and general SEO good practice on a number of our clients&#8217; websites, we began to replace some of the older Javascript menus with CSS3 versions.</p>
<p>In order to speed up the coding process I searched around to see if I could find a CSS &#8216;menu creator&#8217; which could do the donkey work, and which would create CSS that I could subsequently edit. Thus I came across <a href="http://css3menu.com" target="_blank">css3menu.com</a> which seemed to tick the boxes.</p>
<p>I bought a license and went to work. Initially I was a little disappointed that there wasn&#8217;t much control over the features, such as drop shadows etc. There only seemed to be an option to select a pre-designed template. If any further editing were required, it was clear that I&#8217;d have to do it myself.</p>
<p>What it is really good at though is offering the ability to construct the menu structure quickly and easily. You can also set basic settings such as menu width and submenu fading; although the latter became a thorn in my side&#8230;</p>
<p>Once I&#8217;d created my first menu I brought it into <a href="http://www.using-dreamweaver.com" target="_blank">Dreamweaver</a> to see how it worked within the website, and to ensure that none of the Flash elements were affected. Unfortunately they were. For at least an hour I struggled to get the menu to work in (surprisingly) Safari. All other browsers (except IE6) worked fine &#8211; but in Safari the menu was hiding behind the Flash element underneath.</p>
<p>Normally if a dropdown menu disappears behind a Flash element there are a number of possible fixes.</p>
<p><strong>Fix 1.</strong><br />
Adjust the z-index value of the menu DIV to be higher than that of the DIV containing the Flash object.</p>
<p><strong>Fix 2.</strong><br />
Add the following code parameter to the OBJECT tag of the Flash item:<br />
<span style="color:#3366ff;"><em>&lt;param name=&#8221;wmode&#8221; value=&#8221;transparent&#8221;&gt;</em></span></p>
<p>Add the following code parameter to the EMBED tag:<br />
<span style="color:#3366ff;"><em>wmode=&#8221;transparent&#8221;</em></span></p>
<p><strong>Fix 3.</strong><br />
If Fix 2 doesn&#8217;t work try adding the following code parameter to the OBJECT tag of the Flash item:<br />
<span style="color:#3366ff;"><em>&lt;param name=&#8221;wmode&#8221; value=&#8221;opaque&#8221;&gt;</em></span></p>
<p>Add the following code parameter to the EMBED tag:<br />
<span style="color:#3366ff;"><em>wmode=&#8221;opaque&#8221;</em></span></p>
<p>Normally these fixes would help, but in the bizarre case of the CSS3Menu.com menu, it did not. The menu appeared above the Flash item in Firefox, (Windows &amp; Mac), IE7 and 8 and even Opera&#8230; but not Safari.</p>
<p><strong>Fix 4.</strong><br />
After pulling my hair out for a while it occurred to me that I had turned off the &#8216;Open with fade&#8217; option under the submenu tab; but the submenus were still fading in. I found the piece of code in the generated CSS:</p>
<p><span style="color:#ff00ff;"><em>ul#css3menu1 li&gt;ul{</em></span><br />
<span style="color:#ff00ff;"><em> opacity:0;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:opacity 0.5s;}</em></span></p>
<p>&#8230;and deleted it. The CSS generator had simply ignored my request to remove it from the menu. After doing this, all was well and menu worked perfectly.</p>
<p>One other slight annoyance though&#8230; if I entered an &#8216;&amp;&#8217; character in a menu item, it messed up the code and produced this in the source code:</p>
<p><span style="color:#3366ff;"><em>&amp;amp;amp;</em></span></p>
<p>Easily fixed though &#8211; I just had to go through with a search and replace with:</p>
<p><span style="color:#3366ff;"><em>&amp;amp;</em></span></p>
<h3>CSS3Menu.com Verdict</h3>
<p>A handy way to familiarise yourself with CSS dropdown menus and a fast way to create the bones of a nicely compliant dropdown menu. There are a few glitches as detailed above, and a very poor help section, but overall I think that the time I&#8217;ll save will be well worth the money.</p>
<p>If you want a menu to work in IE6, this one is not for you &#8211; although I compromised by including the following script in place of the menu (only to appear in IE6):</p>
<p><span style="color:#808080;">&lt;!&#8211;[if IE 6 ]&gt;</span><br />
<span style="color:#808080;">&lt;span style=&#8221;text-align:center;&#8221;&gt;In order to correctly view the navigation on this site, please upgrade your browser from Internet Explorer 6 to the &lt;a href=&#8221;http://windows.microsoft.com/en-US/internet-explorer/products/ie/home&#8221;&gt;latest version&lt;/a&gt;. Other browser options include &lt;a href=&#8221;http://www.mozilla.org/en-US/firefox/new/&#8221;&gt;Firefox&lt;/a&gt;, &lt;a href=&#8221;https://www.google.com/chrome&#8221;&gt;Chrome&lt;/a&gt; and &lt;a href=&#8221;http://www.apple.com/safari/&#8221;&gt;Safari&lt;/a&gt;. Alternatively, please navigate our site via our &lt;a href=&#8221;http://www.yoursite.co.uk/sitemap.html&#8221;&gt;Sitemap&lt;/a&gt;. Thank you.&lt;/span&gt;</span><br />
<span style="color:#808080;">&lt;![endif]&#8211;&gt;</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tinstardesign.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tinstardesign.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tinstardesign.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tinstardesign.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tinstardesign.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tinstardesign.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tinstardesign.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tinstardesign.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tinstardesign.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tinstardesign.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tinstardesign.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tinstardesign.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tinstardesign.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tinstardesign.wordpress.com/137/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tinstardesign.wordpress.com&amp;blog=1741794&amp;post=137&amp;subd=tinstardesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tinstardesign.wordpress.com/2011/12/06/css3menu-com-menu-drops-down-behind-flash-element-four-fixes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/580a1d78c6b9fb362a804eaf57437ea2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">TinstarDesign</media:title>
		</media:content>
	</item>
		<item>
		<title>Common Paper Sizes &#8211; ISO 216 Infographics by Tinstar</title>
		<link>http://tinstardesign.wordpress.com/2011/12/03/common-paper-sizes-iso-216-infographics-by-tinstar/</link>
		<comments>http://tinstardesign.wordpress.com/2011/12/03/common-paper-sizes-iso-216-infographics-by-tinstar/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 23:57:46 +0000</pubDate>
		<dc:creator>TinstarDesign</dc:creator>
				<category><![CDATA[Design Jobs]]></category>
		<category><![CDATA[Infographics]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[infographics]]></category>

		<guid isPermaLink="false">http://tinstardesign.wordpress.com/?p=127</guid>
		<description><![CDATA[These rectangles showing &#8216;A&#8217; paper sizes next to each other are all very well, but wouldn&#8217;t it be more useful to have them held up by a person so you could gauge their actual size? Thus the graphics below&#8230; Download the Cheat Sheet Page Size Poster here<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tinstardesign.wordpress.com&amp;blog=1741794&amp;post=127&amp;subd=tinstardesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>These rectangles showing &#8216;A&#8217; paper sizes next to each other are all very well, but wouldn&#8217;t it be more useful to have them held up by a person so you could gauge their actual size? Thus the graphics below&#8230; Download the <a href="http://www.graphic-design-employment.com/paper-dimensions.html" target="_blank">Cheat Sheet Page Size Poster</a> here</p>
<p><img class="alignnone" title="A0 Paper Size" src="http://www.graphic-design-employment.com/images/a0-paper-size.jpg" alt="A0 Paper Size" width="450" /></p>
<p><img class="alignnone" title="A1 Paper Size" src="http://www.graphic-design-employment.com/images/a1-paper-size.jpg" alt="A1 Paper Size" width="450" /></p>
<p><img class="alignnone" title="A2 Paper Size" src="http://www.graphic-design-employment.com/images/a2-paper-size.jpg" alt="A2 Paper Size" width="450" /></p>
<p><img class="alignnone" title="A3 Paper Size" src="http://www.graphic-design-employment.com/images/a3-paper-size.jpg" alt="A3 Paper Size" width="450" /></p>
<p><img class="alignnone" title="A4 Paper Size" src="http://www.graphic-design-employment.com/images/a4-paper-size.jpg" alt="A4 Paper Size" width="450" /></p>
<p><img class="alignnone" title="A5 Paper Size" src="http://www.graphic-design-employment.com/images/a5-paper-size.jpg" alt="A5 Paper Size" width="450" /></p>
<p><img class="alignnone" title="A6 Paper Size" src="http://www.graphic-design-employment.com/images/a6-paper-size.jpg" alt="A6 Paper Size" width="450" /></p>
<p><img class="alignnone" title="A7 Paper Size" src="http://www.graphic-design-employment.com/images/a7-paper-size.jpg" alt="A7 Paper Size" width="450" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tinstardesign.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tinstardesign.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tinstardesign.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tinstardesign.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tinstardesign.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tinstardesign.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tinstardesign.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tinstardesign.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tinstardesign.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tinstardesign.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tinstardesign.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tinstardesign.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tinstardesign.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tinstardesign.wordpress.com/127/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tinstardesign.wordpress.com&amp;blog=1741794&amp;post=127&amp;subd=tinstardesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tinstardesign.wordpress.com/2011/12/03/common-paper-sizes-iso-216-infographics-by-tinstar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/580a1d78c6b9fb362a804eaf57437ea2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">TinstarDesign</media:title>
		</media:content>

		<media:content url="http://www.graphic-design-employment.com/images/a0-paper-size.jpg" medium="image">
			<media:title type="html">A0 Paper Size</media:title>
		</media:content>

		<media:content url="http://www.graphic-design-employment.com/images/a1-paper-size.jpg" medium="image">
			<media:title type="html">A1 Paper Size</media:title>
		</media:content>

		<media:content url="http://www.graphic-design-employment.com/images/a2-paper-size.jpg" medium="image">
			<media:title type="html">A2 Paper Size</media:title>
		</media:content>

		<media:content url="http://www.graphic-design-employment.com/images/a3-paper-size.jpg" medium="image">
			<media:title type="html">A3 Paper Size</media:title>
		</media:content>

		<media:content url="http://www.graphic-design-employment.com/images/a4-paper-size.jpg" medium="image">
			<media:title type="html">A4 Paper Size</media:title>
		</media:content>

		<media:content url="http://www.graphic-design-employment.com/images/a5-paper-size.jpg" medium="image">
			<media:title type="html">A5 Paper Size</media:title>
		</media:content>

		<media:content url="http://www.graphic-design-employment.com/images/a6-paper-size.jpg" medium="image">
			<media:title type="html">A6 Paper Size</media:title>
		</media:content>

		<media:content url="http://www.graphic-design-employment.com/images/a7-paper-size.jpg" medium="image">
			<media:title type="html">A7 Paper Size</media:title>
		</media:content>
	</item>
		<item>
		<title>From this, to this, to this. Sign done.</title>
		<link>http://tinstardesign.wordpress.com/2011/07/21/from-this-to-this-to-this-sign-done/</link>
		<comments>http://tinstardesign.wordpress.com/2011/07/21/from-this-to-this-to-this-sign-done/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 09:54:09 +0000</pubDate>
		<dc:creator>TinstarDesign</dc:creator>
				<category><![CDATA[Design Jobs]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[signage]]></category>

		<guid isPermaLink="false">http://tinstardesign.wordpress.com/?p=124</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tinstardesign.wordpress.com&amp;blog=1741794&amp;post=124&amp;subd=tinstardesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-125" title="UB-sign" src="http://tinstardesign.files.wordpress.com/2011/07/ub-sign.jpg?w=450&#038;h=1680" alt="" width="450" height="1680" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tinstardesign.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tinstardesign.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tinstardesign.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tinstardesign.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tinstardesign.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tinstardesign.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tinstardesign.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tinstardesign.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tinstardesign.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tinstardesign.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tinstardesign.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tinstardesign.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tinstardesign.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tinstardesign.wordpress.com/124/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tinstardesign.wordpress.com&amp;blog=1741794&amp;post=124&amp;subd=tinstardesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tinstardesign.wordpress.com/2011/07/21/from-this-to-this-to-this-sign-done/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/580a1d78c6b9fb362a804eaf57437ea2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">TinstarDesign</media:title>
		</media:content>

		<media:content url="http://tinstardesign.files.wordpress.com/2011/07/ub-sign.jpg" medium="image">
			<media:title type="html">UB-sign</media:title>
		</media:content>
	</item>
		<item>
		<title>The new Photoshop Cake Filter at work</title>
		<link>http://tinstardesign.wordpress.com/2011/03/31/the-new-photoshop-cake-filter-at-work/</link>
		<comments>http://tinstardesign.wordpress.com/2011/03/31/the-new-photoshop-cake-filter-at-work/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 16:19:28 +0000</pubDate>
		<dc:creator>TinstarDesign</dc:creator>
				<category><![CDATA[Design Jobs]]></category>

		<guid isPermaLink="false">http://tinstardesign.wordpress.com/?p=120</guid>
		<description><![CDATA[A project for Martin &#38; Co &#8211; to turn a house into a cake.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tinstardesign.wordpress.com&amp;blog=1741794&amp;post=120&amp;subd=tinstardesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A project for Martin &amp; Co &#8211; to turn a house into a cake.<a href="http://tinstardesign.files.wordpress.com/2011/03/photoshop-cake-filter.jpg"><img class="alignnone size-full wp-image-121" title="photoshop-cake-filter" src="http://tinstardesign.files.wordpress.com/2011/03/photoshop-cake-filter.jpg?w=450&#038;h=675" alt="Photoshop Cake Filter" width="450" height="675" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tinstardesign.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tinstardesign.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tinstardesign.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tinstardesign.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tinstardesign.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tinstardesign.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tinstardesign.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tinstardesign.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tinstardesign.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tinstardesign.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tinstardesign.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tinstardesign.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tinstardesign.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tinstardesign.wordpress.com/120/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tinstardesign.wordpress.com&amp;blog=1741794&amp;post=120&amp;subd=tinstardesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tinstardesign.wordpress.com/2011/03/31/the-new-photoshop-cake-filter-at-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/580a1d78c6b9fb362a804eaf57437ea2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">TinstarDesign</media:title>
		</media:content>

		<media:content url="http://tinstardesign.files.wordpress.com/2011/03/photoshop-cake-filter.jpg" medium="image">
			<media:title type="html">photoshop-cake-filter</media:title>
		</media:content>
	</item>
		<item>
		<title>New Milton Rugby Club Feather Flags</title>
		<link>http://tinstardesign.wordpress.com/2011/03/22/new-milton-rugby-club-feather-flags/</link>
		<comments>http://tinstardesign.wordpress.com/2011/03/22/new-milton-rugby-club-feather-flags/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 09:22:03 +0000</pubDate>
		<dc:creator>TinstarDesign</dc:creator>
				<category><![CDATA[Design Jobs]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[feather flags]]></category>
		<category><![CDATA[new milton rugby club]]></category>

		<guid isPermaLink="false">http://tinstardesign.wordpress.com/?p=114</guid>
		<description><![CDATA[This fine selection of feather flags were put together for New Milton Rugby Club.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tinstardesign.wordpress.com&amp;blog=1741794&amp;post=114&amp;subd=tinstardesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This fine selection of feather flags were put together for <a href="http://www.pitchero.com/clubs/newmiltondistrict/" target="_blank">New Milton Rugby Club</a>.</p>
<p><a href="http://tinstardesign.files.wordpress.com/2011/03/nmrc-feather-flags02.jpg"><img class="alignnone size-full wp-image-116" title="nmrc-feather-flags02" src="http://tinstardesign.files.wordpress.com/2011/03/nmrc-feather-flags02.jpg?w=450&#038;h=337" alt="New Milton Rugby Club Feather Flags" width="450" height="337" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tinstardesign.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tinstardesign.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tinstardesign.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tinstardesign.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tinstardesign.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tinstardesign.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tinstardesign.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tinstardesign.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tinstardesign.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tinstardesign.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tinstardesign.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tinstardesign.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tinstardesign.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tinstardesign.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tinstardesign.wordpress.com&amp;blog=1741794&amp;post=114&amp;subd=tinstardesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tinstardesign.wordpress.com/2011/03/22/new-milton-rugby-club-feather-flags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/580a1d78c6b9fb362a804eaf57437ea2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">TinstarDesign</media:title>
		</media:content>

		<media:content url="http://tinstardesign.files.wordpress.com/2011/03/nmrc-feather-flags02.jpg" medium="image">
			<media:title type="html">nmrc-feather-flags02</media:title>
		</media:content>
	</item>
		<item>
		<title>Tinstar Awarded Signed Photo by Guinness Record Holders</title>
		<link>http://tinstardesign.wordpress.com/2011/03/21/tinstar-awarded-signed-photo-by-guinness-record-holders/</link>
		<comments>http://tinstardesign.wordpress.com/2011/03/21/tinstar-awarded-signed-photo-by-guinness-record-holders/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 23:34:25 +0000</pubDate>
		<dc:creator>TinstarDesign</dc:creator>
				<category><![CDATA[Design Jobs]]></category>
		<category><![CDATA[Things that need to be published]]></category>
		<category><![CDATA[Tinstar News & Gadgets]]></category>
		<category><![CDATA[guinness book of records]]></category>
		<category><![CDATA[help for heroes]]></category>
		<category><![CDATA[row for heroes]]></category>

		<guid isPermaLink="false">http://tinstardesign.wordpress.com/?p=110</guid>
		<description><![CDATA[I&#8217;m delighted to say that Captains Hamish Reid and Nick Dennison overcame their &#8216;claw hands&#8217; sufficiently to be able to sign a fantastic photo for Tinstar of the conclusion of their epic &#8211; and I mean epic &#8211; row non-stop around the British Isles. The journey was in aid of Help for Heroes, the Army [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tinstardesign.wordpress.com&amp;blog=1741794&amp;post=110&amp;subd=tinstardesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m delighted to say that Captains Hamish Reid and Nick Dennison overcame their &#8216;claw hands&#8217; sufficiently to be able to sign a fantastic photo for Tinstar of the conclusion of their epic &#8211; and I mean <em>epic</em> &#8211; row non-stop around the British Isles. The journey was in aid of Help for Heroes, the Army Benevolent Fund and Toe in the Water, ad it also landed the pair a well-earned place in the <a href="http://www.guinnessworldrecords.com/Search/Details/First-team-of-two-to-row-around-British-mainland/74627.htm" target="_blank">Guinness Book of Records</a>.</p>
<div id="attachment_111" class="wp-caption alignnone" style="width: 460px"><a href="http://tinstardesign.files.wordpress.com/2011/03/row-for-heroes-presentation.jpg"><img class="size-full wp-image-111" title="row-for-heroes-presentation" src="http://tinstardesign.files.wordpress.com/2011/03/row-for-heroes-presentation.jpg?w=450&#038;h=337" alt="Row for Heroes" width="450" height="337" /></a><p class="wp-caption-text">Hamish and tireless support team, Jess, visiting me in the Tinstar Studio</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tinstardesign.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tinstardesign.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tinstardesign.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tinstardesign.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tinstardesign.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tinstardesign.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tinstardesign.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tinstardesign.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tinstardesign.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tinstardesign.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tinstardesign.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tinstardesign.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tinstardesign.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tinstardesign.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tinstardesign.wordpress.com&amp;blog=1741794&amp;post=110&amp;subd=tinstardesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tinstardesign.wordpress.com/2011/03/21/tinstar-awarded-signed-photo-by-guinness-record-holders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/580a1d78c6b9fb362a804eaf57437ea2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">TinstarDesign</media:title>
		</media:content>

		<media:content url="http://tinstardesign.files.wordpress.com/2011/03/row-for-heroes-presentation.jpg" medium="image">
			<media:title type="html">row-for-heroes-presentation</media:title>
		</media:content>
	</item>
		<item>
		<title>The New B&amp;G Zeus Advert Design</title>
		<link>http://tinstardesign.wordpress.com/2011/03/17/the-new-bg-zeus-advert-design/</link>
		<comments>http://tinstardesign.wordpress.com/2011/03/17/the-new-bg-zeus-advert-design/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 23:23:45 +0000</pubDate>
		<dc:creator>TinstarDesign</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Tinstar Projects]]></category>
		<category><![CDATA[advert design]]></category>

		<guid isPermaLink="false">http://tinstardesign.wordpress.com/?p=103</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tinstardesign.wordpress.com&amp;blog=1741794&amp;post=103&amp;subd=tinstardesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://tinstardesign.files.wordpress.com/2011/03/bg-zeus.jpg"><img class="alignnone size-full wp-image-104" title="BG-Zeus" src="http://tinstardesign.files.wordpress.com/2011/03/bg-zeus.jpg?w=450&#038;h=636" alt="" width="450" height="636" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tinstardesign.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tinstardesign.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tinstardesign.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tinstardesign.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tinstardesign.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tinstardesign.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tinstardesign.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tinstardesign.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tinstardesign.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tinstardesign.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tinstardesign.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tinstardesign.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tinstardesign.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tinstardesign.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tinstardesign.wordpress.com&amp;blog=1741794&amp;post=103&amp;subd=tinstardesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tinstardesign.wordpress.com/2011/03/17/the-new-bg-zeus-advert-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/580a1d78c6b9fb362a804eaf57437ea2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">TinstarDesign</media:title>
		</media:content>

		<media:content url="http://tinstardesign.files.wordpress.com/2011/03/bg-zeus.jpg" medium="image">
			<media:title type="html">BG-Zeus</media:title>
		</media:content>
	</item>
		<item>
		<title>Website Design / Graphic Design Job Vacancy, Immediate Start in Lymington, Full Time, £20-£25k</title>
		<link>http://tinstardesign.wordpress.com/2011/02/15/website-design-graphic-design-job-vacancy-immediate-start-in-lymington-full-time-20-25k/</link>
		<comments>http://tinstardesign.wordpress.com/2011/02/15/website-design-graphic-design-job-vacancy-immediate-start-in-lymington-full-time-20-25k/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 13:06:04 +0000</pubDate>
		<dc:creator>TinstarDesign</dc:creator>
				<category><![CDATA[Design Jobs]]></category>
		<category><![CDATA[graphic design job]]></category>
		<category><![CDATA[website design job]]></category>

		<guid isPermaLink="false">http://tinstardesign.wordpress.com/?p=99</guid>
		<description><![CDATA[THAT&#8217;S RIGHT &#8211; WE WANT TO HAVE OUR CAKE AND EAT IT. Our Lymington-based studio is looking for a talented Dreamweaver-based website designer who has a minimum of 3-4 years&#8217; experience, who is also capable of working on graphic design projects in InDesign. Tinstar has a large portfolio of clients whose requirements vary a great [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tinstardesign.wordpress.com&amp;blog=1741794&amp;post=99&amp;subd=tinstardesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2><span style="font-size:15px;">THAT&#8217;S RIGHT &#8211; WE WANT TO HAVE OUR CAKE AND EAT IT.</span></h2>
<p>Our Lymington-based studio is looking for a talented Dreamweaver-based website designer who has a minimum of 3-4 years&#8217; experience, who is also capable of working on graphic design projects in InDesign.</p>
<p>Tinstar has a large portfolio of clients whose requirements vary a great deal, so the ability to think on your feet and turn your hand to whatever design requirement is necessary will be essential.</p>
<p>The successful applicant will be well presented, courteous and have an excellent telephone manner. They will be involved with clients from the start, and will need to be able to take a brief and offer constructive suggestions and opinions in meetings.</p>
<h3>IN THE FIELD OF WEBSITE DESIGN, THE FOLLOWING KNOWLEDGE WILL BE REQUIRED:</h3>
<ul>
<li>The ability to create good looking front ends and functional content management back ends based on PHP &amp; MySQL</li>
<li>Dreamweaver &amp; Photoshop &amp; Illustrator</li>
<li>Javascript</li>
<li>The ability to create / adapt WordPress &amp; Joomla themes</li>
<li>Be fully conversant with an Apple Mac environment</li>
</ul>
<h3>ADVANTAGEOUS KNOWLEDGE:</h3>
<ul>
<li>Magento</li>
<li>XML</li>
<li>Flash</li>
</ul>
<h3>IN THE FIELD OF GRAPHIC DESIGN, THE FOLLOWING KNOWLEDGE WILL BE REQUIRED:</h3>
<ul>
<li>InDesign</li>
<li>Preparing adverts, leaflets &amp; brochures for press as PDF/X-1a with attention to detail and an eye for high quality design</li>
</ul>
<h3>ADVANTAGEOUS KNOWLEDGE:</h3>
<ul>
<li>Quark XPress</li>
</ul>
<h3>APPLICATIONS</h3>
<p>To apply, please e-mail <a href="mailto:studio@tinstar.co.uk?subject=Job Application from Tinstar Blog">studio@tinstar.co.uk</a> for the attention of Nick Beresford-Davies with links to great-looking websites you have created, references and current salary. Please attach your CV and any (small!) portfolio files you feel with be of interest.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tinstardesign.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tinstardesign.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tinstardesign.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tinstardesign.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tinstardesign.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tinstardesign.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tinstardesign.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tinstardesign.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tinstardesign.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tinstardesign.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tinstardesign.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tinstardesign.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tinstardesign.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tinstardesign.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tinstardesign.wordpress.com&amp;blog=1741794&amp;post=99&amp;subd=tinstardesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tinstardesign.wordpress.com/2011/02/15/website-design-graphic-design-job-vacancy-immediate-start-in-lymington-full-time-20-25k/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/580a1d78c6b9fb362a804eaf57437ea2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">TinstarDesign</media:title>
		</media:content>
	</item>
		<item>
		<title>The most eloquent letter I have ever seen from the Inland Revenue</title>
		<link>http://tinstardesign.wordpress.com/2011/02/10/the-most-eloquent-letter-i-have-ever-seen-from-the-inland-revenue/</link>
		<comments>http://tinstardesign.wordpress.com/2011/02/10/the-most-eloquent-letter-i-have-ever-seen-from-the-inland-revenue/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 16:45:19 +0000</pubDate>
		<dc:creator>TinstarDesign</dc:creator>
				<category><![CDATA[Things that need to be published]]></category>

		<guid isPermaLink="false">http://tinstardesign.wordpress.com/?p=92</guid>
		<description><![CDATA[A real reply from the Inland Revenue. The Guardian newspaper had to ask for permission to print it. The funniest part of this is imagining the content of the letter sent to the Tax Office which prompted this reply. &#8230;&#8230;&#8230;&#8230;&#8230;&#8230; Dear Mr Addison, I am writing to you to express our thanks for your more [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tinstardesign.wordpress.com&amp;blog=1741794&amp;post=92&amp;subd=tinstardesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A real reply from the Inland Revenue.</p>
<p>The Guardian newspaper had to ask for permission to print it.</p>
<p>The funniest part of this is imagining the content of the letter sent to the Tax Office which prompted this reply.</p>
<p>&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;</p>
<p>Dear Mr Addison,</p>
<p>I am writing to you to express our thanks for your more than prompt reply to our latest communication, and also to answer some of the points you raise. I will address them, as ever, in order.</p>
<p>Firstly, I must take issue with your description of our last as a &#8220;begging letter&#8221;. It might perhaps more properly be referred to as a &#8220;tax demand&#8221;. This is how we at the Inland Revenue have always, for reasons of accuracy, traditionally referred to such documents.</p>
<p>Secondly, your frustration at our adding to the &#8220;endless stream of crapulent whining and panhandling vomited daily through the letterbox on to the doormat&#8221; has been noted.</p>
<p>However, whilst I have naturally not seen the other letters to which you refer I would cautiously suggest that their being from &#8220;pauper councils, Lombardy pirate banking houses and pissant gas-mongerers&#8221; might indicate that your decision to &#8220;file them next to the toilet in case of emergencies&#8221; is at best a little ill-advised. In common with my own organisation, it is unlikely that the senders of these letters do see you as a &#8220;lackwit bumpkin&#8221; or, come to that, a &#8220;sodding charity&#8221;.  More likely they see you as a citizen of Great Britain, with a responsibility to contribute to the upkeep of the nation as a whole.</p>
<p>Which brings me to my next point. Whilst there may be some spirit of truth in your assertion that the taxes you pay &#8220;go to shore up the canker-blighted, toppling folly that is the Public Services&#8221;, a moment&#8217;s rudimentary calculation ought to disabuse you of the notion that the government in any way expects you to &#8220;stump up for the whole damned party&#8221; yourself. The estimates you provide for the Chancellor&#8217;s disbursement of the funds levied by taxation, whilst colourful, are, in fairness, a little off the mark. Less than you seem to imagine is spent on &#8220;junkets for Bunterish lickspittles&#8221; and &#8220;dancing whores&#8221; whilst far more than you have accounted for is allocated to, for example, &#8220;that box-ticking facade of a university system.&#8221;</p>
<p>A couple of technical points arising from direct queries:</p>
<p>1. The reason we don&#8217;t simply write &#8220;Muggins&#8221; on the envelope has to do with the vagaries of the postal system;</p>
<p>2. You can rest assured that &#8220;sucking the very marrow of those with nothing else to give&#8221; has never been considered as a practice because even if the Personal Allowance didn&#8217;t render it irrelevant, the sheer medical logistics involved would make it financially unviable.</p>
<p>I trust this has helped.</p>
<p>In the meantime, whilst I would not in any way wish to influence your decision one way or the other, I ought to point out that even if you did choose to &#8220;give the whole foul jamboree up and go and live in India&#8221; you would still owe us the money.</p>
<p>Yours sincerely,</p>
<p>H J Lee</p>
<p>Customer Relations<br />
Inland Revenue</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tinstardesign.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tinstardesign.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tinstardesign.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tinstardesign.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tinstardesign.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tinstardesign.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tinstardesign.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tinstardesign.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tinstardesign.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tinstardesign.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tinstardesign.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tinstardesign.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tinstardesign.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tinstardesign.wordpress.com/92/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tinstardesign.wordpress.com&amp;blog=1741794&amp;post=92&amp;subd=tinstardesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tinstardesign.wordpress.com/2011/02/10/the-most-eloquent-letter-i-have-ever-seen-from-the-inland-revenue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/580a1d78c6b9fb362a804eaf57437ea2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">TinstarDesign</media:title>
		</media:content>
	</item>
		<item>
		<title>Get a Website root, Directory root and File root from PHP</title>
		<link>http://tinstardesign.wordpress.com/2011/01/20/get-a-website-root-directory-root-and-file-root-from-php/</link>
		<comments>http://tinstardesign.wordpress.com/2011/01/20/get-a-website-root-directory-root-and-file-root-from-php/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 13:21:56 +0000</pubDate>
		<dc:creator>TinstarDesign</dc:creator>
				<category><![CDATA[PHP and MySQL]]></category>
		<category><![CDATA[Website Tips and Tricks]]></category>
		<category><![CDATA[breadcrumb links]]></category>
		<category><![CDATA[echo filename php]]></category>
		<category><![CDATA[get root]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://tinstardesign.wordpress.com/?p=88</guid>
		<description><![CDATA[If you want to see what root leads to your file, or if you want to grab breadcrumb links dynamically, you might find the following snippits useful. They will (respectively) echo the current site root, the current directory root and the complete root up to and including the current file name. echo "Get current site [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tinstardesign.wordpress.com&amp;blog=1741794&amp;post=88&amp;subd=tinstardesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you want to see what root leads to your file, or if you want to grab breadcrumb links dynamically, you might find the following snippits useful. They will (respectively) echo the current site root, the current directory root and the complete root up to and including the current file name.</p>
<p><code><br />
echo "Get current site root:";<br />
echo($_SERVER['DOCUMENT_ROOT']);<br />
</code></p>
<p><code><br />
echo "Get current site root &amp; current directory name:<BR>";<br />
echo dirname(__FILE__);<br />
</code></p>
<p><code><br />
echo "Get current site root, current directory name &amp; current file name:<BR>";<br />
echo ($_SERVER['DOCUMENT_ROOT'].$_SERVER['PHP_SELF']) ;<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tinstardesign.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tinstardesign.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tinstardesign.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tinstardesign.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tinstardesign.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tinstardesign.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tinstardesign.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tinstardesign.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tinstardesign.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tinstardesign.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tinstardesign.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tinstardesign.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tinstardesign.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tinstardesign.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tinstardesign.wordpress.com&amp;blog=1741794&amp;post=88&amp;subd=tinstardesign&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tinstardesign.wordpress.com/2011/01/20/get-a-website-root-directory-root-and-file-root-from-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/580a1d78c6b9fb362a804eaf57437ea2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">TinstarDesign</media:title>
		</media:content>
	</item>
	</channel>
</rss>
