<?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>AznGeek &#187; php</title>
	<atom:link href="http://www.azngeek.de/category/entwicklung/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.azngeek.de</link>
	<description></description>
	<lastBuildDate>Thu, 02 Feb 2012 19:57:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ubuntu 9.10 und ZendStudio bzw. Eclipse</title>
		<link>http://www.azngeek.de/entwicklung/php/ubuntu-9-10-und-zendstudio-bzw-eclipse</link>
		<comments>http://www.azngeek.de/entwicklung/php/ubuntu-9-10-und-zendstudio-bzw-eclipse#comments</comments>
		<pubDate>Fri, 04 Dec 2009 15:10:30 +0000</pubDate>
		<dc:creator>donbosco</dc:creator>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.azngeek.de/?p=265</guid>
		<description><![CDATA[Eclipse funktioniert nicht unter Ubuntu 9.10 Nein, so ganz richtig ist das natürlich nicht. Genauergesagt funktioniert nur eine kleine Sache nicht &#8211; nämlich der Linksklick mit der Maus. Das führt dazu dass alle, die es gewöhnt sind mit einer grafischen &#8230; <a href="http://www.azngeek.de/entwicklung/php/ubuntu-9-10-und-zendstudio-bzw-eclipse">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.azngeek.de/entwicklung/php/ubuntu-9-10-und-zendstudio-bzw-eclipse/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP 5.3 Experimental unter Ubuntu installieren</title>
		<link>http://www.azngeek.de/entwicklung/php/php-5-3-experimental-unter-ubuntu-installieren</link>
		<comments>http://www.azngeek.de/entwicklung/php/php-5-3-experimental-unter-ubuntu-installieren#comments</comments>
		<pubDate>Thu, 03 Dec 2009 10:51:36 +0000</pubDate>
		<dc:creator>donbosco</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.azngeek.de/?p=243</guid>
		<description><![CDATA[Warum noch eine weitere Anleitung um PHP 5.3 zu installieren? Weil es meiner Meinung nach nur wenige Anleitungen gibt die sich mit einem Experimental Build beschäftigen. Die meisten Anleitungen beschränken sich auf Backports und weitere Kleinigkeiten. Das Problem ist dann &#8230; <a href="http://www.azngeek.de/entwicklung/php/php-5-3-experimental-unter-ubuntu-installieren">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.azngeek.de/entwicklung/php/php-5-3-experimental-unter-ubuntu-installieren/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Strings hashen und cachen</title>
		<link>http://www.azngeek.de/entwicklung/php/php-strings-hashen-und-cachen</link>
		<comments>http://www.azngeek.de/entwicklung/php/php-strings-hashen-und-cachen#comments</comments>
		<pubDate>Fri, 04 Sep 2009 22:36:40 +0000</pubDate>
		<dc:creator>donbosco</dc:creator>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[hash]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[memcache]]></category>

		<guid isPermaLink="false">http://www.azngeek.de/?p=240</guid>
		<description><![CDATA[Warum hashen und cachen? Ohne lange Erklärungen gehe ich direkt zu einem Beispiel. Gegeben ist eine URL inklusive viele Parameter. Wir wollen diese URL maskieren damit der User diese URL nicht sehen kann. Die base64_encode() Methode Encodes the given data &#8230; <a href="http://www.azngeek.de/entwicklung/php/php-strings-hashen-und-cachen">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.azngeek.de/entwicklung/php/php-strings-hashen-und-cachen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Statische Methoden vs. Methoden vs. Funktionen</title>
		<link>http://www.azngeek.de/entwicklung/php/statische-methoden-vs-methoden-vs-funktionen</link>
		<comments>http://www.azngeek.de/entwicklung/php/statische-methoden-vs-methoden-vs-funktionen#comments</comments>
		<pubDate>Wed, 11 Feb 2009 13:52:40 +0000</pubDate>
		<dc:creator>donbosco</dc:creator>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Object-Oriented]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.azngeek.de/?p=201</guid>
		<description><![CDATA[Image via Wikipedia Neulich beim refaktorieren: Ich iteriere ein Array und bei einem bestimmten Index führe ich eine bestimmte Aktion aus. Wie führe ich die Aktion aus, als statische Methode, als Methode nach einer Objektinstanzierung oder als Funktion.Man weiss ja &#8230; <a href="http://www.azngeek.de/entwicklung/php/statische-methoden-vs-methoden-vs-funktionen">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.azngeek.de/entwicklung/php/statische-methoden-vs-methoden-vs-funktionen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Igniter &#8211; PHP Framework</title>
		<link>http://www.azngeek.de/entwicklung/php/code-igniter-php-framework</link>
		<comments>http://www.azngeek.de/entwicklung/php/code-igniter-php-framework#comments</comments>
		<pubDate>Sat, 07 Feb 2009 02:19:48 +0000</pubDate>
		<dc:creator>donbosco</dc:creator>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[Model-view-controller]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://blog.azngeek.de/?p=198</guid>
		<description><![CDATA[Image by guspim via Flickr CodeIgniter ist ein Open Source Web Application Framework für das Entwickeln von dynamischen Webseiten mit PHP. Wie jedes andere Framework verspricht CodeIgniter das schnelle Entwickeln von Applikationen. CodeIgniter selber versteht sich als MVC-Framework und teilt &#8230; <a href="http://www.azngeek.de/entwicklung/php/code-igniter-php-framework">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.azngeek.de/entwicklung/php/code-igniter-php-framework/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Apache 2, PHP und MySQL unter Ubuntu installieren</title>
		<link>http://www.azngeek.de/entwicklung/php/apache-2-php-und-mysql-unter-ubuntu-installieren</link>
		<comments>http://www.azngeek.de/entwicklung/php/apache-2-php-und-mysql-unter-ubuntu-installieren#comments</comments>
		<pubDate>Mon, 22 Dec 2008 11:56:04 +0000</pubDate>
		<dc:creator>donbosco</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Apache HTTP Server]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[modrewrite]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Sudo]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.azngeek.de/?p=122</guid>
		<description><![CDATA[Apache 2, PHP und MySQL unter Ubuntu installieren Buchempfehlungen Das folgende Tutorial bezieht sich auf meine Kenntnisse ich ich im Laufe der Zeit erworben habe. Dabei lerne ich jeden Tag etwas dazu und recherchiere viel, insbesondere aber habe ich die &#8230; <a href="http://www.azngeek.de/entwicklung/php/apache-2-php-und-mysql-unter-ubuntu-installieren">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.azngeek.de/entwicklung/php/apache-2-php-und-mysql-unter-ubuntu-installieren/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Xdebug in Zend Studio for Eclipse freischalten</title>
		<link>http://www.azngeek.de/entwicklung/php/xdebug-in-zend-studio-for-eclipse-freischalten</link>
		<comments>http://www.azngeek.de/entwicklung/php/xdebug-in-zend-studio-for-eclipse-freischalten#comments</comments>
		<pubDate>Thu, 04 Dec 2008 22:47:08 +0000</pubDate>
		<dc:creator>donbosco</dc:creator>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Apache HTTP Server]]></category>
		<category><![CDATA[Development Tools]]></category>
		<category><![CDATA[Integrated development environment]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Zend Studio]]></category>

		<guid isPermaLink="false">http://blog.azngeek.de/?p=87</guid>
		<description><![CDATA[Image by CalEvans via Flickr Xdebug ist eine mächtige Erweiterung für den Apache Webserver. Es handelt sich im Grunde genommen um einen Profiler und Debugger für PHP Skripte. Mit Xdebug lassen sich so tolle Sachen machen wie zum Beispiel den &#8230; <a href="http://www.azngeek.de/entwicklung/php/xdebug-in-zend-studio-for-eclipse-freischalten">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.azngeek.de/entwicklung/php/xdebug-in-zend-studio-for-eclipse-freischalten/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XPath und Namespaces Problem</title>
		<link>http://www.azngeek.de/entwicklung/php/xpath-und-namespaces-problem</link>
		<comments>http://www.azngeek.de/entwicklung/php/xpath-und-namespaces-problem#comments</comments>
		<pubDate>Mon, 24 Nov 2008 17:28:53 +0000</pubDate>
		<dc:creator>donbosco</dc:creator>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xpath]]></category>

		<guid isPermaLink="false">http://blog.azngeek.de/?p=81</guid>
		<description><![CDATA[XPath ist ja eine ganz tolle Sache, wenn es doch mal auch funktionieren würde wie man es sich so wünscht. Für die tägliche Arbeit ist XPath zum Teil aber mehr Frust als Vergnügen, denn oftmals funktioniert XPath anscheinend nicht. Im &#8230; <a href="http://www.azngeek.de/entwicklung/php/xpath-und-namespaces-problem">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.azngeek.de/entwicklung/php/xpath-und-namespaces-problem/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Telekom Open Development Projekt</title>
		<link>http://www.azngeek.de/entwicklung/php/telekom-open-development-projekt</link>
		<comments>http://www.azngeek.de/entwicklung/php/telekom-open-development-projekt#comments</comments>
		<pubDate>Sat, 04 Oct 2008 12:36:42 +0000</pubDate>
		<dc:creator>donbosco</dc:creator>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[helios]]></category>

		<guid isPermaLink="false">http://blog.azngeek.de/?p=77</guid>
		<description><![CDATA[Die Deutsche Telekom startet ein Open Development Projekt. Damit öffnet der Telekommunikationsriese erstmals einige seiner Sprach-, Messaging- und Authentifizierungsdienste sowie Backendlösungen für Entwickler und Webseiten-Betreiber. <a href="http://www.azngeek.de/entwicklung/php/telekom-open-development-projekt">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.azngeek.de/entwicklung/php/telekom-open-development-projekt/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework 1.6 im Backend</title>
		<link>http://www.azngeek.de/entwicklung/php/zend-framework-16-im-backend</link>
		<comments>http://www.azngeek.de/entwicklung/php/zend-framework-16-im-backend#comments</comments>
		<pubDate>Sat, 04 Oct 2008 09:41:56 +0000</pubDate>
		<dc:creator>donbosco</dc:creator>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zend framework]]></category>
		<category><![CDATA[zend ide]]></category>

		<guid isPermaLink="false">http://blog.azngeek.de/?p=74</guid>
		<description><![CDATA[Die neue Zend IDE und ein Versionsupgrade des Zend Frameworks sind verfügbar. Grund, das gesamte System, sowohl im Frontend, als auch im Backend und auch privat auf den neuesten Stand zu bringen. <a href="http://www.azngeek.de/entwicklung/php/zend-framework-16-im-backend">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.azngeek.de/entwicklung/php/zend-framework-16-im-backend/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

