<?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>Fri, 29 Aug 2008 20:03:51 GMT</pubDate>
<item>
<title>(PHP) Menu items that are not links - aleprieto</title>
<link>http://snipplr.com/view/8047/menu-items-that-are-not-links/</link>
<description><![CDATA[ <p>The following code lets us designate "menu links" that will not actually link anywhere.</p> ]]></description>
<pubDate>Tue, 26 Aug 2008 20:29:19 GMT</pubDate>
<guid>http://snipplr.com/view/8047/menu-items-that-are-not-links/</guid>
</item>
<item>
<title>(CSS) Placing background image to the bottom of the page in Firefox - Uzbekjon</title>
<link>http://snipplr.com/view/7580/placing-background-image-to-the-bottom-of-the-page-in-firefox/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 29 Jul 2008 07:55:27 GMT</pubDate>
<guid>http://snipplr.com/view/7580/placing-background-image-to-the-bottom-of-the-page-in-firefox/</guid>
</item>
<item>
<title>(Bash) Alias a command and save it in .profile - noah</title>
<link>http://snipplr.com/view/7400/alias-a-command-and-save-it-in-profile/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 19 Jul 2008 13:03:50 GMT</pubDate>
<guid>http://snipplr.com/view/7400/alias-a-command-and-save-it-in-profile/</guid>
</item>
<item>
<title>(CSS) IE only CSS rule - Uzbekjon</title>
<link>http://snipplr.com/view/7158/ie-only-css-rule/</link>
<description><![CDATA[ <p>This rule lets you define CSS rules that are visible to IE only.</p> ]]></description>
<pubDate>Mon, 07 Jul 2008 06:56:57 GMT</pubDate>
<guid>http://snipplr.com/view/7158/ie-only-css-rule/</guid>
</item>
<item>
<title>(CSS) Min-height attribute ignored in IE - Uzbekjon</title>
<link>http://snipplr.com/view/7157/minheight-attribute-ignored-in-ie/</link>
<description><![CDATA[ <p>“min-height” attribute works well in Firefox but IE ignores it. IE’s height act as FF’s min-height. Note: in IE 7 problem was fixed.</p> ]]></description>
<pubDate>Mon, 07 Jul 2008 06:55:34 GMT</pubDate>
<guid>http://snipplr.com/view/7157/minheight-attribute-ignored-in-ie/</guid>
</item>
<item>
<title>(CSS) Bug Fix: IE Double Margin Float Bug - Uzbekjon</title>
<link>http://snipplr.com/view/7156/bug-fix-ie-double-margin-float-bug/</link>
<description><![CDATA[ <p>It’s an Internet Explorer-exclusive bug wherein an element that is floated – and given a margin in the same direction as the float – ends up with twice the specified margin size. The fix is extremely simple. All you have to do is apply a display: inline rule to your floated element.</p> ]]></description>
<pubDate>Mon, 07 Jul 2008 06:53:30 GMT</pubDate>
<guid>http://snipplr.com/view/7156/bug-fix-ie-double-margin-float-bug/</guid>
</item>
<item>
<title>(CSS) Overcoming the Box Model Hack - Uzbekjon</title>
<link>http://snipplr.com/view/7155/overcoming-the-box-model-hack/</link>
<description><![CDATA[ <p>If you want to specify a width to any div, do NOT specify padding or margins. Just create an inner div with no width set and specify its padding and margins instead.</p> ]]></description>
<pubDate>Mon, 07 Jul 2008 06:51:26 GMT</pubDate>
<guid>http://snipplr.com/view/7155/overcoming-the-box-model-hack/</guid>
</item>
<item>
<title>(CSS) Hide CSS rules from IE-Mac, show to only IE-Win - Uzbekjon</title>
<link>http://snipplr.com/view/7154/hide-css-rules-from-iemac-show-to-only-iewin/</link>
<description><![CDATA[ <p>Change #floatbox and p selectors to anything you want...</p> ]]></description>
<pubDate>Mon, 07 Jul 2008 06:46:10 GMT</pubDate>
<guid>http://snipplr.com/view/7154/hide-css-rules-from-iemac-show-to-only-iewin/</guid>
</item>
<item>
<title>(Ruby) Rough Vitalist to Rememberthemilk conversion - berkes</title>
<link>http://snipplr.com/view/7104/rough-vitalist-to-rememberthemilk-conversion/</link>
<description><![CDATA[ <p>Hacked up Ruby script that downloads all the tasks from vitalist and mails them as new tasks to rememberthemilk. 

NOTE: you need to change some values in the source to make this work. You also need to comment and uncomment some parts if  you want to store stuff locally first, or use this as a one-time script.</p> ]]></description>
<pubDate>Thu, 03 Jul 2008 15:28:27 GMT</pubDate>
<guid>http://snipplr.com/view/7104/rough-vitalist-to-rememberthemilk-conversion/</guid>
</item>
<item>
<title>(Other) Min-Height Fast Hack - rolfthomas</title>
<link>http://snipplr.com/view/6257/minheight-fast-hack/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 16 May 2008 03:55:10 GMT</pubDate>
<guid>http://snipplr.com/view/6257/minheight-fast-hack/</guid>
</item>
<item>
<title>(CSS) Target Safari With CSS - neal_grosskopf</title>
<link>http://snipplr.com/view/5669/target-safari-with-css/</link>
<description><![CDATA[ <p>The -webkit prefix will ensure it is only applied to safari</p> ]]></description>
<pubDate>Wed, 02 Apr 2008 16:33:47 GMT</pubDate>
<guid>http://snipplr.com/view/5669/target-safari-with-css/</guid>
</item>
<item>
<title>(CSS) clearfix - MoFu</title>
<link>http://snipplr.com/view/5653/clearfix/</link>
<description><![CDATA[ <p>This Hack works in any browser!</p> ]]></description>
<pubDate>Wed, 02 Apr 2008 07:05:53 GMT</pubDate>
<guid>http://snipplr.com/view/5653/clearfix/</guid>
</item>
<item>
<title>(CSS) Min-Height Fast Hack - localhorst</title>
<link>http://snipplr.com/view/5014/minheight-fast-hack/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 12 Feb 2008 03:30:27 GMT</pubDate>
<guid>http://snipplr.com/view/5014/minheight-fast-hack/</guid>
</item>
<item>
<title>(CSS) Min-Height Fast Hack: By Dustin Diaz - arala22</title>
<link>http://snipplr.com/view/4571/minheight-fast-hack-by-dustin-diaz/</link>
<description><![CDATA[ <p>This is the best Min-Height hack I have found:
http://www.dustindiaz.com/min-height-fast-hack/</p> ]]></description>
<pubDate>Mon, 14 Jan 2008 16:34:12 GMT</pubDate>
<guid>http://snipplr.com/view/4571/minheight-fast-hack-by-dustin-diaz/</guid>
</item>
<item>
<title>(CSS) IE Hack format - Hanek</title>
<link>http://snipplr.com/view/4248/ie-hack-format/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 02 Dec 2007 22:53:05 GMT</pubDate>
<guid>http://snipplr.com/view/4248/ie-hack-format/</guid>
</item>
<item>
<title>(JavaScript) set a nested DOM property with square bracket notation - noah</title>
<link>http://snipplr.com/view/3263/set-a-nested-dom-property-with-square-bracket-notation/</link>
<description><![CDATA[ <p>This was fun to write.  I wonder if nested DOM properties can be set with any of JavaScript's built-in methods?</p> ]]></description>
<pubDate>Tue, 10 Jul 2007 10:05:48 GMT</pubDate>
<guid>http://snipplr.com/view/3263/set-a-nested-dom-property-with-square-bracket-notation/</guid>
</item>
<item>
<title>(JavaScript) Crockford's object producer - noah</title>
<link>http://snipplr.com/view/3154/crockfords-object-producer/</link>
<description><![CDATA[ <p>Note that this will /not/ work:
var a = {a:1, b:2}
var b = {prototype: a}</p> ]]></description>
<pubDate>Fri, 06 Jul 2007 21:06:54 GMT</pubDate>
<guid>http://snipplr.com/view/3154/crockfords-object-producer/</guid>
</item>
<item>
<title>(CSS) 内容量に関わらず、常にフッターをページ下部に配置する方法 - masaya</title>
<link>http://snipplr.com/view/2530//</link>
<description><![CDATA[ <p>A CSS sticky footer
http://ryanfait.com/sticky-footer/
Copyright (c) 2006-2007 Ryan Fait</p> ]]></description>
<pubDate>Tue, 24 Apr 2007 05:58:03 GMT</pubDate>
<guid>http://snipplr.com/view/2530//</guid>
</item>
<item>
<title>(CSS) 画像置換のリンクをクリックした際にアウトラインがヨコに伸びてしまうのを防ぐ方法 - masaya</title>
<link>http://snipplr.com/view/2529//</link>
<description><![CDATA[ <p>text-index: -9999px;
などして置換している場合、この数字の通りにアウトライン (クリックした際の点線) がヨコに伸びてしまう。
これを解決する方法。</p> ]]></description>
<pubDate>Tue, 24 Apr 2007 05:52:24 GMT</pubDate>
<guid>http://snipplr.com/view/2529//</guid>
</item>
<item>
<title>(JavaScript) Remove IE7 activex borders - clapfouine</title>
<link>http://snipplr.com/view/2374/remove-ie7-activex-borders/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 22 Mar 2007 03:50:50 GMT</pubDate>
<guid>http://snipplr.com/view/2374/remove-ie7-activex-borders/</guid>
</item>
</channel>
</rss>