<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Sprinkesnirg</title>
	
	<link>http://www.sprinkesnirg.de</link>
	<description>☞ Webkram und andere Sachen...</description>
	<lastBuildDate>Wed, 23 Jun 2010 18:44:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Sprinkesnirg" /><feedburner:info uri="sprinkesnirg" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>direct_mail und cronjob.de</title>
		<link>http://feedproxy.google.com/~r/Sprinkesnirg/~3/N9ceCL769Tg/</link>
		<comments>http://www.sprinkesnirg.de/2010/04/direct_mail-und-cronjob-de/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 21:26:55 +0000</pubDate>
		<dc:creator>leo</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[Typo3]]></category>
		<category><![CDATA[Webkram]]></category>
		<category><![CDATA[domainfactory]]></category>

		<guid isPermaLink="false">http://www.sprinkesnirg.de/?p=485</guid>
		<description><![CDATA[Wenn man, so wie ich, bei domainfactory shared hostet, so bekommt man zwar Cronjobs, aber nicht unbedingt wann man sie haben möchte. Für direct_mail braucht man nunmal einen cronjob, der z.B. alle 5 min läuft. Zum Glück gibt es cronjob.de, die machen eigentlich nichts anderes, als dein PHP-Skript in regelmäßigen Abständen aufzurufen. Die für direct_mail [...]]]></description>
			<content:encoded><![CDATA[<p>Wenn man, so wie ich, bei domainfactory shared hostet, so bekommt man zwar Cronjobs, aber nicht unbedingt wann man sie haben möchte. Für direct_mail braucht man nunmal einen cronjob, der z.B. alle 5 min läuft.</p>
<p>Zum Glück gibt es <a title="cronjob.de" href="http://www.cronjob.de" target="_blank">cronjob.de</a>, die machen eigentlich nichts anderes, als dein PHP-Skript in regelmäßigen Abständen aufzurufen. Die für direct_mail nötigen Skripte liegen in &#8216;typo3conf/ext/direct_mail/res/scripts&#8217; und heißen dmailerd.phpsh und returnmail.phpsh.</p>
<p>Damit die Nummer funktioniert, müssen beine Skripte von einem Shellscript in ein PHP-Skript umgewandelt werden, das ist im Prinzip nicht schwer, man benennt einfach die Endungen um, in &#8216;.php&#8217;. Dann löscht man jeweils die erste Zeile im Skript (&#8216;#! /usr/bin/php -q&#8217;), und fügt folgende Codezeile nach den Kommentarzeilen, vor dem eigentlichen Code ein:</p>
<p><code>define('PATH_site', '/absoluter/pfad/zur/seite/');</code></p>
<p>den absouten Pfad zur Seite bekommt man im regelfall im Admin-Menü des Hosters heraus, im fall von df ist es etwas wie &#8216;/kunden/kundennummer_PLZ/webseiten/meineseite/&#8217;.</p>
<p>Wenn man das erledigt hat, lässt sich das Skript durch einen simplen HTTP-Aufruf starten. Sehr sinnvoll ist hier, das Verzeichnis, in dem die Skripte liegen, per .htaccess zu schützen, cronjob.de kann URLs in der form &#8216;user:passwort@domain.tld/irgendwas&#8217; verarbeiten</p>
<img src="http://feeds.feedburner.com/~r/Sprinkesnirg/~4/N9ceCL769Tg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sprinkesnirg.de/2010/04/direct_mail-und-cronjob-de/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sprinkesnirg.de/2010/04/direct_mail-und-cronjob-de/</feedburner:origLink></item>
		<item>
		<title>Stop it!</title>
		<link>http://feedproxy.google.com/~r/Sprinkesnirg/~3/wDaQqpM0mFQ/</link>
		<comments>http://www.sprinkesnirg.de/2010/02/stop-it-2/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 17:26:38 +0000</pubDate>
		<dc:creator>leo</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Stuff]]></category>

		<guid isPermaLink="false">http://www.sprinkesnirg.de/?p=476</guid>
		<description><![CDATA[There&#8217;s a facebook group called &#8220;I will type telegraph style to end run-on typing STOP&#8221; owned by my friend Mike. I kinda like the idea, so I created a (very crude) bookmarklet to make our lives easier: Stop It! Simply drag the link to your bookmarks bar, select text and press it, the selection will [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a facebook group called <a title="I will type telegraph style to end run-on typing STOP" href="http://www.facebook.com/group.php?gid=291329628038" target="_blank">&#8220;I will type telegraph style to end run-on typing STOP&#8221;</a> owned by my friend Mike.</p>
<p>I kinda like the idea, so I created a (very crude) bookmarklet to make our lives easier:</p>
<p><a href="javascript:var s = window.getSelection().toString();var t = s.replace(/\. ?/g, ' STOP ');var r = window.getSelection().getRangeAt(0);r.deleteContents();r.insertNode(document.createTextNode(t));">Stop It!</a></p>
<p>Simply drag the link to your bookmarks bar, select text and press it, the selection will be updated in telegraph style.</p>
<p>The bookmarklet works in Firefox, Safari and Chrome. I don&#8217;t know if it works in IE, and quite frankly, I don&#8217;t care.</p>
<img src="http://feeds.feedburner.com/~r/Sprinkesnirg/~4/wDaQqpM0mFQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sprinkesnirg.de/2010/02/stop-it-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sprinkesnirg.de/2010/02/stop-it-2/</feedburner:origLink></item>
		<item>
		<title>Nokia BH-504 Headset am Mac</title>
		<link>http://feedproxy.google.com/~r/Sprinkesnirg/~3/kwfKpyaq320/</link>
		<comments>http://www.sprinkesnirg.de/2009/11/nokia-bh-504-headset-am-mac/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 22:35:25 +0000</pubDate>
		<dc:creator>leo</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[a2dp]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[nokia]]></category>

		<guid isPermaLink="false">http://www.sprinkesnirg.de/?p=472</guid>
		<description><![CDATA[…ich habe heute ein BH-504 Stereo Bluetooth Headset bekommen, am Handy macht das Teil richtig Spaß, hat ordentlich Wumms untenrum, und vor allem: kein Kabel! Was liegt näher, als das Teil an den Mac anzuschließen, zum musikhören. Aber leider ist die Soundqualität äußerst mies. Ein bischen recherchieren hat mich hierhin geführt, den Rest hab ich [...]]]></description>
			<content:encoded><![CDATA[<p>…ich habe heute ein BH-504 Stereo Bluetooth Headset bekommen, am Handy macht das Teil richtig Spaß, hat ordentlich Wumms untenrum, und vor allem: kein Kabel!</p>
<p>Was liegt näher, als das Teil an den Mac anzuschließen, zum musikhören. Aber leider ist die Soundqualität äußerst mies.</p>
<p>Ein bischen recherchieren hat mich <a title="Scott Dier" href="http://scott.dier.name/2009/10/osx-snow-leopard-a2dp.html" target="_blank">hierhin</a> geführt, den Rest hab ich mir dann selber zusammenprobiert:</p>
<p>Im Terminal folgendes eingeben:</p>
<p><code>defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" 50</code></p>
<p>Das setzt die Minimum-Bitrate von OSX hoch, damit ist der grausame Sound dann auch Geschichte. Für andere BT-Headsets muss man mit dem Wert (in diesem Fall 50) etwas rumprobieren. Wenn das Headset ihn nicht unterstützt, bricht OSX mit einer Fehlermeldung ab.</p>
<img src="http://feeds.feedburner.com/~r/Sprinkesnirg/~4/kwfKpyaq320" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sprinkesnirg.de/2009/11/nokia-bh-504-headset-am-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sprinkesnirg.de/2009/11/nokia-bh-504-headset-am-mac/</feedburner:origLink></item>
		<item>
		<title>Kostenlose und legale Windows-Images für IE 6/7/8</title>
		<link>http://feedproxy.google.com/~r/Sprinkesnirg/~3/FhODeRoUX1k/</link>
		<comments>http://www.sprinkesnirg.de/2009/10/kostenlose-und-legale-windows-images-fur-ie-678/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 20:30:43 +0000</pubDate>
		<dc:creator>leo</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.sprinkesnirg.de/?p=464</guid>
		<description><![CDATA[&#8220;The day Microsoft makes something that doesn&#8217;t suck is the day they start making vacuum cleaners.&#8221; Jeder Web-Mensch kennt das Problem, das Werk, das er gerade ausgebrütet hat, muss natürlich auch in Microsofts großartigen Browser-Interpretationen funktionieren. Da man diese eigentlich nicht parallel in einem Windows installieren kann, geht M$ einen anderen Weg, der wie ich [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>&#8220;The day Microsoft makes something that doesn&#8217;t suck is the day they start making vacuum cleaners.&#8221;</p></blockquote>
<p>Jeder Web-Mensch kennt das Problem, das Werk, das er gerade ausgebrütet hat, muss natürlich auch in Microsofts großartigen Browser-Interpretationen funktionieren. Da man diese eigentlich nicht parallel in einem Windows installieren kann, geht M$ einen anderen Weg, der wie ich finde mit Kanonen auf Spatzen ist, aber immerhin den Kauf einer Lizenz erspart:</p>
<p><a title="Download Windows/IE-Images" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=21EABB90-958F-4B64-B5F1-73D0A413C8EF&amp;displaylang=en#filelist" target="_blank">Hier</a> kann man sich zeitlich begrenzt lauffähige Images für VirtualPC im VHD-Format herunterladen, für IE6, 7 und 8. Wenn man wie ich einen Mac benutzt, sollte man diese VHD-Images auch ohne Probleme in <a title="VirtualBox" href="http://www.virtualbox.org/" target="_blank">VirtualBox</a> benutzen können. Ich werde das mal probieren, mal sehen obs wirklich funktioniert.</p>
<p>UPDATE: Ich habs jetzt Probiert und es geht nicht. War irgendwie auch nicht anders zu erwarten. Von der Firma kam noch nie etwas, was auch nur entfernt brauchbar gewesen wäre.</p>
<p><a title="Virtual Box Forum" href="http://forums.virtualbox.org/viewtopic.php?f=2&amp;t=21712" target="_blank">Hier ein paar Stimmen aus einem diesbezüglichen Forums-Thread:</a></p>
<blockquote><p>Screw MS. I tried it for you, to see if I can activate it somehow, but it starts nagging about activation after I rebooted the OS 3 times. It&#8217;s absurd. You get three days, and now suddenly a boot is a day.<br style="padding: 0px; margin: 0px;" />I do know the reason for the activation. It&#8217;s made for VPC, and VPC emulates other hardware than VB. Because of this, there are some big changes and XP barfs and starts crying, asking for it&#8217;s mommy (MS in this case).</p></blockquote>
<p>Und:</p>
<blockquote><p>Being a good little soldier, I attempted to phone microsoft and get the damned thing activated only to be confronted with a total muppett who wouldn&#8217;t listen to the fact that this was a genuine image from Microsoft that shouldn&#8217;t need a product key or activation and kept demanding a product key from me.<br style="padding: 0px; margin: 0px;" />I tried explaining to her that I don&#8217;t have a product key but her only resort was to suggest I phone a premium rate support line. When I suggested that that was inappropriate for this situation, she hung up on me. Brilliant.<br style="padding: 0px; margin: 0px;" />OK &#8211; so bottom line is I NEED to do some work today and as a web-developer I can&#8217;t afford not to test in IE6/7/8 &#8211; I have to support this crap &#8211; so it looks like for all my good intentions, I&#8217;m having to resort to hacked copies of windows again and all the issues that go along with that.</p></blockquote>
<p>Und:</p>
<blockquote><p>Sorry for another post, just thought I would point out that calling them will have zero results. You WILL NEED a VALID PRODUCT LICENSE to activate. As I (nor anyone else I suspect) will be prepared to spend out for a product license on an image that will expire in 3 months, this isn&#8217;t an option&#8230;</p></blockquote>
<p>…es macht sich das Gefühl breit, das ich mal wieder meine Zeit verschwendet habe…</p>
<img src="http://feeds.feedburner.com/~r/Sprinkesnirg/~4/FhODeRoUX1k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sprinkesnirg.de/2009/10/kostenlose-und-legale-windows-images-fur-ie-678/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sprinkesnirg.de/2009/10/kostenlose-und-legale-windows-images-fur-ie-678/</feedburner:origLink></item>
		<item>
		<title>Musikalische Vögel auf Drähten</title>
		<link>http://feedproxy.google.com/~r/Sprinkesnirg/~3/h3Pw21_Hm8g/</link>
		<comments>http://www.sprinkesnirg.de/2009/09/musikalische-vogel-auf-drahten/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 09:16:47 +0000</pubDate>
		<dc:creator>leo</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Foto]]></category>
		<category><![CDATA[Musik]]></category>
		<category><![CDATA[Snirg]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.sprinkesnirg.de/2009/09/musikalische-vogel-auf-drahten/</guid>
		<description><![CDATA[Jarbas Agnelli hat diese Fotos von Vögeln auf einer Stromleitung in der Zeitung gesehen und war neugierig, was sich ergeben würde, wenn er die Vögel als Noten betrachtet. Also hat er einen Song dazu geschrieben, der sich erstaunlicherweise sehr gut anhört. Birds on the Wires from Jarbas Agnelli on Vimeo. via Dudecraft]]></description>
			<content:encoded><![CDATA[<p><a href="http://vimeo.com/agnelli" target="_blank">Jarbas Agnelli</a> hat diese Fotos von Vögeln auf einer Stromleitung in der Zeitung gesehen und war neugierig, was sich ergeben würde, wenn er die Vögel als Noten betrachtet. Also hat er einen Song dazu geschrieben, der sich erstaunlicherweise sehr gut anhört.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="225" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=6428069&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="225" src="http://vimeo.com/moogaloop.swf?clip_id=6428069&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/6428069" target="_blank">Birds on the Wires</a> from <a href="http://vimeo.com/agnelli" target="_blank">Jarbas Agnelli</a> on <a href="http://vimeo.com" target="_blank">Vimeo</a>.</p>
<p>via <a href="http://www.dudecraft.com/2009/09/man-makes-song-out-of-flock-of-birds.html" target="_blank">Dudecraft</a></p>
<img src="http://feeds.feedburner.com/~r/Sprinkesnirg/~4/h3Pw21_Hm8g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sprinkesnirg.de/2009/09/musikalische-vogel-auf-drahten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sprinkesnirg.de/2009/09/musikalische-vogel-auf-drahten/</feedburner:origLink></item>
		<item>
		<title>Google Has A Solution For Internet Explorer: Turn It Into Chrome</title>
		<link>http://feedproxy.google.com/~r/Sprinkesnirg/~3/o_uN0_OtnZw/</link>
		<comments>http://www.sprinkesnirg.de/2009/09/google-has-a-solution-for-internet-explorer-turn-it-into-chrome/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 21:13:25 +0000</pubDate>
		<dc:creator>leo</dc:creator>
				<category><![CDATA[Webkram]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.sprinkesnirg.de/2009/09/google-has-a-solution-for-internet-explorer-turn-it-into-chrome/</guid>
		<description><![CDATA[Das hier ist schwer genial, einfach dem Internet Explorer einen vernünftige Rendering-Engine Unterschieben, ohne das der User groß was davon merkt: Google Has A Solution For Internet Explorer: Turn It Into Chrome Blogged with the Flock Browser]]></description>
			<content:encoded><![CDATA[<p>Das hier ist schwer genial, einfach dem Internet Explorer einen vernünftige Rendering-Engine Unterschieben, ohne das der User groß was davon merkt:</p>
<p><a href="http://www.techcrunch.com/2009/09/22/google-turns-internet-explorer-into-chrome-yes-seriously/">Google Has A Solution For Internet Explorer: Turn It Into Chrome</a> </p>
<div class="flockcredit" style="text-align: right; color: #CCC; font-size: x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" style="color: #999; font-weight: bold;" target="_new" title="Flock Browser">Flock Browser</a></div>
<img src="http://feeds.feedburner.com/~r/Sprinkesnirg/~4/o_uN0_OtnZw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sprinkesnirg.de/2009/09/google-has-a-solution-for-internet-explorer-turn-it-into-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sprinkesnirg.de/2009/09/google-has-a-solution-for-internet-explorer-turn-it-into-chrome/</feedburner:origLink></item>
		<item>
		<title>Japanese necktie howto</title>
		<link>http://feedproxy.google.com/~r/Sprinkesnirg/~3/-GOBiIe_ybQ/</link>
		<comments>http://www.sprinkesnirg.de/2009/08/japanese-necktie-howto/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 19:22:20 +0000</pubDate>
		<dc:creator>leo</dc:creator>
				<category><![CDATA[Fashion]]></category>

		<guid isPermaLink="false">http://www.sprinkesnirg.de/?p=458</guid>
		<description><![CDATA[I don&#8217;t speak any japanese, but this page has video tutorials on how to tie neckties in some unusual ways. Other topics include table and party magic skills and some other &#8220;gentleman skills&#8221;. Next time I have to wear a tie it will at least have a special knot&#8230;]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t speak any japanese, but <a title="garra.jp" href="http://garra.jp/style/tailored/index.html" target="_blank">this page</a> has video tutorials on how to tie neckties in some unusual ways. Other topics include table and party magic skills and some other &#8220;gentleman skills&#8221;.</p>
<p>Next time I have to wear a tie it will at least have a special knot&#8230;</p>
<img src="http://feeds.feedburner.com/~r/Sprinkesnirg/~4/-GOBiIe_ybQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sprinkesnirg.de/2009/08/japanese-necktie-howto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sprinkesnirg.de/2009/08/japanese-necktie-howto/</feedburner:origLink></item>
		<item>
		<title>Crash-Kurs</title>
		<link>http://feedproxy.google.com/~r/Sprinkesnirg/~3/RvJvmsdGNCQ/</link>
		<comments>http://www.sprinkesnirg.de/2009/08/crash-kurs/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 19:08:14 +0000</pubDate>
		<dc:creator>leo</dc:creator>
				<category><![CDATA[Foto]]></category>
		<category><![CDATA[Snirg]]></category>

		<guid isPermaLink="false">http://www.sprinkesnirg.de/?p=450</guid>
		<description><![CDATA[&#8230;ohne Worte (klick zum vergrößern):]]></description>
			<content:encoded><![CDATA[<p>&#8230;ohne Worte (klick zum vergrößern):</p>
<div id="attachment_451" class="wp-caption aligncenter" style="width: 235px"><a href="http://www.sprinkesnirg.de/wp-content/uploads/2009/08/crashkurs.jpg" target="_blank"><img class="size-medium wp-image-451  " title="Crash-Kurs" src="http://www.sprinkesnirg.de/wp-content/uploads/2009/08/crashkurs-225x300.jpg" alt="Crash-Kurs, Klick zum vergrößern" width="225" height="300" /></a><p class="wp-caption-text">Crash-Kurs</p></div>
<img src="http://feeds.feedburner.com/~r/Sprinkesnirg/~4/RvJvmsdGNCQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sprinkesnirg.de/2009/08/crash-kurs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sprinkesnirg.de/2009/08/crash-kurs/</feedburner:origLink></item>
		<item>
		<title>Post-It Alternative am iMac</title>
		<link>http://feedproxy.google.com/~r/Sprinkesnirg/~3/A47JMxvK6rE/</link>
		<comments>http://www.sprinkesnirg.de/2009/08/post-it-alternative-am-imac/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 13:56:06 +0000</pubDate>
		<dc:creator>leo</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.sprinkesnirg.de/?p=445</guid>
		<description><![CDATA[Ich bin ein Pinnwand-Fan. Hier kommt mir mein iMac entgegen, denn die Bildschirmscheibe ist mit 14 Magneten befestigt, also kann man mit Büroklammern, Centstücken o.Ä. Zettel, Visitenkarten, Quittungen oder Fußabdrücke einfach am Monitor befestigen:]]></description>
			<content:encoded><![CDATA[<p>Ich bin ein Pinnwand-Fan. Hier kommt mir mein iMac entgegen, denn die Bildschirmscheibe ist mit 14 Magneten befestigt, also kann man mit Büroklammern, Centstücken o.Ä. Zettel, Visitenkarten, Quittungen oder Fußabdrücke einfach am Monitor befestigen:</p>
<div id="attachment_447" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-447" title="imac_pinnwand" src="http://www.sprinkesnirg.de/wp-content/uploads/2009/08/imac_pinnwand-300x225.jpg" alt="iMac Pinnwand" width="300" height="225" /><p class="wp-caption-text">iMac Pinnwand</p></div>
<img src="http://feeds.feedburner.com/~r/Sprinkesnirg/~4/A47JMxvK6rE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sprinkesnirg.de/2009/08/post-it-alternative-am-imac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.sprinkesnirg.de/2009/08/post-it-alternative-am-imac/</feedburner:origLink></item>
		<item>
		<title>Software I use on my Mac</title>
		<link>http://feedproxy.google.com/~r/Sprinkesnirg/~3/HVh2bRZt-JU/</link>
		<comments>http://www.sprinkesnirg.de/2009/07/software-i-use-on-my-mac/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 14:22:19 +0000</pubDate>
		<dc:creator>leo</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.sprinkesnirg.de/?p=431</guid>
		<description><![CDATA[I rcently had to reinstall Leopard on my iMac, due to an Update from Tiger and two migrations something was badly broken. So a clean start. This is the list of of Software I installed, it will be Updated as needed: Firefox with Firebug: Simply the best Browser for web development. Skype: for everything chat. [...]]]></description>
			<content:encoded><![CDATA[<p>I rcently had to reinstall Leopard on my iMac, due to an Update from Tiger and two migrations something was badly broken. So a clean start.</p>
<p>This is the list of of Software I installed, it will be Updated as needed:</p>
<p><a title="Download Firefox" href="http://www.mozilla.com" target="_blank">Firefox</a> with <a title="Download Firebug" href="http://getfirebug.com/" target="_blank">Firebug</a>: Simply the best Browser for web development.</p>
<p><a title="Download Skype" href="http://skype.com" target="_blank">Skype</a>: for everything chat.</p>
<p><a title="Download Cyberduck" href="http://www.cyberduck.ch" target="_blank">Cyberduck</a>: FTP.</p>
<p><a title="Get Jumpcut" href="http://jumpcut.sourceforge.net/" target="_blank">Jumpcut</a>: a great clipboard manager with history function, lives in your menubar.</p>
<p><a title="Get OpenOffice" href="http://www.openoffice.org" target="_blank">OpenOffice.org</a>: In my opinion every bit better than Microsofts waste of time and Money.</p>
<p><a title="Get Aptana Studio" href="http://aptana.com/" target="_blank">Aptana Studio</a>: Integrated Development Environment (IDE) for Web Development, includes Support for PHP, JS, Ruby on Rails, Adobe Air. A must have.</p>
<p><a title="Get Tweetie for Mac" href="http://www.atebits.com/tweetie-mac/" target="_blank">Tweetie</a>: Twitter client, <a title="Get Tweetie for iPhone" href="http://www.atebits.com/tweetie-iphone/" target="_blank">also available for iPhone</a>.</p>
<p><a title="Get NetNewsWire" href="http://www.newsgator.com/INDIVIDUALS/NETNEWSWIRE/" target="_blank">NetNewsWire</a>: THE newsreader for Mac. Period.</p>
<p><a title="Get Transmission" href="http://www.transmissionbt.com/" target="_blank">Transmission</a>: simple BitTorrent client.</p>
<p><a title="Get Handbrake" href="http://handbrake.fr/" target="_blank">Handbrake</a>: Video converter, converts DVDs and other types of video to iTunes-compatible format.</p>
<p><a title="Get MacTeX" href="http://www.tug.org/mactex/" target="_blank">MacTeX</a>: LaTeX disptribution for Mac. I use it with the <a title="Get Songs Package" href="http://songs.sourceforge.net/" target="_blank">songs package</a> for typesetting guitar songbooks.</p>
<p><a title="Get Smultron" href="http://tuppis.com/smultron/" target="_blank">Smultron</a>: All purpose text editor, features syntax highlighting and regex searches.</p>
<p><a title="Get VLC" href="http://www.videolan.org/vlc/download-macosx.html" target="_blank">VLC</a>: Media Player, If VLC doesn&#8217;t play it, nothing does.</p>
<p><a title="Get Perian" href="http://perian.org/" target="_blank">Perian</a>: Codec pack, enables Quicktime to play all popular video formats.</p>
<p><a title="Get IPSecuritas" href="http://www.lobotomo.com/products/IPSecuritas/" target="_blank">IPSecuritas</a>: VPN client. If you use Windows you gotta pay for that kind of functionality.</p>
<p><a title="Get Growl" href="http://growl.info/" target="_blank">Growl</a>: unintrusive notification system.</p>
<p><a title="Get Plex" href="http://www.plexapp.com/" target="_blank">Plex</a>: Media Center</p>
<p><a title="Get Inkscape" href="http://www.inkscape.org/" target="_blank">Inkscape:</a> Open Source Vector Drawing</p>
<p><a title="Get Hex Fiend" href="http://ridiculousfish.com/hexfiend/" target="_blank">Hex Fiend:</a> hex editor, capable of editing files several hundreds of gigabytes in size</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Tweetie</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">NetNewsWire</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Transmission</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">MacTheRipper</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Handbrake</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">MacTeX</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Smultron</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">VLC (http://www.videolan.org/vlc/download-macosx.html)</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Perian (http://perian.org/)</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">IPSecuritas</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Growl (http://growl.info/)</div>
<img src="http://feeds.feedburner.com/~r/Sprinkesnirg/~4/HVh2bRZt-JU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sprinkesnirg.de/2009/07/software-i-use-on-my-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sprinkesnirg.de/2009/07/software-i-use-on-my-mac/</feedburner:origLink></item>
	</channel>
</rss>

