<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 10:54:13 +0000</lastBuildDate>
    <item>
      <title>(JavaScript) Ajax File Include - nshakin</title>
      <link>https://snipplr.com/view/71825/ajax-file-include</link>
      <description>&lt;p&gt;Include any external text file within html; HTML, CSS and Javascript all work.&lt;/p&gt;</description>
      <pubDate>Fri, 12 Jul 2013 09:07:24 UTC</pubDate>
      <guid>https://snipplr.com/view/71825/ajax-file-include</guid>
    </item>
    <item>
      <title>(JavaScript) Javascript Updating Copyright - nshakin</title>
      <link>https://snipplr.com/view/71805/javascript-updating-copyright</link>
      <description>&lt;p&gt;Self updating javascript copyright date&lt;/p&gt;</description>
      <pubDate>Thu, 11 Jul 2013 13:37:13 UTC</pubDate>
      <guid>https://snipplr.com/view/71805/javascript-updating-copyright</guid>
    </item>
    <item>
      <title>(CSS) Subtle Recessed Divider Line - nshakin</title>
      <link>https://snipplr.com/view/71245/subtle-recessed-divider-line</link>
      <description>&lt;p&gt;Create a subtle "recessed" looking divider line.  The example restyles the &lt;hr&gt; tag but it can applied to anything.&lt;/p&gt;</description>
      <pubDate>Tue, 21 May 2013 05:58:38 UTC</pubDate>
      <guid>https://snipplr.com/view/71245/subtle-recessed-divider-line</guid>
    </item>
    <item>
      <title>(PHP) Copy Image From Remote Server To Local - nshakin</title>
      <link>https://snipplr.com/view/71229/copy-image-from-remote-server-to-local</link>
      <description>&lt;p&gt;PHP function to save an image from a remote source then download it to the local server that the script is on.&lt;/p&gt;</description>
      <pubDate>Sat, 18 May 2013 10:49:57 UTC</pubDate>
      <guid>https://snipplr.com/view/71229/copy-image-from-remote-server-to-local</guid>
    </item>
    <item>
      <title>(CSS) CSS Custom Font File - nshakin</title>
      <link>https://snipplr.com/view/71228/css-custom-font-file</link>
      <description>&lt;p&gt;Reference a custom font file for use within a stylesheet&lt;/p&gt;</description>
      <pubDate>Sat, 18 May 2013 10:46:13 UTC</pubDate>
      <guid>https://snipplr.com/view/71228/css-custom-font-file</guid>
    </item>
    <item>
      <title>(ASP) Detect Mobile Browser Using ASP - nshakin</title>
      <link>https://snipplr.com/view/71210/detect-mobile-browser-using-asp</link>
      <description>&lt;p&gt;A function and if statement to detect whether or not the browser is a mobile device.&lt;/p&gt;</description>
      <pubDate>Fri, 17 May 2013 02:32:15 UTC</pubDate>
      <guid>https://snipplr.com/view/71210/detect-mobile-browser-using-asp</guid>
    </item>
    <item>
      <title>(ASP) ASP Request Current Page Name - nshakin</title>
      <link>https://snipplr.com/view/71208/asp-request-current-page-name</link>
      <description>&lt;p&gt;Request the current page name relative to the home directory of the server.&lt;/p&gt;</description>
      <pubDate>Fri, 17 May 2013 00:03:57 UTC</pubDate>
      <guid>https://snipplr.com/view/71208/asp-request-current-page-name</guid>
    </item>
    <item>
      <title>(JavaScript) Check If JQuery Is Loaded In The Browser - nshakin</title>
      <link>https://snipplr.com/view/71207/check-if-jquery-is-loaded-in-the-browser</link>
      <description>&lt;p&gt;Use Javascript to check if JQuery is loaded properly in the browser&lt;/p&gt;</description>
      <pubDate>Fri, 17 May 2013 00:00:29 UTC</pubDate>
      <guid>https://snipplr.com/view/71207/check-if-jquery-is-loaded-in-the-browser</guid>
    </item>
    <item>
      <title>(JavaScript) Remove Input Value Text On Focus - nshakin</title>
      <link>https://snipplr.com/view/68124/remove-input-value-text-on-focus</link>
      <description>&lt;p&gt;Removes default value on focus and replaces on blur&lt;/p&gt;</description>
      <pubDate>Tue, 06 Nov 2012 19:30:13 UTC</pubDate>
      <guid>https://snipplr.com/view/68124/remove-input-value-text-on-focus</guid>
    </item>
    <item>
      <title>(SASS) Sass/SCSS Function Reference - nshakin</title>
      <link>https://snipplr.com/view/68088/sassscss-function-reference</link>
      <description>&lt;p&gt;A concise reference listing all of the available functions built into Sass.&lt;/p&gt;</description>
      <pubDate>Sun, 04 Nov 2012 21:57:48 UTC</pubDate>
      <guid>https://snipplr.com/view/68088/sassscss-function-reference</guid>
    </item>
    <item>
      <title>(SASS) Sass/SCSS Documentation Reference - nshakin</title>
      <link>https://snipplr.com/view/68087/sassscss-documentation-reference</link>
      <description>&lt;p&gt;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.  &#13;
&#13;
Not everything is there at the moment buts its a nice reference for someone new to Sass and still feeling their way around.&lt;/p&gt;</description>
      <pubDate>Sun, 04 Nov 2012 21:38:15 UTC</pubDate>
      <guid>https://snipplr.com/view/68087/sassscss-documentation-reference</guid>
    </item>
    <item>
      <title>(Apache) Hide .php Extension From Browser Address Bar - nshakin</title>
      <link>https://snipplr.com/view/68065/hide-php-extension-from-browser-address-bar</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Fri, 02 Nov 2012 10:25:49 UTC</pubDate>
      <guid>https://snipplr.com/view/68065/hide-php-extension-from-browser-address-bar</guid>
    </item>
    <item>
      <title>(PHP) CSS Combine and Compress - nshakin</title>
      <link>https://snipplr.com/view/68057/css-combine-and-compress</link>
      <description>&lt;p&gt;Combine multiple css files into 1 file that has been stripped of whitespace and comments.&lt;/p&gt;</description>
      <pubDate>Fri, 02 Nov 2012 01:23:40 UTC</pubDate>
      <guid>https://snipplr.com/view/68057/css-combine-and-compress</guid>
    </item>
    <item>
      <title>(CSS) CSS3 FullScreen Background Image - nshakin</title>
      <link>https://snipplr.com/view/68053/css3-fullscreen-background-image</link>
      <description>&lt;p&gt;Fullscreen background image using pure CSS3.  Tested and working in FF16, IE9 and Chrome&lt;/p&gt;</description>
      <pubDate>Thu, 01 Nov 2012 18:23:07 UTC</pubDate>
      <guid>https://snipplr.com/view/68053/css3-fullscreen-background-image</guid>
    </item>
    <item>
      <title>(CSS) Background Image Tiling With CSS - nshakin</title>
      <link>https://snipplr.com/view/67724/background-image-tiling-with-css</link>
      <description>&lt;p&gt;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 &lt;BODY&gt; tag.&#13;
&#13;
The .vert class will tile the image vertically, the .horiz class will tile it horizontally, and the .both class will cover the screen.&lt;/p&gt;</description>
      <pubDate>Sat, 13 Oct 2012 14:50:24 UTC</pubDate>
      <guid>https://snipplr.com/view/67724/background-image-tiling-with-css</guid>
    </item>
  </channel>
</rss>
