<?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/basicmagic</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 11 Oct 2008 06:53:15 GMT</pubDate>
<item>
<title>(JavaScript) Prototype and scriptaculous slideshow - basicmagic</title>
<link>http://snipplr.com/view/8884/prototype-and-scriptaculous-slideshow/</link>
<description><![CDATA[ <p>Slideshow class I made up for UWGB using the prototype framework and scriptaculous.  Slideshows div and everything within.  Pre-caches all images within div.  Could easily incorporate back button with the frame.</p> ]]></description>
<pubDate>Tue, 07 Oct 2008 15:46:02 GMT</pubDate>
<guid>http://snipplr.com/view/8884/prototype-and-scriptaculous-slideshow/</guid>
</item>
<item>
<title>(PHP) Test whether URL exists - basicmagic</title>
<link>http://snipplr.com/view/8881/test-whether-url-exists/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 07 Oct 2008 13:34:07 GMT</pubDate>
<guid>http://snipplr.com/view/8881/test-whether-url-exists/</guid>
</item>
<item>
<title>(Bash) Using wget or curl to download web sites for archival - basicmagic</title>
<link>http://snipplr.com/view/8841/using-wget-or-curl-to-download-web-sites-for-archival/</link>
<description><![CDATA[ <p>This will start at the specified URL and recursively download pages up to 3 links away from the original page, but only pages which are in the directory of the URL you specified (emacstips/) or one of its subdirectories.

wget will also rewrite the links in the pages it downloaded to make your downloaded copy a useful local copy, and it will download all page prerequisites (e.g. images, stylesheets, and the like).

The last two options -nH --cut-dirs=1 control where wget places the output. If you omitted those two options, wget would, for example, download http://web.psung.name/emacstips/index.html and place it under a subdirectory web.psung.name/emacstips of the current directory. With only -nH ("no host directory") wget would write that same file to a subdirectory emacstips. And with both options wget would write that same file to the current directory. In general, if you want to reduce the number of extraneous directories created, change cut-dirs to be the number of leading directories in your URL.</p> ]]></description>
<pubDate>Sat, 04 Oct 2008 20:24:43 GMT</pubDate>
<guid>http://snipplr.com/view/8841/using-wget-or-curl-to-download-web-sites-for-archival/</guid>
</item>
<item>
<title>(CSS) Create CSS Curly Quotes Without Images - basicmagic</title>
<link>http://snipplr.com/view/8758/create-css-curly-quotes-without-images/</link>
<description><![CDATA[ <p>Learn how to create CSS curly quotes using only CSS and without images, extra divs or classes</p> ]]></description>
<pubDate>Wed, 01 Oct 2008 21:04:11 GMT</pubDate>
<guid>http://snipplr.com/view/8758/create-css-curly-quotes-without-images/</guid>
</item>
<item>
<title>(PHP) using a text file to store image thumb and description - basicmagic</title>
<link>http://snipplr.com/view/8745/using-a-text-file-to-store-image-thumb-and-description/</link>
<description><![CDATA[ <p>store image, thumb, and description</p> ]]></description>
<pubDate>Wed, 01 Oct 2008 08:52:05 GMT</pubDate>
<guid>http://snipplr.com/view/8745/using-a-text-file-to-store-image-thumb-and-description/</guid>
</item>
<item>
<title>(JavaScript) jQuery open external link in new window - basicmagic</title>
<link>http://snipplr.com/view/8733/jquery-open-external-link-in-new-window/</link>
<description><![CDATA[ <p>Two different ways to open an external link (ones that start in http) in a new window. I know this isn't a great thing to do, but some clients _need_ to have it.</p> ]]></description>
<pubDate>Wed, 01 Oct 2008 06:04:07 GMT</pubDate>
<guid>http://snipplr.com/view/8733/jquery-open-external-link-in-new-window/</guid>
</item>
<item>
<title>(PHP) Very short snippet: PHP word cut - basicmagic</title>
<link>http://snipplr.com/view/8520/very-short-snippet-php-word-cut/</link>
<description><![CDATA[ <p>Word Cut Function</p> ]]></description>
<pubDate>Sun, 21 Sep 2008 09:21:10 GMT</pubDate>
<guid>http://snipplr.com/view/8520/very-short-snippet-php-word-cut/</guid>
</item>
<item>
<title>(CSS) redonded corners - basicmagic</title>
<link>http://snipplr.com/view/8506/redonded-corners/</link>
<description><![CDATA[ <p>secure and stable</p> ]]></description>
<pubDate>Fri, 19 Sep 2008 15:25:14 GMT</pubDate>
<guid>http://snipplr.com/view/8506/redonded-corners/</guid>
</item>
<item>
<title>(Other) drupal 6 menu item - basicmagic</title>
<link>http://snipplr.com/view/8369/drupal-6-menu-item/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 12 Sep 2008 12:45:20 GMT</pubDate>
<guid>http://snipplr.com/view/8369/drupal-6-menu-item/</guid>
</item>
<item>
<title>(XHTML) background-image para las filas de una tabla - basicmagic</title>
<link>http://snipplr.com/view/8356/backgroundimage-para-las-filas-de-una-tabla/</link>
<description><![CDATA[ <p>Gracias a este artículo, pude colocar fondos de imagen a para las filas de una tabla.</p> ]]></description>
<pubDate>Thu, 11 Sep 2008 17:52:51 GMT</pubDate>
<guid>http://snipplr.com/view/8356/backgroundimage-para-las-filas-de-una-tabla/</guid>
</item>
<item>
<title>(Bash) Download website with wget - basicmagic</title>
<link>http://snipplr.com/view/8243/download-website-with-wget/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 07 Sep 2008 12:29:07 GMT</pubDate>
<guid>http://snipplr.com/view/8243/download-website-with-wget/</guid>
</item>
<item>
<title>(CSS) CSS Drop Shadow - basicmagic</title>
<link>http://snipplr.com/view/8166/css-drop-shadow/</link>
<description><![CDATA[ <p>Creates a drop shadow for a div.  In IE I can't get `filter:alpha(opacity=__)` to work right, but it degrades gracefully without it so I left it out.</p> ]]></description>
<pubDate>Wed, 03 Sep 2008 16:18:46 GMT</pubDate>
<guid>http://snipplr.com/view/8166/css-drop-shadow/</guid>
</item>
<item>
<title>(CSS) Link/Image opacity until hover - basicmagic</title>
<link>http://snipplr.com/view/8160/linkimage-opacity-until-hover/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 03 Sep 2008 11:16:38 GMT</pubDate>
<guid>http://snipplr.com/view/8160/linkimage-opacity-until-hover/</guid>
</item>
<item>
<title>(JavaScript) Feed Flickr Photos to Website - basicmagic</title>
<link>http://snipplr.com/view/8159/feed-flickr-photos-to-website/</link>
<description><![CDATA[ <p>Quick and easy way to feed flickr images into your website</p> ]]></description>
<pubDate>Wed, 03 Sep 2008 11:13:38 GMT</pubDate>
<guid>http://snipplr.com/view/8159/feed-flickr-photos-to-website/</guid>
</item>
<item>
<title>(CSS) Image-less Dropshadow - basicmagic</title>
<link>http://snipplr.com/view/8142/imageless-dropshadow/</link>
<description><![CDATA[ <p>As seen in maps.google.nl. Drop Shadow without any images. 5 DIV's with different opacity creates the gradient/shadow like effect. Lightweight and no png (or any IE6 hacks for that matter) hacks.

Any improvements are welcome...</p> ]]></description>
<pubDate>Tue, 02 Sep 2008 09:51:55 GMT</pubDate>
<guid>http://snipplr.com/view/8142/imageless-dropshadow/</guid>
</item>
<item>
<title>(PHP) Drupal theming list Views to display like menus - basicmagic</title>
<link>http://snipplr.com/view/8126/drupal-theming-list-views-to-display-like-menus/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 01 Sep 2008 14:20:40 GMT</pubDate>
<guid>http://snipplr.com/view/8126/drupal-theming-list-views-to-display-like-menus/</guid>
</item>
<item>
<title>(HTML) HTML Test Page for CSS Style Guide - basicmagic</title>
<link>http://snipplr.com/view/8121/html-test-page-for-css-style-guide/</link>
<description><![CDATA[ <p>Great page for testing the style guide for a website.</p> ]]></description>
<pubDate>Mon, 01 Sep 2008 10:12:18 GMT</pubDate>
<guid>http://snipplr.com/view/8121/html-test-page-for-css-style-guide/</guid>
</item>
<item>
<title>(HTML) Google Favicon - basicmagic</title>
<link>http://snipplr.com/view/8120/google-favicon/</link>
<description><![CDATA[ <p>Easy way to get the favicon from a website.  Someone could probably create a jQuery plugin using this.</p> ]]></description>
<pubDate>Mon, 01 Sep 2008 08:55:33 GMT</pubDate>
<guid>http://snipplr.com/view/8120/google-favicon/</guid>
</item>
<item>
<title>(PHP) Separate theme for a specific node - basicmagic</title>
<link>http://snipplr.com/view/8045/separate-theme-for-a-specific-node/</link>
<description><![CDATA[ <p>If you want to use a specific node.tpl.php for a node, paste or merge this code into your template.php</p> ]]></description>
<pubDate>Tue, 26 Aug 2008 17:31:48 GMT</pubDate>
<guid>http://snipplr.com/view/8045/separate-theme-for-a-specific-node/</guid>
</item>
<item>
<title>(PHP) Related nodes to the current node by taxonomy term (2) - basicmagic</title>
<link>http://snipplr.com/view/7969/related-nodes-to-the-current-node-by-taxonomy-term-2/</link>
<description><![CDATA[ <p>Here is a simpler list format without the Term name, sorted by date, filtered for published and images, and is rendered correctly by the theme.</p> ]]></description>
<pubDate>Thu, 21 Aug 2008 10:31:00 GMT</pubDate>
<guid>http://snipplr.com/view/7969/related-nodes-to-the-current-node-by-taxonomy-term-2/</guid>
</item>
</channel>
</rss>