<?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/hack</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 13 Feb 2012 17:12:22 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>(CSS) Fix Custom @Font-Face Display Issues in Webkit Browsers - thewickedchemist</title>
<link>http://snipplr.com/view/61385/fix-custom-fontface-display-issues-in-webkit-browsers/</link>
<description><![CDATA[ <p>Sometimes fonts are not rendered properly in webkit browsers, this little hack will smooth them out and make them beautiful again.</p> ]]></description>
<pubDate>Thu, 01 Dec 2011 06:54:55 GMT</pubDate>
<guid>http://snipplr.com/view/61385/fix-custom-fontface-display-issues-in-webkit-browsers/</guid>
</item>
<item>
<title>(jQuery) Exclude IE versions before IE9 with jQuery - jbernus</title>
<link>http://snipplr.com/view/61040/exclude-ie-versions-before-ie9-with-jquery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 21 Nov 2011 21:53:18 GMT</pubDate>
<guid>http://snipplr.com/view/61040/exclude-ie-versions-before-ie9-with-jquery/</guid>
</item>
<item>
<title>(CSS) IE opacity hack for IE5-8 - Barlon</title>
<link>http://snipplr.com/view/60757/ie-opacity-hack-for-ie58/</link>
<description><![CDATA[ <p>Opacity in older versions of internet explorer.</p> ]]></description>
<pubDate>Sun, 13 Nov 2011 02:21:23 GMT</pubDate>
<guid>http://snipplr.com/view/60757/ie-opacity-hack-for-ie58/</guid>
</item>
<item>
<title>(Other) Safari flickering fix when HW-accel CSS - athanassiadis</title>
<link>http://snipplr.com/view/59764/safari-flickering-fix-when-hwaccel-css/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 14 Oct 2011 19:59:28 GMT</pubDate>
<guid>http://snipplr.com/view/59764/safari-flickering-fix-when-hwaccel-css/</guid>
</item>
<item>
<title>(PHP) Print Current WordPress Template Being Used - jeremyjared74</title>
<link>http://snipplr.com/view/58255/print-current-wordpress-template-being-used/</link>
<description><![CDATA[ <p>Add this to the functions.php file. Make sure the Admin Bar is set to show when viewing site. You will see in the Admin Bar the current page template that is being used.</p> ]]></description>
<pubDate>Mon, 29 Aug 2011 06:17:31 GMT</pubDate>
<guid>http://snipplr.com/view/58255/print-current-wordpress-template-being-used/</guid>
</item>
<item>
<title>(PHP) Wordpress - Custom Default Avatar - xcsteve99</title>
<link>http://snipplr.com/view/57139/wordpress--custom-default-avatar/</link>
<description><![CDATA[ <p>Add the following to your active theme's functions.php file then upload an image named "avatar.jpg" to your active theme's image folder. The image can be named anything you would like but be sure to change it in the code below as well.

The last step is to visit: Settings > Discussion to select the new avatar as the default.</p> ]]></description>
<pubDate>Tue, 26 Jul 2011 06:18:46 GMT</pubDate>
<guid>http://snipplr.com/view/57139/wordpress--custom-default-avatar/</guid>
</item>
<item>
<title>(CSS) CSS - IE Inline-Block Hack - kreatific</title>
<link>http://snipplr.com/view/55496/css--ie-inlineblock-hack/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 20 Jun 2011 14:42:36 GMT</pubDate>
<guid>http://snipplr.com/view/55496/css--ie-inlineblock-hack/</guid>
</item>
<item>
<title>(PHP) Remove CSS, JS and/or Dashboard Widget from WP Geo WordPress plugin - mindshare</title>
<link>http://snipplr.com/view/50417/remove-css-js-andor-dashboard-widget-from-wp-geo-wordpress-plugin/</link>
<description><![CDATA[ <p>Here are a couple of snippets for removing the CSS, JS,  and Dashboard widget created by the WP Geo plugin. I love this plugin but often only use it as a simple way to embed geo data on posts and don't actually need it to generate maps.</p> ]]></description>
<pubDate>Thu, 10 Mar 2011 05:22:46 GMT</pubDate>
<guid>http://snipplr.com/view/50417/remove-css-js-andor-dashboard-widget-from-wp-geo-wordpress-plugin/</guid>
</item>
<item>
<title>(Smarty) Remove sufix meta title in Prestashop - vigoncas</title>
<link>http://snipplr.com/view/50316/remove-sufix-meta-title-in-prestashop/</link>
<description><![CDATA[ <p>To improve SEO in Prestashop we can to apply this hack to the header.tpl removing the global suffix 'shop_name'.</p> ]]></description>
<pubDate>Tue, 08 Mar 2011 23:24:32 GMT</pubDate>
<guid>http://snipplr.com/view/50316/remove-sufix-meta-title-in-prestashop/</guid>
</item>
<item>
<title>(CSS) IE8 CSS Hack - Alwaison</title>
<link>http://snipplr.com/view/49925/ie8-css-hack/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 02 Mar 2011 21:27:53 GMT</pubDate>
<guid>http://snipplr.com/view/49925/ie8-css-hack/</guid>
</item>
<item>
<title>(CSS) css hacks - jesudasjj</title>
<link>http://snipplr.com/view/48051/css-hacks/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 28 Jan 2011 17:59:41 GMT</pubDate>
<guid>http://snipplr.com/view/48051/css-hacks/</guid>
</item>
<item>
<title>(CSS) IE7 Star-Selector CSS Hack - filR</title>
<link>http://snipplr.com/view/47374/ie7-starselector-css-hack/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 18 Jan 2011 02:49:09 GMT</pubDate>
<guid>http://snipplr.com/view/47374/ie7-starselector-css-hack/</guid>
</item>
<item>
<title>(CSS) Target IE6 and IE7 Browsers without Conditional Comments - alozuldo</title>
<link>http://snipplr.com/view/42841/target-ie6-and-ie7-browsers-without-conditional-comments/</link>
<description><![CDATA[ <p>The code below will change the background-color of divs depending on what browser the user is viewing the web page under. Since * cascades down to IE7 and below, we use _ after that declaration so that IE6 (and below) has a different background color from IE7.</p> ]]></description>
<pubDate>Sun, 24 Oct 2010 10:02:36 GMT</pubDate>
<guid>http://snipplr.com/view/42841/target-ie6-and-ie7-browsers-without-conditional-comments/</guid>
</item>
<item>
<title>(PHP) Anti spam web email  form - flatearthcomms</title>
<link>http://snipplr.com/view/40981/anti-spam-web-email--form/</link>
<description><![CDATA[ <p>Stop a spam email form header injection attack - ie stop spammers from hijacking a web form to send junk mail</p> ]]></description>
<pubDate>Fri, 24 Sep 2010 01:45:36 GMT</pubDate>
<guid>http://snipplr.com/view/40981/anti-spam-web-email--form/</guid>
</item>
<item>
<title>(HTML) html5 frame - CKOink</title>
<link>http://snipplr.com/view/40033/html5-frame/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 06 Sep 2010 21:03:00 GMT</pubDate>
<guid>http://snipplr.com/view/40033/html5-frame/</guid>
</item>
<item>
<title>(CSS) clearfix update - hotdiggity</title>
<link>http://snipplr.com/view/39891/clearfix-update/</link>
<description><![CDATA[ <p>As used by Posterous. Forces parent element to stretch to the dimensions of its child element.</p> ]]></description>
<pubDate>Thu, 02 Sep 2010 14:20:01 GMT</pubDate>
<guid>http://snipplr.com/view/39891/clearfix-update/</guid>
</item>
<item>
<title>(Bash) Anti DC++ DDOS Attack - itrack</title>
<link>http://snipplr.com/view/38095/anti-dc-ddos-attack/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 30 Jul 2010 20:35:09 GMT</pubDate>
<guid>http://snipplr.com/view/38095/anti-dc-ddos-attack/</guid>
</item>
<item>
<title>(Other) Safari Only CSS - dottDesign</title>
<link>http://snipplr.com/view/37788/safari-only-css/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 23 Jul 2010 08:50:34 GMT</pubDate>
<guid>http://snipplr.com/view/37788/safari-only-css/</guid>
</item>
<item>
<title>(CSS) Clearfix Hack - iqwebdev</title>
<link>http://snipplr.com/view/37229/clearfix-hack/</link>
<description><![CDATA[ <p>Just apply a class="clearfix" to the parent element.</p> ]]></description>
<pubDate>Wed, 14 Jul 2010 02:19:25 GMT</pubDate>
<guid>http://snipplr.com/view/37229/clearfix-hack/</guid>
</item>
</channel>
</rss>
