<?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>ageek.de &#187; Snippet</title>
	<atom:link href="http://ageek.de/tag/snippet/feed/" rel="self" type="application/rss+xml" />
	<link>http://ageek.de</link>
	<description>a geeks digital casa</description>
	<lastBuildDate>Mon, 15 Jun 2009 21:23:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PHP-Snippet: trim array</title>
		<link>http://ageek.de/156/php-snippet-1/</link>
		<comments>http://ageek.de/156/php-snippet-1/#comments</comments>
		<pubDate>Sat, 11 Nov 2006 13:04:27 +0000</pubDate>
		<dc:creator>Lemmingz Shadow</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[Webtechnik]]></category>

		<guid isPermaLink="false">http://ageek.de/2006/11/11/php-snippet-1/</guid>
		<description><![CDATA[Hiermit eröffne ich die Rubrik Code-Schnipsel in der ich ab und zu ein kleines Stück Code poste welches meiner Meinung nach hilfreich sein kann. Heute eine Zeile PHP die auf jedes Element eines Array die Funktion &#8220;trim&#8221; anwendet, aber ohne foreach-Schleife auskommt: [php]array_walk($the_array , create_function(&#8216;&#038;$temp&#8217;, &#8216;$temp = trim($temp);&#8217;));[/php] Sehr hilfreich wenn man z.B. einen String [...]]]></description>
		<wfw:commentRss>http://ageek.de/156/php-snippet-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS-Caching verhindern</title>
		<link>http://ageek.de/149/css-caching-verhindern/</link>
		<comments>http://ageek.de/149/css-caching-verhindern/#comments</comments>
		<pubDate>Sun, 08 Oct 2006 14:40:30 +0000</pubDate>
		<dc:creator>Lemmingz Shadow</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[Webtechnik]]></category>

		<guid isPermaLink="false">http://ageek.de/2006/10/08/css-caching-verhindern/</guid>
		<description><![CDATA[Das Problem dürfte bekannt sein: Man ändert etwas in einer CSS-Datei, die Änderung ist aber nicht sichtbar denn die CSS-Datei wird vom Browser oft aus dem Cache geladen. Natürlich hilft meistens ein &#8220;Hard-Reload&#8221; oder das Löschen des Caches allerdings werden einige Besucher der Seite dasselbe Problem haben und denen kann man schwer sagen: &#8220;Lösch&#8217; doch [...]]]></description>
		<wfw:commentRss>http://ageek.de/149/css-caching-verhindern/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
