<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>free web tools and services &#187; Snippets</title>
	<atom:link href="http://fh54.de/category/web-development-snippets/feed/" rel="self" type="application/rss+xml" />
	<link>http://fh54.de</link>
	<description>Hello World</description>
	<lastBuildDate>Sun, 21 Feb 2010 20:03:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to define a jQuery autocompleter callback function</title>
		<link>http://fh54.de/2010/02/how-to-define-a-jquery-autocompleter-callback-function/</link>
		<comments>http://fh54.de/2010/02/how-to-define-a-jquery-autocompleter-callback-function/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 19:57:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://fh54.de/?p=311</guid>
		<description><![CDATA[I have spent a lot of time on creating a working callback function for the jQuery autocomplete plugin (<a href="http://docs.jquery.com/Plugins/Autocomplete">http://docs.jquery.com/Plugins/Autocomplete</a>).
Here is a working example:]]></description>
		<wfw:commentRss>http://fh54.de/2010/02/how-to-define-a-jquery-autocompleter-callback-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The strange behaviour of php function basename()</title>
		<link>http://fh54.de/2009/09/the-strange-behaviour-of-php-function-basename/</link>
		<comments>http://fh54.de/2009/09/the-strange-behaviour-of-php-function-basename/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 15:29:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://fh54.de/?p=238</guid>
		<description><![CDATA[On my local Windows machine with PHP5 the value of basename(&#8217;названиe.php&#8217;) is &#8220;названиe&#8221;, where &#8220;названиe&#8221; is any cyrillic string.
However, on my remote Unix server the same function with the same argument returns null.
Not only could I find no explanation &#8211; there isn&#8217;t even any mention of it anywhere on the Internet.
]]></description>
		<wfw:commentRss>http://fh54.de/2009/09/the-strange-behaviour-of-php-function-basename/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML selectNodes() ordered</title>
		<link>http://fh54.de/2009/09/xml-selectnodes-ordered/</link>
		<comments>http://fh54.de/2009/09/xml-selectnodes-ordered/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 14:57:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://fh54.de/?p=289</guid>
		<description><![CDATA[Here is a helper function to select nodes from an XML document order by certain child node value of these nodes.
If selectNodes() is a pendant of MySQL SELECT command, this helper function would be a pendant of SELECT&#8230; ORDER BY&#8230;
As far I know there is no standart XML or XPath function to perform it.
Written in [...]]]></description>
		<wfw:commentRss>http://fh54.de/2009/09/xml-selectnodes-ordered/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Select query with a predefined last entry</title>
		<link>http://fh54.de/2009/07/sql-select-query-with-a-predefined-last-entry/</link>
		<comments>http://fh54.de/2009/07/sql-select-query-with-a-predefined-last-entry/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 20:03:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://fh54.de/?p=216</guid>
		<description><![CDATA[The task was to create a SELECT query on a table with titles grouped alphabetically by name, but a certain name must (if found)  always stay at the end.
This is like the selecting of categories on ebay.com where the categories are arranged by name but the category &#8220;Other&#8221; must have the last place.
The solution [...]]]></description>
		<wfw:commentRss>http://fh54.de/2009/07/sql-select-query-with-a-predefined-last-entry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
