<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/faster</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 04:26:41 GMT</pubDate>
<item>
<title>(HTML) Faster page load hack - IE conditional comments - Huskie</title>
<link>http://snipplr.com/view/62494/faster-page-load-hack--ie-conditional-comments/</link>
<description><![CDATA[ <p>This empty conditional comment hack is used to basically increase performance of a website. When conditional comments are used on a site, for example, for an IE6 conditional stylesheet, it will block further downloads until the css files are fully downloaded, hence increasing load time. To solve this issue, an empty conditional comment, like below, is used before any CSS is loaded in the document, and the problem will be solved!</p> ]]></description>
<pubDate>Thu, 12 Jan 2012 02:04:40 GMT</pubDate>
<guid>http://snipplr.com/view/62494/faster-page-load-hack--ie-conditional-comments/</guid>
</item>
<item>
<title>(ActionScript 3) Call a function with arguments directly form a EventListener - FlashJunior</title>
<link>http://snipplr.com/view/7742/call-a-function-with-arguments-directly-form-a-eventlistener/</link>
<description><![CDATA[ <p>usually you made a function like "mybutonfunction" an call there e second function with parameters.. with this snippet, you can call it directly.</p> ]]></description>
<pubDate>Wed, 06 Aug 2008 14:16:56 GMT</pubDate>
<guid>http://snipplr.com/view/7742/call-a-function-with-arguments-directly-form-a-eventlistener/</guid>
</item>
</channel>
</rss>