<?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 Jeff Couturier</title>
	<atom:link href="http://jeffcouturier.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeffcouturier.com</link>
	<description>Graphic Designer, Web Developer, Cartoonist</description>
	<lastBuildDate>Fri, 18 May 2012 13:55:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Mute Spotify Ads in OSX Lion by Mark Dillon</title>
		<link>http://jeffcouturier.com/2012/04/mute-spotify-ads-in-osx-lion/#comment-1109</link>
		<dc:creator>Mark Dillon</dc:creator>
		<pubDate>Fri, 18 May 2012 13:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://jeffcouturier.com/?p=1439#comment-1109</guid>
		<description>Works great! Thank you for compiling all of the info.</description>
		<content:encoded><![CDATA[<p>Works great! Thank you for compiling all of the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mute Spotify Ads in OSX Lion by Daan</title>
		<link>http://jeffcouturier.com/2012/04/mute-spotify-ads-in-osx-lion/#comment-1106</link>
		<dc:creator>Daan</dc:creator>
		<pubDate>Tue, 08 May 2012 08:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://jeffcouturier.com/?p=1439#comment-1106</guid>
		<description>Why so much trouble guys? When I hear the same annoying ad again, I lower my volume to a level I can&#039;t hear the ad anymore. At a certain point, the ad is autopaused by spotify, then goto spotify press play again, and the ad will play further, then when the music starts, up your volume! :-)

grts Daan</description>
		<content:encoded><![CDATA[<p>Why so much trouble guys? When I hear the same annoying ad again, I lower my volume to a level I can&#8217;t hear the ad anymore. At a certain point, the ad is autopaused by spotify, then goto spotify press play again, and the ad will play further, then when the music starts, up your volume! <img src='http://jeffcouturier.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>grts Daan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mute Spotify Ads in OSX Lion by Anonymous</title>
		<link>http://jeffcouturier.com/2012/04/mute-spotify-ads-in-osx-lion/#comment-1105</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 28 Apr 2012 20:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://jeffcouturier.com/?p=1439#comment-1105</guid>
		<description>if anyone is using headphones like me, you just have to change the 2 instances of &quot;Internal Speakers&quot; to &quot;Headphones&quot; like this:










set audiodev to do shell script &quot;~/audiodevice output&quot;

if audiodev = &quot;Headphones&quot; then

	do shell script &quot;~/audiodevice output &#039;Soundflower (2ch)&#039;&quot;

else

	do shell script &quot;~/audiodevice output &#039;Headphones&#039;&quot;

end if









Save the file as an application and give it any name you like.
Run the file when the ads come on. Re-run to unmute.

Kudos to Jeff for his awesome script and tutorial. Big Thanks!</description>
		<content:encoded><![CDATA[<p>if anyone is using headphones like me, you just have to change the 2 instances of &#8220;Internal Speakers&#8221; to &#8220;Headphones&#8221; like this:</p>
<p>set audiodev to do shell script &#8220;~/audiodevice output&#8221;</p>
<p>if audiodev = &#8220;Headphones&#8221; then</p>
<p>	do shell script &#8220;~/audiodevice output &#8216;Soundflower (2ch)&#8217;&#8221;</p>
<p>else</p>
<p>	do shell script &#8220;~/audiodevice output &#8216;Headphones&#8217;&#8221;</p>
<p>end if</p>
<p>Save the file as an application and give it any name you like.<br />
Run the file when the ads come on. Re-run to unmute.</p>
<p>Kudos to Jeff for his awesome script and tutorial. Big Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Infinite scroll: use it well, or don&#8217;t use it at all by Anonymous</title>
		<link>http://jeffcouturier.com/2011/11/infinite-scroll-use-it-well-or-dont-use-it-at-all/#comment-1095</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 26 Nov 2011 20:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://jeffcouturier.com/?p=1280#comment-1095</guid>
		<description>Nice critique.

I like the solution of a floating DIV as a block for an expandable footer, as well, but I&#039;ve seen that work out poorly. Klout, for instance, got clever and put in a floating header and footer that would relocate to screen top and bottom as you moved about and resized the window. Rendered nice on my Android browser, even, until I started zooming in to work with tiny UI elements. Then they would also zoom and consume about half or two thirds of the screen, depending on how far I zoomed. I&#039;ve also seen the browser just STOP processing the floating DIV relocation requests on many sites, leaving the bar hanging in the middle of the page, usually right over what I want to read/click.</description>
		<content:encoded><![CDATA[<p>Nice critique.</p>
<p>I like the solution of a floating DIV as a block for an expandable footer, as well, but I&#8217;ve seen that work out poorly. Klout, for instance, got clever and put in a floating header and footer that would relocate to screen top and bottom as you moved about and resized the window. Rendered nice on my Android browser, even, until I started zooming in to work with tiny UI elements. Then they would also zoom and consume about half or two thirds of the screen, depending on how far I zoomed. I&#8217;ve also seen the browser just STOP processing the floating DIV relocation requests on many sites, leaving the bar hanging in the middle of the page, usually right over what I want to read/click.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Infinite scroll: use it well, or don&#8217;t use it at all by Hot-Wire</title>
		<link>http://jeffcouturier.com/2011/11/infinite-scroll-use-it-well-or-dont-use-it-at-all/#comment-1094</link>
		<dc:creator>Hot-Wire</dc:creator>
		<pubDate>Sat, 26 Nov 2011 01:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://jeffcouturier.com/?p=1280#comment-1094</guid>
		<description>You could put your footer information in a float div that is anchored to the window instead of the page. This works best if it is a small amount of information; that half page of links would be way too much unless you make pop up menus or something with it. (Remember that hover doesn&#039;t work for touch devices.) Otherwise, put that stuff in a sidebar.

Also, consider why your design puts so much information in the footer, which may well be the least accessible part of your page. ... Thinking about it, if the footer was just advertising, people would probably like how infinite scroll makes it go away after half a second.

The designers who think people don&#039;t like to click don&#039;t use tablets enough. What we really don&#039;t like? Waiting forever for the page to render, especially if it&#039;s because of a document.write() from an ad on a slow server. Fix that before you worry about us hurting our fingers from clicking too much.</description>
		<content:encoded><![CDATA[<p>You could put your footer information in a float div that is anchored to the window instead of the page. This works best if it is a small amount of information; that half page of links would be way too much unless you make pop up menus or something with it. (Remember that hover doesn&#8217;t work for touch devices.) Otherwise, put that stuff in a sidebar.</p>
<p>Also, consider why your design puts so much information in the footer, which may well be the least accessible part of your page. &#8230; Thinking about it, if the footer was just advertising, people would probably like how infinite scroll makes it go away after half a second.</p>
<p>The designers who think people don&#8217;t like to click don&#8217;t use tablets enough. What we really don&#8217;t like? Waiting forever for the page to render, especially if it&#8217;s because of a document.write() from an ad on a slow server. Fix that before you worry about us hurting our fingers from clicking too much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ali Ferzat, cartoonist, beaten and hands broken for drawing cartoons by Anonymous</title>
		<link>http://jeffcouturier.com/2011/08/ali-ferzat-cartoonist-beaten-and-hands-broken-for-drawing-cartoons/#comment-1036</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 25 Aug 2011 19:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://jeffcouturier.com/?p=977#comment-1036</guid>
		<description>Man that last cartoon is beautiful. :&#039;-(</description>
		<content:encoded><![CDATA[<p>Man that last cartoon is beautiful. :&#8217;-(</p>
]]></content:encoded>
	</item>
</channel>
</rss>

