<?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>Onlinenerd24 &#187; os x</title>
	<atom:link href="http://www.onlinenerd24.de/category/os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onlinenerd24.de</link>
	<description>iPhone, SEO, Marketing</description>
	<lastBuildDate>Wed, 16 Feb 2011 09:22:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to set a arbitrary background color for OS X desktop</title>
		<link>http://www.onlinenerd24.de/2010/01/19/how-to-set-a-arbitrary-background-color-for-os-x-desktop/</link>
		<comments>http://www.onlinenerd24.de/2010/01/19/how-to-set-a-arbitrary-background-color-for-os-x-desktop/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 07:47:06 +0000</pubDate>
		<dc:creator>nospam</dc:creator>
				<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://www.onlinenerd24.de/?p=515</guid>
		<description><![CDATA[<a href="http://www.onlinenerd24.de/2010/01/19/how-to-set-a-arbitrary-background-color-for-os-x-desktop/"><img align="left" hspace="5" width="150" src="http://www.onlinenerd24.de/wp-content/uploads/2010/01/os-x-change-desktop-color-445x385.png" class="alignleft wp-post-image tfe" alt="os x change desktop color" title="os x change desktop color" /></a>Apple only &#8220;allows&#8221; certain (rather ugly) colors to be set as a solid background color on OS X. I don&#8217;t even want to go into how utterly stupid I think this is… Ok, here&#8217;s how you can easily set an arbitrary color on OS X. Save this 1&#215;1 transparent PNG to your &#8220;Pictures&#8221; directory. Open [...]]]></description>
			<content:encoded><![CDATA[<p>Apple only &#8220;allows&#8221; certain (rather ugly) colors to be set as a solid background color on OS X. I don&#8217;t even want to go into how utterly stupid I think this is…</p>
<p>Ok, here&#8217;s how you can easily set an arbitrary color on OS X.</p>
<ol>
<li>Save this 1&#215;1 <a href="http://www.onlinenerd24.de/img/trans.png" rel="lightbox[515]">transparent PNG</a> to your &#8220;Pictures&#8221; directory.</li>
<li>Open the &#8220;Desktop &#038; Screensavers&#8221; preferences pane in the &#8220;System Preferences&#8221;.</li>
<li>Select &#8220;Folders / Pictures&#8221;
<li>Select the trans.png (might not be visible, but the image square is in the directory listing to the right)
<li>You might have to select &#8220;Center&#8221;
<li>Now you should see a color selector which lets you set your color.
</ol>
<p>Here&#8217;s how the preference pane should look like:<br />
<a href="http://www.onlinenerd24.de/wp-content/uploads/2010/01/os-x-change-desktop-color.png" rel="lightbox[515]"><img src="http://www.onlinenerd24.de/wp-content/uploads/2010/01/os-x-change-desktop-color-445x385.png" alt="os x change desktop color" title="os x change desktop color" width="445" height="385" class="aligncenter size-medium wp-image-516" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinenerd24.de/2010/01/19/how-to-set-a-arbitrary-background-color-for-os-x-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display iTunes Podcasts In Your RSS Reader NetNewsWire</title>
		<link>http://www.onlinenerd24.de/2008/08/27/display-itunes-podcasts-in-your-rss-reader/</link>
		<comments>http://www.onlinenerd24.de/2008/08/27/display-itunes-podcasts-in-your-rss-reader/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 13:35:04 +0000</pubDate>
		<dc:creator>nospam</dc:creator>
				<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://www.onlinenerd24.de/2008/08/27/display-itunes-podcasts-in-your-rss-reader/</guid>
		<description><![CDATA[<a href="http://www.onlinenerd24.de/2008/08/27/display-itunes-podcasts-in-your-rss-reader/"><img align="left" hspace="5" width="150" height="150" src="http://www.onlinenerd24.de/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Well, let me explain&#8230; I have several podcasts subsscribed in iTunes. I use Net News Wire as a local RSS feed reader. This morning I thought it would be nice to have new podcast episodes displayed in my feed reader as soon, as they are downloaded. So I sat down and wrote my very first [...]]]></description>
			<content:encoded><![CDATA[<p>Well, let me explain&#8230; I have several podcasts subsscribed in iTunes. I use <a href="http://www.newsgator.com/Individuals/Default.aspx">Net News Wire</a> as a local RSS feed reader. This morning I thought it would be nice to have new podcast episodes displayed in my feed reader as soon, as they are downloaded.</p>
<p>So I sat down and wrote my very first piece of AppleScript. And boy, does this &#8220;language&#8221; suck&#8230; It even lacks a simple string replacement function. Stunningly stupid&#8230; So I only got a <a href="http://www.onlinenerd24.de/listPodcasts.scpt">half baked script</a>, which at least displays me new podcast episodes in Net News Wire. Download it <a href="http://www.onlinenerd24.de/listPodcasts.scpt">here</a></p>
<p>In <strong>Net News Wire</strong> go in the menu &#8220;File -> New Special Subscription -> Script&#8230;&#8221; and select the downloaded file (you can put it anywhere on your computer). The script should work with other feed readers as well, but of course only with local applications. You probably have to subscribe to &#8220;file://pathtodirectory/listPodcasts.scpt&#8221;, I don&#8217;t know. Feel free to tell me in the comments!</p>
<p>Ah, if you don&#8217;t trust me (why would you? <img src='http://www.onlinenerd24.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ), you can open the downloaded file in a simple text editor and investigate it to make sure I don&#8217;t mess with your computer <img src='http://www.onlinenerd24.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.onlinenerd24.de/2008/08/27/display-itunes-podcasts-in-your-rss-reader/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

