CSS snippets
Simplest way of achieving a horizontal list:
display: inline;
list-style-type: none;
padding-right: 10px;
New Machine and Being Stuck in Linux Theming Hell on April 29th, 2013
Emacs 24 and Clojure on April 24th, 2013
MySQL Slave Replication in 6 Quick Steps on March 11th, 2013
DKIM with Postfix - My Multiple Site Setup on December 31st, 2012
Routing to virtual localhost sites on LAN devices with Squid3 in Ubuntu on November 21st, 2012
Aptana Studio 3 Snippets For The Singleton Pattern on November 6th, 2012
HTTP Headers on October 11th, 2012
Eclipse PDT shortcuts on October 1st, 2012
Simplest way of achieving a horizontal list:
display: inline;
list-style-type: none;
padding-right: 10px;