<?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>Andreas Zettl (WP-DEMO) &#187; Wordpress Plugins</title>
	<atom:link href="http://wpdemo.azettl.de/category/wordpress-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpdemo.azettl.de</link>
	<description>Wordpress Plugin Testarea</description>
	<lastBuildDate>Tue, 10 Feb 2009 13:48:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Magazine</title>
		<link>http://wpdemo.azettl.de/2009/02/magazine/</link>
		<comments>http://wpdemo.azettl.de/2009/02/magazine/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 20:25:28 +0000</pubDate>
		<dc:creator>Andreas Zettl</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://wpdemo.azettl.de/?p=78</guid>
		<description><![CDATA[This Plugin allows your visitor to download a monthly magazine styled PDF (requires TCPDF) of your blog posts.
Magazine on my german blog.
Magazine Overview Output:
]]></description>
			<content:encoded><![CDATA[<p>This Plugin allows your visitor to download a monthly magazine styled PDF (requires TCPDF) of your blog posts.</p>
<p><a href="http://www.mag-filme.de/magazin/">Magazine on my german blog.</a></p>
<p>Magazine Overview Output:<br />
<ul><li><b>2010</b><ul></ul><li><b>2009</b><ul><li>
                      <a href='http://wpdemo.azettl.de/wp-content/magazines/2009_02.pdf'>
                         Magazine for February</a> 
                      (<i>02.2009, 1MB</i>)
                    </li></ul><li><b>2008</b><ul><li>
                      <a href='http://wpdemo.azettl.de/wp-content/magazines/2008_11.pdf'>
                         Magazine for November</a> 
                      (<i>11.2008, 1MB</i>)
                    </li></ul></ul></p>
]]></content:encoded>
			<wfw:commentRss>http://wpdemo.azettl.de/2009/02/magazine/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Draw Comments</title>
		<link>http://wpdemo.azettl.de/2008/11/draw-comments/</link>
		<comments>http://wpdemo.azettl.de/2008/11/draw-comments/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 07:39:54 +0000</pubDate>
		<dc:creator>Andreas Zettl</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[bilder]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[draw]]></category>
		<category><![CDATA[malen]]></category>

		<guid isPermaLink="false">http://www.azettl.de/?p=61</guid>
		<description><![CDATA[Mit diesem Plugin könnt Ihr euren Besuchern ein Bild als Kommentar malen lassen. Die Standard Installation des Plugins seht Ihr in diesem Blog, downloaden könnt Ihr es hier.
]]></description>
			<content:encoded><![CDATA[<p>Mit diesem Plugin könnt Ihr euren Besuchern ein Bild als Kommentar malen lassen. Die Standard Installation des Plugins seht Ihr in diesem Blog, <a title="Wordpress Plugin Download" href="http://wordpress.org/extend/plugins/draw-comments/" target="_blank">downloaden könnt Ihr es hier</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpdemo.azettl.de/2008/11/draw-comments/feed/</wfw:commentRss>
		<slash:comments>82</slash:comments>
		</item>
		<item>
		<title>Map24 Routing</title>
		<link>http://wpdemo.azettl.de/2008/11/map24-routing/</link>
		<comments>http://wpdemo.azettl.de/2008/11/map24-routing/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 07:34:28 +0000</pubDate>
		<dc:creator>Andreas Zettl</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[map24]]></category>
		<category><![CDATA[routing]]></category>

		<guid isPermaLink="false">http://www.azettl.de/?p=59</guid>
		<description><![CDATA[Dieses Plugin zeigt eine Map24 Landkarte mit einem Formular zum berechnen von Reiserouten an. In der Standard Installation &#8211; also ohne Stylesheet anpassungen &#8211; sieht das ganze so aus:
(Hier könnt Ihr das Plugin downloaden)
]]></description>
			<content:encoded><![CDATA[<p>Dieses Plugin zeigt eine Map24 Landkarte mit einem Formular zum berechnen von Reiserouten an. In der Standard Installation &#8211; also ohne Stylesheet anpassungen &#8211; sieht das ganze so aus:</p>

      <div id='map24_area' style='width:300px;height:200px'>
        Loading...
      </div>
      <div id='map24_form' style='width:300px;'>
        <form name='map24_form' method='post' action='#'>
          <fieldset>
            <legend>Calculate Route</legend>
            <label for='map24_start'>Start Address:</label><br />
            <input name='map24_start' id='map24_start' value='London' type='text'/>
            <br /><br />
            <label for='map24_end'>Destination Address:</label><br />
            <input name='map24_end' id='map24_end' value='Hamburg' type='text'/>
            <br /><br />
            <input type='button' id='map24_calc' value='Calculate Route' onclick='startRouting()'/>
            <input type='button' id='map24_del' value='Remove Route' onclick='removeRoute(routeID)' disabled='disabled'/>
          </fieldset>
        </form>
        <div id='map24_desc'></div>
      </div>
<p>(<a title="Wordpress Plugin Download" href="http://wordpress.org/extend/plugins/map24-routing/" target="_blank">Hier könnt Ihr das Plugin downloaden</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://wpdemo.azettl.de/2008/11/map24-routing/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
