<?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>Wed, 10 Jun 2026 05:37:44 +0000</lastBuildDate>
    <item>
      <title>(PHP) Run string through Joomla onPrepareContent plugins - harikaram</title>
      <link>https://snipplr.com/view/49718/run-string-through-joomla-onpreparecontent-plugins</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 26 Feb 2011 07:24:33 UTC</pubDate>
      <guid>https://snipplr.com/view/49718/run-string-through-joomla-onpreparecontent-plugins</guid>
    </item>
    <item>
      <title>(jQuery) Load external scripts FIRST for injected DOM HTML content - harikaram</title>
      <link>https://snipplr.com/view/43449/load-external-scripts-first-for-injected-dom-html-content</link>
      <description>&lt;p&gt;When injecting via jQuery HTML content which contains script tags referencing external scripts, which are then referenced via scripting elsewhere in the injected HTML, some browsers (Chrome) will not wait for the external scripts to load causing the internal scripts to throw an error.  This code parses the external script tags, loads them seperately and then calls the callback function passing the given HTML minus the external script tags for you to inject.&#13;
---------&#13;
UPDATE:  I've made this considerably more complex after some IE problems (really!).  Hope it helps someone out...&lt;/p&gt;</description>
      <pubDate>Wed, 03 Nov 2010 03:07:50 UTC</pubDate>
      <guid>https://snipplr.com/view/43449/load-external-scripts-first-for-injected-dom-html-content</guid>
    </item>
    <item>
      <title>(PHP) Use JParameter to manually write a form field item - harikaram</title>
      <link>https://snipplr.com/view/43389/use-jparameter-to-manually-write-a-form-field-item</link>
      <description>&lt;p&gt;For instance when you want to leverage the JElements in a admin view form...&lt;/p&gt;</description>
      <pubDate>Mon, 01 Nov 2010 22:02:52 UTC</pubDate>
      <guid>https://snipplr.com/view/43389/use-jparameter-to-manually-write-a-form-field-item</guid>
    </item>
    <item>
      <title>(PHP) Run content plugins on JDocument type RAW (ie temp. replace JDocument with a different type) - harikaram</title>
      <link>https://snipplr.com/view/42359/run-content-plugins-on-jdocument-type-raw-ie-temp-replace-jdocument-with-a-different-type</link>
      <description>&lt;p&gt;Say you want to run content plugins on JDocumentRAW content (like in a component that returns JSON data).  Some methods in JDocumentHTML like "addCustomTag" will cause the app to fail on JDocumentRAW doc types which don't have this method.  Thus you need to temporarily replace it to trick the content plugins...&lt;/p&gt;</description>
      <pubDate>Fri, 15 Oct 2010 21:22:24 UTC</pubDate>
      <guid>https://snipplr.com/view/42359/run-content-plugins-on-jdocument-type-raw-ie-temp-replace-jdocument-with-a-different-type</guid>
    </item>
    <item>
      <title>(PHP) Template Overide to Run Content Plugins on Category Descriptions - harikaram</title>
      <link>https://snipplr.com/view/42315/template-overide-to-run-content-plugins-on-category-descriptions</link>
      <description>&lt;p&gt;File: /template/[mytemplate]/html/com_content/category/blog.php page...&lt;/p&gt;</description>
      <pubDate>Fri, 15 Oct 2010 03:35:36 UTC</pubDate>
      <guid>https://snipplr.com/view/42315/template-overide-to-run-content-plugins-on-category-descriptions</guid>
    </item>
  </channel>
</rss>
