<?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>ragtek &#187; Rumprogrammiererei</title>
	<atom:link href="http://ragtek.org/blog/category/rumprogrammiererei/feed/" rel="self" type="application/rss+xml" />
	<link>http://ragtek.org/blog</link>
	<description></description>
	<lastBuildDate>Thu, 02 Sep 2010 08:48:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>count im Schleifenkopf = PFUI!!!</title>
		<link>http://ragtek.org/blog/rumprogrammiererei/php/count-im-schleifenkopf-pfui/</link>
		<comments>http://ragtek.org/blog/rumprogrammiererei/php/count-im-schleifenkopf-pfui/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 10:31:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://ragtek.org/blog/?p=1067</guid>
		<description><![CDATA[Ich weiß nicht woher das kommt, aber heute habe ich auf www.php.de mindestens 3 Codesnippets mit einem count Aufruf im Schleifenkopf gesehen.
Das ist aber alles andere als effizient.
Nehmer wir einfach mal folgenden Code:
$daniel = array(
 &#039;viele&#039;, &#039;array&#039;, &#039;elemente&#039;,..
&#039;);
$timestart = microtime(true);
$co = count($daniel);
for ($i = 0; $i &#60; $co; $i++)
{
}
$timeneeded = microtime(true) - $timestart;
echo &#039;needed: &#039; [...]]]></description>
		<wfw:commentRss>http://ragtek.org/blog/rumprogrammiererei/php/count-im-schleifenkopf-pfui/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>xdebug 2.1 verfügbar</title>
		<link>http://ragtek.org/blog/rumprogrammiererei/php/xdebug-2-1-verfugbar/</link>
		<comments>http://ragtek.org/blog/rumprogrammiererei/php/xdebug-2-1-verfugbar/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 20:50:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[xdebug]]></category>
		<category><![CDATA[xdebuger]]></category>
		<guid isPermaLink="false">http://ragtek.org/blog/?p=1037</guid>
		<description><![CDATA[Wie ich gerade festgestellt habe, hat man Gestern Version 2.1 des beliebten Debuggers veröffentlicht.
Neuerungen:
Error Collection
I&#8217;ve added xdebug_start_error_collection(),  xdebug_stop_error_collection() and xdebug_get_collected_errors(), which  allow you to collect all notices, warnings and error messages that  Xdebug generates from PHP&#8217;s error_reporting functionality so that you  can output them at a later point in your script [...]]]></description>
		<wfw:commentRss>http://ragtek.org/blog/rumprogrammiererei/php/xdebug-2-1-verfugbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netbeans und XDebug</title>
		<link>http://ragtek.org/blog/rumprogrammiererei/php/netbeans-und-xdebug/</link>
		<comments>http://ragtek.org/blog/rumprogrammiererei/php/netbeans-und-xdebug/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 07:17:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[xdebug]]></category>
		<guid isPermaLink="false">http://ragtek.org/blog/?p=981</guid>
		<description><![CDATA[Wie versprochen ein weiterer Teil aus meiner &#8220;Netbeans Reihe&#8221;.
Hier geht es nun um den XDEBUG Debugger.
1. Nachdem ich vorraussetze, dass ihr Netbeans schon installiert habt;) , müsst ihr noch xdebug installieren. Dazu hatte ich hier schon mal einen Tipp abgegeben.
Hinzu kommen noch die erweiterten XDEBUG Einstellungen:
[xdebug]
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_dir = "C:\Programme\xampp\apache\logs\"
xdebug.auto_trace = 0
xdebug.trace_output_dir = "C:\Programme\xampp\apache\logs\"
xdebug.max_nesting_level = [...]]]></description>
		<wfw:commentRss>http://ragtek.org/blog/rumprogrammiererei/php/netbeans-und-xdebug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verzeichnisse mit php durchsuchen</title>
		<link>http://ragtek.org/blog/rumprogrammiererei/php/verzeichnisse-mit-php-durchsuchen/</link>
		<comments>http://ragtek.org/blog/rumprogrammiererei/php/verzeichnisse-mit-php-durchsuchen/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 10:19:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://ragtek.org/blog/?p=1017</guid>
		<description><![CDATA[Wiedermal eher eine &#8220;Notiz&#8221; an mich, aber sicher auch für den ein oder anderen von den Lesern nützlich.
Komischerweise kennt kaum jemand die glob() Funktion.
zB alle XML Dateien aus einem Ordner auslesen:
foreach (glob(&#34;*.xml&#34;) as $filename) {
    $xmlfiles[] = $filename;
}
Desweiteren gibt es die Möglichkeit, folgende Flags zu benutzen, so das man gezielt filtern kann.
 [...]]]></description>
		<wfw:commentRss>http://ragtek.org/blog/rumprogrammiererei/php/verzeichnisse-mit-php-durchsuchen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Templates im Netbeans</title>
		<link>http://ragtek.org/blog/rumprogrammiererei/php/templates-im-netbeans/</link>
		<comments>http://ragtek.org/blog/rumprogrammiererei/php/templates-im-netbeans/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 10:18:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[netbeans]]></category>
		<guid isPermaLink="false">http://ragtek.org/blog/?p=995</guid>
		<description><![CDATA[Durch Nils Artikel im phphatesme Blog zu den Eclipse Templates habe ich mich vorgestern mit den Templates im Netbeans beschäftigt.
Nach einigem Herumkämpfen, zig Neuinstallationen (da dann Schlussendlich NB 6.9 rauskam) hatte ich es endlich.
Erstmal: Was sind Templates ( Quelltextvorlagen)
Das sind Codefragmente (Codeschnippsel) die man immer wieder benötigt&#8230;
zB bei mir:
$templater = vB_Template::create(&#8217;templatename&#8217;);
$templater-&#62;register(&#8217;foobar&#8217;, $var);
$templater-&#62;register(&#8217;baz&#8217;, $baz);
$templatename = $templater-&#62;render();
Je [...]]]></description>
		<wfw:commentRss>http://ragtek.org/blog/rumprogrammiererei/php/templates-im-netbeans/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Artfiles stellt php4 Support ein</title>
		<link>http://ragtek.org/blog/allgemeines/artfiles-stellt-php4-support-ein/</link>
		<comments>http://ragtek.org/blog/allgemeines/artfiles-stellt-php4-support-ein/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 06:03:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://ragtek.org/blog/?p=991</guid>
		<description><![CDATA[Gerade gestern habe auf php.de in einem Thread dem TE meine Meinung zu PHP4 Support &#8220;aufschwätzen&#8221; wollen und heute sehe ich das:Also liebe Entwicklerkollegen. Denkt nicht mehr &#8220;in der Vergangenheit&#8221;, konzentriert euch lieber auf das &#8220;Morgen&#8221;
]]></description>
		<wfw:commentRss>http://ragtek.org/blog/allgemeines/artfiles-stellt-php4-support-ein/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netbeans IDE Tipp Teil 1</title>
		<link>http://ragtek.org/blog/allgemeines/netbeans-ide-tipp-teil-1/</link>
		<comments>http://ragtek.org/blog/allgemeines/netbeans-ide-tipp-teil-1/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 23:02:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[netbeans]]></category>
		<guid isPermaLink="false">http://ragtek.org/blog/?p=989</guid>
		<description><![CDATA[Kanntet ihr schon den ALT + Enter Trick?
Mal angenommen ihr habt folgenden Code:
$foo = array(&#8217;bli&#8217;, &#8216;bla&#8217;, &#8216;blo&#8217;);
foreach ($foo as $var){
echo  &#8220;$var\n&#8221;;
}
und ihr möchtet einen Output Buffer drumherum konstruieren.Markiert einfach denn entsprechenden Codeteil und drückt ALT + Enter
Es öffnet sich nun ein &#8220;Menü&#8221; mit vielen, nützlichen Funktionen mit dennen ihr den ausgewählten Code &#8220;umgeben&#8221; könnt. Wie [...]]]></description>
		<wfw:commentRss>http://ragtek.org/blog/allgemeines/netbeans-ide-tipp-teil-1/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Unter Windows gibt es ja auch pipes</title>
		<link>http://ragtek.org/blog/allgemeines/unter-windows-gibt-es-ja-auch-pipes/</link>
		<comments>http://ragtek.org/blog/allgemeines/unter-windows-gibt-es-ja-auch-pipes/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 07:23:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Rumprogrammiererei]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://ragtek.org/blog/?p=973</guid>
		<description><![CDATA[Der heutige Artikel ist hat eher eine Erinnerungsfunktion an mich, da ich nicht gewusst habe, dass es auch in der Windows Eingabeaufforderung eine Pipes Funktion gibt.
Bisher habe ich immer in die Virtuelle Maschine gewechselt und den benötigten Befehl unter Ubuntu ausgeführt.
Hier sind alle Möglichkeiten aufgelistet: http://commandwindows.com/command1.htm
]]></description>
		<wfw:commentRss>http://ragtek.org/blog/allgemeines/unter-windows-gibt-es-ja-auch-pipes/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
