<?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 12:49:35 +0000</lastBuildDate>
    <item>
      <title>(PHP) Enable all automatic Wordpress Updates - telltec</title>
      <link>https://snipplr.com/view/111698/enable-all-automatic-wordpress-updates</link>
      <description>&lt;p&gt;Put this in your wp-config.php&#13;
Enables automatic WP core, theme and plugin updates.&lt;/p&gt;</description>
      <pubDate>Sat, 03 Oct 2015 16:21:59 UTC</pubDate>
      <guid>https://snipplr.com/view/111698/enable-all-automatic-wordpress-updates</guid>
    </item>
    <item>
      <title>(Other) Parse XML with PowerShell - telltec</title>
      <link>https://snipplr.com/view/72670/parse-xml-with-powershell</link>
      <description>&lt;p&gt;Loads an XML file and iterates through its nodes.&#13;
&#13;
Uses Sample XML file from [http://msdn.microsoft.com/en-us/library/ms762271(v=vs.85).aspx](http://msdn.microsoft.com/en-us/library/ms762271(v=vs.85).aspx)&#13;
&#13;
`&#13;
&lt;?xml&gt;&#13;
&lt;catalog&gt;&#13;
   &lt;book&gt;&#13;
      &lt;author&gt;Gambardella, Matthew&lt;/author&gt;&#13;
      &lt;title&gt;XML Developer's Guide&lt;/title&gt;&#13;
      &lt;genre&gt;Computer&lt;/genre&gt;&#13;
      &lt;price&gt;44.95&lt;/price&gt;&#13;
      &lt;publish_date&gt;2000-10-01&lt;/publish_date&gt;&#13;
      &lt;description&gt;An in-depth look at creating applications &#13;
      with XML.&lt;/description&gt;&#13;
   &lt;/book&gt;&#13;
   &lt;book&gt;&#13;
      &lt;author&gt;Ralls, Kim&lt;/author&gt;&#13;
      &lt;title&gt;Midnight Rain&lt;/title&gt;&#13;
      &lt;genre&gt;Fantasy&lt;/genre&gt;&#13;
      &lt;price&gt;5.95&lt;/price&gt;&#13;
      &lt;publish_date&gt;2000-12-16&lt;/publish_date&gt;&#13;
      &lt;description&gt;A former architect battles corporate zombies, &#13;
      an evil sorceress, and her own childhood to become queen &#13;
      of the world.&lt;/description&gt;&#13;
   &lt;/book&gt;&#13;
   &lt;book&gt;&#13;
      &lt;author&gt;Corets, Eva&lt;/author&gt;&#13;
      &lt;title&gt;Maeve Ascendant&lt;/title&gt;&#13;
      &lt;genre&gt;Fantasy&lt;/genre&gt;&#13;
      &lt;price&gt;5.95&lt;/price&gt;&#13;
      &lt;publish_date&gt;2000-11-17&lt;/publish_date&gt;&#13;
      &lt;description&gt;After the collapse of a nanotechnology &#13;
      society in England, the young survivors lay the &#13;
      foundation for a new society.&lt;/description&gt;&#13;
   &lt;/book&gt;&#13;
   &lt;book&gt;&#13;
      &lt;author&gt;Corets, Eva&lt;/author&gt;&#13;
      &lt;title&gt;Oberon's Legacy&lt;/title&gt;&#13;
      &lt;genre&gt;Fantasy&lt;/genre&gt;&#13;
      &lt;price&gt;5.95&lt;/price&gt;&#13;
      &lt;publish_date&gt;2001-03-10&lt;/publish_date&gt;&#13;
      &lt;description&gt;In post-apocalypse England, the mysterious &#13;
      agent known only as Oberon helps to create a new life &#13;
      for the inhabitants of London. Sequel to Maeve &#13;
      Ascendant.&lt;/description&gt;&#13;
   &lt;/book&gt;&#13;
   &lt;book&gt;&#13;
      &lt;author&gt;Corets, Eva&lt;/author&gt;&#13;
      &lt;title&gt;The Sundered Grail&lt;/title&gt;&#13;
      &lt;genre&gt;Fantasy&lt;/genre&gt;&#13;
      &lt;price&gt;5.95&lt;/price&gt;&#13;
      &lt;publish_date&gt;2001-09-10&lt;/publish_date&gt;&#13;
      &lt;description&gt;The two daughters of Maeve, half-sisters, &#13;
      battle one another for control of England. Sequel to &#13;
      Oberon's Legacy.&lt;/description&gt;&#13;
   &lt;/book&gt;&#13;
   &lt;book&gt;&#13;
      &lt;author&gt;Randall, Cynthia&lt;/author&gt;&#13;
      &lt;title&gt;Lover Birds&lt;/title&gt;&#13;
      &lt;genre&gt;Romance&lt;/genre&gt;&#13;
      &lt;price&gt;4.95&lt;/price&gt;&#13;
      &lt;publish_date&gt;2000-09-02&lt;/publish_date&gt;&#13;
      &lt;description&gt;When Carla meets Paul at an ornithology &#13;
      conference, tempers fly as feathers get ruffled.&lt;/description&gt;&#13;
   &lt;/book&gt;&#13;
   &lt;book&gt;&#13;
      &lt;author&gt;Thurman, Paula&lt;/author&gt;&#13;
      &lt;title&gt;Splish Splash&lt;/title&gt;&#13;
      &lt;genre&gt;Romance&lt;/genre&gt;&#13;
      &lt;price&gt;4.95&lt;/price&gt;&#13;
      &lt;publish_date&gt;2000-11-02&lt;/publish_date&gt;&#13;
      &lt;description&gt;A deep sea diver finds true love twenty &#13;
      thousand leagues beneath the sea.&lt;/description&gt;&#13;
   &lt;/book&gt;&#13;
   &lt;book&gt;&#13;
      &lt;author&gt;Knorr, Stefan&lt;/author&gt;&#13;
      &lt;title&gt;Creepy Crawlies&lt;/title&gt;&#13;
      &lt;genre&gt;Horror&lt;/genre&gt;&#13;
      &lt;price&gt;4.95&lt;/price&gt;&#13;
      &lt;publish_date&gt;2000-12-06&lt;/publish_date&gt;&#13;
      &lt;description&gt;An anthology of horror stories about roaches,&#13;
      centipedes, scorpions  and other insects.&lt;/description&gt;&#13;
   &lt;/book&gt;&#13;
   &lt;book&gt;&#13;
      &lt;author&gt;Kress, Peter&lt;/author&gt;&#13;
      &lt;title&gt;Paradox Lost&lt;/title&gt;&#13;
      &lt;genre&gt;Science Fiction&lt;/genre&gt;&#13;
      &lt;price&gt;6.95&lt;/price&gt;&#13;
      &lt;publish_date&gt;2000-11-02&lt;/publish_date&gt;&#13;
      &lt;description&gt;After an inadvertant trip through a Heisenberg&#13;
      Uncertainty Device, James Salway discovers the problems &#13;
      of being quantum.&lt;/description&gt;&#13;
   &lt;/book&gt;&#13;
   &lt;book&gt;&#13;
      &lt;author&gt;O'Brien, Tim&lt;/author&gt;&#13;
      &lt;title&gt;Microsoft .NET: The Programming Bible&lt;/title&gt;&#13;
      &lt;genre&gt;Computer&lt;/genre&gt;&#13;
      &lt;price&gt;36.95&lt;/price&gt;&#13;
      &lt;publish_date&gt;2000-12-09&lt;/publish_date&gt;&#13;
      &lt;description&gt;Microsoft's .NET initiative is explored in &#13;
      detail in this deep programmer's reference.&lt;/description&gt;&#13;
   &lt;/book&gt;&#13;
   &lt;book&gt;&#13;
      &lt;author&gt;O'Brien, Tim&lt;/author&gt;&#13;
      &lt;title&gt;MSXML3: A Comprehensive Guide&lt;/title&gt;&#13;
      &lt;genre&gt;Computer&lt;/genre&gt;&#13;
      &lt;price&gt;36.95&lt;/price&gt;&#13;
      &lt;publish_date&gt;2000-12-01&lt;/publish_date&gt;&#13;
      &lt;description&gt;The Microsoft MSXML3 parser is covered in &#13;
      detail, with attention to XML DOM interfaces, XSLT processing, &#13;
      SAX and more.&lt;/description&gt;&#13;
   &lt;/book&gt;&#13;
   &lt;book&gt;&#13;
      &lt;author&gt;Galos, Mike&lt;/author&gt;&#13;
      &lt;title&gt;Visual Studio 7: A Comprehensive Guide&lt;/title&gt;&#13;
      &lt;genre&gt;Computer&lt;/genre&gt;&#13;
      &lt;price&gt;49.95&lt;/price&gt;&#13;
      &lt;publish_date&gt;2001-04-16&lt;/publish_date&gt;&#13;
      &lt;description&gt;Microsoft Visual Studio 7 is explored in depth,&#13;
      looking at how Visual Basic, Visual C++, C#, and ASP+ are &#13;
      integrated into a comprehensive development &#13;
      environment.&lt;/description&gt;&#13;
   &lt;/book&gt;&#13;
&lt;/catalog&gt;&#13;
`&lt;/p&gt;</description>
      <pubDate>Thu, 17 Oct 2013 20:57:50 UTC</pubDate>
      <guid>https://snipplr.com/view/72670/parse-xml-with-powershell</guid>
    </item>
    <item>
      <title>(Other) .htaccess tricks - telltec</title>
      <link>https://snipplr.com/view/70436/htaccess-tricks</link>
      <description>&lt;p&gt;Several tricks for your .htaccess file.&lt;/p&gt;</description>
      <pubDate>Fri, 15 Mar 2013 20:57:45 UTC</pubDate>
      <guid>https://snipplr.com/view/70436/htaccess-tricks</guid>
    </item>
    <item>
      <title>(Other) .htaccess for Codeigniter in Wordpress subfolder - telltec</title>
      <link>https://snipplr.com/view/69757/htaccess-for-codeigniter-in-wordpress-subfolder</link>
      <description>&lt;p&gt;Try to run Codeigniter in a subfolder of a Wordpress installation and want to remove index.php for clean URLs? &#13;
&#13;
Put this code in a .htaccess file in your codeigniter directory ("cidir" in this example).&lt;/p&gt;</description>
      <pubDate>Sat, 02 Feb 2013 03:18:02 UTC</pubDate>
      <guid>https://snipplr.com/view/69757/htaccess-for-codeigniter-in-wordpress-subfolder</guid>
    </item>
    <item>
      <title>(PHP) Codeigniter: show SQL query from Active Record - telltec</title>
      <link>https://snipplr.com/view/59780/codeigniter-show-sql-query-from-active-record</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 15 Oct 2011 01:00:48 UTC</pubDate>
      <guid>https://snipplr.com/view/59780/codeigniter-show-sql-query-from-active-record</guid>
    </item>
    <item>
      <title>(jQuery) Wordpress optimized two level nav - telltec</title>
      <link>https://snipplr.com/view/59547/wordpress-optimized-two-level-nav</link>
      <description>&lt;p&gt;Assumes that you have got a #mainnav around your menu. Works nicely with wp_nav_menu inside.&lt;/p&gt;</description>
      <pubDate>Sat, 08 Oct 2011 04:22:18 UTC</pubDate>
      <guid>https://snipplr.com/view/59547/wordpress-optimized-two-level-nav</guid>
    </item>
    <item>
      <title>(HTML) Basic HTML 5 Structure - telltec</title>
      <link>https://snipplr.com/view/59496/basic-html-5-structure</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 06 Oct 2011 20:28:11 UTC</pubDate>
      <guid>https://snipplr.com/view/59496/basic-html-5-structure</guid>
    </item>
    <item>
      <title>(PHP) Check if user is logged in - telltec</title>
      <link>https://snipplr.com/view/49297/check-if-user-is-logged-in</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 21 Feb 2011 01:17:10 UTC</pubDate>
      <guid>https://snipplr.com/view/49297/check-if-user-is-logged-in</guid>
    </item>
    <item>
      <title>(PHP) List Child Pages - telltec</title>
      <link>https://snipplr.com/view/43822/list-child-pages</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 09 Nov 2010 21:45:01 UTC</pubDate>
      <guid>https://snipplr.com/view/43822/list-child-pages</guid>
    </item>
  </channel>
</rss>
