<?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 19:25:49 +0000</lastBuildDate>
    <item>
      <title>(PHP) WordPress Parent Page with Child Page Excerpts - hussong</title>
      <link>https://snipplr.com/view/103414/wordpress-parent-page-with-child-page-excerpts</link>
      <description>&lt;p&gt;Snippet for a parent page to list child pages with excerpts.&lt;/p&gt;</description>
      <pubDate>Tue, 30 Jun 2015 16:22:08 UTC</pubDate>
      <guid>https://snipplr.com/view/103414/wordpress-parent-page-with-child-page-excerpts</guid>
    </item>
    <item>
      <title>(XHTML) Quick-start template for xhtml  in Chinese languange - jacktan</title>
      <link>https://snipplr.com/view/79842/quickstart-template-for-xhtml--in-chinese-languange</link>
      <description>&lt;p&gt;This quick-start xhtml is fixed with&#13;
&#13;
* `content`: zh-CN(simplified chinese)&#13;
* `charset`: utf8&#13;
&#13;
      **Strongly recommend**&#13;
      Codes typed into a text file encoding with utf8&#13;
&#13;
Before you applied xhtml codes, all you need to do is to replace the following propertities.The list is just recommend rather than required.&#13;
&#13;
* `${html.title}`&#13;
* `${meta.keywords}` (eg:HTML, DHTML, CSS, XHTML, JavaScript)&#13;
* `${meta.descp}` (eg:best practice xhtml coding)&#13;
* `${css.custom}` (eg:templete.css)&#13;
* `${css.othermedia}` weakly needed, just for case that your page need web version. (eg:templete-android.css)&#13;
* `${js.jquery}`  jquery or any other js library, and a `CDN` is better. (eg:http://code.jquery.com/jquery-1.4.1.min.js)&#13;
* `${js.custom}` your js file. (eg:templete_utf8.js)&#13;
* `${css.inner}` here you can type css codes, and `@import url(templete.css);` as a way to include outter css file.&#13;
* `${js.inner}`&#13;
* `${html.bodycode}`&#13;
&#13;
-----&#13;
2014-10-17 update&#13;
&#13;
`&lt;meta&gt;` is deprecated&#13;
`&lt;meta&gt;`&lt;/p&gt;</description>
      <pubDate>Wed, 15 Oct 2014 16:32:28 UTC</pubDate>
      <guid>https://snipplr.com/view/79842/quickstart-template-for-xhtml--in-chinese-languange</guid>
    </item>
    <item>
      <title>(JavaScript) OOP Javascript Template with constructor and inheritance - rickygri</title>
      <link>https://snipplr.com/view/74307/oop-javascript-template-with-constructor-and-inheritance</link>
      <description>&lt;p&gt;From @blixt http://stackoverflow.com/users/119081/blixt&#13;
&#13;
As you can see, the classes correctly interact with each other (they share the static id from MyClass, the announce method uses the correct get_name method, etc.)&#13;
&#13;
One thing to note is the need to shadow instance properties. You can actually make the inherit function go through all instance properties (using hasOwnProperty) that are functions, and automagically add a super_&lt;method&gt; property. This would let you call this.super_get_name() instead of storing it in a temporary value and calling it bound using call.&#13;
&#13;
For methods on the prototype you don't need to worry about the above though, if you want to access the super class' prototype methods, you can just call this.constructor.super.prototype.methodName. If you want to make it less verbose you can of course add convenience properties. :)&lt;/p&gt;</description>
      <pubDate>Wed, 23 Apr 2014 19:01:55 UTC</pubDate>
      <guid>https://snipplr.com/view/74307/oop-javascript-template-with-constructor-and-inheritance</guid>
    </item>
    <item>
      <title>(PHP) Implement Simple Mail Merge or MailMerge with Regions in Cloud Using PHP - johansonkatherine</title>
      <link>https://snipplr.com/view/73612/implement-simple-mail-merge-or-mailmerge-with-regions-in-cloud-using-php</link>
      <description>&lt;p&gt;Mail merge allows you to produce document (potentially large numbers of documents) from a single template and a structured data source. The letter may be sent out to many recipients with small changes, such as a change of address or a change in the greeting line. It can also be used to generate business reports, purchase orders, receipts, catalogs, inventories, and invoices etc. &#13;
