<?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 GetSnappy.com</title>
	<atom:link href="http://www.getsnappy.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.getsnappy.com/blog</link>
	<description>The Fastest Site on The Block Blog</description>
	<lastBuildDate>Tue, 05 Apr 2011 16:31:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>Comment on Sharing files with other users in Mac OS X 10.4+ by brian</title>
		<link>http://www.getsnappy.com/blog/web-optimization-page-load-time/sharing-files-with-other-users-in-mac-os-x-10-4/comment-page-1/#comment-692</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Tue, 05 Apr 2011 16:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogb.getsnappy.com/?p=5#comment-692</guid>
		<description>It&#039;s a security Feature of Mac OS X.  I&#039;m also surprised there isn&#039;t an easier interface to do what I would think to be a common and simple task.  

Every user on Mac OS X has a short name.  To list all of the short names on your Mac OS, you can run the following command inside Terminal:
&lt;code&gt;
&#039;ls /Users/&#039;
&lt;/code&gt;

For me the command looks like:
find /Users/brian/ -exec sudo chmod +a# 0 &#039;staff allow add_file,add_subdirectory,list,search,readattr,delete,delete_child, writeattr,writeextattr,file_inherit,directory_inherit&#039; &#039;{}&#039; &#039;;&#039;</description>
		<content:encoded><![CDATA[<p>It&#8217;s a security Feature of Mac OS X.  I&#8217;m also surprised there isn&#8217;t an easier interface to do what I would think to be a common and simple task.  </p>
<p>Every user on Mac OS X has a short name.  To list all of the short names on your Mac OS, you can run the following command inside Terminal:<br />
<code><br />
'ls /Users/'<br />
</code></p>
<p>For me the command looks like:<br />
find /Users/brian/ -exec sudo chmod +a# 0 &#8216;staff allow add_file,add_subdirectory,list,search,readattr,delete,delete_child, writeattr,writeextattr,file_inherit,directory_inherit&#8217; &#8216;{}&#8217; &#8216;;&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sharing files with other users in Mac OS X 10.4+ by John</title>
		<link>http://www.getsnappy.com/blog/web-optimization-page-load-time/sharing-files-with-other-users-in-mac-os-x-10-4/comment-page-1/#comment-688</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 05 Apr 2011 01:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogb.getsnappy.com/?p=5#comment-688</guid>
		<description>Don&#039;t understand these directions. Is the command literally find /Users// -exec sudo chmod +a# 0 &#039;staff allow add_file,add_subdirectory,list,search,readattr,delete,delete_child, writeattr,writeextattr,file_inherit,directory_inherit&#039; &#039;{}&#039; &#039;;&#039;??? What&#039;s the &quot;short name&quot; of the user???

I come from Windows environment, and will all the great things said about Apple, I can&#039;t believe &quot;sharing&quot; a folder with other users on the same computer is so complicated that it requires some crazy line of code. Why simply turning on &quot;sharing&quot; on the folder, which is an option, doesn&#039;t work at all is beyond me.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t understand these directions. Is the command literally find /Users// -exec sudo chmod +a# 0 &#8216;staff allow add_file,add_subdirectory,list,search,readattr,delete,delete_child, writeattr,writeextattr,file_inherit,directory_inherit&#8217; &#8216;{}&#8217; &#8216;;&#8217;??? What&#8217;s the &#8220;short name&#8221; of the user???</p>
<p>I come from Windows environment, and will all the great things said about Apple, I can&#8217;t believe &#8220;sharing&#8221; a folder with other users on the same computer is so complicated that it requires some crazy line of code. Why simply turning on &#8220;sharing&#8221; on the folder, which is an option, doesn&#8217;t work at all is beyond me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Don&#8217;t Let Ads, Widgets, and other External JavaScript Slow You Down by Simon</title>
		<link>http://www.getsnappy.com/blog/web-optimization-page-load-time/dont-let-ads-widgets-and-other-external-javascript-slow-you-down/comment-page-1/#comment-206</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 14 Oct 2010 10:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.getsnappy.com/blog/?p=19#comment-206</guid>
		<description>Hi Brian

Sorry for the late reply, some idiot decided I would look good on their car bonnet. You can find the link here http://www.flasharcadegamessite.com

What I&#039;ve done is stuck all my javascript into one file (j15.js) with the ad delay code at the top, ad delay works but one occasion when you traverse the back and forward pages the divs seem to swap around and the ads swaps places with each other.

thanks</description>
		<content:encoded><![CDATA[<p>Hi Brian</p>
<p>Sorry for the late reply, some idiot decided I would look good on their car bonnet. You can find the link here <a href="http://www.flasharcadegamessite.com" rel="nofollow">http://www.flasharcadegamessite.com</a></p>
<p>What I&#8217;ve done is stuck all my javascript into one file (j15.js) with the ad delay code at the top, ad delay works but one occasion when you traverse the back and forward pages the divs seem to swap around and the ads swaps places with each other.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Don&#8217;t Let Ads, Widgets, and other External JavaScript Slow You Down by brian</title>
		<link>http://www.getsnappy.com/blog/web-optimization-page-load-time/dont-let-ads-widgets-and-other-external-javascript-slow-you-down/comment-page-1/#comment-74</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Mon, 23 Aug 2010 18:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.getsnappy.com/blog/?p=19#comment-74</guid>
		<description>The main difference in my function is the removing the script tags from the original so that they don&#039;t get processed a second time.  Not all browsers need that and I forget which one did (Opera, Firefox, or Safari maybe).  My solution was tested on IE6,IE7,IE8, Firefox 3.0, Opera, and Safari

I wonder how they would auto-check add placement.  I would implement such a feature by parsing the web page, locating the ad code, then assigning a score based on the html before and after the ad code.  It seems that the ad agencies are more likely to score deliver ads based solely on click though rate, and I wonder if it isn&#039;t just a marketing ploy to get webmasters to place their ads higher on their pages.</description>
		<content:encoded><![CDATA[<p>The main difference in my function is the removing the script tags from the original so that they don&#8217;t get processed a second time.  Not all browsers need that and I forget which one did (Opera, Firefox, or Safari maybe).  My solution was tested on IE6,IE7,IE8, Firefox 3.0, Opera, and Safari</p>
<p>I wonder how they would auto-check add placement.  I would implement such a feature by parsing the web page, locating the ad code, then assigning a score based on the html before and after the ad code.  It seems that the ad agencies are more likely to score deliver ads based solely on click though rate, and I wonder if it isn&#8217;t just a marketing ploy to get webmasters to place their ads higher on their pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Don&#8217;t Let Ads, Widgets, and other External JavaScript Slow You Down by Nick</title>
		<link>http://www.getsnappy.com/blog/web-optimization-page-load-time/dont-let-ads-widgets-and-other-external-javascript-slow-you-down/comment-page-1/#comment-73</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Mon, 23 Aug 2010 04:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.getsnappy.com/blog/?p=19#comment-73</guid>
		<description>Hi Brian,

This is a great article! 

Just curious why something as simple as the following can&#039;t be used (apologize if it did not paste well). I tried this on a test page http://www.keepbusy.net/about.php and it seems to perform with no issues.


function toggleAd(div1, div2)
{
  document.getElementById(div1).innerHTML = document.getElementById(div2).innerHTML;
  document.getElementById(div2).innerHTML = &#039;&#039;;
}

toggleAd(&#039;leaderboard&#039;,&#039;leaderboard2&#039;);
toggleAd(&#039;mediumRectangleAd&#039;,&#039;mediumRectangleAd2&#039;);
toggleAd(&#039;skyscraperAd&#039;,&#039;skyscraperAd2&#039;);


Also, some Ad Networks auto-check Ad Placement (I&#039;m assuming with javascript as the Ad loads), and I&#039;m assuming these will be recorded as &quot;below the fold&quot; so I&#039;m hesitant to implement side-wide. Any suggestions?

Thanks!!</description>
		<content:encoded><![CDATA[<p>Hi Brian,</p>
<p>This is a great article! </p>
<p>Just curious why something as simple as the following can&#8217;t be used (apologize if it did not paste well). I tried this on a test page <a href="http://www.keepbusy.net/about.php" rel="nofollow">http://www.keepbusy.net/about.php</a> and it seems to perform with no issues.</p>
<p>function toggleAd(div1, div2)<br />
{<br />
  document.getElementById(div1).innerHTML = document.getElementById(div2).innerHTML;<br />
  document.getElementById(div2).innerHTML = &#8221;;<br />
}</p>
<p>toggleAd(&#8216;leaderboard&#8217;,'leaderboard2&#8242;);<br />
toggleAd(&#8216;mediumRectangleAd&#8217;,'mediumRectangleAd2&#8242;);<br />
toggleAd(&#8216;skyscraperAd&#8217;,'skyscraperAd2&#8242;);</p>
<p>Also, some Ad Networks auto-check Ad Placement (I&#8217;m assuming with javascript as the Ad loads), and I&#8217;m assuming these will be recorded as &#8220;below the fold&#8221; so I&#8217;m hesitant to implement side-wide. Any suggestions?</p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Don&#8217;t Let Ads, Widgets, and other External JavaScript Slow You Down by Simon</title>
		<link>http://www.getsnappy.com/blog/web-optimization-page-load-time/dont-let-ads-widgets-and-other-external-javascript-slow-you-down/comment-page-1/#comment-41</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Fri, 18 Jun 2010 19:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.getsnappy.com/blog/?p=19#comment-41</guid>
		<description>Hi Brian

I get odd behaviour when I click on the firefox browsers forward and backwards button the ads seem to swap places. Any ideas what may be causing it?

thanks</description>
		<content:encoded><![CDATA[<p>Hi Brian</p>
<p>I get odd behaviour when I click on the firefox browsers forward and backwards button the ads seem to swap places. Any ideas what may be causing it?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Don&#8217;t Let Ads, Widgets, and other External JavaScript Slow You Down by simon</title>
		<link>http://www.getsnappy.com/blog/web-optimization-page-load-time/dont-let-ads-widgets-and-other-external-javascript-slow-you-down/comment-page-1/#comment-22</link>
		<dc:creator>simon</dc:creator>
		<pubDate>Wed, 23 Dec 2009 12:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.getsnappy.com/blog/?p=19#comment-22</guid>
		<description>thanks brian,

I didn&#039;t see your comment at the foot of the article until today when I noticed the link to the comments at the beginning of the article.  So this is a snippet of what I did

Ad1
Javascript Code

Ad2
Javascript Code

Ad3 
Javascript Code

And then at the bottom I had

adDelay.swapOut(&#039;Ad1holder&#039;,&#039;Ad1&#039;);adDelay.swapOut(&#039;Ad2holder&#039;,&#039;Ad2&#039;);adDelay.swapOut(&#039;Ad3holder&#039;,&#039;Ad3&#039;);

As for the ad delay code rather than placing this in the footer I put this in a asynchronous js code called within the head of the document.</description>
		<content:encoded><![CDATA[<p>thanks brian,</p>
<p>I didn&#8217;t see your comment at the foot of the article until today when I noticed the link to the comments at the beginning of the article.  So this is a snippet of what I did</p>
<p>Ad1<br />
Javascript Code</p>
<p>Ad2<br />
Javascript Code</p>
<p>Ad3<br />
Javascript Code</p>
<p>And then at the bottom I had</p>
<p>adDelay.swapOut(&#8216;Ad1holder&#8217;,'Ad1&#8242;);adDelay.swapOut(&#8216;Ad2holder&#8217;,'Ad2&#8242;);adDelay.swapOut(&#8216;Ad3holder&#8217;,'Ad3&#8242;);</p>
<p>As for the ad delay code rather than placing this in the footer I put this in a asynchronous js code called within the head of the document.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Don&#8217;t Let Ads, Widgets, and other External JavaScript Slow You Down by brian</title>
		<link>http://www.getsnappy.com/blog/web-optimization-page-load-time/dont-let-ads-widgets-and-other-external-javascript-slow-you-down/comment-page-1/#comment-19</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Sat, 19 Dec 2009 04:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.getsnappy.com/blog/?p=19#comment-19</guid>
		<description>Simon

Process the ads individually.  What I mean is place a swapout call after each script, and don&#039;t call two script tags without calling swapout to the first. If you don&#039;t both scripts are fully loaded before either ad is displayed.</description>
		<content:encoded><![CDATA[<p>Simon</p>
<p>Process the ads individually.  What I mean is place a swapout call after each script, and don&#8217;t call two script tags without calling swapout to the first. If you don&#8217;t both scripts are fully loaded before either ad is displayed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Don&#8217;t Let Ads, Widgets, and other External JavaScript Slow You Down by simon</title>
		<link>http://www.getsnappy.com/blog/web-optimization-page-load-time/dont-let-ads-widgets-and-other-external-javascript-slow-you-down/comment-page-1/#comment-18</link>
		<dc:creator>simon</dc:creator>
		<pubDate>Sun, 13 Dec 2009 14:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.getsnappy.com/blog/?p=19#comment-18</guid>
		<description>Hi

Thank you for the code.

How would would go about using the above code to insert more than one ad from say different networks.?

cheers</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Thank you for the code.</p>
<p>How would would go about using the above code to insert more than one ad from say different networks.?</p>
<p>cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

