<?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 20:29:20 +0000</lastBuildDate>
    <item>
      <title>(Symfony) Create New User - Meander365</title>
      <link>https://snipplr.com/view/59990/create-new-user</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 20 Oct 2011 14:12:08 UTC</pubDate>
      <guid>https://snipplr.com/view/59990/create-new-user</guid>
    </item>
    <item>
      <title>(Symfony) Build all / Load all Data for Symfony - Meander365</title>
      <link>https://snipplr.com/view/59988/build-all--load-all-data-for-symfony</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 20 Oct 2011 13:56:32 UTC</pubDate>
      <guid>https://snipplr.com/view/59988/build-all--load-all-data-for-symfony</guid>
    </item>
    <item>
      <title>(SVN) Add all new files into an SVN repo - Meander365</title>
      <link>https://snipplr.com/view/58663/add-all-new-files-into-an-svn-repo</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 14 Sep 2011 10:04:25 UTC</pubDate>
      <guid>https://snipplr.com/view/58663/add-all-new-files-into-an-svn-repo</guid>
    </item>
    <item>
      <title>(AppleScript) Prevent TextMate from writing ._  files on a Mac - Meander365</title>
      <link>https://snipplr.com/view/58581/prevent-textmate-from-writing---files-on-a-mac</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 10 Sep 2011 07:27:34 UTC</pubDate>
      <guid>https://snipplr.com/view/58581/prevent-textmate-from-writing---files-on-a-mac</guid>
    </item>
    <item>
      <title>(CSS) Definitive Web Font Stacks - Meander365</title>
      <link>https://snipplr.com/view/50134/definitive-web-font-stacks</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 05 Mar 2011 13:08:04 UTC</pubDate>
      <guid>https://snipplr.com/view/50134/definitive-web-font-stacks</guid>
    </item>
    <item>
      <title>(jQuery) Even Simpler Tooltip - Meander365</title>
      <link>https://snipplr.com/view/45484/even-simpler-tooltip</link>
      <description>&lt;p&gt;Adapted so a delay can be applied on mouseleave.&lt;/p&gt;</description>
      <pubDate>Thu, 09 Dec 2010 06:23:33 UTC</pubDate>
      <guid>https://snipplr.com/view/45484/even-simpler-tooltip</guid>
    </item>
    <item>
      <title>(jQuery) Jquery Simply Deep Linking with BBQ (Back Button &amp; Query Library) - Meander365</title>
      <link>https://snipplr.com/view/43796/jquery-simply-deep-linking-with-bbq-back-button--query-library</link>
      <description>&lt;p&gt;This is a cut down example using custom tabs (you can easily add a custom ajax event to load in content - just follow Ben Alman's example).&lt;/p&gt;</description>
      <pubDate>Tue, 09 Nov 2010 10:01:43 UTC</pubDate>
      <guid>https://snipplr.com/view/43796/jquery-simply-deep-linking-with-bbq-back-button--query-library</guid>
    </item>
    <item>
      <title>(Apache) Configuring Multiple Domains within WAMP for Local Development - Meander365</title>
      <link>https://snipplr.com/view/43706/configuring-multiple-domains-within-wamp-for-local-development</link>
      <description>&lt;p&gt;Great for developing multiple sites under a wamp install.  Removes the headache of paths and domains and changing them when deploying to their live environment.&lt;/p&gt;</description>
      <pubDate>Sun, 07 Nov 2010 16:29:20 UTC</pubDate>
      <guid>https://snipplr.com/view/43706/configuring-multiple-domains-within-wamp-for-local-development</guid>
    </item>
    <item>
      <title>(jQuery) jQuery Event Delegation - Simple Example - Meander365</title>
      <link>https://snipplr.com/view/43537/jquery-event-delegation--simple-example</link>
      <description>&lt;p&gt;Allow events to bubble up the DOM to overseeing handlers.&lt;/p&gt;</description>
      <pubDate>Thu, 04 Nov 2010 13:43:11 UTC</pubDate>
      <guid>https://snipplr.com/view/43537/jquery-event-delegation--simple-example</guid>
    </item>
    <item>
      <title>(jQuery) jQuery Determine if at least one radio button is checked in a radio group - Meander365</title>
      <link>https://snipplr.com/view/42522/jquery-determine-if-at-least-one-radio-button-is-checked-in-a-radio-group</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 19 Oct 2010 07:05:18 UTC</pubDate>
      <guid>https://snipplr.com/view/42522/jquery-determine-if-at-least-one-radio-button-is-checked-in-a-radio-group</guid>
    </item>
    <item>
      <title>(jQuery) Jquery Easy Tooltip Generator - Meander365</title>
      <link>https://snipplr.com/view/41411/jquery-easy-tooltip-generator</link>
      <description>&lt;p&gt;Also includes the fix for when the user resizes the window.&lt;/p&gt;</description>
      <pubDate>Mon, 04 Oct 2010 10:20:50 UTC</pubDate>
      <guid>https://snipplr.com/view/41411/jquery-easy-tooltip-generator</guid>
    </item>
    <item>
      <title>(jQuery) Jquery Avoiding Multiple Hover Animations - Meander365</title>
      <link>https://snipplr.com/view/41140/jquery-avoiding-multiple-hover-animations</link>
      <description>&lt;p&gt;Another handy one and one which I see quite often.  You rollover an element and it animates. You then mouseover and mouseleave really quickly, multiple times and all the animations gets queued. This solves that problem. The delay(200) is like adding the old hoverIntent plugin; it waits before animating.&lt;/p&gt;</description>
      <pubDate>Wed, 29 Sep 2010 18:05:10 UTC</pubDate>
      <guid>https://snipplr.com/view/41140/jquery-avoiding-multiple-hover-animations</guid>
    </item>
    <item>
      <title>(jQuery) Jquery Hide an Element Right Away - Meander365</title>
      <link>https://snipplr.com/view/41139/jquery-hide-an-element-right-away</link>
      <description>&lt;p&gt;Handy. Hide an element as soon as possible, before document.ready. The element gets hidden but only when a class is applied to the html via js.&lt;/p&gt;</description>
      <pubDate>Wed, 29 Sep 2010 17:49:13 UTC</pubDate>
      <guid>https://snipplr.com/view/41139/jquery-hide-an-element-right-away</guid>
    </item>
    <item>
      <title>(jQuery) Jquery Passing Dynamic Data to Event Handlers - Meander365</title>
      <link>https://snipplr.com/view/41138/jquery-passing-dynamic-data-to-event-handlers</link>
      <description>&lt;p&gt;I can see this being useful for when you want to pass a lot of associated data to an event handler from elements and their chosen trigger action.&lt;/p&gt;</description>
      <pubDate>Wed, 29 Sep 2010 17:34:58 UTC</pubDate>
      <guid>https://snipplr.com/view/41138/jquery-passing-dynamic-data-to-event-handlers</guid>
    </item>
    <item>
      <title>(CSS) CSS  Format Links, Buttons and Submits To Be The Same Style (Cross Browser) - Meander365</title>
      <link>https://snipplr.com/view/41132/css--format-links-buttons-and-submits-to-be-the-same-style-cross-browser</link>
      <description>&lt;p&gt;This also use PIE.htc to force rounded corners in IE.&lt;/p&gt;</description>
      <pubDate>Wed, 29 Sep 2010 08:36:11 UTC</pubDate>
      <guid>https://snipplr.com/view/41132/css--format-links-buttons-and-submits-to-be-the-same-style-cross-browser</guid>
    </item>
    <item>
      <title>(CSS) CSS Font Shorthand - Meander365</title>
      <link>https://snipplr.com/view/41128/css-font-shorthand</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 29 Sep 2010 06:02:47 UTC</pubDate>
      <guid>https://snipplr.com/view/41128/css-font-shorthand</guid>
    </item>
    <item>
      <title>(jQuery) jQuery - Binding a Handler to Multiple Events - Meander365</title>
      <link>https://snipplr.com/view/41102/jquery--binding-a-handler-to-multiple-events</link>
      <description>&lt;p&gt;One bind event, multiple events. Handy.&lt;/p&gt;</description>
      <pubDate>Tue, 28 Sep 2010 18:37:06 UTC</pubDate>
      <guid>https://snipplr.com/view/41102/jquery--binding-a-handler-to-multiple-events</guid>
    </item>
    <item>
      <title>(jQuery) jQuery - Stopping and Resetting Animations - Meander365</title>
      <link>https://snipplr.com/view/41101/jquery--stopping-and-resetting-animations</link>
      <description>&lt;p&gt;For those multiple rollovers - and their multiple flashes! The solution is to stop(!) them.&lt;/p&gt;</description>
      <pubDate>Tue, 28 Sep 2010 18:24:27 UTC</pubDate>
      <guid>https://snipplr.com/view/41101/jquery--stopping-and-resetting-animations</guid>
    </item>
    <item>
      <title>(jQuery) jQuery - Applying Sequential Effects - Meander365</title>
      <link>https://snipplr.com/view/41100/jquery--applying-sequential-effects</link>
      <description>&lt;p&gt;Dave Metvin\'s method. Two tricks to the method:\r\n\r\n$($boxes[div++] || []) - increaments \"div\" and passes an empty array if the element doesnt exist (so it exists).\r\n\r\narguments.callee - the name of the function  currently being executed.&lt;/p&gt;</description>
      <pubDate>Tue, 28 Sep 2010 18:15:15 UTC</pubDate>
      <guid>https://snipplr.com/view/41100/jquery--applying-sequential-effects</guid>
    </item>
    <item>
      <title>(jQuery) FCKEditor and the jQuery UI Dialog - Meander365</title>
      <link>https://snipplr.com/view/41064/fckeditor-and-the-jquery-ui-dialog</link>
      <description>&lt;p&gt;When you load content into a jquery ui dialog box which contains a textarea element that you use FCKeditor on. The second time you open the dialog, FCKeditor fails to load.&#13;
&#13;
You have to destroy it when you close the dialog box.&lt;/p&gt;</description>
      <pubDate>Mon, 27 Sep 2010 09:52:54 UTC</pubDate>
      <guid>https://snipplr.com/view/41064/fckeditor-and-the-jquery-ui-dialog</guid>
    </item>
    <item>
      <title>(CSS) CSS Media Queries - Meander365</title>
      <link>https://snipplr.com/view/40990/css-media-queries</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 24 Sep 2010 05:58:06 UTC</pubDate>
      <guid>https://snipplr.com/view/40990/css-media-queries</guid>
    </item>
    <item>
      <title>(JavaScript) jQuery Profiler - Meander365</title>
      <link>https://snipplr.com/view/40755/jquery-profiler</link>
      <description>&lt;p&gt;Track how long code takes to load by using a cross browser profiler. Useage :&#13;
&#13;
		profiler("start");&#13;
//your js&#13;
		profiler.done("#profiler");&lt;/p&gt;</description>
      <pubDate>Sun, 19 Sep 2010 16:57:07 UTC</pubDate>
      <guid>https://snipplr.com/view/40755/jquery-profiler</guid>
    </item>
    <item>
      <title>(jQuery) jQuery Create a Custom Filter That Finds Elements With Data - Meander365</title>
      <link>https://snipplr.com/view/40753/jquery-create-a-custom-filter-that-finds-elements-with-data</link>
      <description>&lt;p&gt;This is dead handy. The purpose of the custom filter is to select all elements which have data attached. You can even find specific data.&lt;/p&gt;</description>
      <pubDate>Sun, 19 Sep 2010 13:13:37 UTC</pubDate>
      <guid>https://snipplr.com/view/40753/jquery-create-a-custom-filter-that-finds-elements-with-data</guid>
    </item>
    <item>
      <title>(JavaScript) Google Maps - Get Directions on Mobile Devices with Javascript - Meander365</title>
      <link>https://snipplr.com/view/40505/google-maps--get-directions-on-mobile-devices-with-javascript</link>
      <description>&lt;p&gt;Uses html5 geolocation to determine device position and sets this as the starting point for directions on a Google Map.  Use modernizer to detect support.\r\n\r\nhttp://diveintohtml5.org/geolocation.html\r\n\r\nhttp://code.google.com/apis/maps/documentation/javascript/services.html#RenderingDirections\r\n\r\nhttp://www.modernizr.com/&lt;/p&gt;</description>
      <pubDate>Wed, 15 Sep 2010 11:48:12 UTC</pubDate>
      <guid>https://snipplr.com/view/40505/google-maps--get-directions-on-mobile-devices-with-javascript</guid>
    </item>
    <item>
      <title>(jQuery) Using Input Title As Initial Text - Hide When On Focus - Meander365</title>
      <link>https://snipplr.com/view/40324/using-input-title-as-initial-text--hide-when-on-focus</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 11 Sep 2010 07:18:26 UTC</pubDate>
      <guid>https://snipplr.com/view/40324/using-input-title-as-initial-text--hide-when-on-focus</guid>
    </item>
    <item>
      <title>(jQuery) Jquery Easy Fade In / Fade Out Cycle - Meander365</title>
      <link>https://snipplr.com/view/40323/jquery-easy-fade-in--fade-out-cycle</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 11 Sep 2010 07:13:45 UTC</pubDate>
      <guid>https://snipplr.com/view/40323/jquery-easy-fade-in--fade-out-cycle</guid>
    </item>
    <item>
      <title>(JavaScript) Fixed Position of An Element Relevant to Parent - Meander365</title>
      <link>https://snipplr.com/view/40189/fixed-position-of-an-element-relevant-to-parent</link>
      <description>&lt;p&gt;Great for those situations where you need an element fixed on a page - so when a user scrolls it stays in the same position - *relative to its parent element*.&lt;/p&gt;</description>
      <pubDate>Thu, 09 Sep 2010 09:48:23 UTC</pubDate>
      <guid>https://snipplr.com/view/40189/fixed-position-of-an-element-relevant-to-parent</guid>
    </item>
    <item>
      <title>(jQuery) Timeout jQuery Efffect - Meander365</title>
      <link>https://snipplr.com/view/39212/timeout-jquery-efffect</link>
      <description>&lt;p&gt;A small plugin that you can use in the jQuery chain to delay the next in queue. For those using a jQuery library pre 1.4 (v1.4 + has .delay() ).&#13;
&#13;
$('.notice').fadeIn().idle(2000).fadeOut('slow');&lt;/p&gt;</description>
      <pubDate>Wed, 18 Aug 2010 08:31:18 UTC</pubDate>
      <guid>https://snipplr.com/view/39212/timeout-jquery-efffect</guid>
    </item>
    <item>
      <title>(CSS) Stop Text Wrapping Beneath A Floated Left Element - Meander365</title>
      <link>https://snipplr.com/view/38849/stop-text-wrapping-beneath-a-floated-left-element</link>
      <description>&lt;p&gt;In the example .description is a label and so needs to be made a block level element.  For &lt;p&gt; elements (etc) this is not needed.&#13;
&#13;
The key to all this is overflow:hidden.&lt;/p&gt;</description>
      <pubDate>Tue, 10 Aug 2010 14:34:52 UTC</pubDate>
      <guid>https://snipplr.com/view/38849/stop-text-wrapping-beneath-a-floated-left-element</guid>
    </item>
    <item>
      <title>(jQuery) Sort Options in a Select Box - Meander365</title>
      <link>https://snipplr.com/view/38028/sort-options-in-a-select-box</link>
      <description>&lt;p&gt;Incredibly useful. Great when you need to remove and add options to selectboxes.&lt;/p&gt;</description>
      <pubDate>Thu, 29 Jul 2010 14:21:38 UTC</pubDate>
      <guid>https://snipplr.com/view/38028/sort-options-in-a-select-box</guid>
    </item>
    <item>
      <title>(ASP) Call ASP Page Inside HTML page - Meander365</title>
      <link>https://snipplr.com/view/35323/call-asp-page-inside-html-page</link>
      <description>&lt;p&gt;This is useful when you need to add logic to static html page.&lt;/p&gt;</description>
      <pubDate>Sun, 30 May 2010 02:18:24 UTC</pubDate>
      <guid>https://snipplr.com/view/35323/call-asp-page-inside-html-page</guid>
    </item>
    <item>
      <title>(SQL) Search and Replace String in an SQL Server nText Field - Meander365</title>
      <link>https://snipplr.com/view/32621/search-and-replace-string-in-an-sql-server-ntext-field</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 21 Apr 2010 20:30:31 UTC</pubDate>
      <guid>https://snipplr.com/view/32621/search-and-replace-string-in-an-sql-server-ntext-field</guid>
    </item>
    <item>
      <title>(JavaScript) Javascript Regular Expression to Match All Href Values - Meander365</title>
      <link>https://snipplr.com/view/32362/javascript-regular-expression-to-match-all-href-values</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 19 Apr 2010 16:41:32 UTC</pubDate>
      <guid>https://snipplr.com/view/32362/javascript-regular-expression-to-match-all-href-values</guid>
    </item>
    <item>
      <title>(JavaScript) Cross Browser Javascript Debugger - Meander365</title>
      <link>https://snipplr.com/view/31578/cross-browser-javascript-debugger</link>
      <description>&lt;p&gt;Use to debug javascript in all browsers.&lt;/p&gt;</description>
      <pubDate>Mon, 12 Apr 2010 23:47:42 UTC</pubDate>
      <guid>https://snipplr.com/view/31578/cross-browser-javascript-debugger</guid>
    </item>
    <item>
      <title>(CSS) Cross Browser Inline-Block Example - Meander365</title>
      <link>https://snipplr.com/view/30809/cross-browser-inlineblock-example</link>
      <description>&lt;p&gt;Apply an inline-block to all browsers, including IE6 and IE7.&lt;/p&gt;</description>
      <pubDate>Fri, 02 Apr 2010 17:09:39 UTC</pubDate>
      <guid>https://snipplr.com/view/30809/cross-browser-inlineblock-example</guid>
    </item>
    <item>
      <title>(PHP) Notifo Subscribe Request Using PHP, CURL and Jquery - Meander365</title>
      <link>https://snipplr.com/view/30355/notifo-subscribe-request-using-php-curl-and-jquery</link>
      <description>&lt;p&gt;Example of how to send a subscribe_user request using Notifo's api. Notifo lets you setup push notifications to mobiles - for any site.&#13;
&#13;
Put the PHP into a separate file named notifo-proxy.php&lt;/p&gt;</description>
      <pubDate>Sat, 27 Mar 2010 18:00:42 UTC</pubDate>
      <guid>https://snipplr.com/view/30355/notifo-subscribe-request-using-php-curl-and-jquery</guid>
    </item>
    <item>
      <title>(jQuery) Set Focus to the Next Input Field with jQuery - Meander365</title>
      <link>https://snipplr.com/view/26969/set-focus-to-the-next-input-field-with-jquery</link>
      <description>&lt;p&gt;I was recently faced with the problem of setting focus to the next input field. The challenge was that I didnâ€™t know what that field was. So given an input field, find the next logical (in the order of the DOM) input field and set focus. I came up with the following jQuery function (plugin) to accomplish this:&lt;/p&gt;</description>
      <pubDate>Sun, 24 Jan 2010 22:57:00 UTC</pubDate>
      <guid>https://snipplr.com/view/26969/set-focus-to-the-next-input-field-with-jquery</guid>
    </item>
    <item>
      <title>(XSLT) Ensure String First Letter is Capitalised and Has a Full Stop At It's End - Meander365</title>
      <link>https://snipplr.com/view/18267/ensure-string-first-letter-is-capitalised-and-has-a-full-stop-at-its-end</link>
      <description>&lt;p&gt;Useful for handling badly formatted string. You could also use normalize-space to remove bad spaces if needed.&lt;/p&gt;</description>
      <pubDate>Thu, 13 Aug 2009 08:54:00 UTC</pubDate>
      <guid>https://snipplr.com/view/18267/ensure-string-first-letter-is-capitalised-and-has-a-full-stop-at-its-end</guid>
    </item>
    <item>
      <title>(JavaScript) Bookmarklet : Switch Between Servers But Keep The Same Path - Meander365</title>
      <link>https://snipplr.com/view/18265/bookmarklet--switch-between-servers-but-keep-the-same-path</link>
      <description>&lt;p&gt;Create two new bookmarks - one for dev, one for live and add the following corresponding code to each.&lt;/p&gt;</description>
      <pubDate>Thu, 13 Aug 2009 08:38:07 UTC</pubDate>
      <guid>https://snipplr.com/view/18265/bookmarklet--switch-between-servers-but-keep-the-same-path</guid>
    </item>
    <item>
      <title>(XSLT) Determining if Two Node Sets Contain the Same Data - Meander365</title>
      <link>https://snipplr.com/view/18245/determining-if-two-node-sets-contain-the-same-data</link>
      <description>&lt;p&gt;Makes use of XPath's union operator | .&lt;/p&gt;</description>
      <pubDate>Thu, 13 Aug 2009 03:10:20 UTC</pubDate>
      <guid>https://snipplr.com/view/18245/determining-if-two-node-sets-contain-the-same-data</guid>
    </item>
    <item>
      <title>(C#) Using XSLT to Transform XML Using C# ASP.NET - Meander365</title>
      <link>https://snipplr.com/view/18204/using-xslt-to-transform-xml-using-c-aspnet</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 12 Aug 2009 05:54:58 UTC</pubDate>
      <guid>https://snipplr.com/view/18204/using-xslt-to-transform-xml-using-c-aspnet</guid>
    </item>
    <item>
      <title>(CSS) Targeting IE Using Conditional Comments and Just One Stylesheet - Meander365</title>
      <link>https://snipplr.com/view/18180/targeting-ie-using-conditional-comments-and-just-one-stylesheet</link>
      <description>&lt;p&gt;A wrapper may be made to enclose the content of a page, and then you can write descendant CSS rules that mention that wrapper's ID or class name in the selector. But what if only IE thought that wrapper existed? Then those rules would only work for IE, while other browsers would ignore the rules completely.&lt;/p&gt;</description>
      <pubDate>Tue, 11 Aug 2009 13:28:28 UTC</pubDate>
      <guid>https://snipplr.com/view/18180/targeting-ie-using-conditional-comments-and-just-one-stylesheet</guid>
    </item>
    <item>
      <title>(CSS) Change Border Size on Hover Without Parent or Child Content "Jumping" - Meander365</title>
      <link>https://snipplr.com/view/18179/change-border-size-on-hover-without-parent-or-child-content-jumping</link>
      <description>&lt;p&gt;Think this is a good one to remember.&#13;
&#13;
Let's say you have a set of list items and all of them have a border of 1px. Inside you have an image. &#13;
&#13;
When you hover over each list item you want the border to change thickness to 2px.&#13;
&#13;
The trick is to reduce the width and height of the list item so, when you add the thickness of the border to it - its still the same size. So:-&#13;
&#13;
Normal state:  84px + 2px border x 84px + 2px border= 86px x 86px&#13;
Hover state: 82px + 4px border x 82px + 4px  border = 86px x 86px&#13;
&#13;
Then to ensure the image inside the list item doesn't "jump", position it absolutely and use a negative margin.&lt;/p&gt;</description>
      <pubDate>Tue, 11 Aug 2009 13:16:15 UTC</pubDate>
      <guid>https://snipplr.com/view/18179/change-border-size-on-hover-without-parent-or-child-content-jumping</guid>
    </item>
    <item>
      <title>(jQuery) Match Elements Even When DOM Changes - Meander365</title>
      <link>https://snipplr.com/view/17880/match-elements-even-when-dom-changes</link>
      <description>&lt;p&gt;If you want to trigger an event on an matched element and that element may be introduced into the DOM from an Ajax request, you can still match against it by using the livequery plugin and the following code.&lt;/p&gt;</description>
      <pubDate>Tue, 04 Aug 2009 07:03:19 UTC</pubDate>
      <guid>https://snipplr.com/view/17880/match-elements-even-when-dom-changes</guid>
    </item>
    <item>
      <title>(PHP) Wordpress Pretty Permalinks on a Shared Server - Meander365</title>
      <link>https://snipplr.com/view/17873/wordpress-pretty-permalinks-on-a-shared-server</link>
      <description>&lt;p&gt;Create a custom 404 handler page which redirects you to the correct page.&lt;/p&gt;</description>
      <pubDate>Tue, 04 Aug 2009 03:31:02 UTC</pubDate>
      <guid>https://snipplr.com/view/17873/wordpress-pretty-permalinks-on-a-shared-server</guid>
    </item>
    <item>
      <title>(XSLT) First Character to Upper Case - Meander365</title>
      <link>https://snipplr.com/view/17831/first-character-to-upper-case</link>
      <description>&lt;p&gt;Generate the first character then show the remaining string.&lt;/p&gt;</description>
      <pubDate>Mon, 03 Aug 2009 07:14:16 UTC</pubDate>
      <guid>https://snipplr.com/view/17831/first-character-to-upper-case</guid>
    </item>
    <item>
      <title>(XSLT) Pound Sign in XSLT - Meander365</title>
      <link>https://snipplr.com/view/17808/pound-sign-in-xslt</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 02 Aug 2009 16:16:20 UTC</pubDate>
      <guid>https://snipplr.com/view/17808/pound-sign-in-xslt</guid>
    </item>
    <item>
      <title>(XSLT) Convert String to Upper Lower Case in XSL - Meander365</title>
      <link>https://snipplr.com/view/17807/convert-string-to-upper-lower-case-in-xsl</link>
      <description>&lt;p&gt;Convert a string into upper lower case. So&#13;
&#13;
hello world = Hello World&lt;/p&gt;</description>
      <pubDate>Sun, 02 Aug 2009 16:14:16 UTC</pubDate>
      <guid>https://snipplr.com/view/17807/convert-string-to-upper-lower-case-in-xsl</guid>
    </item>
  </channel>
</rss>
