<?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</title>
	<atom:link href="http://fh54.de/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>justVisual 2</title>
		<link>http://fh54.de/2009/09/justvisual2/</link>
		<comments>http://fh54.de/2009/09/justvisual2/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 15:59:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[justVisual - a simple Content Management System]]></category>
		<category><![CDATA[CMS]]></category>

		<guid isPermaLink="false">http://fh54.de/?p=241</guid>
		<description><![CDATA[justVisual 2 is a databaseless XML-based content management system for small or medium-sized web sites. justVisual enables support for multiple languages.
Its default implementation provides no user-generated content like comments or topics.
However, the system can be expanded on through plugins to become dynamic. An example of such an extension is the search plugin included in the [...]]]></description>
		<wfw:commentRss>http://fh54.de/2009/09/justvisual2/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>justVisual 2: features and details</title>
		<link>http://fh54.de/2009/09/justvisual-details/</link>
		<comments>http://fh54.de/2009/09/justvisual-details/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 14:00:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[justVisual - a simple Content Management System]]></category>
		<category><![CDATA[CMS]]></category>

		<guid isPermaLink="false">http://fh54.de/?p=253</guid>
		<description><![CDATA[&#171; justVisual2: description
1. Structure of pages
A justVisual page consists of paragraphs. Each paragraph can have a subtitle, a text and an image on the left or on the right.  This flexible  model meets almost any variant of page content.
2. URL rewrite mode
If your host does not provide URL rewriting (that is, if you [...]]]></description>
		<wfw:commentRss>http://fh54.de/2009/09/justvisual-details/feed/</wfw:commentRss>
		<slash:comments>1</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>
		<item>
		<title>1. Ebay API: Before you begin</title>
		<link>http://fh54.de/2009/07/ebay-api-begin/</link>
		<comments>http://fh54.de/2009/07/ebay-api-begin/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 01:13:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development with eBay API]]></category>
		<category><![CDATA[ebay API]]></category>

		<guid isPermaLink="false">http://fh54.de/?p=29</guid>
		<description><![CDATA[Successes and disappointments with ebay development
Creating an application that operates directly with ebay data may seem like a promising idea, but there are some problems you may encounter after having invested a lot of time in it. 
Here are the two problems I have encountered. 
The continuous change of API without supporting of previous versions
If [...]]]></description>
		<wfw:commentRss>http://fh54.de/2009/07/ebay-api-begin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2. Download the beginner set</title>
		<link>http://fh54.de/2009/07/ebay-beginner-set/</link>
		<comments>http://fh54.de/2009/07/ebay-beginner-set/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 00:00:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development with eBay API]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ebay API]]></category>

		<guid isPermaLink="false">http://127.0.0.1/wordpress/?p=126</guid>
		<description><![CDATA[Class ebayCall and the most important examples of using]]></description>
		<wfw:commentRss>http://fh54.de/2009/07/ebay-beginner-set/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3. Working with attributes</title>
		<link>http://fh54.de/2009/07/working-with-attributes/</link>
		<comments>http://fh54.de/2009/07/working-with-attributes/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 23:00:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development with eBay API]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[ebay API]]></category>

		<guid isPermaLink="false">http://127.0.0.1/wordpress/?p=140</guid>
		<description><![CDATA[The application of attributes seems to be the most complicated part of writing ebay applications.
Unfortunately it is not possible to simply avoid it, because they are required even by such basic options as setting item condition to new and specifying  the return policy.
The target of attributes is (as I it understand it) is to [...]]]></description>
		<wfw:commentRss>http://fh54.de/2009/07/working-with-attributes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTMLConvert</title>
		<link>http://fh54.de/2009/07/htmlconvert/</link>
		<comments>http://fh54.de/2009/07/htmlconvert/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 19:46:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Remotely hosted]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://127.0.0.1/wordpress/?p=101</guid>
		<description><![CDATA[The converter transforms the text you type into the standard HTML code that every browser can recognize without altering the character encoding.

Where this HTML Code can be used?

 If you would like to show HTML, PHP, XML&#8230; source texts on your page

If you would like to show some different character sets on your page

and so [...]]]></description>
		<wfw:commentRss>http://fh54.de/2009/07/htmlconvert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
