<?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>Peter Schade&#039;s PHP &#38; iPhone Blog</title>
	<atom:link href="http://www.peter-schade.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peter-schade.de</link>
	<description></description>
	<lastBuildDate>Thu, 24 Feb 2011 13:07:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Find memory leaks in Objective C for iPhone</title>
		<link>http://www.peter-schade.de/2009/02/find-memory-leaks-in-objective-c-iphone/</link>
		<comments>http://www.peter-schade.de/2009/02/find-memory-leaks-in-objective-c-iphone/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 10:39:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[Objective C]]></category>
		<category><![CDATA[sdk]]></category>

		<guid isPermaLink="false">http://www.peter-schade.de/?p=34</guid>
		<description><![CDATA[Sometimes you just forget to release a variable. Here i show a easy way of finding memory leaks in your iOS applications. <a href="http://www.peter-schade.de/2009/02/find-memory-leaks-in-objective-c-iphone/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.peter-schade.de/2009/02/find-memory-leaks-in-objective-c-iphone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Math King a Math Trainer for iPhone / iPod Touch</title>
		<link>http://www.peter-schade.de/2009/01/math-king-a-math-trainer-for-iphone-ipod-touch/</link>
		<comments>http://www.peter-schade.de/2009/01/math-king-a-math-trainer-for-iphone-ipod-touch/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 13:56:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[iPod Touch]]></category>
		<category><![CDATA[Math King]]></category>
		<category><![CDATA[Math Trainer]]></category>

		<guid isPermaLink="false">http://www.peter-schade.de/?p=30</guid>
		<description><![CDATA[Math King your personal math trainer for your iPhone or iPod Touch. <a href="http://www.peter-schade.de/2009/01/math-king-a-math-trainer-for-iphone-ipod-touch/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.peter-schade.de/2009/01/math-king-a-math-trainer-for-iphone-ipod-touch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New WordPress Visuals</title>
		<link>http://www.peter-schade.de/2008/10/new-wordpress-visuals/</link>
		<comments>http://www.peter-schade.de/2008/10/new-wordpress-visuals/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 16:23:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.peter-schade.de/?p=26</guid>
		<description><![CDATA[The new Layout of the coming 2.7 wordpress version. <a href="http://www.peter-schade.de/2008/10/new-wordpress-visuals/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.peter-schade.de/2008/10/new-wordpress-visuals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bandwith saving and fast response times with etag</title>
		<link>http://www.peter-schade.de/2008/10/bandwith-saving-and-fast-response-times-with-etag/</link>
		<comments>http://www.peter-schade.de/2008/10/bandwith-saving-and-fast-response-times-with-etag/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 16:06:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[bandwith saving]]></category>
		<category><![CDATA[etag]]></category>
		<category><![CDATA[response time]]></category>

		<guid isPermaLink="false">http://www.peter-schade.de/?p=24</guid>
		<description><![CDATA[How to save bandwith with php and etag's.  <a href="http://www.peter-schade.de/2008/10/bandwith-saving-and-fast-response-times-with-etag/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.peter-schade.de/2008/10/bandwith-saving-and-fast-response-times-with-etag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find links in a website without REGEX parsing</title>
		<link>http://www.peter-schade.de/2008/10/find-links-in-a-website-without-regex-parsing/</link>
		<comments>http://www.peter-schade.de/2008/10/find-links-in-a-website-without-regex-parsing/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 18:26:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[domdocument]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[parsing]]></category>
		<category><![CDATA[regex]]></category>

		<guid isPermaLink="false">http://www.peter-schade.de/?p=22</guid>
		<description><![CDATA[Find links in a website without REGEX parsing. Everybody need it sometimes. <a href="http://www.peter-schade.de/2008/10/find-links-in-a-website-without-regex-parsing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.peter-schade.de/2008/10/find-links-in-a-website-without-regex-parsing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

