<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title>Dave Kinsella's Comments</title>
		<language>en-us</language>
		<link>http://www.intensedebate.com/users/39751</link>
		<description>Comments by Dave Kinsella</description>
<item>
<title>Web Developer 2.0 : Concrete5 performance optimisation</title>
<link>http://webdeveloper2.com/2010/10/concrete5-performance-optimisation/#IDComment285325876</link>
<description>My code uses the deflate module, alternately you could try this:   &amp;lt;ifModule mod_gzip.c&amp;gt;   mod_gzip_on Yes   mod_gzip_dechunk Yes   mod_gzip_item_include file .(html?|txt|css|js|php|pl)$   mod_gzip_item_include handler ^cgi-script$   mod_gzip_item_include mime ^text/.*   mod_gzip_item_include mime ^application/x-javascript.*   mod_gzip_item_exclude mime ^image/.*   mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*  &amp;lt;/ifModule&amp;gt;   but if that doesn&amp;#039;t work either, then your hosting provider has not activated either of the modules. You may be able to request that they activate them otherwise there is a way to use a php script to do the gzipping for you but the processing overhead my well negate any performance benefit that you get from serving gzipped content. </description>
<pubDate>Mon, 6 Feb 2012 13:13:24 +0000</pubDate>
<guid>http://webdeveloper2.com/2010/10/concrete5-performance-optimisation/#IDComment285325876</guid>
</item><item>
<title>Web Developer 2.0 : Trigger Javascript on CSS3 media query change</title>
<link>http://webdeveloper2.com/2011/06/trigger-javascript-on-css3-media-query-change/#IDComment249982176</link>
<description>Ah yes, that would do it. Glad you worked it out, I was starting to wonder if I\\\'d missed something. </description>
<pubDate>Thu, 29 Dec 2011 12:12:40 +0000</pubDate>
<guid>http://webdeveloper2.com/2011/06/trigger-javascript-on-css3-media-query-change/#IDComment249982176</guid>
</item><item>
<title>Web Developer 2.0 : Trigger Javascript on CSS3 media query change</title>
<link>http://webdeveloper2.com/2011/06/trigger-javascript-on-css3-media-query-change/#IDComment238962843</link>
<description>It was working for me in Firefox and IE, I&amp;#039;ll need to re-test it to see if I can find the problem.  </description>
<pubDate>Fri, 16 Dec 2011 08:38:21 +0000</pubDate>
<guid>http://webdeveloper2.com/2011/06/trigger-javascript-on-css3-media-query-change/#IDComment238962843</guid>
</item><item>
<title>Web Developer 2.0 : Trigger Javascript on CSS3 media query change</title>
<link>http://webdeveloper2.com/2011/06/trigger-javascript-on-css3-media-query-change/#IDComment203147436</link>
<description>That&amp;#039;s rather nice, though the fact that it&amp;#039;s not connected to any media-query controlled stylesheets means that you need to replicate the media queries in the code. However the separation means that you have greater flexibility in creating screen/page size based behaviours. </description>
<pubDate>Tue, 4 Oct 2011 21:58:22 +0000</pubDate>
<guid>http://webdeveloper2.com/2011/06/trigger-javascript-on-css3-media-query-change/#IDComment203147436</guid>
</item><item>
<title>Web Developer 2.0 : The story (so far) of a social game</title>
<link>http://webdeveloper2.com/2011/09/the-story-of-a-social-game/#IDComment200565875</link>
<description>Yeah, maybe we can try it out when it&amp;#039;s ready, I don&amp;#039;t know if it can compete with Galcon for pace, most of those games were over within a couple of minutes; perfect coffee-break gaming.    Next steps are to get it hooked up to a back-end so that people can play it from different devices and I&amp;#039;ve got a 3D WebGL interface in it&amp;#039;s early stages. I&amp;#039;ve also got the rule-set plugin architecture working, so I&amp;#039;ll make a few variants of the game available when I get time. </description>
<pubDate>Thu, 29 Sep 2011 00:07:45 +0000</pubDate>
<guid>http://webdeveloper2.com/2011/09/the-story-of-a-social-game/#IDComment200565875</guid>
</item><item>
<title>HijiNKS ENSUE - A Geek Webcomic : Transport Me Up Into The Spaceship, Scotchy</title>
<link>http://hijinksensue.com/2011/09/23/transport-me-up-into-the-spaceship-scotchy/#IDComment199085794</link>
<description>From now on, I intend to call the LHC - &amp;quot;The Max Headroom Collider&amp;quot; :) </description>
<pubDate>Mon, 26 Sep 2011 11:24:38 +0000</pubDate>
<guid>http://hijinksensue.com/2011/09/23/transport-me-up-into-the-spaceship-scotchy/#IDComment199085794</guid>
</item><item>
<title>Web Developer 2.0 : Build a Facebook integrated online store in minutes</title>
<link>http://webdeveloper2.com/2010/11/build-a-facebook-integrated-online-store-in-minutes/#IDComment195266837</link>
<description>You wouldn't be biased in any way here would you?    I'm going out on a limb and making some assumptions here:      1. You don't have any data to prove your assertion that SolidShops is &quot;more robust and user friendly&quot;.   2. SolidShops is a &lt;a href=&quot;http://rubyonrails.org/&quot; target=&quot;_blank&quot;&gt;Rails&lt;/a&gt; app - based on the screenshots only. The majority of first iteration Rails apps look like &lt;a href=&quot;http://37signals.com&quot; target=&quot;_blank&quot;&gt;37 Signals&lt;/a&gt; products (oh yes I did just make that sweeping generalisation - sorry Rails devs but you know it's true).      and here comes the Scooby-Doo moment...      3.  You are in fact the &quot;Dries&quot; listed on the &lt;a href=&quot;http://www.solidshops.com/about&quot; target=&quot;_blank&quot;&gt;SolidShops Team&lt;/a&gt; page as the back-end developer of the product.      If my Poirot-like detective skills are as sharp as I hope,  I don't have a problem with you promoting your product here - just be honest about it. Send me a message asking me to review the product or you could write a guest post, I've got a draft set of &lt;a href=&quot;http://webdeveloper2.com/guest-posters/&quot; target=&quot;_blank&quot;&gt;guidelines for guest posts&lt;/a&gt; that you can take a peek at.   </description>
<pubDate>Mon, 19 Sep 2011 13:49:00 +0000</pubDate>
<guid>http://webdeveloper2.com/2010/11/build-a-facebook-integrated-online-store-in-minutes/#IDComment195266837</guid>
</item><item>
<title>HijiNKS ENSUE - A Geek Webcomic : From The Ashes, A Sheenix Rises</title>
<link>http://hijinksensue.com/2011/03/15/from-the-ashes-a-sheenix-rises/#IDComment135079305</link>
<description>One of the best HE comics yet. Look out Charlie, Joel may have won. </description>
<pubDate>Tue, 15 Mar 2011 14:32:43 +0000</pubDate>
<guid>http://hijinksensue.com/2011/03/15/from-the-ashes-a-sheenix-rises/#IDComment135079305</guid>
</item><item>
<title>Ackura PressRoom : Feedback</title>
<link>http://pressroom.ackura.com/feedback.aspx#IDComment3341723</link>
<description>Image uploads for contact details has now been added, as has Logo upload for the PressRoom and release headers. Also defaulted the url fields to contain &amp;quot;&lt;a href=&quot;http://&amp;quot; &quot;&gt;http://&amp;quot; &lt;/a&gt;as a reminder, I&amp;#039;ll add url validation to our things-to-do roadmap. </description>
<pubDate>Thu, 24 Jul 2008 07:20:21 +0000</pubDate>
<guid>http://pressroom.ackura.com/feedback.aspx#IDComment3341723</guid>
</item><item>
<title>Ackura PressRoom : Feedback</title>
<link>http://pressroom.ackura.com/feedback.aspx#IDComment3272323</link>
<description>The related links require the &lt;a href=&quot;http:// &quot;&gt;http:// &lt;/a&gt;part of the link to be included. I&amp;#039;ve made a note to handle this automatically as a future update but for now you will need to enter related links as &lt;a href=&quot;http://www.google.com &quot;&gt;http://www.google.com &lt;/a&gt;rather than &lt;a href=&quot;http://www.google.com &quot;&gt;www.google.com &lt;/a&gt; Images on contacts will be added very soon, it&amp;#039;s an outstanding piece of work which wont take long to implement.  You will need to speak to Bill about the changing the default stylesheets for the pressroom. I&amp;#039;m currently working out a system to make changing the basic style rules easier. </description>
<pubDate>Tue, 22 Jul 2008 06:11:57 +0000</pubDate>
<guid>http://pressroom.ackura.com/feedback.aspx#IDComment3272323</guid>
</item><item>
<title>HijiNKS ENSUE - A Geek Webcomic : Can't Stop The Signal Fire</title>
<link>http://hijinksensue.com/2008/06/02/cant-stop-the-signal-fire/#IDComment1729961</link>
<description>IMDB says yes. &lt;a href=&quot;http://www.imdb.com/title/tt0093507/ &quot;&gt;http://www.imdb.com/title/tt0093507/ &lt;/a&gt;&lt;br /&gt;I only remember Dolph Lundgren, my memory has blotted all other details out as an act of kindness (although I think it must have been better than Streetfighter) </description>
<pubDate>Thu, 5 Jun 2008 01:46:42 +0000</pubDate>
<guid>http://hijinksensue.com/2008/06/02/cant-stop-the-signal-fire/#IDComment1729961</guid>
</item><item>
<title>HijiNKS ENSUE - A Geek Webcomic : Can't Stop The Signal Fire</title>
<link>http://hijinksensue.com/2008/06/02/cant-stop-the-signal-fire/#IDComment1665441</link>
<description>They already did a He-man movie in the 80&amp;#039;s, I&amp;#039;m old enough to remember hating it back then - how depressing </description>
<pubDate>Mon, 2 Jun 2008 15:39:10 +0000</pubDate>
<guid>http://hijinksensue.com/2008/06/02/cant-stop-the-signal-fire/#IDComment1665441</guid>
</item><item>
<title>HijiNKS ENSUE - A Geek Webcomic : Can't Stop The Signal Fire</title>
<link>http://hijinksensue.com/2008/06/02/cant-stop-the-signal-fire/#IDComment1583111</link>
<description>Very nice, love the Serenity reference </description>
<pubDate>Mon, 2 Jun 2008 04:03:46 +0000</pubDate>
<guid>http://hijinksensue.com/2008/06/02/cant-stop-the-signal-fire/#IDComment1583111</guid>
</item>	</channel>
</rss>
