<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - nshakin</title>
<link>http://snipplr.com/users/nshakin</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 15:16:42 GMT</pubDate>
<item>
<title>(CSS) Subtle Recessed Divider Line</title>
<link>http://snipplr.com/view/71245/subtle-recessed-divider-line/</link>
<description><![CDATA[ <p>Create a subtle "recessed" looking divider line.  The example restyles the  tag but it can applied to anything.</p> ]]></description>
<pubDate>Tue, 21 May 2013 05:58:38 GMT</pubDate>
<guid>http://snipplr.com/view/71245/subtle-recessed-divider-line/</guid>
</item>
<item>
<title>(HTML) HTML5 Shim</title>
<link>http://snipplr.com/view/71235/html5-shim/</link>
<description><![CDATA[ <p>Source code adds new HTML5 elements (which is simple code), but also supports printing HTML5 elements and includes the default styles for HTML5 elements, like block on article and section.  (GOTO the referenced url to download the javascript package)</p> ]]></description>
<pubDate>Sun, 19 May 2013 16:22:16 GMT</pubDate>
<guid>http://snipplr.com/view/71235/html5-shim/</guid>
</item>
<item>
<title>(PHP) Copy Image From Remote Server To Local</title>
<link>http://snipplr.com/view/71229/copy-image-from-remote-server-to-local/</link>
<description><![CDATA[ <p>PHP function to save an image from a remote source then download it to the local server that the script is on.</p> ]]></description>
<pubDate>Sat, 18 May 2013 10:49:57 GMT</pubDate>
<guid>http://snipplr.com/view/71229/copy-image-from-remote-server-to-local/</guid>
</item>
<item>
<title>(CSS) CSS Custom Font File</title>
<link>http://snipplr.com/view/71228/css-custom-font-file/</link>
<description><![CDATA[ <p>Reference a custom font file for use within a stylesheet</p> ]]></description>
<pubDate>Sat, 18 May 2013 10:46:13 GMT</pubDate>
<guid>http://snipplr.com/view/71228/css-custom-font-file/</guid>
</item>
<item>
<title>(ASP) Detect Mobile Browser Using ASP</title>
<link>http://snipplr.com/view/71210/detect-mobile-browser-using-asp/</link>
<description><![CDATA[ <p>A function and if statement to detect whether or not the browser is a mobile device.</p> ]]></description>
<pubDate>Fri, 17 May 2013 02:32:15 GMT</pubDate>
<guid>http://snipplr.com/view/71210/detect-mobile-browser-using-asp/</guid>
</item>
<item>
<title>(ASP) ASP Request Current Page Name</title>
<link>http://snipplr.com/view/71208/asp-request-current-page-name/</link>
<description><![CDATA[ <p>Request the current page name relative to the home directory of the server.</p> ]]></description>
<pubDate>Fri, 17 May 2013 00:03:57 GMT</pubDate>
<guid>http://snipplr.com/view/71208/asp-request-current-page-name/</guid>
</item>
<item>
<title>(JavaScript) Check If JQuery Is Loaded In The Browser</title>
<link>http://snipplr.com/view/71207/check-if-jquery-is-loaded-in-the-browser/</link>
<description><![CDATA[ <p>Use Javascript to check if JQuery is loaded properly in the browser</p> ]]></description>
<pubDate>Fri, 17 May 2013 00:00:29 GMT</pubDate>
<guid>http://snipplr.com/view/71207/check-if-jquery-is-loaded-in-the-browser/</guid>
</item>
<item>
<title>(JavaScript) Remove Input Value Text On Focus</title>
<link>http://snipplr.com/view/68124/remove-input-value-text-on-focus/</link>
<description><![CDATA[ <p>Removes default value on focus and replaces on blur</p> ]]></description>
<pubDate>Tue, 06 Nov 2012 19:30:13 GMT</pubDate>
<guid>http://snipplr.com/view/68124/remove-input-value-text-on-focus/</guid>
</item>
<item>
<title>(JavaScript) Disable Link</title>
<link>http://snipplr.com/view/68123/disable-link/</link>
<description><![CDATA[ <p>Prevent any link on a page from being clicked.  Great for CSS menus</p> ]]></description>
<pubDate>Tue, 06 Nov 2012 19:25:50 GMT</pubDate>
<guid>http://snipplr.com/view/68123/disable-link/</guid>
</item>
<item>
<title>(SASS) Sass/SCSS Function Reference</title>
<link>http://snipplr.com/view/68088/sassscss-function-reference/</link>
<description><![CDATA[ <p>A concise reference listing all of the available functions built into Sass.</p> ]]></description>
<pubDate>Sun, 04 Nov 2012 21:57:48 GMT</pubDate>
<guid>http://snipplr.com/view/68088/sassscss-function-reference/</guid>
</item>
<item>
<title>(SASS) Sass/SCSS Documentation Reference</title>
<link>http://snipplr.com/view/68087/sassscss-documentation-reference/</link>
<description><![CDATA[ <p>I recently wanted to learn Sass and after reading the documentation I looked around for a more concise set of docs to reference while writing but couldn't find anything.  So I made my own based off of what was in the documentation of Sass's website.  

Not everything is there at the moment buts its a nice reference for someone new to Sass and still feeling their way around.</p> ]]></description>
<pubDate>Sun, 04 Nov 2012 21:38:15 GMT</pubDate>
<guid>http://snipplr.com/view/68087/sassscss-documentation-reference/</guid>
</item>
<item>
<title>(Apache) Hide .php Extension From Browser Address Bar</title>
<link>http://snipplr.com/view/68065/hide-php-extension-from-browser-address-bar/</link>
<description><![CDATA[ <p>Add source to .htaccess file and server will hide .php extensions.  href tags must reference the file name without the extension .php in order to work properly.</p> ]]></description>
<pubDate>Fri, 02 Nov 2012 10:25:49 GMT</pubDate>
<guid>http://snipplr.com/view/68065/hide-php-extension-from-browser-address-bar/</guid>
</item>
<item>
<title>(PHP) CSS Combine and Compress</title>
<link>http://snipplr.com/view/68057/css-combine-and-compress/</link>
<description><![CDATA[ <p>Combine multiple css files into 1 file that has been stripped of whitespace and comments.</p> ]]></description>
<pubDate>Fri, 02 Nov 2012 01:23:40 GMT</pubDate>
<guid>http://snipplr.com/view/68057/css-combine-and-compress/</guid>
</item>
<item>
<title>(CSS) CSS3 FullScreen Background Image</title>
<link>http://snipplr.com/view/68053/css3-fullscreen-background-image/</link>
<description><![CDATA[ <p>Fullscreen background image using pure CSS3.  Tested and working in FF16, IE9 and Chrome</p> ]]></description>
<pubDate>Thu, 01 Nov 2012 18:23:07 GMT</pubDate>
<guid>http://snipplr.com/view/68053/css3-fullscreen-background-image/</guid>
</item>
<item>
<title>(CSS) Background Image Tiling With CSS</title>
<link>http://snipplr.com/view/67724/background-image-tiling-with-css/</link>
<description><![CDATA[ <p>Cascading Style Sheets allow developers to exercise greater control over background images on the Web. You can make an image tile vertically across the page, horizontally across the page, or both. Simply define the style at the top of the page, and declare in the  tag.

The .vert class will tile the image vertically, the .horiz class will tile it horizontally, and the .both class will cover the screen.</p> ]]></description>
<pubDate>Sat, 13 Oct 2012 14:50:24 GMT</pubDate>
<guid>http://snipplr.com/view/67724/background-image-tiling-with-css/</guid>
</item>
</channel>
</rss>