<?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:41:01 +0000</lastBuildDate>
    <item>
      <title>(CSS) As if events weren't even there... - chris5marsh</title>
      <link>https://snipplr.com/view/72230/as-if-events-werent-even-there</link>
      <description>&lt;p&gt;If you want to have an element that appears on a higher z-index than another, but don't want it to receive click events, use the following:&lt;/p&gt;</description>
      <pubDate>Thu, 29 Aug 2013 06:57:51 UTC</pubDate>
      <guid>https://snipplr.com/view/72230/as-if-events-werent-even-there</guid>
    </item>
    <item>
      <title>(JavaScript) Omit largest and smallest numbers from function - chris5marsh</title>
      <link>https://snipplr.com/view/70456/omit-largest-and-smallest-numbers-from-function</link>
      <description>&lt;p&gt;I have an array of numbers between 0 and 1, and I want to remove 0 and 1 from a for-each loop. Instead of &lt;code&gt;if (x != 0 || x != 1) {}&lt;/code&gt;, this seems nicer:&lt;/p&gt;</description>
      <pubDate>Mon, 18 Mar 2013 22:01:03 UTC</pubDate>
      <guid>https://snipplr.com/view/70456/omit-largest-and-smallest-numbers-from-function</guid>
    </item>
  </channel>
</rss>
