<?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 21:22:58 +0000</lastBuildDate>
    <item>
      <title>(PHP) symfony 1.0: launch Admin Generator from Action or Component - dreadwarrior</title>
      <link>https://snipplr.com/view/28281/symfony-10-launch-admin-generator-from-action-or-component</link>
      <description>&lt;p&gt;This snippet is useful if you want to include partials of another admin generated module into the current one (at runtime). This is necessary to *always* make sure that the partial is available, even after clearing the cache. And this is not always true. E.g. you're clearing automatically or manually the cache and the partial isn't overridden/existent in the other module's templates directory.&lt;/p&gt;</description>
      <pubDate>Sat, 13 Feb 2010 17:33:27 UTC</pubDate>
      <guid>https://snipplr.com/view/28281/symfony-10-launch-admin-generator-from-action-or-component</guid>
    </item>
    <item>
      <title>(TYPO3) TYPO3 Custom Tag Extension - necessary PageTS-Config for RTE and TypoScript Setup for lib.parseFunc*-Objects - dreadwarrior</title>
      <link>https://snipplr.com/view/23427/typo3-custom-tag-extension--necessary-pagetsconfig-for-rte-and-typoscript-setup-for-libparsefuncobjects</link>
      <description>&lt;p&gt;If you want to code your own custom tag extension and package it as an TYPO3 plugin, there could be some issues getting things to work in RTE enabled textarea fields. The Extension Kickstarter only supports to add the necessary TypoScript setup for the tt_content.bodytext field but no configuration for proper redisplaying of the tag in RTEs is made.&#13;
&#13;
With this setup (PageTS-Config and TypoScript Setup) you will be able to redisplay the tag in the RTE and also render it nicely with your plugin code.&#13;
&#13;
Just create an extension with the Kickstarter, insert YOURTAGtag as extension key and replace YOURTAG with the tag name you like (also in the extension key).&#13;
&#13;
Note: the PageTS-Config is non-destructive concerning already existing configurations, just insert it after your (propably customized) RTE configuration in the TSConfig field on your rootpage. Only settings I've found out to be necessary were added. Leave me a comment if something is redundant or unnecessary. Thanks!&lt;/p&gt;</description>
      <pubDate>Thu, 19 Nov 2009 18:55:03 UTC</pubDate>
      <guid>https://snipplr.com/view/23427/typo3-custom-tag-extension--necessary-pagetsconfig-for-rte-and-typoscript-setup-for-libparsefuncobjects</guid>
    </item>
    <item>
      <title>(PHP) TemplaVoila TSParser Call - dreadwarrior</title>
      <link>https://snipplr.com/view/23064/templavoila-tsparser-call</link>
      <description>&lt;p&gt;ab Zeile 512 wirds interessant pi1/class.tx_templavoila_pi1.php&lt;/p&gt;</description>
      <pubDate>Fri, 13 Nov 2009 09:58:49 UTC</pubDate>
      <guid>https://snipplr.com/view/23064/templavoila-tsparser-call</guid>
    </item>
    <item>
      <title>(HTML) Price table markup - dreadwarrior</title>
      <link>https://snipplr.com/view/20944/price-table-markup</link>
      <description>&lt;p&gt;Price table sample markup&#13;
&#13;
UPDATE 1: with CSS styles&lt;/p&gt;</description>
      <pubDate>Sat, 10 Oct 2009 11:12:33 UTC</pubDate>
      <guid>https://snipplr.com/view/20944/price-table-markup</guid>
    </item>
    <item>
      <title>(PHP) Normalize telephone numbers - dreadwarrior</title>
      <link>https://snipplr.com/view/20539/normalize-telephone-numbers</link>
      <description>&lt;p&gt;This snippet is usable for telephone number normalization. It supports re-mapping of misused alphabetical characters (e.g. i for 1) and some other clean up stuff... Take a look.&#13;
&#13;
Update, 2009-10-02: added function to create a corresponding MySQL REPLACE construct to normalize data which is already stored in database. I decided to use this approach because MySQL's regular expression engine is very slow. TODO: add the possibility to remove non digit characters at the end of the laaaarge REPLACE call.&lt;/p&gt;</description>
      <pubDate>Thu, 01 Oct 2009 11:44:32 UTC</pubDate>
      <guid>https://snipplr.com/view/20539/normalize-telephone-numbers</guid>
    </item>
    <item>
      <title>(Regular Expression) Regular Expression, getting all parts of a E-Mail Date Header field - dreadwarrior</title>
      <link>https://snipplr.com/view/17316/regular-expression-getting-all-parts-of-a-email-date-header-field</link>
      <description>&lt;p&gt;This snippet is useful if you want to extract the relevant parts out of an Date header field of an email message. It was created according to the [RFC 5322 rules](http://tools.ietf.org/html/rfc5322#page-15 "RFC 5322, Page 15"). It supports named capturing groups for easier access of the date parts.&#13;
&#13;
tested in PHP 5.2.6&#13;
&#13;
2do:&#13;
&#13;
* deal with obs-% data&lt;/p&gt;</description>
      <pubDate>Wed, 22 Jul 2009 03:48:17 UTC</pubDate>
      <guid>https://snipplr.com/view/17316/regular-expression-getting-all-parts-of-a-email-date-header-field</guid>
    </item>
  </channel>
</rss>
