<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Freelancer Martin Zeller</title>
	
	<link>http://www.torres.at</link>
	<description>php asp.net java c# .net c++ xml xhtml seo magento zend framework dotnetnuke tomcat iis sql server mysql oracle typo3 coremedia</description>
	<lastBuildDate>Sat, 27 Apr 2013 04:02:41 +0000</lastBuildDate>
	<language>de-DE</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/FreelancerMartinZeller" /><feedburner:info uri="freelancermartinzeller" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>zf2 – logger problems with the FirePhp/FireBug writer in a console request</title>
		<link>http://www.torres.at/zf2-logger-problems-with-the-firephpfirebug-writer-in-a-console-request/</link>
		<comments>http://www.torres.at/zf2-logger-problems-with-the-firephpfirebug-writer-in-a-console-request/#comments</comments>
		<pubDate>Sat, 20 Apr 2013 08:23:48 +0000</pubDate>
		<dc:creator>Martin Zeller</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[zf2]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.torres.at/?p=276</guid>
		<description><![CDATA[In my  recent zf2 (zend framework 2.1) project module I defined a logger with a stream writer and a firephp writer. I am using the same module also for some console requests (Zend\Console). The problem I had was that the system complains of the firephp logger when I did a console request: Short: Cannot send [...]]]></description>
		<wfw:commentRss>http://www.torres.at/zf2-logger-problems-with-the-firephpfirebug-writer-in-a-console-request/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>zf2 – Get the route name in a custom view helper</title>
		<link>http://www.torres.at/zf2-get-the-route-name-in-a-custom-view-helper/</link>
		<comments>http://www.torres.at/zf2-get-the-route-name-in-a-custom-view-helper/#comments</comments>
		<pubDate>Wed, 17 Apr 2013 17:26:17 +0000</pubDate>
		<dc:creator>Martin Zeller</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[zf2]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.torres.at/?p=271</guid>
		<description><![CDATA[Ever tried to get the route name in your custom view helper in a zf2 (zend framework 2.1) project? I searched a lot &#8211; until I realized that I have to call getServiceLocator on my serviceLocator instance This is the solution:]]></description>
		<wfw:commentRss>http://www.torres.at/zf2-get-the-route-name-in-a-custom-view-helper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>zf2, doctrine module and expressions (like ‘IS NOT NULL’)</title>
		<link>http://www.torres.at/zf2-doctrine-module-and-expressions-like-is-not-null/</link>
		<comments>http://www.torres.at/zf2-doctrine-module-and-expressions-like-is-not-null/#comments</comments>
		<pubDate>Thu, 11 Apr 2013 14:53:14 +0000</pubDate>
		<dc:creator>Martin Zeller</dc:creator>
				<category><![CDATA[doctrine]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zf2]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.torres.at/?p=265</guid>
		<description><![CDATA[Currently I am working on a migration of a zend framework 1 project to zf2 (zend framework 2). Furthermore I want to introduce Doctrine to the project. There are some useful articles about installing and using the zf2 doctrine module. After some hours I found out how to use modules and Doctrine in zf2. Sometimes [...]]]></description>
		<wfw:commentRss>http://www.torres.at/zf2-doctrine-module-and-expressions-like-is-not-null/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic resizing of wickets ModalWindow</title>
		<link>http://www.torres.at/automatic-resizing-of-wickets-modalwindow/</link>
		<comments>http://www.torres.at/automatic-resizing-of-wickets-modalwindow/#comments</comments>
		<pubDate>Fri, 11 May 2012 14:08:46 +0000</pubDate>
		<dc:creator>Martin Zeller</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[wicket]]></category>
		<category><![CDATA[autosize]]></category>
		<category><![CDATA[modal dialog]]></category>
		<category><![CDATA[modalwindow]]></category>

		<guid isPermaLink="false">http://www.torres.at/?p=239</guid>
		<description><![CDATA[Today I ran into problems with wickets ModalWindow. I have got a modal dialog with a list and a form in it. The user can add a row to this list with the form. Problem was that the size of the modal window stayed as it was although the list was growing and growing. Nasty [...]]]></description>
		<wfw:commentRss>http://www.torres.at/automatic-resizing-of-wickets-modalwindow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GeoServer – create a datastore programmatically</title>
		<link>http://www.torres.at/geoserver-create-datastore-programmatically/</link>
		<comments>http://www.torres.at/geoserver-create-datastore-programmatically/#comments</comments>
		<pubDate>Sat, 05 Mar 2011 18:22:05 +0000</pubDate>
		<dc:creator>Martin Zeller</dc:creator>
				<category><![CDATA[GeoServer]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.torres.at/?p=229</guid>
		<description><![CDATA[Currently I am programming an upload module for GeoServer 2.1-RC2. The user should be able to upload a shape file which is automatically installed as datastore in the default workspace. For this intention I didn&#8217;t want to use the REST-API of GeoServer, I wanted to create the data store  programmatically. The following piece of code [...]]]></description>
		<wfw:commentRss>http://www.torres.at/geoserver-create-datastore-programmatically/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GeoServer modules, extensions, interfaces</title>
		<link>http://www.torres.at/geoserver-modules-extensions-interfaces/</link>
		<comments>http://www.torres.at/geoserver-modules-extensions-interfaces/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 20:35:43 +0000</pubDate>
		<dc:creator>Martin Zeller</dc:creator>
				<category><![CDATA[GeoServer]]></category>

		<guid isPermaLink="false">http://www.torres.at/?p=224</guid>
		<description><![CDATA[If want to know how you can write modules, interfaces or extensions for GeoServer, use google and search for &#8220;geoserver wicket&#8221; &#8211; that&#8217;s the magic word. You can find a tutorial / howto in the GeoServer Wicket Development Dokumentation.]]></description>
		<wfw:commentRss>http://www.torres.at/geoserver-modules-extensions-interfaces/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>C pointers for dummies (like me :)</title>
		<link>http://www.torres.at/c-pointers-for-dummies-like-me/</link>
		<comments>http://www.torres.at/c-pointers-for-dummies-like-me/#comments</comments>
		<pubDate>Sat, 05 Feb 2011 09:14:17 +0000</pubDate>
		<dc:creator>Martin Zeller</dc:creator>
				<category><![CDATA[ANSI C]]></category>
		<category><![CDATA[Pointers]]></category>

		<guid isPermaLink="false">http://www.torres.at/?p=161</guid>
		<description><![CDATA[Just a little piece of code in C for clearing up pointers&#8230; look at the comments in the first part! (If you need an environment to develop in C on windows, find a solution here: environment for ansi c on windows]]></description>
		<wfw:commentRss>http://www.torres.at/c-pointers-for-dummies-like-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gcc on windows with eclipse and mingw</title>
		<link>http://www.torres.at/gcc-on-windows-with-eclipse-and-mingw/</link>
		<comments>http://www.torres.at/gcc-on-windows-with-eclipse-and-mingw/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 21:54:02 +0000</pubDate>
		<dc:creator>Martin Zeller</dc:creator>
				<category><![CDATA[ANSI C]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[mingw]]></category>

		<guid isPermaLink="false">http://www.torres.at/?p=155</guid>
		<description><![CDATA[This information will help you: if you want to develop in C with gcc on windows if you want to develop in C with mingw and eclipse with CDT plugin Forget all the tutorials for installing and configuring eclipse with mingw or cygwin &#8211; just download the Wascana Eclipse C/C++ IDE for Windows Developers You [...]]]></description>
		<wfw:commentRss>http://www.torres.at/gcc-on-windows-with-eclipse-and-mingw/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Het mysterie van Arendarvon Castle</title>
		<link>http://www.torres.at/het-mysterie-van-arendarvon-castle/</link>
		<comments>http://www.torres.at/het-mysterie-van-arendarvon-castle/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 08:36:40 +0000</pubDate>
		<dc:creator>Martin Zeller</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[arendarvon]]></category>
		<category><![CDATA[c64]]></category>

		<guid isPermaLink="false">http://www.torres.at/?p=151</guid>
		<description><![CDATA[Gute Neuigkeiten für alle niederländischen Fans des C64-Adventures &#8216;Das Geheimnis des Schloss Arendarvon&#8217;. Dank eines eurer Landsleute konnte (und wird auch weiterhin) die niederländische Version unserer Fanpage nun endlich richtig übersetzt. Seht: =&#62; Het mysterie van Arendarvon Castle (Die deutsche Version der Fan-Seite: =&#62; Das Geheimnis des Schloss Arendarvon) Unser Dank geht an H. Zwetsloot]]></description>
		<wfw:commentRss>http://www.torres.at/het-mysterie-van-arendarvon-castle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The “IE7 setAttribute class” problem!</title>
		<link>http://www.torres.at/ie7-setattribute-class-problem/</link>
		<comments>http://www.torres.at/ie7-setattribute-class-problem/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 15:14:29 +0000</pubDate>
		<dc:creator>Martin Zeller</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[Prototype]]></category>

		<guid isPermaLink="false">http://www.torres.at/?p=146</guid>
		<description><![CDATA[This does not work with IE7: Use this instead: Problem: document.all exists in IE8 too, but IE8 does not work with &#8216;className&#8217;! My solution in one of my projects was prototype: PS: in IE7 you can set styles to an element this way:]]></description>
		<wfw:commentRss>http://www.torres.at/ie7-setattribute-class-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
