<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments for Matthew Carlin | New Media Design</title> <atom:link href="http://www.matthewcarlin.co.uk/comments/feed/" rel="self" type="application/rss+xml" /><link>http://www.matthewcarlin.co.uk</link> <description></description> <lastBuildDate>Fri, 19 Feb 2010 21:51:08 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.8.4</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Comment on jQuery Quick Tip #2 &#8211; Changing Date Format by monk</title><link>http://www.matthewcarlin.co.uk/jquery-quick-tip-2-changing-date-format/comment-page-1/#comment-644</link> <dc:creator>monk</dc:creator> <pubDate>Fri, 19 Feb 2010 21:51:08 +0000</pubDate> <guid
isPermaLink="false">http://www.matthewcarlin.co.uk/?p=285#comment-644</guid> <description>Does what it says on the tin. Thanks neebs.</description> <content:encoded><![CDATA[<p>Does what it says on the tin. Thanks neebs.</p> ]]></content:encoded> </item> <item><title>Comment on jQuery Quick Tip #2 &#8211; Changing Date Format by Matt</title><link>http://www.matthewcarlin.co.uk/jquery-quick-tip-2-changing-date-format/comment-page-1/#comment-119</link> <dc:creator>Matt</dc:creator> <pubDate>Fri, 07 Aug 2009 13:15:37 +0000</pubDate> <guid
isPermaLink="false">http://www.matthewcarlin.co.uk/?p=285#comment-119</guid> <description>Really?  Can you provide the rest of the code you have used?It works on the site i&#039;ve implemented it on.</description> <content:encoded><![CDATA[<p>Really?  Can you provide the rest of the code you have used?</p><p>It works on the site i&#8217;ve implemented it on.</p> ]]></content:encoded> </item> <item><title>Comment on jQuery Quick Tip #2 &#8211; Changing Date Format by sam</title><link>http://www.matthewcarlin.co.uk/jquery-quick-tip-2-changing-date-format/comment-page-1/#comment-118</link> <dc:creator>sam</dc:creator> <pubDate>Fri, 07 Aug 2009 12:34:30 +0000</pubDate> <guid
isPermaLink="false">http://www.matthewcarlin.co.uk/?p=285#comment-118</guid> <description>doesn&#039;t work ...</description> <content:encoded><![CDATA[<p>doesn&#8217;t work &#8230;</p> ]]></content:encoded> </item> <item><title>Comment on jQuery Quick Tip #1 &#8211; Adding a class on focus by admin</title><link>http://www.matthewcarlin.co.uk/jquery-quick-tip-1-adding-a-class-on-focus/comment-page-1/#comment-84</link> <dc:creator>admin</dc:creator> <pubDate>Tue, 02 Jun 2009 19:25:26 +0000</pubDate> <guid
isPermaLink="false">http://www.matthewcarlin.co.uk/?p=252#comment-84</guid> <description>Cheers sean for the heads up about the alternative method! I&#039;ll give it a try.</description> <content:encoded><![CDATA[<p>Cheers sean for the heads up about the alternative method! I&#8217;ll give it a try.</p> ]]></content:encoded> </item> <item><title>Comment on jQuery Quick Tip #1 &#8211; Adding a class on focus by Sean Curtis</title><link>http://www.matthewcarlin.co.uk/jquery-quick-tip-1-adding-a-class-on-focus/comment-page-1/#comment-82</link> <dc:creator>Sean Curtis</dc:creator> <pubDate>Tue, 02 Jun 2009 01:32:21 +0000</pubDate> <guid
isPermaLink="false">http://www.matthewcarlin.co.uk/?p=252#comment-82</guid> <description>Oops - should be:$(function(){
$(’input[type=text]‘).bind(’focus blur’, function(){ $(this).toggleClass(’focus_class’); });
});You can do it this way currently in 1.3.2 but if you have other classes they may be removed. See http://brandonaaron.net/blog/2009/05/6/jquery-edge-enhanced-toggleclass for more info.</description> <content:encoded><![CDATA[<p>Oops &#8211; should be:</p><p>$(function(){<br
/> $(’input[type=text]‘).bind(’focus blur’, function(){ $(this).toggleClass(’focus_class’); });<br
/> });</p><p>You can do it this way currently in 1.3.2 but if you have other classes they may be removed. See <a
href="http://brandonaaron.net/blog/2009/05/6/jquery-edge-enhanced-toggleclass" rel="nofollow">http://brandonaaron.net/blog/2009/05/6/jquery-edge-enhanced-toggleclass</a> for more info.</p> ]]></content:encoded> </item> <item><title>Comment on jQuery Quick Tip #1 &#8211; Adding a class on focus by Sean Curtis</title><link>http://www.matthewcarlin.co.uk/jquery-quick-tip-1-adding-a-class-on-focus/comment-page-1/#comment-81</link> <dc:creator>Sean Curtis</dc:creator> <pubDate>Tue, 02 Jun 2009 01:29:43 +0000</pubDate> <guid
isPermaLink="false">http://www.matthewcarlin.co.uk/?p=252#comment-81</guid> <description>You can soon do this even simpler with toggleClass(). From version 1.3.3 (out soon) you can just do:$(function(){
$(&#039;input[type=text]&#039;).trigger(&#039;focus blur&#039;, function(){ $(this).toggleClass(&#039;focus_class&#039;); });
}):</description> <content:encoded><![CDATA[<p>You can soon do this even simpler with toggleClass(). From version 1.3.3 (out soon) you can just do:</p><p>$(function(){<br
/> $(&#8217;input[type=text]&#8216;).trigger(&#8217;focus blur&#8217;, function(){ $(this).toggleClass(&#8217;focus_class&#8217;); });<br
/> }):</p> ]]></content:encoded> </item> <item><title>Comment on One of my sites is famous! (sort of) by Turley</title><link>http://www.matthewcarlin.co.uk/one-of-my-sites-is-famous-sort-of/comment-page-1/#comment-77</link> <dc:creator>Turley</dc:creator> <pubDate>Thu, 21 May 2009 18:16:18 +0000</pubDate> <guid
isPermaLink="false">http://www.matthewcarlin.co.uk/?p=234#comment-77</guid> <description>Carlin, I shit you not.</description> <content:encoded><![CDATA[<p>Carlin, I shit you not.</p> ]]></content:encoded> </item> <item><title>Comment on One of my sites is famous! (sort of) by Chris Rowe</title><link>http://www.matthewcarlin.co.uk/one-of-my-sites-is-famous-sort-of/comment-page-1/#comment-67</link> <dc:creator>Chris Rowe</dc:creator> <pubDate>Fri, 01 May 2009 09:10:04 +0000</pubDate> <guid
isPermaLink="false">http://www.matthewcarlin.co.uk/?p=234#comment-67</guid> <description>Page 90! Good work!</description> <content:encoded><![CDATA[<p>Page 90! Good work!</p> ]]></content:encoded> </item> <item><title>Comment on Links by joolsayodeji</title><link>http://www.matthewcarlin.co.uk/links/comment-page-1/#comment-20</link> <dc:creator>joolsayodeji</dc:creator> <pubDate>Fri, 05 Jan 2007 10:16:00 +0000</pubDate> <guid
isPermaLink="false">http://localhost:8888/wordpress/links/#comment-20</guid> <description>some interesting sites here.</description> <content:encoded><![CDATA[<p>some interesting sites here.</p> ]]></content:encoded> </item> <item><title>Comment on Things&#8230;. by Matt Carlin</title><link>http://www.matthewcarlin.co.uk/things/comment-page-1/#comment-19</link> <dc:creator>Matt Carlin</dc:creator> <pubDate>Tue, 14 Nov 2006 22:42:00 +0000</pubDate> <guid
isPermaLink="false">http://localhost:8888/wordpress/things/#comment-19</guid> <description>Thank you :-)</description> <content:encoded><![CDATA[<p>Thank you <img
src='http://www.matthewcarlin.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p> ]]></content:encoded> </item> </channel> </rss>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching using memcached

Served from: kundenserver.de @ 2010-03-10 23:21:50 -->