<?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>Lukas&#039; Weblog &#187; BRG3</title>
	<atom:link href="http://lukas-prokop.at/blog/category/proj/brg3/feed/" rel="self" type="application/rss+xml" />
	<link>http://lukas-prokop.at/blog</link>
	<description>tail -f /var/log/web</description>
	<lastBuildDate>Sun, 20 May 2012 09:00:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>BRGproj docu</title>
		<link>http://lukas-prokop.at/blog/2012/02/brgproj-docu/</link>
		<comments>http://lukas-prokop.at/blog/2012/02/brgproj-docu/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 10:44:36 +0000</pubDate>
		<dc:creator>meisterluk</dc:creator>
				<category><![CDATA[BRG3]]></category>
		<category><![CDATA[BRGblog]]></category>
		<category><![CDATA[BRG_HP]]></category>
		<category><![CDATA[Projekte]]></category>

		<guid isPermaLink="false">http://lukas-prokop.at/blog/?p=2208</guid>
		<description><![CDATA[<a href="http://lukas-prokop.at/blog/2012/02/brgproj-docu/" title="BRGproj docu"></a>Als ich 2008 das BRG Viktring Schülerforum abschaltete, planten wir von Anfang an eine informative Nachlassseite, die unsere gemeinsame Zeit dokumentieren soll. Dieses Ziel wurde jetzt für mich erreicht und ich möchte eine Dokumentation der abgeschalteten BRGproj veröffentlichen. Dies inkludiert: &#8230;<p class="read-more"><a href="http://lukas-prokop.at/blog/2012/02/brgproj-docu/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://lukas-prokop.at/blog/2012/02/brgproj-docu/" title="BRGproj docu"></a><p>Als ich 2008 das BRG Viktring Schülerforum abschaltete, planten wir von Anfang an eine informative Nachlassseite, die unsere gemeinsame Zeit dokumentieren soll. Dieses Ziel wurde jetzt für mich erreicht und ich möchte eine Dokumentation der abgeschalteten BRGproj veröffentlichen. Dies inkludiert:</p>
<ul>
<li>BRG_HP (homepage)</li>
<li>BRG3 / BRG4 (board)</li>
<li>BRGblog (weblog)</li>
<li>BRGwiki (wiki)</li>
<li>BMS (blog management system)</li>
<li>BDB (BRGproj development blog)</li>
</ul>
<p>&gt;&gt;&gt; zur <a href="http://lukas-prokop.at/proj/documents/brgproj/">Dokumentation</a></p>
<p>Sie zeigt Zeitleisten, Statistiken und beschreibt die Ereignisse rund um meine ersten Softwareprojekte.</p>
<p>Großer Dank an Peter, Stefan und Toja! <img src='http://lukas-prokop.at/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://lukas-prokop.at/blog/2012/02/brgproj-docu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP-Error</title>
		<link>http://lukas-prokop.at/blog/2008/02/php-error/</link>
		<comments>http://lukas-prokop.at/blog/2008/02/php-error/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 23:42:09 +0000</pubDate>
		<dc:creator>meisterluk</dc:creator>
				<category><![CDATA[BRG3]]></category>

		<guid isPermaLink="false">http://lukas-prokop.at/blog/?p=250</guid>
		<description><![CDATA[<a href="http://lukas-prokop.at/blog/2008/02/php-error/" title="PHP-Error"></a>$handle = fopen('log.txt', 'r'); $i = 0; while (!feof($handle)) { $content .= fgets($handle); $i++; echo $i; } Ausgabe: 1234567891011121314151617181920... Endlosschleife. Und das bei einer 3-Zeilen-Textdatei? (Was soll ein Programmierer da machen?! ) Nachtrag: PHP hat die Datei nicht gefunden. Sollte &#8230;<p class="read-more"><a href="http://lukas-prokop.at/blog/2008/02/php-error/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://lukas-prokop.at/blog/2008/02/php-error/" title="PHP-Error"></a><p><code>$handle		= fopen('log.txt', 'r');<br />
$i = 0;<br />
while (!feof($handle)) {<br />
	$content	.= fgets($handle);<br />
	$i++;<br />
	echo $i;<br />
}</code></p>
<p>Ausgabe:<br />
<code>1234567891011121314151617181920...</code></p>
<p>Endlosschleife. Und das bei einer 3-Zeilen-Textdatei?<br />
(Was soll ein Programmierer da machen?! <img src='http://lukas-prokop.at/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  )</p>
<p><strong>Nachtrag:</strong><br />
PHP hat die Datei nicht gefunden. Sollte da kein Error kommen?! :-[</p>
]]></content:encoded>
			<wfw:commentRss>http://lukas-prokop.at/blog/2008/02/php-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wie ein SE das BRG-Board nicht finden kann&#8230;</title>
		<link>http://lukas-prokop.at/blog/2008/01/wie-ein-se-das-brg-board-nicht-finden-kann/</link>
		<comments>http://lukas-prokop.at/blog/2008/01/wie-ein-se-das-brg-board-nicht-finden-kann/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 16:00:28 +0000</pubDate>
		<dc:creator>meisterluk</dc:creator>
				<category><![CDATA[BRG3]]></category>

		<guid isPermaLink="false">http://lukas-prokop.at/blog/?p=212</guid>
		<description><![CDATA[<a href="http://lukas-prokop.at/blog/2008/01/wie-ein-se-das-brg-board-nicht-finden-kann/" title="Wie ein SE das BRG-Board nicht finden kann..."></a>Heute war der Launch von Wikipedia&#8217;s Suchmaschine WikiSearch. Bereits bei meinen Tests zeigt die Suchmaschine große Defizite. Weder auf &#8220;BRG Viktring&#8221; noch auf &#8220;BRG Viktring Board&#8221; findet der Search Engine unser Schülerforum. tsts&#8230; wikiSearch:BRG Viktring Board Kein würdiger Konkurrent für &#8230;<p class="read-more"><a href="http://lukas-prokop.at/blog/2008/01/wie-ein-se-das-brg-board-nicht-finden-kann/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://lukas-prokop.at/blog/2008/01/wie-ein-se-das-brg-board-nicht-finden-kann/" title="Wie ein SE das BRG-Board nicht finden kann..."></a><p>Heute war der Launch von Wikipedia&#8217;s Suchmaschine <a href="http://alpha.search.wikia.com/">WikiSearch</a>. Bereits bei meinen Tests zeigt die Suchmaschine große Defizite. Weder auf &#8220;BRG Viktring&#8221; noch auf &#8220;BRG Viktring Board&#8221; findet der Search Engine unser Schülerforum. tsts&#8230;<br />
<a href="http://re.search.wikia.com/search#BRG%20Viktring%20Board">wikiSearch:BRG Viktring Board</a><br />
Kein würdiger Konkurrent für annähernd-Monopol Google? Während Google auf <a href="http://de.wikipedia.org/wiki/PageRank">PageRank</a> setzt, versucht WikiSearch seine Resultate nach Bewertungen zu sortieren. Man darf aber weiterhin gespannt sein, wie sich die Suchmaschine neben Google, Yahoo und MSN behauptet. <img src='http://lukas-prokop.at/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://lukas-prokop.at/blog/2008/01/wie-ein-se-das-brg-board-nicht-finden-kann/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HTML: Das Umlautproblem III</title>
		<link>http://lukas-prokop.at/blog/2007/12/html-umlautproblem-iii/</link>
		<comments>http://lukas-prokop.at/blog/2007/12/html-umlautproblem-iii/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 10:29:15 +0000</pubDate>
		<dc:creator>meisterluk</dc:creator>
				<category><![CDATA[BRG3]]></category>
		<category><![CDATA[Projekte]]></category>

		<guid isPermaLink="false">http://lukas-prokop.at/blog/?p=188</guid>
		<description><![CDATA[<a href="http://lukas-prokop.at/blog/2007/12/html-umlautproblem-iii/" title="HTML: Das Umlautproblem III"></a>Juhuu! Es ist anerkannt. Gefunden in Source von poststar-rankings (Plugin für WordPress-Blogs): header('Content-Type: text/html; charset='.get_option('blog_charset').''); Aufnahme in die &#8220;Nerd Recommendations&#8221;]]></description>
			<content:encoded><![CDATA[<a href="http://lukas-prokop.at/blog/2007/12/html-umlautproblem-iii/" title="HTML: Das Umlautproblem III"></a><p>Juhuu! Es ist anerkannt. Gefunden in Source von poststar-rankings (Plugin für WordPress-Blogs):</p>
<p><code>header('Content-Type: text/html; charset='.get_option('blog_charset').'');</code></p>
<p>Aufnahme in die &#8220;Nerd Recommendations&#8221; <img src='http://lukas-prokop.at/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://lukas-prokop.at/blog/2007/12/html-umlautproblem-iii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML: Das Umlautproblem II</title>
		<link>http://lukas-prokop.at/blog/2007/12/html-das-umlaut-problem-ii/</link>
		<comments>http://lukas-prokop.at/blog/2007/12/html-das-umlaut-problem-ii/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 09:17:18 +0000</pubDate>
		<dc:creator>meisterluk</dc:creator>
				<category><![CDATA[BRG3]]></category>
		<category><![CDATA[Projekte]]></category>

		<guid isPermaLink="false">http://lukas-prokop.at/blog/?p=187</guid>
		<description><![CDATA[<a href="http://lukas-prokop.at/blog/2007/12/html-das-umlaut-problem-ii/" title="HTML: Das Umlautproblem II"></a>Komisch&#8230; habe ich gerade herausgefunden. Der HTML-Tag ist bekannt: &#60;meta name="Content-type" content="text/html; charset=ISO-8859-1" /&#62; Der HTTP-Header sieht ja ähnlich aus: Content-type: text/html Also dachte ich mir, ich liefere einmal den Zeichensatz mit: header('Content-type: text/html; charset=ISO-8859-1'); Siehe da: It works! Ich &#8230;<p class="read-more"><a href="http://lukas-prokop.at/blog/2007/12/html-das-umlaut-problem-ii/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://lukas-prokop.at/blog/2007/12/html-das-umlaut-problem-ii/" title="HTML: Das Umlautproblem II"></a><p>Komisch&#8230; habe ich gerade herausgefunden. Der HTML-Tag ist bekannt:<br />
<code>&lt;meta name="Content-type" content="text/html; charset=ISO-8859-1" /&gt;</code></p>
<p>Der HTTP-Header sieht ja ähnlich aus:<br />
<code>Content-type: text/html</code></p>
<p>Also dachte ich mir, ich liefere einmal den Zeichensatz mit:<br />
<code>header('Content-type: text/html; charset=ISO-8859-1');</code></p>
<p>Siehe da: It works!<br />
Ich bin verunsichert, weil ich keine Links dazu gefunden habe, aber es ist browserkompatibel, hat meine Zeichensatz-Probleme gelöst und ist sehr einfach zum Schreiben. <img src='http://lukas-prokop.at/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Wanted! Nähere Informationen&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://lukas-prokop.at/blog/2007/12/html-das-umlaut-problem-ii/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Back@home</title>
		<link>http://lukas-prokop.at/blog/2007/07/backhome/</link>
		<comments>http://lukas-prokop.at/blog/2007/07/backhome/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 09:21:48 +0000</pubDate>
		<dc:creator>meisterluk</dc:creator>
				<category><![CDATA[BRG3]]></category>
		<category><![CDATA[MyBlog]]></category>
		<category><![CDATA[MyHP]]></category>

		<guid isPermaLink="false">http://lukas-prokop.at/blog/?p=90</guid>
		<description><![CDATA[<a href="http://lukas-prokop.at/blog/2007/07/backhome/" title="Back@home"></a>Hi! Da bin ich wieder. Ab heute offiziell online werde ich wieder meine Arbeiten aufnehmen. Mein &#8220;Verschwinden&#8221; ist schon ein ziemlich ausgekautes Thema und ich möchte eigentlich nicht mehr darüber reden. Auf jeden Fall werde ich jetzt die Ferien nutzen, &#8230;<p class="read-more"><a href="http://lukas-prokop.at/blog/2007/07/backhome/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://lukas-prokop.at/blog/2007/07/backhome/" title="Back@home"></a><p>Hi!</p>
<p>Da bin ich wieder. Ab heute offiziell online werde ich wieder meine Arbeiten aufnehmen. Mein &#8220;Verschwinden&#8221; ist schon ein ziemlich ausgekautes Thema und ich möchte eigentlich nicht mehr darüber reden. Auf jeden Fall werde ich jetzt die Ferien nutzen, um meine Projekte zu beenden/erweitern.</p>
<p>Das Erste was ich machen werde ist die Ankündigung des Refresh dieses Blogs. Ich habe nun die Version<br />
<strong>My_HP@lukas-prokop.at.tt 10.0-e codename &#8220;xhtml&#8221; by Nerd<br />
</strong>entwickelt und sie ist zu 70% fertig. Und dort werde ich nun die Möglichkeit haben ein Kapitel für Funbilder, etc. zu eröffnen und diese Bilder von diesem Blog zu entfernen. Der Release wird irgendwann hier angekündigt.</p>
<p>Momentan befinden sich alle Projekte noch auf meinem neuen-alten Laptop, den ich am 17.6 vom Benni bekommen habe. Danke! Ich habe dort ein Backup von BRG3 und momentan arbeite ich an einem einzigen Projekt:</p>
<p><a href="http://www.lowk-spotting.at">lowk-spotting.at</a> in einem schönen XHTML-/PHP-Source umzuprogrammieren <img src='http://lukas-prokop.at/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://lukas-prokop.at/blog/2007/07/backhome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

