<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Reinhold Weber</title>
	<link>http://reinholdweber.com</link>
	<description>Confessions of a web developer</description>
	<lastBuildDate>Tue, 29 Jun 2010 19:56:45 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Symfony 2 Preview &#8211; It has never been so easy</title>
		<description><![CDATA[The Symfony PHP Framework has, in the past, alienated a lot of developers solely because it was quite a hassle to setup on shared hosting or a local server environment. What&#8217;s new in Symfony 2.0? Requires PHP5.3.2+ Doctrine 2 (Active Record is replaced by Entity Pattern, completely rewritten codebase for PHP5.3) PHPUnit for testing, lime [...]]]></description>
		<link>http://reinholdweber.com/2010/06/29/symfony-2-preview-it-has-never-been-so-easy/</link>
			</item>
	<item>
		<title>Write a simple Joomla 1.6 module from scratch</title>
		<description><![CDATA[Create you first Joomla 1.6 module completely from scratch. Joomla, as of version 1.5 which was a complete rewrite is based on the MVC design pattern which makes creating modules extremely easy and structured. Joomla 1.6 changes a few things, the basics however remain the same. Create a folder called mod_helloworld in modules Create a [...]]]></description>
		<link>http://reinholdweber.com/2010/06/28/write-a-simple-joomla-1-6-module-from-scratch/</link>
			</item>
	<item>
		<title>Create your first simple Drupal 7 module</title>
		<description><![CDATA[Create your first Drupal 7 module with the following steps. Create a folder called helloworld in sites/all/modules/custom Create a helloworld.info file Create a template file page-helloworld.tpl.php in your theme directory Enable your module at http://domain.com/admin/build/modules Visit http://domain.com/helloworld This belongs into your helloworld.info file ; $Id$ &#160; name = helloworld description = Reinholds Hello World module [...]]]></description>
		<link>http://reinholdweber.com/2010/06/28/create-your-first-simple-drupal-7-module/</link>
			</item>
	<item>
		<title>Drupal 7 Themes &#8211; Browser specific CSS</title>
		<description><![CDATA[In Drupal 6 you had to target IE specific CSS files by adding lines to your page.tpl.php or use an additional module which allows you to target browsers inside your theme.info file. In Drupal 7 however, the recommended way is by using the use drupal_add_css() function in your template.php file. function mytheme_preprocess_html&#40;&#38;$vars&#41; &#123; drupal_add_css&#40;path_to_theme&#40;&#41; . [...]]]></description>
		<link>http://reinholdweber.com/2010/06/28/drupal-7-themes-browser-specific-css/</link>
			</item>
	<item>
		<title>Hello world!</title>
		<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>
		<link>http://reinholdweber.com/2010/06/28/hello-world/</link>
			</item>
</channel>
</rss>
