<?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>Sat, 13 Jun 2026 13:21:48 +0000</lastBuildDate>
    <item>
      <title>(JavaScript) Make everything "Responsive" - burnandbass</title>
      <link>https://snipplr.com/view/97048/make-everything-responsive</link>
      <description>&lt;p&gt;Client wanted an iFrame with fixed dimensions. The iFrame is fixed height, so we agreed that it will not be responsive. However, after a while, the client needed it responsive, but could not do modifications for the parent page ( so it can communicate with the iFrame, get it's height and update it ), so I decided I can just scale the whole f*kin stuff and make it "Responsive".&#13;
&#13;
So here is the code if  somebody needs it. &#13;
&#13;
This is how I (t)Roll&lt;/p&gt;</description>
      <pubDate>Fri, 17 Apr 2015 22:07:12 UTC</pubDate>
      <guid>https://snipplr.com/view/97048/make-everything-responsive</guid>
    </item>
    <item>
      <title>(JavaScript) Add/Get objects From/To LocalStorage - burnandbass</title>
      <link>https://snipplr.com/view/80188/addget-objects-fromto-localstorage</link>
      <description>&lt;p&gt;saveToStorage("objectName", {javascript:"object"});&#13;
&#13;
To get the object use getFromStorage("objectName");&#13;
&#13;
If the object does not exist, the function returns new empty object;&lt;/p&gt;</description>
      <pubDate>Thu, 23 Oct 2014 21:10:28 UTC</pubDate>
      <guid>https://snipplr.com/view/80188/addget-objects-fromto-localstorage</guid>
    </item>
  </channel>
</rss>
