<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
<channel>
<title>Download Squad</title>
<link>http://www.downloadsquad.com</link>
<description>Download Squad</description>
<image>
<url>http://www.blogsmithmedia.com/http://www.downloadsquad.com/media/feedlogo.gif</url>
<title>Download Squad</title>
<link>http://www.downloadsquad.com</link>
</image>
<language>en-us</language>
<copyright>Copyright 2009 Weblogs, Inc. The contents of this feed are available for non-commercial use only.</copyright>
<generator>Blogsmith http://www.blogsmith.com/</generator><item><title><![CDATA[Adobe makes Flash searchable, Flash designers rejoice]]></title><link>http://www.downloadsquad.com/2008/07/01/adobe-makes-flash-searchable-flash-designers-rejoice/</link><guid isPermaLink="true">http://www.downloadsquad.com/2008/07/01/adobe-makes-flash-searchable-flash-designers-rejoice/</guid><comments>http://www.downloadsquad.com/2008/07/01/adobe-makes-flash-searchable-flash-designers-rejoice/#comments</comments><description><![CDATA[<p>Filed under: <a href="http://www.downloadsquad.com/category/developer/" rel="tag">Developer</a>, <a href="http://www.downloadsquad.com/category/adobe/" rel="tag">Adobe</a>, <a href="http://www.downloadsquad.com/category/google/" rel="tag">Google</a>, <a href="http://www.downloadsquad.com/category/yahoo/" rel="tag">Yahoo!</a>, <a href="http://www.downloadsquad.com/category/search/" rel="tag">Search</a></p><img vspace="4" hspace="4" border="1" align="right" src="http://www.blogcdn.com/www.downloadsquad.com/media/2008/07/spider_web.jpg" alt="" /><strong>UPDATE</strong>: E.W. Scripps SEM Manager <a href="http://paulpedersen.com/blog/2008/07/flash-google-let-the-buyer-beware/">Paul Petersen weighs in on the SEO impact</a> of Adobe and Google's announcement.<br /><br />Adobe's Flash technology has long been the bane of efforts to create a Web site or application that can be indexed by Google, Yahoo! or other search engines. What it lacked in search engine optimization (SEO), Flash made up in offering designers an infinite playground for creating rich-media apps, games and video.<br /><br />But what good is an application that users can't find?<br /><br />Yesterday, <a href="http://www.adobe.com/aboutadobe/pressroom/pressreleases/200806/070108AdobeRichMediaSearch.html">Adobe and the two search engine leaders came out with an answer</a>: A special <a href="http://www.adobe.com/products/flashplayer/">Flash player</a> that opens up content within applications and translates it for search engines. Flash content owners and search-engine users should notice results immediately.<br /><br />This news was also mentioned in <a href="http://www.downloadsquad.com/2008/07/01/googleholic-for-july-1-2008/">today's Googleholic</a>.<p><a href="http://www.downloadsquad.com/2008/07/01/adobe-makes-flash-searchable-flash-designers-rejoice/" rel="bookmark">Continue reading <em>Adobe makes Flash searchable, Flash designers rejoice</em></a></p><p style="padding:5px;background:#ddd;border:1px solid #ccc;clear:both;"><a href="http://www.downloadsquad.com/2008/07/01/adobe-makes-flash-searchable-flash-designers-rejoice/">Adobe makes Flash searchable, Flash designers rejoice</a> originally appeared on <a href="http://www.downloadsquad.com">Download Squad</a> on Tue, 01 Jul 2008 15:15:00 EST.  Please see our <a href="http://www.weblogsinc.com/feed-terms/">terms for use of feeds</a>.</p><h6 style="clear: both; padding: 8px 0 0 0; height: 2px; font-size: 1px; border: 0; margin: 0; padding: 0;"></h6><a href="http://www.downloadsquad.com/2008/07/01/adobe-makes-flash-searchable-flash-designers-rejoice/" rel="bookmark" title="Permanent link to this entry">Permalink</a>&nbsp;|&nbsp;<a href="http://www.downloadsquad.com/forward/1242181/" title="Send this entry to a friend via email">Email this</a>&nbsp;|&nbsp;<a href="http://www.downloadsquad.com/2008/07/01/adobe-makes-flash-searchable-flash-designers-rejoice/#comments" title="View reader comments on this entry">Comments</a>]]></description><category>flash</category><category>seo</category><dc:creator><![CDATA[Patrick Beeson]]></dc:creator><pubDate>Tue, 01 Jul 2008 15:15:00 EST</pubDate></item><item><title><![CDATA[Tests confirm CSS selectors slow load times]]></title><link>http://www.downloadsquad.com/2008/06/11/tests-confirm-css-selectors-slow-load-times/</link><guid isPermaLink="true">http://www.downloadsquad.com/2008/06/11/tests-confirm-css-selectors-slow-load-times/</guid><comments>http://www.downloadsquad.com/2008/06/11/tests-confirm-css-selectors-slow-load-times/#comments</comments><description><![CDATA[<p>Filed under: <a href="http://www.downloadsquad.com/category/design/" rel="tag">Design</a>, <a href="http://www.downloadsquad.com/category/developer/" rel="tag">Developer</a></p><img hspace="4" border="0" align="right" vspace="4" src="http://www.blogcdn.com/www.downloadsquad.com/media/2008/06/snail_slow.jpg" alt="" />
<p>Most Web designers make liberal use of <a href="http://www.456bereastreet.com/archive/200509/css_21_selectors_part_1/">CSS selectors</a>, but that spec's sibling, descendant and child selectors can cause what designer/developer <a href="http://shauninman.com/">Shaun Innman</a> calls a <a href="http://shauninman.com/archive/2008/06/04/css_performance_testing">"significant, negative impact on page rendering."</a> This is <a href="http://jpsykes.com/153/more-css-performance-testing-pt-3">confirmed in tests</a> done by UI Specialist <a href="http://jpsykes.com/">Jon Sykes</a> that are published on his blog.</p>
<p>Fortunately for most designers, the performance impact is only in extreme situations. But it's definitely something to be aware of when writing CSS.</p>
<p>The test was based in part on <a href="http://shauninman.com/archive/2008/05/05/css_qualified_selectors#comment_3942">a comment by Dave Hyatt</a> on an <a href="http://shauninman.com/archive/2008/05/05/css_qualified_selectors">entry from Inman's blog</a>.</p><p><a href="http://www.downloadsquad.com/2008/06/11/tests-confirm-css-selectors-slow-load-times/" rel="bookmark">Continue reading <em>Tests confirm CSS selectors slow load times</em></a></p><p style="padding:5px;background:#ddd;border:1px solid #ccc;clear:both;"><a href="http://www.downloadsquad.com/2008/06/11/tests-confirm-css-selectors-slow-load-times/">Tests confirm CSS selectors slow load times</a> originally appeared on <a href="http://www.downloadsquad.com">Download Squad</a> on Wed, 11 Jun 2008 08:00:00 EST.  Please see our <a href="http://www.weblogsinc.com/feed-terms/">terms for use of feeds</a>.</p><h6 style="clear: both; padding: 8px 0 0 0; height: 2px; font-size: 1px; border: 0; margin: 0; padding: 0;"></h6><a href="http://www.downloadsquad.com/2008/06/11/tests-confirm-css-selectors-slow-load-times/" rel="bookmark" title="Permanent link to this entry">Permalink</a>&nbsp;|&nbsp;<a href="http://www.downloadsquad.com/forward/1216455/" title="Send this entry to a friend via email">Email this</a>&nbsp;|&nbsp;<a href="http://www.downloadsquad.com/2008/06/11/tests-confirm-css-selectors-slow-load-times/#comments" title="View reader comments on this entry">Comments</a>]]></description><category>css</category><category>page load</category><category>PageLoad</category><category>performance</category><category>web design</category><category>WebDesign</category><dc:creator><![CDATA[Patrick Beeson]]></dc:creator><pubDate>Wed, 11 Jun 2008 08:00:00 EST</pubDate></item><item><title><![CDATA[CSS exploit allows detection of social site use]]></title><link>http://www.downloadsquad.com/2008/05/29/css-exploit-allows-detection-of-social-site-use/</link><guid isPermaLink="true">http://www.downloadsquad.com/2008/05/29/css-exploit-allows-detection-of-social-site-use/</guid><comments>http://www.downloadsquad.com/2008/05/29/css-exploit-allows-detection-of-social-site-use/#comments</comments><description><![CDATA[<p>Filed under: <a href="http://www.downloadsquad.com/category/design/" rel="tag">Design</a>, <a href="http://www.downloadsquad.com/category/developer/" rel="tag">Developer</a>, <a href="http://www.downloadsquad.com/category/web-services/" rel="tag">Web services</a></p><p><img hspace="4" vspace="4" border="0" align="right" src="http://www.blogcdn.com/www.downloadsquad.com/media/2008/05/social_bookmarks.jpg" alt="" />Web developer <a href="http://azarask.in/blog/">Aza Raskin</a> knows we visit Digg, Del.icio.us, Reddit and Facebook without even having to ask.</p>
<p>No, he isn't employing privacy violating hackery, but <a href="http://azarask.in/blog/post/socialhistoryjs/">he is exploiting a "cute" information leak in CSS</a> that traditionally displays visited links differently than those that have yet to be visited. By loading in an iframe a list of social site URLs to see which are purple (visited) and blue (not visited), an assumption can be made on what sites to prompt users for submitting a story or blog entry.</p>
<p>Raskin has wrapped this functionality in a script called <a href="http://code.google.com/p/aza/source/browse/trunk/SocialHistory/SocialHistory.js">SocialHistory.js</a>.</p><p><a href="http://www.downloadsquad.com/2008/05/29/css-exploit-allows-detection-of-social-site-use/" rel="bookmark">Continue reading <em>CSS exploit allows detection of social site use</em></a></p><p style="padding:5px;background:#ddd;border:1px solid #ccc;clear:both;"><a href="http://www.downloadsquad.com/2008/05/29/css-exploit-allows-detection-of-social-site-use/">CSS exploit allows detection of social site use</a> originally appeared on <a href="http://www.downloadsquad.com">Download Squad</a> on Thu, 29 May 2008 14:30:00 EST.  Please see our <a href="http://www.weblogsinc.com/feed-terms/">terms for use of feeds</a>.</p><h6 style="clear: both; padding: 8px 0 0 0; height: 2px; font-size: 1px; border: 0; margin: 0; padding: 0;"></h6><a href="http://www.downloadsquad.com/2008/05/29/css-exploit-allows-detection-of-social-site-use/" rel="bookmark" title="Permanent link to this entry">Permalink</a>&nbsp;|&nbsp;<a href="http://www.downloadsquad.com/forward/1209561/" title="Send this entry to a friend via email">Email this</a>&nbsp;|&nbsp;<a href="http://www.downloadsquad.com/2008/05/29/css-exploit-allows-detection-of-social-site-use/#comments" title="View reader comments on this entry">Comments</a>]]></description><category>browser</category><category>css</category><category>javascript</category><category>socialnetworking</category><dc:creator><![CDATA[Patrick Beeson]]></dc:creator><pubDate>Thu, 29 May 2008 14:30:00 EST</pubDate></item></channel></rss>