&#13;
&#13;
&#13;
Aspose.Words for Cloud Mail Merge allows you to generate documents from a template and XML in any language including .NET, Java, PHP, Ruby, Rails, Python, jQuery and many more. You can use it with any language or platform that supports REST. (Almost all platforms and languages support REST and provide native REST clients to work with REST API). &#13;
&#13;
&#13;
&#13;
This post covers mail merge in PHP, you can check Aspose.Words for Cloud documentation for other languages. &#13;
&#13;
&#13;
http://www.aspose.com/docs/display/wordscloud/Working+with+Mail+Merge&lt;/p&gt;</description>
      <pubDate>Fri, 07 Feb 2014 18:57:34 UTC</pubDate>
      <guid>https://snipplr.com/view/73612/implement-simple-mail-merge-or-mailmerge-with-regions-in-cloud-using-php</guid>
    </item>
    <item>
      <title>(ActionScript 3) IntelliJ template - Event - hejaaa</title>
      <link>https://snipplr.com/view/73327/intellij-template--event</link>
      <description>&lt;p&gt;File &gt; Settings... &gt; File and Code Templates&lt;/p&gt;</description>
      <pubDate>Thu, 09 Jan 2014 18:30:43 UTC</pubDate>
      <guid>https://snipplr.com/view/73327/intellij-template--event</guid>
    </item>
    <item>
      <title>(HTML) Better HTML 5 basic starter template - ginoplusio</title>
      <link>https://snipplr.com/view/72914/better-html-5-basic-starter-template</link>
      <description>&lt;p&gt;This is a basic HTML5 starter template that I use when I start a new project. Scripts should go at the end.&lt;/p&gt;</description>
      <pubDate>Fri, 15 Nov 2013 22:22:33 UTC</pubDate>
      <guid>https://snipplr.com/view/72914/better-html-5-basic-starter-template</guid>
    </item>
    <item>
      <title>(JavaScript) jQuery Plugin template - rickygri</title>
      <link>https://snipplr.com/view/72898/jquery-plugin-template</link>
      <description>&lt;p&gt;Uses the object prototype to extend data. Instantiate as an object and use as specified below (bottom of the code)&lt;/p&gt;</description>
      <pubDate>Fri, 15 Nov 2013 00:13:53 UTC</pubDate>
      <guid>https://snipplr.com/view/72898/jquery-plugin-template</guid>
    </item>
    <item>
      <title>(LaTeX) 20130611_1400_r.7_math_homework_template - greencocoa</title>
      <link>https://snipplr.com/view/72855/201306111400r7mathhomeworktemplate</link>
      <description>&lt;p&gt;Sublime Text&lt;/p&gt;</description>
      <pubDate>Mon, 11 Nov 2013 00:38:47 UTC</pubDate>
      <guid>https://snipplr.com/view/72855/201306111400r7mathhomeworktemplate</guid>
    </item>
    <item>
      <title>(HTML) HTML5 Basic Template (w/ Comments) - Rar</title>
      <link>https://snipplr.com/view/72752/html5-basic-template-w-comments</link>
      <description>&lt;p&gt;Extremely helpful to anyone who is looking to improve performance and follow best practices in HTML/CSS&lt;/p&gt;</description>
      <pubDate>Sun, 27 Oct 2013 10:36:15 UTC</pubDate>
      <guid>https://snipplr.com/view/72752/html5-basic-template-w-comments</guid>
    </item>
    <item>
      <title>(HTML) HTML Page Template - azmi</title>
      <link>https://snipplr.com/view/72447/html-page-template</link>
      <description>&lt;p&gt;Simple html page template with external css and javascript files&lt;/p&gt;</description>
      <pubDate>Tue, 24 Sep 2013 16:01:47 UTC</pubDate>
      <guid>https://snipplr.com/view/72447/html-page-template</guid>
    </item>
    <item>
      <title>(HTML) Desktop &amp; Responsive Bootstrap Template - tymartist</title>
      <link>https://snipplr.com/view/72039/desktop--responsive-bootstrap-template</link>
      <description>&lt;p&gt;* Use this to start any Desktop or Responsive sites&#13;
