<?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>Konny From The Blog &#187; Projekte</title>
	<atom:link href="http://freakazoid.teamblind.de/category/projekte/feed/" rel="self" type="application/rss+xml" />
	<link>http://freakazoid.teamblind.de</link>
	<description>love it or leave it, both fine to me</description>
	<lastBuildDate>Wed, 23 Nov 2011 20:23:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>VLC: Lesezeichen abspeichern</title>
		<link>http://freakazoid.teamblind.de/2011/10/22/vlc-lesezeichen-abspeichern/</link>
		<comments>http://freakazoid.teamblind.de/2011/10/22/vlc-lesezeichen-abspeichern/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 14:11:44 +0000</pubDate>
		<dc:creator>Konrad</dc:creator>
				<category><![CDATA[Projekte]]></category>
		<category><![CDATA[Software-Perlen]]></category>
		<category><![CDATA[VLC]]></category>

		<guid isPermaLink="false">http://freakazoid.teamblind.de/?p=1107</guid>
		<description><![CDATA[VLC hat eine eigene Lesezeichenverwaltung (Strg+B). Aber die ist nicht dazu gedacht, Lesezeichen abzuspeichern um später an der Stelle weiter zuschauen. Aus diesem Grunde werden die Lesezeichen zwar angelegt und lassen sich auch anspringen, aber nach einen Neustart des Player sind sie wieder weg. \o/ (Ich glaube der eigentlich Zweck hat irgendwas mit Aufnahme zu [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">VLC hat eine eigene Lesezeichenverwaltung (Strg+B). Aber die ist nicht dazu gedacht, Lesezeichen abzuspeichern um später an der Stelle weiter zuschauen. Aus diesem Grunde werden die Lesezeichen zwar angelegt und lassen sich auch anspringen, aber nach einen Neustart des Player sind sie wieder weg. \o/ (Ich glaube der eigentlich Zweck hat irgendwas mit Aufnahme zu tun, aber da ich das nicht mache, weiß ich es nicht genau.) Jedenfalls, ich habe eine kleine Erweiterung geschrieben, die eine eigene Lesezeichenverwaltung implementiert. Sie ist sicherlich nicht perfekt, funktioniert aber für&#8217;s erste.<span id="more-1107"></span></p>
<p style="text-align: justify;">Zur Installation ist das Skript herunterzuladen und in das Unterverzeichnis <code>lua/extensions</code> im Konfigurationsverzeichnis von VLC zu kopieren (siehe dazu auch <a href="http://wiki.videolan.org/Preferences"  target="_blank">VLC Wiki</a>). Danach ist im Menü <code>Ansicht</code> der Unterpunk <code>Bookmark Extension</code> verfügbar, der folgendes Fenster öffnet:</p>
<p style="text-align: justify;"><a href="http://freakazoid.teamblind.de/wp-content/uploads/2011/10/bookmarkextension.png" ><img class="aligncenter size-medium wp-image-1110" title="Bookmark Extension" src="http://freakazoid.teamblind.de/wp-content/uploads/2011/10/bookmarkextension-300x201.png" alt="" width="300" height="201" /></a></p>
<p style="text-align: justify;">Das Skript sollte plattformunabhängig funktionieren, wurde aber nur unter Windows getestet. <img src='http://freakazoid.teamblind.de/wp-includes/images/smilies/wink.png' alt=';)' class='wp-smiley' /> </p>
<p style="text-align: justify;"><strong>Update: </strong>Hier noch ein paar kleine Hinweise. Ich dachte es wäre selbsterklärend, aber da habe ich viel zu eng gedacht.</p>
<ul>
<li style="text-align: justify;">Solange keine Datei abgespielt wird, erscheint das Fenster nicht.</li>
<li>Im Fenster seht ihr immer nur die Bookmarks, die zu der Datei gehören, welche gerade geöffnet ist. Es handelt sich bei den Bookmarks lediglich um Zeitstempel, nicht um Lesezeichen wie in einem Browser. Es dient also nicht dazu, sich z.B. URLs  zu Internet-Streams zu merken. Mir ging es darum, einen Film zu Ende schauen zu können ohne die Stelle suchen zu müssen, wenn ich aus welchem Grund auch immer mittendrin aufhören muss.</li>
<li>In VLC 1.2 (bisher noch nicht offiziell erschienen) hat sich die ohnehin nicht dokumentierte API geändert. Das Skript funktioniert damit zur Zeit nicht!</li>
</ul>
<p style="text-align: justify;"><strong>Angehängte Dateien:</strong>
<ul>
<li><a href="http://freakazoid.teamblind.de/downloads/bookmarks.zip"  title="Version 0.2 heruntergeladen 39 mal" >VLC Bookmark Extension (39)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://freakazoid.teamblind.de/2011/10/22/vlc-lesezeichen-abspeichern/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>LaTeX beamer presenter console</title>
		<link>http://freakazoid.teamblind.de/2011/09/17/latex-beamerpresenter-console/</link>
		<comments>http://freakazoid.teamblind.de/2011/09/17/latex-beamerpresenter-console/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 15:19:11 +0000</pubDate>
		<dc:creator>Konrad</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[Projekte]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[presentations]]></category>

		<guid isPermaLink="false">http://freakazoid.teamblind.de/?p=1040</guid>
		<description><![CDATA[As I said before I like both LaTeX beamer and the Oracle Presenter Console. After taking a big step to bring presentation notes on the second screen on Windows 7 I recently took the last step of showing the next slide to the presenter. Here is how you do it (on all platforms). The idea [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">As I said before I like both LaTeX beamer and the <a href="http://extensions.services.openoffice.org/project/presenter-screen" title="Oracle Presenter Console"  target="_blank">Oracle Presenter Console</a>. After taking a big step to bring <a href="http://freakazoid.teamblind.de/2011/03/30/latex-presentations-with-notes-on-windows-7/" title="LaTeX presentations with notes on Windows 7"  target="_blank">presentation notes on the second screen on Windows 7</a> I recently took the last step of showing the next slide to the presenter. Here is how you do it (on all platforms).<span id="more-1040"></span></p>
<p style="text-align: justify;">The idea is to compile a version of your document without notes first and use the resulting PDF to include it in the second screen part of the presentation. This way it is possible to include slides that haven&#8217;t been generated yet. The idea is based on the <a href="http://julovi.net/j/?p=311" title="How to have the next slide in a second screen in PDF presentations"  target="_blank">instructions of Julián Villegas</a>. I just made it easier to use (at least for me) and changed the layout to fit the model of the  <a href="http://extensions.services.openoffice.org/project/presenter-screen" title="Oracle Presenter Console"  target="_blank">Oracle Presenter Console</a> .</p>
<p style="text-align: justify;">Note that you need to use <code>pdflatex</code> as this includes images from a PDF file.</p>
<ul>
<li style="text-align: justify;">At first you need to download the two attached files <code>preview.tex</code> and <code>presenterconsole.tex</code> and copy them to your beamer directory. Edit  <code>preview.tex</code>  to use your main document as input (I used <code>presenter.tex</code>). You can modify  <code>presenterconsole.tex</code> to change the position of the second screen.</li>
<li style="text-align: justify;">Now edit your main document to include <code>presenterconsole.tex</code>  using <code>\input{presenterconsole}</code></li>
<li style="text-align: justify;">Make sure to remove all <code>\setbeameroption{show notes on second screen}</code> commands in the main document.</li>
<li style="text-align: justify;">Now build  <code>preview.pdf</code> from <code>preview.tex</code> as often as you need to resolve references. You should get a presentation without notes.</li>
<li style="text-align: justify;">The last step is to build your document as usual. The result should look similar to my presentation shown on the pictures.</li>
</ul>

<a href="http://freakazoid.teamblind.de/2011/09/17/latex-beamerpresenter-console/latexpresenterconsole_projector/"  title='projector during presentation'><img width="150" height="150" src="http://freakazoid.teamblind.de/wp-content/uploads/2011/09/LaTexPresenterConsole_projector-150x150.png" class="attachment-thumbnail" alt="projector during presentation" title="projector during presentation" /></a>
<a href="http://freakazoid.teamblind.de/2011/09/17/latex-beamerpresenter-console/latexpresenterconsole_laptop/"  title='laptop screen during presentation'><img width="150" height="150" src="http://freakazoid.teamblind.de/wp-content/uploads/2011/09/LaTexPresenterConsole_laptop-150x150.png" class="attachment-thumbnail" alt="laptop screen during presentation" title="laptop screen during presentation" /></a>

<p style="text-align: justify;">I don&#8217;t know what is the best work flow to built such a presentation. As it takes double the time to compile both versions of the presentation my guess is to work on the preview version without notes. You write the notes into your slides &#8220;blindly&#8221; and review them after completing the whole presentation or from time to time. Plus I don&#8217;t know how well it fits to your building environment but that&#8217;s your problem. <img src='http://freakazoid.teamblind.de/wp-includes/images/smilies/wink.png' alt=';)' class='wp-smiley' />  As I use Makefile it&#8217;s not a problem for me at all.</p>
<p style="text-align: justify;">That&#8217;s it for now. I guess we can proclaim the end of OOo Impress, can&#8217;t we? <img src='http://freakazoid.teamblind.de/wp-includes/images/smilies/wink.png' alt=';)' class='wp-smiley' /> </p>
<p><strong>Attached files:</strong>
<ul>
<li><a href="http://freakazoid.teamblind.de/downloads/presenterconsole.tex"  title="Version 1 heruntergeladen 104 mal" >presenterconsole.tex (104)</a></li>
<li><a href="http://freakazoid.teamblind.de/downloads/preview.tex"  title="Version 1 heruntergeladen 72 mal" >preview.tex (72)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://freakazoid.teamblind.de/2011/09/17/latex-beamerpresenter-console/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pidgin: Hide Chat on Join</title>
		<link>http://freakazoid.teamblind.de/2011/07/03/pidgin-hide-chat-on-join/</link>
		<comments>http://freakazoid.teamblind.de/2011/07/03/pidgin-hide-chat-on-join/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 11:02:03 +0000</pubDate>
		<dc:creator>Konrad</dc:creator>
				<category><![CDATA[Pidgin]]></category>
		<category><![CDATA[Projekte]]></category>

		<guid isPermaLink="false">http://freakazoid.teamblind.de/?p=1031</guid>
		<description><![CDATA[So, heute habe ich es nach Monaten endlich mal wieder geschafft, den Bug-Tracker in launchpad zu bearbeiten. Dabei habe ich eines der Plugins zur (vorerst) finalen Version gebracht: Pidgin: Hide Chat on Join. Das Plugin macht genau das, was der Name sagt: wenn man einen Chat in der Buddy-Liste hat, kann man über das Kontextmenü [...]]]></description>
			<content:encoded><![CDATA[<p>So, heute habe ich es nach Monaten endlich mal wieder geschafft, den Bug-Tracker in launchpad zu bearbeiten. Dabei habe ich eines der Plugins zur (vorerst) finalen Version gebracht: Pidgin: Hide Chat on Join.</p>
<p>Das Plugin macht genau das, was der Name sagt: wenn man einen Chat in der Buddy-Liste hat, kann man über das Kontextmenü auswählen, dass man das Chatfenster verstecken möchte, wenn der Chat betreten wird.<a href="http://freakazoid.teamblind.de/wp-content/uploads/2011/07/HideChatonJoin.png" ><img class="aligncenter size-medium wp-image-1033" title="Hide Chat on Join" src="http://freakazoid.teamblind.de/wp-content/uploads/2011/07/HideChatonJoin-230x300.png" alt="" width="230" height="300" /></a></p>
<p>Es ist ein Wunschplugin, ich selber nutze es nicht. <img src='http://freakazoid.teamblind.de/wp-includes/images/smilies/smile-big.png' alt=':D' class='wp-smiley' />  Aber es soll wohl nützlich sein, wenn man in vielen Chats unterwegs ist.</p>
<p style="text-align: justify;"><strong>Download: </strong><a target="_blank" href="https://launchpad.net/pidgin-hide-chat" title="launchpad.net"  target="_self">launchpad.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://freakazoid.teamblind.de/2011/07/03/pidgin-hide-chat-on-join/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>LaTeX presentations with notes on Windows 7</title>
		<link>http://freakazoid.teamblind.de/2011/03/30/latex-presentations-with-notes-on-windows-7/</link>
		<comments>http://freakazoid.teamblind.de/2011/03/30/latex-presentations-with-notes-on-windows-7/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 15:14:11 +0000</pubDate>
		<dc:creator>Konrad</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[Projekte]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[Software-Perlen]]></category>
		<category><![CDATA[TCL]]></category>
		<category><![CDATA[tile]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://freakazoid.teamblind.de/?p=925</guid>
		<description><![CDATA[Last year I started creating my presentations with LaTeX instead of OpenOffice Impress. I really like it since you have all the advantages you have on normal documents too, like WYSIWYM, easy integration with version control&#8230; Plus there is a really nice LaTeX beamer theme for the corporate design of my university. The only thing I miss [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Last year I started creating my presentations with LaTeX instead of OpenOffice Impress. I really like it since you have all the advantages you have on normal documents too, like <a target="_blank" href="http://en.wikipedia.org/wiki/WYSIWYM" >WYSIWYM</a>, easy integration with version control&#8230; Plus there is a really nice LaTeX beamer theme for the <a target="_blank" href="https://www.mni.hs-mittweida.de/webs/dohmen/internes/latex-vorlagen.html" >corporate design of my university</a>. The only thing I miss is the <a target="_blank" href="http://extensions.services.openoffice.org/project/presenter-screen" >Oracle Presenter Console</a> (formerly known as &#8220;Sun Presenter Console&#8221;&#8230;). That nice piece of software enabled you to see your presentation, some notes and the next slide on your laptop screen while the audience watches the normal presentation. <span id="more-925"></span>This feature is build-in in LaTeX beamer too. Just add</p>
<p style="text-align: justify;"><code>\setbeameroption{show notes on second screen=left}</code></p>
<p style="text-align: justify;">to the preamble and LaTeX will generate slides that are twice as wide as normal (actually you can use either <code>left</code>, <code>right</code>, <code>top</code> or <code>bottom</code> but I like my desktop to be on the left so I prefer <code>left</code>). So if your monitor and your projector have the same resolution the wide slides will be spread over both when your PDF Reader switches to fullscreen.</p>
<p style="text-align: justify;"><strong>BUT:</strong> It is required to have  a virtual monitor spanning over both real monitors. And that is not possible since Windows Vista. If I got it right, the new driver model Microsoft introduced with Windows Vista doesn&#8217;t allow the graphic card driver (which should care about this) to provide this feature.</p>
<p style="text-align: justify;">Fortunately the solution is quite  simple: you just need a program that sends <code>Ctrl+L</code> to the Acrobat Reader and resizes the upcoming fullscreen window to fit both screens&#8230;but you wont find anything on Google that works (except of <a target="_blank" href="http://impressive.sourceforge.net/" >impress!ve</a> but that one was very bloated and uncomfortable).</p>
<p style="text-align: justify;">So I decided to write it on my own&#8230;and I like it. <img src='http://freakazoid.teamblind.de/wp-includes/images/smilies/smile.png' alt=':)' class='wp-smiley' />  Just follow the instruction, they are clear. (I guess &#8211; &#8220;Every time you make it fool proof  they invent better fools.&#8221; <img src='http://freakazoid.teamblind.de/wp-includes/images/smilies/smile-big.png' alt=':D' class='wp-smiley' />  )
<a href="http://freakazoid.teamblind.de/2011/03/30/latex-presentations-with-notes-on-windows-7/pdfpresenter1/"  title='PDFPresenter'><img width="150" height="150" src="http://freakazoid.teamblind.de/wp-content/uploads/2011/03/PDFPresenter1-150x150.png" class="attachment-thumbnail" alt="PDFPresenter" title="PDFPresenter" /></a>
<a href="http://freakazoid.teamblind.de/2011/03/30/latex-presentations-with-notes-on-windows-7/pdfpresenter2/"  title='PDFPresenter'><img width="150" height="150" src="http://freakazoid.teamblind.de/wp-content/uploads/2011/03/PDFPresenter2-150x150.png" class="attachment-thumbnail" alt="PDFPresenter" title="PDFPresenter" /></a>
<a href="http://freakazoid.teamblind.de/2011/03/30/latex-presentations-with-notes-on-windows-7/pdfpresenter3/"  title='PDFPresenter'><img width="150" height="150" src="http://freakazoid.teamblind.de/wp-content/uploads/2011/03/PDFPresenter3-150x150.png" class="attachment-thumbnail" alt="PDFPresenter" title="PDFPresenter" /></a>
<a href="http://freakazoid.teamblind.de/2011/03/30/latex-presentations-with-notes-on-windows-7/pdfpresenter4/"  title='PDFPresenter'><img width="150" height="150" src="http://freakazoid.teamblind.de/wp-content/uploads/2011/03/PDFPresenter4-150x150.png" class="attachment-thumbnail" alt="PDFPresenter" title="PDFPresenter" /></a>
</p>
<p style="text-align: justify;">After dropping the  icon into Acrobat&#8217;s window the presentation starts. The example from <a href="http://www.latex-community.org/forum/viewtopic.php?f=4&amp;t=10860"  target="_blank">here</a> looks like this:
<a href="http://freakazoid.teamblind.de/2011/03/30/latex-presentations-with-notes-on-windows-7/presentation_beamer/"  title='projector during presentation'><img width="150" height="150" src="http://freakazoid.teamblind.de/wp-content/uploads/2011/03/presentation_beamer-150x150.png" class="attachment-thumbnail" alt="projector during presentation" title="projector during presentation" /></a>
<a href="http://freakazoid.teamblind.de/2011/03/30/latex-presentations-with-notes-on-windows-7/presentation_laptop/"  title='laptop screen during presentation'><img width="150" height="150" src="http://freakazoid.teamblind.de/wp-content/uploads/2011/03/presentation_laptop-150x150.png" class="attachment-thumbnail" alt="laptop screen during presentation" title="laptop screen during presentation" /></a>
</p>
<p style="text-align: justify;">As you can see I added a little stop watch since this isn&#8217;t easy to implement with LaTeX. <img src='http://freakazoid.teamblind.de/wp-includes/images/smilies/smile-big.png' alt=':D' class='wp-smiley' />   The little window gives the focus to the presentation window as soon as it gets it so that all know hotkeys will work, especially <code>Space</code> and the <code>arrow keys</code> to navigate through the presentation. If you need to demonstrate something (like a little program) don&#8217;t worry to hit <code>ESC</code>. This will close the fullscreen so that your projector screen is free to use it for something else. After this you have to use the presentation icon to the right of the stop watch to continue the presentation by dropping it into Acrobat&#8217;s window again.</p>
<p style="text-align: justify;">One last word to screen resolutions: your laptop screen should have at least the resolution of the projector. It helps if the resolutions are the same on the edge where the notes and the slides fall together (e.g. if you enabled <code>show notes on second screen=left</code> the height of both monitors should be the same). In my example I used 1366x768px on my laptop (which is native) and 1024x768px on the projector. You will see the taskbar if that differs &#8211; which is a problem one can live with&#8230; <img src='http://freakazoid.teamblind.de/wp-includes/images/smilies/wink.png' alt=';)' class='wp-smiley' /> <strong></strong></p>
<p style="text-align: justify;"><strong>Download: </strong><a target="_blank" href="https://launchpad.net/pdfpresenter" title="launchpad.net" >launchpad.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://freakazoid.teamblind.de/2011/03/30/latex-presentations-with-notes-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Pidgin: Extended Buddy List Sort Plugin</title>
		<link>http://freakazoid.teamblind.de/2008/12/13/pidgin-extended-buddy-list-sort-plugin/</link>
		<comments>http://freakazoid.teamblind.de/2008/12/13/pidgin-extended-buddy-list-sort-plugin/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 20:57:33 +0000</pubDate>
		<dc:creator>Konrad</dc:creator>
				<category><![CDATA[Pidgin]]></category>
		<category><![CDATA[Projekte]]></category>

		<guid isPermaLink="false">http://freakazoid.teamblind.de/?p=158</guid>
		<description><![CDATA[Soo&#8230;nachdem das Projekt ein knappes halbes Jahr lang nicht angefasst wurde, habe ich mich in den letzten Wochen noch einmal dran gesetzt und eine ganze Reihe zusätzliche Sortier-Optionen implementiert. Folgende Möglichkeiten sind jetzt verfügbar: Größe der Logdateien Name Online/Offline Online-/Offline-Zeit Priorität Protokoll Status Diese können in drei Stufen kombiniert werden. Will man zum Beispiel die [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Soo&#8230;nachdem das Projekt ein knappes halbes Jahr lang nicht angefasst wurde, habe ich mich in den letzten Wochen noch einmal dran gesetzt und eine ganze Reihe zusätzliche Sortier-Optionen implementiert.<span id="more-158"></span> Folgende Möglichkeiten sind jetzt verfügbar:</p>
<ul style="text-align: justify;">
<li>Größe der Logdateien<a href="http://freakazoid.teamblind.de/wp-content/uploads/2008/12/extended_blist_sort.png" ><img class="alignright size-full wp-image-172" src="http://freakazoid.teamblind.de/wp-content/uploads/2008/12/extended_blist_sort.png" alt="" width="131" height="81" /></a></li>
<li>Name</li>
<li>Online/Offline</li>
<li>Online-/Offline-Zeit</li>
<li>Priorität</li>
<li>Protokoll</li>
<li>Status</li>
</ul>
<p style="text-align: justify;">Diese können in drei Stufen kombiniert werden. Will man zum Beispiel die Kontaktliste nach Namen sortieren und Online- bzw. Offline-Kontakte trennen, so muss man &#8220;<strong>First: Online/Offline</strong>&#8221; und &#8220;<strong>Second: Name</strong>&#8221; einstellen.</p>
<p style="text-align: justify;"><strong>Download: </strong><a href="https://launchpad.net/pidgin-extended-blist-sort" title="launchpad.net"  target="_blank">launchpad.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://freakazoid.teamblind.de/2008/12/13/pidgin-extended-buddy-list-sort-plugin/feed/</wfw:commentRss>
		<slash:comments>58</slash:comments>
		</item>
		<item>
		<title>Pidgin: HTWM-Plugin</title>
		<link>http://freakazoid.teamblind.de/2008/12/05/pidgin-htwm-plugin/</link>
		<comments>http://freakazoid.teamblind.de/2008/12/05/pidgin-htwm-plugin/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 02:51:07 +0000</pubDate>
		<dc:creator>Konrad</dc:creator>
				<category><![CDATA[Pidgin]]></category>
		<category><![CDATA[Projekte]]></category>

		<guid isPermaLink="false">http://freakazoid.teamblind.de/?p=145</guid>
		<description><![CDATA[Was macht Mann, wenn die Freundin 22:00 Uhr ins Bett geht? Richtig: er schreibt an Pidgin rum&#8230; Heute habe ich eine fixe Idee verwirklicht, die mir seit ungefähr einer Woche im Hirn rumspukt: das HTWM-Plugin. Nach 4 1/2 Semestern kennt man eine Menge Leute und hat nicht wenige davon in der Buddy-Liste, zumindest geht es [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Was macht Mann, wenn die Freundin 22:00 Uhr ins Bett geht? Richtig: er schreibt an Pidgin rum&#8230; <img src='http://freakazoid.teamblind.de/wp-includes/images/smilies/smile.png' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: justify;">Heute habe ich eine fixe Idee verwirklicht, die mir seit ungefähr einer Woche im Hirn rumspukt: das HTWM-Plugin.<span id="more-145"></span> Nach 4 1/2 Semestern kennt man eine Menge Leute und hat nicht wenige davon in der Buddy-Liste, zumindest geht es mir so&#8230; Das Plugin implementiert ein &#8220;HTWM&#8221;-Menü in das Buddy-Menü, welches es erlaubt, den StuPla direkt per Rechtsklick auf den Buddy aufzurufen &#8211; man muss ihm lediglich vorher den NCC-Account (der erste Teil der E-Mail-Adresse) gegeben haben. <img src='http://freakazoid.teamblind.de/wp-includes/images/smilies/smile.png' alt=':)' class='wp-smiley' />  Das Plugin ruft eine PHP-Seite auf, die auf dem Webserver der Hochschule läuft, an Hand des NCC-Accounts die Seminargruppe (via LDAP) abruft und auf die StuPla-Seite weiterleitet.</p>
<p style="text-align: justify;">
<p style="text-align: center;"><a href="http://freakazoid.teamblind.de/wp-content/uploads/2008/12/htwm_plugin.png" ><img class="size-medium wp-image-146 aligncenter" title="htwm_plugin" src="http://freakazoid.teamblind.de/wp-content/uploads/2008/12/htwm_plugin.png" alt="htwm_plugin" width="205" height="72" /></a></p>
<p style="text-align: justify;">Auch wenn ich das Plugin hauptsächlich für mich geschrieben habe glaube ich, dass es noch mehr Leuten nützen kann&#8230; <img src='http://freakazoid.teamblind.de/wp-includes/images/smilies/wink.png' alt=';)' class='wp-smiley' /> </p>
<p style="text-align: justify;"><strong>Download: </strong><a href="https://launchpad.net/pidgin-hsmw" title="launchpad"  target="_blank">launchpad.net</a></p>
<p style="text-align: justify;">
<p style="text-align: justify;">
]]></content:encoded>
			<wfw:commentRss>http://freakazoid.teamblind.de/2008/12/05/pidgin-htwm-plugin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Feierabend-Hack: *HAPPY*-Replacer für Pidgin</title>
		<link>http://freakazoid.teamblind.de/2008/11/09/happy-replacer-pidgin/</link>
		<comments>http://freakazoid.teamblind.de/2008/11/09/happy-replacer-pidgin/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 15:44:09 +0000</pubDate>
		<dc:creator>Konrad</dc:creator>
				<category><![CDATA[Pidgin]]></category>
		<category><![CDATA[Projekte]]></category>
		<category><![CDATA[TCL]]></category>

		<guid isPermaLink="false">http://freakazoid.teamblind.de/?p=136</guid>
		<description><![CDATA[Hi, Heute hat mich mal wieder ICQ6 genervt: jedes Mal, wenn mein Gegenüber ^^ schreibt, schickt sein Client *HAPPY* . Da mich die Tcl-Schnittstelle bei Pidgin sowieso mal intressiert hatte, hab ich mich mal daran versucht, ein Plugin zu schreiben, was dieses Gerödel ersetzt. Naja, was soll ich sagen &#8211; nachdem ich heraus gefunden hatte, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Hi,</p>
<p style="text-align: justify;">Heute hat mich mal wieder ICQ6 genervt: jedes Mal, wenn mein Gegenüber ^^ schreibt, schickt sein Client *HAPPY* . Da mich die Tcl-Schnittstelle bei Pidgin sowieso mal intressiert hatte, hab ich mich mal daran versucht, ein Plugin zu schreiben, was dieses Gerödel ersetzt. <img src='http://freakazoid.teamblind.de/wp-includes/images/smilies/smile.png' alt=':)' class='wp-smiley' /> <span id="more-136"></span> Naja, was soll ich sagen &#8211; nachdem ich heraus gefunden hatte, dass das Package nicht mehr &#8220;gaim&#8221; und auch nicht &#8220;pidgin&#8221; sondern &#8220;purple&#8221; heißt, war die Sache eigentlich ganz einfach und innerhalb von 5 Minuten erledigt. *gähn*</p>
<p style="text-align: justify;">Die ganze Sache war im Vergleich zu C-Plugins sehr komfortabel: man muss weder kompilieren (wie unerwartet) und man muss Pidgin nicht neu starten, wenn man das Plugin geändert hat, da es bei jedem Aktivieren neu geladen wird. Einen Nachteil haben die Tcl-Plugins leider auch: unter Windows unterstützt Pidgin kein Tcl&#8230;</p>
<p style="text-align: justify;"><a href="http://freakazoid.teamblind.de/downloads/happy_replacer.tcl" class="downloadlink"  title="Version1.1 heruntergeladen 394 mal" >*HAPPY*-Replacer für Pidgin (394)</a></p>
<p style="text-align: justify;">
<p style="text-align: justify;">Hoppla, ich merke gerade, dass das ein anderes Smiley ist&#8230; Scheint aber sehr beliebt zu sein und sagt in etwa das selbe aus. =)</p>
]]></content:encoded>
			<wfw:commentRss>http://freakazoid.teamblind.de/2008/11/09/happy-replacer-pidgin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wie man seine GuildWars-Builds auf einen anderen PC bekommt&#8230;</title>
		<link>http://freakazoid.teamblind.de/2008/10/05/wie-man-seine-guildwars-builds-auf-einen-anderen-pc-bekommt/</link>
		<comments>http://freakazoid.teamblind.de/2008/10/05/wie-man-seine-guildwars-builds-auf-einen-anderen-pc-bekommt/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 15:40:11 +0000</pubDate>
		<dc:creator>Konrad</dc:creator>
				<category><![CDATA[Projekte]]></category>
		<category><![CDATA[Builds]]></category>
		<category><![CDATA[Guild Wars]]></category>
		<category><![CDATA[Synchronisation]]></category>
		<category><![CDATA[TCL]]></category>
		<category><![CDATA[tile]]></category>

		<guid isPermaLink="false">http://freakazoid.teamblind.de/?p=100</guid>
		<description><![CDATA[Vielleicht kennt der eine oder andere das Problem, dass GuildWars die Builds und (Rüssi-)Templates auf der lokalen Festplatte speichert. Das ist besonders ärgerlich, wenn man (wie ich am Wochenende) an einem anderen PC spielt oder seinen PC formatiert und nicht an die Builds denkt (ist mir auch passiert -_- ). Also habe ich mir gedacht: [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Vielleicht kennt der eine oder andere das Problem, dass GuildWars die Builds und (Rüssi-)Templates auf der lokalen Festplatte speichert. Das ist besonders ärgerlich, wenn man (wie ich am Wochenende) an einem anderen PC spielt oder seinen PC formatiert und nicht an die Builds denkt (ist mir auch passiert -_- ).<span id="more-100"></span></p>
<div class="mceTemp">
<dl id="attachment_101" class="wp-caption alignright" style="width: 155px;">
<dt class="wp-caption-dt"><a href="http://freakazoid.teamblind.de/uploads/2008/10/gw-onlineskillz.png" ><img class="size-medium wp-image-101 " title="gw-onlineskillz" src="http://freakazoid.teamblind.de/uploads/2008/10/gw-onlineskillz.png" alt="GW OnlineSkillz" width="145" height="119" /></a></dt>
</dl>
</div>
<p style="text-align: justify;">Also habe ich mir gedacht: &#8220;Konrad, schreib dir ein Progrämmchen, um die Builds (automatisiert) auf deinen Webspace zu laden.&#8221; Gesagt &#8211; Getan.</p>
<p style="text-align: justify;">Mir ist natürlich bewusst, dass es bei <a target="_blank" href="http://www.gw-tactics.de/"  target="_self">GW Tactics</a> bereits ein ähnliches Programm names &#8220;GW Draft&#8221; gibt, welches zumindest auf dem Papier sehr viel mehr Funktionalität bieten &#8211; blöd nur, dass es nicht funktioniert (man kann vorhandene Builds weder löschen noch überschreiben&#8230;die werden immer wieder vom Server auf die Platte &#8220;synchronisiert&#8221;). Aus Erfahrung weiß ich, dass man bei GW Tactics sehr zurückhaltend gegenüber Leuten, die ihre Hilfe anbieten, ist &#8211; man könnte ja Spyware einbauen wollen.</p>
<p style="text-align: justify;">Das Programm funktioniert eigentlich ganz einfach: man gibt seinen Benutzernamen und sein Passwort ein und drückt auf einen der drei großen Buttons. <img src='http://freakazoid.teamblind.de/wp-includes/images/smilies/smile2.png' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align: justify;">Noch ein paar Hinweise zur Benutzung:</p>
<ul>
<li style="text-align: justify;">Wie kommt man an den Benutzernamen und das Passwort? Einfach eingeben &#8211;  falls der eingegebene Benutzer noch nicht auf dem Server existiert, wird man gefragt, ob der Account erstellt werden soll.<br />
<span style="color: #ff0000;"><strong>WICHTIG:</strong> Benutze einen anderen Login als in GuildWars selbst, da das Passwort im Klartext auf der Festplatte gespeichert wird (davon abgesehen, dass man sein GW-Passwort niemals in andere Programme oder Webseiten eingeben sollte).</span></li>
<li>Wenn man einen Button drückt und leise &#8220;21, 22&#8243; zählt, bevor man ihn los lässt, bleibt er in gedrücktem Zustand &#8211; und es wird alle 3 Minuten synchronisiert.</li>
<li>Man kann das Programm prinzipiell von jedem Verzeichnis aus aufrufen, man sollte nur &#8211; der Ordnung wegen &#8211; den Desktop vermeiden, da automatisch 2 zusätzliche Dateien angelegt werden.</li>
<li>In der Datei GW-OnlineSkillz.log kann man verfolgen, welches Template wann wohin kopiert wurde.</li>
<li>Keine Meldung ist immer eine gute Meldung. <img src='http://freakazoid.teamblind.de/wp-includes/images/smilies/wink.png' alt=';)' class='wp-smiley' /> </li>
</ul>
<h3>Angehängte Dateien:</h3>
<ul>
<li><a href="http://freakazoid.teamblind.de/downloads/GW-OnlineSkillz_src.tar.gz" class="downloadlink"  title="Version1 heruntergeladen 104 mal" >GW-OnlineSkillz Quelldateien (104)</a></li>
<li><a href="http://freakazoid.teamblind.de/downloads/GW-OnlineSkillz_win32.zip" class="downloadlink"  title="Version1 heruntergeladen 55 mal" >GW-OnlineSkillz für Windows (55)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://freakazoid.teamblind.de/2008/10/05/wie-man-seine-guildwars-builds-auf-einen-anderen-pc-bekommt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2&#8230;1&#8230;Risiko!</title>
		<link>http://freakazoid.teamblind.de/2008/09/17/risiko/</link>
		<comments>http://freakazoid.teamblind.de/2008/09/17/risiko/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 01:22:17 +0000</pubDate>
		<dc:creator>Konrad</dc:creator>
				<category><![CDATA[Projekte]]></category>
		<category><![CDATA[Studium]]></category>
		<category><![CDATA[PC-Spiel]]></category>
		<category><![CDATA[Risiko]]></category>
		<category><![CDATA[TCL]]></category>
		<category><![CDATA[tile]]></category>

		<guid isPermaLink="false">http://freakazoid.teamblind.de/?p=41</guid>
		<description><![CDATA[Hallo, ich möchte euch gleich unser neuestes Projekt vorstellen: Risiko. Wie immer: ich habe programmiert, Kuski hat ge-photoshop-t. Es konnte also nur gut werden. Risiko ist ein Brettspiel, das wir beide schon aus der stromlosen Realität kennen. Da ich im Rahmen meines Studiums immer mal einen Beleg schreiben muss, war es diesmal wieder soweit. Nachdem [...]]]></description>
			<content:encoded><![CDATA[<p>Hallo,</p>
<p style="text-align: justify;">ich möchte euch gleich unser neuestes Projekt vorstellen: <strong>Risiko</strong>. Wie immer: ich habe programmiert, Kuski hat ge-photoshop-t. <img src='http://freakazoid.teamblind.de/wp-includes/images/smilies/smile2.png' alt=':-)' class='wp-smiley' />  Es konnte also nur gut werden.<span id="more-41"></span></p>
<p style="text-align: justify;">Risiko ist ein Brettspiel, das wir beide schon aus der stromlosen Realität kennen. Da ich im Rahmen meines Studiums immer mal einen Beleg schreiben muss, war es diesmal wieder soweit. Nachdem ich (zusammen mit Kuski) in Java das Spiel <a href="http://ccs.teamblind.de/projekte/stratego"  target="_blank">Stratego</a> umgesetzt habe, musste eine neue Herausforderung her. Und da Risiko zu den Spielen zählt, die ich selbst schon immer mal umsetzen wollte (ich erinnere mich an Versuche an Casios CFX-9850-GB+, die wegen Unspielbarkeit eingestellt wurden <img src='http://freakazoid.teamblind.de/wp-includes/images/smilies/smile.png' alt=':)' class='wp-smiley' />  ) und TCL genau die richtige Sprache für sowas ist, habe ich mich dafür entschieden. Oder kennt jemand eine andere Sprache, in der man &#8220;mache &#8230; wenn sich der Mauszeiger über dieses <em>Polygon</em> bewegt&#8221; in einer Zeile ausdrücken kann?</p>
<p style="text-align: justify;">Lange Rede, langer Sinn&#8230; Herausgekommen ist ein Programm, das zum Abgabetermin so gut war, dass ich die Finger nicht davon lassen konnte und den (kleinen) Schritt zur Perfektion noch gehen musste. Dabei haben mich meine Kollegen vom Team Blind mit Verbesserungsvorschlägen unterstützt (Wer kann denn wissen, dass die nicht lesen, auf welchen Button sie in der nächsten Sekunde klicken?! Grüße an Eugen und Toni. *fg*). So noch ein paar Screenshots und dann werd ich mal versuchen, die Dateien im neuen Blog hochzuladen&#8230; ^^</p>
<p style="text-align: justify;">Achja, eine Sache noch: in Zeiten von Routern und Firewalls empfehle ich <a href="http://www.hamachi.cc"  target="_blank">Hamachi</a>, um Risiko über das Internet spielen zu können. <img src='http://freakazoid.teamblind.de/wp-includes/images/smilies/wink.png' alt=';)' class='wp-smiley' /> </p>
<table style="border-style: hidden;" width="100%">
<tbody>
<tr>
<td style="border-style: hidden;">
<p><div id="attachment_42" class="wp-caption aligncenter" style="width: 220px"><a href="http://freakazoid.teamblind.de/uploads/2008/09/risiko_screenshot_windows.png" ><img class="size-medium wp-image-42 " title="risiko_screenshot_windows" src="http://freakazoid.teamblind.de/uploads/2008/09/risiko_screenshot_windows-300x195.png" alt="Screenshot: Client unter Windows" width="210" height="138" /></a><p class="wp-caption-text">Screenshot: Client unter Windows</p></div></td>
<td>
<p><div id="attachment_43" class="wp-caption aligncenter" style="width: 220px"><a href="http://freakazoid.teamblind.de/uploads/2008/09/risiko_screenshot_linux.png" ><img class="size-medium wp-image-43 " title="risiko_screenshot_linux" src="http://freakazoid.teamblind.de/uploads/2008/09/risiko_screenshot_linux-300x192.png" alt="Screenshot: Client unter Linux" width="210" height="134" /></a><p class="wp-caption-text">Screenshot: Client unter Linux</p></div></td>
</tr>
</tbody>
</table>
<p style="clear: both;"><strong>Update (18.09.2011):</strong> Ich kann die Gründe nicht so recht nachvollziehen, aber die Anleitung wird jeden Tag über 60x heruntergeladen. Deswegen mache ich sie jetzt nur noch gegen eine Registrierung verfügbar. Sorry. Bedankt euch bei den Bots.</p>
<h3 style="clear: both;">Angehängte Dateien:</h3>
<ul>
<li><a href="http://freakazoid.teamblind.de/downloads/Risiko_Spielanleitung.pdf" class="downloadlink"  title="Version1 heruntergeladen 26989 mal" >Risiko Spielanleitung PDF (26989)</a></li>
<li><a href="http://freakazoid.teamblind.de/downloads/risiko_src.tar.gz" class="downloadlink"  title="Version1.2.1 heruntergeladen 143 mal" >Risiko Quelldateien (143)</a></li>
<li><a href="http://freakazoid.teamblind.de/downloads/risiko_win32.zip" class="downloadlink"  title="Version1.2.1 heruntergeladen 158 mal" >Risiko für Windows (158)</a></li>
<li><a href="http://freakazoid.teamblind.de/downloads/risiko_linux_x86.tar.gz" class="downloadlink"  title="Version1.2.1 heruntergeladen 127 mal" >Risiko für Linux (x86) (127)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://freakazoid.teamblind.de/2008/09/17/risiko/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

