<?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>Irishstu.com Blog &#187; Design</title>
	<atom:link href="http://www.irishstu.com/stublog/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.irishstu.com/stublog</link>
	<description>being the discourse of Mr. Stewart Curry Esq, husband, gentlemen, blogger, and designer of slight renown. Herewithin lie dispatches and discourses from my mind and the world of the cybersphere. I pray you, gentle reader, to enjoy my vain meanderings, and should the fancy take you, to comment upon my follies.</description>
	<lastBuildDate>Mon, 06 Feb 2012 12:46:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Tables &amp; Responsive Design Part 2 &#8211; nchilds</title>
		<link>http://www.irishstu.com/stublog/2011/12/13/tables-responsive-design-part-2-nchilds/</link>
		<comments>http://www.irishstu.com/stublog/2011/12/13/tables-responsive-design-part-2-nchilds/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 10:12:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.irishstu.com/stublog/?p=1979</guid>
		<description><![CDATA[Having thought about responsive tables and progressively showing data a bit more, I&#8217;ve found a much simpler way based on using nth-child selectors with CSS &#8211; this is much cleaner than applying styles to individual tables, and should work for iPhones and most browsers that respect media queries in the first place. Here&#8217;s the updated file &#8211; [...]]]></description>
			<content:encoded><![CDATA[<style>
pre { width:600px; padding:5px; border:1px solid #ffcc66; background: #ffffcc;}
</style>
<p>Having thought about <a title="Tables and Responsive Design" href="http://www.irishstu.com/stublog/2011/12/12/tables-and-responsive-design/">responsive tables and progressively showing data</a> a bit more, I&#8217;ve found a much simpler way based on using nth-child selectors with CSS &#8211; this is much cleaner than applying styles to individual tables, and should work for iPhones and most browsers that respect media queries in the first place.</p>
<p>Here&#8217;s the updated file &#8211; <a href="http://www.irishstu.com/stublog/wp-content/uploads/2011/12/table-childs.html">table-childs</a>.</p>
<h3>The HTML:</h3>
<pre>&lt;table id="iseqchart"&gt;

&lt;tr&gt;
	&lt;th id="index"&gt;Index&lt;/th&gt;
	&lt;th id="value"&gt;Value&lt;/th&gt;
	&lt;th id="change"&gt;Change&lt;/th&gt;
	&lt;th id="changepercent"&gt;Change %&lt;/th&gt;
	&lt;th id="yhigh"&gt;Year High&lt;/th&gt;
	&lt;th id="ylow"&gt;Year Low&lt;/th&gt;
	&lt;th id="dhigh"&gt;Daily Low&lt;/th&gt;
	&lt;th id="dlow"&gt;Daily High&lt;/th&gt;
	&lt;th id="turnover"&gt;Turnover €(Mil.)&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td&gt;ISEQ® Overall&lt;/td&gt;
	&lt;td&gt;2,725.99&lt;/td&gt;
	&lt;td class="neg"&gt;-15.30&lt;/td&gt;
	&lt;td class="neg"&gt;-0.56%&lt;/td&gt;
	&lt;td&gt;3,037.89&lt;/td&gt;
	&lt;td&gt;2,333.35&lt;/td&gt;
	&lt;td&gt;2,712.84&lt;/td&gt;
	&lt;td&gt;2,743.31&lt;/td&gt;
	&lt;td&gt;24.00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td&gt;ISEQ® Financial&lt;/td&gt;
	&lt;td&gt;130.77&lt;/td&gt;
	&lt;td class="neg"&gt;-3.24&lt;/td&gt;
	&lt;td class="neg"&gt;-2.42%&lt;/td&gt;
	&lt;td&gt;493.83&lt;/td&gt;
	&lt;td&gt;101.54&lt;/td&gt;
	&lt;td&gt;130.43&lt;/td&gt;
	&lt;td&gt;136.14&lt;/td&gt;
	&lt;td&gt;2.76&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td&gt;ISEQ® General&lt;/td&gt;
	&lt;td&gt;3,751.79&lt;/td&gt;
	&lt;td class="neg"&gt;-17.49&lt;/td&gt;
	&lt;td class="neg"&gt;-0.46%&lt;/td&gt;
	&lt;td&gt;4,146.84&lt;/td&gt;
	&lt;td&gt;3,188.68&lt;/td&gt;
	&lt;td&gt;3,731.15&lt;/td&gt;
	&lt;td&gt;3,770.88&lt;/td&gt;
	&lt;td&gt;21.24&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td&gt;ISEQ® Small Cap.&lt;/td&gt;
	&lt;td&gt;1,661.94&lt;/td&gt;
	&lt;td class="pos"&gt;3.76&lt;/td&gt;
	&lt;td class="pos"&gt;0.23%&lt;/td&gt;
	&lt;td&gt;2,175.60&lt;/td&gt;
	&lt;td&gt;1,633.21&lt;/td&gt;
	&lt;td&gt;1,643.92&lt;/td&gt;
	&lt;td&gt;1,661.94&lt;/td&gt;
	&lt;td&gt;0.20&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</pre>
<h3>The CSS:</h3>
<pre>&lt;style&gt;
#iseqchart	{
	border:1px solid #000;
	border-collapse:collapse;
	font-family:Arial, Sans-Serif;
	font-size:12px;
	text-align:right;
	}

#iseqchart th	{
	border:1px solid #333;
	padding:3px 6px;
	}

#iseqchart td	{
	border:1px solid #999;
	padding:3px 6px;
	}

.neg	{
	color:red;
}

.pos	{
	color:green;
}

@media only screen and (max-width: 768px) {
	#turnover, tr td:nth-child(9)		{ display:none; visibility:hidden; }
}

@media only screen and (max-width: 420px) {
	#changepercent, tr td:nth-child(4)	{ display:none; visibility:hidden; }
	#yhigh, tr td:nth-child(5)			{ display:none; visibility:hidden; }
	#ylow, tr td:nth-child(6)			{ display:none; visibility:hidden; }
	#turnover, tr td:nth-child(9)		{ display:none; visibility:hidden; }
}

@media only screen and (max-width: 320px) {
	#changepercent, tr td:nth-child(4)	{ display:none; visibility:hidden; }
	#yhigh, tr td:nth-child(5)			{ display:none; visibility:hidden; }
	#ylow, tr td:nth-child(6)			{ display:none; visibility:hidden; }
	#dhigh, tr td:nth-child(7)			{ display:none; visibility:hidden; }
	#dlow, tr td:nth-child(8)			{ display:none; visibility:hidden; }
	#turnover, tr td:nth-child(9)		{ display:none; visibility:hidden; }
}

&lt;/style&gt;</pre>
<h3>The result:</h3>
<p>Much cleaner markup where we are targeting cells mathematically, rather than with classes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.irishstu.com/stublog/2011/12/13/tables-responsive-design-part-2-nchilds/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Tables and Responsive Design</title>
		<link>http://www.irishstu.com/stublog/2011/12/12/tables-and-responsive-design/</link>
		<comments>http://www.irishstu.com/stublog/2011/12/12/tables-and-responsive-design/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 13:57:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.irishstu.com/stublog/?p=1924</guid>
		<description><![CDATA[Update: A simpler solution using nth-child instead of classes Inspired by a post by Mark Boulton on Google+ I thought I&#8217;d have a look at responsive design for tables. Here&#8217;s the HTML file to play with. The problem: Smaller screens can&#8217;t display over a certain number of columns. So you either get long, squashed tables [...]]]></description>
			<content:encoded><![CDATA[<style>
pre { width:600px; padding:5px; border:1px solid #ffcc66; background: #ffffcc;}
</style>
<p>Update: <a href="http://www.irishstu.com/stublog/2011/12/13/tables-responsive-design-part-2-nchilds/" title="Tables &#038; Responsive Design Part 2 – nchilds">A simpler solution using nth-child instead of classes</a></p>
<p>Inspired by a post by <a href="https://plus.google.com/115560284086196136827/posts">Mark Boulton on Google+</a> I thought I&#8217;d have a look at responsive design for tables.</p>
<p>Here&#8217;s the <a href='http://www.irishstu.com/stublog/wp-content/uploads/2011/12/table.html'>HTML file</a> to play with.</p>
<p>The problem: Smaller screens can&#8217;t display over a certain number of columns. So you either get long, squashed tables with epic scrolling on narrow screens (if you have lots of columns), or super-wide tables with little data on large screens (if you have only 2 or 3 columns).</p>
<p>The solution: Add more columns as the screen size expands, showing only the most important data first.</p>
<p>(Note: using images for tables to best illustrate resizing etc.)</p>
<p>Here&#8217;s a basic table, with styling:</p>
<pre>&lt;table id="iseqchart"&gt;

&lt;tr&gt;
	&lt;th&gt;Index&lt;/th&gt;
	&lt;th&gt;Value&lt;/th&gt;
	&lt;th&gt;Change&lt;/th&gt;
	&lt;th&gt;Change %&lt;/th&gt;
	&lt;th&gt;Year High&lt;/th&gt;
	&lt;th&gt;Year Low&lt;/th&gt;
	&lt;th&gt;Daily Low&lt;/th&gt;
	&lt;th&gt;Daily High&lt;/th&gt;
	&lt;th&gt;Turnover €(Mil.)&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td&gt;ISEQ® Overall&lt;/td&gt;
	&lt;td&gt;2,725.99&lt;/td&gt;
	&lt;td class="neg"&gt;-15.30&lt;/td&gt;
	&lt;td class="neg"&gt;-0.56%&lt;/td&gt;
	&lt;td&gt;3,037.89&lt;/td&gt;
	&lt;td&gt;2,333.35&lt;/td&gt;
	&lt;td&gt;2,712.84&lt;/td&gt;
	&lt;td&gt;2,743.31&lt;/td&gt;
	&lt;td&gt;24.00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td&gt;ISEQ® Financial&lt;/td&gt;
	&lt;td&gt;130.77&lt;/td&gt;
	&lt;td class="neg"&gt;-3.24&lt;/td&gt;
	&lt;td class="neg"&gt;-2.42%&lt;/td&gt;
	&lt;td&gt;493.83&lt;/td&gt;
	&lt;td&gt;101.54&lt;/td&gt;
	&lt;td&gt;130.43&lt;/td&gt;
	&lt;td&gt;136.14&lt;/td&gt;
	&lt;td&gt;2.76&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td&gt;ISEQ® General&lt;/td&gt;
	&lt;td&gt;3,751.79&lt;/td&gt;
	&lt;td class="neg"&gt;-17.49&lt;/td&gt;
	&lt;td class="neg"&gt;-0.46%&lt;/td&gt;
	&lt;td&gt;4,146.84&lt;/td&gt;
	&lt;td &gt;3,188.68&lt;/td&gt;
	&lt;td&gt;3,731.15&lt;/td&gt;
	&lt;td&gt;3,770.88&lt;/td&gt;
	&lt;td&gt;21.24&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td&gt;ISEQ® Small Cap.&lt;/td&gt;
	&lt;td&gt;1,661.94&lt;/td&gt;
	&lt;td class="pos"&gt;3.76&lt;/td&gt;
	&lt;td class="pos"&gt;0.23%&lt;/td&gt;
	&lt;td&gt;2,175.60&lt;/td&gt;
	&lt;td&gt;1,633.21&lt;/td&gt;
	&lt;td&gt;1,643.92&lt;/td&gt;
	&lt;td&gt;1,661.94&lt;/td&gt;
	&lt;td&gt;0.20&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</pre>
<h3>Full width:</h3>
<p><img class="alignnone size-full wp-image-1932" title="table1" src="http://www.irishstu.com/stublog/wp-content/uploads/2011/12/table1.png" alt="" /></p>
<h3>Small screen &#8211; text is squashed, lots of scrolling:</h3>
<p><img class="alignnone size-full wp-image-1933" title="table2" src="http://www.irishstu.com/stublog/wp-content/uploads/2011/12/table2.png" alt="" /></p>
<p>Next step: Use colgroup to identify columns, and hide them using media queries (I&#8217;m adding colours so you can see what goes wrong&#8230;):</p>
<h3>The HTML:</h3>
<pre>&lt;table id="iseqchart"&gt;

&lt;colgroup id="name"&gt;
    &lt;col/&gt;
  &lt;/colgroup&gt;
&lt;colgroup id="delta"&gt;
    &lt;col/&gt;
	&lt;col/&gt;
&lt;/colgroup&gt;
&lt;colgroup id="deltapercent"&gt;
    &lt;col/&gt;
&lt;/colgroup&gt;
&lt;colgroup id="yearhigh"&gt;
    &lt;col/&gt;
	&lt;col/&gt;
&lt;/colgroup&gt;
&lt;colgroup id="dailyhigh"&gt;
    &lt;col/&gt;
	&lt;col/&gt;
&lt;/colgroup&gt;
&lt;colgroup id="turnover"&gt;
    &lt;col/&gt;
&lt;/colgroup&gt;

&lt;tr&gt;
	&lt;th&gt;Index&lt;/th&gt;
	&lt;th&gt;Value&lt;/th&gt;
	&lt;th&gt;Change&lt;/th&gt;
	&lt;th&gt;Change %&lt;/th&gt;
	&lt;th&gt;Year High&lt;/th&gt;
	&lt;th&gt;Year Low&lt;/th&gt;
	&lt;th&gt;Daily Low&lt;/th&gt;
	&lt;th&gt;Daily High&lt;/th&gt;
	&lt;th&gt;Turnover €(Mil.)&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td&gt;ISEQ® Overall&lt;/td&gt;
	&lt;td&gt;2,725.99&lt;/td&gt;
	&lt;td class="neg"&gt;-15.30&lt;/td&gt;
	&lt;td class="neg"&gt;-0.56%&lt;/td&gt;
	&lt;td&gt;3,037.89&lt;/td&gt;
	&lt;td&gt;2,333.35&lt;/td&gt;
	&lt;td&gt;2,712.84&lt;/td&gt;
	&lt;td&gt;2,743.31&lt;/td&gt;
	&lt;td&gt;24.00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td&gt;ISEQ® Financial&lt;/td&gt;
	&lt;td&gt;130.77&lt;/td&gt;
	&lt;td class="neg"&gt;-3.24&lt;/td&gt;
	&lt;td class="neg"&gt;-2.42%&lt;/td&gt;
	&lt;td&gt;493.83&lt;/td&gt;
	&lt;td&gt;101.54&lt;/td&gt;
	&lt;td&gt;130.43&lt;/td&gt;
	&lt;td&gt;136.14&lt;/td&gt;
	&lt;td&gt;2.76&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td&gt;ISEQ® General&lt;/td&gt;
	&lt;td&gt;3,751.79&lt;/td&gt;
	&lt;td class="neg"&gt;-17.49&lt;/td&gt;
	&lt;td class="neg"&gt;-0.46%&lt;/td&gt;
	&lt;td&gt;4,146.84&lt;/td&gt;
	&lt;td &gt;3,188.68&lt;/td&gt;
	&lt;td&gt;3,731.15&lt;/td&gt;
	&lt;td&gt;3,770.88&lt;/td&gt;
	&lt;td&gt;21.24&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td&gt;ISEQ® Small Cap.&lt;/td&gt;
	&lt;td&gt;1,661.94&lt;/td&gt;
	&lt;td class="pos"&gt;3.76&lt;/td&gt;
	&lt;td class="pos"&gt;0.23%&lt;/td&gt;
	&lt;td&gt;2,175.60&lt;/td&gt;
	&lt;td&gt;1,633.21&lt;/td&gt;
	&lt;td&gt;1,643.92&lt;/td&gt;
	&lt;td&gt;1,661.94&lt;/td&gt;
	&lt;td&gt;0.20&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</pre>
<p>&nbsp;</p>
<h3>The CSS:</h3>
<pre>&lt;style&gt;
#iseqchart	{
	border:1px solid #000;
	border-collapse:collapse;
	font-family:Arial, Sans-Serif;
	font-size:12px;
	text-align:right;
	}

#iseqchart th	{
	border:1px solid #333;
	padding:3px 6px;
	}

#iseqchart td	{
	border:1px solid #999;
	padding:3px 6px;
	}

.neg	{
	color:red;
}

.pos	{
	color:green;
}

#name			{ background:#eff3f7; }
#delta			{ background:#ffffff; }
#deltapercent	{ background:#fafbdb; }
#yearhigh		{ background:#dbf8fb; }
#dailyhigh		{ background:#dbfbe5; }
#turnover		{ background:#e4dbfb; }

@media only screen and (max-width: 768px) {
	#yearhigh		{ display:none; visibility:hidden; }
	#dailyhigh		{ display:none; visibility:hidden; }
	#turnover		{ display:none; visibility:hidden; }
}

&lt;/style&gt;</pre>
<p>&nbsp;</p>
<p>This creates 6 groups of columns &#8211; the name of the index, the value and change, the percentage change, the year&#8217;s high and low, the daily high and low, and turnover. All this information is useful, but at a bare minimum you&#8217;d need to know the name, value and change. So we try and hide the extra stuff with media queries &#8211; if you go smaller than 768px the high/low columns and turnover columns should be switched off.</p>
<h3>Full width:<br />
<img class="alignnone size-full wp-image-1939" title="table3" src="http://www.irishstu.com/stublog/wp-content/uploads/2011/12/table3.png" alt="" /></h3>
<h3>Less than 768px width:</h3>
<p><img class="alignnone size-full wp-image-1940" title="table4" src="http://www.irishstu.com/stublog/wp-content/uploads/2011/12/table4.png" alt="" /></p>
<p>&nbsp;</p>
<p>The bad news: Only the styling from the table columns gets hidden, not the headings and rows that should be associated with that column through &lt;colgroup&gt;</p>
<h3>The hacky icky way &#8211; style ALL THE THINGS!</h3>
<h3>The HTML &#8211; add a class to each cell</h3>
<pre>&lt;table id="iseqchart"&gt;

&lt;colgroup id="name"&gt;
    &lt;col/&gt;
  &lt;/colgroup&gt;
&lt;colgroup id="delta"&gt;
    &lt;col/&gt;
	&lt;col/&gt;
&lt;/colgroup&gt;
&lt;colgroup id="deltapercent"&gt;
    &lt;col/&gt;
&lt;/colgroup&gt;
&lt;colgroup id="yearhigh"&gt;
    &lt;col/&gt;
	&lt;col/&gt;
&lt;/colgroup&gt;
&lt;colgroup id="dailyhigh"&gt;
    &lt;col/&gt;
	&lt;col/&gt;
&lt;/colgroup&gt;
&lt;colgroup id="turnover"&gt;
    &lt;col/&gt;
&lt;/colgroup&gt;

&lt;tr&gt;
	&lt;th&gt;Index&lt;/th&gt;
	&lt;th&gt;Value&lt;/th&gt;
	&lt;th&gt;Change&lt;/th&gt;
	&lt;th&gt;Change %&lt;/th&gt;
	&lt;th class="yearhigh" scope="colgroup"&gt;Year High&lt;/th&gt;
	&lt;th class="yearhigh" scope="colgroup"&gt;Year Low&lt;/th&gt;
	&lt;th class="dailyhigh" scope="colgroup"&gt;Daily Low&lt;/th&gt;
	&lt;th class="dailyhigh" scope="colgroup"&gt;Daily High&lt;/th&gt;
	&lt;th class="turnover" scope="colgroup"&gt;Turnover €(Mil.)&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td&gt;ISEQ® Overall&lt;/td&gt;
	&lt;td&gt;2,725.99&lt;/td&gt;
	&lt;td class="neg"&gt;-15.30&lt;/td&gt;
	&lt;td class="neg"&gt;-0.56%&lt;/td&gt;
	&lt;td class="yearhigh"&gt;3,037.89&lt;/td&gt;
	&lt;td class="yearhigh"&gt;2,333.35&lt;/td&gt;
	&lt;td class="dailyhigh"&gt;2,712.84&lt;/td&gt;
	&lt;td class="dailyhigh"&gt;2,743.31&lt;/td&gt;
	&lt;td class="turnover"&gt;24.00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td&gt;ISEQ® Financial&lt;/td&gt;
	&lt;td&gt;130.77&lt;/td&gt;
	&lt;td class="neg"&gt;-3.24&lt;/td&gt;
	&lt;td class="neg"&gt;-2.42%&lt;/td&gt;
	&lt;td class="yearhigh"&gt;493.83&lt;/td&gt;
	&lt;td class="yearhigh"&gt;101.54&lt;/td&gt;
	&lt;td class="dailyhigh"&gt;130.43&lt;/td&gt;
	&lt;td class="dailyhigh"&gt;136.14&lt;/td&gt;
	&lt;td class="turnover"&gt;2.76&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td&gt;ISEQ® General&lt;/td&gt;
	&lt;td&gt;3,751.79&lt;/td&gt;
	&lt;td class="neg"&gt;-17.49&lt;/td&gt;
	&lt;td class="neg"&gt;-0.46%&lt;/td&gt;
	&lt;td class="yearhigh"&gt;4,146.84&lt;/td&gt;
	&lt;td class="yearhigh"&gt;3,188.68&lt;/td&gt;
	&lt;td class="dailyhigh"&gt;3,731.15&lt;/td&gt;
	&lt;td class="dailyhigh"&gt;3,770.88&lt;/td&gt;
	&lt;td class="turnover"&gt;21.24&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td&gt;ISEQ® Small Cap.&lt;/td&gt;
	&lt;td&gt;1,661.94&lt;/td&gt;
	&lt;td class="pos"&gt;3.76&lt;/td&gt;
	&lt;td class="pos"&gt;0.23%&lt;/td&gt;
	&lt;td class="yearhigh"&gt;2,175.60&lt;/td&gt;
	&lt;td class="yearhigh"&gt;1,633.21&lt;/td&gt;
	&lt;td class="dailyhigh"&gt;1,643.92&lt;/td&gt;
	&lt;td class="dailyhigh"&gt;1,661.94&lt;/td&gt;
	&lt;td class="turnover"&gt;0.20&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</pre>
<h3>The CSS</h3>
<pre>&lt;style&gt;
#iseqchart	{
	border:1px solid #000;
	border-collapse:collapse;
	font-family:Arial, Sans-Serif;
	font-size:12px;
	text-align:right;
	}

#iseqchart th	{
	border:1px solid #333;
	padding:3px 6px;
	}

#iseqchart td	{
	border:1px solid #999;
	padding:3px 6px;
	}

.neg	{
	color:red;
}

.pos	{
	color:green;
}

#name			{ background:#eff3f7; }
#delta			{ background:#ffffff; }
#deltapercent	{ background:#fafbdb; }
#yearhigh		{ background:#dbf8fb; }
#dailyhigh		{ background:#dbfbe5; }
#turnover		{ background:#e4dbfb; }

@media only screen and (max-width: 768px) {
	#turnover, .turnover		{ display:none; visibility:hidden; }
}

@media only screen and (max-width: 420px) {
	#yearhigh, .yearhigh		{ display:none; visibility:hidden; }
	#turnover, .turnover		{ display:none; visibility:hidden; }
}

@media only screen and (max-width: 320px) {
	#yearhigh, .yearhigh		{ display:none; visibility:hidden; }
	#dailyhigh, .dailyhigh		{ display:none; visibility:hidden; }
	#turnover, .turnover		{ display:none; visibility:hidden; }
}

&lt;/style&gt;</pre>
<p>&nbsp;</p>
<h3>Small</h3>
<p><img class="alignnone size-full wp-image-1947" title="table5" src="http://www.irishstu.com/stublog/wp-content/uploads/2011/12/table5.png" alt="" /></p>
<h3>Smaller</h3>
<p><img class="alignnone size-full wp-image-1948" title="table6" src="http://www.irishstu.com/stublog/wp-content/uploads/2011/12/table6.png" alt="" /></p>
<h3>Smallest</h3>
<p><img class="alignnone size-full wp-image-1949" title="table7" src="http://www.irishstu.com/stublog/wp-content/uploads/2011/12/table7.png" alt="" /></p>
<p>This progressively hides columns that aren&#8217;t vital as the screen sizes decreases. It&#8217;s also pretty brutal in terms of styling overload.</p>
<h3>Better Solutions:</h3>
<p>It would be nice if &lt;colgroup&gt; passed through CSS display stylings to the cells it&#8217;s supposed to be containing and identifying - I&#8217;m testing in Chrome so if it&#8217;s different in other browsers let me know. Also, if I&#8217;ve missed something obvious do tell.</p>
<p>The elephant in the room is downloading extra data only to hide it, which is only a few KB in this case so not the end of the world. There&#8217;s also the question of what to show or hide, which is really a content issue and not one for the designer to decide.</p>
<p>What would be nice is a way to &#8216;weight&#8217; visibility based on availabily width or height &#8211; an x-index or y-index if you will. In that case I could go:</p>
<pre>#name		{ x-index:10; }
#delta		{ x-index:10; }
#deltapercent	{ x-index:4; }
#yearhigh	{ x-index:6; }
#dailyhigh	{ x-index:8; }
#turnover	{ x-index:1; }</pre>
<p>and let the browser gradually show new columns IF there&#8217;s enough room to do it nicely &#8211; by calculating the width of each column versus screen width.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.irishstu.com/stublog/2011/12/12/tables-and-responsive-design/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Johnathan Hoefler &#8211; Type at the Crossroads</title>
		<link>http://www.irishstu.com/stublog/2011/11/23/johnathan-hoefler/</link>
		<comments>http://www.irishstu.com/stublog/2011/11/23/johnathan-hoefler/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 14:34:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Text]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.irishstu.com/stublog/?p=1886</guid>
		<description><![CDATA[Type designer Johnathan Hoefler talks about web fonts. A fascinating insight into how type must be designed to respect the &#8216;idea&#8217; of the type, based on the capabilities and rendering methods of the device, and the conflicts/issues that arise from that. Watch the video (can&#8217;t embed) Today, as webfonts are buoyed by a wave of [...]]]></description>
			<content:encoded><![CDATA[<p>Type designer Johnathan Hoefler talks about web fonts. A fascinating insight into how type must be designed to respect the &#8216;idea&#8217; of the type, based on the capabilities and rendering methods of the device, and the conflicts/issues that arise from that.</p>
<p><a href="http://www.aiga.org/video-pivot-2011-hoefler/">Watch the video</a> (can&#8217;t embed)</p>
<blockquote><p>Today, as webfonts are buoyed by a wave of early-adopter enthusiasm, they’re marred by a similar unevenness in quality, and it’s not just a matter of browsers and rasterizers, or the eternal shortage of good fonts and preponderance of bad ones. There are compelling questions about what it means to be fitted to the technology, how foundries can offer designers an expressive medium (and readers a rich one), and what it means for typography to be visually, mechanically, and culturally appropriate to the web. This is an exploration of this side of web fonts, and a discussion of where the needs of designers meet the needs of readers.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.irishstu.com/stublog/2011/11/23/johnathan-hoefler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>24 the web 2011</title>
		<link>http://www.irishstu.com/stublog/2011/11/01/24-the-web-2011-2/</link>
		<comments>http://www.irishstu.com/stublog/2011/11/01/24-the-web-2011-2/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 22:51:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Irish Web]]></category>

		<guid isPermaLink="false">http://www.irishstu.com/stublog/?p=1859</guid>
		<description><![CDATA[Last weekend saw the second 24 the web event, a twenty-four hour web design &#038; development marathon where three teams of seven specialists all worked together to build a website for a charity. Here&#8217;s the three sites that were created &#8211; I think they all reflect how a professional design process can produce exceptional results. [...]]]></description>
			<content:encoded><![CDATA[<p>Last weekend saw the second <a href="http://24theweb.com/">24 the web</a> event, a twenty-four hour web design &#038; development marathon where three teams of seven specialists all worked together to build a website for a charity.</p>
<p>Here&#8217;s the three sites that were created &#8211; I think they all reflect how a professional design process can produce exceptional results. They were conceived, designed and developed by: Tom Cunningham, Donovan Hutchinson, Ciarán Harris, Colm McBarron, Anne Magner, Fabrizio Calderon, Cory-Ann Joseph, Christian Hughes, Mark Wallis, Stephanie Francis, Celine O’Neill, Matt Finucane, Una Vejsbjerg, Neil Turner, Elaine Larkin, John Rainsford, Ken Stanley, Aoife Ross, Michael Flanagan, Paul Watson and Martha Rotter &#8211; you can <a href="http://24theweb.com/about/">follow them all here.</a></p>
<p>My job was just to find volunteers and charities, find a venue (<a href="http://orchestra.io/">Engineyard/Orchestra</a> &#8211; thanks to Eamon Leonard) and get sponsorship (thanks <a href="http://www.blacknight.com/">Blacknight</a> and <a href="http://24theweb.com/sponsor/">all the sponsors</a>) with the help of Darragh Doyle, who also helped document the whole event.</p>
<p>There&#8217;s some cool time-lapse stuff to come!</p>
<p><a href="http://almosthome.eu/"><img class="alignnone size-large wp-image-545" title="almosthome" src="http://24theweb.com/wp-content/uploads/2011/10/almosthome-1024x811.png" alt="Almost Home website" width="640" height="506" /></a><br />
<a href="http://dressforsuccessdublin.org/"><img src="http://24theweb.com/wp-content/uploads/2011/10/dressforsuccess-1024x811.png" alt="Dress for Success website" title="dressforsuccess" width="640" height="506" class="alignnone size-large wp-image-546" /></a><br />
<a href="http://www.changenation.org/"><img src="http://24theweb.com/wp-content/uploads/2011/10/changenation-1024x811.png" alt="Change Nation website" title="changenation" width="640" height="506" class="alignnone size-large wp-image-547" /></a></p>
<h3>How others can do this</h3>
<p>I&#8217;ve seen a few comments saying how this would be a good idea for other people to try. It&#8217;s very easy to say &#8216;somebody should do XYZ&#8217; but to be honest with a good support network of friends and businesses, a very patient partner, a bit of time in the evenings and a good old spreadsheets of tasks, it&#8217;s not that difficult to organise a design event like this. The hard work is all from the volunteers&#8217; side. Hopefully the following might help, based on what I&#8217;ve learned over the last two 24 the webs (or 24s the web I don&#8217;t know&#8230;)</p>
<h3>Volunteers</h3>
<ul>
<li>You need great volunteers, who really know their shit. They are 99.9% responsible for the success of the projects. I&#8217;ve been lucky to have fantastic volunteers sign up.</li>
<li>You need a diverse range of skills.</li>
<li>Selecting people is very difficult. Sign-ups for the last two events have always been to very high standards. Can&#8217;t really think of any easy tips for this one, except to encourage teams to sign up.</li>
<li>To get signups make a form in <a href="https://docs.google.com/">Google Documents</a>, and stick it on a website. This is saved to a spreadsheet. Add some columns for who&#8217;s picked or not, and team names.</li>
<li>Import this into <a href="http://mailchimp.com/">Mailchimp</a> and use its segmenting tool to send certain emails to specific people.</li>
<li>Ask for confirmation that people are coming, so there&#8217;s no surprises on the day. Mailchimp is handy for seeing if an email&#8217;s been opened or not.</li>
<li>Be sure to thank everyone who took the time to volunteer, selected or not, and ask permission to contact someone again if you need a substitute.</li>
<li>Tell them what they need to bring and what&#8217;s supplied, including hardware, software, hosting and licensing.</li>
</ul>
<h3>Logistics</h3>
<ul>
<li>Set a deadline. Building stuff &#8216;in your spare time&#8217; makes it very hard to get things finished, especially if many people are involved. Sufficient time (debatable!), a fixed end point, and everyone in the one place means you get something done.</li>
<li>You need a venue where everyone&#8217;s together, so there&#8217;s more team spirit, energy and banter. A separate room for naps, meetings and quiet time is important too.</li>
<li>You need to keep people fed and full of caffeine. It&#8217;s at least four meals &#8211; lunch, dinner, supper, breakfast.</li>
<li>Be sure to ask everyone to thank and promote the sponsors.</li>
<li>If you&#8217;re running the show your job is to make sure everyone&#8217;s ok. After 10 hours stop doing this, you&#8217;re annoying them and they know where to find you!</li>
<li>Ask people for help &#8211; donations of time, money or resources are out there, you just need to ask.</li>
</ul>
<h3>Charities</h3>
<ul>
<li>It&#8217;s up to you how you select charities. A mix of charities makes for more diverse work, while a theme might be good too. Up to you really.</li>
<li>As this is a one-off build and not a relationship the charity needs someone who will keep the site alive and updated, so an active Facebook page, Twitter account or blog is a good indicator.</li>
<li>You need to make sure the charities have a great brief and decent content &#8211; depending on your criteria the content may not be available, but they should at least have a strong idea about what exactly they need.
</li>
<li>This <a href="http://dvize.com/website-brief/">website briefing document</a> is a good starting point. Make sure they also have all their passwords etc. If they haven&#8217;t a domain name they can get a free .ie if they are a registered charity. You could also look for sponsored hosting.</li>
<li>A quick elevator pitch at the start from each charity is a good way to get people excited about the project</li>
<li>Encourage the charities to stay for at least 8 hours. Or never leave.</li>
</ul>
<h3>Promoting</h3>
<ul>
<li>Still getting the hang of this one, but a twitter hashtag seems like the best way to have 20+ people share what they are doing. Could do a lot better sharing what&#8217;s happening, with auto-screenshotting and video etc. Maybe next year!</li>
<li>Nothing worse than hearing &#8216;oh if only I&#8217;d known, I&#8217;d have signed up/helped out&#8217;. Star-tweet or bookmark anyone who says that and remind them for the next event!</li>
<li>I live-blogged the event, sharing what people were doing and snippets of their work. More than 50% of referrals came from Twitter. Had just over 1,500 visits, which would be better if it were a weekday but not doable, as people have to work!</li>
<li>Getting a professional photographer in to snap photos produced some amazing photos, so ask volunteers if there&#8217;s anyone they know that wants to pop in and help out.</li>
<li>The most important part for me is the work produced and crediting the volunteers &#8211; so try and get as many people to see that as possible.</li>
</ul>
<p>I&#8217;d be happy to talk about this if anyone wants to get in touch &#8211; stucurry at gmail or <a href="https://twitter.com/irishstu" class="twitter-follow-button" data-show-count="false">Follow @irishstu</a><br />
<script src="//platform.twitter.com/widgets.js" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.irishstu.com/stublog/2011/11/01/24-the-web-2011-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>24 the Web &#8211; Applications open</title>
		<link>http://www.irishstu.com/stublog/2011/09/12/24-the-web-applications-open/</link>
		<comments>http://www.irishstu.com/stublog/2011/09/12/24-the-web-applications-open/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 12:36:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Irish Web]]></category>

		<guid isPermaLink="false">http://www.irishstu.com/stublog/?p=1837</guid>
		<description><![CDATA[Journalist? Get a full press release here! Last year I organised (with a LOT of help) an event where 21 very talented and hard-working people built three websites for charities in 24 hours. It all went pretty well so I thought we thought we&#8217;d do it again! Application are now open for people who want [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://24theweb.com/"><img src="http://www.irishstu.com/stublog/wp-content/uploads/2011/09/24bigad580.jpg" alt="Image promoting 24 the web" title="24bigad580" width="580" height="580" class="alignnone size-full wp-image-1838" /></a></p>
<p>Journalist? Get a <a href="http://www.emilytully.com/press-relelase/designers-geeks-and-charities-unite-for-2nd-annual-24theweb-charity-web-design-challenge/">full press release</a> here!</p>
<p>Last year I organised (with a LOT of help) an event where 21 very talented and hard-working people built three websites for charities in 24 hours. It all went pretty well so I thought we thought we&#8217;d do it again!</p>
<p>Application are now open for <a href="http://24theweb.com/2011/volunteer.html">people who want to take part in building sites</a> and for <a href="http://24theweb.com/2011/charity.html">charities who needs sites built</a>. Please read the requirements on the right when signing up.</p>
<p>The event is a great opportunity for experienced web professionals to donate their time &#038; talent to charity in a fun and exciting event, and for charities to avail of services and talent that they couldn&#8217;t otherwise get access to.</p>
<p>There&#8217;s a few simple rules for charities, but it basically comes down to: we can&#8217;t take work away from people (so charities must have no budget for a website); they must have great content and practical needs that can be accomplished in 24 hours;  and they must have someone willing to take care of the site on an ongoing basis, so that it can be a useful tool for them in the future.</p>
<p>For volunteers, we just need skilled people who can stay awake! This year it would be handy if people formed groups before applying, to make life easier when matching teams.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.irishstu.com/stublog/2011/09/12/24-the-web-applications-open/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alternate History Posters</title>
		<link>http://www.irishstu.com/stublog/2011/09/02/alternate-history-posters/</link>
		<comments>http://www.irishstu.com/stublog/2011/09/02/alternate-history-posters/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 09:31:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Photo]]></category>

		<guid isPermaLink="false">http://www.irishstu.com/stublog/?p=1830</guid>
		<description><![CDATA[Love these Alternate History Posters on Etsy]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.etsy.com/shop/alternatehistories?ref=pr_shop_more"><img src="http://www.irishstu.com/stublog/wp-content/uploads/2011/09/beastboston.jpg" alt="An old painting of Boston with a monster in the background" title="beastboston" width="570" height="426" class="alignnone size-full wp-image-1831" /></a><br />
<a href="http://www.etsy.com/shop/alternatehistories?ref=pr_shop_more"><img src="http://www.irishstu.com/stublog/wp-content/uploads/2011/09/zombiemap.jpg" alt="An old map of Pittsburgh showing zombie outbreaks" title="zombiemap" width="570" height="434" class="alignnone size-full wp-image-1832" /></a></p>
<p>Love these <a href="http://www.etsy.com/shop/alternatehistories?ref=pr_shop_more">Alternate History Posters</a> on Etsy</p>
]]></content:encoded>
			<wfw:commentRss>http://www.irishstu.com/stublog/2011/09/02/alternate-history-posters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML for babies</title>
		<link>http://www.irishstu.com/stublog/2011/08/29/html-for-babies/</link>
		<comments>http://www.irishstu.com/stublog/2011/08/29/html-for-babies/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 13:07:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Irish Web]]></category>
		<category><![CDATA[Photo]]></category>

		<guid isPermaLink="false">http://www.irishstu.com/stublog/?p=1826</guid>
		<description><![CDATA[A 5×7 board book that has 16 pages of bold col­or­ful, pos­i­tive words wrapped in lov­ing HTML mark up tags for imag­i­na­tive code geeks in train­ing. via Cameron Moll]]></description>
			<content:encoded><![CDATA[<p><a href="http://codebabies.com/"><img src="http://www.irishstu.com/stublog/wp-content/uploads/2011/08/htmlforbabies_prodimage01.jpg" alt="Toy monkey holding a bookcalled HTML for Babies" title="htmlforbabies_prodimage01" width="504" height="509" class="alignnone size-full wp-image-1827" /></a></p>
<blockquote><p>A 5×7 board book that has 16 pages of bold col­or­ful, pos­i­tive words wrapped in lov­ing HTML mark up tags for imag­i­na­tive code geeks in train­ing.</p></blockquote>
<p>via <a href="http://twitter.com/#!/cameronmoll/status/108162563816173568">Cameron Moll</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.irishstu.com/stublog/2011/08/29/html-for-babies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Art of the Menu</title>
		<link>http://www.irishstu.com/stublog/2011/08/09/the-art-of-the-menu/</link>
		<comments>http://www.irishstu.com/stublog/2011/08/09/the-art-of-the-menu/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 10:25:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Photo]]></category>

		<guid isPermaLink="false">http://www.irishstu.com/stublog/?p=1798</guid>
		<description><![CDATA[The Art of the Menu is a wonderful new design blog from Under Consideration, which highlights creative menu design. The above example is from Schiller&#8217;s Liquor Bar, one of my favourite New York restaurants. Also of interest is this Wired article on the psychology of menu design.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.underconsideration.com/artofthemenu/archives/schillers_liquor_bar.php"><img src="http://www.irishstu.com/stublog/wp-content/uploads/2011/08/schillers_PHOTO_01.jpg" alt="Close-up of Schillers menu" title="Schillers menu" width="682" height="437" class="alignnone size-full wp-image-1799" /></a></p>
<p><a href="http://www.underconsideration.com/artofthemenu/">The Art of the Menu</a> is a wonderful new design blog from <a href="http://www.underconsideration.com/">Under Consideration</a>, which highlights creative menu design. The above example is from <a href="http://www.schillersny.com/">Schiller&#8217;s Liquor Bar</a>, one of my favourite New York restaurants. Also of interest is this Wired article on <a href="http://www.wired.co.uk/magazine/archive/2010/04/start/the-hidden-psychology-of-menu-design">the psychology of menu design</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.irishstu.com/stublog/2011/08/09/the-art-of-the-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tiny Tower Batman and Superman</title>
		<link>http://www.irishstu.com/stublog/2011/07/22/tiny-tower-batman-and-superman/</link>
		<comments>http://www.irishstu.com/stublog/2011/07/22/tiny-tower-batman-and-superman/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 12:51:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Enjoying]]></category>
		<category><![CDATA[Illustration]]></category>
		<category><![CDATA[Photo]]></category>

		<guid isPermaLink="false">http://www.irishstu.com/stublog/?p=1773</guid>
		<description><![CDATA[Bitman! Superman, Son of Pix-el More comic book characters as Tiny Tower bitizens. See also Tiny Tower Judge Dredd]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.irishstu.com/stublog/wp-content/uploads/2011/07/batmantt.png"><img src="http://www.irishstu.com/stublog/wp-content/uploads/2011/07/batmantt.png" alt="Batman pixel art" title="batmantt" width="540" height="504" class="alignnone size-full wp-image-1774" /></a></p>
<p>Bitman!</p>
<p><a href="http://www.irishstu.com/stublog/wp-content/uploads/2011/07/supermantt.png"><img src="http://www.irishstu.com/stublog/wp-content/uploads/2011/07/supermantt.png" alt="Superman Pixel Art" title="supermantt" width="540" height="504" class="alignnone size-full wp-image-1775" /></a></p>
<p>Superman, Son of Pix-el</p>
<p>More comic book characters as <a href="http://itunes.apple.com/ie/app/tiny-tower/id422667065?mt=8">Tiny Tower</a> bitizens. See also <a href="http://www.irishstu.com/stublog/2011/07/07/the-law-in-mega-bity-one/">Tiny Tower Judge Dredd</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.irishstu.com/stublog/2011/07/22/tiny-tower-batman-and-superman/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mogwai poster</title>
		<link>http://www.irishstu.com/stublog/2011/07/12/mogwai-poster/</link>
		<comments>http://www.irishstu.com/stublog/2011/07/12/mogwai-poster/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 13:08:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Photo]]></category>

		<guid isPermaLink="false">http://www.irishstu.com/stublog/?p=1756</guid>
		<description><![CDATA[HARDCORE WILL NEVER DIE, BUT YOU WILL Beautiful gig poster by Andrew &#038; Matt McCracken]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.doublenaut.com/blog/2011/04/hardcore-will-never-die-but-you-will/"><img src="http://www.irishstu.com/stublog/wp-content/uploads/2011/07/mogwai_blog1.jpg" alt="Mogwai Poster" title="Print" width="430" height="573" class="alignnone size-full wp-image-1757" /></a></p>
<p>HARDCORE WILL NEVER DIE, BUT YOU WILL</p>
<p>Beautiful gig poster by <a href="http://www.doublenaut.com">Andrew &#038; Matt McCracken</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.irishstu.com/stublog/2011/07/12/mogwai-poster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

