<?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 08:14:10 +0000</lastBuildDate>
    <item>
      <title>(JavaScript) Resize iFrame to its content - Neven</title>
      <link>https://snipplr.com/view/70070/resize-iframe-to-its-content</link>
      <description>&lt;p&gt;Bind onload function to the iFrame and set the size of the iFrame to the iFrames loaded content.&#13;
In the example jQuery is used.&lt;/p&gt;</description>
      <pubDate>Sat, 23 Feb 2013 09:56:23 UTC</pubDate>
      <guid>https://snipplr.com/view/70070/resize-iframe-to-its-content</guid>
    </item>
    <item>
      <title>(C#) Enable metadata exchage - Neven</title>
      <link>https://snipplr.com/view/63437/enable-metadata-exchage</link>
      <description>&lt;p&gt;It is mandatory to implement &lt;behaviors&gt; part of  &lt;system.servicemodel&gt; and bind it to a service (using behaviorConfiguration attribut) as well as to add ''mex'' endpoint.&lt;/p&gt;</description>
      <pubDate>Mon, 20 Feb 2012 09:38:56 UTC</pubDate>
      <guid>https://snipplr.com/view/63437/enable-metadata-exchage</guid>
    </item>
    <item>
      <title>(C#) Concatenate strings inside list of strings - Neven</title>
      <link>https://snipplr.com/view/61921/concatenate-strings-inside-list-of-strings</link>
      <description>&lt;p&gt;This code demonstrates how to concatenate list of strings using lambda expression without need to use a loop.&lt;/p&gt;</description>
      <pubDate>Fri, 16 Dec 2011 02:08:42 UTC</pubDate>
      <guid>https://snipplr.com/view/61921/concatenate-strings-inside-list-of-strings</guid>
    </item>
    <item>
      <title>(jQuery) Fill select list with text value pairs - Neven</title>
      <link>https://snipplr.com/view/61825/fill-select-list-with-text-value-pairs</link>
      <description>&lt;p&gt;This snippet describes how to fill select html element with Text, Value pairs&#13;
where 'Text' is displayed to the user and 'Value' is actual value to be processed.&lt;/p&gt;</description>
      <pubDate>Mon, 12 Dec 2011 21:37:18 UTC</pubDate>
      <guid>https://snipplr.com/view/61825/fill-select-list-with-text-value-pairs</guid>
    </item>
    <item>
      <title>(JavaScript) Center element inside of a div container - Neven</title>
      <link>https://snipplr.com/view/61198/center-element-inside-of-a-div-container</link>
      <description>&lt;p&gt;Position of the element to center needs to be relative to the container.&lt;/p&gt;</description>
      <pubDate>Fri, 25 Nov 2011 21:44:26 UTC</pubDate>
      <guid>https://snipplr.com/view/61198/center-element-inside-of-a-div-container</guid>
    </item>
    <item>
      <title>(C#) Detect web page refresh - Neven</title>
      <link>https://snipplr.com/view/60940/detect-web-page-refresh</link>
      <description>&lt;p&gt;Overwrite LoadViewSate and SaveViewState page methods.&#13;
SaveViewState is called on initial page load and that is the place to save your negated flag to Session. &#13;
This value should be compared in LoadViewState and if the values are the same it means that the page is refreshed.&lt;/p&gt;</description>
      <pubDate>Fri, 18 Nov 2011 01:19:08 UTC</pubDate>
      <guid>https://snipplr.com/view/60940/detect-web-page-refresh</guid>
    </item>
    <item>
      <title>(SQL) Find duplicate entries - Neven</title>
      <link>https://snipplr.com/view/60808/find-duplicate-entries</link>
      <description>&lt;p&gt;Searches for duplicate entries in the DataBase table&lt;/p&gt;</description>
      <pubDate>Mon, 14 Nov 2011 23:07:17 UTC</pubDate>
      <guid>https://snipplr.com/view/60808/find-duplicate-entries</guid>
    </item>
  </channel>
</rss>
