<?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>Reinhold Weber &#187; Uncategorized</title>
	<atom:link href="http://reinholdweber.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://reinholdweber.com</link>
	<description>Confessions of a web developer</description>
	<lastBuildDate>Thu, 03 Nov 2011 20:43:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Programming quote &#8211; on requirements</title>
		<link>http://reinholdweber.com/2011/11/03/programming-quote-on-requirements/</link>
		<comments>http://reinholdweber.com/2011/11/03/programming-quote-on-requirements/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 19:32:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[programming quotes]]></category>

		<guid isPermaLink="false">http://reinholdweber.com/?p=107</guid>
		<description><![CDATA[Without requirements or design, programming is the art of adding bugs to an empty text file. &#8212; Louis Srygley]]></description>
			<content:encoded><![CDATA[<blockquote><p>Without requirements or design, programming is the art of adding bugs to an empty text file. &#8212; Louis Srygley</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://reinholdweber.com/2011/11/03/programming-quote-on-requirements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 Typoscript snippet Basic configuration</title>
		<link>http://reinholdweber.com/2011/11/03/typo3-typoscript-snippet-basic-configuration/</link>
		<comments>http://reinholdweber.com/2011/11/03/typo3-typoscript-snippet-basic-configuration/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 19:05:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[snippets]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://reinholdweber.com/?p=96</guid>
		<description><![CDATA[I develop a lot of HTML Typoscript templates for Typo3, without Templavoila or any other fancy extensions. With the release of Typo3 4.5 and the introduction of Backend Layouts there have been a lot of improvements which make Templavoila obsolete in many scenarios. I will post a few Typoscript snippets I use in a lot [...]]]></description>
			<content:encoded><![CDATA[<p>I develop a lot of HTML Typoscript templates for Typo3, without Templavoila or any other fancy extensions. With the release of Typo3 4.5 and the introduction of Backend Layouts there have been a lot of improvements which make Templavoila obsolete in many scenarios.</p>
<p>I will post a few Typoscript snippets I use in a lot of projects over the next few weeks.</p>
<p>Basic configuration stuff</p>

<div class="wp_syntax"><div class="code"><pre class="typoscript" style="font-family:monospace;"><span style="color: #000066; font-weight: bold;">config</span> <span style="color: #009900;">&#123;</span>
  <span style="color: #ed7d14;">language</span> <span style="color: #339933; font-weight: bold;">=</span> de
  locale_all <span style="color: #339933; font-weight: bold;">=</span> de_DE
  doctype <span style="color: #339933; font-weight: bold;">=</span> html5
  htmlTag_setParams <span style="color: #339933; font-weight: bold;">=</span> lang<span style="color: #339933; font-weight: bold;">=</span>&quot;de
  prologue <span style="color: #339933; font-weight: bold;">=</span> none
  metaCharset <span style="color: #339933; font-weight: bold;">=</span> utf-<span style="color: #cc0000;">8</span>
  htmlTag_langKey <span style="color: #339933; font-weight: bold;">=</span> de-DE
  linkVars <span style="color: #339933; font-weight: bold;">=</span> L
  sys_language_uid <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">1</span>
  spamProtectEmailAddresses <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">1</span>
  spamProtectEmailAddresses_atSubst <span style="color: #339933; font-weight: bold;">=</span>  <span style="color: #009900;">&#40;</span>at<span style="color: #009900;">&#41;</span> 
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>What this does is to set the language to german, define language url parameters for a multi language setup and try to protect standard email addresses.</p>
<p>&nbsp;</p>
<p>More to come soon &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://reinholdweber.com/2011/11/03/typo3-typoscript-snippet-basic-configuration/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>if you don&#8217;t laugh you are not a programmer</title>
		<link>http://reinholdweber.com/2011/07/25/if-you-dont-laugh-you-are-not-a-programmer/</link>
		<comments>http://reinholdweber.com/2011/07/25/if-you-dont-laugh-you-are-not-a-programmer/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 21:01:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[programming quotes]]></category>

		<guid isPermaLink="false">http://reinholdweber.com/?p=92</guid>
		<description><![CDATA[Theory is when you know something, but it doesn&#8217;t work. Practice is when something works, but you don&#8217;t know why. Programmers combine theory and practice: Nothing works and they don&#8217;t know why.]]></description>
			<content:encoded><![CDATA[<blockquote><p>Theory is when you know something, but it doesn&#8217;t work. Practice is when something works, but you don&#8217;t know why. Programmers combine theory and practice: Nothing works and they don&#8217;t know why.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://reinholdweber.com/2011/07/25/if-you-dont-laugh-you-are-not-a-programmer/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Programming quote of the day &#8211; The debugging dilemma</title>
		<link>http://reinholdweber.com/2011/05/31/programming-quote-of-the-day-debugging-dilemma/</link>
		<comments>http://reinholdweber.com/2011/05/31/programming-quote-of-the-day-debugging-dilemma/#comments</comments>
		<pubDate>Tue, 31 May 2011 18:47:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[programming quotes]]></category>

		<guid isPermaLink="false">http://reinholdweber.com/?p=83</guid>
		<description><![CDATA[Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. &#8212; Brian Kernighan]]></description>
			<content:encoded><![CDATA[<blockquote><p>Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. &#8212; Brian Kernighan</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://reinholdweber.com/2011/05/31/programming-quote-of-the-day-debugging-dilemma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://reinholdweber.com/2010/06/28/hello-world/</link>
		<comments>http://reinholdweber.com/2010/06/28/hello-world/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 16:36:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://reinholdweber.com/?p=1</guid>
		<description><![CDATA[Welcome to my new blog. The old one got old, so I decided to start with a clean slate. If you came here looking for an old post, I&#8217;m very sorry, that&#8217;s life I guess, out with the old, in with the new. I&#8217;m a web developer working with Drupal, Joomla, WordPress, Zend Framework and [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to my new blog. The old one got old, so I decided to start with a clean slate. If you came here looking for an old post, I&#8217;m very sorry, that&#8217;s life I guess, out with the old, in with the new.</p>
<p>I&#8217;m a web developer working with Drupal, Joomla, WordPress, Zend Framework and Magento so this is what I will write about most of the time.</p>
<p>With new major versions of my favorite cms (WP3, Drupal 7 and Joomla 1.6) dropping on the internets this summer there will be a lot to talk about.</p>
<p>Enjoy &amp; happy coding</p>
]]></content:encoded>
			<wfw:commentRss>http://reinholdweber.com/2010/06/28/hello-world/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

