<?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:28:36 +0000</lastBuildDate>
    <item>
      <title>(C#) Remove HTML from string - derekholmes</title>
      <link>https://snipplr.com/view/40618/remove-html-from-string</link>
      <description>&lt;p&gt;Remove breaklines / html formatting&lt;/p&gt;</description>
      <pubDate>Fri, 17 Sep 2010 01:06:51 UTC</pubDate>
      <guid>https://snipplr.com/view/40618/remove-html-from-string</guid>
    </item>
    <item>
      <title>(HTML) IE7 Background images on a blank link - derekholmes</title>
      <link>https://snipplr.com/view/30316/ie7-background-images-on-a-blank-link</link>
      <description>&lt;p&gt;IE7 will not show background images on a item that has no text. This is probably true with ie6 as well. &#13;
&#13;
The best trick I've found is to display:inline-block, but you must do this for ie7 only&lt;/p&gt;</description>
      <pubDate>Fri, 26 Mar 2010 12:49:06 UTC</pubDate>
      <guid>https://snipplr.com/view/30316/ie7-background-images-on-a-blank-link</guid>
    </item>
    <item>
      <title>(JavaScript) Javascript QueryString - derekholmes</title>
      <link>https://snipplr.com/view/28181/javascript-querystring</link>
      <description>&lt;p&gt;default.aspx?id=5&#13;
queryString('id') will return 5&#13;
Also this will convert to lower case. IIS / ASP.net is not case sensitive so my function isn't either.&lt;/p&gt;</description>
      <pubDate>Thu, 11 Feb 2010 12:24:45 UTC</pubDate>
      <guid>https://snipplr.com/view/28181/javascript-querystring</guid>
    </item>
    <item>
      <title>(C#) c# master page document.getElementById problem - derekholmes</title>
      <link>https://snipplr.com/view/25781/c-master-page-documentgetelementbyid-problem</link>
      <description>&lt;p&gt;Because of master pages C# changes your id's to make them unique. This allows you to place your javascript in a seperate .js file or just get rid of a document.getElementById('&lt;%=control.ClientID%&gt;');type solution&lt;/p&gt;</description>
      <pubDate>Thu, 31 Dec 2009 11:31:37 UTC</pubDate>
      <guid>https://snipplr.com/view/25781/c-master-page-documentgetelementbyid-problem</guid>
    </item>
    <item>
      <title>(Visual Basic) Excel: Run Macro on Cell Change - derekholmes</title>
      <link>https://snipplr.com/view/25593/excel-run-macro-on-cell-change</link>
      <description>&lt;p&gt;The easy way to set this up is to go to the macro window by pressing alt+F11.&#13;
Select the sheet from left panel. there will be two drop down. from the left drop down select worksheet and from right drop down list select the event 'change'.&lt;/p&gt;</description>
      <pubDate>Mon, 28 Dec 2009 13:02:33 UTC</pubDate>
      <guid>https://snipplr.com/view/25593/excel-run-macro-on-cell-change</guid>
    </item>
    <item>
      <title>(C#) Date Taken EXIF Data for a Picture - derekholmes</title>
      <link>https://snipplr.com/view/25074/date-taken-exif-data-for-a-picture</link>
      <description>&lt;p&gt;Reads the EXIF Data to find the actual original taken date. This is available on most camera's.&lt;/p&gt;</description>
      <pubDate>Sat, 19 Dec 2009 10:47:11 UTC</pubDate>
      <guid>https://snipplr.com/view/25074/date-taken-exif-data-for-a-picture</guid>
    </item>
    <item>
      <title>(C#) Disable Button on Postback - derekholmes</title>
      <link>https://snipplr.com/view/24637/disable-button-on-postback</link>
      <description>&lt;p&gt;Will disable the button and still allow the postback event&lt;/p&gt;</description>
      <pubDate>Fri, 11 Dec 2009 17:35:32 UTC</pubDate>
      <guid>https://snipplr.com/view/24637/disable-button-on-postback</guid>
    </item>
    <item>
      <title>(jQuery) Select all Checkboxes - derekholmes</title>
      <link>https://snipplr.com/view/24610/select-all-checkboxes</link>
      <description>&lt;p&gt;Selects all checkboxes and checks or unchecks them.&#13;
#chk_All = id(s) of the check box to add an onclick event for&lt;/p&gt;</description>
      <pubDate>Fri, 11 Dec 2009 11:45:53 UTC</pubDate>
      <guid>https://snipplr.com/view/24610/select-all-checkboxes</guid>
    </item>
  </channel>
</rss>