* Assets always live in the /prebuilt/ folder&lt;/p&gt;</description>
      <pubDate>Tue, 06 Aug 2013 00:54:59 UTC</pubDate>
      <guid>https://snipplr.com/view/72039/desktop--responsive-bootstrap-template</guid>
    </item>
    <item>
      <title>(HTML) Reveal.js - Empty HTML File - mralexjuarez</title>
      <link>https://snipplr.com/view/71994/revealjs--empty-html-file</link>
      <description>&lt;p&gt;This snippet is an HTML file ready for Reveal.js&lt;/p&gt;</description>
      <pubDate>Mon, 29 Jul 2013 14:12:26 UTC</pubDate>
      <guid>https://snipplr.com/view/71994/revealjs--empty-html-file</guid>
    </item>
    <item>
      <title>(HTML) Reveal.js - Vertical Slide - mralexjuarez</title>
      <link>https://snipplr.com/view/71991/revealjs--vertical-slide</link>
      <description>&lt;p&gt;This is a vertical slide template for Reveal.js&lt;/p&gt;</description>
      <pubDate>Mon, 29 Jul 2013 14:01:35 UTC</pubDate>
      <guid>https://snipplr.com/view/71991/revealjs--vertical-slide</guid>
    </item>
    <item>
      <title>(HTML) Basic HTML5 Template - misnoul</title>
      <link>https://snipplr.com/view/71788/basic-html5-template</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 10 Jul 2013 04:21:42 UTC</pubDate>
      <guid>https://snipplr.com/view/71788/basic-html5-template</guid>
    </item>
    <item>
      <title>(Objective C) UIPickerView Delegate and Data Source template - BreadicalMD</title>
      <link>https://snipplr.com/view/71456/uipickerview-delegate-and-data-source-template</link>
      <description>&lt;p&gt;This is a template for a UIPickerView delegate and data source. Implement these methods to manage UIPickerViews.&lt;/p&gt;</description>
      <pubDate>Sat, 08 Jun 2013 03:07:36 UTC</pubDate>
      <guid>https://snipplr.com/view/71456/uipickerview-delegate-and-data-source-template</guid>
    </item>
    <item>
      <title>(CSS) Stylesheet Template - upmedia</title>
      <link>https://snipplr.com/view/70571/stylesheet-template</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 27 Mar 2013 20:42:26 UTC</pubDate>
      <guid>https://snipplr.com/view/70571/stylesheet-template</guid>
    </item>
    <item>
      <title>(HTML) HTML Starter Template - upmedia</title>
      <link>https://snipplr.com/view/70569/html-starter-template</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 27 Mar 2013 20:38:53 UTC</pubDate>
      <guid>https://snipplr.com/view/70569/html-starter-template</guid>
    </item>
    <item>
      <title>(CSS) Responsive Design Starter CSS - dsuffern</title>
      <link>https://snipplr.com/view/70011/responsive-design-starter-css</link>
      <description>&lt;p&gt;Took bits and pieces of Responsive Boilerplate, using mobile first and progressively enhanced ideology to make a solid starting point for Responsive Design.&lt;/p&gt;</description>
      <pubDate>Wed, 20 Feb 2013 09:58:17 UTC</pubDate>
      <guid>https://snipplr.com/view/70011/responsive-design-starter-css</guid>
    </item>
    <item>
      <title>(HTML) jQuery Mobile  Template - goo</title>
      <link>https://snipplr.com/view/69370/jquery-mobile--template</link>
      <description>&lt;p&gt;jQuery Mobile &lt;head&gt; template with needed css and js from CDN.  &#13;
