<?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/hellion</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 06:31:04 GMT</pubDate>
<item>
<title>(PHP) Gzipping your CSS - hellion</title>
<link>http://snipplr.com/view/5024/gzipping-your-css/</link>
<description><![CDATA[ <p>CSS files for larger sites can become pretty large themselves. Gzipping or compressing these files has shown to provide a reduction in the neighborhood of 70-80% of the original file size, a fairly significant 'weight loss'.</p> ]]></description>
<pubDate>Tue, 12 Feb 2008 14:08:32 GMT</pubDate>
<guid>http://snipplr.com/view/5024/gzipping-your-css/</guid>
</item>
<item>
<title>(PHP) Redirect A Single Page To HTTPS Using mod_rewrite - hellion</title>
<link>http://snipplr.com/view/4801/redirect-a-single-page-to-https-using-modrewrite/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 27 Jan 2008 23:16:42 GMT</pubDate>
<guid>http://snipplr.com/view/4801/redirect-a-single-page-to-https-using-modrewrite/</guid>
</item>
<item>
<title>(PHP) Cerate zip files PHP - hellion</title>
<link>http://snipplr.com/view/3691/cerate-zip-files-php/</link>
<description><![CDATA[ <p>Ej:
$ziper = new zipfile();
$filename1 = 'images/imagen1.jpg';
$filename2 = 'images/imagen2.jpg';
$fileZip = 'images/imagen.zip';
$ziper->addFile(file_get_contents($filename1),$filename1);
$ziper->addFile(file_get_contents($filename2),$filename2);
$ziper->output($fileZip);</p> ]]></description>
<pubDate>Thu, 13 Sep 2007 15:53:02 GMT</pubDate>
<guid>http://snipplr.com/view/3691/cerate-zip-files-php/</guid>
</item>
<item>
<title>(HTML) U.S. States Dropdown - hellion</title>
<link>http://snipplr.com/view/2659/us-states-dropdown/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 16 May 2007 14:23:20 GMT</pubDate>
<guid>http://snipplr.com/view/2659/us-states-dropdown/</guid>
</item>
<item>
<title>(PHP) Php crear archivos zip - hellion</title>
<link>http://snipplr.com/view/404/php-crear-archivos-zip/</link>
<description><![CDATA[ <p>Ej:
$ziper = new zipfile();
$filename1 = 'images/imagen1.jpg';
$filename2 = 'images/imagen2.jpg';
$fileZip = 'images/imagen.zip';
$ziper->addFile(file_get_contents($filename1),$filename1);
$ziper->addFile(file_get_contents($filename2),$filename2);
$ziper->output($fileZip);</p> ]]></description>
<pubDate>Thu, 13 Jul 2006 07:45:56 GMT</pubDate>
<guid>http://snipplr.com/view/404/php-crear-archivos-zip/</guid>
</item>
<item>
<title>(PHP) Download file - hellion</title>
<link>http://snipplr.com/view/205/download-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 03 Jul 2006 01:25:31 GMT</pubDate>
<guid>http://snipplr.com/view/205/download-file/</guid>
</item>
<item>
<title>(PHP) MySQL Dump - hellion</title>
<link>http://snipplr.com/view/173/mysql-dump/</link>
<description><![CDATA[ <p>Creates a backup of a MySQL database in SQL format.</p> ]]></description>
<pubDate>Sat, 01 Jul 2006 10:00:19 GMT</pubDate>
<guid>http://snipplr.com/view/173/mysql-dump/</guid>
</item>
</channel>
</rss>