<?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; admin</title>
	<atom:link href="http://ragtek.org/blog/author/admin/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>Selenium IDE</title>
		<link>http://ragtek.org/blog/qa/selenium-ide/</link>
		<comments>http://ragtek.org/blog/qa/selenium-ide/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 08:14:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[QA]]></category>
		<category><![CDATA[selenium]]></category>
		<guid isPermaLink="false">http://ragtek.org/blog/?p=1100</guid>
		<description><![CDATA[Weiter geht&#8217;s mit unserer Selenium Artikelreihe.
Eigentlich hätte dieser Artikel der 1. Teil sein sollen, aber wie so oft, rennt nichts nach Plan;)
Was ist Selenium IDE? (Ich erlaube mir, Wikipedia aus Faulheitsgründen zu zitieren)
Selenium IDE ist ein Mozilla-Firefox-Add-on, mit dem es möglich ist, direkt im Browser durch die Interaktion mit einer Webanwendung Testfälle aufzunehmen und diese [...]]]></description>
		<wfw:commentRss>http://ragtek.org/blog/qa/selenium-ide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Selenium RC installieren und starten</title>
		<link>http://ragtek.org/blog/qa/selenium-rc-installieren-und-starten/</link>
		<comments>http://ragtek.org/blog/qa/selenium-rc-installieren-und-starten/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 15:56:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[QA]]></category>
		<guid isPermaLink="false">http://ragtek.org/blog/?p=1087</guid>
		<description><![CDATA[Hier nun der 1. Teil meiner Selenium Reihe, der das installieren und starten von Selenium RC (Selenium Remote Control) abdeckt.
1. Selenium RC hier runterladen
2. Das Archiv entpacken. Tipp: Ich habe mir einen Ordner für all meine Tools erstellt (d:\devtools\ ) und dort selenium-server-1.0.3 reinkopiert, da eigentlich nur dieser Ordner für den Server benötigt wird.
Desweiteren ist [...]]]></description>
		<wfw:commentRss>http://ragtek.org/blog/qa/selenium-rc-installieren-und-starten/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bin wieder zurück &#8211; Sommerloch zu ende</title>
		<link>http://ragtek.org/blog/qa/bin-wieder-zuruck-sommerloch-zu-ende/</link>
		<comments>http://ragtek.org/blog/qa/bin-wieder-zuruck-sommerloch-zu-ende/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 08:41:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[QA]]></category>
		<guid isPermaLink="false">http://ragtek.org/blog/?p=1078</guid>
		<description><![CDATA[So, was gibt es neues?
Bei mir hat sich einiges getan und das wird sich &#8220;hoffentlich&#8221; auch auf den Bloginhalt auswirken. (Erklär ich morgen:) )
Folgender Artikel hat dafür gesorgt, dass ich 2 tolle, neue Auftraggeber an Land ziehen konnte, wo ich einiges lernen durfte/konnte.
Dadurch habe ich auch meine neue Leidenschaft für das &#8220;professionelle&#8221; Softwaretesten entdeckt.
Als Coder [...]]]></description>
		<wfw:commentRss>http://ragtek.org/blog/qa/bin-wieder-zuruck-sommerloch-zu-ende/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<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>News aus der Forenwelt</title>
		<link>http://ragtek.org/blog/allgemeines/news-aus-der-forenwelt/</link>
		<comments>http://ragtek.org/blog/allgemeines/news-aus-der-forenwelt/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 15:00:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Forenbetreiber Tipps & Tricks]]></category>
		<guid isPermaLink="false">http://ragtek.org/blog/?p=1065</guid>
		<description><![CDATA[Es hat sich einges getan.
vB: eine Ankündigung das die Benutzerdefinierten Profile wiederkommen http://www.vbulletin.com/forum/entry.php?2431-4.1-feature-Customizable-user-profiles
xenForo: wie schon angekündigt, gibt es einen neuen &#8220;Player&#8221; auf der Welt
Noch stehen weder der Preis noch das Veröffentlichungsdatum fest
mybb: neue Version 1.6 mit einigen neuen Funktionen wurde veröffentlicht http://www.mybb.com/features
]]></description>
		<wfw:commentRss>http://ragtek.org/blog/allgemeines/news-aus-der-forenwelt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Die Katze ist aus dem Sack =&gt; XenForo</title>
		<link>http://ragtek.org/blog/allgemeines/die-katze-ist-aus-dem-sack-xenforo/</link>
		<comments>http://ragtek.org/blog/allgemeines/die-katze-ist-aus-dem-sack-xenforo/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 06:06:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<guid isPermaLink="false">http://ragtek.org/blog/?p=1062</guid>
		<description><![CDATA[Die Gerüchteküche rund um Kier und ein neues Forensystem hat sehr lange gebrodelt.
TADAAAAAAAAA => http://xenforo.com/community
Mehr kann ich dazu noch nicht sagen:D
]]></description>
		<wfw:commentRss>http://ragtek.org/blog/allgemeines/die-katze-ist-aus-dem-sack-xenforo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Neues vBCMS Widget: Adsense Widget</title>
		<link>http://ragtek.org/blog/vbulletin/vbulletin4-vbulletin/neues-vbcms-widget-adsense-widget/</link>
		<comments>http://ragtek.org/blog/vbulletin/vbulletin4-vbulletin/neues-vbcms-widget-adsense-widget/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 19:39:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[vBulletin 4]]></category>
		<category><![CDATA[vbcms]]></category>
		<category><![CDATA[widget]]></category>
		<guid isPermaLink="false">http://ragtek.org/blog/?p=1058</guid>
		<description><![CDATA[Durch einen Thread auf vbg.com bin ich auf eine neue Widget Idee gekommen. (Ich kann es einfach nicht lassen   Ich weiß, ich hab mich hier schon offiziell von vB4 verabschiedet^^
Dabei handelt es sich um ein Widget für Werbung
Momentan überlege ich noch, wie ich das mit den Benutzerrechten mache.
Möglichkeiten:
Nur für Gäste einblenden
Benutzergruppen ID&#8217;s eingeben [...]]]></description>
		<wfw:commentRss>http://ragtek.org/blog/vbulletin/vbulletin4-vbulletin/neues-vbcms-widget-adsense-widget/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Das berühmte Sommerloch&#8230;.</title>
		<link>http://ragtek.org/blog/allgemeines/das-beruhmte-sommerloch/</link>
		<comments>http://ragtek.org/blog/allgemeines/das-beruhmte-sommerloch/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 15:45:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<guid isPermaLink="false">http://ragtek.org/blog/allgemeines/das-beruhmte-sommerloch/</guid>
		<description><![CDATA[&#8230;. hat nun auch mein Blog erfasst.
Nächste Woche geht es dann wegen einem geplanten Projekt nach Deutschland, wo ich wohl auch nicht zum Schreiben kommen werde.
Na dann wünsche ich auf diesem Weg allen Lesern noch einen schönen, sonnigen Sommer:D
(Wohl das unnötigste Post ever)
]]></description>
		<wfw:commentRss>http://ragtek.org/blog/allgemeines/das-beruhmte-sommerloch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
