<?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/favorites/Leech</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 17:39:17 GMT</pubDate>
<item>
<title>(iPhone) iPhone Debugging Alert Window - Leech</title>
<link>http://snipplr.com/view/28461/iphone-debugging-alert-window/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 16 Feb 2010 17:50:06 GMT</pubDate>
<guid>http://snipplr.com/view/28461/iphone-debugging-alert-window/</guid>
</item>
<item>
<title>(Objective C) NSLog log function name, file name and line number - Leech</title>
<link>http://snipplr.com/view/26758/nslog-log-function-name-file-name-and-line-number/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 20 Jan 2010 10:26:03 GMT</pubDate>
<guid>http://snipplr.com/view/26758/nslog-log-function-name-file-name-and-line-number/</guid>
</item>
<item>
<title>(Objective C) Launch Mail Application in IPhone - Leech</title>
<link>http://snipplr.com/view/23933/launch-mail-application-in-iphone/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 30 Nov 2009 10:28:19 GMT</pubDate>
<guid>http://snipplr.com/view/23933/launch-mail-application-in-iphone/</guid>
</item>
<item>
<title>(Bash) Creating and Extracting .tar.gz via SSH - Leech</title>
<link>http://snipplr.com/view/18998/creating-and-extracting-targz-via-ssh/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 29 Aug 2009 11:11:55 GMT</pubDate>
<guid>http://snipplr.com/view/18998/creating-and-extracting-targz-via-ssh/</guid>
</item>
<item>
<title>(Objective C) Show/Hide iPhone Status Bar - Leech</title>
<link>http://snipplr.com/view/11924/showhide-iphone-status-bar/</link>
<description><![CDATA[ <p>Allows you to toggle visibility of the iPhone status bar at the top of the screen that shows the carrier information, network status and time</p> ]]></description>
<pubDate>Fri, 06 Feb 2009 16:34:04 GMT</pubDate>
<guid>http://snipplr.com/view/11924/showhide-iphone-status-bar/</guid>
</item>
<item>
<title>(CSS) Crossbrowser Opacity - Leech</title>
<link>http://snipplr.com/view/10094/crossbrowser-opacity/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 27 Nov 2008 17:14:46 GMT</pubDate>
<guid>http://snipplr.com/view/10094/crossbrowser-opacity/</guid>
</item>
<item>
<title>(Bash) FFMPEG - mov to flv - Leech</title>
<link>http://snipplr.com/view/9704/ffmpeg--mov-to-flv/</link>
<description><![CDATA[ <p>Needs flvttool2 for generating meta info for flv file.</p> ]]></description>
<pubDate>Thu, 13 Nov 2008 04:49:38 GMT</pubDate>
<guid>http://snipplr.com/view/9704/ffmpeg--mov-to-flv/</guid>
</item>
<item>
<title>(XHTML) XHTML 1.0 Template for jQuery - Leech</title>
<link>http://snipplr.com/view/9616/xhtml-10-template-for-jquery/</link>
<description><![CDATA[ <p>Based on templates by luxuryluke and Kevin Hale.

Basic XHTML 1.0 layout which includes basic layout structure and is prepared for jQuery. On load a 'js' class is added to the root element in order to nicely handle graceful degradation if JS is disabled and prevent flickering if JS is enabled.

Also see the related CSS template.</p> ]]></description>
<pubDate>Mon, 10 Nov 2008 20:16:46 GMT</pubDate>
<guid>http://snipplr.com/view/9616/xhtml-10-template-for-jquery/</guid>
</item>
<item>
<title>(JavaScript) jQuery preloading images - Leech</title>
<link>http://snipplr.com/view/9612/jquery-preloading-images/</link>
<description><![CDATA[ <p>Thanks to Matt Farina

Also see similar snippet for preloading arbitrary content, e.g. media in content received via AJAX.</p> ]]></description>
<pubDate>Mon, 10 Nov 2008 18:45:17 GMT</pubDate>
<guid>http://snipplr.com/view/9612/jquery-preloading-images/</guid>
</item>
<item>
<title>(PHP) Imprimir la fecha en español utilizando PHP aunque el idioma del servidor sea el inglés. - Leech</title>
<link>http://snipplr.com/view/8708/imprimir-la-fecha-en-espaol-utilizando-php-aunque-el-idioma-del-servidor-sea-el-ingls/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 30 Sep 2008 03:52:17 GMT</pubDate>
<guid>http://snipplr.com/view/8708/imprimir-la-fecha-en-espaol-utilizando-php-aunque-el-idioma-del-servidor-sea-el-ingls/</guid>
</item>
<item>
<title>(Objective C) Duplicate Xcode project - Leech</title>
<link>http://snipplr.com/view/8597/duplicate-xcode-project/</link>
<description><![CDATA[ <p>This is very helpful to duplicate/rename a project in Xcode 3.x</p> ]]></description>
<pubDate>Thu, 25 Sep 2008 12:19:56 GMT</pubDate>
<guid>http://snipplr.com/view/8597/duplicate-xcode-project/</guid>
</item>
<item>
<title>(JavaScript) Get Absolute Position - Leech</title>
<link>http://snipplr.com/view/7558/get-absolute-position/</link>
<description><![CDATA[ <p>Returns absolute position of given object. Specially for crap-IE that do not detects correctly the .offset* attribute.</p> ]]></description>
<pubDate>Mon, 28 Jul 2008 11:37:09 GMT</pubDate>
<guid>http://snipplr.com/view/7558/get-absolute-position/</guid>
</item>
<item>
<title>(Objective C) flipping a view on the iphone sdk - Leech</title>
<link>http://snipplr.com/view/6784/flipping-a-view-on-the-iphone-sdk/</link>
<description><![CDATA[ <p>the controllers view is setup s.t. it adds the mainView as a subview to its default view in the init method</p> ]]></description>
<pubDate>Thu, 19 Jun 2008 13:58:14 GMT</pubDate>
<guid>http://snipplr.com/view/6784/flipping-a-view-on-the-iphone-sdk/</guid>
</item>
<item>
<title>(Ruby) TextMate bundle searching and pasting code - Leech</title>
<link>http://snipplr.com/view/6603/textmate-bundle-searching-and-pasting-code/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 05 Jun 2008 15:03:04 GMT</pubDate>
<guid>http://snipplr.com/view/6603/textmate-bundle-searching-and-pasting-code/</guid>
</item>
<item>
<title>(Other) Drupal: View for Image Gallery - Leech</title>
<link>http://snipplr.com/view/6331/drupal-view-for-image-gallery/</link>
<description><![CDATA[ <p>View to use with the docs at http://drupal.org/node/144725 for creating image gallery using cck, views and thickbox.</p> ]]></description>
<pubDate>Mon, 19 May 2008 16:20:36 GMT</pubDate>
<guid>http://snipplr.com/view/6331/drupal-view-for-image-gallery/</guid>
</item>
<item>
<title>(Bash) Creating a Simple Alias in Terminal - Leech</title>
<link>http://snipplr.com/view/6210/creating-a-simple-alias-in-terminal/</link>
<description><![CDATA[ <p>I use terminal for SFTP because I'm cheap and I don't want to purchase Transmit. SFTP works just fine but the problem is that I get tired of having to type [bash]$ sftp chrisaiv@blah.com:/directory/subdirectory/ so instead I've made an alias.  First things first, in terminal using Textmate, type [bash]$ mate ~/.bash_alias.  Next paste the code below.  After you save the file, type [bash]$ ~/.bash_profile and past the second line of code.  After you restart your terminal, you should only have to type the alias nickname and whala!</p> ]]></description>
<pubDate>Tue, 13 May 2008 14:37:46 GMT</pubDate>
<guid>http://snipplr.com/view/6210/creating-a-simple-alias-in-terminal/</guid>
</item>
<item>
<title>(Bash) Send Email Attachment from the Command Line - Leech</title>
<link>http://snipplr.com/view/5919/send-email-attachment-from-the-command-line/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 19 Apr 2008 16:10:45 GMT</pubDate>
<guid>http://snipplr.com/view/5919/send-email-attachment-from-the-command-line/</guid>
</item>
<item>
<title>(SQL) Check MySQL Queries - Leech</title>
<link>http://snipplr.com/view/5710/check-mysql-queries/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 04 Apr 2008 22:41:02 GMT</pubDate>
<guid>http://snipplr.com/view/5710/check-mysql-queries/</guid>
</item>
<item>
<title>(Objective C) Interface builder &amp;amp; iphone sdk - Leech</title>
<link>http://snipplr.com/view/5599/interface-builder--iphone-sdk/</link>
<description><![CDATA[ <p>Para usar el interface builder con el iphone hay que crear una vista o una ventana, guardarla dentro del proyecto, y meter esta línea en appdelegate en applicationDidFinishLaunching.</p> ]]></description>
<pubDate>Fri, 28 Mar 2008 14:09:37 GMT</pubDate>
<guid>http://snipplr.com/view/5599/interface-builder--iphone-sdk/</guid>
</item>
<item>
<title>(Other) Regex to find PHP comments with TextMate - Leech</title>
<link>http://snipplr.com/view/5380/regex-to-find-php-comments-with-textmate/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 12 Mar 2008 12:45:26 GMT</pubDate>
<guid>http://snipplr.com/view/5380/regex-to-find-php-comments-with-textmate/</guid>
</item>
</channel>
</rss>