<?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>crusy.net &#187; Addon</title>
	<atom:link href="http://blog.crusy.net/tag/addon/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.crusy.net</link>
	<description>- Established 1979 -</description>
	<lastBuildDate>Thu, 09 Feb 2012 20:46:26 +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>Arduino mit Eclipse, zweiter Versuch</title>
		<link>http://blog.crusy.net/2012/02/09/arduino-mit-eclipse-zweiter-versuch/</link>
		<comments>http://blog.crusy.net/2012/02/09/arduino-mit-eclipse-zweiter-versuch/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 20:46:26 +0000</pubDate>
		<dc:creator>crusy</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Addon]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://blog.crusy.net/?p=1877</guid>
		<description><![CDATA[Nachdem der erste Versuch ziemlich zäh lief, hat mich Michael freundlicherweise auf ein neues Plugin hingewiesen. Und das funktioniert tatsächlich ziemlich gut (allerdings sind einige Kleinigkeiten zu beachten, wenn ihr auf dem Mac arbeitet): Man benötigt Eclipse in der C/C++-Version und die Arduino IDE (ich habe die 1.0 verwendet). Das Plugin gibt es unter &#8220;http://www.baeyens.it/eclipse/update [...]]]></description>
			<content:encoded><![CDATA[<p>Nachdem <a title="Arduino mit Eclipse als IDE" href="http://blog.crusy.net/2011/08/23/arduino-mit-eclipse-als-ide/">der erste Versuch</a> ziemlich zäh lief, hat mich <a title="www.oscale.net" href="http://www.oscale.net/" target="_blank">Michael</a> freundlicherweise auf ein neues <a title="http://eclipse.baeyens.it/" href="http://eclipse.baeyens.it/" target="_blank">Plugin</a> <a title="Kommentar" href="http://blog.crusy.net/2011/08/23/arduino-mit-eclipse-als-ide/comment-page-1/#comment-248" target="_blank">hingewiesen</a>. Und das funktioniert tatsächlich ziemlich gut (allerdings sind einige Kleinigkeiten zu beachten, wenn ihr auf dem Mac arbeitet):</p>
<p><a href="http://blog.crusy.net/wp-content/uploads/2012/01/arduino-plugin.png"><img class="alignnone  wp-image-1878" title="arduino-plugin" src="http://blog.crusy.net/wp-content/uploads/2012/01/arduino-plugin.png" alt="" width="462" height="123" /></a></p>
<ol>
<li>Man benötigt <a title="Eclipse Downloads" href="http://www.eclipse.org/downloads/" target="_blank">Eclipse in der C/C++-Version</a> und die <a title="Arduino" href="http://arduino.cc/en/Main/Software" target="_blank">Arduino IDE</a> (ich habe die 1.0 verwendet).</li>
<li>Das Plugin gibt es unter &#8220;http://www.baeyens.it/eclipse/update site&#8221;. Wichtig: Das Leerzeichen darf nicht durch %20 ersetzt werden (macht Eclipse evt. automatisch)! Etwas unglücklich.</li>
<li>In den Plugin-Einstellungen <a title="Install-Anleitung" href="http://eclipse.baeyens.it/Install.html" target="_blank">soll man den Pfad zur Arduino-IDE angeben</a>. Auf dem Mac ist Folgendes einzutragen (<a title="Mechatronics Project Site" href="http://robots.dacloughb.com/project-1/setting-up-the-arduino-eclipse-environment-on-mac-os-x-lion/" target="_blank">Quelle</a>): /Applications/Arduino.app/Contents/Resources/Java</li>
<li>Der AVRDude-Pfad (<a title="arduino.cc" href="http://arduino.cc/forum/index.php/topic,70547.0.html#msg589022" target="_blank">siehe</a>): /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/etc/avrdude.conf</li>
<li>Unter Arduino/Paths sind folgende Pfade einstellen, siehe Screenshot und <a title="arduino.cc" href="http://arduino.cc/forum/index.php/topic,70547.30.html#msg636776" target="_blank">arduino.cc</a>. (genaues Hinschauen lohnt sich – mich hat das doppelte &#8220;avr&#8221; der &#8220;AVR Header Files&#8221; 5 Minuten Fluchen gekostet^^)</li>
<li>Beim Anlegen eines neuen Projektes muss man die Board-Version (zB &#8220;Uno&#8221;) auswählen und den Port angeben. Der Port ist das, was in der Arduino IDE unter Tools -&gt; Serial Port ausgewählt wird – bei mir &#8220;/dev/tty.usbmodemfa131&#8243;</li>
<li>Für diejenigen unter euch, die (wie ich) nicht vertraut mit der C++-Version sind: Kompiliert wird mit dem &#8220;Hammer&#8221; (dauert bei mir recht lange); auf&#8217;s Board geschoben wird das Ganze mit dem &#8220;AVR&#8221;-Button.</li>
</ol>
<p>Wermutstropfen bisher:</p>
<ol>
<li>Den Eclipse-Debugger <a title="FAQ" href="http://www.baeyens.it/eclipse/Arduino%20eclipse%20plugin%20FAQ.htm#debug" target="_blank">kann man auch hier nicht benutzen</a>. Aber schon die Shortcuts, Templates usw sind der Hit!</li>
<li><a title="arduino.cc" href="http://arduino.cc/forum/index.php?topic=67678.15#msg653538" target="_blank">Importe sind manuell hinzuzufügen</a>. So braucht man für ein simples &#8220;Serial.begin(9600);&#8221; schon ein &#8220;extern HardwareSerial Serial;&#8221; usw. <img src='http://blog.crusy.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </li>
</ol>
<p>Danke an Michael für den Tipp, garretto für das tolle Tutorial (nachdem ich es entdeckt habe, war dieser Eintrag quasi überflüssig), und <a title="Jantje" href="http://arduino.cc/forum/index.php?action=profile;u=14686" target="_blank">Jantje</a> für das Plugin!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.crusy.net/2012/02/09/arduino-mit-eclipse-zweiter-versuch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox: &#8220;Inkompatible&#8221; Addons verwenden</title>
		<link>http://blog.crusy.net/2011/08/23/firefox-inkompatible-addons-verwenden/</link>
		<comments>http://blog.crusy.net/2011/08/23/firefox-inkompatible-addons-verwenden/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 08:59:20 +0000</pubDate>
		<dc:creator>crusy</dc:creator>
				<category><![CDATA[Apropos]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Add-On]]></category>
		<category><![CDATA[Addon]]></category>
		<category><![CDATA[Compatibility]]></category>
		<category><![CDATA[kompatibel]]></category>
		<category><![CDATA[Kompatibilität]]></category>

		<guid isPermaLink="false">http://blog.crusy.net/?p=1581</guid>
		<description><![CDATA[Firefox ist ja auch auf den schwachsinnigen Trend aufgesprungen, alle 20 Minuten einen neuen Major Release zu veröffentlichen &#8211; mit dem Ergebnis, dass man ständig irgendein Addon deaktivieren muss, weil es &#8220;inkompatibel&#8221; ist. Lösung: Das Addon Compatibility Reporter deaktiviert die Kompatibilitätsprüfung.]]></description>
			<content:encoded><![CDATA[<p>Firefox ist ja auch auf den schwachsinnigen Trend aufgesprungen, alle 20 Minuten einen neuen Major Release zu veröffentlichen &#8211; mit dem Ergebnis, dass man ständig irgendein Addon deaktivieren muss, weil es &#8220;inkompatibel&#8221; ist. Lösung: Das Addon <a title="Add-on Compatibility Reporter" href="https://addons.mozilla.org/de/firefox/addon/add-on-compatibility-reporter/" target="_blank">Compatibility Reporter</a> deaktiviert die Kompatibilitätsprüfung.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.crusy.net/2011/08/23/firefox-inkompatible-addons-verwenden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domains aus Googles Suchergebnis entfernen</title>
		<link>http://blog.crusy.net/2011/07/25/domains-aus-googles-suchergebnis-entfernen/</link>
		<comments>http://blog.crusy.net/2011/07/25/domains-aus-googles-suchergebnis-entfernen/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 15:31:24 +0000</pubDate>
		<dc:creator>crusy</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Addon]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Greasemonkey]]></category>

		<guid isPermaLink="false">http://blog.crusy.net/?p=1492</guid>
		<description><![CDATA[Nach diesem Post war ich ja schon Fan von Greasemonkey &#8211; aber das hier ist der Hit: Ganze Domains aus dem Suchergebnis bei Google entfernen, einfach per Mausklick! Wahlweise sogar komplett (=ohne dass ein Hinweis verbleibt). Ich sehe jetzt schon: Ich werde eine eigene Kategorie für Greasemonkey brauchen]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.crusy.net/wp-content/uploads/2011/07/crusy.net_.png"><img class="alignnone size-full wp-image-1493" title="crusy.net" src="http://blog.crusy.net/wp-content/uploads/2011/07/crusy.net_.png" alt="" width="562" height="178" /></a></p>
<p>Nach <a title="Google Suchergebnis: Elemente entfernen" href="http://blog.crusy.net/2011/07/25/google-suchergebnis-elemente-entfernen/" target="_blank">diesem</a> Post war ich ja schon Fan von <a title="Greasemonkey" href="https://addons.mozilla.org/de/firefox/addon/greasemonkey/" target="_blank">Greasemonkey</a> &#8211; aber <a title="Google Hit Hider by Domain" href="http://userscripts.org/scripts/show/95205" target="_blank">das hier</a> ist der Hit: Ganze Domains aus dem Suchergebnis bei Google entfernen, einfach per Mausklick! Wahlweise sogar komplett (=ohne dass ein Hinweis verbleibt).</p>
<p>Ich sehe jetzt schon: Ich werde eine eigene Kategorie für Greasemonkey brauchen <img src='http://blog.crusy.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.crusy.net/2011/07/25/domains-aus-googles-suchergebnis-entfernen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Suchergebnis: Elemente entfernen</title>
		<link>http://blog.crusy.net/2011/07/25/google-suchergebnis-elemente-entfernen/</link>
		<comments>http://blog.crusy.net/2011/07/25/google-suchergebnis-elemente-entfernen/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 13:45:15 +0000</pubDate>
		<dc:creator>crusy</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Addon]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Greasemonkey]]></category>
		<category><![CDATA[Preview]]></category>

		<guid isPermaLink="false">http://blog.crusy.net/?p=1484</guid>
		<description><![CDATA[Seit dem Abschalten der Möglichkeit, Seiten aus dem persönlichen Suchergebnis zu entfernen, nervt mich keine Funktion mehr als diese Seiten-Preview auf Google. Abhilfe schafft Greasemonkey in Verbindung mit diesem Skript. Und wenn man var css = ".vspib, .vspi {display: none;} #vspb {display: none;}"; durch var css = ".vspib, .vspi {display: none;} #vspb, .eswd {display: none;}"; [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.crusy.net/wp-content/uploads/2011/07/greasemonkey.png"><img class="alignnone size-full wp-image-1485" title="greasemonkey" src="http://blog.crusy.net/wp-content/uploads/2011/07/greasemonkey.png" alt="" width="350" height="50" /></a></p>
<p>Seit dem Abschalten der Möglichkeit, Seiten aus dem persönlichen Suchergebnis zu entfernen, nervt mich keine Funktion mehr als diese Seiten-Preview auf Google. Abhilfe schafft <a title="Greasemonkey" href="https://addons.mozilla.org/de/firefox/addon/greasemonkey/" target="_blank">Greasemonkey</a> in Verbindung mit <a title="Hide Google Instant Previews" href="http://userscripts.org/scripts/show/90222" target="_blank">diesem</a> Skript.</p>
<p>Und wenn man</p>
<pre>var css = ".vspib, .vspi {display: none;} #vspb {display: none;}";</pre>
<p>durch</p>
<pre>var css = ".vspib, .vspi {display: none;} #vspb, .eswd {display: none;}";</pre>
<p>ersetzt, verschwindet sogar noch der <a title="Google+" href="https://plus.google.com/" target="_blank">+1</a>-Button <img src='http://blog.crusy.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>UPDATE:</p>
<p>Es stellt sich heraus, dass der obige Code zwar den Preview-Button verschwinden lässt, aber da er natürlich nicht die eigentliche Funktion deaktiviert, kann man durch Klick auf einen Eintrag im Suchergebnis immer noch die Preview öffnen. Das wird unterbunden durch ein &#8220;!improtant&#8221; <img src='http://blog.crusy.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<pre>var css = ".vspib, .vspi {display: none;} #vspb, .eswd {display: none !important;}";</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.crusy.net/2011/07/25/google-suchergebnis-elemente-entfernen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop: Raster erstellen</title>
		<link>http://blog.crusy.net/2011/03/13/photoshop-raster-erstellen/</link>
		<comments>http://blog.crusy.net/2011/03/13/photoshop-raster-erstellen/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 19:48:34 +0000</pubDate>
		<dc:creator>crusy</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Addon]]></category>
		<category><![CDATA[CS4]]></category>
		<category><![CDATA[CS5]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[Hilfslinien]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Raster]]></category>

		<guid isPermaLink="false">http://blog.crusy.net/?p=1295</guid>
		<description><![CDATA[Auf www.cameronmcefee.com/guideguide/ gibt es ein Plugin, um automatisiert ein Raster aus Hilfslinien in Photoshop zu erstellen. Geht ab CS 4 Danke an Flo.]]></description>
			<content:encoded><![CDATA[<p>Auf <a title="Guideguide" href="http://www.cameronmcefee.com/guideguide/" target="_blank">www.cameronmcefee.com/guideguide/</a> gibt es ein Plugin, um automatisiert ein Raster aus Hilfslinien in Photoshop zu erstellen. Geht ab CS 4</p>
<p>Danke an <a title="Florian Bredl" href="http://www.morphcore.de/" target="_blank">Flo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.crusy.net/2011/03/13/photoshop-raster-erstellen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tinyURL</title>
		<link>http://blog.crusy.net/2009/06/26/tinyurl/</link>
		<comments>http://blog.crusy.net/2009/06/26/tinyurl/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 18:26:06 +0000</pubDate>
		<dc:creator>crusy</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Addon]]></category>
		<category><![CDATA[Erweiterung]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[tinyURL]]></category>

		<guid isPermaLink="false">http://blog.crusy.net/?p=787</guid>
		<description><![CDATA[Die nicht mehr 100%ig taufrische Idee von Kurz-URL-Diensten greift in letzter Zeit immer mehr um sich &#8211; dabei gibt es berechtigte Kritik: Auf der englischen Wikipedia, auf der deutschen Wikipedia, aber auch auf anderen Seiten. Das Firefox-Plugin LongURLPlease macht Schluss mit dem Spuk.]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-103" title="firefox" src="http://blog.crusy.net/wp-content/uploads/2008/08/firefox.png" alt="firefox" width="300" height="289" /></p>
<p>Die nicht mehr 100%ig taufrische Idee von <a title="Kurz-URL-Dienst" href="http://de.wikipedia.org/wiki/Kurz-URL-Dienst" target="_blank">Kurz-URL-Diensten</a> greift in letzter Zeit immer mehr um sich &#8211; dabei gibt es berechtigte Kritik: <a title="URL shortening -  Criticism" href="http://en.wikipedia.org/wiki/URL_shortening#Criticism" target="_blank">Auf der englischen Wikipedia</a>, <a title="Kurz-URL-Dienst - Risiken" href="http://de.wikipedia.org/wiki/Kurz-URL-Dienst#Risiken" target="_blank">auf der deutschen Wikipedia</a>, aber auch <a title="Sophos" href="http://www.sophos.de/pressoffice/news/articles/2009/06/cligs.html" target="_blank">auf anderen Seiten</a>. Das Firefox-Plugin <a title="www.longurlplease.com" href="http://www.longurlplease.com/" target="_blank">LongURLPlease</a> macht Schluss mit dem Spuk.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.crusy.net/2009/06/26/tinyurl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