From http://http://jquerymobile.com/&lt;/p&gt;</description>
      <pubDate>Sun, 06 Jan 2013 20:02:20 UTC</pubDate>
      <guid>https://snipplr.com/view/69370/jquery-mobile--template</guid>
    </item>
    <item>
      <title>(jQuery) jQuery Plugin Template - rickygri</title>
      <link>https://snipplr.com/view/69097/jquery-plugin-template</link>
      <description>&lt;p&gt;This is a skeleton template for a jquery plugin with custom methods&lt;/p&gt;</description>
      <pubDate>Fri, 14 Dec 2012 04:23:27 UTC</pubDate>
      <guid>https://snipplr.com/view/69097/jquery-plugin-template</guid>
    </item>
    <item>
      <title>(JavaScript) Safe replace {{some_var}} in JS strings - inreflection7</title>
      <link>https://snipplr.com/view/68700/safe-replace-somevar-in-js-strings</link>
      <description>&lt;p&gt;For those moments of weakness when .replace() looks like a good idea...&lt;/p&gt;</description>
      <pubDate>Thu, 22 Nov 2012 15:12:03 UTC</pubDate>
      <guid>https://snipplr.com/view/68700/safe-replace-somevar-in-js-strings</guid>
    </item>
    <item>
      <title>(PHP) Regex Clipboard Class (Mini-Template Engine) - halk</title>
      <link>https://snipplr.com/view/68633/regex-clipboard-class-minitemplate-engine</link>
      <description>&lt;p&gt;https://gist.github.com/4098493&#13;
