<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Kommentare zu: t3n-Linktipps: BrowserPlus, Speed Tracer, PHP-Tutorial, selektierte Werbung in WordPress und die besten Startups 2009</title>
	<atom:link href="http://t3n.de/news/t3n-linktipps-browserplus-speed-tracer-php-tutorial-262843/feed/" rel="self" type="application/rss+xml" />
	<link>http://t3n.de/news/t3n-linktipps-browserplus-speed-tracer-php-tutorial-262843/</link>
	<description>Open. Web. Business.</description>
	<lastBuildDate>Sun, 27 May 2012 14:15:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Von: Frank</title>
		<link>http://t3n.de/news/t3n-linktipps-browserplus-speed-tracer-php-tutorial-262843/#comment-6606</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Wed, 09 Dec 2009 17:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://t3n.de/news/?p=262843#comment-6606</guid>
		<description>Alte Posts erkenne: das sollte reichen
&lt;code&gt;
function is_old_post() {
	$days = 30;
	$offset = $days *60*60*24;
	if ( get_post_time() &lt; date( &#039;U&#039; ) - $offset )
		return true;
	
	return false;
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Alte Posts erkenne: das sollte reichen<br />
<code><br />
function is_old_post() {<br />
	$days = 30;<br />
	$offset = $days *60*60*24;<br />
	if ( get_post_time() &lt; date( &#039;U&#039; ) - $offset )<br />
		return true;</p>
<p>	return false;<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

