<?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>Tobbis Blog &#187; Programmierung</title>
	<atom:link href="http://www.tobbis-blog.de/category/programmierung/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tobbis-blog.de</link>
	<description>Alles, was mich in den unendlichen Weiten der IT-Welt bewegt.</description>
	<lastBuildDate>Sat, 04 Feb 2012 15:27:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Sudoku-L&#246;sender LEGO-Roboter</title>
		<link>http://www.tobbis-blog.de/programmierung/2009-08-26-sudoku-loesender-lego-roboter/</link>
		<comments>http://www.tobbis-blog.de/programmierung/2009-08-26-sudoku-loesender-lego-roboter/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:49:38 +0000</pubDate>
		<dc:creator>Tobbi</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Lego]]></category>
		<category><![CDATA[Mindstorms]]></category>
		<category><![CDATA[Sodoku]]></category>

		<guid isPermaLink="false">http://www.tobbis-blog.de/programmierung/2009-08-26-sudoku-loesender-lego-roboter/</guid>
		<description><![CDATA[Ich erinnere mich noch gut an den Informatik-Unterricht in der 9. Klasse. Damals standen die Lego-Mindstorms auf dem Stundenplan. Diese galt es mittels Programmalgorithmen in Visual Basic so zu steuern, dass sie z.B. auf einer Kreisbahn umherfuhren oder sich bei Hindernissen umdrehten und einen Alternativweg w&#228;hlten. Soweit wie der Hacker Hans Andersson sind wir allerdings [...]]]></description>
			<content:encoded><![CDATA[<p>Ich erinnere mich noch gut an den Informatik-Unterricht in der 9. Klasse. Damals standen die <a href="http://de.wikipedia.org/wiki/Lego_Mindstorms" rel="nofollow" class="liwikipedia">Lego-Mindstorms</a> auf dem Stundenplan. Diese galt es mittels Programmalgorithmen in Visual Basic so zu steuern, dass sie z.B. auf einer Kreisbahn umherfuhren oder sich bei Hindernissen umdrehten und einen Alternativweg w&#228;hlten.</p>
<p>Soweit wie der Hacker Hans Andersson sind wir allerdings nicht gekommen: Er hat einen Lego-Mindstorms gehackt und so umprogrammiert, dass er in der Lage ist, <a href="http://tiltedtwister.com/sudokusolver.html" class="liexternal">Sodoku-R&#228;tsel zu l&#246;sen</a>.</p>
<p>Mittels Licht-Sensoren werden die vorgef&#252;llten und die leeren Felder abgescannt und anschlie&#223;end wird die entsprechende L&#246;sung errechnet.</p>
<p>Da der Mindstorms-Prozessor ziemlich langsam ist, wie er schreibt, konnte keinen rekursiven Backtracking-Algorithmus implementieren, was die Berechnung erheblich vereinfacht gemacht h&#228;tte</p>
<p align="center"><embed src="http://www.youtube.com/v/Mp8Y2yjV4fU" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></p>
<hr /><small>Copyright &copy; 2008-2011 by www.tobbis-blog.de<br /> (Digital Fingerprint:<br /> 535bdaede52d24fb2962b4e42a4d36b2)</small>
<br />
<a href="
http://www.tobbis-blog.de">Tobbis Blog</a> | <a href="http://www.fjordblick.com" class="liexternal">Fjordblick</a> | <a href="http://www.facebook.com/tobbis" class="liexternal">Facebook</a> | <a href="http://www.tobbis-blog.de/+" class="liinternal">Google+</a> | <a href="https://www.xing.com/profile/Tobias_Steinicke" class="liexternal">XING</a> | <a href="http://www.flickr.com/photos/fjordblick" class="liexternal">Flickr</a> | <a href="http://twitter.com/tobbi" class="littwitter">Twitter</a> | <a href="http://about.me/tobbi" class="liexternal">about.me</a></small>
<br>
<b><i>Fan auf Facebook werden:</i></b>
<a href="http://www.facebook.com/tobbisblog" class="liexternal">TobbisBlog</a> und <a href="http://www.facebook.com/pages/Fjordblick/143365472399820" class="liexternal">Fjordblick@Facebook</a>

<br><br>
<small>This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright.</small>]]></content:encoded>
			<wfw:commentRss>http://www.tobbis-blog.de/programmierung/2009-08-26-sudoku-loesender-lego-roboter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenBook: Objektorientierte Programmierung</title>
		<link>http://www.tobbis-blog.de/programmierung/2009-03-28-openbook-objektorientierte-programmierung/</link>
		<comments>http://www.tobbis-blog.de/programmierung/2009-03-28-openbook-objektorientierte-programmierung/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 10:10:51 +0000</pubDate>
		<dc:creator>Tobbi</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[OpenBook]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmieren]]></category>

		<guid isPermaLink="false">http://www.tobbis-blog.de/programmierung/2009-03-28-openbook-objektorientierte-programmierung/</guid>
		<description><![CDATA[Galileo Computing stellt ein weiteres OpenBook zum Download bereit: Objektorientierte Programmierung von Bernhard Lahres und Gregor Rayman. Das Buch erl&#228;utert und veranschaulicht die Prinzipien der OOP in verschiedenen Programmiersprachen wie Java, C++, C#, Python, Ruby und PHP. Copyright &#169; 2008-2011 by www.tobbis-blog.de (Digital Fingerprint: 535bdaede52d24fb2962b4e42a4d36b2) Tobbis Blog &#124; Fjordblick &#124; Facebook &#124; Google+ &#124; XING [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; margin: 0px 10px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="Galileo-OOP" border="0" alt="Galileo-OOP" align="left" src="http://www.tobbis-blog.de/wp-content/uploads/2009/03/galileooop.jpg" width="142" height="153" /> Galileo Computing stellt ein weiteres OpenBook zum Download bereit: <a href="http://openbook.galileocomputing.de/oop/?GalileoSession=31822519A389v5Fxh7s" class="liexternal"><strong>Objektorientierte Programmierung</strong></a> von Bernhard Lahres und Gregor Rayman.</p>
<p>Das Buch erl&#228;utert und veranschaulicht die Prinzipien der OOP in verschiedenen Programmiersprachen wie Java, C++, C#, Python, Ruby und PHP.</p>
<hr /><small>Copyright &copy; 2008-2011 by www.tobbis-blog.de<br /> (Digital Fingerprint:<br /> 535bdaede52d24fb2962b4e42a4d36b2)</small>
<br />
<a href="
http://www.tobbis-blog.de">Tobbis Blog</a> | <a href="http://www.fjordblick.com" class="liexternal">Fjordblick</a> | <a href="http://www.facebook.com/tobbis" class="liexternal">Facebook</a> | <a href="http://www.tobbis-blog.de/+" class="liinternal">Google+</a> | <a href="https://www.xing.com/profile/Tobias_Steinicke" class="liexternal">XING</a> | <a href="http://www.flickr.com/photos/fjordblick" class="liexternal">Flickr</a> | <a href="http://twitter.com/tobbi" class="littwitter">Twitter</a> | <a href="http://about.me/tobbi" class="liexternal">about.me</a></small>
<br>
<b><i>Fan auf Facebook werden:</i></b>
<a href="http://www.facebook.com/tobbisblog" class="liexternal">TobbisBlog</a> und <a href="http://www.facebook.com/pages/Fjordblick/143365472399820" class="liexternal">Fjordblick@Facebook</a>

<br><br>
<small>This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright.</small>]]></content:encoded>
			<wfw:commentRss>http://www.tobbis-blog.de/programmierung/2009-03-28-openbook-objektorientierte-programmierung/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenBook: Java ist auch eine Insel</title>
		<link>http://www.tobbis-blog.de/programmierung/2009-01-19-openbook-java-ist-auch-eine-insel/</link>
		<comments>http://www.tobbis-blog.de/programmierung/2009-01-19-openbook-java-ist-auch-eine-insel/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 18:49:09 +0000</pubDate>
		<dc:creator>Tobbi</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[OpenBook]]></category>
		<category><![CDATA[Programmieren]]></category>

		<guid isPermaLink="false">http://www.tobbis-blog.de/programmierung/2009-01-19-openbook-java-ist-auch-eine-insel/</guid>
		<description><![CDATA[Galileo Computing stellt wie schon so oft ein weiteres OpenBook kostenlos zum Download bereit: Die 8. Auflage von “Java ist auch eine Insel”. Ein gut geschriebenes Handbuch f&#252;r alle, die die Programmiersprache Java lernen wollen. Copyright &#169; 2008-2011 by www.tobbis-blog.de (Digital Fingerprint: 535bdaede52d24fb2962b4e42a4d36b2) Tobbis Blog &#124; Fjordblick &#124; Facebook &#124; Google+ &#124; XING &#124; Flickr [...]]]></description>
			<content:encoded><![CDATA[<p><img title="Java_Insel" style="border-right: 0px; border-top: 0px; display: inline; margin-left: 0px; border-left: 0px; margin-right: 0px; border-bottom: 0px" height="119" alt="Java_Insel" src="http://www.tobbis-blog.de/wp-content/uploads/2009/01/java-insel.jpg" width="142" align="left" border="0" />Galileo Computing stellt wie schon so oft ein weiteres OpenBook kostenlos zum Download bereit: Die <a href="http://openbook.galileocomputing.de/javainsel8/?GalileoSession=36454311A3.BR4.LVmM" class="liexternal">8. Auflage von “Java ist auch eine Insel”</a>. </p>
<p>Ein gut geschriebenes Handbuch f&#252;r alle, die die Programmiersprache Java lernen wollen.</p>
<hr /><small>Copyright &copy; 2008-2011 by www.tobbis-blog.de<br /> (Digital Fingerprint:<br /> 535bdaede52d24fb2962b4e42a4d36b2)</small>
<br />
<a href="
http://www.tobbis-blog.de">Tobbis Blog</a> | <a href="http://www.fjordblick.com" class="liexternal">Fjordblick</a> | <a href="http://www.facebook.com/tobbis" class="liexternal">Facebook</a> | <a href="http://www.tobbis-blog.de/+" class="liinternal">Google+</a> | <a href="https://www.xing.com/profile/Tobias_Steinicke" class="liexternal">XING</a> | <a href="http://www.flickr.com/photos/fjordblick" class="liexternal">Flickr</a> | <a href="http://twitter.com/tobbi" class="littwitter">Twitter</a> | <a href="http://about.me/tobbi" class="liexternal">about.me</a></small>
<br>
<b><i>Fan auf Facebook werden:</i></b>
<a href="http://www.facebook.com/tobbisblog" class="liexternal">TobbisBlog</a> und <a href="http://www.facebook.com/pages/Fjordblick/143365472399820" class="liexternal">Fjordblick@Facebook</a>

<br><br>
<small>This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright.</small>]]></content:encoded>
			<wfw:commentRss>http://www.tobbis-blog.de/programmierung/2009-01-19-openbook-java-ist-auch-eine-insel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VBA: Splash-Screen in Excel einbinden</title>
		<link>http://www.tobbis-blog.de/ausbildung-informatikkaufmann/2008-06-16-vba-splash-screen-in-excel-einbinden/</link>
		<comments>http://www.tobbis-blog.de/ausbildung-informatikkaufmann/2008-06-16-vba-splash-screen-in-excel-einbinden/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 16:24:53 +0000</pubDate>
		<dc:creator>Tobbi</dc:creator>
				<category><![CDATA[Ausbildung Informatikkaufmann]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Splash-Screen]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://www.tobbis-blog.de/ausbildung-informatikkaufmann/2008-06-16-vba-splash-screen-in-excel-einbinden/</guid>
		<description><![CDATA[Bei einem heutigen Projekt, dass ich bei der Arbeit mit VBA erstellt habe, war ich noch auf der Suche nach einer schnellen L&#246;sung f&#252;r einen Splash-Screen, der beim Start der Arbeitsmappe angezeigt werden soll. F&#252;ndig geworden bin ich auf dieser Seite, wo eine entsprechende L&#246;sung kostenlos angeboten wird. Man hat sogar die M&#246;glichkeit, dem Splash-Screen [...]]]></description>
			<content:encoded><![CDATA[<p>Bei einem heutigen Projekt, dass ich bei der Arbeit mit VBA erstellt habe, war ich noch auf der Suche nach einer schnellen L&#246;sung f&#252;r einen Splash-Screen, der beim Start der Arbeitsmappe angezeigt werden soll. F&#252;ndig geworden bin ich auf <a href="http://www.software.maninweb.de/index.php?page=de_downloads" class="liexternal">dieser Seite</a>, wo eine entsprechende L&#246;sung kostenlos angeboten wird. Man hat sogar die M&#246;glichkeit, dem Splash-Screen verschiedene Eigenschaften in Form von “Demo”, “Registriert” oder “Abgelaufene Demoversion” zu geben.</p>
<p>Der Download ist unter dem Punkt “Tutorials” zu finden.</p>
<hr /><small>Copyright &copy; 2008-2011 by www.tobbis-blog.de<br /> (Digital Fingerprint:<br /> 535bdaede52d24fb2962b4e42a4d36b2)</small>
<br />
<a href="
http://www.tobbis-blog.de">Tobbis Blog</a> | <a href="http://www.fjordblick.com" class="liexternal">Fjordblick</a> | <a href="http://www.facebook.com/tobbis" class="liexternal">Facebook</a> | <a href="http://www.tobbis-blog.de/+" class="liinternal">Google+</a> | <a href="https://www.xing.com/profile/Tobias_Steinicke" class="liexternal">XING</a> | <a href="http://www.flickr.com/photos/fjordblick" class="liexternal">Flickr</a> | <a href="http://twitter.com/tobbi" class="littwitter">Twitter</a> | <a href="http://about.me/tobbi" class="liexternal">about.me</a></small>
<br>
<b><i>Fan auf Facebook werden:</i></b>
<a href="http://www.facebook.com/tobbisblog" class="liexternal">TobbisBlog</a> und <a href="http://www.facebook.com/pages/Fjordblick/143365472399820" class="liexternal">Fjordblick@Facebook</a>

<br><br>
<small>This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright.</small>]]></content:encoded>
			<wfw:commentRss>http://www.tobbis-blog.de/ausbildung-informatikkaufmann/2008-06-16-vba-splash-screen-in-excel-einbinden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kostenloses OpenBook &#252;ber Visual Basic 2005</title>
		<link>http://www.tobbis-blog.de/programmierung/2006-11-19-kostenloses-openbook-ueber-visual-basic-2005/</link>
		<comments>http://www.tobbis-blog.de/programmierung/2006-11-19-kostenloses-openbook-ueber-visual-basic-2005/#comments</comments>
		<pubDate>Sun, 19 Nov 2006 14:20:00 +0000</pubDate>
		<dc:creator>Tobbi</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[OpenBook]]></category>
		<category><![CDATA[Programmieren]]></category>
		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://www.tobbis-blog.de/index.php/allgemein/2006-11-19-kostenloses-openbook-ueber-visual-basic-2005/</guid>
		<description><![CDATA[Galileo Computing stellt mal wieder ein OpenBook kostenlos zur Verf&#252;gung. Diesmal eins &#252;ber »Visual Basic 2005«. In diesem Buch stellt Andreas K&#252;hnel die .Net-basierte Programmierung mit Visual Basic 2005 in all ihren Facetten vor. Neben dem Framework und der Entwicklungsumgebung Visual Studio sowie der Sprachsyntax von Visual Basic geht er ausf&#252;hrlich auf die objektorientierte Programmierung [...]]]></description>
			<content:encoded><![CDATA[<p>Galileo Computing stellt mal wieder ein OpenBook kostenlos zur Verf&#252;gung. Diesmal eins &#252;ber »Visual Basic 2005«.</p>
<blockquote><p><em>In diesem Buch stellt Andreas K&#252;hnel die .Net-basierte Programmierung mit Visual Basic 2005 in all ihren Facetten vor. Neben dem Framework und der Entwicklungsumgebung Visual Studio sowie der Sprachsyntax von Visual Basic geht er ausf&#252;hrlich auf die objektorientierte Programmierung ein, stellt h&#228;ufig verwendete Programmtechniken vor und zeigt, wie man grafische Oberfl&#228;chen entwickelt. Sein umfassendes Kompendium wird sowohl Umsteigern als auch Einsteigern gerecht.</em></p></blockquote>
<p><strong><a href="http://www.galileocomputing.de/openbook/visual_basic/" target="_blank" class="liexternal">Galileo Computing &#8211; Visual Basic 2005</a></strong></p>
<hr /><small>Copyright &copy; 2008-2011 by www.tobbis-blog.de<br /> (Digital Fingerprint:<br /> 535bdaede52d24fb2962b4e42a4d36b2)</small>
<br />
<a href="
http://www.tobbis-blog.de">Tobbis Blog</a> | <a href="http://www.fjordblick.com" class="liexternal">Fjordblick</a> | <a href="http://www.facebook.com/tobbis" class="liexternal">Facebook</a> | <a href="http://www.tobbis-blog.de/+" class="liinternal">Google+</a> | <a href="https://www.xing.com/profile/Tobias_Steinicke" class="liexternal">XING</a> | <a href="http://www.flickr.com/photos/fjordblick" class="liexternal">Flickr</a> | <a href="http://twitter.com/tobbi" class="littwitter">Twitter</a> | <a href="http://about.me/tobbi" class="liexternal">about.me</a></small>
<br>
<b><i>Fan auf Facebook werden:</i></b>
<a href="http://www.facebook.com/tobbisblog" class="liexternal">TobbisBlog</a> und <a href="http://www.facebook.com/pages/Fjordblick/143365472399820" class="liexternal">Fjordblick@Facebook</a>

<br><br>
<small>This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright.</small>]]></content:encoded>
			<wfw:commentRss>http://www.tobbis-blog.de/programmierung/2006-11-19-kostenloses-openbook-ueber-visual-basic-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