(examples of use below the class code)&#13;
This class allows you to load a file of snippets that are really mini-templates copy them from your repository fill the token slots in them the with your data and render them as part of the view.  See example below the code for the format of the snippet file.&lt;/p&gt;</description>
      <pubDate>Sun, 18 Nov 2012 08:23:12 UTC</pubDate>
      <guid>https://snipplr.com/view/68633/regex-clipboard-class-minitemplate-engine</guid>
    </item>
    <item>
      <title>(HTML) Plain HTML5 Starter Template - dan_djorgi</title>
      <link>https://snipplr.com/view/68539/plain-html5-starter-template</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 13 Nov 2012 15:51:53 UTC</pubDate>
      <guid>https://snipplr.com/view/68539/plain-html5-starter-template</guid>
    </item>
    <item>
      <title>(JavaScript) Javascript Class Template - XtreamIT</title>
      <link>https://snipplr.com/view/67938/javascript-class-template</link>
      <description>&lt;p&gt;jsHint happy class template for javascript&lt;/p&gt;</description>
      <pubDate>Thu, 25 Oct 2012 19:28:45 UTC</pubDate>
      <guid>https://snipplr.com/view/67938/javascript-class-template</guid>
    </item>
    <item>
      <title>(HTML) Blank HTML template with hosted src, viewport &amp; respond.js - jerryhdev</title>
      <link>https://snipplr.com/view/67701/blank-html-template-with-hosted-src-viewport--respondjs</link>
      <description>&lt;p&gt;Blank HTML template with minimal hosted srcs and respond.js&lt;/p&gt;</description>
      <pubDate>Fri, 12 Oct 2012 10:09:52 UTC</pubDate>
      <guid>https://snipplr.com/view/67701/blank-html-template-with-hosted-src-viewport--respondjs</guid>
    </item>
    <item>
      <title>(HTML) Conforming XHTML 1.0 Strict Template - The Web Standards Project - thesmu</title>
      <link>https://snipplr.com/view/66569/conforming-xhtml-10-strict-template--the-web-standards-project</link>
      <description>&lt;p&gt;Conforming XHTML 1.0 Strict Template - The Web Standards Project&lt;/p&gt;</description>
      <pubDate>Tue, 07 Aug 2012 20:26:10 UTC</pubDate>
      <guid>https://snipplr.com/view/66569/conforming-xhtml-10-strict-template--the-web-standards-project</guid>
    </item>
    <item>
      <title>(HTML) Conforming XHTML 1.0 Transitional Template - The Web Standards Project - thesmu</title>
      <link>https://snipplr.com/view/66568/conforming-xhtml-10-transitional-template--the-web-standards-project</link>
      <description>&lt;p&gt;Conforming XHTML 1.0 Transitional Template - The Web Standards Project&lt;/p&gt;</description>
      <pubDate>Tue, 07 Aug 2012 20:23:22 UTC</pubDate>
      <guid>https://snipplr.com/view/66568/conforming-xhtml-10-transitional-template--the-web-standards-project</guid>
    </item>
    <item>
      <title>(HTML) HTML5 CSS3 Webtemplate with Html5 drop down navigation bar - flanker</title>
      <link>https://snipplr.com/view/66461/html5-css3-webtemplate-with-html5-drop-down-navigation-bar</link>
      <description>&lt;p&gt;This is a simple HTML5 CSS3 website template you can customize it according to your needs. It has a clean and modular code and css. No fancy stuff just basic elements presents like : slideshow, social icons and a navigation bar. Its cross browser compatible&lt;/p&gt;</description>
      <pubDate>Thu, 02 Aug 2012 03:02:38 UTC</pubDate>
      <guid>https://snipplr.com/view/66461/html5-css3-webtemplate-with-html5-drop-down-navigation-bar</guid>
    </item>
    <item>
      <title>(PHP) define wordpress template - thesmu</title>
      <link>https://snipplr.com/view/65631/define-wordpress-template</link>
      <description>&lt;p&gt;wp template naming&lt;/p&gt;</description>
      <pubDate>Fri, 15 Jun 2012 00:26:02 UTC</pubDate>
      <guid>https://snipplr.com/view/65631/define-wordpress-template</guid>
    </item>
    <item>
      <title>(HTML) HTML 5 Starter Page - daniellegonzalez</title>
      <link>https://snipplr.com/view/65591/html-5-starter-page</link>
      <description>&lt;p&gt;Starter page using HTML 5&lt;/p&gt;</description>
      <pubDate>Wed, 13 Jun 2012 11:37:41 UTC</pubDate>
      <guid>https://snipplr.com/view/65591/html-5-starter-page</guid>
    </item>
    <item>
      <title>(HTML) Zen Coding HTML Full Page: wrapper DIV with UL nav + content + footer - s3rgi0</title>
      <link>https://snipplr.com/view/65196/zen-coding-html-full-page-wrapper-div-with-ul-nav--content--footer</link>
      <description>&lt;p&gt;Zen Coding HTML Full Page: wrapper DIV with UL nav + content DIV + footer DIV&lt;/p&gt;</description>
      <pubDate>Sat, 26 May 2012 02:49:39 UTC</pubDate>
      <guid>https://snipplr.com/view/65196/zen-coding-html-full-page-wrapper-div-with-ul-nav--content--footer</guid>
    </item>
    <item>
      <title>(PHP) CI calendar template - jdhall75</title>
      <link>https://snipplr.com/view/64272/ci-calendar-template</link>
      <description>&lt;p&gt;Template for for Codeigniter calendar class.  Modified from default for css styling and multiple events per table cell.&lt;/p&gt;</description>
      <pubDate>Sun, 01 Apr 2012 11:00:41 UTC</pubDate>
      <guid>https://snipplr.com/view/64272/ci-calendar-template</guid>
    </item>
    <item>
      <title>(HTML) Basic HTML5 Template - CKOink</title>
      <link>https://snipplr.com/view/63565/basic-html5-template</link>
      <description>&lt;p&gt;A basic template to use when starting a new page&lt;/p&gt;</description>
      <pubDate>Fri, 24 Feb 2012 22:14:39 UTC</pubDate>
      <guid>https://snipplr.com/view/63565/basic-html5-template</guid>
    </item>
    <item>
      <title>(PHP) imagecache preset function - hoogvlieger</title>
      <link>https://snipplr.com/view/63552/imagecache-preset-function</link>
      <description>&lt;p&gt;imagecache preset depending on height and width of the image&lt;/p&gt;</description>
      <pubDate>Fri, 24 Feb 2012 05:56:24 UTC</pubDate>
      <guid>https://snipplr.com/view/63552/imagecache-preset-function</guid>
    </item>
    <item>
      <title>(Django) Adding request object info to a template - magicrebirth</title>
      <link>https://snipplr.com/view/60684/adding-request-object-info-to-a-template</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 10 Nov 2011 10:36:28 UTC</pubDate>
      <guid>https://snipplr.com/view/60684/adding-request-object-info-to-a-template</guid>
    </item>
    <item>
      <title>(PHP) Current theme link for wordpress theme - carouselcreative</title>
      <link>https://snipplr.com/view/60219/current-theme-link-for-wordpress-theme</link>
      <description>&lt;p&gt;Link to the current theme / template url for use in wordpress template.&lt;/p&gt;</description>
      <pubDate>Wed, 26 Oct 2011 23:52:40 UTC</pubDate>
      <guid>https://snipplr.com/view/60219/current-theme-link-for-wordpress-theme</guid>
    </item>
    <item>
      <title>(CSS) WordPress Child Theme Stylesheet Header - jschultz76</title>
      <link>https://snipplr.com/view/59416/wordpress-child-theme-stylesheet-header</link>
      <description>&lt;p&gt;Copied from the WordPress codex and modified&lt;/p&gt;</description>
      <pubDate>Wed, 05 Oct 2011 01:42:37 UTC</pubDate>
      <guid>https://snipplr.com/view/59416/wordpress-child-theme-stylesheet-header</guid>
    </item>
    <item>
      <title>(HTML) Simple HTML5 Template - MarkusToe</title>
      <link>https://snipplr.com/view/59155/simple-html5-template</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 27 Sep 2011 19:20:24 UTC</pubDate>
      <guid>https://snipplr.com/view/59155/simple-html5-template</guid>
    </item>
    <item>
      <title>(PHP) Print Current WordPress Template Being Used - jeremyjared74</title>
      <link>https://snipplr.com/view/58255/print-current-wordpress-template-being-used</link>
      <description>&lt;p&gt;Add this to the functions.php file. Make sure the Admin Bar is set to show when viewing site. You will see in the Admin Bar the current page template that is being used.&lt;/p&gt;</description>
      <pubDate>Mon, 29 Aug 2011 06:17:31 UTC</pubDate>
      <guid>https://snipplr.com/view/58255/print-current-wordpress-template-being-used</guid>
    </item>
    <item>
      <title>(jQuery) jquery plugin template - minrenmtv</title>
      <link>https://snipplr.com/view/56702/jquery-plugin-template</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 17 Jul 2011 10:28:26 UTC</pubDate>
      <guid>https://snipplr.com/view/56702/jquery-plugin-template</guid>
    </item>
    <item>
      <title>(HTML) HTML5 Basic Template - BlakeRey</title>
      <link>https://snipplr.com/view/54593/html5-basic-template</link>
      <description>&lt;p&gt;Use this as a base for your HTML5 projects! :)&lt;/p&gt;</description>
      <pubDate>Mon, 30 May 2011 14:12:19 UTC</pubDate>
      <guid>https://snipplr.com/view/54593/html5-basic-template</guid>
    </item>
    <item>
      <title>(PHP) Theme a image from a CCK Image Field with either theme('image'...) or theme('imagecache'...) - kfiil</title>
      <link>https://snipplr.com/view/54431/theme-a-image-from-a-cck-image-field-with-either-themeimage-or-themeimagecache</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 26 May 2011 22:51:02 UTC</pubDate>
      <guid>https://snipplr.com/view/54431/theme-a-image-from-a-cck-image-field-with-either-themeimage-or-themeimagecache</guid>
    </item>
    <item>
      <title>(PHP) Using image ALT text as image caption text - kfiil</title>
      <link>https://snipplr.com/view/54417/using-image-alt-text-as-image-caption-text</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 26 May 2011 18:24:02 UTC</pubDate>
      <guid>https://snipplr.com/view/54417/using-image-alt-text-as-image-caption-text</guid>
    </item>
    <item>
      <title>(PHP) Use Fluid standalone - pogosheep</title>
      <link>https://snipplr.com/view/54376/use-fluid-standalone</link>
      <description>&lt;p&gt;You can use fluid for example in oldschool plugins without using extbase.&lt;/p&gt;</description>
      <pubDate>Wed, 25 May 2011 21:06:48 UTC</pubDate>
      <guid>https://snipplr.com/view/54376/use-fluid-standalone</guid>
    </item>
    <item>
      <title>(PHP) hook_theme implementation with description - kfiil</title>
      <link>https://snipplr.com/view/53750/hooktheme-implementation-with-description</link>
      <description>&lt;p&gt;hook_theme implementation with description&lt;/p&gt;</description>
      <pubDate>Wed, 18 May 2011 19:52:28 UTC</pubDate>
      <guid>https://snipplr.com/view/53750/hooktheme-implementation-with-description</guid>
    </item>
    <item>
      <title>(JavaScript) My jQuery plugin start up - digitalzoomstudio</title>
      <link>https://snipplr.com/view/53728/my-jquery-plugin-start-up</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 18 May 2011 10:04:57 UTC</pubDate>
      <guid>https://snipplr.com/view/53728/my-jquery-plugin-start-up</guid>
    </item>
    <item>
      <title>(TYPO3) Typo3 Grid View - kairy2k9</title>
      <link>https://snipplr.com/view/53273/typo3-grid-view</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 10 May 2011 17:22:27 UTC</pubDate>
      <guid>https://snipplr.com/view/53273/typo3-grid-view</guid>
    </item>
    <item>
      <title>(jQuery) jQuery Plugin Template - mike_fowler</title>
      <link>https://snipplr.com/view/52488/jquery-plugin-template</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 22 Apr 2011 22:16:58 UTC</pubDate>
      <guid>https://snipplr.com/view/52488/jquery-plugin-template</guid>
    </item>
    <item>
      <title>(PHP) Call Taxonomy anywhere on a template (without link) - zealmurapa</title>
      <link>https://snipplr.com/view/52338/call-taxonomy-anywhere-on-a-template-without-link</link>
      <description>&lt;p&gt;Call Taxonomy anywhere on a template (without link)&lt;/p&gt;</description>
      <pubDate>Wed, 20 Apr 2011 00:57:56 UTC</pubDate>
      <guid>https://snipplr.com/view/52338/call-taxonomy-anywhere-on-a-template-without-link</guid>
    </item>
    <item>
      <title>(PHP) Wordpress: Login form for your themes - prwhitehead</title>
      <link>https://snipplr.com/view/52204/wordpress-login-form-for-your-themes</link>
      <description>&lt;p&gt;Add a login form to your wordpress themes frontend.&lt;/p&gt;</description>
      <pubDate>Sun, 17 Apr 2011 00:54:24 UTC</pubDate>
      <guid>https://snipplr.com/view/52204/wordpress-login-form-for-your-themes</guid>
    </item>
  </channel>
</rss>
